/* Main container */
.select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #D2C1C1;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
}
.select2-selection__placeholder {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
