﻿/* =====================================
   CORE & RESET
===================================== */
:root {
    --primary-color: #0d6efd;
    --secondary-color: #6e8efb;
    --text-main: #495057;
}

/* =====================================
   HEADER & STICKY ELEMENTS
===================================== */
.header-main {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

#headerSpacer {
    width: 100%;
}

.sticky-content-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1050;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    padding: 10px 0;
}

.sticky-days-toolbar {
    position: sticky;
    top: 70px;
    z-index: 1020;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* =====================================
   LAYOUT & CONTAINERS
===================================== */
.page-content-wrapper {
    margin-top: 150px;
    padding: 20px;
}

.fc-card, .fc-form-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.section-group {
    background: #ffffff;
    border: 2px solid #e1e8ed;
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.section-title {
    display: inline-block;
    padding: 6px 18px;
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: 10px;
}

/* =====================================
   BUTTONS & ACTIONS
===================================== */
.btn-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.custom-btn {
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #383838 !important;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(110, 142, 251, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 200px;
}

    .custom-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        color: #fff;
    }

.btn-modern {
    padding: 6px 16px !important;
    border-radius: 50px !important;
    font-weight: 600;
    transition: all 0.2s;
}

/* =====================================
   TABLES & NUTRITION CARDS
===================================== */
.nutrition-food-table {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 0.84rem;
    border-collapse: separate;
    border-spacing: 0 8px;
    width: 100%;
}

    .nutrition-food-table thead th {
        background: #f1f5f9;
        color: #6c757d;
        font-weight: 800;
        border: none !important;
        padding: 15px !important;
    }

    .nutrition-food-table tbody tr {
        background-color: #fff;
        transition: all 0.3s ease;
        border-radius: 12px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }

        .nutrition-food-table tbody tr:hover {
            transform: scale(1.01);
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            background: #f8fafc;
        }

.food-name-cell {
    font-size: 1.1rem;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

/* =====================================
   BADGES & UTILS
===================================== */
.count-badge {
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
    vertical-align: middle;
}

.day-count-badge {
    background: #d1f7df;
    color: #146c43;
    border: 1px solid #b7efcb;
    font-size: 0.75rem;
    padding: 0.35rem 0.7rem;
    border-radius: 50px;
}

.structure-badge {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.72rem;
    border-radius: 50px;
    padding: 0.35rem 0.7rem;
}

    .structure-badge.active {
        background: #eef4ff;
        color: var(--primary-color);
        border-color: #cfe2ff;
    }

/* =====================================
   RESPONSIVE
===================================== */
@media (max-width: 991px) {
    .program-meta-wrapper {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .program-main-title {
        font-size: 0.85rem;
    }

    .program-meta-item {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }

    .structure-badge, .day-count-badge {
        font-size: 0.68rem;
    }
}

/* Text helpers */
.countdown-text {
    color: red;
}

.countdown-text-bl {
    color: midnightblue;
}

.form-account {
    direction: rtl;
    text-align: right;
}


/*---------------*/
/* ✅ هدر همیشه بالا بماند */
.sticky-program-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #eef1f4;
}

/* جلوگیری از شکستن ردیف */
.program-header-row {
    scrollbar-width: thin;
}

/* آیکون */
.program-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.1);
    color: #0d6efd;
    font-size: 1rem;
}

/* عنوان */
.program-main-title {
    font-weight: 800;
    font-size: .95rem;
    color: #1f2937;
}

/* badge روز */
.day-count-badge {
    background: #d1f7df;
    color: #146c43;
    border: 1px solid #b7efcb;
    font-size: .72rem;
    padding: .35rem .7rem;
    border-radius: 50px;
}

/* breadcrumb */
.structure-badge {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: .7rem;
    border-radius: 50px;
    padding: .35rem .7rem;
}

    .structure-badge.active {
        background: #eef4ff;
        color: #0d6efd;
        border-color: #cfe2ff;
    }

