/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-t0eo4ep11k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t0eo4ep11k] {
    flex: 1;
}

.sidebar[b-t0eo4ep11k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t0eo4ep11k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t0eo4ep11k]  a, .top-row[b-t0eo4ep11k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t0eo4ep11k]  a:hover, .top-row[b-t0eo4ep11k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t0eo4ep11k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-t0eo4ep11k] {
        justify-content: space-between;
    }

    .top-row[b-t0eo4ep11k]  a, .top-row[b-t0eo4ep11k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t0eo4ep11k] {
        flex-direction: row;
    }

    .sidebar[b-t0eo4ep11k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t0eo4ep11k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t0eo4ep11k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t0eo4ep11k], article[b-t0eo4ep11k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Public/ElearningWelcome.razor.rz.scp.css */
.banner-wrapper[b-97s0eed7vk] {
    position: relative;
}

/* Banner */
.elearning-banner[b-97s0eed7vk] {
    position: relative;
    height: 260px;
    border-radius: 10px;
    background: url('/images/elearning.png') center/cover no-repeat;
    overflow: hidden;
}

    /* Dark mask */
    .elearning-banner[b-97s0eed7vk]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 1;
    }

/* Text */
.banner-overlay[b-97s0eed7vk] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: 2;
}

    .banner-overlay h2[b-97s0eed7vk] {
        font-size: 30px;
        font-weight: 600;
        margin: 0;
    }

    .banner-overlay p[b-97s0eed7vk] {
        margin-top: 6px;
        font-size: 15px;
    }

/* Floating benefits card */
.benefits-card[b-97s0eed7vk] {
    position: relative;
    margin-top: -45px; /* 🔥 MAGIC overlap */
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 10px;
    background: #2c323a; /* dark card like screenshot */
    color: white;
    z-index: 3;
}

/* Optional smoother shadow */
.benefits-card[b-97s0eed7vk] {
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
/* /Pages/Public/Login.razor.rz.scp.css */
/*:root {
  --primary: #247FFF;*/ /* Or your preferred primary color */
/*}*/


*[b-bp1fh0f1g5] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body[b-bp1fh0f1g5],
input[b-bp1fh0f1g5] {
    font-family: "Poppins", sans-serif;
}



    /* Change the white to any color ;) */





    input:-webkit-autofill[b-bp1fh0f1g5],
    input:-webkit-autofill:hover[b-bp1fh0f1g5],
    input:-webkit-autofill:focus[b-bp1fh0f1g5],
    input:-webkit-autofill:active[b-bp1fh0f1g5] {
        /* -webkit-box-shadow: 30px 30px 30px 30px #F0F0F0 inset !important;*/
        transition: background-color 5000s ease-in-out 0s;
        -webkit-writing-mode: horizontal-tb !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: black !important;
        -webkit-text-fill-color: black !important;
    }

        input:-webkit-autofill[b-bp1fh0f1g5]::first-line {
            font-family: 'Helvetica Neue', 'Arial', Arial, sans-serif !important;
            font-size: 16px !important;
            font-weight: bold;
            text-align: justify;
        }

select:-webkit-autofill[b-bp1fh0f1g5] {
    background-color: #343a40 !important;
    color: black !important;
    /* Add this line to force autofill text color */
    -webkit-text-fill-color: black !important;
    transition: background-color 5000s ease-in-out 0s !important;
}


.container1[b-bp1fh0f1g5] {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
}

.forms-container1[b-bp1fh0f1g5] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


#content-wrap[b-bp1fh0f1g5] {
    padding-bottom: 2.5rem; /* Footer height */
}

/*.footer {
    left: 0;
    bottom: -130px;
    width: 100%;
    color: gray;
    text-align: center;
    z-index: 10;
    display: block;
}
*/


#footer[b-bp1fh0f1g5] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Footer height */
    text-align: center;
    color: gray;
    z-index: 10;
}

/*.footer {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px
}*/
/*
.footer,
.push {
    height: 50px;
    text-align: center;
    z-index: 10;   
    bottom: -30px;  
    color: gray;
  
}*/

.signin-signup[b-bp1fh0f1g5] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
    transition: 1s 0.7s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
}

form[b-bp1fh0f1g5] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
    transition: all 0.2s 0.7s;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.sign-up-form[b-bp1fh0f1g5] {
    opacity: 0;
    z-index: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transition: opacity 0.2s 0.7s;
    padding: 0rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    pointer-events: auto;
}

