body, html {
  background-color: #f2f3f3;
  font-size: medium;
  height: 100%;
}

a {
  color: black;
}

a:visited {
  color: darkblue;
}

button {
  border: 1px solid #fdca00 !important;
  border-radius: 4px;
  background-color: white;
}

h1 {
  color: #fdca00;
}

.header-container {
  background-color: #041a2f;
  font: "Arial, Verdana, sans-serif";
}
.header-container .logo-img {
  text-align: right;
  padding: 5px;
}

.general-filters .Select-control {
  border: 1px solid #fdca00 !important;
}

.rc-slider-track {
  background-color: #fdca00;
}

.rc-slider-handle {
  border-color: #fdca00 !important;
}
.rc-slider-handle-hover {
  border-color: #fdca00;
}

.card-basic {
  background-color: white;
  border-radius: 20px;
  padding: 5px;
  border: 8px solid #f2f3f3;
}

.card-filters {
  align-items: right;
  font-size: small;
  display: flex;
  justify-content: right;
}
.card-filters .Select-control {
  width: 100% !important;
  background-color: #f2f3f3 !important;
  border: 1px solid #f2f3f3 !important;
}

.cell-table {
  font-size: 12px !important;
  font-family: "Arial, Verdana, sans-serif" !important;
  min-width: 100%;
  background-color: white;
}

.dash-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  width: 10%;
  max-width: 0;
  text-align: left !important;
  color: inherit;
}

.dash-header {
  font-weight: bold !important;
  text-align: left !important;
}

.dash-spreadsheet tr:hover td.dash-cell {
  background-color: rgb(220, 220, 220) !important;
}

.dash-table-tooltip {
  background-color: #fdca00 !important;
  color: black;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  min-width: unset;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table {
  --accent: black !important;
  --hover: none !important;
  font-family: var(--bs-font-sans-serif);
}

.last-page,
.previous-page,
.first-page,
.next-page {
  border-color: #f2f3f3 !important;
}
.last-page:disabled,
.previous-page:disabled,
.first-page:disabled,
.next-page:disabled {
  color: lightgray;
}
.last-page:hover,
.previous-page:hover,
.first-page:hover,
.next-page:hover {
  color: #fdca00 !important;
}
.last-page:hover:disabled,
.previous-page:hover:disabled,
.first-page:hover:disabled,
.next-page:hover:disabled {
  color: lightgray !important;
}

.row-basic {
  display: flex;
  align-items: stretch;
}

.column-primary,
.column-secondary {
  flex: 1 1 0;
}/*# sourceMappingURL=00_global.css.map */