.breadcrumb-arrow {
    font-size: .8rem;
    color: #9ca3af;
}

/* ✅ باکس‌های اطلاعات برنامه */
.program-meta-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e9edf2;
    border-radius: 12px;
    padding: .4rem .8rem;
    min-width: 110px;
    white-space: nowrap;
    transition: .2s ease;
}

    .program-meta-box:hover {
        background: #eef4ff;
        border-color: #cfe2ff;
    }

.meta-label {
    font-size: .65rem;
    color: #6b7280;
    font-weight: 600;
}

.meta-value {
    font-size: .75rem;
    font-weight: 800;
    color: #0d6efd;
}

/* ✅ موبایل */
@media(max-width:768px) {

    .program-main-title {
        font-size: .85rem;
    }

    .program-meta-box {
        padding: .35rem .7rem;
        min-width: auto;
    }

    .meta-value {
        font-size: .7rem;
    }
}
/*999999999999999999*/



/* اگر navbar دارید */
body {
    overflow-x: hidden;
}

/* مطمئن شو هیچ parent ای overflow ندارد */
.container,
.main-content,
.content-wrapper {
    overflow: visible !important;
}


.main-content {
    overflow: visible !important;
}

.program-header-sticky-wrapper {
    position: sticky;
    top: 60px;
    z-index: 1000;
    background: #fff;
}
/*+++++++++++----------+++++++*/

.program-meta-container {
    overflow-x: auto;
    scrollbar-width: thin;
}

/* ✅ هر آیتم */
.program-meta-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .8rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 50px; /* کپسولی */
    white-space: nowrap;
    transition: all .2s ease;
    font-size: .75rem;
}

    /* افکت hover ظریف */
    .program-meta-item:hover {
        background: #eef4ff;
        border-color: #cfe2ff;
        transform: translateY(-1px);
    }

/* بل */
.meta-label {
    color: #6b7280;
    font-weight: 600;
    font-size: .7rem;
}

/* ✅ مقدار */
.meta-value {
    color: #0d6efd;
    font-weight: 800;
    font-size: .78rem;
}

/* موبایل */
@media(max-width:768px) {
    .program-meta-item {
        padding: .3rem .7rem;
        font-size: .7rem;
    }
}

/*55555555555555555555*/
.nutrition-meal-header {
    background: #ffffff;
}

/* ردیف اصلی */
.meal-header-row {
    min-height: 42px;
}

/* آیکون وعده */
.meal-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: .85rem;
}

/* لیبل */
.meal-label {
    font-size: .75rem;
    font-weight: 600;
    color: #6b7280;
}
.meal-label-date {
    font-size: 1.1rem;
    font-weight: 600;
    color: #492B99;
}

/* نوع وعده */
.meal-type-highlight {
    font-size: .85rem;
    font-weight: 700;
    color: #0f172a;
}

/* تعداد غذا */
.meal-count-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 600;
    color: #059669;
    white-space: nowrap;
}

/* دکمه‌ها */
.meal-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    padding: 0;
}

    .meal-btn:hover {
        transform: translateY(-1px);
    }

/* رنگ‌های ملایم اختصاصی */
.meal-btn-add:hover {
    background: #e0f2fe;
    border-color: #bae6fd;
    color: #0284c7;
}

.meal-btn-edit:hover {
    background: #fef3c7;
    border-color: #fde68a;
    color: #b45309;
}

.meal-btn-delete:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #b91c1c;
}
/*333333333333333333*/
.app-sidebar .navigation li a {
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 8px;
    transition: all .2s;
}

    .app-sidebar .navigation li a:hover {
        background: #f3f4f6;
        color: #111827;
    }

.app-sidebar .navigation li.active a {
    background: #eef2ff;
    color: #4f46e5;
}


