/* @import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap); */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    --vz-font-family-primary: "Onest", sans-serif;
    font-family: var(--vz-font-family-primary);
    background-color:#fff;
}

/* Typography */
a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

/* Utility Classes */
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.h-100 {
    height: 100%;
}

/* Media Responsiveness */
canvas,
img,
svg,
video {
    max-width: 100%;
}
.forgot-title{
    text-align: start !important;
}
/* Contact Page Styles */
.login-page-section {
    /* Left Section */
    .login-left-section {
        position: relative;

        .login-intro-img {
            position: relative;
            object-fit: cover;
            width: 100%;
            height: 100vh !important;
        }

        .position-cover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        h5 {
            color: #fff;
        }

        .contact-left-logo {
            position: absolute;
            top: 10%;
            left: 4%;
            width: 40px;
            z-index: 9999;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color:rgba(0, 64, 160, 0.82);
        }

        .login-left-content {
            position: absolute;
            bottom: 40%;
            left: 15%;
            color: #fff;
            font-weight: 500;
            transition: all 0.5s;
            z-index: 2;
            animation: slideDown ease forwards 1s;
            line-height: 32px;

            p {
                font-size: 18px;
                margin-bottom: 0 !important;
                margin-top: 24px;
                line-height: 12px !important;
            }

            h2 {
                font-size: 48px;
                margin-bottom: 14px;
                text-align: center;
                line-height: 70px;
                 color: #fff !important;
                 font-weight: 800;
            }
        }
    }

    /* Right Section */
    .col-form {
        background-color: #f5eee9;
    }
.red-text{
    color: red;
}
.blue-text{
    color: #0040A0;
}
#login-email input.form-control {
    background-color: #fff !important;
}
.email-field label,.password-field label{
font-size: 14px;
font-weight: 700;
}
.forgot-text{
    font-size: 14px;
font-weight: 700;
color: #0040A0;
text-decoration: underline;
}
    .login-form-section {
        position: relative;
        overflow: hidden;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;

        .contact-icon-sec {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin: 10px 0;

            .contact-icon {
                border-radius: 6px;
                padding: 14px 16px;
                width: 166px;
                margin-right: 14px;
            }

            .git-icon {
                background-color: black;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
            }

            .facebook-icon {
                background-color: #066ec2;
                color: #fff;
                display: flex;
                border-radius: 4px !important;
                align-items: center;
                justify-content: center;
                font-size: 18px;
            }
        }

        .contact-sec-or {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            padding: 14px 16px;
            margin-top: 20px;
        }

        .login-form-title {
            h3{
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 15px;
                text-align: start;
                color: #000;
            }
            p{
                width: 445px;
                text-align: start;
                font-size: 14px;
                color: #595959;
                margin-bottom: 25px;
            }

            img {
                width: 220px;
                margin-bottom: 40px;
            }
        }

        .alert {
            text-align: center;
        }
    }
  .field-container label{
    font-size: 14px;
    margin-bottom: 6px;
  } 
   .forgot-page .login-form-title p{
            width: unset !important;
    }
   .reset-page .login-form-title p{
            width: unset !important;
    }
/* 
.toast-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #15803d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-content h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #15803d;
}

.toast-content p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #6b7280;
} */

/* Close button */
/* .toast-close {
    border: 1px solid #000000;
    color: #000000 !important;
    padding: 0 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.success-strip {
    background: #16a34a;
    width: 60px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* Check icon */
/* .success-strip i {
    color: #fff;
    font-size: 22px;
    background: rgba(255,255,255,0.15);
    padding: 8px;
    border-radius: 50%;
}

/* Content */
/* .success-content {
    padding: 16px 18px;
}

.success-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.success-content p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
}  */
    /* Pattern Elements */
    .pattern-at {
        position: absolute;
        top: 22%;
        left: 10%;
        width: 60px;
        transition: all 0.5s ease;
        animation: slideUp ease-in forwards 1s;
    }

    .pattern-star-top {
        position: absolute;
        top: 22%;
        right: 18%;
        width: 26px;
        color: gray;
        z-index: 1;
        color: transparent;
        transition: all 0.5s;
        opacity: 1;
        animation: slideUp ease-in forwards 1s;
    }

    .pattern-people {
        position: absolute;
        top: 38%;
        right: -28px;
        width: 60px;
        color: transparent;
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;
        rotate: -20deg;
        animation: slideUp ease-in forwards 1s;
    }

    .pattern-diamond {
        position: absolute;
        bottom: 8%;
        right: 18%;
        width: 60px;
        color: transparent;
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;
        rotate: 20deg;
        animation: slideUp ease-in forwards 1s;
    }

    .pattern-global {
        position: absolute;
        bottom: 24% !important;
        left: -3% !important;
        width: 60px;
        color: transparent;
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;
        animation: slideUp ease-in forwards 1s;
    }

    .pattern-star-bottom {
        position: absolute;
        bottom: 10%;
        left: 14%;
        width: 36px;
        color: transparent;
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;
        animation: slideUp ease-in forwards 1s;
    }
}

