.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid rgba(116, 116, 116, 0.623);
    box-shadow: none;
    text-align: center;
    color: rgba(96, 96, 96, 0.7);
    height: 42px;
    width: 100%;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgba(73, 73, 73, 0.7);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: rgb(0, 0, 0);
}

.select2-container .select2-dropdown {
    background-color: white;
    border: solid 1px rgb(147, 147, 147);
}

.select2-container--default .select2-results__option {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgb(0, 0, 0);
}

.select2-container--default .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgb(0, 0, 0);
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-search__field {
    background-color: transparent;
    border: 1px solid rgba(127, 127, 127, 0.623);
}

/* dark is this  */

.dark .select2-container--default .select2-selection--single {
    background-color: #232d42 !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 7px;
    box-shadow: none !important;
    text-align: center !important;
    color: rgba(228, 228, 228, 0.7) !important;
    height: 42px !important;
    width: 100% !important;
}

.dark
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgba(172, 172, 172, 0.7);
}

.dark
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white;
}

.dark .select2-container .select2-dropdown {
    background-color: rgb(27, 30, 46);
    border: 1px solid rgba(116, 116, 116, 0.623);
}

.dark .select2-container--default .select2-results__option {
    background-color: rgb(27, 30, 46);
    color: white;
}

.dark .select2-container--default .select2-results__option--highlighted {
    background-color: rgb(27, 30, 46);
    color: white;
}

.dark .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.dark .select2-search__field {
    background-color: rgb(27, 30, 46);
    border: 1px solid rgba(116, 116, 116, 0.623);
    color: white;
}

/* Override select2-bootstrap-5-theme for Light Theme */
.select2-container--bootstrap-5 .select2-selection--single {
    background-color: white !important;
    border: 1px solid rgba(116, 116, 116, 0.623) !important;
    box-shadow: none !important;
    text-align: center !important;
    color: rgba(96, 96, 96, 0.7) !important;
    height: 42px !important;
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection__placeholder {
    color: rgba(73, 73, 73, 0.7) !important;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
    color: rgb(0, 0, 0) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    background-color: white !important;
    border: solid 1px rgb(147, 147, 147) !important;
}

.select2-container--bootstrap-5 .select2-results__option {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: rgb(0, 0, 0) !important;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: rgb(0, 0, 0) !important;
}

.select2-container--bootstrap-5 .select2-selection--single:focus {
    outline: none !important;
}

.select2-container--bootstrap-5 .select2-search__field {
    background-color: transparent !important;
    border: 1px solid rgba(127, 127, 127, 0.623) !important;
}

.dark .select2-container--bootstrap-5 .select2-selection--single {
    background-color: #232d42 !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 7px;
    box-shadow: none !important;
    text-align: center !important;
    color: rgba(228, 228, 228, 0.7) !important;
    height: 42px !important;
    width: 100% !important;
}

.dark .select2-container--bootstrap-5 .select2-selection__placeholder {
    color: rgba(172, 172, 172, 0.7) !important;
}

.dark .select2-container--bootstrap-5 .select2-selection__rendered {
    color: white !important;
}

.dark .select2-container--bootstrap-5 .select2-dropdown {
    background-color: rgb(27, 30, 46) !important;
    border: 1px solid rgba(116, 116, 116, 0.623) !important;
}

.dark .select2-container--bootstrap-5 .select2-results__option {
    background-color: rgb(27, 30, 46) !important;
    color: white !important;
}

.dark .select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
}

.dark .select2-container--bootstrap-5 .select2-selection--single:focus {
    outline: none !important;
}

.dark .select2-container--bootstrap-5 .select2-search__field {
    background-color: rgb(27, 30, 46) !important;
    border: 1px solid rgba(116, 116, 116, 0.623) !important;
    color: white !important;
}

.dark .select2-container--bootstrap-5 .select2-selection {
    background-color: #232d42 !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 7px;
    box-shadow: none !important;
    text-align: center !important;
    color: rgba(228, 228, 228, 0.7) !important;
    height: 42px !important;
    width: 100% !important;
}
