﻿span.select2-dropdown.select2-dropdown--below {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-right: 1.5px solid !important;
    border-left: 1.5px solid !important;
    border-bottom: 1.5px solid !important;
    background-color: #efefef !important;
}

span.select2-selection.select2-selection--single {
    /*border-radius: 10px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1.5px solid;
    background-color: #efefef;
    height: 45px; /* Set your desired height */
    line-height: 45px; /* Adjust line-height to vertically center the text */
}
/**/
.select2-deschis {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1.5px solid !important;
    border-left: 1.5px solid !important;
    border-bottom: 1.5px solid !important;
    /*background-color: #e2e8fd;*/
}

span.select2-selection__rendered {
    line-height: 45px !important; /* Match the height */
}

span.select2-selection__arrow {
    height: 45px !important; /* Match the height */
}


