.metric-vis-element, .card-graph-half,
.card-graph-third,
.card-graph-two-thirds,
.graphs-container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.meal-header-title,
.insight-value-name,
.value-name,
.value-name-large, body {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #F1EFE9;
  color: #003355;
}

h1, h2, h3, h4, h5, h6 {
  color: #003355;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  color: #004C77;
  font-family: "Roboto";
  font-weight: 400;
  margin: 0 0 1em;
  line-height: 1.6;
  font-size: 1.5em;
}

a {
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  text-decoration: underline;
}

.cageeye-header-logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.cageeye-header-logo .cageeye-logo {
  margin-right: 20px;
}
.cageeye-header-logo .cageeye-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 200px;
  color: #9DCAFB;
}
.cageeye-header-logo .cageeye-title .cageeye-title-big {
  font-size: 24px;
  margin-bottom: 8px;
}
.cageeye-header-logo .cageeye-title .cageeye-title-small {
  font-size: 16px;
}

.header-section {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px 10px;
  background: #003355;
  border-bottom: 1px solid #004C77;
  z-index: 999;
}
.header-section .cageeye-header-options {
  justify-self: center;
}
.header-section .cageeye-logo,
.header-section .profile-img {
  height: 48px;
  margin-right: 20px;
}
.header-section .cageeye-header__user {
  margin-right: 0;
  margin-left: auto;
}

.cageeye-header-options-container {
  display: flex;
  height: 100%;
}

.date-picker-container {
  margin: auto 0;
}
.date-picker-container .DateInput {
  margin-right: 20px;
}
.date-picker-container .DateInput:first-child {
  margin-right: 30px;
}
.date-picker-container .DateInput:last-child {
  margin-left: 15px;
}
.date-picker-container .DateInput_input {
  min-width: 150px;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background-color: transparent;
  color: #9DCAFB;
  font-weight: 500;
  font-size: 16px;
  padding: 0 10px;
}
.date-picker-container .DateInput_input::placeholder,
.date-picker-container .DateInput_input i {
  color: #0090DB !important;
}
.date-picker-container .DateInput_input__focused {
  border: 2px solid #004C77;
}
.date-picker-container i {
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  background-color: #003355;
  pointer-events: none;
}
.date-picker-container .DayPickerKeyboardShortcuts_show__bottomRight,
.date-picker-container .DateRangePickerInput__withBorder {
  display: none;
  border: none;
}
.date-picker-container .DateRangePickerInput {
  background-color: transparent;
  display: inline-block;
  min-width: 350px;
  border-radius: 5px;
}
.date-picker-container .DateRangePickerInput_arrow_svg {
  fill: #9DCAFB;
}
.date-picker-container .DateInput {
  background-color: #003355;
}

.farm-cages-selection-container {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 15px;
  height: 80px;
}

