.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}


.select2-container .select2-selection--single {
    height: 45px;

}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
}
.select2-container--default .select2-selection--single {
    border : 1px solid #dcdcdc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    background-color: #dbdbdb;
    padding-left: 48px;
    height: 43px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    left: 44%;
}

.select2-link {
    cursor: pointer;}


select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;


    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, black 50%),
            linear-gradient(135deg, black 50%, transparent 50%),
            linear-gradient(to right, #dbdbdb, #dbdbdb);
    background-position:
            calc(99% - 19px) calc(1em + 4px),
            calc(99% - 14px) calc(1em + 4px),
            100% 0;
    background-size:
            10px 7px,
            5px 8px,
            47px 3.5em;
    background-repeat: no-repeat;
}



/*.timepicker_wrap {*/
/*    width: 268px;*/
/*}*/
.timepicker_wrap {
    width: 265px;
}

.time_pick {
    position: absolute;
    display: flex;


}
.time_pick::before {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    content: " \f0d7";
    color: #000;
    right: 0px;
    background-color: #dbdbdb;
    padding: 7px 18px;
    pointer-events: none;
    font-size: 22px;
    font-weight: 900;
    border-radius: 0px 5px 5px 0px;
}

.mbsc-ios.mbsc-datepicker-inline {

width: 340px;
}

.mbsc-popup-content {
    width: 400px;
}


.mbsc-scroller-wheel-cont.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d.mbsc-ios {
    width: 160px;
}

.section-header h2 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 1px;
    color: #242133;
}

.heading-size tr th {
    font-size: 15px !important;
    font-weight: 500 !important;
    vertical-align: inherit !important;
}
