/* =======================================
   FITNESS CLUB PROFILE SETTINGS PAGE
   ======================================= */

/* ===== MAIN CONTENT AREA STYLING ===== */
.site-main.content-area.space {
    background: linear-gradient(180deg, #0f0f0f 0%, #202020 50%, #0f0f0f 100%) !important;
    min-height: 100vh;
    padding: 0 !important;
    position: relative;
}

/* خلفية بسيطة */
.site-main.content-area.space::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(93, 214, 44, 0.02) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* ===== CONTAINER ENHANCEMENTS ===== */
.container.full-width {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
}
.all-posts-wrapper .fitmas-page-content  .bootstrap-wrapper {
 background: rgba(32, 32, 32, 0.8);
}
/* ===== PAGE LAYOUT ===== */
.page-layout {
    background: #202020;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(93, 214, 44, 0.3);
    max-width: 1400px;
    margin: 0 auto;
}

/* إضافة عنوان للصفحة */
.bootstrap-wrapper::before {
    content: 'Profile Settings';
    display: block;
    text-align: center;
    color: #5DD62C;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* ===== PROFILE SIDEBAR ===== */
.profile-sidebar {
    background: #0f0f0f;
    border-radius: 12px;
    padding: 0;
    border: 1px solid rgba(93, 214, 44, 0.4);
    overflow: hidden;
}

/* صورة الملف الشخصي */
#profile_image_main {
    background: #202020 !important;
    padding: 20px !important;
    border-bottom: 1px solid rgba(93, 214, 44, 0.3);
}

#profile_image_main img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #5DD62C;
}

/* معلومات المستخدم */
.profile-usertitle {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

.profile-usertitle-name {
    color: #f8f8f8 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 5px;
}

.profile-usertitle-job {
    color: #5DD62C !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* أزرار المستخدم */
.profile-userbuttons {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

.btn.green-haze {
    background: #5DD62C !important;
    color: #0f0f0f !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    margin: 5px !important;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn.green-haze:hover {
    background: #337418 !important;
    color: #f8f8f8 !important;
}

/* ===== PROFILE MENU ===== */
.profile-usermenu {
    padding: 0;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

#cssmenu ul li:last-child {
    border-bottom: none;
}

#cssmenu ul li a {
    display: block;
    padding: 15px 20px;
    color: #f8f8f8 !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

#cssmenu ul li a:hover {
    background: rgba(93, 214, 44, 0.1);
    color: #5DD62C !important;
    padding-left: 25px;
}

#cssmenu ul li.active a {
    background: #5DD62C;
    color: #0f0f0f !important;
}

#cssmenu ul li a i {
    margin-left: 10px;
    color: #5DD62C;
}

#cssmenu ul li.active a i,
#cssmenu ul li a:hover i {
    color: inherit;
}

/* ===== PROFILE CONTENT ===== */
.profile-content {
    background: #0f0f0f;
    border-radius: 12px;
    border: 1px solid rgba(93, 214, 44, 0.4);
    overflow: hidden;
}

/* عنوان المحتوى */
.portlet-title {
    background: #5DD62C;
    padding: 20px;
    margin: 0;
}

.caption h4 {
    color: #0f0f0f !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0;
}

/* تابات التنقل */
.nav-tabs {
    border-bottom: 1px solid rgba(93, 214, 44, 0.3) !important;
    margin: 0;
    background: #202020;
}

.nav-tabs li {
    margin-bottom: 0;
}

.nav-tabs li a {
    color: #f8f8f8 !important;
    background: transparent !important;
    border: none !important;
    padding: 15px 20px !important;
    font-weight: 500;
    border-radius: 0 !important;
}

.nav-tabs li.active a {
    background: #0f0f0f !important;
    color: #5DD62C !important;
    border-bottom: 2px solid #5DD62C !important;
}

.nav-tabs li a:hover {
    background: rgba(93, 214, 44, 0.1) !important;
    color: #5DD62C !important;
}

/* ===== FORM STYLING ===== */
.portlet-body {
    background: #0f0f0f;
    padding: 30px;
}

.tab-content {
    background: transparent;
}

