
/* ================================================ */
/* RENDERBOX MODULE: Diet Plan - Clinical Display   */
/* Version: 1.1 - 100% RenderBox Compliant          */
/* ================================================ */

/* ---- RESET WITHIN ROOT SCOPE ---- */
#DietPlan_clinical__Xy1Z2,
#DietPlan_clinical__Xy1Z2 *,
#DietPlan_clinical__Xy1Z2 *::before,
#DietPlan_clinical__Xy1Z2 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* ---- ROOT CONTAINER ---- */
#DietPlan_clinical__Xy1Z2 {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    background: #ffffff !important;
    color: #1e293b !important;
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    line-height: 1.5 !important;
}

/* ---- TOP GRADIENT BAR ---- */
#DietPlan_clinical__Xy1Z2 .DietPlan_topBar__Tb3K4 {
    height: 6px !important;
    width: 100% !important;
    background: linear-gradient(to right, #026848, #5BC500) !important;
    display: block !important;
}

/* ---- MAIN CONTENT AREA ---- */
#DietPlan_clinical__Xy1Z2 .DietPlan_main__Mn5L6 {
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_main__Mn5L6 {
        padding: 2rem 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_main__Mn5L6 {
        padding: 2rem 2rem !important;
    }
}

/* ================================================ */
/* CLINICAL NARRATIVE SECTION                       */
/* ================================================ */

#DietPlan_clinical__Xy1Z2 .DietPlan_narrative__Cn7M8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Label: &quot;Original Case Document&quot; */
#DietPlan_clinical__Xy1Z2 .DietPlan_label__Lb9N0 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    color: #026848 !important;
    text-transform: uppercase !important;
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace !important;
    display: block !important;
    line-height: 1.5 !important;
}

/* Title: &quot;Sample One Day Menu...&quot; - UNIFIED FONT */
#DietPlan_clinical__Xy1Z2 .DietPlan_title__Tt1P2 {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.025em !important;
    line-height: 1.25 !important;
    background: transparent !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_title__Tt1P2 {
        font-size: 1.875rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_title__Tt1P2 {
        font-size: 2.25rem !important;
    }
}

/* Description Paragraph - ENHANCED READABILITY */
#DietPlan_clinical__Xy1Z2 .DietPlan_description__Dd3Q4 {
    font-size: 0.9375rem !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    max-width: 56rem !important;
    background: transparent !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_description__Dd3Q4 {
        font-size: 1.0625rem !important;
    }
}

/* ================================================ */
/* PATIENT PARAMETERS CARD                          */
/* ================================================ */

#DietPlan_clinical__Xy1Z2 .DietPlan_parameters__Pp5R6 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    border: 2px solid rgba(2, 104, 72, 0.2) !important;
    padding: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    box-shadow: 0 4px 6px -1px rgba(2, 104, 72, 0.05),
                0 2px 4px -2px rgba(2, 104, 72, 0.05) !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_parameters__Pp5R6 {
        padding: 1.5rem !important;
        gap: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_parameters__Pp5R6 {
        padding: 2rem !important;
    }
}

/* ---- Card Header ---- */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramHeader__Hd7S8 {
    border-bottom: 1px solid rgba(2, 104, 72, 0.1) !important;
    padding-bottom: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.75rem !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramHeader__Hd7S8 {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}

/* Header Left (Rx Badge + Title) */
#DietPlan_clinical__Xy1Z2 .DietPlan_headerLeft__Ll9T0 {
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
}

/* Rx Badge */
#DietPlan_clinical__Xy1Z2 .DietPlan_rxBadge__Rx1U2 {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 0.5rem !important;
    background: #026848 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    line-height: 1 !important;
}

/* Parameters Title: &quot;Personal information...&quot; - UNIFIED FONT */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramTitle__Pt3V4 {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #026848 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramTitle__Pt3V4 {
        font-size: 1rem !important;
    }
}

/* Patient Parameters Badge */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramBadge__Pb5W6 {
    align-self: flex-start !important;
    padding: 0.25rem 0.75rem !important;
    background: rgba(91, 197, 0, 0.1) !important;
    color: #026848 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(91, 197, 0, 0.2) !important;
    display: inline-block !important;
    line-height: 1.5 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramBadge__Pb5W6 {
        align-self: auto !important;
    }
}

/* ================================================ */
/* UI INSTRUCTIONS &amp; PROMPTS (NEW)                  */
/* ================================================ */
#DietPlan_clinical__Xy1Z2 .DietPlan_instruction__In5T8 {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important; /* بولد کامل برای خوانایی بالا */
    color: #0f172a !important; /* رنگ تیره با کنتراست عالی */
    line-height: 1.7 !important;
    margin-bottom: 0.75rem !important;
    background: transparent !important;
}
@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_instruction__In5T8 {
        font-size: 1rem !important;
    }
}

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

#DietPlan_clinical__Xy1Z2 .DietPlan_paramGrid__Pg7X8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.875rem !important;
    font-size: 0.75rem !important;
}

@media (min-width: 380px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramGrid__Pg7X8 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 768px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramGrid__Pg7X8 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1rem !important;
    }
}

/* ================================================ */
/* PARAMETER CARDS                                  */
/* ================================================ */

#DietPlan_clinical__Xy1Z2 .DietPlan_paramCard__Pc9Y0 {
    padding: 0.75rem !important;
    background: #ffffff !important;
    border: 1px solid rgba(2, 104, 72, 0.15) !important;
    border-radius: 0.75rem !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramCard__Pc9Y0 {
        padding: 1rem !important;
    }
}

/* Card Hover Effects */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramCard__Pc9Y0:hover {
    border-color: #5BC500 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px -5px rgba(2, 104, 72, 0.1),
                0 8px 10px -6px rgba(2, 104, 72, 0.08) !important;
}

/* Accent Bar (Left Gradient Stripe) */
#DietPlan_clinical__Xy1Z2 .DietPlan_accentBar__Ab2A4 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 4px !important;
    background: linear-gradient(to bottom, #026848, #5BC500) !important;
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Accent Bar Hover - Widens */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramCard__Pc9Y0:hover .DietPlan_accentBar__Ab2A4 {
    width: 6px !important;
}

/* Parameter Label */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramLabel__Pl4B6 {
    color: rgba(2, 104, 72, 0.6) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    background: transparent !important;
}

/* Parameter Value */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramValue__Pv6C8 {
    color: #026848 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

@media (min-width: 640px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramValue__Pv6C8 {
        font-size: 1rem !important;
    }
}

/* Mono Font Variant (Weight &amp; Height) */
#DietPlan_clinical__Xy1Z2 .DietPlan_paramValueMono__Pm8D0 {
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace !important;
}

/* ================================================ */
/* CAUTION SECTION                                  */
/* ================================================ */

#DietPlan_clinical__Xy1Z2 .DietPlan_caution__Ct0E2 {
    padding-top: 1rem !important;
    border-top: 1px solid rgba(2, 104, 72, 0.1) !important;
    margin-top: 0.25rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    font-size: 0.875rem !important;
    color: #1e293b !important;
    background: rgba(254, 242, 242, 0.6) !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #fecaca !important;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
    line-height: 1.7 !important;
}

/* Caution SVG Icon */
#DietPlan_clinical__Xy1Z2 .DietPlan_cautionIcon__Ci2F4 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #dc2626 !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
    display: block !important;
}

/* Caution Text - ENHANCED READABILITY */
#DietPlan_clinical__Xy1Z2 .DietPlan_cautionText__Cx4G6 {
    font-weight: 500 !important;
    color: #1e293b !important;
    line-height: 1.7 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    background: transparent !important;
}

/* &quot;Caution:&quot; Bold Red Text */
#DietPlan_clinical__Xy1Z2 .DietPlan_cautionBold__Cb6H8 {
    font-weight: 900 !important;
    color: #dc2626 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    background: transparent !important;
}

/* ================================================ */
/* ENTRY ANIMATION STATES (Class-Based Pattern)     */
/* ================================================ */

/* Hidden State - Elements start invisible */
#DietPlan_clinical__Xy1Z2 .DietPlan_animate-in__An8I0 {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Animated State - Elements become visible */
#DietPlan_clinical__Xy1Z2 .DietPlan_animate-in__An8I0.DietPlan_animated__Ad0J2 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    visibility: visible !important;
}

/* Slide Up Initial Position */
#DietPlan_clinical__Xy1Z2 .DietPlan_slide-up__Su2K4 {
    transform: translateY(30px) !important;
}

/* Slide Left Initial Position */
#DietPlan_clinical__Xy1Z2 .DietPlan_slide-left__Sl4L6 {
    transform: translateX(-20px) !important;
}

/* ================================================ */
/* RESPONSIVE FINE-TUNING                           */
/* ================================================ */

@media (max-width: 379px) {
    #DietPlan_clinical__Xy1Z2 .DietPlan_paramTitle__Pt3V4 {
        font-size: 12px !important;
    }

    #DietPlan_clinical__Xy1Z2 .DietPlan_paramValue__Pv6C8 {
        font-size: 0.8125rem !important;
    }
}
 
/* Root Container - محدودیت عرض */
#DietPlan_root__Xy1Z2 {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    font-family: system-ui, -apple-system, &quot;Segoe UI&quot;, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Reset within root scope */
#DietPlan_root__Xy1Z2,
#DietPlan_root__Xy1Z2 *,
#DietPlan_root__Xy1Z2 *::before,
#DietPlan_root__Xy1Z2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==================== CONTAINER - 1200px ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_container__Ab3C4 {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-radius: 1rem !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
}

