:root {
  --blue: #2b383e;
  --white-grey: #FAFAFA;
  --dark_grey: #6c757d;
  --yellow: #f1b545;
}

body {
  position: fixed;
  top: 0;
  width: 100vw;
  overflow-y: hidden;
  font-family: "Roboto", sans-serif !important;
}

a.modebar-btn {
  font-size: 2rem !important;
  margin: 1rem 0.2rem;
}

.modal-body>.dash-graph>.js-plotly-plot>.plot-container>.svg-container>.modebar-container>.modebar>.modebar-group>a.modebar-btn {
  font-size: 1.2rem !important;
  margin: 0.25rem 0.2rem;
}

.modal-body>.dash-graph>.js-plotly-plot>.plot-container>.svg-container>.modebar-container>.modebar {
  top: 0;
  margin-top: 0;
  padding-top: 0;
}

.tab-container {
  background-color: var(--blue) !important;
  height: 3.8rem;
}

.tab-content {
  background-color: #f0f1f2;
  height: -moz-fit-content;
  height: 96.3vh !important;
  position: relative;
  bottom: 0;
  box-shadow: inset 5px 0px 5px lightgrey;
}

:hover.tab.horizontal-menu>span,
.tab.horizontal-menu.tab--selected>span {
  color: var(--yellow) !important;
  border-bottom: 4px solid var(--yellow) !important;
  padding-bottom: 0.8rem !important;
}

#fullscreen-tab:hover:after {
  color: var(--yellow);
}

#fullscreen-tab::after {
  position: absolute;
  top: 65%;
  right: 9%;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  content: "\f31e";
  color: white;
}

#fullscreen-tab:hover::after {
  animation: repeatTransformLarge 2.6s infinite;
}

@keyframes repeatTransformLarge {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.2);
  }
}

#fullscreen-tab.small::after {
  font-size: 19px !important;
  top: 95%;
  right: 11%;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  content: "\f78c";
}

#fullscreen-tab.small:hover::after {
  animation: repeatTransform 2.6s infinite;
}

@keyframes repeatTransform {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(0.7);
  }

  75% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(0.7);
  }
}

.horizontal-menu {
  background-color: var(--blue) !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  border: none !important;
  color: white !important;
  padding-bottom: 0 !important;
  width: 136px !important;
}

#prob-graph,
#was-graph {
  height: 92vh !important;
  bottom: 0;
}

#obs-vis-graph {
  height: 79vh !important;
  margin: 0 !important;
}

#obs-vis-graph .graph-with-slider {
  margin-top: 2rem !important;
}

#graph-eval-aeronet {
  padding: 0;
  margin: 0;
  height: 83vh !important;
  overflow: hidden;
}

#eval-aeronet-disclaimer {
  justify-content: flex-end !important;
  margin-right: 16px;
}

#graph-eval-modis-obs,
#graph-eval-modis-mod {
  padding: 0;
  margin: 0;
  height: 80vh !important;
  overflow: hidden;
}

.description-title>p {
  height: 35px;
  font-family: "Libre Baskerville";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px;
  margin: 1rem;
}

.description-body>p {
  opacity: 0.8;
  color: var(--blue);
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0.5rem 1rem;
}

.disclaimer>p,
.disclaimer>span>p {
  position: relative;
  opacity: 0.8;
  background-color: #ffffff !important;
  color: var(--blue);
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  bottom: 0.1rem;
  display: block;
  z-index: 1000 !important;
}

.disclaimer>span#models-disclaimer>p {
  float: right;
  margin-right: 1rem;
}

#eval-graph .disclaimer {
  display: flex;
  justify-content: flex-start;
  bottom: 1px;
}

#eval-vis-modis-disclaimer {
  justify-content: flex-end !important;
}

#graph-eval-aeronet .disclaimer {
  display: flex;
  justify-content: flex-end !important;
  bottom: 1px;
  margin-right: 16px;
}

.layout-dropdown .disclaimer>p {
  margin: 0.3rem 0rem;
}

.eval-stats-scores-modal .disclaimer {
  display: block;
  position: initial;
}

/* remove a tag styling on sidebar titles */
.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: var(--blue) !important;
  font-family: "Roboto", sans-serif !important;
}

.statistics-inputs .caret-span {
  padding-top: 4px;
  right: 4px;
}

