/*==================================================
        REGISTER PAGE
==================================================*/

.register-page{

    padding:130px 0 80px;

    background:#F5F8FF;

    min-height:100vh;

}

/*==================================================
        LEFT INFORMATION CARD
==================================================*/

.info-card{

    background:linear-gradient(135deg,#5B5BF6,#4F46E5);

    color:#fff;

    border-radius:22px;

    padding:35px;

    position:sticky;

    top:110px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(91,91,246,.25);

}

.info-card::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-60px;

    right:-60px;

}

.info-card::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    bottom:-30px;

    left:-30px;

}

.info-card>*{

    position:relative;

    z-index:2;

}

.info-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:15px;

}

.info-card hr{

    border-color:rgba(255,255,255,.20);

    margin:18px 0;

}

.info-card h5{

    font-size:18px;

    font-weight:600;

    margin-bottom:10px;

    margin-top:20px;

}

.info-card p{

    color:rgba(255,255,255,.90);

    line-height:28px;

    margin-bottom:0;

}

.info-card ul{

    margin:0;

    padding-left:20px;

}

.info-card ul li{

    margin-bottom:10px;

    color:#fff;

}

/*==================================================
        REGISTER CARD
==================================================*/

.register-card{

    background:#fff;

    border-radius:22px;

    padding:45px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.register-card h2{

    font-size:34px;

    font-weight:700;

    color:#1F2A5A;

    margin-bottom:8px;

}

.register-card p{

    color:#64748B;

    margin-bottom:35px;

    font-size:15px;

}

/*==================================================
        FORM SPACING
==================================================*/

.register-card .row{

    row-gap:4px;

}

.register-card .mb-4{

    margin-bottom:24px !important;

}


/*==================================================
        FORM LABELS
==================================================*/

.form-label{

    display:block;

    font-size:15px;

    font-weight:600;

    color:#1F2A5A;

    margin-bottom:10px;

}

.form-label span{

    color:#EF4444;

}

.form-label small{

    color:#64748B;

    font-weight:500;

}

/*==================================================
        FORM CONTROLS
==================================================*/

.form-control,
.form-select{

    width:100%;

    height:56px;

    border:1px solid #D9E2F2;

    border-radius:14px;

    background:#FFFFFF;

    padding:12px 18px;

    font-size:15px;

    color:#1F2A5A;

    transition:all .30s ease;

    box-shadow:none;

}

.form-control::placeholder{

    color:#94A3B8;

    font-size:14px;

}

.form-select{

    cursor:pointer;

    background-position:right 18px center;

    background-size:16px;

}

/*==================================================
        INPUT HOVER
==================================================*/

.form-control:hover,
.form-select:hover{

    border-color:#A5B4FC;

}

/*==================================================
        INPUT FOCUS
==================================================*/

.form-control:focus,
.form-select:focus{

    border-color:#5B5BF6;

    box-shadow:0 0 0 4px rgba(91,91,246,.12);

    outline:none;

}

/*==================================================
        DISABLED INPUT
==================================================*/

.form-control:disabled,
.form-select:disabled{

    background:#F8FAFC;

    cursor:not-allowed;

}

/*==================================================
        TEXTAREA
==================================================*/

.complaint-box{

    min-height:220px !important;
    height:220px;

    resize:vertical;

    border-radius:14px;

    padding:16px 18px;

    line-height:28px;

    font-size:15px;

}

.complaint-box::placeholder{

    color:#94A3B8;

}

/*==================================================
        VALIDATION
==================================================*/

.form-control.is-valid,
.form-select.is-valid{

    border-color:#10B981;

}

.form-control.is-invalid,
.form-select.is-invalid{

    border-color:#EF4444;

}

/*==================================================
        HELP TEXT
==================================================*/

.form-text{

    font-size:13px;

    color:#64748B;

    margin-top:8px;

}

/*==================================================
        AUTOFILL FIX
==================================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{

    -webkit-box-shadow:0 0 0px 1000px #ffffff inset !important;

    -webkit-text-fill-color:#1F2A5A !important;

}
/*==================================================
        UPLOAD AREA
==================================================*/

.upload-area{

    position:relative;

    width:100%;

    background:#FBFCFF;

    border:2px dashed #C9D6F5;

    border-radius:18px;

    padding:40px 25px;

    text-align:center;

    cursor:pointer;

    transition:.35s;

}

.upload-area:hover{

    border-color:#5B5BF6;

    background:#F3F6FF;

    transform:translateY(-2px);

}

.upload-area.dragover{

    background:#EEF3FF;

    border-color:#4F46E5;

}

/* Upload Icon */

.upload-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:#EEF2FF;

    display:flex;

    justify-content:center;

    align-items:center;

}

