/* Page */
html, body {
  background: #000 !important;
  color: #fff !important;
}

/* Shiny containers */
.container-fluid, .row, .col-sm-2, .col-sm-10 {
  background: transparent !important;
  color: #fff !important;
}

/* Labels */
label, .control-label {
  color: #fff !important;
}

/* Select input */
.selectize-control .selectize-input,
.selectize-control.single .selectize-input {
  background: #111 !important;
  color: #fff !important;
  border-color: #444 !important;
}
.selectize-dropdown,
.selectize-dropdown .option {
  background: #111 !important;
  color: #fff !important;
}
.selectize-dropdown .active,
.selectize-dropdown .selected {
  background: #222 !important;
  color: #fff !important;
}

/* Spinner / loader text (if any) */
.shiny-output-error, .shiny-output-error-validation {
  color: #ff6b6b !important;
}

/* Optional: remove light borders around well panels etc. */
.well, .panel, .panel-default, .panel-body {
  background: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}