.dropdown {
  position: relative;
  margin: 0 2px;
  padding: 23px 0;
  cursor: pointer !important;
}
.dropdown > div {
  height: 100%;
  color: #9DCAFB;
  border: none;
  box-shadow: none;
}
.dropdown .dropdown__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  line-height: 34px;
  padding: 0 10px;
  cursor: pointer;
  color: #9DCAFB;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.dropdown .dropdown__content {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  min-width: 100px;
  margin-top: 3px;
  flex: 1;
  border: 1px solid #004C77;
  background-color: #003355;
  color: #9DCAFB;
  z-index: 10;
  box-sizing: border-box;
}
.dropdown .dropdown__content.dropdown__content--checklist {
  padding: 10px 5px;
}
.dropdown .dropdown__content.dropdown__content--checklist .dropdown__content__input {
  margin-right: 5px;
  margin-bottom: 8px;
}
.dropdown:hover .dropdown__content, .dropdown:active .dropdown__content, .dropdown:focus .dropdown__content,
.dropdown .dropdown__content:hover,
.dropdown .dropdown__content:active,
.dropdown .dropdown__content:focus {
  display: block;
}
.dropdown .dropdown-item--label {
  width: 250px;
  color: inherit;
}
.dropdown #meals-options-container, .dropdown #cages-options-container {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #003355;
  border: 1px solid #004C77;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 10px;
  border-radius: 5px;
}
.dropdown #meals-options-container .button-multiselect-base, .dropdown #cages-options-container .button-multiselect-base {
  width: calc(100% - 20px);
  margin: 5px 0;
  display: block;
}
.dropdown #meals-options-container .button-multiselect-base.button-multiselect-selected, .dropdown #meals-options-container .button-multiselect-base.button-multiselect-primary, .dropdown #meals-options-container .button-multiselect-base.button-multiselect-secondary, .dropdown #cages-options-container .button-multiselect-base.button-multiselect-selected, .dropdown #cages-options-container .button-multiselect-base.button-multiselect-primary, .dropdown #cages-options-container .button-multiselect-base.button-multiselect-secondary {
  margin-bottom: 5px;
}
.dropdown .dropdown-multiselect-button {
  min-width: 150px;
  white-space: nowrap;
  background-color: #003355;
  color: #9DCAFB;
  border: 1px solid #004C77;
}
.dropdown:focus #meals-options-container, .dropdown:hover #meals-options-container, .dropdown:hover #cages-options-container, .dropdown:focus #cages-options-container {
  display: block;
}

.farms-dropdown-container {
  width: 220px;
}
.farms-dropdown-container .Select-control {
  border: 0;
}
.farms-dropdown-container .Select-menu-outer {
  min-width: 250px;
  background-color: #003355;
  max-height: none;
  border: none;
}

.cages-sidebar {
  background-color: #003355;
  width: 100%;
}

#cages-checklist-content label input[type=checkbox] {
  margin: 5px 10px 0px 10px;
}

#meals-checklist-content label input[type=checkbox] {
  margin: 5px 10px 0px 10px;
}

