.gjs-field {
  background-color: #22272e;
}
.gjs-field select {
  option {
    background-color: #fff;
    color: #000;
  }
}
.gjs-input-unit {
  color: #e1e1e1;
}
.gjs-field-arrows {
  color: #e1e1e1;
}
.gjs-sm-field select.gjs-input-unit {
  color: #e1e1e1;

  option {
    background-color: #22272e;
    color: #fff;
  }
}
.gjs-field-arrow-d {
  border-top: 4px solid #e1e1e1;
}
.gjs-field-arrow-u {
  border-bottom: 4px solid #e1e1e1;
}

.gjs-field-radio {
  padding: 0 !important;
}
.gjs-radio-item .gjs-radio-item-label {
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 100%;
}
.gjs-radio-item input:checked + .gjs-radio-item-label {
  background-color: #545d6c;
}