.upload-icon i{

    font-size:46px;

    color:#5B5BF6;

}

/* Upload Text */

.upload-content h5{

    font-size:24px;

    font-weight:700;

    color:#1F2A5A;

    margin-bottom:8px;

}

.upload-content p{

    margin-bottom:6px;

    color:#64748B;

}

.upload-content span{

    color:#5B5BF6;

    font-weight:700;

}

.upload-content small{

    display:block;

    margin-top:10px;

    color:#94A3B8;

    line-height:24px;

}

/*==================================================
        FILE PREVIEW
==================================================*/

/*==================================================
        FILE PREVIEW
==================================================*/

.selected-file{

    margin-top:15px;

    background:#FFFFFF;

    border:1px solid #E2E8F0;

    border-radius:14px;

    padding:15px 20px;

    display:none;

    width:100%;

}

.selected-file.active{

    display:block;

}

.selected-file .file-left{

    display:flex;

    align-items:center;

    gap:15px;

    width:100%;

}

.selected-file i{

    font-size:22px;

    color:#5B5BF6;

}

/* Professional Remove Button */

.remove-file-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:10px 22px;

    border:none;

    border-radius:10px;

    background:#fff5f5;

    color:#dc2626;

    border:1px solid #fecaca;

    font-size:15px;

    font-weight:600;

    transition:.3s ease;

    cursor:pointer;

}

.remove-file-btn i{

    font-size:16px;

}

.remove-file-btn:hover{

    background:#dc2626;

    color:#fff;

    border-color:#dc2626;

    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(220,38,38,.20);

}

.remove-file-btn:active{

    transform:scale(.98);

}

/*==================================================
        DECLARATION
==================================================*/

.declaration-box{

    background:#F8FAFF;

    border:1px solid #E2E8F0;

    border-radius:14px;

    padding:18px 20px;

}

.form-check{

    margin:0;

}

.form-check-input{

    width:20px;

    height:20px;

    cursor:pointer;

}

.form-check-label{

    margin-left:10px;

    color:#334155;

    line-height:28px;

}

/*==================================================
        SUBMIT BUTTON
==================================================*/

.submit-btn{

    width:100%;

    height:60px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg,#5B5BF6,#7C3AED);

    color:#fff;

    font-size:18px;

    font-weight:700;

    transition:.3s;

}

.submit-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 15px 35px rgba(91,91,246,.30);

    color:#fff;

}

.upload-btn{

    margin-top:10px;

    border-radius:10px;

    padding:12px 30px;

    font-weight:600;

}









.selected-file-item{

    display:flex;

    align-items:center;

    width:100%;

    padding:15px 0;

    border-bottom:1px solid #ececec;

}

.selected-file-item:last-child{

    border-bottom:none;

}

.file-left{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
}

.file-left i{
    font-size:24px;
    color:#5b5ef7;
}

.file-left strong{
    display:block;
    font-size:15px;
    color:#1f2937;
}

.file-left small{
    color:#6b7280;
}



.remove-file-btn{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 22px;

    background:#fff;

    color:#000000;

    border:2px solid #fecaca;

    border-radius:10px;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.remove-file-btn:hover{

    background:#86dbf7;

    color:#131313;

    border-color:#dc2626;

    box-shadow:0 8px 18px rgba(220,38,38,.2);

    transform:translateY(-2px);

}

.remove-file-btn i{

    font-size:16px;

}