.requiredLabel {
  display: flex;
  font-weight: bold; }
  .requiredLabel .required {
    padding-left: 5px;
    color: #d9534f; }

.thumb-vertical,
.thumb-horizontal {
  background-color: black;
  border-radius: 3px; }

.arkSelect__menu-list {
  overflow-y: unset !important;
  max-height: 100% !important; }

.arkSelectBody {
  overflow-y: auto !important;
  max-height: 210px; }

.arkSelect__multi-value,
.arkSelect__indicator,
.arkSelect__option {
  cursor: pointer !important; }

.arkSelect__menu {
  border-radius: 0 !important; }

.arkSelect {
  outline-color: transparent !important; }

.arkSelect__control {
  box-shadow: none !important;
  border-radius: 0 !important;
  border-color: #cccccc !important;
  min-height: 28px !important; }

.arkSelect__value-container {
  height: 33px !important; }

.arkSelect__indicators {
  height: 33px !important; }

.arkSelect__option {
  height: 33px !important;
  padding: 6px 12px !important; }
