html,
body {
    height: 100%;
}

body {
    background-color: #263236;
}


/* login pages css  */

.loginInput {
    margin-bottom: 30px;
}

.form-check.loginInput {
    margin-top: 22px !important;
}

.main-wrapper-login {
    min-height: 100vh;
}

.acceptedBtnTop {
    background-color: #fff;
    color: #22A9D3;
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 24px;
    padding: 2px 12px;
    cursor: pointer;
    --box-shadow-color: #22A9D3;
    border: 1px solid #22A9D3;
    border-radius: 16px;
    font-weight: 600;
    justify-content: center;
    position: relative;
    touch-action: manipulation;
    transition: .3s;
    transition-property: color, border-color, background-color;
    white-space: nowrap;
}

.showpasswordBox {
    display: none;
}

.acceptedBtnTop:hover {
    background-color: #22A9D3;
    color: #fff;
}

.logo_logo_top {
    text-align: center;
    margin-bottom: 50px;
}

.logo_logo_top img {
    width: 62%;
    height: 100%;
    filter: hue-rotate(100deg);
}

.loginPageWrapper {
    width: 100%;
    height: 100%;
}

.loginPageWrapperBg {
    background-color: #263236;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* background-image: linear-gradient(to right top, #7eb04d, #7fb54a, #80ba47, #80bf44, #81c440, #82c83e, #83cc3c, #84d039, #85d438, #87d837, #88dc35, #89e034); */
}

.cookieBanner__ok9Tq {
    position: relative;
    z-index: 1001;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    color: #fff;
}

.cookieBanner__ok9Tq .icon__TZVxc {
    margin-right: 10px;
}

.cookieBanner__ok9Tq .text__uM_ME {
    font-size: 12px;
}

.cookieBanner__ok9Tq .link__AAZZD {
    color: #fff;
    text-decoration: underline;
}

.cookieBanner__ok9Tq .btn__pA1ka {
    margin-left: 10px;
}

.styles-module_button__38zv2.styles-module_white__3vxnb.styles-module_main__3aPoY {
    background-color: #fff;
    color: #176bbc;
}

.styles-module_button__38zv2.styles-module_small__3zabZ {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 24px;
    padding: 2px 12px;
}

.styles-module_button__38zv2 {
    align-items: center;
    background-color: initial;
    border: 1px solid #176bbc;
    border-radius: 16px;
    color: #176bbc;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    padding: 7px 16px;
    position: relative;
    touch-action: manipulation;
    transition: .3s;
    transition-property: color, border-color, background-color;
    white-space: nowrap;
}

.innerWrapper__sIQPN {
    display: flex;
    position: relative;
    flex-grow: 1;
    overflow: clip;
    justify-content: center;
    min-height: 95vh;
}

.leftSide__rfZw7 {
    position: relative;
    display: none;
    overflow: hidden;
    flex-grow: 1;
}

.copyright__EK02w {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}

.leftSide__rfZw7 img {
    width: 100%;
    height: 100%;
}