.sign-in-form[b-bp1fh0f1g5] {
    opacity: 1;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transition: opacity 0.2s 0.7s;
    padding: 0rem 2rem;
    width: 100%;
    pointer-events: auto;
}

    .sign-in-form form[b-bp1fh0f1g5] {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        padding: 0 1rem !important;
    }

.sign-up-form .title[b-bp1fh0f1g5] {
    width: 100%;
    text-align: center;
    margin: 0 0 12px 0 !important;
}

.sign-up-form .input-field[b-bp1fh0f1g5] {
    max-width: 380px;
    width: 100%;
    margin: 10px auto;
}

.sign-up-form .btn[b-bp1fh0f1g5] {
    margin: 10px auto;
}

.sign-up-form .social-text[b-bp1fh0f1g5] {
    text-align: center;
    width: 100%;
}

/* Headline alignment */
.sign-in-form .title[b-bp1fh0f1g5] {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
}

/* Logo centering override */
.login-logo-box[b-bp1fh0f1g5] {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}


.sign-in-form.sign-in-center[b-bp1fh0f1g5] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

    /* Center the headline across full width */
    .sign-in-form.sign-in-center .title[b-bp1fh0f1g5] {
        width: 100%;
        text-align: center;
        margin: 0 0 12px 0 !important;
        padding: 0;
    }

    /* Center and constrain the form area */
    .sign-in-form.sign-in-center form[b-bp1fh0f1g5] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        padding: 0 0 0 0 !important; /* neutralize old wide padding */
        box-sizing: border-box;
        text-align: left; /* fields left-text inside; change to center if you want centered placeholder text */
    }

        /* Each input-field full width and centered as a block */
        .sign-in-form.sign-in-center form .input-field[b-bp1fh0f1g5] {
            width: 100%;
            max-width: 380px;
            margin: 8px 0;
            margin-left: auto;
            margin-right: auto;
        }

        /* If you use the 3-column password grid class already: keep it; else this still works */
        /* Ensure password toggle layouts remain aligned */
        .sign-in-form.sign-in-center form .password-toggle-field[b-bp1fh0f1g5] {
            width: 100%;
            max-width: 380px;
        }

    /* Button alignment */
    .sign-in-form.sign-in-center #sign-login-btn[b-bp1fh0f1g5],
    .sign-in-form.sign-in-center button[type="submit"][b-bp1fh0f1g5] {
        display: inline-block;
        min-width: 160px;
        margin: 14px auto 4px auto;
        align-self: center;
    }

    /* Optional: center the error message if present */
    .sign-in-form.sign-in-center .error-text[b-bp1fh0f1g5],
    .sign-in-form.sign-in-center form > div[style*="color:#c62828"][b-bp1fh0f1g5] {
        text-align: center;
        width: 100%;
    }


.title[b-bp1fh0f1g5] {
    font-size: 2.2rem;
    color: #444;
    margin-bottom: 10px;
}

.input-field[b-bp1fh0f1g5] {
    max-width: 380px;
    /*  width: 100%;*/
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}



    .input-field i[b-bp1fh0f1g5] {
        text-align: center;
        line-height: 55px;
        color: #acacac;
        transition: 0.5s;
        font-size: 1.1rem;
    }

    .input-field input[b-bp1fh0f1g5] {
        background: none;
        border-radius: 55px;
        outline: none;
        border: none;
        line-height: 1;
        font-weight: 600;
        font-size: 1.1rem;
        color: #333;
    }

        .input-field input[b-bp1fh0f1g5]::placeholder {
            color: #aaa;
            font-weight: 500;
        }

.social-text[b-bp1fh0f1g5] {
    padding: 0.7rem 0;
    font-size: 1rem;
}

.social-media[b-bp1fh0f1g5] {
    display: flex;
    justify-content: center;
}

.social-icon[b-bp1fh0f1g5] {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #333;
    border-radius: 50%;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

    .social-icon:hover[b-bp1fh0f1g5] {
        color: #4481eb;
        border-color: #4481eb;
    }

.btn[b-bp1fh0f1g5] {
    width: 150px;
    background-color: #012269 !important;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 100px;
    cursor: pointer;
    transition: 0.5s;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .btn:hover[b-bp1fh0f1g5] {
        background-color: gray;
    }

.panels-container1[b-bp1fh0f1g5] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 50px
}

/*panels-container1*/
.container1[b-bp1fh0f1g5]:before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    background-image: linear-gradient(-45deg, #012269 0%, #012269 100%);
    transition: 1.8s ease-in-out;
    border-radius: 50%;
    z-index: 6;
    padding-bottom: 50px
}

.image[b-bp1fh0f1g5] {
    width: 100%;
    transition: transform 1.1s ease-in-out;
    transition-delay: 0.4s;
}

.panel[b-bp1fh0f1g5] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 6;
}

