@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #8094AE;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}

h1 {
    color: #364A63;
}

input {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    max-width: 425px;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 1rem;
}


h1 {
    font-weight: 600;
}

button {
    font-weight: 400;
}

p {
    font-weight: 600;
}

input:focus {
    outline: 1px solid #0092FF;
}

label {
    font-weight: 500;
    font-size: 12px;
    color: #364A63;
    display: block;
}

.did-not-receive-email-text {
    margin-top: 8rem;
}

.error {
    color: #EB5C6A;
    font-size: 12px;
    font-weight: 400;
}

.logo {
    margin-top: 34.31px;
    margin-left: 64px;
}

.full {
    margin-right: 4rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.left-section {
    width: 50vw;
}

.left-section img {
    display: flex;
    justify-content: end;
}

.left-img {
    display: flex;
    justify-content: end;
}

.right {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gender-flex {
    display: flex;
    gap: 1rem;
}

.gender-label {
    padding: 1rem 1.5rem;
    background-color: #EFF6FF;
    border-radius: 8px;
}

.male-label {
    margin-right: 1rem;
}

.gender-label:hover,
.gender-label:focus {
    background-color: #0092FF;
    color: #FFFFFF;
}

.flex {
    display: flex;
    gap: 2rem;
}

.dob-flex-group {
    gap: 3rem;
}

.class-block {
    display: block;
}

.go-up {
    margin-top: -80px;
}

.col-flex {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60vh;
}

.bg-img {
    margin-top: 100px;
    margin-left: 80px;
    width: 90%;
}

.step2-bg-img {
    display: block;
    margin-top: 70px;
    margin-left: -29px;
}

.step3-bg-img {
    display: block;
    margin-top: 100px;
    margin-left: -29px;
}

.top-img {
    position: absolute;
    top: 296px;
    left: 49.3px;
    min-width: 412.47px;
    height: 339px;
    overflow: hidden;
}

.step2-top-img {
    position: absolute;
    width: 412px;
    height: 398.39px;
    left: 76px;
    top: 370.15px;
}

.step3-top-img {
    position: absolute;
    top: 270px;
    left: 100px;
}

.num {
    font-size: 48px;
    text-align: center;
    display: block;
    max-width: 67px;
    height: 80px;
    padding: 0;
}


.otp-flex {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}


.center-align-text {
    text-align: center;
}

.who-are-you {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 3rem;
}

.doctor-parent {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.doctor-patient-img-div {
    border-radius: 16px;
    background: #F1FAFF;
    cursor: pointer;
    height: 197px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line p {
    margin: 0 1rem;
}

.btn {
    display: block;
    text-decoration: none;
    width: 400px;
    padding: 1rem;
    color: #FFFFFF;
    text-align: center;
    background: #0092FF;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

button {
    font-family: var(--font-nunito);
    font-size: 16px;
}

.first-btn {
    max-width: 424px;
    margin-left: auto;
    margin-right: auto;
}

.must {

    font-size: 12px;
    color: #EB5C6A !important;
    font-family: var(--font-nunito);
    text-align: left;
    height: 20px;
    margin-bottom: 10px;

}

.error-state {
    color: #EB5C6A;
}

.only-link {
    text-decoration: none;
    color: rgba(0, 146, 255, 1);
}

.login {
    color: #0092FF;
    font-size: 14px;
    font-weight: 500;
}

.login-btns {
    text-align: center;
    margin-top: 30px;
}

.div-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-group {
    width: 425px;
}

.state-zip {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group-state, .input-group-zip, .date-input{
    width: 189px;
}

.input-group label {
    font-size: 12px;
}

.or {
    border-bottom: 1px solid red;
    text-align: center;
}

.label-color-step2 {
    color: #3B3B3B;
}

.icons-parent {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.icon-div {
    background-color: #EEEEEE;
    width: 43px;
    height: 43px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SignUp Page */
.back-arrow-parent {
    margin-bottom: 1rem;
    position: absolute;
    top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -30px;
    cursor: pointer;
}

.back {
    margin-left: 10px;
    font-weight: 500;
    color: #364A63;
}

@media (max-width:1200px) {

    .date-input{
        width: 100%;
    }

    .check-email-img {
        margin-top: 4rem;
    }

    .state-zip {
        flex-direction: column;
    }

    .input-group-zip,
    .input-group-state {
        width: 425px;
    }
}

:root {
    --primary-color: rgba(0, 146, 255, 1);
}

.width-50 {
    width: 50%;
}

.ml-auto {
    margin-left: auto;
}

.text-center {
    text-align: center;
}

/* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0rem 2rem 0rem;
    width: 525px;
    margin-left: -20px;
}

@media (max-width:575px) {
    .progressbar {
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: rgba(239, 246, 255, 1);
    z-index: -1;
}

.progress {
    background-color: var(--primary-color);
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: rgba(239, 246, 255, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
}

.progress-step-active {
    background-color: var(--primary-color);
    color: #f3f3f3;
}

/* Form */

.form {
    border-radius: 0.35rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

#second,
#third {
    display: none;
}

.right-singnup {
    width: 35vw;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
    .resend-otp-text {
        width: 88% !important;
    }
}

@media only screen and (max-device-width: 1100px) and (orientation: portrait) {
    .street-address-input{
        margin-top: 1rem;
    }
    .dob-flex-group {
        gap: 0rem;
    }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .dob-flex-group {
        gap: 0rem;
    }
    .street-address-input{
        margin-top: 1rem;
    }
}

@media (max-width:1200px) {
    .logo {
        display: none;
    }

    .left-section,
    .left-section img {
        display: none !important;
    }

    .full {
        width: 100vw;
        text-align: center;
        margin-right: 1rem;
    }

    .right {
        margin: auto;
        padding: .5rem;
        margin-top: 100px;
        width: 100vw;
        align-items: center;
    }

    .right-singnup {
        width: 100vw;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 0;
    }

    .back-arrow-parent {
        align-self: flex-start;
        margin-left: 0.5rem;
        margin-top: 0.2rem;
    }

    .did-not-receive-email-text {
        margin-top: .5rem;
    }

    .gender-label {
        padding: 0;
    }

    label {
        text-align: left;
    }

    .flex {
        flex-direction: column;
    }

    #second,
    #third {
        display: none;
    }

    .login-btns {
        margin-top: 150px;
    }

    .login-btns .first-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:600px) {
    .right-singnup {
        width: 100vw;
    }

    .doctor-patient-img-div {
        width: 164px;
    }

    .resend-otp-text {
        width: 100% !important;
    }
    .dob-flex-group {
        gap: 0rem;
    }
}

@media(max-width:392px) {
    .login-btns .btn {
        width: 95vw;
    }
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 150px;
    padding-bottom: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.05);
}

@media(max-width:450px) {
    .input-group {
        width: 95vw;
    }
}

/* Modal Content */

.modal-content {
    margin-top: 100px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 1rem;
    width: 366px;
}

.modal-content11 {
    width: 385px;
}

/* The Close Button */
#close11 {
    background-color: #EFF6FF;
    color: #8094AE;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: 40px;
    border-radius: 8px;
    text-align: center;
}

#close11:hover,
#close11:focus {
    text-decoration: none;
    cursor: pointer;
}