/* برای نمایش برجسته و خوانای نام غذا */
.food-name-cell {
    font-size: 1.1rem !important; /* کمی بزرگتر از متن عادی */
    font-weight: 700 !important; /* وزن بولد قوی‌تر */
    color: #1e293b !important; /* رنگ خاکستری بسیار تیره و مدرن */
    letter-spacing: -0.2px; /* بهبود خوانایی در فونت‌های فارسی */
}


/*44444444444444444444*/

/* تنظیم جدول برای جمع شدن به سمت راست و کاهش عرض ستون‌ها */
.nutrition-food-table {
    width: auto !important; /* اجازه می‌دهد جدول به اندازه محتوا کوچک شود */
    margin-right: 0 !important; /* چسبیدن کامل به سمت راست در حالت RTL */
    margin-left: auto; /* جلوگیری از کشیده شدن به سمت چپ */
}

    /* کاهش Padding سلول‌ها برای فشرده‌تر شدن */
    .nutrition-food-table th,
    .nutrition-food-table td {
        padding: 6px 12px !important; /* فشرده کردن فضای داخلی */
        vertical-align: middle;
    }

        /* فیکس کردن عرض ستون دکمه‌ها تا بیش از حد پهن نشود */
        .nutrition-food-table td:first-child {
            width: 100px; /* تنظیم دقیق برای فضای دکمه‌ها */
        }

    /* استایل دهی به هدینگ‌ها برای جمع شدن */
    .nutrition-food-table thead th {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }


/* تنظیم فونت وعده برای خوانایی بهتر */
.meal-type-highlight {
    font-size: 2rem !important; /* کمی بزرگتر از سایز استاندارد */
    font-weight: 600 !important; /* وزن بیشتر برای تأکید */
    color:   deeppink !important; /* رنگ خاکستری تیره و شیک */
}

/* استایل کادر بیضی (Pill Tag) برای نوع وعده */
.meal-type-highlight {
    font-size: 0.95rem !important; /* سایز مناسب برای داخل کادر */
    font-weight: 600 !important;
    color: black !important; /* رنگ متن خاکستری تیره */
    /* استایل بیضی */
    background-color: lightpink; /* پس‌زمینه خاکستری بسیار ملایم */
    padding: 4px 18px !important; /* فاصله داخلی برای شکل گرفتن بیضی */
    border-radius: 50px !important; /* ایجاد فرم بیضی کامل */
    border: 1px solid #e2e8f0; /* حاشیه بسیار ظریف برای عمق دادن */
    /* تنظیمات نمایش */
    display: inline-flex; /* برای بهتر قرار گرفتن متن در وسط */
    align-items: center;
    line-height: 1; /* جلوگیری از بزرگ شدن بیضی */
}

/* نمایش برجسته مقدارهای متا (مثل نام عضو) */
.meta-value-Fullmamu {
    font-size: 1.0rem !important; /* بزرگ‌تر و خواناتر */
    font-weight: 700 !important; /* بولد حرفه‌ای */
    color: maroon !important; /* تیره و لوکس */
    letter-spacing: -0.3px; /* بهبود خوانایی فونت فارسی */
    line-height: 1.4;
}


/* لیبل "روز" */
.day-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #475569;
    margin-left: 6px;
}



.day-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #475569;
    margin-left: 6px;
}
.text-center-count {
    font-size: 1.5rem;
    font-weight: 500;
    color: #475569;
    margin-left: 6px;
}

.day-number-badge {
    width: 38px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #334155;
    background: #BFB9B5;
    border: 1px solid #e0e7ff;
    border-radius: 50%;
    line-height: 1;
}

/* استایل اختصاصی برای نمایش بزرگتر و حرفه‌ای مقدار */
.amount-badge {
    font-size: 1.1rem !important; /* بزرگتر و خواناتر */
    padding: 0.4rem 0.8rem !important; /* تنظیم فاصله داخلی متناسب با سایز جدید */
    font-weight: 700 !important; /* ضخامت بیشتر برای خوانایی بهتر */
    border-radius: 8px !important; /* گوشه‌های نرم و مدرن */
    vertical-align: middle; /* تراز دقیق در کنار سایر متن‌ها */
    letter-spacing: -0.2px; /* فشرده‌سازی جزئی برای زیبایی */
}

