@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Handlee&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merienda:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Tamil:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&family=Spline+Sans:wght@300..700&family=Wix+Madefor+Display:wght@400..800&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @font-face {
    font-family: "SF Pro Text";
    src: url(../fonts/SF-Pro-Display-Regular.otf) format("truetype");
} */

body {
    --vz-font-family-primary: "Lato", sans-serif;
    font-family: var(--vz-font-family-primary);
}

::selection {
    background-color: #1037C1;
    color: #fff;
}

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

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

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

label {
    font-size: 15px;
    color: #000000;
    letter-spacing: normal !important;
}

a {
    font-size: 15px;
    letter-spacing: normal;
}

button {
    letter-spacing: 1px;
}

/* .email-field-wrapper label:first-child,
.password-field-wrapper label:first-child,
.reset-password-field label:first-child {
    font-weight: 600 !important;
    letter-spacing: 0.5px;
} */

label {
    letter-spacing: 0.5px;
}

/* 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%;
}

.text-primary {
    color: #0F7A3A !important;
}

/* Contact Page Styles */
.login-page-section {

    overflow: hidden;

    /* Left Section */
    .login-left-section {
        position: relative;
        height: 95vh;
        /* background: linear-gradient(180deg, #1037C1 25%, #F7B92B 100%); */
        background: url(../../template/images/auth/auth-bg.png) no-repeat;
        background-position: center center;
        background-size: cover;

        .login-intro-img {
            position: relative;
            object-fit: cover;
            width: 100%;
            height: 100% !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: linear-gradient(to bottom,
                    rgba(0, 0, 0, 0),
                    rgba(0, 0, 0, 0.5));
        }

        .login-left-content {
            position: absolute;
            bottom: 30px;
            width: 100%;
            text-align: center;
            padding: 0 20px;
            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;
            }

            h5 {
                font-size: 20px;
                margin-bottom: 14px;
                line-height: 32px;
            }
        }
    }

    /* Right Section */
    .col-form {
        background-color: #f5eee9;
    }

    .login-form-section {
        position: relative;
        overflow: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        .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 {
            h2 {
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 35px;
                letter-spacing: 1px;

            }

            img {
                width: 138px;
                margin-bottom: 15px;
            }
        }

        .alert {
            text-align: center;
        }
    }

    /* Pattern Elements */
    .pattern-at {
        position: absolute;
        top: 5%;
        left: 1%;
        width: 100px;
        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: 5%;
        right: 1%;
        width: 100px;
        color: transparent;
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;
        rotate: -20deg;
        animation: slideUp ease-in forwards 1s;
    }

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

    .pattern-global {
        position: absolute;
        bottom: -5% !important;
        left: 1% !important;
        width: 130px;
        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-1,
#sign-in-2 {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

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

    .input-field {
        border-radius: 6px;
        width: 100%;
        border: 1px solid #DEDEDE;
        padding: 10px 12px 12px 40px;
        height: 48px;

        &:focus {
            border: 1px solid #DEDEDE;
            outline: none;
        }
    }

    #login-email,
    #login-password {
        background-color: #ffffff;
        margin: 10px 0 5px;
    }

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

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

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

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

/* 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 {
        border-radius: 6px;
        width: 100%;
        border: 1px solid #DEDEDE;
        padding: 10px 12px;
        height: 48px;
        background-color: #ffffff;
        margin-bottom: 10px !important;

        &:focus {
            border: 1px solid #DEDEDE;
            outline: none;
        }
    }

    .account-desc {
        text-align: 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: #0F7A3A;
        padding: 10px 10px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        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: 48px;
        right: 10px;
        font-size: 18px;
        color: #000000;
        cursor: pointer;
        pointer-events: none;
        transition: color 0.2s ease;

        &:not(.disabled) {
            pointer-events: auto;
        }
    }
}

/* 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);
}

/* .auth-bg {
    background-color: #F1F4FF;
} */

.auth-container {
    border-radius: 10px;
}

.left-auth-title {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 1px;
}

.movie-role {
    animation: linear 6s infinite rotate;
    transition: all 0.3s ease;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.mirror {
    position: absolute;
    top: 83px;
    font-weight: 700;
    font-size: 36px;
    opacity: 0.1;
    display: block;
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
}

.mirror {
    filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}

.login-left-section p {
    line-height: 24px !important;
    letter-spacing: 0.5px;
}

.movie-tape-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-right-align {
    width: 380px;
}

.opt-number-container .opt-number-field {
    width: 75px !important;
    height: 40px !important;
    border-radius: 50px !important;
    border-color: #DEDEDE;
    text-align: center !important;
}

input[type="checkbox"] {
    accent-color: #0F7A3A;
}

.auth-screen-patterns img {
    position: absolute;
    width: auto;
    max-width: 100px;
    /* optional: control image size */
    height: auto;
}

/* Top Left */
.auth-pattern-1 {
    top: 5px;
    left: 10px;
}

/* Top Right */
.auth-pattern-2 {
    top: 5px;
    right: 10px;
}

/* Bottom Left */
.auth-pattern-3 {
    max-width: 120px !important;
    bottom: 5px;
    left: 10px;
}

/* Bottom Right */
.auth-pattern-4 {
    max-width: 110px !important;
    bottom: 5px;
    right: 10px;
}

.login-left-section {
    position: relative;
}

.login-left-section .analytics-images img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.login-left-section .analytics-images img:nth-child(2) {
    top: 65%;
    left: 73%;
    width: 400px;
    animation: topbottom 2s linear infinite;
}

@keyframes topbottom {
    0% {
        top: 65%;
    }

    50% {
        top: 67%;
    }

    100% {
        top: 65%;
    }
}

.login-left-section .analytics-images {
    padding: 15px 30px;
}

.login-left-section .analytics-images img:first-child {
    width: 90%;
}

.email-field,
.password-field {
    position: relative;
}

.email-field img,
.password-field img {
    position: absolute;
    left: 8px;
    top: 55%;
    width: 20px;
    pointer-events: none;
}

.email-field .error,
.password-field .error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    color: red;
}

.login-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #98A892;
    letter-spacing: normal;
}

.login-tabs .nav-link.active {
    color: #0F7A3A;
    border-bottom: 2px solid #0F7A3A;
}

.login-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-heading p {
    color: #000000;
    font-weight: 500;
}

.forgot-contents p {
    max-width: 450px;
}

#reset-password .input-field {
    margin: 10px 0 5px;
    padding: 10px 12px 12px 40px;
}

.reset-confirmations a {
    font-weight: 700;
}