.left-panel[b-bp1fh0f1g5] {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}

.right-panel[b-bp1fh0f1g5] {
    pointer-events: none;
    padding: 3rem 12% 2rem 17%;
}

.panel .content[b-bp1fh0f1g5] {
    color: #fff;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
}

.panel h3[b-bp1fh0f1g5] {
    font-weight: 600;
    line-height: 1;
    font-size: 1.5rem;
}

.panel p[b-bp1fh0f1g5] {
    font-size: 0.95rem;
    padding: 0.7rem 0;
}

.btn.transparent[b-bp1fh0f1g5] {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: 130px;
    height: 41px;
    font-weight: 600;
    font-size: 0.8rem;
    align-content: center;
}

.right-panel .image[b-bp1fh0f1g5],
.right-panel .content[b-bp1fh0f1g5] {
    transform: translateX(800px);
}

/* ANIMATION */

.container1.sign-up-mode[b-bp1fh0f1g5]:before {
    transform: translate(100%, -50%);
    right: 52%;
}

.container1.sign-up-mode .left-panel .image[b-bp1fh0f1g5],
.container1.sign-up-mode .left-panel .content[b-bp1fh0f1g5] {
    transform: translateX(-800px);
}

.container1.sign-up-mode .signin-signup[b-bp1fh0f1g5] {
    left: 25%;
}

.container1.sign-up-mode .sign-up-form[b-bp1fh0f1g5] {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

.container1.sign-up-mode .sign-in-form[b-bp1fh0f1g5] {
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.container1.sign-up-mode .right-panel .image[b-bp1fh0f1g5],
.container1.sign-up-mode .right-panel .content[b-bp1fh0f1g5] {
    transform: translateX(0%);
}

.container1.sign-up-mode .left-panel[b-bp1fh0f1g5] {
    pointer-events: none;
}

.container1.sign-up-mode .right-panel[b-bp1fh0f1g5] {
    pointer-events: all;
}


/* === Additive overrides === */
.logo-center-fix[b-bp1fh0f1g5] {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-align[b-bp1fh0f1g5] {
    display: grid !important;
    grid-template-columns: 15% 1fr 48px;
    align-items: center;
    padding-right: 0.6rem;
}



/* Additive: 3-column layout for password field */
.password-toggle-field[b-bp1fh0f1g5] {
    display: grid !important; /* override any inline flex changes */
    grid-template-columns: 15% 1fr 44px; /* icon | input | button */
    padding-right: 0.5rem;
    align-items: center;
}

    .password-toggle-field .toggle-password-btn[b-bp1fh0f1g5] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        background: transparent;
        border: none;
        cursor: pointer;
        color: #555;
        border-radius: 50%;
        transition: background .2s;
        padding-right: 50px;
        /* neutralize any inline style issues */
    }

        .password-toggle-field .toggle-password-btn:hover[b-bp1fh0f1g5] {
            background: rgba(0,0,0,0.0);
        }

/* Ensure input stretches fully within its column */
/*  .password-toggle-field input.password-input {
        width: 100%;
    }*/

@media (max-width: 870px) {
    .container1[b-bp1fh0f1g5] {
        min-height: 800px;
        height: 100vh;
        padding-bottom: 50px
    }

    .signin-signup[b-bp1fh0f1g5] {
        width: 100%;
        top: 95%;
        transform: translate(-50%, -100%);
        transition: 1s 0.8s ease-in-out;
    }

    .signin-signup[b-bp1fh0f1g5],
    .container1.sign-up-mode .signin-signup[b-bp1fh0f1g5] {
        left: 50%;
    }

    .panels-container1[b-bp1fh0f1g5] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr 1fr;
    }

    .panel[b-bp1fh0f1g5] {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2.5rem 8%;
        grid-column: 1 / 2;
    }

    .right-panel[b-bp1fh0f1g5] {
        grid-row: 3 / 4;
    }

    .left-panel[b-bp1fh0f1g5] {
        grid-row: 1 / 2;
    }

    .image[b-bp1fh0f1g5] {
        width: 200px;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.6s;
    }

    .panel .content[b-bp1fh0f1g5] {
        padding-right: 15%;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.8s;
    }

    .panel h3[b-bp1fh0f1g5] {
        font-size: 1.2rem;
    }

    .panel p[b-bp1fh0f1g5] {
        font-size: 0.7rem;
        padding: 0.5rem 0;
    }

    .btn.transparent[b-bp1fh0f1g5] {
        width: 110px;
        height: 35px;
        font-size: 0.7rem;
    }

    .container1[b-bp1fh0f1g5]:before {
        width: 1500px;
        height: 1500px;
        transform: translateX(-50%);
        left: 30%;
        bottom: 68%;
        right: initial;
        top: initial;
        transition: 2s ease-in-out;
    }

    .container1.sign-up-mode[b-bp1fh0f1g5]:before {
        transform: translate(-50%, 100%);
        bottom: 32%;
        right: initial;
    }

    .container1.sign-up-mode .left-panel .image[b-bp1fh0f1g5],
    .container1.sign-up-mode .left-panel .content[b-bp1fh0f1g5] {
        transform: translateY(-300px);
    }

    .container1.sign-up-mode .right-panel .image[b-bp1fh0f1g5],
    .container1.sign-up-mode .right-panel .content[b-bp1fh0f1g5] {
        transform: translateY(0px);
    }

    .right-panel .image[b-bp1fh0f1g5],
    .right-panel .content[b-bp1fh0f1g5] {
        transform: translateY(300px);
    }

    .container1.sign-up-mode .signin-signup[b-bp1fh0f1g5] {
        top: 5%;
        transform: translate(-50%, 0);
    }


    #footer[b-bp1fh0f1g5] {
        position: relative;
        width: 100%;
        height: 2.5rem; /* Footer height */
        text-align: center;
        color: gray;
        z-index: 10;
    }


    /* === Additive overrides === */
    .logo-center-fix[b-bp1fh0f1g5] {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .password-align[b-bp1fh0f1g5] {
        display: grid !important;
        grid-template-columns: 15% 1fr 48px;
        align-items: center;
        padding-right: 0.6rem;
    }



    /* Additive: 3-column layout for password field */
    .password-toggle-field[b-bp1fh0f1g5] {
        display: grid !important; /* override any inline flex changes */
        grid-template-columns: 15% 1fr 44px; /* icon | input | button */
        padding-right: 0.5rem;
        align-items: center;
    }

        .password-toggle-field .toggle-password-btn[b-bp1fh0f1g5] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            background: transparent;
            border: none;
            cursor: pointer;
            color: #555;
            border-radius: 50%;
            transition: background .2s;
            padding-right: 50px;
            /* neutralize any inline style issues */
        }

            .password-toggle-field .toggle-password-btn:hover[b-bp1fh0f1g5] {
                background: rgba(0,0,0,0.0);
            }

    /* Ensure input stretches fully within its column */
    /*   .password-toggle-field input.password-input {
            width: 100%;
        }*/
}

