.select2-container{width:100%!important;}

/*
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 8px 10px;padding-right:30px;
    min-height: 36px;border: 1px solid #eceeef;
    border-radius:0;
    transition: 0.3s;
    background: #ffffff!important;
    position:relative;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.15);
    display:inline-block;
    color:#000000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover{box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.30);}
.select2-container--default .select2-selection--multiple .select2-selection__choice button{left:auto;right:10px;top:10px;border:none!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span{display:none;}
.select2-container--default .select2-selection--multiple .select2-selection__choice button:after{content:"\f2ed";font-family: "Font Awesome 5 Free";}
.select2-container--default .select2-selection--multiple .select2-selection__choice button:hover:after{color:#d9534f!important;}

.select2-container--default .select2-selection__rendered{display:flex;flex-wrap:wrap;}
.select2-container--default .select2-selection{border:none!important;transition:0.3s;padding:5px 10px 10px 10px;}
.select2-container--default .select2-selection:hover{background-color:rgba(0, 0, 0, 0.03);}

.select2-dropdown{border:none!important;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.30);}
.select2-dropdown .select2-results__option{padding:8px 15px;}
.select2-dropdown .select2-results__option--selected{background-color:rgba(0, 0, 0, 0.09);font-weight:500;}
.select2-dropdown .select2-results__option--highlighted{background-color:#5cb85c!important;}
*/