#eval-apply,
#scores-apply,
#scores-map-apply {
  background-color: var(--blue);
  color: #ffffff;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0;
  height: 36px;
  border: none;
  border-radius: 0;
  text-align: center;
}

button#scores-apply,
button#eval-apply {
  width: 5rem;
}

button#scores-map-apply {
  background-image: url("./images/map_icon.png");
  background-repeat: no-repeat;
  background-position: 0.5rem;
  text-align: right;
  width: 7.5rem;
}

#forecast-footer {
  display: table-row;
}

#model-date-picker {
  width: 165px;
}

.timesliderline #date {
  color: var(--yellow) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.7rem 0rem 0.5rem 1.1rem;
  background-color: var(--blue) !important;
  border: none !important;
  cursor: pointer;
}

.DateInput {
  vertical-align: baseline;
  width: 150px;
  margin-right: 0.3rem;
}

.DateInput_input {
  padding: 0;
  margin: 0;
  line-height: initial;
}

.DateInput_input__focused {
  font-size: 0.98rem;
}

input.DateInput_input {
  margin-right: 0;
  padding-right: 0;
}

.DateInput_input:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

div.SingleDatePickerInput {
  border: none;
  background-color: var(--blue) !important;
  width: -webkit-fill-available;
}

.SingleDatePicker_picker {
  top: 38px;
  z-index: 10001;
}

.SingleDatePicker {
  width: inherit;
}

.SingleDatePicker_picker__portal {
  z-index: 10001;
}

.SingleDatePickerInput_clearDate {
  width: 34px;
  height: 34px;
  outline: none !important;
  margin-top: 1px;
  margin-right: 5px;
}

.SingleDatePickerInput_clearDate_svg {
  visibility: hidden;
  fill: white;
  height: 15px;
  width: 15px;
  vertical-align: inherit;
  margin: auto;
}

/* #clear_button { */
.SingleDatePickerInput_clearDate {
  background-color: var(--blue);
  outline: none !important;
  margin-top: 1px;
  margin-right: 5px;
}

/* #clear_button:before { */
.SingleDatePickerInput_clearDate:before {
  color: white !important;
  font-family: "Font Awesome 5 free";
  content: "\f044";
  font-weight: 400;
  vertical-align: middle;
  font-size: 1.1em;
  bottom: 4px;
  position: relative;
  right: 2px;
}

/* remove help button */
.DayPickerKeyboardShortcuts_buttonReset {
  display: none;
}

/* enforce static height of calendar */
.DayPicker_transitionContainer__horizontal {
  height: 338px !important;
}

#obs-vis-date-picker .DayPicker {
  z-index: 1001;
}

#was-slider-graph,
#prob-slider-graph,
#obs-vis-slider-graph {
  width: 12rem;
  padding: 0.3rem 35px 25px !important;
}

#model-slider-graph,
#obs-slider-graph,
#obs-aod-slider-graph {
  padding: 0.2rem 25px 25px 1rem !important;
  width: 30rem;
}

#rgb-buttons {
  display: block;
  float: left;
  margin: 0.5rem;
  margin-left: 2rem;
}

#rgb-buttons .btn {
  display: block;
  width: 12rem;
  margin: 0.5rem;
  border-radius: 0;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border: solid 3px var(--blue) !important;
  background-color: #ffffff !important;
  font-size: 1.1rem;
  color: var(--blue) !important;
}

#rgb-buttons .btn:hover {
  background-color: var(--blue) !important;
  color: #ffffff !important;
}

#rgb-buttons .active {
  background-color: var(--blue) !important;
  color: #ffffff !important;
}

.centered-image {
  display: flex;
  flex-direction: column;
}

#rgb-image {
  max-width: 56%;
  align-self: anchor-center;
  display: table;
}

.timesliderline>button {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 0.5rem;
  margin-top: 3px;
  border: none !important;
  outline: none !important;
  color: var(--blue);
  background-color: #fff;
  display: inline-flex;
  padding: 9px 12px;
}

.timesliderline>button:hover {
  background-color: var(--yellow) !important;
}

.timesliderline>button:focus {
  background-color: #ffffff !important;
}

.text-center {
  display: inline-block;
  text-align: center;
}

.anim-buttons {
  padding: 0.3rem 0 0.4rem 1rem;
  border-right: none !important;
}

#obs-dropdown,
#obs-mod-dropdown {
  min-width: 12rem;
}

