/* _content/MeginCustomerPortal/Pages/AccessDenied.cshtml.rz.scp.css */
.error-container[b-upgaq0oa20] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 50px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.error-code[b-upgaq0oa20] {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: clamp(8rem, 25vw, 15rem);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0.07;
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black, 7px 5px 0 black;
    color: #666;
    font-weight: 700;
}

.logo-container[b-upgaq0oa20] {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.logo-text[b-upgaq0oa20] {
    font-size: 24px;
    font-weight: 600;
    color: #340A30;
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-icon[b-upgaq0oa20] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffebee;
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 25px;
}

.error-title[b-upgaq0oa20] {
    font-size: 24px;
    font-weight: 600;
    color: #d32f2f;
    margin-bottom: 10px;
}

.error-message[b-upgaq0oa20] {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

    .error-message a[b-upgaq0oa20] {
        color: #340A30;
        text-decoration: none;
        font-weight: 500;
    }

        .error-message a:hover[b-upgaq0oa20] {
            text-decoration: underline;
        }

.btn-secondary[b-upgaq0oa20] {
    padding: 12px 24px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

    .btn-secondary:hover[b-upgaq0oa20] {
        background: #2a0827;
    }

@media screen and (max-width: 550px) and (orientation: portrait) {
    .error-container[b-upgaq0oa20] {
        padding: 30px 20px;
    }
}
/* _content/MeginCustomerPortal/Pages/Agreements.cshtml.rz.scp.css */
.body-table thead th:last-child[b-czt0987ikm], .body-table tbody td:last-child[b-czt0987ikm], .body-table thead th:nth-last-child(2)[b-czt0987ikm], .body-table tbody td:nth-last-child(2)[b-czt0987ikm] {
    /* padding: .3rem; */
    text-align: center;
}

@media (max-width: 610px) {
    .mobile-hide[b-czt0987ikm] {
        display: none !important;
    }
}
/* _content/MeginCustomerPortal/Pages/Alerts.cshtml.rz.scp.css */
.audit-search-wrap[b-b6gdp9gnb5] {
    position: relative;
    flex: 1 1 auto;
    max-width: 480px;
}

.audit-search-wrap .form-control[b-b6gdp9gnb5] {
    padding-right: 2rem;
}

.audit-search-clear[b-b6gdp9gnb5] {
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 .25rem;
}

    .audit-search-clear:hover[b-b6gdp9gnb5] {
        color: #343a40;
    }
/* _content/MeginCustomerPortal/Pages/CloudReports.cshtml.rz.scp.css */
/* ===== BASE STYLES ===== */
.report-selector[b-4lx0qc94r2] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

.report-content[b-4lx0qc94r2] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    min-height: 400px;
}

.report-header[b-4lx0qc94r2] {
    border-bottom: 2px solid #340A30;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

    .report-header h3[b-4lx0qc94r2] {
        color: #340A30;
        margin: 0;
        font-size: 1.5rem;
    }

    .report-header .report-date[b-4lx0qc94r2] {
        color: #666;
        font-size: 0.9rem;
        margin-top: 5px;
    }

/* ===== SUMMARY CARDS - Responsive Grid ===== */
.summary-cards[b-4lx0qc94r2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.summary-card[b-4lx0qc94r2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

    .summary-card.primary[b-4lx0qc94r2] {
        background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
    }

    .summary-card.success[b-4lx0qc94r2] {
        background: linear-gradient(135deg, #1cc88a 0%, #13855c 100%);
    }

    .summary-card.warning[b-4lx0qc94r2] {
        background: linear-gradient(135deg, #f6c23e 0%, #dda20a 100%);
    }

    .summary-card.danger[b-4lx0qc94r2] {
        background: linear-gradient(135deg, #e74a3b 0%, #be2617 100%);
    }

    .summary-card.info[b-4lx0qc94r2] {
        background: linear-gradient(135deg, #36b9cc 0%, #258391 100%);
    }

    .summary-card h4[b-4lx0qc94r2] {
        font-size: 1.75rem;
        margin: 0;
        font-weight: bold;
        word-break: break-word;
    }

    .summary-card p[b-4lx0qc94r2] {
        margin: 5px 0 0 0;
        opacity: 0.9;
        font-size: 0.85rem;
    }

/* ===== CHART CONTAINER ===== */
.chart-container[b-4lx0qc94r2] {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fc;
    border-radius: 8px;
}

.chart-wrapper[b-4lx0qc94r2] {
    position: relative;
    height: 300px;
    width: 100%;
}

/* ===== REPORT TABLE - Responsive ===== */
.report-table[b-4lx0qc94r2] {
    margin-top: 25px;
}

.table-responsive-wrapper[b-4lx0qc94r2] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.report-table table[b-4lx0qc94r2] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* Ensures table has minimum width before scrolling */
}

.report-table th[b-4lx0qc94r2] {
    background: #4e73df;
    color: white;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}

.report-table td[b-4lx0qc94r2] {
    padding: 10px 12px;
    border-bottom: 1px solid #e3e6f0;
}

.report-table tr:hover[b-4lx0qc94r2] {
    background: #f8f9fc;
}

/* ===== STATUS BADGES ===== */
.status-badge[b-4lx0qc94r2] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.status-on[b-4lx0qc94r2] {
    background: #d1f2eb;
    color: #1cc88a;
}

.status-off[b-4lx0qc94r2] {
    background: #f8d7da;
    color: #e74a3b;
}

.severity-critical[b-4lx0qc94r2] {
    background: #f8d7da;
    color: #e74a3b;
}

.severity-warning[b-4lx0qc94r2] {
    background: #fff3cd;
    color: #f6c23e;
}

.severity-info[b-4lx0qc94r2] {
    background: #d1ecf1;
    color: #36b9cc;
}

/* ===== EMPTY STATE ===== */
.empty-state[b-4lx0qc94r2] {
    text-align: center;
    padding: 60px 20px;
    color: #858796;
}

    .empty-state i[b-4lx0qc94r2] {
        font-size: 4rem;
        margin-bottom: 20px;
        opacity: 0.3;
    }

/* ===== REPORT SELECTOR - Responsive Layout ===== */
.selector-row[b-4lx0qc94r2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.selector-label[b-4lx0qc94r2] {
    flex: 0 0 auto;
    font-weight: bold;
    white-space: nowrap;
}

.selector-dropdown[b-4lx0qc94r2] {
    flex: 1 1 250px;
    min-width: 200px;
}

.selector-button[b-4lx0qc94r2] {
    flex: 0 0 auto;
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    /* Page title */
    h2.pb-3[b-4lx0qc94r2] {
        font-size: 1.5rem;
        text-align: center;
    }
    /* Report selector mobile layout */
    .report-selector[b-4lx0qc94r2] {
        padding: 15px;
    }

    .selector-row[b-4lx0qc94r2] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .selector-label[b-4lx0qc94r2] {
        text-align: center;
    }

    .selector-dropdown[b-4lx0qc94r2] {
        width: 100%;
        flex: none;
    }

    .selector-button[b-4lx0qc94r2] {
        width: 100%;
        text-align: center;
    }

        .selector-button .btn[b-4lx0qc94r2] {
            width: 100%;
        }
    /* Report content area */
    .report-content[b-4lx0qc94r2] {
        padding: 15px;
        min-height: auto;
    }
    /* Report header mobile */
    .report-header h3[b-4lx0qc94r2] {
        font-size: 1.2rem;
    }

    .report-header .report-date[b-4lx0qc94r2] {
        font-size: 0.8rem;
    }
    /* Section subheadings (Detailed Utilization, Recent Alerts, etc.) */
    .report-content h5[b-4lx0qc94r2] {
        font-size: 1rem;
    }
    /* Summary cards mobile - 2 columns on tablet, 1 on phone */
    .summary-cards[b-4lx0qc94r2] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .summary-card[b-4lx0qc94r2] {
        padding: 15px 10px;
    }

        .summary-card h4[b-4lx0qc94r2] {
            font-size: 1.4rem;
        }

        .summary-card p[b-4lx0qc94r2] {
            font-size: 0.75rem;
        }
    /* Chart height on mobile */
    .chart-wrapper[b-4lx0qc94r2] {
        height: 250px;
    }

    .chart-container[b-4lx0qc94r2] {
        padding: 15px 10px;
    }
    /* Empty state mobile */
    .empty-state[b-4lx0qc94r2] {
        padding: 40px 15px;
    }

        .empty-state i[b-4lx0qc94r2] {
            font-size: 3rem;
        }

        .empty-state h4[b-4lx0qc94r2] {
            font-size: 1.2rem;
        }
}

@media (max-width: 480px) {
    /* Very small screens - single column cards */
    .summary-cards[b-4lx0qc94r2] {
        grid-template-columns: 1fr;
    }

    .summary-card h4[b-4lx0qc94r2] {
        font-size: 1.5rem;
    }
    /* Chart height for small screens */
    .chart-wrapper[b-4lx0qc94r2] {
        height: 200px;
    }
    /* Report content - tighter padding so the scrolling table gets more width */
    .report-content[b-4lx0qc94r2] {
        padding: 12px 8px;
    }
    /* Report header */
    .report-header h3[b-4lx0qc94r2] {
        font-size: 1rem;
    }
    /* Section subheadings shrink again for very narrow viewports */
    .report-content h5[b-4lx0qc94r2] {
        font-size: 0.9rem;
    }
    /* Tables: drop the 600px floor so cells can wrap into the viewport */
    .report-table table[b-4lx0qc94r2] {
        min-width: 0;
    }
    /* Table font size reduction */
    .report-table th[b-4lx0qc94r2],
    .report-table td[b-4lx0qc94r2] {
        padding: 8px;
        font-size: 0.85rem;
        white-space: normal;
        word-break: break-word;
    }
    /* Header icons take space we can't afford on narrow screens */
    .report-table th i[b-4lx0qc94r2] {
        display: none;
    }

    .status-badge[b-4lx0qc94r2] {
        padding: 3px 8px;
        font-size: 0.7rem;
    }
    /* Give the chart the full viewport width — drop the framed container */
    .chart-container[b-4lx0qc94r2] {
        background: transparent;
        padding: 5px 0;
        margin: 15px 0;
    }
}
/* _content/MeginCustomerPortal/Pages/Customization.cshtml.rz.scp.css */
.mock-navbar[b-y8n2iu25jj] {
    background-color: var(--navbar-color);
}

    /* .mock-navbar .mock-text {
                                        color: var(--text-color) !important;
                                    } */

    .mock-navbar .nav-text[b-y8n2iu25jj] {
        color: var(--navbar-text-color);
    }

.mock-sb-sidenav-dark[b-y8n2iu25jj] {
    /*background-color: #7d4f96;*/
    background-color: var(--sidenav-color) !important;
}

.mock-button[b-y8n2iu25jj] {
    background-color: var(--button-color);
    border-color: var(--button-color);
    color: var(--button-text-color);
}

.mock-badge-Alerts[b-y8n2iu25jj] {
    position: absolute;
    top: 135px;
    left: 63px;
    background-color: var(--button-color);
    color: var(--button-text-color);
}

.mock-badge-Messages[b-y8n2iu25jj] {
    position: absolute;
    top: 135px;
    left: 168px;
    background-color: var(--seperator-color);
    color: var(--seperator-text-color);
}

.mock-navlink[b-y8n2iu25jj] {
    color: var(--sidenav-text-color) !important;
    opacity: 75%;
}

.mock-seperator[b-y8n2iu25jj] {
    color: var(--seperator-color);
}

.mock-menu-table[b-y8n2iu25jj] {
    border: solid 1px var(--seperator-color) !important;
}

.form-control[b-y8n2iu25jj] {
    border: none;
}

.layoutSidenav[b-y8n2iu25jj] {
    display: flex;
}

    .layoutSidenav #layoutSidenav_nav[b-y8n2iu25jj] {
        flex-basis: 225px;
        flex-shrink: 0;
        transition: transform 0.15s ease-in-out;
        z-index: 1038;
        transform: translateX(-225px);
    }

    .layoutSidenav .layoutSidenav_content[b-y8n2iu25jj] {
        position: relative;
        display: flex;
        flex-direction: column;
        /* justify-content: flex-end; */
        min-width: 0;
        flex-grow: 1;
        /* min-height: calc(100vh - 56px); */
        /* margin-left: -225px; */
    }

.div-picker[b-y8n2iu25jj] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .mobile-hide[b-y8n2iu25jj] {
        display: none !important;
    }

    .mobile-show[b-y8n2iu25jj] {
        display: block !important;
    }
}
/* _content/MeginCustomerPortal/Pages/Error.cshtml.rz.scp.css */
.error-container[b-tyql5bew2h] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 50px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.error-icon[b-tyql5bew2h] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffebee;
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 30px;
}

.error-title[b-tyql5bew2h] {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.error-subtitle[b-tyql5bew2h] {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.error-details[b-tyql5bew2h] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
    color: #555;
}

.error-details code[b-tyql5bew2h] {
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.dev-mode-section[b-tyql5bew2h] {
    text-align: left;
    padding: 20px;
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.btn-secondary[b-tyql5bew2h] {
    padding: 12px 24px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

    .btn-secondary:hover[b-tyql5bew2h] {
        background: #2a0827;
    }
/* _content/MeginCustomerPortal/Pages/Exception.cshtml.rz.scp.css */
.error-container[b-6bva7id76c] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 50px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.error-code[b-6bva7id76c] {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: clamp(8rem, 25vw, 15rem);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0.07;
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black, 7px 5px 0 black;
    color: #666;
    font-weight: 700;
}

.logo-container[b-6bva7id76c] {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.logo-text[b-6bva7id76c] {
    font-size: 24px;
    font-weight: 600;
    color: #340A30;
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-icon[b-6bva7id76c] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffebee;
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 25px;
}

.error-title[b-6bva7id76c] {
    font-size: 24px;
    font-weight: 600;
    color: #d32f2f;
    margin-bottom: 10px;
}

.error-message[b-6bva7id76c] {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

    .error-message a[b-6bva7id76c] {
        color: #340A30;
        text-decoration: none;
        font-weight: 500;
    }

        .error-message a:hover[b-6bva7id76c] {
            text-decoration: underline;
        }

.btn-secondary[b-6bva7id76c] {
    padding: 12px 24px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

    .btn-secondary:hover[b-6bva7id76c] {
        background: #2a0827;
    }

@media screen and (max-width: 550px) and (orientation: portrait) {
    .error-container[b-6bva7id76c] {
        padding: 30px 20px;
    }
}
/* _content/MeginCustomerPortal/Pages/Login.cshtml.rz.scp.css */
.login-container[b-am19y82siy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 40px;
    max-width: 400px;
    width: 100%;
}

.login-header[b-am19y82siy] {
    text-align: center;
    margin-bottom: 30px;
}

.logo-container[b-am19y82siy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.logo-text[b-am19y82siy] {
    font-size: 24px;
    font-weight: 600;
    color: #340A30;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-subtitle[b-am19y82siy] {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    letter-spacing: 1px;
}

.welcome-text[b-am19y82siy] {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.welcome-subtext[b-am19y82siy] {
    font-size: 14px;
    color: #666;
}

.form-group[b-am19y82siy] {
    margin-bottom: 20px;
}

.form-label[b-am19y82siy] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.form-control[b-am19y82siy] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus[b-am19y82siy] {
        outline: none;
        border-color: #340A30;
        box-shadow: 0 0 0 3px rgba(52,10,48,0.1);
    }

.form-check[b-am19y82siy] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.form-check-input[b-am19y82siy] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-label[b-am19y82siy] {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    margin: 0;
}

.btn-primary[b-am19y82siy] {
    width: 100%;
    padding: 12px 20px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-primary:hover[b-am19y82siy] {
        background: #2a0827;
    }

.footer-text[b-am19y82siy] {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    color: #888;
}

    .footer-text a[b-am19y82siy] {
        color: #340A30;
        text-decoration: none;
    }

        .footer-text a:hover[b-am19y82siy] {
            text-decoration: underline;
        }

@media screen and (max-width: 550px) and (orientation: portrait) {
    .login-container[b-am19y82siy] {
        box-shadow: none;
        border-radius: 0;
        padding: 30px 20px;
    }
}

/* Access Denied modal */
.access-denied-overlay[b-am19y82siy] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1050;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.access-denied-overlay.is-open[b-am19y82siy] {
    display: flex;
}

.access-denied-dialog[b-am19y82siy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 40px 30px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.access-denied-icon[b-am19y82siy] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffebee;
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin: 0 auto 20px;
}

.access-denied-title[b-am19y82siy] {
    font-size: 22px;
    font-weight: 600;
    color: #d32f2f;
    margin: 0 0 10px;
}

.access-denied-message[b-am19y82siy] {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

    .access-denied-message a[b-am19y82siy] {
        color: #340A30;
        text-decoration: none;
        font-weight: 500;
    }

        .access-denied-message a:hover[b-am19y82siy] {
            text-decoration: underline;
        }

.btn-close-dialog[b-am19y82siy] {
    padding: 12px 28px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-close-dialog:hover[b-am19y82siy] {
        background: #2a0827;
    }

@media screen and (max-width: 550px) {
    .access-denied-dialog[b-am19y82siy] {
        padding: 30px 20px;
    }

    .access-denied-icon[b-am19y82siy] {
        width: 75px;
        height: 75px;
        font-size: 34px;
    }
}
/* _content/MeginCustomerPortal/Pages/Logout.cshtml.rz.scp.css */
.logout-container[b-a50fjmg7va] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 40px;
    max-width: 450px;
    width: 100%;
    text-align: center;
}

.logout-icon[b-a50fjmg7va] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8d8ea;
    color: #340A30;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 25px;
}

.logout-text[b-a50fjmg7va] {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.logout-subtext[b-a50fjmg7va] {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.btn-secondary[b-a50fjmg7va] {
    padding: 12px 20px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

    .btn-secondary:hover[b-a50fjmg7va] {
        background: #2a0827;
    }
/* _content/MeginCustomerPortal/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Active nav link style */
.nav-link.active[b-7yeifsp8wg] {
    color: white !important;
    background: rgba(255,255,255,0.15);
    border-left-color: #f9a825;
    font-weight: 500;
}

/* Sidebar active indicator */
.sidebar-nav li a[b-7yeifsp8wg] {
    border-left: 3px solid transparent;
}

    .sidebar-nav li a.active[b-7yeifsp8wg] {
        border-left-color: #f9a825;
    }

/* Help & Support modal */
.mc-modal-overlay[b-7yeifsp8wg] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1080;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

    .mc-modal-overlay.is-open[b-7yeifsp8wg] {
        display: flex;
    }

.mc-modal-dialog[b-7yeifsp8wg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 40px 30px;
    max-width: 460px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.mc-modal-icon[b-7yeifsp8wg] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f3eaf5;
    color: #340A30;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin: 0 auto 20px;
}

.mc-modal-title[b-7yeifsp8wg] {
    font-size: 22px;
    font-weight: 600;
    color: #340A30;
    margin: 0 0 10px;
}

.mc-modal-message[b-7yeifsp8wg] {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
    line-height: 1.6;
}

.mc-support-rows[b-7yeifsp8wg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

.mc-support-row[b-7yeifsp8wg] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    text-align: left;
    transition: all 0.2s;
}

    .mc-support-row:hover[b-7yeifsp8wg] {
        background: #f8f5f9;
        border-color: #d8c8db;
        color: #340A30;
    }

    .mc-support-row i[b-7yeifsp8wg] {
        color: #340A30;
        font-size: 18px;
        width: 24px;
        text-align: center;
    }

.mc-support-label[b-7yeifsp8wg] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
}

.mc-support-value[b-7yeifsp8wg] {
    font-size: 14px;
    font-weight: 500;
}

.mc-modal-button[b-7yeifsp8wg] {
    padding: 12px 28px;
    background: #340A30;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .mc-modal-button:hover[b-7yeifsp8wg] {
        background: #2a0827;
    }

@media screen and (max-width: 550px) {
    .mc-modal-dialog[b-7yeifsp8wg] {
        padding: 28px 20px;
    }
}