.tab-pane {
    padding: 0;
}

/* مجموعات الحقول */
.form-group.row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(93, 214, 44, 0.1);
    padding-bottom: 15px;
}

.form-group.row:last-child {
    border-bottom: none;
}

/* تسميات الحقول */
.control-label {
    color: #f8f8f8 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    padding-right: 15px;
}

/* حقول الإدخال */
.form-input {
    background: #202020 !important;
    border: 1px solid rgba(93, 214, 44, 0.4) !important;
    border-radius: 8px !important;
    color: #f8f8f8 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    transition: border-color 0.2s ease;
}

.form-input:focus {
    outline: none !important;
    border-color: #5DD62C !important;
}

.form-input:hover {
    border-color: #5DD62C !important;
}

/* قوائم الخيارات */
.form-dropdown {
    background: #202020 !important;
    border: 1px solid rgba(93, 214, 44, 0.4) !important;
    border-radius: 8px !important;
    color: #f8f8f8 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    transition: border-color 0.2s ease;
}

.form-dropdown:focus {
    outline: none !important;
    border-color: #5DD62C !important;
}

.form-dropdown option {
    background: #202020;
    color: #f8f8f8;
}

/* حقول التاريخ */
.form-date {
    background: #202020 !important;
    border: 1px solid rgba(93, 214, 44, 0.4) !important;
    border-radius: 8px !important;
    color: #f8f8f8 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
}

/* ===== SECTION DIVIDERS ===== */
.form-group.row:nth-child(10)::before {
    content: 'Partner Information';
    display: block;
    width: 100%;
    color: #5DD62C;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(93, 214, 44, 0.3);
    position: absolute;
    top: -40px;
    left: 0;
}

.form-group.row:nth-child(10) {
    position: relative;
    margin-top: 60px;
}

/* ===== SAVE BUTTON ===== */
.margiv-top-10 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(93, 214, 44, 0.3);
    text-align: center;
}

#update_message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
}