.linetool {
  display: table-cell;
  padding: 1rem 0.5rem;
}

.linetool>label {
  font-size: Small;
  opacity: 0.8;
  color: var(--blue);
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0;
}

.linetool .Select-control {
  border-radius: 0;
  border: none;
}

.Select-menu-outer {
  z-index: 10000 !important;
}

.linetool #eval-date-picker {
  display: block !important;
}

#eval-date-picker .SingleDatePickerInput {
  background-color: white !important;
}

.linetool .dropdown>button {
  width: 9.5rem;
  text-align: left;
  border-radius: 0;
  border: none;
  color: #aaa;
  background-color: #fff;
}

.linetool .dropdown .show {
  padding-right: 1rem;
  padding-left: 1rem;
}

.statistics-inputs .dropdown-menu.show {
  padding-right: 0.4rem !important;
}

#obs-models-dropdown {
  padding-right: 0.7rem;
}

.linetool .DateInput {
  height: 36px;
  line-height: 36px !important;
}

.linetool .DateInput_input {
  line-height: 36px !important;
  border-bottom: none;
  padding-left: 0.5rem;
}

.linetool .DateRangePickerInput__withBorder {
  border: none;
  border-radius: 0;
}

.linetool .DateRangePickerInput_arrow {
  display: none;
}

.linetool .DateRangePicker_picker {
  z-index: 1000;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover,
.linetool .CalendarDay__selected_span {
  background: #d8a443;
  border: 1px double #d8a443;
  color: var(--blue);
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: var(--yellow);
  border: 1px double var(--yellow);
  color: var(--blue);
}

.levels-slider-container {
  position: absolute;
  height: 20rem !important;
  top: 7rem;
  right: 0.8rem;
  justify-content: flex-start;
  padding: 0 !important;
  z-index: 1001;
}

.levels-label {
  position: relative;
  height: 1rem !important;
  align-self: flex-end;
  background-color: var(--blue);
  color: lightgray;
  padding: 20px 6.3px !important;
  font-weight: bold;
  font-size: small;
  z-index: -1;
  border-radius: 0 0 20px 20px;
}

.levels-slider {
  top: 0;
  height: 19rem !important;
  padding: 15px 5px !important;
  background-color: var(--blue);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
}

.levels-slider .rc-slider-mark {
  margin-left: -3rem;
  display: flex;
  justify-content: right;
}

.levels-slider .rc-slider-mark-text {
  font-weight: bold;
  color: var(--dark_grey);
}

.levels-slider .rc-slider-rail,
.rc-slider-track {
  display: none;
}

.levels-slider .rc-slider-mark-text.rc-slider-mark-text-active {
  color: var(--blue);
}

.levels-slider .rc-slider-dot-active {
  border-color: none;
}

.navbar-timebar {
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: var(--blue) !important;
  padding: 0 !important;
}

.navbar-timebar:has(.show) {
  height: auto;
}

.rgb-layout-dropdown>.disclaimer {
  justify-content: flex-end !important;
}

.navbar-nav {
  margin: 0px;
  width: -webkit-fill-available;
  width: -moz-available;
  flex-direction: column !important;
}

.navbar>.container-fluid {
  padding: 0px !important;
  display: block !important;
  height: inherit;
}

.navbar-toggler {
  height: 5vh;
  border-radius: 0px !important;
  border-bottom: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.disclaimer {
  display: flex;
  z-index: 1000;
  position: fixed;
  bottom: 3.5vh;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: -webkit-fill-available;
  width: -moz-available;
}

.fixed-bottom {
  /* to adapt for sidebar width; */
  left: 200px;
}

.timesliderline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  background-color: var(--blue);
  border-right: 1px solid var(--dark_grey);
  height: 48px;
}

.timeslider {
  /* position: absolute; */
  background-color: transparent !important;
  height: 100%;
}

/* Position the parent of the timeslider */
.layout-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.layout-dropdown .dropdown,
.layout-dropdown .timeslider {
  z-index: 1002 !important;
}

.views-layers-dropdown {
  border-right: 1px solid var(--dark_grey);
}

#layers-dropdown,
#layers-dropdown .dropdown-menu.show {
  width: 146px !important;
  min-width: 146px !important;
}

.views-layers-dropdown.dropup.dropdown.show {
  z-index: 1003 !important;
}

