/* WSLA Technology - Registration Specific */

/* عناوين الأقسام (المعلومات الشخصية، العنوان...) */
.section-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--wsla-orange);
    margin: 15px 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #f9f9f9;
    width: 100%;
}

.wsla-visual-side {
    width: auto;
    max-width: min-content;
    flex: 1;
    background: #fff;
    /* border-inline-start: 1px solid #eee; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* تنظيف القالب */
/* .sidebar, #sidebar, .header-lined, .page-header, .breadcrumb, .col-lg-4.col-xl-3 {
    display: none !important;
}

.primary-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
} */

#columnSidebar.d-none+div {
    flex: 0 0 100%!important;
    max-width: 100%!important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    border-radius: 8px;
}

.intl-tel-input .country-list {
    width: 382px;
    white-space: normal !important;
}


/* --- تحسينات صفحة التسجيل --- */
/* ضبط الهوامش في الجوال */
@media (max-width: 768px) {
    .wsla-form-side {
        padding: 30px 0px !important;
    }
    

/* WSLA_PHASE03: legacy form block removed. */


    /* جعل كل الحقول تأخذ عرض كامل في الجوال */
    .col-sm-6, .col-sm-4, .col-sm-5, .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #frmCheckout div#containerNewUserSignup {
        padding: 0px;
    }
}



#frmCheckout div#containerNewUserSignup {
    padding: 0;
}

#frmCheckout div#containerNewUserSecurity div#containerPassword {
    padding: 25px 5px;
}

#frmCheckout div#containerNewUserSecurity .row {
    padding: 0px 5px;
}

.marketing-box {
    margin: 0 14px !important;
}

/* تنسيق عداد قوة كلمة المرور ليكون أنيقاً */
.password-strength-meter {
    margin-top: -10px;
    margin-bottom: 20px;
}

.password-strength-meter .progress {
    height: 6px;
    border-radius: 10px;
    background-color: #eee;
}

/* WSLA_PHASE03: legacy form block removed. */



/* WSLA_PHASE03: legacy form block removed. */



/* WSLA_PHASE03: legacy form block removed. */


*/

.wsla-login-clean-card {
    background: #ffffff !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    border-radius: 20px !important;
    border: 1px solid #edf2f7 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 30px !important;
  }
