.cs_primary_colors {
  border: 0 !important;
  background-color: rgb(72, 148, 210) !important;
  color: rgb(224, 240, 255) !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center !important;
  padding: 5px 10px !important;
  font-family: "open sans", sans-serif !important;
  font-size: medium !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.cs_custom_navlink {
  background-color: rgb(72, 148, 210) !important;
  color: rgb(224, 240, 255) !important;
  border-radius: 5px !important;
  border: 0;
  padding: 10px;
  font-family: "open sans", sans-serif !important;
  font-size: 1em !important;
}

.cs_custom_navlink_sub {
  color: rgb(72, 148, 210) !important;
  border: 0;
  padding: 10px;
  font-family: "open sans", sans-serif !important;
  font-size: 1em !important;
}

/* .dash-table-container .dropdown {
  position: static;
  color: black;
  background-color: white;
} */

.Select-menu-outer {
  display: block !important;
  margin-bottom: 2rem !important;
  color: 'white' !important;
  background-color: 'green';
}

.Select-control {
  background-color: 'red';
}

.cs_primary_colors .icon {
  margin-right: 5px !important;
}

/* @font-face {
  font-family: "open sans";
  src: url("OpenSans-Regular.ttf") format("truetype");
} */

.col-md-3 {
  background-color: #083a4d;
  color: "#3caae9";
}

.custom-div {
  background-color: #adc8d3;
  color: "#3caae9";
}

.custom-dataviewer {
  background-color: rgb(72, 148, 210);
  color: rgb(224, 240, 255);
}

.stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  /* max-height: 10vh; */
  display: flex;
  align-items: top;
  justify-content: flex-start;
}

.mainContainer {
  position: relative;
  top: 15vh;
  left: 0;
  padding: 0;
  margin: 1em;
  margin-inline: 2.5em;
  width: 100vw-5em;
}

.dash-bootstrap .Select-control {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .dash-bootstrap .Select-control {
    transition: none;
  }
}

.dash-bootstrap .Select-control:hover {
  box-shadow: none;
}

.dash-bootstrap .is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dash-bootstrap .is-focused:not(.is-open) > .Select-control {
  border-color: #aaa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

.dash-bootstrap .Select.is-disabled > .Select-control {
  background-color: #ebebeb;
}

.dash-bootstrap .Select--multi .Select-value {
  border-radius: 0.125rem;
  color: #eee;
  border-color: rgba(200, 200, 200, 0.25);
  background-color: rgba(55, 55, 55, 0.1);
}

.dash-bootstrap .Select--multi .Select-value-icon:hover {
  background-color: #333;
  color: #fff;
}

.dash-bootstrap .Select--multi .Select-value-icon {
  border-right-color: rgba(55, 55, 55, 0.25);
}

.dash-bootstrap
  .has-value.Select--single
  > .Select-control
  .Select-value
  .Select-value-label,
.dash-bootstrap
  .has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: #444;
}

.dash-bootstrap .Select-multi-value-wrapper {
  height: calc(1.5em + 0.75rem);
}

.dash-bootstrap .Select-placeholder {
  color: #999;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.dash-bootstrap .Select--single > .Select-control .Select-value,
.dash-bootstrap .Select-placeholder {
  line-height: calc(1.5em + 0.75rem);
}

.dash-bootstrap .Select-input {
  height: calc(1.5em + 0.75rem);
}

.dash-bootstrap .Select-menu-outer {
  /* display: block !important; */
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #444;
  border-top-color: transparent;
  box-shadow: none;
  color: #fff;
}

.dash-bootstrap .VirtualizedSelectOption {
  height: calc(1.5em + 0.75rem) !important;
}

.dash-bootstrap .VirtualizedSelectFocusedOption {
  background-color: rgba(55, 90, 127, 0.1) !important;
}

.tooltip-inner {
  max-width: 400px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgb(0, 123, 255);
  border-radius: 0.25rem;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: rgb(0, 123, 255);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: rgb(0, 123, 255);
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgb(0, 123, 255);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: rgb(0, 123, 255);
}

.popover {
  max-width: 75vw;
}