/* ===== FIELD ICONS ===== */
.form-group.row:nth-child(1)::after { content: '👤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(2)::after { content: '👤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(3)::after { content: '👤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(4)::after { content: '🆔'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(5)::after { content: '⚤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(6)::after { content: '💼'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(7)::after { content: '📅'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(8)::after { content: '🏠'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(9)::after { content: '💰'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(18)::after { content: '🥊'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(19)::after { content: '📞'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }

/* ===== LOADING ANIMATIONS ===== */
.form-group.row {
    opacity: 0;
    transform: translateY(20px);
    animation: field-fade-in 0.6s ease-out forwards;
}

.form-group.row:nth-child(1) { animation-delay: 0.1s; }
.form-group.row:nth-child(2) { animation-delay: 0.15s; }
.form-group.row:nth-child(3) { animation-delay: 0.2s; }
.form-group.row:nth-child(4) { animation-delay: 0.25s; }
.form-group.row:nth-child(5) { animation-delay: 0.3s; }

/* ===== ANIMATIONS ===== */
@keyframes field-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .container.full-width {
        padding: 30px 15px;
    }
    
    .page-layout {
        padding: 25px;
    }
    
    .bootstrap-wrapper::before {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .container.full-width {
        padding: 20px 10px;
    }
    
    .page-layout {
        padding: 20px;
        border-radius: 8px;
    }
    
    .bootstrap-wrapper::before {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .row.margin-top-10 {
        flex-direction: column;
    }
    
    .col-md-4,
    .col-md-8 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .form-group.row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .control-label {
        margin-bottom: 8px !important;
        width: 100% !important;
    }
    
    .form-input,
    .form-dropdown,
    .form-date {
        width: 100% !important;
    }
    
    .profile-sidebar {
        margin-bottom: 20px;
    }
    
    .nav-tabs {
        flex-wrap: wrap;
    }
    
    .nav-tabs li a {
        padding: 12px 15px !important;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bootstrap-wrapper::before {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .portlet-body {
        padding: 20px;
    }
    
    #profile_image_main img {
        width: 100px;
        height: 100px;
    }
    
    .btn.green-haze {
        padding: 8px 15px !important;
        font-size: 14px;
        margin: 3px !important;
    }
    
    .form-input,
    .form-dropdown,
    .form-date {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }
    
    .control-label {
        font-size: 13px !important;
    }
    
    .caption h4 {
        font-size: 18px !important;
    }
}

/* ===== ACCESSIBILITY & PERFORMANCE ===== */
.form-group.row,
.btn.green-haze,
#cssmenu ul li a {
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .form-group.row,
    .btn.green-haze,
    #cssmenu ul li a,
    .site-main.content-area.space::before {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== FOCUS INDICATORS ===== */
.form-input:focus,
.form-dropdown:focus,
.form-date:focus,
.btn.green-haze:focus {
    outline: 2px solid rgba(93, 214, 44, 0.5) !important;
    outline-offset: 2px;
}

/* ===== ERROR HANDLING ===== */
.form-group.row div[style*="color: red"] {
    color: #5DD62C !important;
    background: rgba(93, 214, 44, 0.1);
    padding: 8px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 12px;
}

/* ===== FORM VALIDATION ===== */
.form-input:valid {
    border-color: #5DD62C !important;
}

.form-input:invalid {
    border-color: rgba(93, 214, 44, 0.6) !important;
}


/* =======================================
   END OF FITNESS CLUB PROFILE SETTINGS PAGE
   ======================================= */
   /* =======================================
   FITNESS CLUB PROFILE SETTINGS PAGE
   ======================================= */

/* ===== MAIN CONTENT AREA STYLING ===== */
.site-main.content-area.space {
    background: linear-gradient(180deg, #0f0f0f 0%, #202020 50%, #0f0f0f 100%) !important;
    min-height: 100vh;
    padding: 0 !important;
    position: relative;
}

/* خلفية بسيطة */
.site-main.content-area.space::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(93, 214, 44, 0.02) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* ===== CONTAINER ENHANCEMENTS ===== */
.container.full-width {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
}

/* ===== PAGE LAYOUT ===== */
.page-layout {
    background: #202020;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(93, 214, 44, 0.3);
    max-width: 1400px;
    margin: 0 auto;
}

/* إضافة عنوان للصفحة */
.bootstrap-wrapper::before {
    content: 'Profile Settings';
    display: block;
    text-align: center;
    color: #5DD62C;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* ===== PROFILE SIDEBAR ===== */
.profile-sidebar {
    background: #0f0f0f;
    border-radius: 12px;
    padding: 0;
    border: 1px solid rgba(93, 214, 44, 0.4);
    overflow: hidden;
}

/* صورة الملف الشخصي */
#profile_image_main {
    background: #202020 !important;
    padding: 20px !important;
    border-bottom: 1px solid rgba(93, 214, 44, 0.3);
}

#profile_image_main img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #5DD62C;
}

/* معلومات المستخدم */
.profile-usertitle {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

.profile-usertitle-name {
    color: #f8f8f8 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 5px;
}

.profile-usertitle-job {
    color: #5DD62C !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* أزرار المستخدم */
.profile-userbuttons {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

.btn.green-haze {
    background: #5DD62C !important;
    color: #0f0f0f !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    margin: 5px !important;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn.green-haze:hover {
    background: #337418 !important;
    color: #f8f8f8 !important;
}

/* ===== PROFILE MENU ===== */
.profile-usermenu {
    padding: 0;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

#cssmenu ul li:last-child {
    border-bottom: none;
}

#cssmenu ul li a {
    display: block;
    padding: 15px 20px;
    color: #f8f8f8 !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

#cssmenu ul li a:hover {
    background: rgba(93, 214, 44, 0.1);
    color: #5DD62C !important;
    padding-left: 25px;
}

#cssmenu ul li.active a {
    background: #5DD62C;
    color: #0f0f0f !important;
}

#cssmenu ul li a i {
    margin-left: 10px;
    color: #5DD62C;
}

#cssmenu ul li.active a i,
#cssmenu ul li a:hover i {
    color: inherit;
}

/* ===== PROFILE CONTENT ===== */
.profile-content {
    background: #0f0f0f;
    border-radius: 12px;
    border: 1px solid rgba(93, 214, 44, 0.4);
    overflow: hidden;
}

/* عنوان المحتوى */
.portlet-title {
    background: #5DD62C;
    padding: 20px;
    margin: 0;
}

.caption h4 {
    color: #0f0f0f !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0;
}

/* تابات التنقل */
.nav-tabs {
    border-bottom: 1px solid rgba(93, 214, 44, 0.3) !important;
    margin: 0;
    background: #202020;
}

.nav-tabs li {
    margin-bottom: 0;
}

.nav-tabs li a {
    color: #f8f8f8 !important;
    background: transparent !important;
    border: none !important;
    padding: 15px 20px !important;
    font-weight: 500;
    border-radius: 0 !important;
}

.nav-tabs li.active a {
    background: #0f0f0f !important;
    color: #5DD62C !important;
    border-bottom: 2px solid #5DD62C !important;
}

.nav-tabs li a:hover {
    background: rgba(93, 214, 44, 0.1) !important;
    color: #5DD62C !important;
}

/* ===== FORM STYLING ===== */
.portlet-body {
    background: #0f0f0f;
    padding: 30px;
}

.tab-content {
    background: transparent;
}

.tab-pane {
    padding: 0;
}

/* مجموعات الحقول */
.form-group.row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(93, 214, 44, 0.1);
    padding-bottom: 15px;
}

.form-group.row:last-child {
    border-bottom: none;
}

/* تسميات الحقول */
.control-label {
    color: #f8f8f8 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    padding-right: 15px;
}

/* حقول الإدخال */
.form-input {
    background: #202020 !important;
    border: 1px solid rgba(93, 214, 44, 0.4) !important;
    border-radius: 8px !important;
    color: #f8f8f8 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    transition: border-color 0.2s ease;
}

.form-input:focus {
    outline: none !important;
    border-color: #5DD62C !important;
}

.form-input:hover {
    border-color: #5DD62C !important;
}

/* قوائم الخيارات */
.form-dropdown {
    background: #202020 !important;
    border: 1px solid rgba(93, 214, 44, 0.4) !important;
    border-radius: 8px !important;
    color: #f8f8f8 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    transition: border-color 0.2s ease;
}

.form-dropdown:focus {
    outline: none !important;
    border-color: #5DD62C !important;
}

.form-dropdown option {
    background: #202020;
    color: #f8f8f8;
}

/* حقول التاريخ */
.form-date {
    background: #202020 !important;
    border: 1px solid rgba(93, 214, 44, 0.4) !important;
    border-radius: 8px !important;
    color: #f8f8f8 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
}

/* ===== SECTION DIVIDERS ===== */
.form-group.row:nth-child(10)::before {
    content: 'Partner Information';
    display: block;
    width: 100%;
    color: #5DD62C;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(93, 214, 44, 0.3);
    position: absolute;
    top: -40px;
    left: 0;
}

.form-group.row:nth-child(10) {
    position: relative;
    margin-top: 60px;
}

/* ===== SAVE BUTTON ===== */
.margiv-top-10 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(93, 214, 44, 0.3);
    text-align: center;
}

#update_message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
}

/* ===== FIELD ICONS ===== */
.form-group.row:nth-child(1)::after { content: '👤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(2)::after { content: '👤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(3)::after { content: '👤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(4)::after { content: '🆔'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(5)::after { content: '⚤'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(6)::after { content: '💼'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(7)::after { content: '📅'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(8)::after { content: '🏠'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(9)::after { content: '💰'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(18)::after { content: '🥊'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.form-group.row:nth-child(19)::after { content: '📞'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }

/* ===== LOADING ANIMATIONS ===== */
.form-group.row {
    opacity: 0;
    transform: translateY(20px);
    animation: field-fade-in 0.6s ease-out forwards;
}

.form-group.row:nth-child(1) { animation-delay: 0.1s; }
.form-group.row:nth-child(2) { animation-delay: 0.15s; }
.form-group.row:nth-child(3) { animation-delay: 0.2s; }
.form-group.row:nth-child(4) { animation-delay: 0.25s; }
.form-group.row:nth-child(5) { animation-delay: 0.3s; }

/* ===== ANIMATIONS ===== */
@keyframes field-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .container.full-width {
        padding: 30px 15px;
    }
    
    .page-layout {
        padding: 25px;
    }
    
    .bootstrap-wrapper::before {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .container.full-width {
        padding: 20px 10px;
    }
    
    .page-layout {
        padding: 20px;
        border-radius: 8px;
    }
    
    .bootstrap-wrapper::before {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .row.margin-top-10 {
        flex-direction: column;
    }
    
    .col-md-4,
    .col-md-8 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .form-group.row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .control-label {
        margin-bottom: 8px !important;
        width: 100% !important;
    }
    
    .form-input,
    .form-dropdown,
    .form-date {
        width: 100% !important;
    }
    
    .profile-sidebar {
        margin-bottom: 20px;
    }
    
    .nav-tabs {
        flex-wrap: wrap;
    }
    
    .nav-tabs li a {
        padding: 12px 15px !important;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bootstrap-wrapper::before {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .portlet-body {
        padding: 20px;
    }
    
    #profile_image_main img {
        width: 100px;
        height: 100px;
    }
    
    .btn.green-haze {
        padding: 8px 15px !important;
        font-size: 14px;
        margin: 3px !important;
    }
    
    .form-input,
    .form-dropdown,
    .form-date {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }
    
    .control-label {
        font-size: 13px !important;
    }
    
    .caption h4 {
        font-size: 18px !important;
    }
}

/* ===== ACCESSIBILITY & PERFORMANCE ===== */
.form-group.row,
.btn.green-haze,
#cssmenu ul li a {
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .form-group.row,
    .btn.green-haze,
    #cssmenu ul li a,
    .site-main.content-area.space::before {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== FOCUS INDICATORS ===== */
.form-input:focus,
.form-dropdown:focus,
.form-date:focus,
.btn.green-haze:focus {
    outline: 2px solid rgba(93, 214, 44, 0.5) !important;
    outline-offset: 2px;
}

/* ===== ERROR HANDLING ===== */
.form-group.row div[style*="color: red"] {
    color: #5DD62C !important;
    background: rgba(93, 214, 44, 0.1);
    padding: 8px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 12px;
}

/* ===== MEMBERSHIP INFO TABLE ===== */
.table-responsive {
    background: #202020;
    border-radius: 8px;
    padding: 0;
    border: 1px solid rgba(93, 214, 44, 0.3);
    overflow: hidden;
}

.table {
    margin: 0;
    background: transparent;
    color: #f8f8f8;
    width: 100%;
}

.table tbody tr {
    border-bottom: 1px solid rgba(93, 214, 44, 0.2);
}

.table tbody tr:last-child {
    border-bottom: none;
}

.table tbody tr td {
    padding: 15px 20px;
    vertical-align: middle;
    border: none;
    font-size: 14px;
}

/* العمود الأول - العناوين */
.td60,
.table tbody tr td:first-child {
    background: rgba(93, 214, 44, 0.1);
    color: #5DD62C;
    font-weight: 600;
    width: 60%;
}

/* العمود الثاني - القيم */
.td40,
.table tbody tr td:last-child {
    background: transparent;
    color: #f8f8f8;
    font-weight: 500;
    width: 40%;
}

/* تمييز حالة الدفع */
.table tbody tr td:last-child:contains("Pending") {
    color: #ffc107;
    font-weight: 600;
}

.table tbody tr td:last-child:contains("Paid") {
    color: #5DD62C;
    font-weight: 600;
}

.table tbody tr td:last-child:contains("Expired") {
    color: #dc3545;
    font-weight: 600;
}

/* إضافة أيقونات للصفوف */
.table tbody tr:nth-child(1) td:first-child::before { content: '📦 '; }
.table tbody tr:nth-child(2) td:first-child::before { content: '💰 '; }
.table tbody tr:nth-child(3) td:first-child::before { content: '⏱️ '; }
.table tbody tr:nth-child(4) td:first-child::before { content: '💳 '; }
.table tbody tr:nth-child(5) td:first-child::before { content: '👤 '; }