.select2-selection__rendered {
    line-height: 51px !important;
}
.select2-container .select2-selection--single {
    height: 55px !important;
}
.select2-selection__arrow {
    height: 54px !important;
}
.select2 {
    width: 100% !important;
}
.hide{
    display: none;
}
.scroll-vertical{
    overflow-y: auto !important;
}