/* DASH STYLES */
#data-string {
  width: 100%;
  justify-content: center;
  font-size: 21px;
}

#dash-content {
  width: 100%;
}

#dropdown-card {
  padding: 16px !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#map-div {
  padding-right: 12px;
}

#pillow-graph-card {
  margin-bottom: 12px;
}

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;
}

#pillow-map {
  margin-top: 8px;
}

/* #layout-btn, 
#advanced-btn,
#save-btn,
#cancel-btn {
  background-color: #272b30;
  border: 1px solid white;
  color: white;
  width: 90px;
  border-radius: 5px;
} */

#advanced-modal .modal-content {
  background-color: #111111;
  color: #ced4da;
}

.btn-close {
  background-color: transparent !important;
}

#option-description {
  background-color: #222222;
  color: #ced4da;
}

#layout-btn:hover, #advanced-btn:hover, #save-btn:hover, #cancel-btn:hover {
  background-color: #030404;
  cursor: pointer;
}

#advanced-btn {
  margin-right: 12px;
}

body.light #layout-btn {
  background-color: white;
  border: 1px solid black;
  color: black;
}

body.light #layout-btn:hover {
  background-color: #fff;
}

#hidden-div {
  border: none !important;
}

@media (max-width: 1350px) {
  #map-div {
    width: 100%;
    padding-right: 0;
  }

  #pillow-map {
    margin-top: 18px;
  }

  #graph-div {
    width: 100%;
  }

  #layout-btn {
    margin-right: 10px;
    width: 50%;
  }

  #title-container {
    flex-wrap: wrap;
  }

  #title-div {
    flex: 6;
  }
}

@media (max-width: 850px) {
  #layout-btn {
    font-size: 12px;
    width: 65%;
  }

  #metadata-div {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  #title-div {
    font-size: 20px;
  }

  #layout-btn {
    width: 85%;
  }
}