.day-count-number {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}
/* باکس هدر روز - آبی آسمانی ملایم */
.day-header-box {
    background: #e0f2fe !important; /* آبی آسمانی ملایم */
    border: 1px solid #bae6fd !important; /* بوردر ظریف */
    border-radius: 12px !important; /* گوشه‌های گرد */
    padding: 8px 16px !important; /* فضای داخلی استاندارد */
    margin-bottom: 12px !important;
    transition: all 0.2s ease;
}

    .day-header-box:hover {
        background: #dbeafe !important; /* تغییر رنگ ملایم هنگام هاور */
    }

    /* اصلاحات تکمیلی جهت هماهنگی */
    .day-header-box .btn-outline-facebook,
    .day-header-box .btn-outline-google,
    .day-header-box .btn-outline-danger {
        background: rgba(255, 255, 255, 0.5) !important; /* دکمه‌های شیشه‌ای روی پس‌زمینه */
    }

/* آیکن فلش باز و بسته شدن روز */

.day-collapse-icon {
    font-size: 1.2rem; /* بزرگتر شدن آیکن */
    color: darkred !important; /* آبی مدرن */
    margin-right: 15px; /* فاصله از متن */
    transition: transform 0.25s ease, color 0.2s ease;
}

/* هنگام باز شدن collapse */
.nutrition-day-toggle:not(.collapsed) .day-collapse-icon {
    transform: rotate(180deg);
    color: #0369a1 !important; /* آبی تیره‌تر هنگام باز شدن */
}
.day-title-text {
    font-size: 1rem;
    font-weight: 700;
    color: #AB3D53;
}
.meta-icon {
    font-size: 0.9rem;
    color: #6b7280; /* خاکستری مدرن */
    margin-left: 6px; /* چون RTL هستیم */
    vertical-align: middle;
}

.meta-label {
    font-weight: 500;
    color: #374151;
}

.nutrition-food-table td.food-description-cell {
    font-size: 12px !important;
    color: #6c757d;
}

/*4444444444444444*/
.content-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.program-header-sticky-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.content-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

    .page-content-wrapper.builder-wrapper {
        margin-top: 0 !important;
    }
/*------------------*/
.fc-action-buttons {
    display: flex;
    flex-wrap: nowrap; /* این باعث می‌شود در دسکتاپ کنار هم بمانند */
    gap: 5px; /* فاصله بین دکمه‌ها */
    align-items: center; /* تراز عمودی وسط */
}

/* برای موبایل */
@media (max-width: 576px) {
    .fc-action-buttons {
        flex-wrap: wrap; /* در موبایل اگر جا کم بود، دکمه‌ها زیر هم می‌روند */
    }
}

/*****************/
.fc-action-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
}

    .fc-action-buttons .fc-btn-action {
        flex-shrink: 0;
        white-space: nowrap;
    }

@media (max-width: 576px) {
    .fc-action-buttons {
        flex-wrap: wrap;
    }

        .fc-action-buttons .fc-btn-action {
            width: 100%;
        }

    .fc-actions-col {
        width: auto !important;
    }
}

/*55555555555555*/
.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    z-index: 9999;
}
/*نننننننننننننننننننن*/
/* گرد کردن گوشه‌های کانتینر اصلی select2 */
.select2-container .select2-selection--single {
    height: 38px !important; /* هماهنگ با ارتفاع فرم‌های بوت‌استرپ */
    border: 1px solid #ced4da !important;
    border-radius: 8px !important; /* میزان گردی دلخواه */
    padding: 4px 8px !important;
}

/* تنظیم ارتفاع متن داخل انتخاب */
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

