#s-m-t-tooltip {background-color: #41403e;
  background-color: var(--main-background);
  color: #41403e;
  color: var(--muted);
  border-color: #41403e;
  border-color: var(--secondary);
  border-style: solid;
  border-width: 2px;
  box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
  max-width:300px; padding:4px 4px 4px 4px; margin:20px 0px 0px 20px; background: #fff; /* change the background color you can change it to transparent too*/
  border:none; /* change the border and its color */
  z-index:999999999999999999999999999999999999; }