.views-layers-dropdown>.dropdown-toggle:after {
  display: inline-block;
  vertical-align: 10%;
  margin-left: 0.8rem;
  font-size: 1.5rem;
  color: var(--yellow);
}

.layout-dropdown .views-layers-dropdown {
  bottom: 0;
  height: 100%;
}

.btn-primary {
  box-shadow: none !important;
  border: 0 !important;
}

.layout-dropdown .views-layers-dropdown>button,
.layout-dropdown #map-layers-dropdown>button {
  border-radius: 0 !important;
  background-color: var(--blue) !important;
  background-repeat: no-repeat;
  background-position: 1rem;
  height: 1.75rem;
  padding-top: 0.6rem;
  text-align: right;
}

.layout-dropdown #map-view-dropdown-div,
.layout-dropdown #map-view-dropdown-div .dropdown-menu.show {
  width: 145px;
  min-width: 145px;
}


.layout-dropdown #map-view-dropdown>button {
  background-image: url("./images/map_icon.png");
  width: 100%;
  height: 100%;
}

.layout-dropdown #map-view-dropdown>button:after {
  margin-left: 1.6rem;
}

.layout-dropdown #layers-dropdown>button {
  background-image: url("./images/layers_icon.png");
  background-size: 1.4rem;
  background-position: 1rem;
  width: 100%;
  height: 100%;
}

.layout-dropdown #map-layers-dropdown .dropdown-menu {
  min-width: 8rem;
}

div.dropdown-menu.show {
  position: absolute;
  z-index: 100000;
}

.layout-dropdown .dropdown-menu {
  border-radius: 0 !important;
  background-color: var(--white-grey);
  padding: 0;
  margin-top: 0;
}

.layout-dropdown .dropdown-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--blue);
  max-width: 100%;
  padding: 0.25rem 0;
  border-top: 1px solid #9ea8ad;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--blue);
  color: var(--white-grey);
}

.dropdown-item.active {
  background-color: var(--dark_grey);
  color: var(--white-grey);
}

/* This targets the map in Forecast tab */
#div-collection {
  height: 93vh !important;
}

#graph-collection {
  height: 93vh !important;
  padding: 0 !important;
}

.info {
  padding: 0.15rem 0.15rem !important;
  max-width: 79%;
  min-height: 52px;
  anchor-name: --infoAnchor;
}

.info>p {
  white-space: nowrap;
  margin-bottom: 0;
  overflow: hidden;
  text-wrap: nowrap;
  font-size: 0.8rem;
}

.leaflet-control-container .leaflet-control-colorbar {
  font-size: 0.8em !important;
  position: absolute !important;
  position-anchor: --infoAnchor !important;
  width: anchor-size(width) !important;
}

/* Add margin to offset changes in the tick marks of the colorbar */
#scores-map-modalbody .leaflet-control-container .leaflet-control-colorbar {
  margin-left: 6px !important;
}

/* ensure that nonequal spaced tickmarks are aligned with colorbands */
/* NOTE it would be better to use the anchor-size(width) in the width calc, but currently it's not working */
#scores-map-modalbody .leaflet-control-colorbar div:last-of-type span:nth-of-type(n+2) {
  /* position-anchor: --infoAnchor !important; */
  padding-left: 3px !important;
  width: calc(330px/10) !important;
}

.popup-map-point {
  z-index: 1001;
}

.leaflet-container .leaflet-popup-content-wrapper {
  font: 12px "Roboto", sans-serif !important;
  border-radius: 5px !important;
  display: inline-flex !important;
}

.leaflet-popup-content {
  margin: 0.5rem 0 0.5rem 0.5rem !important;
  line-height: 1.5 !important;
  width: max-content !important;
  text-align: left;
  padding-right: 0.5rem;
}

#graph-eval-aeronet .leaflet-popup-content {
  width: 11rem !important;
}

.leaflet-container .leaflet-popup-content {
  display: block;
}

.leaflet-container .leaflet-popup-content .popup-map-value {
  float: left;
  width: 4.5rem;
  background-color: var(--blue);
  color: #ffffff;
  /* border-radius: 50%; */
  /* margin: 0.5rem; */
  padding-bottom: 1.4rem;
}

.leaflet-container .leaflet-popup-content .popup-map-value p {
  font: 16px "Roboto", sans-serif;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  text-align: center;
  /* line-height: 2.8; */
  display: block;
  vertical-align: middle;
}

