.select2-container.select2-container--default.select2-container--open {
    margin-top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 36px !important;
}

.custom-select2-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    margin-top: -2px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 39px;
    user-select: none;
    -webkit-user-select: none;
}

.custom-timepicker{
    padding: 19px 15px;
}