.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e3e6ef;
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus {
    outline: none;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    font-size: 14px;
    line-height: 1.7857142857;
    font-weight: 400;
    color: #5a5f7d;
}
.color-gray, .select2-container--default .select2-selection--single .select2-selection__arrow:after, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #5a5f7d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 12px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\f106";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 12px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    line-height: 1.7857142857;
    font-weight: 400;
    color: #5a5f7d;
    text-transform: capitalize;
}
.select2-results__option {
    text-transform: capitalize;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
}
.select2-container .select2-selection--single .select2-selection__clear {
    right: 0;
    display: none;
}
.content-center, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #eff0f3;
    border: none;
    border-radius: 4px;
    height: 24px;
    font-size: 11px;
    line-height: 1.2727272727;
    font-weight: 400;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
    padding: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #bd391b;
}
 
