/* ==========================================================
   PASARCODE AUTH DIALOG
========================================================== */

#authModal .modal-dialog{

    max-width:1200px !important;

    margin-left:auto !important;
    margin-right:auto !important;


}




.auth-modal{

    border:0;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
        0 30px 80px rgba(15,23,42,.18);

    background:#fff;

    min-height:720px;

}

.auth-close{

    position:absolute;

    top:20px;

    right:20px;

    z-index:100;

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    box-shadow:
        0 10px 25px rgba(15,23,42,.08);

}





.auth-left{

    background:
        linear-gradient(
            135deg,
            #2563EB,
            #1D4ED8
        );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:70px;

    position:relative;

}

.auth-left::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-100px;

    right:-100px;

}

.auth-left::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    left:-80px;

    bottom:-80px;

}

.auth-branding{

    position:relative;

    z-index:2;

}

.auth-logo{

    height:48px;

    margin-bottom:40px;

}

.auth-branding h2{

    font-size:40px;

    font-weight:800;

    line-height:1.3;

    margin-bottom:20px;

}

.auth-branding p{

    font-size:17px;

    line-height:1.8;

    opacity:.9;

}




.auth-right{

    background:#fff;

    padding:60px;

    overflow-y:auto;


}

.auth-content{

    margin-top:35px;

}




.auth-tabs{

    display:flex;

    background:#F1F5F9;

    border-radius:14px;

    padding:5px;

}

.auth-tab{

    flex:1;

    border:0;

    background:none;

    height:52px;

    border-radius:10px;

    font-weight:700;

    transition:.25s;

}

.auth-tab.active{

    background:#fff;

    color:#2563EB;

    box-shadow:
        0 5px 20px rgba(0,0,0,.05);

}




/* ==========================================================
   TABLET
========================================================== */

@media(max-width:991px){

    .auth-modal-dialog{

        margin:0;

        max-width:100%;

        width:100%;

        height:100%;

    }

    .auth-modal{

        border-radius:0;

        height:100vh;

        min-height:100vh;

    }

    .auth-left{

        display:none;

    }

    .auth-right{

        padding:40px 30px;
        overflow-y:auto;


    }

}



@media(max-width:576px){

    .auth-right{

        padding:25px;
        overflow-y:auto;


    }

    .auth-tabs{

        margin-top:40px;

    }

    .auth-branding h2{

        font-size:28px;

    }

}




/* ==========================================================
   BRANDING
========================================================== */

.branding-wrapper{

    position:relative;

    z-index:2;

    max-width:430px;

}

.branding-logo img{

    height:48px;

    margin-bottom:35px;

}

.branding-badge{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    font-size:14px;

    margin-bottom:25px;

}

.branding-title{

    font-size:42px;

    line-height:1.25;

    font-weight:800;

    margin-bottom:20px;

}

.branding-description{

    font-size:17px;

    line-height:1.8;

    opacity:.9;

    margin-bottom:45px;

}

.branding-feature{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.branding-card{

    display:flex;

    gap:18px;

    padding:18px;

    border-radius:18px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(16px);

    border:1px solid rgba(255,255,255,.12);

}

.branding-icon{

    width:54px;

    height:54px;

    border-radius:14px;

    background:#fff;

    color:#2563EB;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    flex-shrink:0;

}

.branding-card strong{

    display:block;

    font-size:16px;

    margin-bottom:6px;

}

.branding-card span{

    display:block;

    font-size:14px;

    opacity:.9;

}


@media(max-width:991px){

    .branding-wrapper{

        display:none;

    }

}



/* ==========================================================
   BUTTON LOADING
========================================================== */

.auth-submit{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

}

.auth-submit:disabled{

    opacity:.9;

    cursor:not-allowed;

}



/* ==========================================================
   ALERT
========================================================== */

.auth-form .alert{

    border-radius:14px;

    border:0;

}



.password-toggle{

    transition:.25s;

}

.password-toggle:hover{

    color:#2563EB;

}



/* ==========================================================
   PANEL ANIMATION
========================================================== */

.auth-panel{

    animation:fadeSlide .35s ease;

}

@keyframes fadeSlide{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/* ==========================================================
   FADE
========================================================== */

.auth-panel{

    min-height:550px;

}



/* ==========================================================
   FLOATING LABEL
========================================================== */

.auth-floating{

    position:relative;

}

.auth-floating .form-control{

    height:60px;

    border-radius:16px;

    border:1px solid #E2E8F0;

}

.auth-floating .form-control:focus{

    border-color:#2563EB;

    box-shadow:

        0 0 0 4px rgba(37,99,235,.08);

}



.password-strength{

    margin-top:15px;

}

.password-strength .progress{

    height:8px;

    border-radius:20px;

}

.password-checklist{

    margin-top:18px;

    padding-left:18px;

}

.password-checklist li{

    margin-bottom:8px;

    color:#94A3B8;

}

.password-checklist li.valid{

    color:#16A34A;

}



/* ==========================================================
   AUTH BUTTON
========================================================== */

.pc-btn-auth{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border-radius:12px;

    background:#2563EB;

    color:#fff;

    font-weight:600;

    text-decoration:none;

    transition:.25s;

}

.pc-btn-auth:hover{

    background:#1D4ED8;

    color:#fff;

    transform:translateY(-2px);

}



/* ==========================================================
   MOBILE SEARCH BUTTON
========================================================== */

.pc-mobile-search{

    width:100%;

    height:48px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:0 18px;

    background:#F8FAFC;

    border:1px solid #E2E8F0;

    border-radius:14px;

    color:#64748B;

    font-size:15px;

    transition:.25s;
    margin-right: -20px;

}

.pc-mobile-search:hover{

    background:#fff;

    border-color:#2563EB;

    color:#2563EB;

}

.pc-mobile-search i{

    font-size:16px;

}

.pc-mobile-search span{

    flex:1;

    text-align:left;

}