﻿

/*============ Login Page ============*/
.login-sub-text {
    font-family: 'Rounded Elegance';
    color: #FFF;
    /*font-size: 28px;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}
.h-100 {
    height: 100vh !important;
}
.login-content {
    background-color: #f8fafc !important;
    padding: 0px !important;
    height: 100vh;
}
.login-left-side-container {
    background-image:url('../Images/LoginIcons/loginbg-image.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px;
}


.login-form-width {
    min-width: 30rem !important;
    max-width:30rem !important;
}
.signup-form-width{
    width:100%;
    height:85vh;
    overflow-y:auto;
}
.login-page-logo {
    /*width: 279px;
    height: 47px;*/
    width: 278.05px;
    height: 50px;
}
.login-title {
    color: #0F172A;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -3px;
}
.login-btn {
    border-radius: 16px;
    padding: 0.4rem 1rem;
    font-size: 18px;
    font-weight: 400;
}

.login-info-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #474A57;
}

.login-arrow-light-icon {
    width: 16.04px;
    height: 18.5px;
    margin-left: 5px;
}

.login-light-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-right: -2px;
}

.login-input {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #64748B;
    box-shadow: none !important;
    background: #F1F5F9 !important;
    border-radius: 12px !important;
    border:none;
}

    .login-input:focus {
        
    }

/*============ Login Page ============*/
/*============ Forgot Passowrd Page =========*/
.title-text-blue {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #0075FF !important;
}

.title-text-black {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #18191F !important;
}

input.with-user-icon {
    outline: none !important;
    padding: 10px 20px 6px 40px;
    font-size: 16px !important;
    border: 1px solid #D6DBE9;
    background: #fff url("../images/login images/fi_user.png") no-repeat 10px center;
    background-size: 20px 20px;
    background-position: 10px 11px;
    border-radius: 10px;
}

.noti-message-image {
    width: 135.3px;
    height: 135.3px;
    object-fit: contain;
}

.login-noti-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #474A57;
}

.login-noti-text-red {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F95A2C;
    cursor: pointer !important;
}

    .login-noti-text-red:hover, .login-noti-text-red:focus {
        color: #F95A2C !important;
    }

.go-back-link {
    font-size: 14px;
    font-weight: 400;
    color: #0075FF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    cursor: pointer !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.left-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 4px;
}

.ok-image-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.login-back-arrow-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    cursor: pointer;
}

.inputs .otp-input {
    width: 40px;
    height: 40px;
    border: 2px solid #EEEFF4;
    border-radius: 16px;
    padding: 1px 2px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0075FF !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.otp-input:focus {
    box-shadow: none;
    border: 2px solid #86b7fe !important;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}

.login-bg-img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.invalid {
    outline: none !important;
    min-height: 18.38px !important;
}
/*============ Forgot Passowrd Page =========*/
.robot-icon{
    position:absolute;
    left:-20px;
    top:28%;
    width:264px;
    height:auto;
}
.mt-10vh {
    margin-top: 10vh !important;
}
.mt-15vh {
    margin-top: 15vh !important;
}
.mt-30vh{
    margin-top:30vh !important;
}
.login-careme-logo {
    width: auto;
    height: 404px;
    right:-4px;
    top:18%;
    position:absolute;
}
.login-left-title {
    color: #FFF;
    font-family: CircularStd;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}
.login-left-icon {
    width: 182px;
    height:auto;
}
.login-white-card {
    width: 90%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 0px 40px 0px 0px;
    background: #FFF;
    position:absolute;
    top:48vh;
    left:0;
}
.login-link {
    color: #0075FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.signup-user-type {
    display: flex;
    flex-direction:row;
    justify-content:start;
    align-items:center;
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}
.signup-user-type-circle {
    min-width: 74px;
    min-height: 74px;
    max-width: 74px;
    max-height: 74px;
    background: #E0EEFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
}
.signup-user-type-circle img{
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}
.signup-user-type-active{
    border: 2px solid #0075FF;
}
.clinic-setup-title {
    /*color: #6FB0FF;*/
    color:#fff;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -1px;
}
    .clinic-setup-title img {
        width: 182px;
        height: auto;
    }
.mt--80{
    margin-top:-80px !important;
}
.w-fix-60{
    min-width:62rem;
    max-width:62rem;
}

.clinic-setup-card{
    border-radius:16px !important;
    padding:0px !important;
    display:flex;
    flex-direction:column;
}
.clinic-setup-card-header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding: 40px 40px 20px 40px;
    align-self: stretch;
    width: 100%;
}
    .clinic-setup-card-header .title {
        color: #0F172A;
        font-size: 33px;
        font-weight: 700;
        letter-spacing: -1px;
    }
.clinic-setup-card-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding:20px 40px;
    align-self: stretch;
}
.clinic-setup-card-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 20px 40px;
    align-self: stretch;
    border-top: 1px solid #E2E8F0;
}

/*============ OTP Form =========*/

.otp-btn {
    border: none;
    border-radius: 5px;
    background-color: #4F46E5;
    color: #ffffff;
    font-size: 10px;
    padding: 7px;
}

    .otp-btn:hover {
        color: #ffffff;
        background-color: #4338CA;
    }


.otp-input-fields {
    margin: auto;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .otp-input-fields input {
        height: 35px;
        width: 35px;
        background-color: #E2E8F0;
        border-radius: 7px;
        border: 1px solid #CBD5E1;
        text-align: center;
        outline: none;
        font-size: 16px;
        /* Firefox */
    }

        .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .otp-input-fields input[type=number] {
            -moz-appearance: textfield;
        }

        .otp-input-fields input:focus {
            border: 2px solid #0075FF !important;
            font-size: 16px;
        }
/*.tooltip{
    display:none !important;
}*/
/*************** Accept Links ***************************/
.w-fix-39 {
    min-width: 39rem;
    max-width: 39rem;
}

.accept-link-title {
    color: #F8FAFC;
    font-family: Circular;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}

.careme-logo-sm {
    height: 28px;
    width:auto;
}
.envlope-icon {
    width: 48px;
    height: 50.196px;
}
.invited-account-info{
    display:flex;
    flex-direction:row;
    justify-content:start;
    align-items:center;
}
.invited-username {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.invited-user-info {
    color: #64748B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}
/*************** Accept Links ***************************/
.overflow-auto {
    overflow: auto !important;
}

.invittion-expire-icon {
    width: 65.34px;
    height: 64px;
}

.login-image-one {
    width: inherit;
    height: auto;
}

.login-image-two {
    /*width: 260px;
    height: auto;
    position: absolute;
    right: -10px;
    bottom: 0px;*/
    height: auto;
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 300px;
}

.review-clinic-photo {
    border-radius: 50%;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    object-fit: cover;
}

.review-link-photo {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
}

.review-clinic-logo {
    width: auto;
    height: 37px;
}