﻿
html::-webkit-scrollbar {
    background-color: #333333;
    width: 10px;
}

html::-webkit-scrollbar-thumb {
    background-color: #0190BA;
}

    html::-webkit-scrollbar-thumb:hover {
        background-color: #0881a5;
    }

html::-o-scrollbar {
    background-color: #333333;
    width: 10px;
}

html::-o-scrollbar-thumb {
    background-color: #0190BA;
}

    html::-o-scrollbar-thumb:hover {
        background-color: #0881a5;
    }

html::-moz-scrollbar {
    background-color: #333333;
    width: 10px;
}

html::-moz-scrollbar-thumb {
    background-color: #0190BA;
}

    html::-moz-scrollbar-thumb:hover {
        background-color: #0881a5;
    }

.box-Swich {
    background-image: url('/img/mask.png');
    width: 80px;
    height: 29px;
    position: relative;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    vertical-align: middle;
}

.Box-Y {
    position: absolute;
    top: 0px;
    right: -100%;
    height: 100%;
    width: 75%;
    background-color: #2A3542;
    color: #41cac0;
    line-height: 27px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.Box-N {
    position: absolute;
    top: 0px;
    left: 0%;
    height: 100%;
    width: 75%;
    background-color: #bdc3c7;
    color: #fff;
    line-height: 27px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

#Click_lbl {
    display: block;
    position: absolute;
    z-index: 999999999;
    height: 20px;
    width: 20px;
    background-color: #7f8c9a;
    border: 4px solid #bdc3c7;
    border-radius: 50%;
    cursor: pointer;
    left: 0px;
}

.C_Click_lbl {
    background-color: #41cac0 !important;
    border-color: #2A3542 !important;
}

.Q_Doctor {
    background-color: #41cac0;
    border-color: #41cac0;
    color: #FFFFFF;
    height: 45px;
    margin-bottom: 12px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .Q_Doctor {
        font-size: 12px;
        height: auto;
    }

    .Stepy {
        width: 98% !important;
        float: right !important;
        margin: 8px -2px 8px 8px !important;
    }

    .MyText {
        float: none !important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) {
    .Q_Doctor {
        font-size: 22px;
    }

    .Stepy {
        width: 49% !important;
        float: right !important;
        margin: 8px -2px 8px 8px !important;
    }

    .MyText {
        float: right !important;
        margin-left: 15px;
    }
}

.Docyor_Options {
    background-color: #e1e1e1;
    cursor: pointer;
    color: #464646;
    font-size: 15px;
    height: 45px !important;
}

.monyHidden {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 1px;
    height: 1px;
}

.payment-result-box {
    text-align: center;
    width: 100%;
    display: block;
}

.box-yes {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 20px 8px 0;
    background-color: #2ea29a;
    padding: 2px 4px;
    border-radius: 20px;
    cursor: pointer;
}

    .box-yes img {
        height: 22px;
        margin-right: 4px;
        vertical-align: middle;
    }

.box-no {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 20px 8px 0;
    background-color: #2ea29a;
    padding: 2px 4px;
    border-radius: 20px;
    cursor: pointer;
}

    .box-no img {
        height: 22px;
        margin-right: 4px;
        vertical-align: middle;
    }

.my-form-control {
    width: 100%;
    background-color: #fff;
    min-height: 32px;
}

.sick-panel-header {
    background-color: #41cac0;
    border-color: #41cac0;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 25px;
    padding: 10px 0;
}

    .sick-panel-header div {
        font-size:1.5rem;
    }

    .sick-panel-header span {
        font-size: 1rem;
    }
.content-box {
    background-color: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.btn-next {
    background: #16a34a;
    border: 1px solid #16a34a;
    color: #fff;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.20);
    transition: all 0.2s ease;
}

    .btn-next:hover {
        background: #15803d;
        border-color: #15803d;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(22, 163, 74, 0.25);
    }

    .btn-next:active {
        transform: translateY(0);
    }

.btn-prev {
    background: #64748b;
    border: 1px solid #64748b;
    color: #fff;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(100, 116, 139, 0.20);
    transition: all 0.2s ease;
}

    .btn-prev:hover {
        background: #475569;
        border-color: #475569;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(100, 116, 139, 0.25);
    }

    .btn-prev:active {
        transform: translateY(0);
    }