@media (max-width: 570px) {

    form[b-bp1fh0f1g5] {
        padding: 0 1.5rem;
    }

    .image[b-bp1fh0f1g5] {
        display: none;
    }

    .panel .content[b-bp1fh0f1g5] {
        padding: 0.5rem 1rem;
    }

    .container1[b-bp1fh0f1g5] {
        padding: 1.5rem;
    }

        .container1[b-bp1fh0f1g5]:before {
            bottom: 72%;
            left: 50%;
        }

        .container1.sign-up-mode[b-bp1fh0f1g5]:before {
            bottom: 28%;
            left: 50%;
        }

        .container1.sign-up-mode[b-bp1fh0f1g5]:before {
            bottom: 28%;
            left: 50%;
        }


    #footer[b-bp1fh0f1g5] {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 3.5rem; /* Footer height */
        text-align: center;
        color: gray;
        z-index: 10;
    }

    /* === Additive overrides === */
    .logo-center-fix[b-bp1fh0f1g5] {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .password-align[b-bp1fh0f1g5] {
        display: grid !important;
        grid-template-columns: 15% 1fr 48px;
        align-items: center;
        padding-right: 0.6rem;
    }



    /* Additive: 3-column layout for password field */
    .password-toggle-field[b-bp1fh0f1g5] {
        display: grid !important; /* override any inline flex changes */
        grid-template-columns: 15% 1fr 44px; /* icon | input | button */
        padding-right: 0.5rem;
        align-items: center;
    }

        .password-toggle-field .toggle-password-btn[b-bp1fh0f1g5] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            background: transparent;
            border: none;
            cursor: pointer;
            color: #555;
            border-radius: 50%;
            transition: background .2s;
            padding-right: 50px;
            /* neutralize any inline style issues */
        }

            .password-toggle-field .toggle-password-btn:hover[b-bp1fh0f1g5] {
                background: rgba(0,0,0,0.0);
            }

    /* Ensure input stretches fully within its column */
    /*    .password-toggle-field input.password-input {
            width: 100%;
        }*/
}