/* Sign In Form */
#sign-in {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .input-items {
        display: flex;
        flex-direction: column;
    }

    .input-field {
       width: 100%;
    height: 44px;
    padding: 10px 14px;
    font-size: 14px;
    color: #111827;
    border: 1.5px solid #DEDEDE; 
    border-radius: 6px;
    outline: none;
    background-color: #ffffff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;

        &:focus {
               background-color: #ffffff !important; 
        }
    }

    #login-email,
    #login-password {
        margin: 6px 0;
    }
#sign-in #login-email:focus,
#sign-in #login-password:focus {
    background-color: #ffffff !important;
    box-shadow: none;
    outline: none;
}
    .checkbox-item {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .checkbox-gap {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .text-green {
        color: #12715b;
        font-weight: 600;
    }

    .login-btn {
        background-color:#0040A0;
        padding: 10px 10px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        margin: 20px 0;
        font-weight: 700;
        color: #fff;
        width: 100%;
    }
}

/* Reset Password Form */
#reset-password {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .input-items {
        display: flex;
        flex-direction: column;
    }

    .input-field {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    margin-bottom:14px;
    font-size: 14px;
    color: #111827;
    font-weight: 500;
    border: 1.5px solid #DEDEDE; 
    border-radius: 6px;
    outline: none;
    background-color: #ffffff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;

        &:focus {
               background-color: #ffffff !important; 
        }
    }

    .account-desc {
          color: #353535 !important;
    }
    .account-desc {
        text-align: center;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .checkbox-item {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .checkbox-gap {
        display: flex;
        gap: 4px;
        margin-top: 10px;
    }

    .text-green {
        color: #12715b;
        font-weight: 600;
    }

    .reset-password-btn {
        background-color:#0040A0;
        padding: 10px 10px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        margin: 20px 0;
        width: 100%;
        font-weight: 600;
        color: #fff;
    }
}

/* Password Field */
.password-field {
    position: relative;
    width: 100%;

    .input-field {
        flex-grow: 1;
        padding: 10px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .toggle-password-icon {
        position: absolute;
        top: 50px;
        right: 10px;
        font-size: 14px;
        color: #0040A0;;
        cursor: pointer;
        pointer-events: none;
        transition: color 0.2s ease;

        &:not(.disabled) {
            pointer-events: auto;
        }
    }
}
#reset-password .toggle-password-icon{
  top: 45px !important;
}
/* Error Styles */
.error {
    color: red;
    font-size: 14px;
}

/* Animations */
@keyframes slideUp {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        transform: translateX(0px) translateY(0px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) translateY(-40px);
        opacity: 1;
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        transform: translateX(0px) translateY(0px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) translateY(30px);
        opacity: 1;
    }
}
.employee-card-bg-1{
    background: linear-gradient(to right, #E6F9FF, #FEFFFF);
}
.employee-card-bg-2{
    background: linear-gradient(to right, #E8FFF5, #FFFFFF);
}
.employee-card-bg-3{
    background: linear-gradient(to right, #F7E9FF, #FFFEFD);
}
.employee-card-bg-4{
    background: linear-gradient(to right, #E6EBFF, #FFFFFF);
}
.login-success-toast {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    width: 360px;
}
#setPasswordToast .toast-left{
    height:110px !important;
} 
#setPasswordToast .toast-right{
    padding: 12px 6px !important;
} 

/* Green panel */
.toast-left{
    background: #18a61b;
    width: 100px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Arrow notch */
.toast-left::after {
    content: "";
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #18a61b;
}

/* Check icon */
.check-circle {
    width: 26px;
    height: 26px;
    background: #fff;
    color: #18a61b;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.toast-right {
    padding: 8px 6px;
}

.toast-right h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.toast-right p {
    margin: 6px 0 0;
    font-size: 13px;
    color: #6b7280;
}

  .login-success-toast .toast-body {
    padding:0px 25px 0px 0px;;
    border-radius: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important;
}

#loginFailToast .toast-left,#pswdNotMatchToast .toast-left,#weakpswdToast .toast-left{
     height: 90px !important;
}
#emailverifyToast .toast-left,#setPasswordToast .toast-left{
     width: 140px !important;
}


#emptyErrToast .toast-left,
#loginFailToast .toast-left,
#emailverifyToast .toast-left,
#invalidOtpToast .toast-left,
#weakpswdToast .toast-left,
#pswdNotMatchToast .toast-left{
    background: red;
    width: 100px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Arrow notch */
#emptyErrToast .toast-left::after,
#loginFailToast .toast-left::after,
#emailverifyToast .toast-left::after,
#invalidOtpToast .toast-left::after,
#weakpswdToast .toast-left::after,
#pswdNotMatchToast .toast-left::after{
    content: "";
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid red;
}
.cross-fa {
    background-color: red;
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 12px;
}
.otp-box {
    display: flex;
    justify-content: center;
    gap:30px;
    margin-bottom: 25px;
}

.otp-box input {
    width: 65px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    outline: none;
}

.otp-box input:focus {
    border-color: #009207;
}
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp-input {
  -moz-appearance: textfield;
}
.resend-text {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.resend-text span {
    color: #0040A0;
    font-weight: 600;
}
.email-sec, .email-sec a{
    color: #595959 !important;
}
.sidebar-icons{
    width: 30px !important;
    height: 30px !important;
}
/* --------------------------------------- */