/* تنظیم آیکون فلش */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

/* استایل وقتی فوکوس روی آن است */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

element.style {
    border-radius:30px;
}
/*55555555555555*/
/*33333333333333*/
#stepMobile .form-account-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#mobile {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}

#stepMobile .form-row-account {
    display: flex;
    justify-content: center;
}

#stepMobile .helper-row {
    justify-content: center;
    text-align: center;
}
/*6666666666666666*/
.avg-box {
    display: inline-block;
    min-width: 70px;
    padding: 6px 12px;
    background-color: #8ff7b7;
    border: 1px solid #ced4da;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    color: #f45858;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

tfoot tr td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
}
/*+++++++++++*/
.membership-valid {
    background-color: #e8f5e9 !important;
    border-color: #81c784 !important;
    color: #1b5e20 !important;
    font-weight: 700;
    text-align: center; /* متن در وضعیت معتبر وسط‌چین */
}

.membership-expired {
    background-color: #ffebee !important;
    border-color: #e57373 !important;
    color: #b71c1c !important;
    font-weight: 700;
    text-align: center; /* متن در وضعیت منقضی وسط‌چین */
}
/*--------------------*/
.helper-row {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

    .helper-row a {
        cursor: pointer;
    }

.otp-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.muted {
    color: #777;
}

.btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    background: #f3f3f3;
    color: #444;
    font-size: 12px;
}
/*++++++++++++++*/
.btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.helper-row {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.muted {
    color: #777;
    cursor: pointer;
}

.form-account-title label {
    display: block; /* اطمینان از اینکه لیبل بالای اینپوت قرار می‌گیرد */
    margin-bottom: 5px;
}

.form-account-title input[type="text"],
.form-account-title select {
    width: 100%; /* عرض کامل */
    padding: 10px;
    margin-bottom: 10px; /* فاصله بین فیلدها */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* برای اینکه padding و border در عرض کل لحاظ شوند */
}

.form-row-account .btn {
    width: 100%; /* دکمه‌ها عرض کامل */
    padding: 12px;
    border-radius: 4px;
}

.account-box-content {
    padding: 20px; /* کمی فاصله داخلی */
}

.page-account-box .account-box {
    border-radius: 8px; /* گوشه‌های گردتر */
}

.account-box-headline a {
    flex-grow: 1; /* برای اینکه تب‌ها فضا را پر کنند */
    text-align: center;
    padding: 10px 0;
}

    .account-box-headline a.active {
        border-bottom: 3px solid #007bff; /* رنگ فعال */
        font-weight: bold;
    }
/*    //////////////////////*/
.mobile-input-container {
    display: grid;
    /* ستون اول ورودی با نسبت بیشتر و ستون دوم دکمه با نسبت کمتر */
    grid-template-columns: 2fr 1fr; 
    gap: 15px; /* فاصله بین دو ستون */
    align-items: end; /* هم‌راستا کردن دکمه با ورودی در پایین */
}

.number-email-input {
    width: 100%; /* اجبار به پر کردن عرض ستون اختصاص داده شده */
    box-sizing: border-box; /* برای جلوگیری از سرریز شدن padding */
}

.btn-login {
    width: 100%; /* اجبار به پر کردن عرض ستون اختصاص داده شده */
}


/*----------------*/
.mobile-row-container {
    display: flex; /* فعال کردن چیدمان انعطاف‌پذیر */
    flex-direction: row; /* در یک ردیف */
    align-items: center; /* تراز عمودی (وسط چین) */
    gap: 10px; /* فاصله بین اینپوت و دکمه */
    width: 100%;
}

.number-email-input {
    flex: 3; /* فضای بیشتری به اینپوت بدهد */
    height: 45px; /* ارتفاع یکسان برای هر دو */
    box-sizing: border-box;
}

.btn-login {
    flex: 1; /* دکمه فضای کمتری بگیرد */
    height: 45px; /* ارتفاع یکسان برای هر دو */
    white-space: nowrap; /* جلوگیری از شکستن متن داخل دکمه */
}

/*+++++++++++++++++*/
.mobile-row-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.number-email-input {
    flex: 1;
    height: 45px;
    padding: 0 12px;
    border: 1px solid #999; /* کادر مشخص */
    border-radius: 6px; /* گوشه‌های گرد */
    outline: none;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
}

    .number-email-input:focus {
        border-color: #007bff; /* رنگ کادر هنگام فوکوس */
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
    }

.btn-login {
    height: 45px;
    padding: 0 18px;
    white-space: nowrap;
}
/*..........................*/

.help-icon {
    cursor: pointer;
    margin-right: 6px;
    color: #13e7f2; /* رنگ پیشفرض */
    font-size: 20px;
}

    .help-icon:hover {
        color: #3bff00; /* رنگ hover */
    }

/*    ******************/

.dash-gym-header {
    background: linear-gradient(135deg, #0f1117 0%, #1a2035 100%);
    border-radius: 16px;
    padding: 20px 24px;
}

.dash-gym-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.dash-gym-logo-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(0,200,150,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    color: #00C896;
    border: 2px solid rgba(0,200,150,0.3);
}

.dash-gym-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.dash-gym-meta {
    font-size: 12.5px;
    color: #a0aec0;
}

/* بج‌ها */
.dash-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    white-space: nowrap;
}

.dash-badge-green {
    background: rgba(0,200,150,0.15);
    color: #00C896;
}

.dash-badge-blue {
    background: rgba(99,179,237,0.15);
    color: #3182ce;
}

.dash-badge-info {
    background: rgba(99,179,237,0.2);
    color: #63b3ed;
}

.dash-badge-purple {
    background: rgba(183,148,244,0.2);
    color: #805ad5;
}

.dash-badge-red {
    background: rgba(252,129,74,0.15);
    color: #e53e3e;
}

.dash-badge-gray {
    background: #f0f4f8;
    color: #718096;
}

/* کارت‌های آمار */
.dash-stat-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
    padding: 18px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    border-right: 4px solid var(--accent);
    height: 100%;
}

    .dash-stat-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }

