.sidebar .nav-item .nav-link {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.w_200 {
    width: 200px!important;
}

.w_50 {
    width: 50px!important;
}

.fz_40 {
    font-size: 40px!important;
}

.vh {
    visibility: hidden!important;
}

.d_block {
    display: block!important;
}

.body_bg {
    background: #4e73df!important;
}

.sidebar .sidebar-brand {
    text-transform: none!important;
}

.sep {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.select2-container .select2-selection--single {
    height: 37px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ECE5E5 !important;
}

.newsearch button {
    margin-top: 30px;
}

.print_btn {
    float: right;
}

.doctor-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 12px!important;
}

.doctor-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px !important;
    right: 1px;
    width: 20px;
}
.doctor-form .select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
    border-radius: 20px;
    padding-top: 16px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 29px;
}






/** admin doctor shedule **/

.check-box-list {
    /* border: 0.1px #0b0a0a1c solid;*/
    display: flex;
    /* flex-direction: row-reverse; */
    padding: 0;
    /* width: 80%; */
    width: 100%;
    /* max-width: 1074px; */
    background-color: #fff;
    border-radius: 6px;
    /* box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);*/
    list-style: none;
    overflow: hidden;

    .check-box-list-item {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ecf0f1;
        position: relative;

        &:last-child {
            border: 0;
        }
    }
}

.hidden-box {
    position: absolute;
    top: -9999px;
    left: -9999px;
    appearance: none;
    opacity: 0;
}

.check--label {
    font-size: 20px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.min-60 {
    padding-right: 10px;
}

.check--label-box {
    display: flex;
    align-self: center;
    position: relative;
    height: 20px;
    width: 19px;
    margin: 0 20px;
    border: 2px solid #3498db;
    border-radius: 2px;
    cursor: pointer;
}
.check--label-text {
    display: flex;
    align-self: center;
    position: relative;
    cursor: pointer;
    padding: 20px;
    border-left: 1px solid #ecf0f1;

    &:after {
        content: "";
        display: block;
        width: 0%;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 7.5%;
        transform: translateY(-50%);
        transition: width 100ms ease-in-out;
    }
}

.hidden-box:checked + .check--label {
    background-color: #f9f9f9;
    .check--label-box {
        background-color: #3498db;
        &:after {
            content: "";
            display: block;
            position: absolute;
            top: -1px;
            left: 4px;
            width: 6px;
            height: 12px;
            border: solid #000;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
    }
}

@media only screen and (max-width: 799px) {
    .check-box-list {
        border: 0.1px #0b0a0a1c solid;
        display: flex;
        flex-direction: column;
        padding: 0;

        background-color: #fff;
        border-radius: 6px;

        list-style: none;
        overflow: hidden;
    }
}
.flexible-btn {
    display: flex;
    padding-top: 15px;
    gap: 18px;
}
.btn-regular {
    background: #0081d6;
    border-color: #0081d6;
}
.btn-flexible {
    background: #38c500;
    border-color: #38c500;
}
.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    z-index: 1111 !important;
}

.btn-success.disabled,
.btn-success:disabled,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #acbbb6;
    border-color: #d9dbda;
}
