
h6 {
  font-size: clamp(16px, 3vh, 30px) !important;
}

p {
  font-size: clamp(8px, 2.5vmin, 14px) !important;
}

* {
  scrollbar-width: thin;    /* "auto", "thin", or "none" */
  scrollbar-color: #888 #f1f1f1;  /* thumb and track color */
}



.goog-menu-vertical {
  height: 300px;
  overflow: auto;
}

section[data-css="app-content"] {
  overflow-x: hidden !important;
  overflow-y: auto;
}

#select-distributor .google-visualization-controls-label {
  margin-right: 4px;
}

.goog-menu-button {
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;

  background-color: transparent !important;
  background: none !important;
}

.goog-menu-button-outer-box {
  background-color: transparent !important;
  border-radius: 4px;
  padding: 8px 12px;
  border: 1px solid transparent;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.goog-menu-button-inner-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: space-between;
  background-color: transparent !important;

}

.goog-menu-button-caption {
  font-size: 14px;
  color: #333;
  background-color: transparent !important;

}

.goog-menu-button-dropdown {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-left: 8px;

}

.goog-menu-button:hover .goog-menu-button-outer-box {
  background-color: #e0e0e0;
  border-color: #aaa;
}

.goog-menu-button .goog-menu-button-outer-box {
  background-color: transparent !important;
  border-color: #aaa;
}

.goog-menu-button[aria-expanded="true"] .goog-menu-button-outer-box {
  background-color: #d9d9d9;
  border-color: #888;
}

.google-visualization-tooltip path {
  fill: rgba(255, 255, 255, 0.89);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.7px);
  -webkit-backdrop-filter: blur(1.7px);
}

.google-visualization-tooltip text {
  fill: black !important;
}
.react-datepicker-wrapper {
  width: 100%;
  box-sizing: border-box !important;
  border: 1px solid rgb(187, 195, 203);
  padding: 4px 8px !important;
  font-size: 14px;
  line-height: 24px;
  border-radius: 2px !important;
}
.react-datepicker__close-icon {
  position: absolute !important;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;

  right: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.react-datepicker__close-icon:after {
  background-color: #216ba5;
  border-radius: 50%;
  color: #fff;
  content: "×" !important;

  width: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  
  margin-inline: auto;
  text-align: center;
  cursor: pointer;
  display: table-cell;
  font-size: 14px !important;
  height: 20px !important;
  line-height: 1 !important;
  /* padding: 2px; */
  text-align: center;
  vertical-align: middle;
  /* width: 16px; */
}

* {
  font-family: Roboto, sans-serif  !important;
}

[id^="UNIQUE_KEY_TOOLTIP"] {
  section {
    z-index: 999999999;
  }
}