.inner__hrJN0 {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inner__hrJN0 {
    /* transform: translateX(100%); */
    /* transition: transform .25s ease-in-out; */
    /* transition-delay: .25s; */
    width: 401px;
    border-radius: 16px;
}

.drawer__dvOOP {
    position: relative;
    align-items: center;
    display: flex;
}

.header__Uqbdu {
    margin-top: 80px;
}

.input__sA_JQ[type=password] {
    font: large Verdana, sans-serif;
    letter-spacing: 1px;
}

.input__sA_JQ:hover {
    border-color: #22A9D3;
}

.input__sA_JQ:focus {
    border-color: #22A9D3;
}

.styles-module_button__38zv2.styles-module_main__3aPoY:focus:not([disabled]),
.styles-module_button__38zv2.styles-module_main__3aPoY:hover:not([disabled]) {
    box-shadow: inset 0 0 0 150px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 150px rgba(0, 0, 0, 0.1);
}

.clearIcon__TT00f {
    right: 20px;
    cursor: pointer;
}

.clearIcon__TT00f:hover svg g {
    fill: #22A9D3
}

.prefixIcon__v_mzM,
.clearIcon__TT00f {
    display: flex;
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.signInbtn {
    outline: none;
    border: none;
    background: none;
    font-size: 20px;
    color: #135fab;
    font-weight: 500;
    font-size: 20px;
}

.signInButtonBox {
    display: none;
}

.signInbtn:focus {
    outline: none;
    border: none;
    background: none;
}

.inline__LYdsT {
    display: flex;
}

.h3__jZz_d {
    font-size: 22px;
    font-weight: 600;
    color: #3f3e3f;
}

.text__kgGPN {
    font-size: 14px;
    color: #3f3e3f;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #7eb04d;
    border-color: #7eb04d;
}

.input__sA_JQ {
    font-size: 14px;
    border: solid 1px #d9d9d9;
    border-radius: 6px;
    padding: 18px 20px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 150ms;
    text-overflow: ellipsis;
    filter: none;
    box-shadow: 0 0 0 30px #fff inset;
}

.clearIcon__TT00fEmail,
.clearIcon__TT00fPass,
.clearIcon__TT00fforhEmail {
    display: none;
}

.disabled__CdRRj {
    margin-top: 30px;
}

.left-side-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prefixIcon__v_mzM {
    left: 20px;
    padding-right: 16px;
    z-index: 1;
}

.prefixIcon__v_mzM,
.clearIcon__TT00f {
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.forgotPasswordLink {
    padding: 4px;
    border-radius: 3px;
    cursor: pointer;
    color: #22A9D3;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 700;
}


/* .forgotPasswordLink:hover {
    color: #7eb04d87;
} */

.disabled__CdRRj button:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.field__Q4ghp {
    display: flex;
    position: relative;
    width: 100%;
    height: 52px;
}

.placeholder__r9ob3 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #bfbfbf;
    pointer-events: none;
    padding: 18px 20px;
    margin-left: 2px;
}

.input__sA_JQ:placeholder-shown+.placeholder__r9ob3 {
    opacity: 1;
}

.withPrefix__sdP_T {
    padding-left: 47px;
}

.styles-module_button__38zv2.styles-module_main__3aPoY {
    background-color: #22A9D3;
    border-color: #0000;
    color: #fff;
}

.styles-module_button__38zv2.styles-module_large__1K6IJ {
    border-radius: 9px;
    height: calc(8px* 6.5);
}


/* .styles-module_button__38zv2:not([disabled]) {
    box-shadow: 0 11px 15px -9px #7eb04d;
} */

.styles-module_button__38zv2 {
    align-items: center;
    background-color: initial;
    border: 1px solid #176bbc;
    border-radius: 16px;
    color: #176bbc;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    padding: 7px 16px;
    position: relative;
    touch-action: manipulation;
    transition: .3s;
    transition-property: color, border-color, background-color;
    white-space: nowrap;
}

.btn__v12Em {
    width: 100%;
}

.footer__Pw5HR {
    display: none;
    justify-content: space-between;
    padding: 18px 0;
    align-items: flex-end;
    font-size: 12px;
}

.inner__hrJN0.visible__brTG0 {
    /* transform: translateX(0); */
}

.inner__hrJN0 .header__Uqbdu,
.inner__hrJN0 .scrollable__I54Tl {
    padding: 0 40px 40px 40px;
}

.inner__hrJN0 .scrollable__I54Tl {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content__c1TTW {
    position: relative;
    flex: 1;
}

.linkWrap__oCPmE a {
    color: #7eb04d;
    font-size: 14px;
    transition: 0.3s;
}

.linkWrap__oCPmE a:hover {
    color: #7eb04d87;
}

.wrap__gaWu8 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
}

.resetBtn__TIvol {
    text-align: center;
    margin-top: 23px;
}

.styles-module_button__38zv2.styles-module_link__Oy6IE {
    color: #176bbc;
}

.styles-module_button__38zv2 {
    align-items: center;
    background-color: initial;
    border: 1px solid #176bbc;
    border-radius: 16px;
    color: #176bbc;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    padding: 7px 16px;
    position: relative;
    touch-action: manipulation;
    transition: .3s;
    transition-property: color, border-color, background-color;
    white-space: nowrap;
}

.styles-module_button__38zv2 {
    --box-shadow-color: #176bbc;
}

.toastT {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999999999;
    box-shadow: 0 11px 15px -9px #7cb947;
    background: rgba(124, 185, 71, .9);
}

.toast-content svg {
    fill: #fff;
}

.toastT.danger {
    box-shadow: 0 11px 15px -9px #c70011!important;
    background: #c70011d4!important;
}

.toastT.active {
    transform: translateX(0%);
}

.toastT .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #2770ff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message .text {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toastT .close {
    margin-top: 4px;
    margin-left: 10px;
}

.toastT .close:hover {
    opacity: 1;
}

.toastT .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toastT .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #2770ff;
}

.progress.active:before {
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.showToastB {
    padding: 12px 20px;
    font-size: 20px;
    outline: none;
    border: none;
    background-color: #2770ff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.dangerToast {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999999999;
    box-shadow: 0 11px 15px -9px #7cb947;
    background: rgba(124, 185, 71, .9);
}

.toast-content1 svg {
    fill: #fff;
}

.dangerToast {
    box-shadow: 0 11px 15px -9px #c70011!important;
    background: #c70011d4!important;
}

.dangerToast.active {
    transform: translateX(0%);
}

.display_block {
    display: flex;
}

.display_none {
    display: none;
}

.dangerToast .toast-content1 {
    display: flex;
    align-items: center;
}

.toast-content1 .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #2770ff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content1 .message1 {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message1 .text {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message1 .text.text-1 {
    font-weight: 600;
    color: #333;
}

