.select2 {
  max-width: 100%;
}
.select2-dropdown {
    z-index: 7;
}
.select2-container {
    width: 100% !important;
}
.select2-drpdwn .select2-selection {
    border-radius: 0 !important;
    border-color: #f4f4f4 !important;
    height: 40px !important;
    padding: 5px;
}
.select2-drpdwn .form-control {
    border-radius: 5px;
}
.select2-drpdwn .form-control-primary {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.select2-drpdwn .form-control-secondary {
    border-color: var(--theme-secondary);
    color: var(--theme-secondary);
}
.selection .select2-selection {
    border-radius: 5px !important;
}
.selection .select2-selection .select2-search__field {
    margin-top: 0;
    padding: 3px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    padding: 2px 6px !important;
    margin-top: 0 !important;
    background-color: var(--theme-color) !important;
    border-color: #097560 !important;
    color: #fff;
    margin-right: 8px !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    float: right;
    margin-left: 0.5rem;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #e0e0e0 !important;
    color: #424242 !important;
}
.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: var(--theme-color) !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--single {
    border: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 6px !important;
    margin-top: 0 !important;
    background-color: var(--theme-color) !important;
    border-color: #097560 !important;
    color: #fff;
    margin-right: 8px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    float: right;
    margin-left: 0.5rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e0e0e0 !important;
    color: #424242 !important;
}
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: var(--theme-color) !important;
    color: #fff !important
}
.select2-container .select2-dropdown {
    background-color: #fff;
    border-color: #efefef !important;
    -webkit-box-shadow: 1px 5px 11px 0px #ededed;
    box-shadow: 1px 5px 11px 0px #ededed;
}
.select2-container .select2-search__field {
    border-color: #efefef !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f9f9f6;
}
.select2-container--focus {
    padding-right: 1px;
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
    0%		{ background-color: var(--bs-warning);}
    50%		{ background-color: #ededed;}
    100%	{ background-color: var(--bs-warning);}
}

.theme-form .ck-toolbar {
    border-color: #efefef !important;
    background-color: #f9f9f6 !important;
}

.theme-form .select2-container .selection {
    width: 100%;
    background-color: #f9f9f6 !important;
    /* border: 1px solid #efefef; */
    border: 1px solid #dfdfdf;
    border-radius: 4px !important;
}
.theme-form .select2-container .selection .select2-selection {
    padding: 0;
    margin: 8px 0px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-line-pack: center;
    align-content: center
}
.theme-form .select2-selection__rendered {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f6 !important
}
.theme-form select {
    border-color: #efefef;
    background-color: #f9f9f6 !important;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #898989;
    padding: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))) 10px;
    outline: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}
.theme-form select::-webkit-input-placeholder {
    color: #898989;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 1px;
    font-weight: 100
}
.theme-form select.form-control:not([size]):not([multiple]) {
    border-color: #efefef;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}
.theme-form-2 select {
    padding: 10px 10px !important
}
