/* ==========================================================
   HANDL VERIFICATION PREMIUM
========================================================== */

.handl-verification-wrapper{
    max-width:1280px;
    margin:0 auto;
    padding:60px 30px 80px;
}

.handl-verification-header{
    margin-bottom:50px;
}

.handl-verification-header h1{
    font-size:58px;
    font-weight:800;
    line-height:1.1;
    margin:0 0 15px;
}

.handl-verification-header p{
    font-size:20px;
    color:#666;
    margin-bottom:25px;
}

.handl-status{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    padding:14px 20px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.handl-status strong{
    font-weight:700;
}


/* ==========================================================
   GRID
========================================================== */

.handl-verification-grid{
    display:grid;
    grid-template-columns:
        repeat(auto-fit,minmax(420px,1fr));
    gap:30px;
    margin-bottom:40px;
}


/* ==========================================================
   CARD
========================================================== */

.handl-card{
    background:#fff;
    border-radius:26px;
    padding:32px;
    box-shadow:
        0 10px 30px rgba(16,24,40,.06);
    border:1px solid #f2f4f7;
    transition:all .25s ease;
}

.handl-card:hover{
    transform:translateY(-4px);
    box-shadow:
        0 20px 40px rgba(16,24,40,.08);
}


/* ==========================================================
   STEP
========================================================== */

.handl-step{
    display:inline-block;
    background:#f3f0ff;
    color:#7c4dff;
    padding:7px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
    margin-bottom:20px;
}

.handl-card h3{
    font-size:44px;
    font-weight:800;
    line-height:1.1;
    margin:0 0 12px;
}

.handl-card p{
    color:#666;
    font-size:18px;
    margin-bottom:25px;
}


/* ==========================================================
   STATUS
========================================================== */

.handl-state{
    margin-bottom:25px;
}

.handl-state span{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    border-radius:999px;
    font-size:16px;
    font-weight:700;
}

.handl-state .success{
    background:#e7f7ea;
    color:#0d9b3b;
}

.handl-state .missing{
    background:#fff0f0;
    color:#e03131;
}

.handl-state .uploading{
    background:#fff7e6;
    color:#d48806;
}


/* ==========================================================
   DIVIDER
========================================================== */

.handl-divider{
    height:1px;
    background:#ececec;
    margin:20px 0 30px;
}


/* ==========================================================
   PREMIUM UPLOAD
========================================================== */

.handl-upload-box{
    border:2px dashed #a78bfa;
    border-radius:20px;
    padding:28px;
    background:#faf8ff;
    text-align:center;
    transition:.25s;
    cursor:pointer;
}

.handl-upload-box:hover{
    border-color:#7c4dff;
    background:#f7f3ff;
}

.handl-upload-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:18px;
    background:#ede9fe;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#7c4dff;
    font-size:28px;
}

.handl-upload-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
}

.handl-upload-subtitle{
    color:#666;
    margin-bottom:20px;
}

.handl-upload-btn{
    background:#7c4dff;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:14px 30px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

.handl-upload-btn:hover{
    transform:translateY(-2px);
    box-shadow:
        0 12px 30px rgba(124,77,255,.25);
}

.handl-upload-note{
    font-size:13px;
    color:#777;
    margin-top:18px;
}


/* cacher l'ancien input */

.handl-card input[type=file]{
    display:none;
}


/* ==========================================================
   LIVE CAMERA
========================================================== */

.handl-live-box{
    text-align:center;
    padding:15px 10px;
}

.handl-live-icon{
    width:120px;
    height:120px;
    border-radius:50%;
    background:#f4f0ff;
    color:#7c4dff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:48px;
}

.handl-live-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.handl-live-desc{
    color:#777;
    margin-bottom:25px;
}

#handl-open-camera{
    background:#7c4dff;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:18px 30px;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

#handl-open-camera:hover{
    transform:translateY(-2px);
    box-shadow:
        0 12px 30px rgba(124,77,255,.25);
}


/* ==========================================================
   MESSAGE
========================================================== */

#handl-upload-message{
    display:none;
    background:#fff7e6;
    border:1px solid #ffd591;
    border-radius:16px;
    padding:20px;
    margin-bottom:30px;
    font-weight:600;
}


/* ==========================================================
   WARNING
========================================================== */

.handl-warning{
    background:#fff2f2;
    color:#d92d20;
    border-radius:16px;
    padding:24px;
    font-weight:700;
}


/* ==========================================================
   SUBMIT
========================================================== */

.handl-submit{
    text-align:center;
}

#handl-submit-verification{
    background:#7c4dff;
    color:#fff;
    border:none;
    border-radius:18px;
    padding:20px 50px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

#handl-submit-verification:hover{
    transform:translateY(-2px);
    box-shadow:
        0 15px 35px rgba(124,77,255,.25);
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:1024px){

    .handl-verification-grid{
        grid-template-columns:
            repeat(auto-fit,minmax(320px,1fr));
    }
}

@media(max-width:768px){

    .handl-verification-wrapper{
        padding:30px 20px;
    }

    .handl-verification-header h1{
        font-size:40px;
    }

    .handl-card{
        padding:25px;
    }
}

/* ==========================================================
   FORCE CENTER VERIFICATION CARDS
========================================================== */

.handl-upload-box,
.handl-live-box{

    display:flex !important;
    flex-direction:column !important;

    justify-content:center !important;
    align-items:center !important;

    text-align:center !important;

    min-height:260px;
}

.handl-upload-box > *,
.handl-live-box > *{

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

.handl-upload-icon,
.handl-live-icon{
    margin-bottom:24px !important;
}

.handl-upload-title,
.handl-live-title{
    text-align:center !important;
    margin-bottom:10px !important;
}

.handl-upload-subtitle,
.handl-live-desc{
    text-align:center !important;
    margin-bottom:25px !important;
}

.handl-upload-btn,
#handl-open-camera{
    display:inline-flex !important;
    justify-content:center !important;
    align-items:center !important;

    margin:0 auto !important;
}

/* FORCE CENTER ALL VERIFICATION CONTENT */

.handl-upload-box,
.handl-live-box{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}

.handl-upload-title,
.handl-upload-subtitle,
.handl-live-title,
.handl-live-desc{
    width:100%;
    text-align:center !important;
}

.handl-upload-btn,
#handl-open-camera{
    margin:0 auto !important;
}

.handl-upload-note{
    text-align:center;
}

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

@media (max-width:1024px){

    .handl-verification-grid{
        grid-template-columns:1fr;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

    .handl-verification-wrapper{

        width:100%;
        max-width:100%;

        padding:20px 15px;

    }

    .handl-verification-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .handl-card{

        width:100%;

        padding:22px;

    }

    .handl-verification-header h1{

        font-size:38px;

    }

}

html,
body{

    overflow-x:hidden;

}

.handl-verification-wrapper{

    overflow:hidden;

}

.handl-verification-grid{

    width:100%;

}

.handl-card{

    box-sizing:border-box;

}