.custom-search-input-2 .service_mode{
    display: block!important;
}

.form-control, .service_mode {
    height: 50px!important;
}

.loading {
    opacity: 0.6;
    pointer-events: none;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px !important;
    position: absolute;
    top: 1px;
    right: 5px!important;
    width: 20px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #dee2e6!important;
}

.form-control, .select-height{
    height: 44px!important;
}

.form-group > .textarea-height{
    height: 110px !important;
}

.shop-item {
    display: flex;
}

.shop-item .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-height{
    height: 250px;
    width: 250px;
}

.border-bottom{
    border-bottom: 1px solid #555!important;
    margin-bottom: 20px;
}

.table_summary thead tr td{
    font-weight: bold;
}

tbody.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.3;
}


.list_ok tr .list-item span:before{
    font-style: normal;
    font-weight: bold;
    font-family: "icon_set_1";
    font-size: 14px;
    content: "\6c";
    color: #e04f67;
    padding-right: 5px;
}

.switch-ios.switch-light a{
    z-index: 3!important;
}

.switch-light > span{
    z-index: 3!important;
}