.leaflet-container .leaflet-popup-content-wrapper .popup-map-body {
  float: left;
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.leaflet-container .leaflet-popup-content-wrapper .popup-map-eval-body {
  float: left;
  padding-left: 0.5rem;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.popup-ts-button {
  border: 2px solid var(--blue);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.2rem;
  width: 100%;
}

.popup-ts-button-primary {
  background-color: var(--blue);
  color: #ffffff;
}

.popup-ts-button-secundary {
  background-color: #ffffff;
  color: var(--blue);
}

.tab-content .leaflet-container a.leaflet-popup-close-button {
  background-color: var(--blue);
  color: #ffffff;
  border-radius: 50%;
  top: -11px;
  right: -9px;
  height: 24px;
}

.leaflet-popup-close-button span {
  display: none;
}

.leaflet-popup-close-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: inherit;
  width: inherit;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  content: "\f00d";
  color: white;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-popup-pane {
  z-index: 10001 !important;
}

.vis-legend-point {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}

.was-legend-point {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.vis-legend {
  position: absolute;
  top: 65px;
  left: 15px;
  z-index: 1000;
}

.was-legend {
  position: absolute;
  top: 85px;
  left: 15px;
  z-index: 10000;
}

#scores-map-modalbody .leaflet-control-colorbar {
  overflow: visible !important;
}

#prob-graph .leaflet-control-colorbar.leaflet-control {
  top: 75px !important;
  position: fixed;
}

.leaflet-control-zoom-fullscreen {
  display: none !important;
}

.eval-statistics-nav {
  display: flex;
  flex-flow: wrap;
  max-width: 94%;
  padding: 0 0 0 0.8rem;
}

.statistics-inputs {
  display: inline-flex;
  flex-flow: wrap;
}

.statistics-inputs .linetool {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0.2rem;
}

.statistics-ctas {
  display: inline-flex;
  padding-top: 1.5rem;
}

.statistics-ctas .linetool {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0.2rem;
}

#login-modal .modal-content .modal-body>input,
#login-modal .modal-content .modal-body>button {
  margin: 0.5rem;
}

/* @media screen and (max-width: 1250px) { */
/*     .layout-dropdown .views-layers-dropdown { */
/*         left: 24px; */
/*         bottom: 120%; */
/*         height: 80%; */
/*     } */
/**/
/*     .layout-dropdown #map-layers-dropdown { */
/*         left: 156px; */
/*         bottom: 120%; */
/*         height: 80%; */
/*     } */

/*     #slider-graph, #obs-slider-graph, #obs-aod-slider-graph { */
/*          */
/*     } */
/* } */

@media screen and (max-width: 870px) {
  .tab.jsx-2137964197 {
    display: block !important;
    display: inline-block !important;
  }

  #forecast-tab,
  #evaluation-tab,
  #observations-tab {
    display: block !important;
    display: inline-block !important;
  }

  .tab-container.jsx-4017309047 {
    display: flex !important;
    flex-flow: row !important;
  }
}

.rc-slider-mark-text.rc-slider-mark-text-active {
  color: var(--yellow);
}

.rc-slider-mark-text {
  color: #999;
}

.rc-slider-handle {
  background-color: var(--yellow) !important;
  border: none;
}

#fullscreen-tab {
  position: absolute;
  right: 5px;
}

#prob-graph .leaflet-interactive,
#graph-eval-modis-mod .leaflet-interactive,
#obs-vis-graph .leaflet-interactive {
  cursor: pointer !important;
}

#was-graph .leaflet-zoom-animated {
  cursor: grab !important;
  cursor: -webkit-grab !important;
}

#prob-graph .leaflet-interactive:active,
#was-graph .leaflet-interactive:active,
#graph-eval-modis-mod .leaflet-interactive:active,
#obs-vis-graph .leaflet-interactive:active {
  cursor: grabbing !important;
}

.leaflet-interactive {
  cursor: crosshair !important;
}

/*styles for 404 page*/
.background {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('./images/img-bg-404.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.error_links {
  color: var(--yellow);
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
}

#error_title {
  font-family: "Libre Baskerville", serif;
  font-size: 5rem;
}

#error_div {
  text-align: center;
  color: white;
  font-size: 1.1rem;
}

td.column-0 {
  max-width: 100%;
  min-width: 10%;
}

.toast-body {
  padding: 0.25rem 0.75rem;
}

