/* Select2 Custom Modifications */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #406fee !important;
    color: #ffffff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
    background-color: #406fee;
    border: none;
}

.select2-container .select2-selection--single {
    height: 46px !important;
    border-radius: 8px;
    border: 1px solid #d2d6da;
}

.select2-container .select2-selection--multiple {
    height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.select2-selection__arrow {
    display: block !important;
}

.select2-selection--multiple{
    padding: 6px !important;
    border: none !important;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%) !important;
}


span.select2-selection.select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    height: 40px;
}

.select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    height: 40px;
}

.select2-selection__rendered {
    margin-top: 7px;
}