.dash-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.dash-stat-num {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1;
}

.dash-stat-label {
    font-size: 12px;
    color: #718096;
    margin-top: 4px;
    font-weight: 500;
}

.dash-stat-trend {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f4f8;
    font-size: 11px;
    color: #718096;
}

    .dash-stat-trend.up {
        color: #48bb78;
    }

/* هدر کارت */
.dash-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dash-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
}

.dash-see-all {
    font-size: 12px;
    color: #00C896;
    text-decoration: none;
    font-weight: 600;
}

    .dash-see-all:hover {
        text-decoration: underline;
    }

/* آواتار جدول */
.dash-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00C896, #0fa0d0);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* بج کوچک جدول */
.dash-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

    .dash-mini-badge.green {
        background: #edfaf5;
        color: #00C896;
    }

    .dash-mini-badge.blue {
        background: #ebf8ff;
        color: #3182ce;
    }

    .dash-mini-badge.gray {
        background: #f0f4f8;
        color: #a0aec0;
    }

/* فعالیت‌های اخیر */
.dash-activity-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dash-activity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f4f8;
}

    .dash-activity-item:last-child {
        border-bottom: none;
    }

.dash-activity-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dash-activity-body {
    flex: 1;
    min-width: 0;
}

/* دسترسی سریع */
.dash-quick-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 8px;
    background: #f8fafd;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
}

    .dash-quick-btn i {
        font-size: 22px;
        color: #00C896;
    }

    .dash-quick-btn:hover {
        background: #edfaf5;
        border-color: #00C896;
        color: #00C896;
        transform: translateY(-2px);
    }

.fw-600 {
    font-weight: 600;
}
/*````````````````````````````````*/

