.form-select {
    padding: 0.375rem 12px 0.375rem 0.75rem;
}

.selectize-control.single .selectize-input:after {
    content: none;
}

.selectize-input::after {
    content: none;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: rgb(255 255 255 / 0%);
}

.selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0,0,0,0%), inset 0 1px 0 rgba(255,255,255,0%);
    background-color: rgba(0,0,0,0%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0%),rgba(0,0,0,0%));
    background-repeat: repeat-x;
}

.selectize-input {
    border: none;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: none;
}

/* .selectize-dropdown-content .active {
    background: rgb(29,40,53) !important;
    color: white !important; 
  } */

.selectize-dropdown {
    background: rgb(29,40,53) !important;
    color: white !important;
    border-left: 1px solid  rgb(29,40,53) !important;
    border-bottom: 1px solid  rgb(29,40,53) !important;
    border-right: 1px solid  rgb(29,40,53) !important;
}

.selectize-dropdown .optgroup {
    background: rgb(29,40,53) !important;
    
}

.selectize-dropdown .optgroup-header {
    background: rgb(29,40,53) !important;
    color: white;
    border-bottom: 1px solid white;
}

.selectize-dropdown .active:not(.selected) {
    background: #3cd2a5 !important;
    color: white !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: white !important;
}

/* .selectize-dropdown-content {
    overflow-y: hidden !important;
} */
span.help.alert.alert-warning {
    padding: 3px;
    /* margin-top: 23px; */
    top: 6px;
}

.app-content {
    margin-left: 150px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background-color: transparent !important;
    border: 1px solid #6cffd4 !important;
    background-image: none !important;
    color: #6cffd4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #6cffd4 !important;
    background-color: transparent !important;
    color: #6cffd4 !important;
    background-image: none !important;
}

.chosen-container .chosen-drop {
    background-color: #1d2835 !important;
    border: 1px solid #6cffd4 !important;
    color: #6cffd4 !important;
}

.chosen-container-multi .chosen-drop .result-selected {
    background-color: #2b8c6f !important;
    color: rgb(0, 0, 0) !important;
}

.chosen-container .chosen-results {
    color: #6cffd4 !important;
}

.ts-control, .ts-control input, .ts-dropdown {
    color: #6cffd4 !important;
}

.ts-dropdown {
    background-color: #1d2835 !important;
    border: 1px solid #6cffd4 !important;
    box-shadow: none !important;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
    background-color: transparent !important;
    border: 1px solid #6cffd4 !important;
    box-shadow: none !important;
}

.ts-dropdown .optgroup-header {
    background-color: #1d2835 !important;
    color: #6cffd4 !important;
}

.ts-dropdown .active {
    background-color: #2b8c6f !important;
    color: rgb(0, 0, 0) !important;
} 

.ts-wrapper.multi .ts-control>div {
    background-color: transparent !important;
    border: 1px solid #6cffd4 !important;
    box-shadow: none !important;
    color: #6cffd4 !important;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    background-color: #1d2835 !important;
    border: 1px solid #6cffd4 !important;
    color: #6cffd4 !important;
}

.choices__heading {
    border: 1px solid #6cffd4 !important;
    color: #6cffd4 !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #3f8772;
}

.choices__inner {
    background-color: #1d2835 !important;
    border: 1px solid #6cffd4 !important;
    color: #6cffd4 !important;
}

.choices__input {
    background-color: #1d2835 !important;
    color: #6cffd4 !important;
}

.choices__list--multiple .choices__item {
    background-color: transparent !important;
    border: 1px solid #6cffd4 !important;
    color: #6cffd4 !important;
}