.dark-style .flatpickr-input:not(.is-invalid):not(.is-valid)~.form-control[readonly] {
    background: #1f2229;
}

.select2-container .select2-selection--single {
    height: 38px;
}

html.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: white;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: black;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

html.dark .select2-container--default .select2-selection--single {
    background-color: inherit;
    border: 1px solid #6b7280;
    border-radius: 7px;
}

.select2-container--default .select2-selection--single {
    background-color: #f7f8fa;
    border: 1px solid #f7f8fa;
    border-radius: 7px;
}

html.dark .select2-dropdown {
    background-color: #1F2229;
    border: 1px solid var(--color-teal);
    color: white;
}

.select2-dropdown {
    background-color: #f7f8fa;
    border: 1px solid #6b7280;
    color: black;
}

.select2-container--default .select2-selection--single:is(:hover, :focus) {
    border-color: #6b7280 !important;
}

html.dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2f3238;
    color: white;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #9e9e9e3d;
    color: black;
}

html.dark .select2-container--default .select2-results__option--selected {
    background-color: #2f3238 !important;
}

.select2-container--default .select2-results__option--selected {
    background: #9e9e9e3d;
}

html.dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #1f2229;
    border-radius: 3px;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: white;
    border-radius: 3px;
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 14px;
}

textarea:focus {
    border-color: var(--color-teal);
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #6b7280 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--color-teal);
    --tw-ring-offset-shadow: var(--color-teal);
}