
/* Dash Specific Styles */
/* 
#layout-btn {
  background-color: #272b30;
  border: 1px solid white;
  color: white;
  width: 90px;
  border-radius: 5px;
}

#layout-btn:hover {
  background-color: #030404;
  cursor: pointer;
} */

#map_swe_title {
  padding-left: 16px;
  color: #ced4da;
}

body.light .Select,
body.light
  .has-value.Select--single
  > .Select-control
  .Select-value
  .Select-value-label,
body.light
  .has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: black;
}

body.light .Select-control,
body.light .Select-menu-outer,
body.light .is-open > .Select-control {
  background-color: white;
}

body.light #title-div {
    background-color: white;
    /* border: 1px solid black; */
    color: black;
}

body.light #dash-content .card .card-body {
    background-color: white;
    /* border: 1px solid black; */
    color: black;
}

body.light #metadata-div{
    color: black;
}

body.light #layout-btn {
  background-color: white;
  border: 1px solid black;
  color: black;
}

body.light #layout-btn:hover {
  background-color: #fff;
}

#plot-overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: #222222;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#plot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    z-index: 5;
    display: block;
}

body.light #plot-overlay > div {
  background: #fff;
}

body.light #plot-overlay {
  background: white;
}
#close-plot-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: none;
}

#data-export {
  margin-right: 12px;
}