.select2.select2-container {width: 100% !important;}
.select2.select2-container .selection {} 
.select2.select2-container .selection .select2-selection {border: none;background: #fff;min-height: 40px;border-radius: 10px;}
.select2.select2-container .selection .select2-selection[aria-expanded="true"] {background: #ddd;}
.select2.select2-container .selection .select2-selection .select2-selection__rendered { padding: 0 10px; }
.select2.select2-container .selection .select2-selection .select2-selection__rendered li {border: none;margin: 7px 5px 0 0;background: #ccc;}
.select2.select2-container .selection .select2-selection[aria-expanded="true"] .select2-selection__rendered li {background: #aaa;color:#fff}
.select2.select2-container .selection .select2-selection .select2-selection__rendered li .select2-selection__choice__remove {line-height: 1;border: none;padding: 4px 5px 0 5px;color: inherit;font-weight: 500;background: none;}
.select2.select2-container .selection .select2-selection .select2-selection__rendered li .select2-selection__choice__remove span {}
.select2.select2-container .selection .select2-selection .select2-selection__rendered li .select2-selection__choice__display { font-size: 12px; line-height: 25px; padding: 0 10px 0 0; }

.select2.select2-container .selection .select2-selection .select2-search { vertical-align: top; margin: 9px 0 0 0; display: inline-block; }
.select2.select2-container .selection .select2-selection .select2-search textarea {margin: 3px 0 0 0px;vertical-align: top;}


.select2-container .select2-dropdown {background: #ddd;border: none;font-size: 13px;font-weight: 300;/* box-shadow: 0px 5px 4px rgb(0 0 0 / 5%); */border-radius: 0 0 10px 10px;top: -1px;}
.select2-container .select2-dropdown .select2-results {}
.select2-container .select2-dropdown .select2-results .select2-results__options { padding: 0 0 5px 0; }
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {background: none;padding: 5px 10px;background: #ddd !important;}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected { background: #ddd; color: #777; }
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {background: var(--c-main);color: #fff;}