h1 {
  display: block;
  font-size: 2em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.3em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h4 {
  display: block;
  margin-left: 1.17;
  margin-right: 0;
  font-weight: bold;
}

.vis-tooltip {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 0 !important;
}

/* Disable elastic/rubber-band scroll on the document root */
html, body {
  overscroll-behavior: none;
}

/* Global scrollbar styling */
* {
  scrollbar-width: thin;
  scrollbar-color: #E0E2E4 transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
  background-color: #E0E2E4;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #C4C7CC;
}

/* react-selecto drag selection rectangle */
.selecto-selection {
  background: rgba(79, 70, 229, 0.1) !important;
  border: 1.5px solid rgba(79, 70, 229, 0.4) !important;
  border-radius: 4px !important;
}