/* ==================== HEADER SECTION ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_header__Fx8K5 {
    padding: 1.75rem 2rem !important;
    border-bottom: 1px solid #f1f5f9 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_header__Fx8K5 {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 1.5rem !important;
        padding: 2rem 2.5rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_header__Fx8K5 {
        padding: 2rem 3rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_headerLeft__Jm5C8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_title__Vp3L7 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    line-height: 1.4 !important;
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_title__Vp3L7 {
        font-size: 1.375rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_icon__Bm6W1 {
    width: 1.375rem !important;
    height: 1.375rem !important;
    color: #047857 !important;
    flex-shrink: 0 !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_subtitle__Qw3K7 {
    font-size: 0.8125rem !important;
    color: #64748b !important;
    margin-top: 0.25rem !important;
    line-height: 1.5 !important;
}

/* ==================== TABS ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_tabs__Lm2P5 {
    display: flex !important;
    gap: 0.375rem !important;
    background: #f1f5f9 !important;
    padding: 0.3125rem !important;
    border-radius: 0.625rem !important;
    flex-shrink: 0 !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_tab__Nn4T8 {
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    padding: 0.5rem 1.125rem !important;
    border-radius: 0.5rem !important;
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    outline: none !important;
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_tab__Nn4T8 {
        font-size: 0.875rem !important;
        padding: 0.5rem 1.5rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_tab__Nn4T8:hover {
    color: #1e293b !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_tab__Nn4T8.DietPlan_tabActive__Xy9Z8 {
    background: #047857 !important;
    color: #ffffff !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
}

/* ==================== MEALS CONTAINER ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_mealsContainer__Rv2L9 {
    padding: 1.25rem !important;
    background: rgba(248, 250, 252, 0.5) !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_mealsContainer__Rv2L9 {
        padding: 1.5rem 2rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_mealsContainer__Rv2L9 {
        padding: 2rem 3rem !important;
    }
}

/* ==================== MEAL GROUP CARD ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_mealGroup__Wm6N3 {
    background: #ffffff !important;
    border-radius: 0.875rem !important;
    border: 1px solid #e2e8f0 !important;
    padding: 1.125rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_mealGroup__Wm6N3 {
        padding: 1.5rem !important;
        gap: 1.125rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_mealGroup__Wm6N3 {
        padding: 1.75rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_mealGroup__Wm6N3:last-child {
    margin-bottom: 0 !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_mealGroup__Wm6N3:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

/* ==================== MEAL GROUP HEADER ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_mealHeader__Tn5K9 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid #f1f5f9 !important;
    flex-shrink: 0 !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_mealTitle__Pm8L2 {
    font-size: 0.8125rem !important;
    font-weight: 800 !important;
    color: #047857 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_mealTitle__Pm8L2 {
        font-size: 0.875rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_mealTitle__Pm8L2 {
        font-size: 0.9375rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_mealDot__Qn7M4 {
    width: 0.625rem !important;
    height: 0.625rem !important;
    border-radius: 50% !important;
    background: #34d399 !important;
    flex-shrink: 0 !important;
}

/* ==================== FOOD ITEMS GRID ==================== */
/* Mobile: 1 column */
#DietPlan_root__Xy1Z2 .DietPlan_foodGrid__Rn9P5 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.625rem !important;
}

/* Small tablets: 2 columns */
@media (min-width: 480px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodGrid__Rn9P5 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Tablets/Laptops: 3 columns */
@media (min-width: 768px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodGrid__Rn9P5 {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.75rem !important;
    }
}

/* Desktop (1200px+): 4 columns for spacious layout */
@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodGrid__Rn9P5 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0.875rem !important;
    }
}

