﻿

.select2{
    width:100% !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 41px !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border: unset;
    background-color: unset;
    background-image: unset;
}

.select2-container--classic .select2-selection--single {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 60px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 43px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    /*background-color: #f5f5f5;*/
}

.select2-container {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.select2-container--classic .select2-selection--single {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.select2-container--classic .select2-selection--single {
    border: unset;
  
}