.dangerToast .close1 {
    margin-top: 4px;
    margin-left: 10px;
}

.warningToast {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999999999;
    box-shadow: 0 11px 15px -9px #7cb947;
    background: rgba(124, 185, 71, .9);
}

.toast-content1 svg {
    fill: #fff;
}

.warningToast {
    box-shadow: 0 11px 15px -9px #ffa500d4 !important;
    background: #ffa500d4 !important;
}

.warningToast.active {
    transform: translateX(0%);
}

.warningToast .toast-content1 {
    display: flex;
    align-items: center;
}

.toast-content1 .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #2770ff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content1 .message3 {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message3 .text {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message3 .text.text-1 {
    font-weight: 600;
    color: #333;
}

.warningToast .close2 {
    margin-top: 4px;
    margin-left: 10px;
}

.InfoToast {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 11px 15px -9px #023f7f;
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999999999;
    box-shadow: 0 11px 15px -9px #7cb947;
    background: #023f7fc9;
}

.toast-content1 svg {
    fill: #fff;
}

.InfoToast.active {
    transform: translateX(0%);
}

.InfoToast .toast-content1 {
    display: flex;
    align-items: center;
}

.toast-content1 .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #2770ff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content1 .message3 {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message3 .text {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 8px;
    color: white;
}

.message3 .text.text-1 {
    font-weight: 600;
    color: #333;
}

.InfoToast .close3 {
    margin-top: 4px;
    margin-left: 10px;
}

button.password-addon {
    right: 35px;
    top: 10px;
}

button.password-addon i {
    font-size: 16px;
}


/* login pages css end */

@media (max-width: 1024px) {
    .inner__hrJN0 {
        width: 100%;
    }
    .drawer__dvOOP {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .footer__Pw5HR {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.forgotPasswordLink:focus {
    outline: none;
    background-color: rgba(0, 123, 173, .15);
    background-color: rgba(34, 169, 211, 0.15);
}

.auth-page-wrapper .auth-page-content .container .row.justify-content-center .col-xl-7.col-lg-8 .text-center .mt-3 .btn.btn-primary {
    background: #22A9D3;
    border-color: #22A9D3;
    background-color: #22A9D3;
    color: #fff;
    align-items: center;
    border: 1px solid #22A9D3;
    border-radius: 9px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    padding: 8px 16px;
    position: relative;
    touch-action: manipulation;
    transition: .3s;
    transition-property: color, border-color, background-color;
    white-space: nowrap;
}

.auth-page-wrapper .auth-page-content .container .row.justify-content-center .col-xl-7.col-lg-8 .text-center .mt-3 .btn.btn-primary:hover {
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 150px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 150px rgba(0, 0, 0, 0.1);
    background-color: #22A9D3;
    border-color: #22A9D3;
}

.appointment-payment .content__c1TTW form div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.appointment-payment .content__c1TTW form h4 {
    text-align: center;
}


/* .appointment-payment .content__c1TTW form .doctor_name h3 {
    color: #22A9D3;
} */

.doctor_name h3 {
    color: #30a7d1;
    font-size: 18px;
    font-weight: 500;
}

.appointment-payment .content__c1TTW form div .doctor_consulting_charges {
    margin: 22px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.appointment-payment .content__c1TTW form div .doctor_consulting_charges i {
    font-size: 1.2rem;
    width: 19px;
}

.appointment-payment .content__c1TTW form div .doctor_consulting_charges h4 {
    font-size: 2rem;
    color: #263236;
    position: relative;
    margin: 0;
}

.appointment-payment .content__c1TTW form div .doctor_consulting_charges h4 span {
    font-weight: 300;
}


/* .appointment-payment .content__c1TTW form div h4:nth-last-of-type(odd)::before {
    content: "\ebf2";
    position: absolute;
    left: -17px;
    font-size: 1.2rem;
    font-family: boxicons !important;
    color: #263236;
    top: 2px;
}

.appointment-payment .content__c1TTW form div h4:nth-last-of-type(odd)::after {
    content: ".00";
    position: absolute;
    right: -47px;
    font-size: 2rem;
    top: 0px;
    font-weight: 400;
} */

.appointment-payment .header__Uqbdu {
    margin-top: 40px;
    padding-bottom: 5px;
}

.appointment-payment .text__kgGPN {
    background-color: #22A9D3;
    border-radius: 15px;
    padding: 4px 12px;
    color: white;
    font-size: 16px;
    width: max-content;
}

.appointment-payment .resetBtn__TIvol a {
    transition: 0.3s;
    color: #263236;
}

.appointment-payment .resetBtn__TIvol a:hover {
    color: #22A9D3;
}

.appointment-payment .signInPageBox {
    display: flex;
    align-items: center;
    flex-direction: column;
}