body {
    font-family: 'Poppins', sans-serif;
}

.dashboard-tab {
  background-color: #999999 !important;
  border-radius: 0.375rem;
  border: 1px solid rgba(100, 100, 100, 0.5) !important;
  font-weight: bold;
}

.dashboard-tab:hover {
  background-color: #666666 !important;
  border: 1px solid rgba(100, 100, 100, 100) !important;
}

.selected-dashboard-tab {
  background-color: #fff !important;
  border: 1px solid rgba(100, 100, 100, 100) !important;
}

.tab-container {
  padding: 10px 0px 25px 0px;
}

.header-box {
  border: 1px solid rgba(100, 100, 100, 0.5) !important;
  border-radius: 0.375rem;
  width: 95%;
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.date-picker-container {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.parameter-row {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  column-gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.dropdown-container {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  flex-grow: 1 !important;
}

.parameter-dropdown {
  flex-grow: 1 !important;
  align-items: center !important;;
}

.DateInput_input, .DateInput_input_1, .DateRangePickerInput__withBorder {
  height: 40px !important;
  border-radius: 0.375rem !important;
}

.dropdown-label {
  padding-left: 5px;
  font-weight: 600;
}

.tooltip {
  background-color: #000 !important;
  border-radius: 0.375rem;
  color: #fff; /* text-white */
  padding: 12px 15px !important;
  max-width: 250px;
  font-size: 14px;
  z-index: 99999999999 !important;
  position: absolute !important;
}

.chart-title-row {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  column-gap: 25px;
  align-items: center;
}

.chart-title {
  font-size: 22px;
  font-weight: bold;
}

.table-title {
  font-size: 22px;
  font-weight: bold;
}

.table-container {
  margin-left: 20px;
}

.toggle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  margin-left: 5px;
}

.toggle-container-hidden {
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  display: none;
  margin-left: 5px;
}

.daq-booleanswitch--light,
.daq-booleanswitch--light__background {
  height: 15px !important;
  width: 40px !important;
}

.daq-booleanswitch--light__button {
  height: 15px !important;
  width: 15px !important;
}

.dlqMgb {
  transform: translateX(15px) !important;
}


.custom-dropdown {
  margin-bottom: 10px !important;
  row-gap: 5px !important;
  display: flex;
  flex-direction: column;
}

.custom-dropdown-exclude {
  margin-bottom: 10px;
  row-gap: 5px !important;
  display: flex;
  flex-direction: column;
}

.custom-dropdown-exclude .Select--multi .Select-value {
  background-color: #FFC7A1;
  border-color: #000000;
  color: #000000;
}

.filter-column {
  width: 25%;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; /* Ensures items stay in a single column */
}