#toast {
  left: 340px;
  bottom: 72px;
  z-index: 10000;
  position: absolute;
}

#layers-countries-toast {
  left: 930px;
  bottom: 72px;
  z-index: 10000;
  position: absolute;
}

#layers-countries-toast .fa-caret-down {
  color: white;
  position: absolute;
  top: 79px;
  left: 15px;
  font-size: xxx-large;
}

.fa-caret-down {
  color: white;
  position: absolute;
  top: 59px;
  left: 15px;
  font-size: xxx-large;
}

.sconc_info div:nth-child(2) span {
  transform: rotate(20deg) translate(-50%, 5px) !important;
  padding-top: 2px;
}

#scores-map-modalbody {
  height: 70vh !important;
}

.disable-photo {
  background-color: #616060;
  color: #616060;
  pointer-events: none;
  border: 1px solid #e9e9e9;
}

.close-modal {
  position: absolute;
  background-color: var(--blue);
  color: white;
  border-radius: 50% 50%;
  top: -11px;
  right: -11px;
  height: 24px;
  padding-top: 2px;
  width: 24px !important;
  font: 13px "Roboto", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.close-modal i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

/* .close-modal-vis { */
/*     z-index: 100; */
/*     right: 9px; */
/*     top: 17px; */
/*     color: rgb(64, 83, 92); */
/* } */

.modal-body {
  text-align: center;
}

.modal-body .popup-map-airport {
  font-size: 1.5em;
}

canvas {
  overflow: hidden !important;
}

.leaflet-control-layers {
  display: none;
}

#app-tabs-parent #layers-checklist {
  background-color: white;
  font-family: "Roboto", sans-serif !important;
  display: grid;
  width: inherit;
  align-items: center;
}

#app-tabs-parent #layers-checklist .form-check {
  justify-content: space-between;
  padding: 2px 8px 2px 8px;
  border-bottom: 1px solid #0000001a;
  background-color: white;
  color: var(--blue);
  text-transform: uppercase;
  border-top: 1px solid #9ea8ad;
}

#app-tabs-parent #layers-checklist .form-check:hover {
  background-color: #e4e4e4;
}

#app-tabs-parent #layers-checklist .form-check-label {
  font-size: 14px;
}

#app-tabs-parent #layers-checklist .form-check-input {
  border-width: 3px;
  font-size: 16px;
  border-color: #000000ad;
  border-radius: 2px;
}

#layers-checklist p {
  margin-bottom: 0;
}

.layers-checklist-icon {
  padding-right: 5px;
}

.mantine-HoverCard-dropdown {
  border-radius: 5px;
  border-radius: 10px;
  z-index: 1052 !important;
}

.mantine-HoverCard-arrow {
  display: none;
}

.mantine-HoverCard-dropdown p,
.mantine-HoverCard-dropdown i {
  padding: 0.75rem;
  margin: 0 !important;
}

.hovercard-title {
  border-radius: 10px 10px 0px 0px;
  background: var(--yellow);
  padding: 0.75rem;
  margin: 0 !important;
}

.hovercard-gray {
  background-color: #e5e7e8;
}

.mantine-HoverCard-dropdown {
  padding: 0 !important;
  margin: 0 !important;
}

.styled-button {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0.5px 2px;
  transition: box-shadow 0.5s ease;
}

.styled-button:active {
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px;
  box-shadow: inset rgba(0, 0, 0, 0.8) 0px 1px 2px;
}

/* disable pointer events to allow hover on WAS */
.leaflet-Countries-pane {
  pointer-events: none;
}

.leaflet-tooltip-pane {
  z-index: 1050 !important;
}

.easy-button-container {
  position: fixed !important;
  right: 0px;
  background-color: white;
  margin-right: 10px;
  top: 8rem !important;
  cursor: grab !important;
}

.easy-button-container::before {
  content: 'Reset position';
  text-wrap-mode: nowrap;
  text-align: center;
  font-size: 0.9rem;
  color: #e5e5e5;
  background-color: #2f2f2f;
  color: rgb(238, 237, 237);
  width: fit-content;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 100%;
  right: 0%;
  visibility: hidden;
}

.easy-button-container:hover::before {
  transition-delay: 0.5s;
  visibility: visible;
}

.easy-button-button:hover,
.easy-button-container:hover {
  cursor: grab !important;
}
