/* purgecss start ignore */
html,
body {
  height: 100%;
  overflow: hidden;
}

main {
  overflow: hidden;
  scrollbar-gutter: auto;
}

main::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
main {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Harmonize scrollbar style on different */
/* Works on Firefox */
* {
  scrollbar-width: thin;
}
/* purgecss end ignore */

/* Buttons */
.btn-story-light {
  background-color: #FDE047;
  color           : var(--base-content);
  border          : none;
}

.btn-story-light:hover {
  background-color: #FDE047;
  color           : var(--base-content);
}

.btn-story-dark {
  background-color: #FEF9C3;
  color : var(--base-100);
}

.btn-story-dark:hover {
  color : var(--base-100);
}

.graph-tooltip {
  background-color: rgba(39, 39, 42, 0.85) !important;
  border-radius: 12px !important;
}