.header-section .Select {
  height: 100%;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
}
.header-section .Select-control, .header-section .Select-multi-value-wrapper, .header-section .Select-value {
  height: 100%;
  width: 100%;
  color: inherit !important;
  cursor: pointer;
}
.header-section .Select-control div,
.header-section .Select-control input,
.header-section .Select-control span, .header-section .Select-control, .header-section .Select-multi-value-wrapper div,
.header-section .Select-multi-value-wrapper input,
.header-section .Select-multi-value-wrapper span, .header-section .Select-multi-value-wrapper, .header-section .Select-value div,
.header-section .Select-value input,
.header-section .Select-value span, .header-section .Select-value {
  background-color: inherit !important;
  border: 0;
}
.header-section .Select-control {
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.header-section .Select .Select-value-label {
  color: inherit !important;
}
.header-section .Select .Select-arrow-zone .Select-arrow {
  border-color: white transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.header-section .Select .Select-arrow-zone:hover .Select-arrow, .header-section .Select .Select-arrow-zone:active .Select-arrow, .header-section .Select .Select-arrow-zone:focus .Select-arrow {
  border-color: #9DCAFB transparent transparent !important;
}
.header-section .Select.is-open .Select-arrow {
  top: -2px;
  border-width: 0 5px 5px;
  border-color: transparent transparent white;
}
.header-section .Select.is-open:hover .Select-arrow, .header-section .Select.is-open:active .Select-arrow, .header-section .Select.is-open:focus .Select-arrow {
  border-color: transparent transparent #9DCAFB !important;
}
.header-section .Select-menu-outer {
  width: 200px;
  background-color: #003355;
  border: none;
  box-shadow: none;
}
.header-section .Select-menu-outer .Select-menu__item {
  width: 100%;
}
.header-section .Select-menu-outer .Select-menu__headeritem {
  width: 100%;
  font-weight: bold;
  font-size: small;
  color: white;
}
.header-section .Select-menu-outer .Select-menu__subitem {
  width: 100%;
  padding-left: 2ch;
}
.header-section .Select input {
  color: inherit !important;
}

.units-paragraph {
  padding: 15px 20px;
  text-align: justify;
  border: 2px solid white;
  border-radius: 8px;
  background-color: rgba(241, 239, 233, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.units-paragraph {
  padding: 15px 20px;
  text-align: justify;
  border: 2px solid white;
  border-radius: 8px;
  background-color: rgba(241, 239, 233, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-pair-multiselect-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.button-multiselect-base {
  width: 100%;
  padding: 0rem;
  border-radius: 0.25rem;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  margin: 0.125rem;
  text-align: center;
  border: 1px solid transparent;
  color: #9DCAFB;
  background-color: transparent;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.button-multiselect-base.button-multiselect-primary {
  background-color: transparent;
}
.button-multiselect-base.button-multiselect-secondary {
  background-color: transparent;
}
.button-multiselect-base.button-multiselect-secondary:hover {
  background-color: #004c76;
  color: white;
}
.button-multiselect-base.button-multiselect-selected {
  background-color: #0090DB;
  color: white;
}

.button-multiselect-primary {
  flex: 0 0 80%;
}

.button-multiselect-secondary {
  flex: 0 0 20%;
}

.selectAll-multiselect-btn {
  background-color: transparent;
  color: #9DCAFB;
  font-size: 18px;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #004C77;
}
.selectAll-multiselect-btn:hover {
  background-color: #0090DB;
  color: white;
}

@keyframes slideInOut {
  0%, 100% {
    transform: translateY(-50%) rotate(-90deg) translateX(10px);
  }
  50% {
    transform: translateY(-50%) rotate(-90deg) translateX(0);
  }
}
.development-banner {
  position: absolute;
  right: -25vh;
  top: 50vh;
  z-index: 1000;
  background-color: #FFA800;
  color: black;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Press Start 2P", cursive;
  font-weight: bold;
  cursor: pointer;
  animation: slideInOut 3s infinite ease-in-out;
  text-orientation: mixed;
  max-height: 60px;
  max-width: 80vh;
  text-align: center;
}

.lang-radio .form-check {
  padding: 7px 10px;
  text-align: justify;
  border: 2px solid white;
  border-radius: 8px;
  background-color: rgba(241, 239, 233, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  border: 2px solid white;
  justify-content: space-between;
  margin: 0.4rem;
  background-color: rgba(241, 239, 233, 0.6);
}

.lang-radio .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0em;
  background-clip: content-box;
  padding: 2px;
  border: 1px solid var(--bs-gray-400);
  border-radius: 1em;
  background-color: var(--bs-white);
}

.lang-radio .form-check-input:checked {
  background-color: rgb(0, 182, 189);
}

.lang-radio .form-check-input:checked::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 9px;
  height: 9px;
  border-radius: 80%;
}

.lang-radio .form-check-input:checked + .form-check-label {
  font-weight: bold;
}

.maintenance-section {
  width: 100%;
  height: 30px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  padding: 0px 10px;
  background: #FFA800;
  color: black;
  border-bottom: 1px solid #004C77;
  z-index: 999;
  margin: auto;
}
.maintenance-section .maintenance-text {
  color: black;
  text-transform: uppercase;
}

#sentry-feedback {
  opacity: 0.6;
}
#sentry-feedback:hover {
  opacity: 1;
}

.dash-debug-menu {
  bottom: 85px !important;
}

.dash-debug-menu__outer--closed {
  bottom: 85px !important;
}
.dash-debug-menu__outer--open {
  bottom: 78px !important;
}

.content-section {
  display: flex;
  flex-direction: column;
  background: #F1EFE9;
  min-height: calc(100vh - 64px);
  position: relative;
}

.top-popup {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 900;
  top: 80px;
  left: 0;
  background: #003355;
  text-align: center;
  padding: 10px 0;
}
.top-popup .nav-link:not(.active) {
  opacity: 0.5;
}

.nav-link-wrapper {
  display: inline-block;
}

.nav-link {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: white;
  transition: background 0.3s ease;
}
.nav-link.active {
  border-bottom: 2px solid white;
  opacity: 1;
  color: white;
}
.nav-link:hover {
  color: white;
}

.tabs-content {
  flex: 1;
  padding: 50px 0 0 0;
}

.background-color-section1 {
  background-color: #F1EFE9;
}

.background-color-section2 {
  background-color: #EAE5E1;
}

.card--primary {
  background-color: #F1EFE9;
  border: 1px solid #006DA9;
}
.card--primary H1, .card--primary H2, .card--primary H3, .card--primary H4, .card--primary H5, .card--primary H6 {
  color: #001F33;
  font-weight: bold;
}
.card--primary P {
  color: #003355;
  margin: 0;
}
.card--primary {
  color: #003355;
}
.card--primary .plot {
  background-color: #F1EFE9;
  color: #003355;
  margin-top: 20px;
}
.card--primary .insight-value {
  color: #003355;
}
.card--primary .indicator-up {
  color: green;
}
.card--primary .indicator-down {
  color: red;
}
.card--primary .indicator-neutral {
  color: gray;
}

.card--secondary {
  background-color: #003355;
  border: 1px solid #006DA9;
}
.card--secondary H1, .card--secondary H2, .card--secondary H3, .card--secondary H4, .card--secondary H5, .card--secondary H6 {
  color: #FFA334;
  font-weight: bold;
}
.card--secondary P {
  color: #FF7D00;
  margin: 0;
}
.card--secondary {
  color: #FF7D00;
}
.card--secondary .plot {
  background-color: #003355;
  color: #FFA800;
  margin-top: 20px;
}
.card--secondary .insight-value {
  color: #FFFFFF;
}
.card--secondary .indicator-up {
  color: #00cd00;
}
.card--secondary .indicator-down {
  color: #ff3333;
}
.card--secondary .indicator-neutral {
  color: gray;
}

.plot-title-primary {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.explanation-paragraph {
  padding: 20px 25px;
  text-align: justify;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 2px solid #d3cdba;
  border-radius: 8px;
  background-color: rgba(241, 239, 233, 0.7);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.explanation-paragraph:hover {
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.tooltip-custom {
  padding-left: 30px;
}
.tooltip-custom .ph-info {
  font-size: 48px;
  color: #004C77;
  transition: color 0.5s ease, transform 0.5s ease;
}
.tooltip-custom .ph-info:hover {
  color: #002b44;
  transform: scale(1.1);
}
.tooltip-custom .tooltip-content {
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 20px 25px;
  text-align: justify;
  border: 2px solid #d3cdba;
  border-radius: 8px;
  background-color: #F1EFE9;
  color: #001422;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease;
  width: auto;
  min-width: 550px;
  max-width: 750px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 110px;
  transform: translateY(-50%) scale(0.95);
  max-height: 300px;
  overflow-y: auto;
}
.tooltip-custom .tooltip-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #F1EFE9 transparent transparent;
  transform: translateY(-50%);
  z-index: -1;
}
.tooltip-custom:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.dbc-tooltip-custom {
  opacity: 1 !important;
}
.dbc-tooltip-custom .tooltip-inner {
  padding: 20px 25px;
  text-align: justify;
  border: 2px solid #d3cdba;
  border-radius: 8px;
  background-color: #F1EFE9;
  color: #001422;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  width: auto;
  min-width: 350px;
  max-width: 550px;
}

.options {
  margin-top: 50px;
}

.card-graph-half,
.card-graph-third,
.card-graph-two-thirds,
.graphs-container {
  background-color: #fff;
}

.card-graph-half {
  width: 50%;
}

.card-graph-third {
  width: 33%;
}

.card-graph-two-thirds {
  width: 66%;
}

.card-ruleset {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  overflow: auto;
}

.card-ruleset pre,
.card-ruleset code {
  font-size: 16px;
}

.card-ruleset pre {
  text-align: left;
  line-height: 1.5;
  background-color: #003355;
  border-radius: 5px;
  padding: 10px;
  overflow-x: auto;
}

.meal-header-title {
  font-weight: 400;
  font-size: 14pt;
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
  border-bottom: 1px solid #006DA9;
}

.metric-vis-element {
  width: 33%;
  font-size: 10pt;
  margin-bottom: 20px;
  text-align: left;
}

.metric-vis-name {
  background-color: #004C77;
  padding: 5px;
  font-weight: 700;
}

.card-header {
  padding: 4px;
  text-align: center;
  font-weight: 400;
  font-size: large;
  border-bottom: 1px solid #004C77;
}

.insight-container {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.minimal-insight-container {
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 140px;
}

.metric-insight-cell-container, .metric-insight-cell-container-alt {
  padding: 10px;
  margin: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #EAE5E1;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.metric-insight-cell-container:hover, .metric-insight-cell-container-alt:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 9px 30px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.metric-insight-cell-container-alt {
  background-color: #e0d8d2;
}

.insight-value-name,
.value-name,
.value-name-large {
  font-size: 13px;
  display: block;
  align-items: flex-end;
  letter-spacing: 0.05em;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.insight-value {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.09em;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.value-name-large {
  font-size: 18px;
}

.metric-vis-prop-key,
.metric-vis-prop-value {
  min-width: 10px;
  display: inline-block;
  padding: 2px 5px;
  margin: 0px 5px 0px 0px;
  font-weight: 500;
}

.metric-vis-prop-key {
  background-color: rgb(100, 100, 100);
  color: #fff;
}

.metric-vis-prop-value {
  background-color: rgb(204, 204, 204);
}

.value-value {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.09em;
  color: #FFFFFF;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.loader-wrapper > div {
  visibility: visible !important;
}

.cage-overview-select-view {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cage-overview-select-view .single-cage-view-icon, .cage-overview-select-view .table-cage-view-icon {
  font-size: 26px;
}
.cage-overview-select-view .single-cage-view-icon {
  margin-right: 10px;
}
.cage-overview-select-view .table-cage-view-icon {
  margin-left: 10px;
}
.cage-overview-select-view .cage-view-text {
  margin: 0px 10px;
  font-size: 26px;
}

.cage-overview-title-text {
  margin: 0px 10px;
  font-size: 26px;
  text-align: center;
}

.cage-overview-radio-group .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
  margin-right: 0;
}

.cage-overview-radio-group .btn {
  padding: 0.375rem 0.75rem;
  width: 40px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #003355;
  background-color: #F1EFE9;
  border: 1px solid #00B6BD;
  border-radius: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.cage-overview-radio-group .btn:hover {
  color: #003355;
  border-color: #00858a;
}

.cage-overview-radio-group .btn-check:checked + .btn,
.cage-overview-radio-group .btn.active,
.cage-overview-radio-group .btn.show,
.cage-overview-radio-group .btn:first-child:active,
.cage-overview-radio-group :not(.btn-check) + .btn:active {
  background-color: #00B6BD;
  border-color: #00858a;
}

.cage-overview-metric-icon-table {
  font-size: 48px;
}

.cage-overview-metric-icon-card {
  font-size: 40px;
}

.sidebar-tooltip-hover-to-show {
  position: fixed;
  left: 10px;
  top: 70%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: white;
  padding: 0px;
  border-radius: 0px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.tooltip-text {
  white-space: nowrap;
  font-size: 24px;
  margin: 0;
}

.tooltip-icon {
  margin-bottom: -10px;
}

#cage-overview-sidebar-trigger {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  height: 100vh;
  background-color: transparent;
}

#cage-overview-sidebar {
  transition: width 0.5s ease;
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EAE5E1;
  z-index: 901;
  overflow-x: hidden;
  opacity: 0;
}

#cage-overview-sidebar-trigger:hover + #cage-overview-sidebar,
#cage-overview-sidebar:hover {
  width: 400px;
  opacity: 1;
}

.cage-overview-sidebar-content {
  transition: opacity ease-in 0.8s;
  padding-top: 100px;
  padding-left: 20px;
  color: transparent;
  opacity: 0;
}

#cage-overview-sidebar:hover .cage-overview-sidebar-content {
  opacity: 1;
  color: #9DCAFB;
}

.cage-overview-metric-tooltip .tooltip-inner {
  font-size: 26px;
  background-color: #EAE5E1;
  color: #003355;
  text-align: center;
  max-width: 500px;
  padding: 10px;
}

.metric-toggle-button {
  width: 100%;
  transition: background-color 0.3s ease;
  background-color: rgba(234, 229, 225, 0.5);
  border: none;
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}
.metric-toggle-button:active {
  background-color: rgba(234, 229, 225, 0.5);
}
.metric-toggle-button:hover, .metric-toggle-button:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.metric-toggle-button .button-content {
  display: flex;
  align-items: center;
  width: 100%;
}
.metric-toggle-button .button-content .icon-element {
  flex-shrink: 0;
}
.metric-toggle-button .button-content .toggle-metric-text {
  flex-grow: 1;
  font-size: 22px;
  background-color: transparent;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0 1rem;
}
.metric-toggle-button .button-content .selected-icon-element {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-right: 10px;
}

.metric-toggle-button-on {
  background-color: rgba(234, 229, 225, 0.5);
}
.metric-toggle-button-on:active {
  background-color: rgba(234, 229, 225, 0.5);
}
.metric-toggle-button-on:hover, .metric-toggle-button-on:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.metric-toggle-button-on .button-content .selected-icon-element {
  opacity: 1;
  padding-right: 10px;
}

.metric-toggle-button.btn, .metric-toggle-button.btn:hover, .metric-toggle-button.btn:focus, .metric-toggle-button.btn:active {
  --bs-btn-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-border-color: transparent;
}

.cages-reports-table-container {
  overflow-x: auto; /* Enables horizontal scrolling */
  display: block;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
}

.cages-reports-table-inner {
  min-width: 500px;
  padding: 10px;
}

.cages-reports-table-container .cages-reports-table-inner .row {
  flex-wrap: nowrap !important;
}

.cages-reports-table-cage-name-cell {
  margin: auto;
  font-size: 20px;
}

.cages-reports-table-header-metric-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-height: 75px;
  margin-bottom: 0;
}

.daily-feeding-tab-parent .tab-container {
  justify-content: right !important;
  border-bottom: solid;
  height: 50px;
}

.daily-feeding-tab {
  background: white;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  color: #0090DB;
  opacity: 0.7;
  max-width: 200px;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  display: flex;
}

.daily-feeding-tab--selected {
  border: transparent !important;
  color: black !important;
  opacity: 1;
}

.user-card__dropdown {
  box-shadow: none !important;
}
.user-card__dropdown .dropdown-menu {
  height: auto;
}
.user-card__dropdown .dropdown-menu a,
.user-card__dropdown .dropdown-menu button {
  color: #003355;
}
.user-card__dropdown .dropdown-item.active,
.user-card__dropdown .dropdown-item:active {
  background-color: transparent;
}
.user-card__dropdown .btn {
  padding: 0 0.5rem;
}

.settings-button {
  border: none;
  background: transparent;
  margin-left: 20px;
  /* adjust as necessary */
}

.settings-icon {
  width: 24px;
  height: 24px;
}

.settings-header {
  font-weight: bold;
  margin-top: 20px;
}

.close-settings-button {
  margin-left: auto;
  margin-right: auto;
}

.settings-paragraph {
  padding: 15px 20px;
  text-align: justify;
  border: 2px solid #d3cdba;
  border-radius: 8px;
  background-color: rgba(241, 239, 233, 0.6); /* Reduced the opacity for a softer look */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Adjusted box-shadow for a softer look */
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  /* Flexbox for vertical alignment */
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/*# sourceMappingURL=main.css.map */
