@charset "UTF-8";

.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 40px;  
    margin-top: 3.33333333px; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    font-size: @fs-14;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    position: absolute;
    top: 4px;
}

