.Select,
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: white;
}

.Select-control,
.Select-menu-outer,
.is-open > .Select-control {
  background-color: #272b30;
}

.Select-input > input {
  color: white;
}

.Select--multi .Select-value {
  border: 1px solid white;
  color: white;
}

.Select--multi .Select-value-icon {
  border-right: 1px solid white;
}

.Select-menu-outer {
    max-height: 200px !important;
    /* overflow-y: none !important; */
    z-index: 9999;
}

.Select--multi .Select-value-icon:hover {
    color: #66ccff;
}

#layout-btn {
  background-color: #272b30;
  border: 1px solid white;
  color: white;
  width: 90px;
  border-radius: 5px;
}

#layout-btn:hover {
  background-color: #030404;
  cursor: pointer;
}

#collapse-btn {
  background-color: #272b30;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
}

#collapse-btn:hover {
  background-color: #030404;
  cursor: pointer;
}

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 !important;
}

body.light .Select-control,
body.light .Select-menu-outer,
body.light .is-open > .Select-control {
  background-color: white !important;
}

body.light #layout-btn, 
body.light .Select-value,
body.light #collapse-btn {
  background-color: white;
  color: black !important;
}

body.light .Select--multi .Select-value,
body.light #layout-btn,
body.light #collapse-btn {
  border: 1px solid #ccc;
}

body.light #layout-btn:hover {
  background-color: #fff !important;
}

body.light .Select--multi .Select-value-icon {
  border-right: 1px solid #ccc;
}

body.light .Select--multi .Select-value-icon:hover {
  color: black;
}

body.light #title-div {
  color: black;
}

.settings-btn {
  color: white;
  background-color: #282828;
}

.settings-btn.selected {
  background-color: #7F7F7F;
}

.plot-ctrl-dd {
  height: 35px;
  width: 200px;
}
