* {
  user-select: auto !important;
}

body {
  background-color: #ffffff;
}

/* html {
  scroll-behavior: smooth;
} */

/* TODO: figure out a better and safer way to limit the scope */
a[target]:not([data-element-id^='button/']) {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .rdtPicker {
    left: 0;
  }
}


/* firefox fix controls */
.slider-control-centerright, .slider-control-centerleft{
  z-index: 2;
}