.select2 {
    display: block;
}

.select2 .selection {
    width: 100%;
}

.select2 .select2-selection.select2-selection--multiple {
    padding: 0.625rem 2px;
    border: 1px solid #dadce0;
    color: #363636;
}

.select2 .select2-selection.select2-selection--single {
    padding: 0.83rem 2px;
    border: 1px solid #dadce0;
    color: #363636;
    height: 3.4375rem;
}

.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 3.4375rem;
}

.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2 .select2-selection.select2-selection--multiple .select2-search__field,
.select2 .select2-selection.select2-selection--single .select2-search__field {
    margin-left: 2px;
}    

.select2 .select2-selection.select2-selection--multiple li,
.select2 .select2-selection.select2-selection--single li {
    margin-left: 2px;
    background-color: var(--primary)!important;
    color: #ffffff!important;
}

.select2 .select2-selection.select2-selection--multiple li button,
.select2 .select2-selection.select2-selection--single li button{
    color: #ffffff;
}

.select2 .select2-selection:focus.select2-selection--multiple,
.select2 .select2-selection:focus.select2-selection--single {
    border-color: var(--primary) !important;
    box-shadow: 0 0 5px rgba(241, 184, 92, 0.35);
}