.dash-spreadsheet.dash-freeze-top {
  max-height: 650px !important;
}

body, .container, .row, .col, div, p, span, h1, h2, h3, h4, h5, h6 {
    color: white !important;
}

body.light {
    color: #000 !important;
}

body.light .container,
body.light .row,
body.light .col,
body.light div,
body.light p,
body.light span,
body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light h6 {
    color: #000 !important;
}

.Select-control,
.Select-menu-outer,
.is-open > .Select-control {
  background-color: #272b30 !important;
}

.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 !important;
}

.Select-input > input {
  color: white !important;
}

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 .Select-input > input {
  color: black !important;
}


.btn {
  background-color: #343a40 !important;
  color: white !important;
  border: none;
  font-weight: 700 !important;
  text-shadow: none !important;
  border-radius: 0px;
}

.btn.selected {
  background-color: #e1ecf7 !important;
  color: #2b3034 !important;
  border-radius: 5px !important;
}


body.light .btn {
  background-color: #e9ecef !important;
  color: #212529 !important;
  border-radius: 0px;
}

body.light .btn.selected {
  background-color: #d0e7fb !important;
  color: #1a1a1a !important;
  border-radius: 5px !important;
}

#caption-message,
#caption-message-2 {
  color: #cccccc !important
}

body.light #caption-message,
body.light #caption-message-2 {
  color: #666666 !important
}

.dash-spreadsheet tr {
  height: 1.5rem !important;
}