/* ==================== FOOD ITEM CARD ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_foodItem__Sn2Q8 {
    padding: 0.75rem !important;
    border-radius: 0.625rem !important;
    border: 1px solid rgba(4, 120, 87, 0.2) !important;
    background: rgba(236, 253, 245, 0.2) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.625rem !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodItem__Sn2Q8 {
        padding: 0.875rem !important;
        gap: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodItem__Sn2Q8 {
        padding: 1rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_foodItem__Sn2Q8:hover {
    background: rgba(236, 253, 245, 0.5) !important;
    border-color: rgba(4, 120, 87, 0.35) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_foodContent__Un4R7 {
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    min-width: 0 !important;
    flex: 1 !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_foodInfo__Vn6S9 {
    min-width: 0 !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_foodName__Wn8T2 {
    font-size: 0.8125rem !important;
    font-weight: 800 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #065f46 !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodName__Wn8T2 {
        font-size: 0.875rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodName__Wn8T2 {
        font-size: 0.9375rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_foodPortion__Xn9U4 {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    margin-top: 0.25rem !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: rgba(6, 95, 70, 0.85) !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodPortion__Xn9U4 {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_foodPortion__Xn9U4 {
        font-size: 0.8125rem !important;
    }
}

/* ==================== CTA BOX FOR DAY 3 ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_ctaBox__Ct3A1 {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 50%, #a7f3d0 100%) !important;
    border: 1px solid rgba(4, 120, 87, 0.15) !important;
    border-radius: 1.25rem !important;
    padding: 2.5rem 2rem !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.25rem !important;
    position: relative !important;
    overflow: hidden !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaBox__Ct3A1 {
        padding: 3rem 2.5rem !important;
        gap: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaBox__Ct3A1 {
        padding: 4rem 3rem !important;
        gap: 1.75rem !important;
    }
}

/* Decorative background circles */
#DietPlan_root__Xy1Z2 .DietPlan_ctaBox__Ct3A1::before {
    content: &quot;&quot; !important;
    position: absolute !important;
    top: -50px !important;
    right: -50px !important;
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    background: rgba(4, 120, 87, 0.08) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBox__Ct3A1::after {
    content: &quot;&quot; !important;
    position: absolute !important;
    bottom: -40px !important;
    left: -40px !important;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    background: rgba(4, 120, 87, 0.06) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaIcon__Ct4B2 {
    width: 3.5rem !important;
    height: 3.5rem !important;
    background: #047857 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    z-index: 1 !important;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.25) !important;
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaIcon__Ct4B2 {
        width: 4rem !important;
        height: 4rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaIcon__Ct4B2 svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaTitle__Ct5C3 {
    font-size: 1.375rem !important;
    font-weight: 800 !important;
    color: #065f46 !important;
    line-height: 1.3 !important;
    z-index: 1 !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaTitle__Ct5C3 {
        font-size: 1.625rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaTitle__Ct5C3 {
        font-size: 1.875rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaText__Ct6D4 {
    font-size: 0.875rem !important;
    color: #047857 !important;
    line-height: 1.8 !important;
    max-width: 560px !important;
    z-index: 1 !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaText__Ct6D4 {
        font-size: 0.9375rem !important;
        max-width: 620px !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaText__Ct6D4 {
        font-size: 1rem !important;
        max-width: 680px !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    padding: 0.875rem 2rem !important;
    background: #047857 !important;
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 0.625rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.3) !important;
    z-index: 1 !important;
    text-decoration: none !important;
}

@media (min-width: 640px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5 {
        padding: 1rem 2.5rem !important;
        font-size: 0.9375rem !important;
    }
}

@media (min-width: 1024px) {
    #DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5 {
        padding: 1.125rem 3rem !important;
        font-size: 1rem !important;
    }
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5:hover {
    background: #065f46 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(4, 120, 87, 0.4) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5:active {
    transform: translateY(0) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5 svg {
    width: 1.125rem !important;
    height: 1.125rem !important;
    stroke: #ffffff !important;
    transition: transform 0.3s ease !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBtn__Ct7E5:hover svg {
    transform: translateX(4px) !important;
}

/* ==================== ANIMATION CLASSES ==================== */
#DietPlan_root__Xy1Z2 .DietPlan_animate-in__Yz3V6 {
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_animate-in__Yz3V6.DietPlan_animated__Za5W8 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_mealGroup__Wm6N3 {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.3s ease,
                border-color 0.3s ease !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_foodItem__Sn2Q8 {
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                background 0.2s ease,
                border-color 0.2s ease !important;
}

#DietPlan_root__Xy1Z2 .DietPlan_ctaBox__Ct3A1 {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
 
/* Scoped Reset */
#CMP_root__K9m4Pq,
#CMP_root__K9m4Pq *,
#CMP_root__K9m4Pq *::before,
#CMP_root__K9m4Pq *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#CMP_root__K9m4Pq {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #1e293b !important;
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    background: #f8fafc !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-bottom: 4rem !important;
    padding-top: 3rem !important;
}

/* Top Bar */
#CMP_root__K9m4Pq .CMP_topBar__K9m4Pq {
    height: 6px !important;
    width: 100% !important;
    background: linear-gradient(to right, #026848, #5BC500) !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

/* Main Container */
#CMP_root__K9m4Pq .CMP_main__K9m4Pq {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 100% !important;
    margin-top: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

@media (min-width: 640px) {
    #CMP_root__K9m4Pq .CMP_main__K9m4Pq { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
}
@media (min-width: 1024px) {
    #CMP_root__K9m4Pq .CMP_main__K9m4Pq { padding-left: 2rem !important; padding-right: 2rem !important; }
}

/* Success Alert */
#CMP_root__K9m4Pq .CMP_successAlert__K9m4Pq {
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    color: #065f46 !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) !important;
    animation: CMP_fadeIn__K9m4Pq 0.3s ease-out !important;
}
#CMP_root__K9m4Pq .CMP_successAlert__K9m4Pq.CMP_hidden__K9m4Pq { display: none !important; }
#CMP_root__K9m4Pq .CMP_successIcon__K9m4Pq { width: 1.25rem !important; height: 1.25rem !important; color: #059669 !important; flex-shrink: 0 !important; margin-top: 0.125rem !important; }
#CMP_root__K9m4Pq .CMP_successText__K9m4Pq { flex: 1 !important; }
#CMP_root__K9m4Pq .CMP_successTitle__K9m4Pq { font-weight: 800 !important; font-size: 0.875rem !important; line-height: 1.25rem !important; }
#CMP_root__K9m4Pq .CMP_successDesc__K9m4Pq { font-size: 0.75rem !important; color: rgba(4, 120, 87, 0.9) !important; margin-top: 0.25rem !important; font-weight: 500 !important; }
#CMP_root__K9m4Pq .CMP_dismissBtn__K9m4Pq { margin-left: auto !important; color: #10b981 !important; font-weight: 700 !important; font-size: 0.75rem !important; padding: 0.25rem 0.5rem !important; border-radius: 0.375rem !important; background: transparent !important; border: none !important; cursor: pointer !important; transition: all 0.2s ease !important; }
#CMP_root__K9m4Pq .CMP_dismissBtn__K9m4Pq:hover { color: #047857 !important; background: rgba(209, 250, 229, 0.5) !important; }

/* Content Wrapper */
#CMP_root__K9m4Pq .CMP_contentWrapper__K9m4Pq { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; }
#CMP_root__K9m4Pq .CMP_section__K9m4Pq { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; }

/* CTA Banner */
#CMP_root__K9m4Pq .CMP_ctaBanner__K9m4Pq {
    background-image: url('https://oxfordiet.com/files/blog/1782716884_cta2.webp') !important;
    background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important;
    border-radius: 1rem !important; padding: 1.5rem !important; color: #ffffff !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important; position: relative !important; overflow: hidden !important;
    display: flex !important; flex-direction: column !important; gap: 1.5rem !important;
    border: 1px solid rgba(255,255,255,0.2) !important; width: 100% !important; z-index: 1 !important;
}
@media (min-width: 640px) { #CMP_root__K9m4Pq .CMP_ctaBanner__K9m4Pq { padding: 2rem !important; } }
@media (min-width: 768px) { #CMP_root__K9m4Pq .CMP_ctaBanner__K9m4Pq { flex-direction: row !important; align-items: center !important; justify-content: space-between !important; } }
#CMP_root__K9m4Pq .CMP_ctaOverlay__K9m4Pq { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; background: rgba(0,0,0,0.25) !important; backdrop-filter: blur(2px) !important; -webkit-backdrop-filter: blur(2px) !important; z-index: 0 !important; }
#CMP_root__K9m4Pq .CMP_ctaSparkles__K9m4Pq { position: absolute !important; top: 0 !important; right: 0 !important; transform: translateX(2rem) translateY(-2rem) !important; opacity: 0.1 !important; z-index: 1 !important; color: #ffffff !important; }
#CMP_root__K9m4Pq .CMP_ctaSparkles__K9m4Pq svg { width: 12rem !important; height: 12rem !important; }
#CMP_root__K9m4Pq .CMP_ctaText__K9m4Pq { position: relative !important; z-index: 10 !important; max-width: 42rem !important; display: flex !important; flex-direction: column !important; gap: 0.5rem !important; }
#CMP_root__K9m4Pq .CMP_ctaTitle__K9m4Pq { font-size: 1.25rem !important; font-weight: 900 !important; letter-spacing: -0.025em !important; text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important; }
@media (min-width: 640px) { #CMP_root__K9m4Pq .CMP_ctaTitle__K9m4Pq { font-size: 1.5rem !important; } }
#CMP_root__K9m4Pq .CMP_ctaDesc__K9m4Pq { font-size: 0.75rem !important; color: #ffffff !important; font-weight: 700 !important; line-height: 1.5 !important; text-shadow: 0 1px 3px rgba(0,0,0,0.6) !important; }
@media (min-width: 640px) { #CMP_root__K9m4Pq .CMP_ctaDesc__K9m4Pq { font-size: 0.875rem !important; } }
#CMP_root__K9m4Pq .CMP_ctaBtnWrapper__K9m4Pq { position: relative !important; z-index: 10 !important; flex-shrink: 0 !important; width: 100% !important; }
@media (min-width: 768px) { #CMP_root__K9m4Pq .CMP_ctaBtnWrapper__K9m4Pq { width: auto !important; } }
#CMP_root__K9m4Pq .CMP_ctaBtn__K9m4Pq { background: #ffffff !important; color: #026848 !important; font-weight: 700 !important; font-size: 0.75rem !important; padding: 0.875rem 1.25rem !important; border-radius: 0.75rem !important; transition: all 0.2s ease !important; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.5rem !important; cursor: pointer !important; border: 1px solid transparent !important; width: 100% !important; }
@media (min-width: 768px) { #CMP_root__K9m4Pq .CMP_ctaBtn__K9m4Pq { font-size: 0.875rem !important; width: auto !important; } }
#CMP_root__K9m4Pq .CMP_ctaBtn__K9m4Pq:hover { background: #f8fafc !important; transform: scale(1.01) !important; }
#CMP_root__K9m4Pq .CMP_ctaBtn__K9m4Pq:active { transform: scale(0.99) !important; }
#CMP_root__K9m4Pq .CMP_ctaBtn__K9m4Pq svg { width: 1rem !important; height: 1rem !important; color: #5BC500 !important; animation: CMP_pulse__K9m4Pq 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; }

/* =========================================
   Recommendations Card - هم‌سبک Exchange Lists
   ========================================= */
#CMP_root__K9m4Pq .CMP_recommendations__K9m4Pq {
    max-width: 1200px !important;
    background: #FFFFFF !important;
    border-radius: 1rem !important;
    border: 1px solid #e5e7eb !important;
    padding: 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1) !important;
    width: 100% !important;
}

#CMP_root__K9m4Pq .CMP_recHeader__K9m4Pq {
    border-bottom: 1px solid #f3f4f6 !important;
    padding-bottom: 1rem !important;
}

#CMP_root__K9m4Pq .CMP_recTitle__K9m4Pq {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #40A917 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em !important;
}

#CMP_root__K9m4Pq .CMP_recTitle__K9m4Pq svg {
    width: 1.375rem !important;
    height: 1.375rem !important;
    color: #5BC500 !important;
    flex-shrink: 0 !important;
}

#CMP_root__K9m4Pq .CMP_recSubtitle__K9m4Pq {
    font-size: 0.8125rem !important;
    color: #6b7280 !important;
    margin-top: 0.25rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

#CMP_root__K9m4Pq .CMP_recList__K9m4Pq {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#CMP_root__K9m4Pq .CMP_recItem__K9m4Pq {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    padding: 0.625rem 0.75rem !important;
    background: #f9fafb !important;
    border-radius: 0.5rem !important;
    border: 1px solid #f3f4f6 !important;
    transition: all 0.2s ease !important;
}

#CMP_root__K9m4Pq .CMP_recItem__K9m4Pq:hover {
    background: #f3f4f6 !important;
    border-color: #5BC500 !important;
}

#CMP_root__K9m4Pq .CMP_recBullet__K9m4Pq {
    color: #5BC500 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    flex-shrink: 0 !important;
}

#CMP_root__K9m4Pq .CMP_recText__K9m4Pq {
    font-size: 0.875rem !important;
    color: #374151 !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

/* Modal Backdrop &amp; Container */
#CMP_root__K9m4Pq .CMP_modalBackdrop__K9m4Pq { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; background: rgba(15, 23, 42, 0.6) !important; backdrop-filter: blur(2px) !important; -webkit-backdrop-filter: blur(2px) !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 1rem !important; z-index: 9998 !important; animation: CMP_fadeIn__K9m4Pq 0.2s ease-out !important; }
#CMP_root__K9m4Pq .CMP_modalBackdrop__K9m4Pq.CMP_hidden__K9m4Pq { display: none !important; }
#CMP_root__K9m4Pq .CMP_modal__K9m4Pq { background: #ffffff !important; border-radius: 1rem !important; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25) !important; border: 1px solid #f1f5f9 !important; max-width: 28rem !important; width: 100% !important; overflow: hidden !important; position: relative !important; z-index: 10 !important; }
#CMP_root__K9m4Pq .CMP_modalHeader__K9m4Pq { padding: 1.5rem !important; background: #f8fafc !important; border-bottom: 1px solid #f1f5f9 !important; display: flex !important; align-items: center !important; justify-content: space-between !important; }
#CMP_root__K9m4Pq .CMP_modalTitleWrapper__K9m4Pq { display: flex !important; align-items: center !important; gap: 0.5rem !important; }
#CMP_root__K9m4Pq .CMP_modalTitleWrapper__K9m4Pq svg { width: 1.25rem !important; height: 1.25rem !important; color: #026848 !important; }
#CMP_root__K9m4Pq .CMP_modalTitle__K9m4Pq { font-weight: 700 !important; color: #1e293b !important; font-size: 1rem !important; }
#CMP_root__K9m4Pq .CMP_modalCloseBtn__K9m4Pq { padding: 0.25rem !important; border-radius: 0.5rem !important; background: transparent !important; border: none !important; color: #94a3b8 !important; cursor: pointer !important; transition: all 0.2s ease !important; }
#CMP_root__K9m4Pq .CMP_modalCloseBtn__K9m4Pq:hover { background: #e2e8f0 !important; color: #475569 !important; }
#CMP_root__K9m4Pq .CMP_modalCloseBtn__K9m4Pq svg { width: 1rem !important; height: 1rem !important; }
#CMP_root__K9m4Pq .CMP_modalBody__K9m4Pq { padding: 1.5rem !important; display: flex !important; flex-direction: column !important; gap: 1rem !important; }

/* Loading State */
#CMP_root__K9m4Pq .CMP_loadingState__K9m4Pq { padding: 3rem 0 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center !important; gap: 1rem !important; }
#CMP_root__K9m4Pq .CMP_loadingState__K9m4Pq.CMP_hidden__K9m4Pq { display: none !important; }
#CMP_root__K9m4Pq .CMP_spinnerWrapper__K9m4Pq { position: relative !important; width: 4rem !important; height: 4rem !important; display: flex !important; align-items: center !important; justify-content: center !important; }
#CMP_root__K9m4Pq .CMP_spinnerBg__K9m4Pq { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; border-radius: 9999px !important; border: 4px solid #f1f5f9 !important; }
#CMP_root__K9m4Pq .CMP_spinner__K9m4Pq { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; border-radius: 9999px !important; border: 4px solid #026848 !important; border-top-color: transparent !important; animation: CMP_spin__K9m4Pq 1s linear infinite !important; }
#CMP_root__K9m4Pq .CMP_spinnerWrapper__K9m4Pq svg { width: 1.5rem !important; height: 1.5rem !important; color: #026848 !important; z-index: 1 !important; }
#CMP_root__K9m4Pq .CMP_loadingText__K9m4Pq { display: flex !important; flex-direction: column !important; gap: 0.25rem !important; }
#CMP_root__K9m4Pq .CMP_loadingTitle__K9m4Pq { font-size: 0.875rem !important; font-weight: 700 !important; color: #1e293b !important; }
#CMP_root__K9m4Pq .CMP_loadingStep__K9m4Pq { font-size: 0.75rem !important; color: #94a3b8 !important; margin-top: 0.25rem !important; font-family: monospace !important; }

/* Form State */
#CMP_root__K9m4Pq .CMP_formState__K9m4Pq { display: flex !important; flex-direction: column !important; gap: 1rem !important; }
#CMP_root__K9m4Pq .CMP_patientContext__K9m4Pq { background: #f8fafc !important; padding: 1rem !important; border-radius: 0.75rem !important; border: 1px solid rgba(241, 245, 249, 0.5) !important; display: flex !important; flex-direction: column !important; gap: 0.375rem !important; font-size: 0.75rem !important; color: #475569 !important; line-height: 1.5 !important; }
#CMP_root__K9m4Pq .CMP_contextTitle__K9m4Pq { font-weight: 600 !important; color: #334155 !important; }
#CMP_root__K9m4Pq .CMP_inputGroup__K9m4Pq { display: flex !important; flex-direction: column !important; gap: 0.5rem !important; }
#CMP_root__K9m4Pq .CMP_inputLabel__K9m4Pq { font-size: 0.75rem !important; font-weight: 600 !important; color: #64748b !important; }
#CMP_root__K9m4Pq .CMP_textarea__K9m4Pq { width: 100% !important; font-size: 0.75rem !important; border: 1px solid #e2e8f0 !important; border-radius: 0.75rem !important; padding: 0.75rem !important; height: 6rem !important; color: #1e293b !important; outline: none !important; background: #ffffff !important; font-family: inherit !important; resize: vertical !important; transition: border-color 0.2s ease !important; }
#CMP_root__K9m4Pq .CMP_textarea__K9m4Pq:focus { border-color: #026848 !important; }
#CMP_root__K9m4Pq .CMP_errorMsg__K9m4Pq { background: #fff1f2 !important; border: 1px solid #fecdd3 !important; padding: 0.75rem !important; border-radius: 0.5rem !important; font-size: 0.75rem !important; color: #be123c !important; display: flex !important; gap: 0.5rem !important; align-items: flex-start !important; line-height: 1.5 !important; }
#CMP_root__K9m4Pq .CMP_errorMsg__K9m4Pq.CMP_hidden__K9m4Pq { display: none !important; }
#CMP_root__K9m4Pq .CMP_errorMsg__K9m4Pq svg { width: 1rem !important; height: 1rem !important; color: #e11d48 !important; flex-shrink: 0 !important; margin-top: 0.125rem !important; }
#CMP_root__K9m4Pq .CMP_btnGroup__K9m4Pq { padding-top: 0.5rem !important; display: flex !important; gap: 0.75rem !important; }
#CMP_root__K9m4Pq .CMP_cancelBtn__K9m4Pq { flex: 1 !important; padding: 0.625rem !important; border: 1px solid #e2e8f0 !important; color: #64748b !important; font-size: 0.75rem !important; font-weight: 600 !important; border-radius: 0.75rem !important; background: transparent !important; cursor: pointer !important; transition: all 0.2s ease !important; }
#CMP_root__K9m4Pq .CMP_cancelBtn__K9m4Pq:hover { background: #f8fafc !important; }
#CMP_root__K9m4Pq .CMP_generateBtn__K9m4Pq { flex: 1 !important; padding: 0.625rem !important; background: #026848 !important; color: #ffffff !important; font-size: 0.75rem !important; font-weight: 600 !important; border-radius: 0.75rem !important; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) !important; border: none !important; cursor: pointer !important; transition: all 0.2s ease !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.375rem !important; }
#CMP_root__K9m4Pq .CMP_generateBtn__K9m4Pq:hover { background: #015238 !important; }
#CMP_root__K9m4Pq .CMP_generateBtn__K9m4Pq svg { width: 1rem !important; height: 1rem !important; }

/* Keyframes */
@keyframes CMP_fadeIn__K9m4Pq { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes CMP_pulse__K9m4Pq { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes CMP_spin__K9m4Pq { to { transform: rotate(360deg); } }

/* Entry Animations (Class-Based) */
#CMP_root__K9m4Pq .CMP_animate-in__K9m4Pq { opacity: 0 !important; }
#CMP_root__K9m4Pq .CMP_animate-in__K9m4Pq.CMP_animated__K9m4Pq { opacity: 1 !important; transform: translate(0, 0) !important; }
#CMP_root__K9m4Pq .CMP_slide-up__K9m4Pq { transform: translateY(30px) !important; }
#CMP_root__K9m4Pq .CMP_ctaBanner__K9m4Pq, #CMP_root__K9m4Pq .CMP_recommendations__K9m4Pq { transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important; }
 
/* =========================================
   RenderBox CMS Compliance: Scoped Reset
   ========================================= */
#ExchangeLists_root__Ex1L9,
#ExchangeLists_root__Ex1L9 *,
#ExchangeLists_root__Ex1L9 *::before,
#ExchangeLists_root__Ex1L9 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* =========================================
   Base Container - WHITE BACKGROUND
   ========================================= */
#ExchangeLists_root__Ex1L9 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    background: #FFFFFF !important;
    color: #1a1a1a !important;
    min-height: 100vh !important;
    display: block !important;
    width: 100% !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_topBar__Tb3K7 {
    height: 0.375rem !important;
    width: 100% !important;
    background: linear-gradient(to right, #40A917, #5BC500) !important;
    display: block !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_main__Mn4P5 {
    max-width: 80rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 2rem 1rem !important;
    display: block !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_main__Mn4P5 {
        padding: 2rem 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_main__Mn4P5 {
        padding: 2rem 2rem !important;
    }
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_hidden__Hd4B3 {
    display: none !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_wrapper__Wr5C4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    align-items: stretch !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

/* =========================================
   Card &amp; Header Styles - WHITE THEME
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_card__Cd5Q6 {
    background: #FFFFFF !important;
    border-radius: 1rem !important;
    border: 1px solid #e5e7eb !important;
    padding: 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_header__Hd6R7 {
    border-bottom: 1px solid #f3f4f6 !important;
    padding-bottom: 1rem !important;
    display: block !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_title__Tt7S8 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #40A917 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    line-height: 1.3 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_icon__Ic8E9 {
    width: 1.375rem !important;
    height: 1.375rem !important;
    color: #5BC500 !important;
    flex-shrink: 0 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_subtitle__St9F0 {
    font-size: 0.8125rem !important;
    color: #6b7280 !important;
    margin-top: 0.25rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* =========================================
   Tabs &amp; Content Area
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_body__Bd0G1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_tabs__Ts8U9 {
    display: flex !important;
    gap: 0.375rem !important;
    overflow-x: auto !important;
    padding-bottom: 0.375rem !important;
    border-bottom: 1px solid #f3f4f6 !important;
    scrollbar-width: thin !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_tab__Tb9V0 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 0.5rem 0.875rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid #e5e7eb !important;
    background: #FFFFFF !important;
    color: #6b7280 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_tab__Tb9V0:hover {
    border-color: #d1d5db !important;
    background: #f9fafb !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_tabActive__Ta0W1 {
    background: #40A917 !important;
    color: #FFFFFF !important;
    border-color: #40A917 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_content__Cn1X2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

/* =========================================
   Searchable Category Layout
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_sectionTitle__Sl2J4 {
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 0.625rem !important;
    line-height: 1.5 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_searchWrapper__Sw3K5 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 0.625rem !important;
    border-bottom: 1px solid #f3f4f6 !important;
    padding-bottom: 0.625rem !important;
    margin-bottom: 0.875rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_searchWrapper__Sw3K5 .ExchangeLists_sectionTitle__Sl2J4 {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_searchWrapper__Sw3K5 {
        flex-direction: row !important;
        align-items: center !important;
    }
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_searchInput__Si4L6 {
    font-size: 0.8125rem !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid #e5e7eb !important;
    background: #f9fafb !important;
    color: #1a1a1a !important;
    outline: none !important;
    width: 100% !important;
    transition: border-color 0.2s ease !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_searchInput__Si4L6:focus {
    border-color: #40A917 !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_searchInput__Si4L6 {
        width: 12rem !important;
    }
}

/* =========================================
   Grids &amp; Items
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_grid__Gr3Z4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_grid__Gr3Z4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 768px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_grid__Gr3Z4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1280px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_grid__Gr3Z4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_item__It4A5,
#ExchangeLists_root__Ex1L9 .ExchangeLists_dairyItem__Di3S4 {
    background: #f9fafb !important;
    border-radius: 0.5rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border: 1px solid #f3f4f6 !important;
    transition: all 0.2s ease !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_item__It4A5 {
    padding: 0.625rem 0.75rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_dairyItem__Di3S4 {
    padding: 0.75rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_item__It4A5:hover,
#ExchangeLists_root__Ex1L9 .ExchangeLists_dairyItem__Di3S4:hover {
    background: #f3f4f6 !important;
    border-color: #5BC500 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_itemName__In5B6 {
    font-weight: 600 !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_itemPortion__Ip6C7 {
    font-weight: 700 !important;
    color: #40A917 !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
    flex-shrink: 0 !important;
    margin-left: 0.5rem !important;
    background: #e5e7eb !important;
    padding: 0.1875rem 0.5rem !important;
    border-radius: 0.375rem !important;
    font-size: 0.6875rem !important;
    white-space: nowrap !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_dairyPortion__Dp4T5 {
    font-weight: 700 !important;
    color: #40A917 !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
    flex-shrink: 0 !important;
    margin-left: 0.5rem !important;
    background: #e5e7eb !important;
    padding: 0.25rem 0.625rem !important;
    border-radius: 0.375rem !important;
    font-size: 0.75rem !important;
    white-space: nowrap !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_dairyGrid__Dg2R3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_dairyGrid__Dg2R3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_dairyGrid__Dg2R3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* =========================================
   Fallback State
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_fallback__Fb0O1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_fallbackText__Ft1P2 {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    line-height: 1.625 !important;
    font-style: italic !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_shuffleIcon__Si2Q3 {
    width: 0.875rem !important;
    height: 0.875rem !important;
    display: inline !important;
    color: #40A917 !important;
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
    vertical-align: middle !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_empty__Em7D8 {
    text-align: center !important;
    padding: 1.5rem 0 !important;
    font-size: 0.875rem !important;
    color: #9ca3af !important;
}

/* =========================================
   RenderBox Entry Animations
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_animate-in__An8M9 {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_animated__Ad9N0 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_card__Cd5Q6 {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* =========================================
   Image Slider Styles - FADE METHOD
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderSection__Sl5K8 {
    width: 100% !important;
    margin-top: 2rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderContainer__Sc6L9 {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    background: #f9fafb !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1) !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_sliderContainer__Sc6L9 {
        height: 400px !important;
    }
}

@media (min-width: 768px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_sliderContainer__Sc6L9 {
        height: 500px !important;
    }
}

@media (min-width: 1024px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_sliderContainer__Sc6L9 {
        height: 600px !important;
    }
}

@media (min-width: 1280px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_sliderContainer__Sc6L9 {
        height: 700px !important;
    }
}

/* Desktop Slider - فقط دسکتاپ */
#ExchangeLists_root__Ex1L9 .ExchangeLists_desktopSlider__Ds1A2 {
    display: block !important;
}

@media (max-width: 639px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_desktopSlider__Ds1A2 {
        display: none !important;
    }
}

/* Mobile Slider - فقط موبایل */
#ExchangeLists_root__Ex1L9 .ExchangeLists_mobileSlider__Ms2B3 {
    display: none !important;
}

@media (max-width: 639px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_mobileSlider__Ms2B3 {
        display: block !important;
    }
}

/* Slides - Fade Method */
#ExchangeLists_root__Ex1L9 .ExchangeLists_slide__Sl8N1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    transition: opacity 1000ms ease-in-out !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_slide__Sl8N1.ExchangeLists_slideActive__Sa9T0 {
    opacity: 1 !important;
    z-index: 10 !important;
    pointer-events: auto !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_slideLink__Sl9O2 {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_slideImage__Si0P3 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #f9fafb !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_slideImage__Si0P3:hover {
    transform: scale(1.02) !important;
}

/* =========================================
   CTA Slide Styles - Simple &amp; Clean
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaSlide__Cs1D2 {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #40A917 0%, #5BC500 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1.5rem !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaContent__Cc2E3 {
    text-align: center !important;
    color: #ffffff !important;
    max-width: 360px !important;
    width: 100% !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaTitle__Ct4G5 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.875rem !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaText__Cx5H6 {
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.75rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 400 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaButton__Cb6I7 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #ffffff !important;
    color: #40A917 !important;
    padding: 0.875rem 2rem !important;
    border-radius: 9999px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    cursor: pointer !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaButton__Cb6I7:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
    background: #f9fafb !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaButton__Cb6I7 svg {
    width: 18px !important;
    height: 18px !important;
    transition: transform 0.3s ease !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_ctaButton__Cb6I7:hover svg {
    transform: translateX(4px) !important;
}

/* Slider Arrows */
#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderArrow__Sa4T7 {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 9999px !important;
    background: rgba(64, 169, 23, 0.75) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    outline: none !important;
    padding: 0 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderArrow__Sa4T7:hover {
    background: #40A917 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderArrow__Sa4T7:active {
    transform: translateY(-50%) scale(0.95) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderArrow__Sa4T7 svg {
    width: 24px !important;
    height: 24px !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_prevArrow__Pa5U8 {
    left: 16px !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_nextArrow__Na6V9 {
    right: 16px !important;
}

@media (min-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_sliderArrow__Sa4T7 {
        opacity: 0 !important;
    }
    #ExchangeLists_root__Ex1L9 .ExchangeLists_sliderContainer__Sc6L9:hover .ExchangeLists_sliderArrow__Sa4T7 {
        opacity: 1 !important;
    }
}

/* Slider Bullets */
#ExchangeLists_root__Ex1L9 .ExchangeLists_sliderDots__Sd1Q4 {
    position: absolute !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 35 !important;
    display: flex !important;
    gap: 8px !important;
    background: transparent !important;
    padding: 0 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_dot__Do2R5 {
    width: 10px !important;
    height: 10px !important;
    border-radius: 9999px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_dot__Do2R5:hover {
    background: rgba(64, 169, 23, 0.7) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_dotActive__Da3S6 {
    background: #40A917 !important;
    width: 24px !important;
}

/* =========================================
   Image Popup Modal Styles
   ========================================= */
#ExchangeLists_root__Ex1L9 .ExchangeLists_popup__Po1R2 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popup__Po1R2.ExchangeLists_popupActive__Pa8Y9 {
    display: flex !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupOverlay__Po2S3 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupContent__Pc2S3 {
    position: relative !important;
    max-width: 90% !important;
    max-height: 90% !important;
    z-index: 10000 !important;
    animation: ExchangeLists_popupFadeIn__Pa8Y9 0.3s ease-out !important;
}

@keyframes ExchangeLists_popupFadeIn__Pa8Y9 {
    from {
        opacity: 0 !important;
        transform: scale(0.9) !important;
    }
    to {
        opacity: 1 !important;
        transform: scale(1) !important;
    }
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupClose__Pc3T4 {
    position: absolute !important;
    top: -50px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    outline: none !important;
    z-index: 10001 !important;
    padding: 0 !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupClose__Pc3T4:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.1) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupClose__Pc3T4 svg {
    width: 24px !important;
    height: 24px !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupImage__Pi4U5 {
    max-width: 100% !important;
    max-height: 90vh !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupNav__Pn5V6 {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    outline: none !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupNav__Pn5V6:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupNav__Pn5V6 svg {
    width: 28px !important;
    height: 28px !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupPrev__Pp6W7 {
    left: -70px !important;
}

#ExchangeLists_root__Ex1L9 .ExchangeLists_popupNext__Pn7X8 {
    right: -70px !important;
}

/* Responsive */
@media (max-width: 640px) {
    #ExchangeLists_root__Ex1L9 .ExchangeLists_popupClose__Pc3T4 {
        top: 10px !important;
        right: 10px !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_popupNav__Pn5V6 {
        width: 40px !important;
        height: 40px !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_popupNav__Pn5V6 svg {
        width: 20px !important;
        height: 20px !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_popupPrev__Pp6W7 {
        left: 10px !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_popupNext__Pn7X8 {
        right: 10px !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_ctaSlide__Cs1D2 {
        padding: 1.5rem 1rem !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_ctaTitle__Ct4G5 {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_ctaText__Cx5H6 {
        font-size: 0.875rem !important;
        margin-bottom: 1.5rem !important;
    }

    #ExchangeLists_root__Ex1L9 .ExchangeLists_ctaButton__Cb6I7 {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9375rem !important;
    }
}
 
/* Reset within root scope */
#WeightGain_root__Wg1A2,
#WeightGain_root__Wg1A2 *,
#WeightGain_root__Wg1A2 *::before,
#WeightGain_root__Wg1A2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#WeightGain_root__Wg1A2 {
    background: #f8fafc !important;
    color: #1e293b !important;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    min-height: 100vh !important;
    padding-bottom: 64px !important;
}

/* Top Bar */
#WeightGain_root__Wg1A2 .WeightGain_topBar__Bc4D5 {
    height: 6px !important;
    width: 100% !important;
    background: linear-gradient(to right, #026848, #5BC500) !important;
}

/* Main Container */
#WeightGain_root__Wg1A2 .WeightGain_main__Cd5E6 {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 48px !important;
}
@media (min-width: 640px) {
    #WeightGain_root__Wg1A2 .WeightGain_main__Cd5E6 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
@media (min-width: 1024px) {
    #WeightGain_root__Wg1A2 .WeightGain_main__Cd5E6 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

/* Tips Card */
#WeightGain_root__Wg1A2 .WeightGain_tipsCard__De6F7 {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    padding: 24px !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}
@media (min-width: 640px) {
    #WeightGain_root__Wg1A2 .WeightGain_tipsCard__De6F7 {
        padding: 32px !important;
    }
}

/* Tips Header */
#WeightGain_root__Wg1A2 .WeightGain_tipsHeader__Ef7G8 {
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 16px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsTitle__Fg8H9 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #026848 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
@media (min-width: 640px) {
    #WeightGain_root__Wg1A2 .WeightGain_tipsTitle__Fg8H9 {
        font-size: 24px !important;
    }
}
#WeightGain_root__Wg1A2 .WeightGain_tipsIcon__Gh9I0 {
    width: 24px !important;
    height: 24px !important;
    color: #5BC500 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsSubtitle__Hi0J1 {
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 4px !important;
    font-weight: 600 !important;
}

/* Tips Content */
#WeightGain_root__Wg1A2 .WeightGain_tipsContent__Ij1K2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    font-size: 14px !important;
    color: #334155 !important;
    line-height: 1.625 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsP1__Jk2L3 {
    font-weight: 900 !important;
    color: #0f172a !important;
    font-size: 16px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsP2__Kl3M4 {
    font-weight: 400 !important;
    color: #475569 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsListWrapper__Lm4N5 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid #f1f5f9 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsListTitle__Mn5O6 {
    font-weight: 900 !important;
    color: #026848 !important;
    font-size: 16px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipsList__No6P7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipItem__Op7Q8 {
    border-left: 3px solid #5BC500 !important;
    padding-left: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: rgba(248, 250, 252, 0.5) !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipTitle__Pq8R9 {
    color: #0f172a !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_tipText__Qr9S0 {
    font-weight: 500 !important;
    color: #475569 !important;
    font-size: 13px !important;
}
@media (min-width: 640px) {
    #WeightGain_root__Wg1A2 .WeightGain_tipText__Qr9S0 {
        font-size: 14px !important;
    }
}
#WeightGain_root__Wg1A2 .WeightGain_tipsFooter__Rs0T1 {
    padding-top: 16px !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #026848 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-style: italic !important;
}

/* Slider Section */
#WeightGain_root__Wg1A2 .WeightGain_sliderSection__St1U2 {
    width: 100% !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderContainer__Tu2V3 {
    position: relative !important;
    height: 300px !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f1f5f9 !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}
@media (min-width: 640px) { #WeightGain_root__Wg1A2 .WeightGain_sliderContainer__Tu2V3 { height: 400px !important; } }
@media (min-width: 768px) { #WeightGain_root__Wg1A2 .WeightGain_sliderContainer__Tu2V3 { height: 500px !important; } }
@media (min-width: 1024px) { #WeightGain_root__Wg1A2 .WeightGain_sliderContainer__Tu2V3 { height: 600px !important; } }
@media (min-width: 1280px) { #WeightGain_root__Wg1A2 .WeightGain_sliderContainer__Tu2V3 { height: 700px !important; } }

/* ============================================ */
/* Desktop/Mobile Slider Visibility             */
/* ============================================ */
#WeightGain_root__Wg1A2 .WeightGain_desktopSlider__Ds1A2 {
    display: block !important;
}
@media (max-width: 639px) {
    #WeightGain_root__Wg1A2 .WeightGain_desktopSlider__Ds1A2 {
        display: none !important;
    }
}
#WeightGain_root__Wg1A2 .WeightGain_mobileSlider__Ms2B3 {
    display: none !important;
}
@media (max-width: 639px) {
    #WeightGain_root__Wg1A2 .WeightGain_mobileSlider__Ms2B3 {
        display: block !important;
    }
}

/* Slides - Fade Method */
#WeightGain_root__Wg1A2 .WeightGain_slide__Uv3W4 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    transition: opacity 1000ms ease-in-out !important;
}
#WeightGain_root__Wg1A2 .WeightGain_slide__Uv3W4.WeightGain_slideActive__Vw4X5 {
    opacity: 1 !important;
    z-index: 10 !important;
    pointer-events: auto !important;
}
#WeightGain_root__Wg1A2 .WeightGain_slideLink__Sl9O2 {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
#WeightGain_root__Wg1A2 .WeightGain_slideImg__Wx5Y6 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #f1f5f9 !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}
#WeightGain_root__Wg1A2 .WeightGain_slideImg__Wx5Y6:hover {
    transform: scale(1.02) !important;
}

/* ============================================ */
/* CTA Slide Styles - Simple &amp; Clean            */
/* ============================================ */
#WeightGain_root__Wg1A2 .WeightGain_ctaSlide__Cs1D2 {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #026848 0%, #5BC500 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1.5rem !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaContent__Cc2E3 {
    text-align: center !important;
    color: #ffffff !important;
    max-width: 360px !important;
    width: 100% !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaTitle__Ct4G5 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.875rem !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaText__Cx5H6 {
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.75rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 400 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaButton__Cb6I7 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #ffffff !important;
    color: #026848 !important;
    padding: 0.875rem 2rem !important;
    border-radius: 9999px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    cursor: pointer !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaButton__Cb6I7:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
    background: #f9fafb !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaButton__Cb6I7 svg {
    width: 18px !important;
    height: 18px !important;
    transition: transform 0.3s ease !important;
}
#WeightGain_root__Wg1A2 .WeightGain_ctaButton__Cb6I7:hover svg {
    transform: translateX(4px) !important;
}

/* Slider Arrows - رنگ #026848 */
#WeightGain_root__Wg1A2 .WeightGain_sliderArrow__Xy6Z7 {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 9999px !important;
    background: rgba(2, 104, 72, 0.75) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    outline: none !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderArrow__Xy6Z7:hover {
    background: #026848 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderArrow__Xy6Z7:active {
    transform: translateY(-50%) scale(0.95) !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderArrow__Xy6Z7:focus-visible {
    outline: 2px solid #026848 !important;
    outline-offset: 2px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderArrowLeft__Yz7A8 {
    left: 16px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderArrowRight__Ab9C0 {
    right: 16px !important;
}
@media (min-width: 640px) {
    #WeightGain_root__Wg1A2 .WeightGain_sliderArrow__Xy6Z7 {
        opacity: 0 !important;
    }
    #WeightGain_root__Wg1A2 .WeightGain_sliderContainer__Tu2V3:hover .WeightGain_sliderArrow__Xy6Z7 {
        opacity: 1 !important;
    }
}
#WeightGain_root__Wg1A2 .WeightGain_arrowIcon__Za8B9 {
    width: 24px !important;
    height: 24px !important;
}

/* Slider Bullets - رنگ #026848 */
#WeightGain_root__Wg1A2 .WeightGain_sliderBullets__Bc0D1 {
    position: absolute !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 35 !important;
    display: flex !important;
    gap: 8px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderBullet__Cd1E2 {
    width: 10px !important;
    height: 10px !important;
    border-radius: 9999px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderBullet__Cd1E2:hover {
    background: rgba(2, 104, 72, 0.7) !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderBullet__Cd1E2:focus-visible {
    outline: 2px solid #026848 !important;
    outline-offset: 2px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_sliderBullet__Cd1E2.WeightGain_sliderBulletActive__De2F3 {
    background: #026848 !important;
    width: 24px !important;
}

/* ============================================ */
/* Modal Styles (Desktop &amp; Mobile)              */
/* ============================================ */
#WeightGain_root__Wg1A2 .WeightGain_modal__Ab1C2 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modal__Ab1C2.WeightGain_modalActive__Bc2D3 {
    display: flex !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalOverlay__Bc2D3 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalContent__Cd3E4 {
    position: relative !important;
    max-width: 90% !important;
    max-height: 90% !important;
    z-index: 10000 !important;
    animation: WeightGain_modalFadeIn__Cd3E4 0.3s ease-out !important;
}
@keyframes WeightGain_modalFadeIn__Cd3E4 {
    from {
        opacity: 0 !important;
        transform: scale(0.9) !important;
    }
    to {
        opacity: 1 !important;
        transform: scale(1) !important;
    }
}
#WeightGain_root__Wg1A2 .WeightGain_modalClose__De4F5 {
    position: absolute !important;
    top: -50px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    outline: none !important;
    z-index: 10001 !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalClose__De4F5:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.1) !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalClose__De4F5 svg {
    width: 24px !important;
    height: 24px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalImg__Ef5G6 {
    max-width: 100% !important;
    max-height: 90vh !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
}

/* Modal Navigation Arrows */
#WeightGain_root__Wg1A2 .WeightGain_modalNav__Mn5V6 {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    outline: none !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalNav__Mn5V6:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-50%) scale(1.1) !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalNav__Mn5V6 svg {
    width: 28px !important;
    height: 28px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalPrev__Mp6W7 {
    left: -70px !important;
}
#WeightGain_root__Wg1A2 .WeightGain_modalNext__Mn7X8 {
    right: -70px !important;
}

/* Responsive */
@media (max-width: 640px) {
    #WeightGain_root__Wg1A2 .WeightGain_modalClose__De4F5 {
        top: 10px !important;
        right: 10px !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_modalNav__Mn5V6 {
        width: 40px !important;
        height: 40px !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_modalNav__Mn5V6 svg {
        width: 20px !important;
        height: 20px !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_modalPrev__Mp6W7 {
        left: 10px !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_modalNext__Mn7X8 {
        right: 10px !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_ctaSlide__Cs1D2 {
        padding: 1.5rem 1rem !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_ctaTitle__Ct4G5 {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_ctaText__Cx5H6 {
        font-size: 0.875rem !important;
        margin-bottom: 1.5rem !important;
    }

    #WeightGain_root__Wg1A2 .WeightGain_ctaButton__Cb6I7 {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9375rem !important;
    }
}
 .module[data-id_page='4228']{;background-color:#003323;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:30px;padding-bottom:40px;border-style:none;}.module[data-id_page='4228']:hover{;}.module[data-id_page='4228']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='4228'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='4228'] 
            
            .module[data-id_page='4228'] .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            .module[data-id_page='4228'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='4228']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        #module_new_comment_432 .new_comment_title{color:#ffffff;font-weight:bold;font-size:40px;text-align:center;margin-top:20px;margin-bottom:40px;width:100%;height:30px;line-height:20px;}.module[data-id_page='1089']:hover .new_comment_title{}
                #module_new_comment_432 .new_comment_title span{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
                #new_comment_popup{
                    position:fixed;
                    display:flex;
                    background:rgba(0,0,0,0.5);
                    width:auto;
                    height:auto;
                    -webkit-transition:0;-moz-transition:0;-ms-transition:0;-o-transition:0;transition:0;
                    text-align:center;
                    top:0;
                    bottom:0;
                    right:0;
                    left:0;
                    z-index:99999;
                    visibility:hidden;
                    
                    flex-direction:column;
                    justify-content:center;
                
                }
                #new_comment_popup.show_popup{
                    visibility:visible;
                    
                }
                #new_comment_popup > div{
                    display:block;
                    background:#fff;
                    width:auto;
                    height:auto;
                    padding:20px 20px;
                    margin:auto;
                    transform:translateY(-150px);
                    -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                    text-align:center;
                    border-radius:5px;
                    ;
                    position:relative;
                    z-index:999999;
                }
                #new_comment_popup.show_popup > div{
                    transform:translateY(0);
                    
                }
                #new_comment_popup .icon-close-popup{
                    position:absolute;
                    font-size:30px;
                    height:30px;
                    width:30px;
                    border-radius:50%;
                    color:red;
                    top:-10px;
                    right:-10px;
                    background-color:#fff;
                    z-index:9999;
                }
                #new_comment_popup .icon-close-popup i{
                    position:absolute;
                    top:0;
                    right:0;
                }
                #new_comment_popup .container-html{
                    height:100%;
                    overflow:auto;
                    max-height:90vh;
                }
                #new_comment_popup .container-html::-webkit-scrollbar{
                    width:5px;
                    height:100%;
                }
                #new_comment_popup .container-html::-webkit-scrollbar-track{
                    background-color:transparent;
                }
                #new_comment_popup .container-html::-webkit-scrollbar-thumb{
                    background-color:#777;
                    border-radius:20%;
                }
            
            #pagination_product{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                justify-content: space-between;
                margin: 15px 0;
                display: flex;
                width: 100%;
                height: 50px;
                height: max-content;
                height: fit-content;
            }
            #pagination_product > div {
                display: flex;
            }
            #pagination_product > div > *{
                margin: 0 10px;
            }
            #pagination_product span,#pagination_product a,#pagination_product label{
                text-align: center;
                flex-direction: column;
                display: flex;
                justify-content: center;
                border: 1px solid #bababa;
                border-radius: 50%;
            }
            #pagination_product a,#pagination_product label{
                background-color: #ffffff;
                color: #0f0f0f;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }
            #pagination_product span{
                background-color: #e8e8e8;
                color: #5e5e5e;
                opacity: .8;
                width: 32px;
                height: 32px;
            }
            #pagination_product i{
                font-size: 23px;
                margin-bottom: 1px;
            }
            #pagination_product .fa-caret-right{
                margin-left: 4px;
            }
            #pagination_product .fa-caret-left{
                margin-right: 4px;
            }
            #pagination_product label:after{
                content:"" !important;
            }
            #pagination_product_button{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }
            .pagination_product_button_load_more{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                margin: 15px 0;
                width: calc(100% - 50px);
                height: fit-content;
                text-align: center;
                color: #333;
                cursor: pointer;
            }
        
            .fw500{
                font-weight: 500;
            }
            .parent_input_box{
                background-color: #e8e8e8;
                padding: 0;
                border-radius: 3px;
                margin: 5px 0;
            }
            .parent_input_box:first-child{
                margin-top: 0;
            }
            .parent_input_box > div:first-child{
                width: 10%;
                text-align: center;
                color: #555;
            }
            
            .new_color_tag{
                color: #00AFEF !important;
            }
            .flex1{
                flex: 1 0;
            }
            .module_new_comment432 .input_box{
                background-color: #e8e8e8;
                padding: 5px 10px;
                border: 2px solid transparent;
                border-radius: 5px;
                width: 100%;
            }
            .module_new_comment .input_box:focus{
                border-color: #6ac7ff;
            }
            .module_new_comment .input_box.error{
                border-color: #f4b3b3;
            }
            .module_new_comment textarea{
                min-height: 140px;
                width: 100%;
                resize: vertical;
            }
            .module_new_comment input{
                width: 318px;
            }
            .module_new_comment432 button{
                padding: 9px 0;
                border: none;
                width: 100%;
                background-color: green;
                color: #FFFFFF;
                margin-top:3px;
                max-width: 250px;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                -moz-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
            }
            .module_new_comment432 button:hover{
                -webkit-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                -moz-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
            }
            #new_comment_popup .module_new_comment{
                display: block;
                width: 600px;
            }
            #new_comment_popup .input_box{
                border-radius: 1px;
            }
            #new_comment_popup .parent_input_box{
                width: 49%;
                margin: 0;
            }
            #new_comment_popup .parent_input_box input{
                width: 265px;
            }
            .module_new_comment .result-msg{
                height:50px;
                line-height: 50px;
                padding: 0 20px;
                border: 2px solid;
                border-radius: 4px;
                font-weight: 300;
                margin: 10px 0;
                font-size: 14px;
            }
            .module_new_comment .result-msg.accept-send-msg{
                color: #054012;
                background-color: #a6edbb;
                border-color: #93e2ab;
            }
            .module_new_comment .result-msg.error-send-msg{    
                color: #570b10;
                background-color: #f8c3c3;
                border-color: #f4b3b3;
            }
            .parent-comment-box{
                background-color: #fff;
                padding: 30px 10px;
                font-size: 14px;
                border-bottom: 1px solid #eee;
                color: #2F425C;
                text-align: justify;
            }
            .parent-answer-box{
                background-color: #eee;
                padding: 10px;
                width: 98%;
                margin: 15px auto;
                position:relative;
                border: 1px solid #ddd;
                border-radius: 2px;
            }
            .parent-answer-box:before{
                content: "";
                border: 8px solid;
                position: absolute;
                right: 30px;
                bottom: 100%;
                border-color: transparent transparent #ddd transparent;
                z-index: 9;
            }
            .answer-comment-btn span{
                color: #c71b0c;
                font-weight: 500;
                margin-right: 5px;
                font-size: 15px;
            }
            .answer-comment-btn i{
                color: #c71b0c;
            }
            .parent-score{
                padding: 0 10px;
                margin: 0 3px;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
            }
            .parent-score i{
                margin-right: 5px;
                cursor: pointer;
            }
            .like-score.chooses{
                color: #05810b;
            }
            .dis-like-score.chooses{
                color: #c71b0c;
            }
            .favorite-score i{
                cursor: pointer;
            }
            .favorite-score .like-score.chooses{
                color: #c71b0c;
            }
            .txtd-left{
                direction: ltr;
                text-align: left;
            }
            .txtd-right{
                direction: rtl;
                text-align: right;
            }
            .placeholder-right:-moz-placeholder{
                text-align: right !important;
            }
            .placeholder-right:-ms-input-placeholder{
                text-align: right !important;
            }
            .placeholder-right::-webkit-input-placeholder{
                text-align: right !important;
            }
            .placeholder-left:-moz-placeholder{
                text-align: left !important;
            }
            .placeholder-left:-ms-input-placeholder{
                text-align: left !important;
            }
            .placeholder-left::-webkit-input-placeholder{
                text-align: left !important;
            }
            #result_send_msg{
                text-align: center;
                padding: 0.5rem 0;
                color: red;
            }
        #layoutfull_box_220.new_layoutfull_module{background-color:#555;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#layoutfull_box_220:hover{}#layoutfull_box_220 .new_layoutfull_box{visibility:visible;padding-top:5.6vw;padding-bottom:5.6vw;border-style:none;}#layoutfull_box_220:hover .new_layoutfull_box{}#layoutfull_box_220 .new_layoutfull_description{color:#ffffff;font-weight:500;text-align:center;border-style:solid;border-color:#555;}#layoutfull_box_220:hover .new_layoutfull_description{}#layoutfull_box_220 .new_layoutfull_button{color:#ffdd74;background-color:transparent;font-weight:300;font-size:1.5vw;text-align:center;margin-top:2vw;border-style:none;border-color:#000;box-shadow:0px 0px 0px 0px ;}#layoutfull_box_220 .new_layoutfull_button:hover{color:#f5f5f5 !important;box-shadow:0px 0px 0px 0px  !important;}#layoutfull_box_220 .new_layoutfull_title{color:#ffffff;font-weight:bold;font-size:2vw;cursor:pointer;text-align:center;}#layoutfull_box_220:hover .new_layoutfull_title{}
                #layoutfull_box_220 .new_layoutfull_title h2{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
                #layoutfull_box_220 .new_layoutfull_layer{}#layoutfull_box_220:hover .new_layoutfull_layer{}
            
            #layoutfull_box_220 .new_layoutfull_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #layoutfull_box_220 .layer_first_child {
                width: 100%;
            }
        
            #layoutfull_box_220:hover .new_layoutfull_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #layoutfull_box_220 .new_layoutfull_box .container-nlm{
                width:90% !important;
                margin:auto;
            }
            #layoutfull_box_220.cursor_box{
                cursor:auto; 
            }
        
                #layoutfull_box_220 .new_layoutfull_box{
                    visibility:visible;
                }
            #layoutfull_box_223.new_layoutfull_module{background-color:#5bc500;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#layoutfull_box_223:hover{}#layoutfull_box_223 .new_layoutfull_box{visibility:visible;padding-top:5.6vw;padding-bottom:5.6vw;border-style:none;}#layoutfull_box_223:hover .new_layoutfull_box{}#layoutfull_box_223 .new_layoutfull_description{font-weight:500;text-align:justify;border-style:solid;border-color:#555;}#layoutfull_box_223:hover .new_layoutfull_description{}#layoutfull_box_223 .new_layoutfull_button{color:#ffca6e;background-color:transparent;font-weight:300;font-size:1.5vw;text-align:center;margin-top:2vw;border-style:none;box-shadow:0px 0px 0px 0px ;}#layoutfull_box_223 .new_layoutfull_button:hover{color:#f5f5f5 !important;box-shadow:0px 0px 0px 0px  !important;}#layoutfull_box_223 .new_layoutfull_title{color:#fff;font-weight:bold;font-size:2vw;cursor:pointer;text-align:center;}#layoutfull_box_223:hover .new_layoutfull_title{}
                #layoutfull_box_223 .new_layoutfull_title h2{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
                #layoutfull_box_223 
            
            #layoutfull_box_223 .new_layoutfull_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #layoutfull_box_223 .layer_first_child {
                width: 100%;
            }
        
            #layoutfull_box_223:hover .new_layoutfull_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #layoutfull_box_223 .new_layoutfull_box .container-nlm{
                width:90% !important;
                margin:auto;
            }
            #layoutfull_box_223.cursor_box{
                cursor:pointer; 
            }
        
                #layoutfull_box_223 .new_layoutfull_box{
                    visibility:visible;
                }
            #layoutfull_box_222.new_layoutfull_module{background-color:#555;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#layoutfull_box_222:hover{}#layoutfull_box_222 .new_layoutfull_box{visibility:visible;padding-top:5.6vw;padding-bottom:5.6vw;border-style:none;}#layoutfull_box_222:hover .new_layoutfull_box{}#layoutfull_box_222 .new_layoutfull_description{color:#ffffff;font-weight:500;text-align:center;border-style:solid;border-color:#555;}#layoutfull_box_222:hover .new_layoutfull_description{}#layoutfull_box_222 .new_layoutfull_button{color:#e4ff64;background-color:transparent;font-weight:300;font-size:1.5vw;text-align:center;margin-top:2vw;border-style:none;border-color:#000;box-shadow:0px 0px 0px 0px ;}#layoutfull_box_222 .new_layoutfull_button:hover{color:#f5f5f5 !important;box-shadow:0px 0px 0px 0px  !important;}#layoutfull_box_222 .new_layoutfull_title{color:#ffffff;font-weight:bold;font-size:2vw;cursor:pointer;text-align:center;}#layoutfull_box_222:hover .new_layoutfull_title{}
                #layoutfull_box_222 .new_layoutfull_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
                #layoutfull_box_222 .new_layoutfull_layer{}#layoutfull_box_222:hover .new_layoutfull_layer{}
            
            #layoutfull_box_222 .new_layoutfull_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #layoutfull_box_222 .layer_first_child {
                width: 100%;
            }
        
            #layoutfull_box_222:hover .new_layoutfull_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #layoutfull_box_222 .new_layoutfull_box .container-nlm{
                width:90% !important;
                margin:auto;
            }
            #layoutfull_box_222.cursor_box{
                cursor:auto; 
            }
        
                #layoutfull_box_222 .new_layoutfull_box{
                    visibility:visible;
                }
            
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_layoutfull_216{
                overflow:hidden;
            }
            #module_new_layoutfull_216 .new_layoutfull_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:11;
                display:flex;
            }
            #module_new_layoutfull_216 .new_layoutfull_description a{
                color:inherit;
            }
            .new_color_tag{
                color: #00AFEF !important;
            }
        
            #module_new_layoutfull_216 .new_layoutfull_module{
                width:33.333333333333% !important;
                position:relative;
                overflow:hidden;
            }
        
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #001911;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 200px;
                height: 100px;
                max-width: 200px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #001911;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #bfbfbf;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: #bfbfbf ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 16px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  2px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .public-header{
                        position: relative;
                    }
                    .nav-container .navbar .nav-list{
                        position: unset !important;
                    }
                    .nav-container .navbar.navbar-sub{
                        width: 100%;
                        padding: 0 calc((100vw - 1200px) / 2);
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        display: none;
                        flex-wrap: wrap;
                        flex-direction: row;
                        justify-content: flex-start;
                        align-content: flex-start;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        max-width: 20%;
                        flex: 0 0 20%;                        
                        border-bottom: 2px solid #135200;
                        box-sizing: border-box;
                    }
                    .nav-container .navbar .nav-list:first-child:hover{
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:last-child:hover{
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  2px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: #bfbfbf;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: px;
                height: px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 14px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: #bfbfbf;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #001911;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #001911;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #bfbfbf;
                color: #bfbfbf;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #fff;
                    border-radius: 3px;
                    background: #001911;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #bfbfbf;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #001911;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #001911;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #bfbfbf;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #001911;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #001911;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #fff;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon .status-user{
                    display: none !important;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #fff;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #bfbfbf;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #001911;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #fff;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #001911 !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #bfbfbf;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #bfbfbf;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #bfbfbf;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 200px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_2{
;
justify-content:center;
padding-top:2%;
padding-right:2%;
padding-bottom:2%;
padding-left:2%;
border-style:none;
}#module_footer_column_2{
;
justify-content:center;
padding-top:3.5vw;
padding-bottom:3vw;
border-style:none;
}#module_footer_row_2{
;
justify-content:center;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
width:13vw;
height:9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_row_3{
;
justify-content:center;
padding-top:2vw;
border-style:none;
}#module_footer_items_3{
;
cursor:default;
text-align:center;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.08vw;
border-color:#76869a;
padding-right:2vw;
}#module_footer_items_3:hover{
;
}#module_footer_items_4{
;
cursor:default;
text-align:center;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.08vw;
border-color:#76869a;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_4:hover{
;
}#module_footer_items_5{
;
cursor:default;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.08vw;
border-color:#76869a;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_5:hover{
;
}#module_footer_items_6{
;
cursor:default;
text-align:center;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.08vw;
border-color:#76869a;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_6:hover{
;
}#module_footer_items_7{
;
cursor:default;
text-align:center;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.08vw;
border-color:#76869a;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_7:hover{
;
}#module_footer_items_8{
;
cursor:default;
text-align:center;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_8:hover{
;
}#module_footer_row_4{
;
justify-content:center;
padding-top:3vw;
padding-bottom:3vw;
border-style:none;
}#module_footer_items_9{
;
cursor:pointer;
text-align:center;
width:2.5vw;
height:2.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_10{
;
cursor:pointer;
text-align:center;
width:2.5vw;
height:2.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_10:hover{
;
}#module_footer_items_11{
;
cursor:pointer;
text-align:center;
width:2.5vw;
height:2.5vw;
color:#ffffff;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_11:hover{
;
}#module_footer_items_12{
;
cursor:pointer;
text-align:center;
width:2.5vw;
height:2.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_12:hover{
;
}#module_footer_items_13{
;
cursor:pointer;
text-align:center;
width:2.5vw;
height:2.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_13:hover{
;
}#module_footer_row_5{
;
justify-content:center;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
text-align:center;
color:#76869a;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_section_4{
;
justify-content:center;
padding-bottom:.5vw;
border-style:none;
}#module_footer_column_4{
;
justify-content:center;
border-style:none;
}#module_footer_row_11{
;
justify-content:center;
border-style:none;
}#module_footer_items_32{
;
cursor:default;
text-align:left;
color:#bfbfbf;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_32:hover{
;
}#public_footer_main_2{;background-color:#001911;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_2:hover{;}
                #public_footer_main_2{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_2 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_2 
            
            #public_footer_main_2 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_2 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_2:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}