@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.di5bxip80y.bundle.scp.css';

/* _content/Cloudologix.Cloudomate.UI/Views/Pages/NotificationDashboard.razor.rz.scp.css */
.avatar-circle[b-nv2cc3dn0e] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: #e9ecef;
    color: #495057;
    font-weight: 600;
}

.notification-item[b-nv2cc3dn0e] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid transparent !important;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    margin-bottom: 0.75rem;
    position: relative;
    overflow: hidden;
}

    .notification-item[b-nv2cc3dn0e]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #0d6efd, #6ea8fe);
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .notification-item:hover[b-nv2cc3dn0e] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08);
        border-color: #0d6efd;
        background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    }

        .notification-item:hover[b-nv2cc3dn0e]::before {
            transform: scaleY(1);
        }

.hover-card[b-nv2cc3dn0e] {
    transition: box-shadow 0.2s, border-color 0.2s;
    border-radius: 1rem;
    border: 1px solid #e3e6ea;
    background: #fff;
}

    .hover-card:hover[b-nv2cc3dn0e] {
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        border-color: #b6c2d2;
    }

.summary-card[b-nv2cc3dn0e] {
    border-radius: 1.25rem;
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    min-height: 160px;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .summary-card[b-nv2cc3dn0e]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        border-radius: 1.25rem 1.25rem 0 0;
    }

.card-primary[b-nv2cc3dn0e]::before {
    background: linear-gradient(90deg, #0d6efd, #6ea8fe);
}

.card-warning[b-nv2cc3dn0e]::before {
    background: linear-gradient(90deg, #ffc107, #ffdb4d);
}

.card-success[b-nv2cc3dn0e]::before {
    background: linear-gradient(90deg, #198754, #20c997);
}

.summary-card:hover[b-nv2cc3dn0e] {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 6px 20px rgba(0,0,0,0.1);
}

.card-header[b-nv2cc3dn0e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem 0.75rem;
}

.card-icon[b-nv2cc3dn0e] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    position: relative;
}

.card-primary .card-icon[b-nv2cc3dn0e] {
    background: linear-gradient(135deg, #0d6efd, #6ea8fe);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.card-warning .card-icon[b-nv2cc3dn0e] {
    background: linear-gradient(135deg, #ffc107, #ffdb4d);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.card-success .card-icon[b-nv2cc3dn0e] {
    background: linear-gradient(135deg, #198754, #20c997);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.card-trend[b-nv2cc3dn0e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
}

.card-primary .card-trend[b-nv2cc3dn0e] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.card-warning .card-trend[b-nv2cc3dn0e] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.card-success .card-trend[b-nv2cc3dn0e] {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.card-body[b-nv2cc3dn0e] {
    padding: 0 1.5rem 1rem;
    text-align: center;
}

.card-number[b-nv2cc3dn0e] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.card-primary .card-number[b-nv2cc3dn0e] {
    background: linear-gradient(135deg, #0d6efd, #6ea8fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-warning .card-number[b-nv2cc3dn0e] {
    background: linear-gradient(135deg, #ffc107, #ffdb4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-success .card-number[b-nv2cc3dn0e] {
    background: linear-gradient(135deg, #198754, #20c997);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-label[b-nv2cc3dn0e] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.card-footer[b-nv2cc3dn0e] {
    padding: 0.75rem 1.5rem 1.25rem;
    text-align: center;
    border-top: 1px solid #f1f3f4;
    background: #f8f9fa;
}

.card-subtitle[b-nv2cc3dn0e] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.page-link[b-nv2cc3dn0e] {
    color: #0d6efd;
    border: 1px solid #dee2e6;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.page-item.active .page-link[b-nv2cc3dn0e] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary[b-nv2cc3dn0e], .btn-outline-secondary[b-nv2cc3dn0e] {
    transition: box-shadow 0.15s, border-color 0.15s;
}

    .btn-outline-primary:hover[b-nv2cc3dn0e], .btn-outline-secondary:hover[b-nv2cc3dn0e] {
        box-shadow: 0 2px 8px rgba(13,110,253,0.08);
        border-color: #0d6efd;
    }

.badge[b-nv2cc3dn0e] {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.4rem;
    padding: 0.35em 0.7em;
}

    .badge.bg-info[b-nv2cc3dn0e] {
        background: #e7f1ff;
        color: #0d6efd;
    }

    .badge.bg-success[b-nv2cc3dn0e] {
        background: #eafaf1;
        color: #198754;
    }

    .badge.bg-warning[b-nv2cc3dn0e] {
        background: #fff8e1;
        color: #ffc107;
    }

    .badge.bg-danger[b-nv2cc3dn0e] {
        background: #fbeaea;
        color: #dc3545;
    }

.modal-content[b-nv2cc3dn0e] {
    border-radius: 1rem;
    border: 1px solid #e3e6ea;
}

.modal-header[b-nv2cc3dn0e] {
    border-bottom: 1px solid #e3e6ea;
}

.modal-footer[b-nv2cc3dn0e] {
    border-top: 1px solid #e3e6ea;
}

.dashboard-header[b-nv2cc3dn0e] {
    margin-bottom: 2rem;
}

.dashboard-title[b-nv2cc3dn0e] {
    font-size: 2.2rem;
    font-weight: 900;
    color: #212529;
    letter-spacing: -0.5px;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

    .dashboard-title .fa-bell[b-nv2cc3dn0e] {
        font-size: 1.5rem;
        color: #0d6efd;
        margin-right: 0.7rem;
    }

.dashboard-subtitle[b-nv2cc3dn0e] {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}

.dashboard-cards-row[b-nv2cc3dn0e] {
    margin-bottom: 2rem;
}

.dashboard-card[b-nv2cc3dn0e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #e9ecef;
    padding: 1.3rem 1.5rem 1.3rem 1.3rem;
    min-height: 100px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .dashboard-card:hover[b-nv2cc3dn0e] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        border-color: #d1d5db;
    }

        .dashboard-card:hover .dashboard-card-icon[b-nv2cc3dn0e] {
            transform: scale(1.1);
        }

.dashboard-card-content[b-nv2cc3dn0e] {
    flex: 1;
    transition: all 0.3s ease;
}

.dashboard-card:hover .dashboard-card-value[b-nv2cc3dn0e] {
    color: #1e293b;
}

.dashboard-card-label[b-nv2cc3dn0e] {
    font-size: 1.05rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.dashboard-card-value[b-nv2cc3dn0e] {
    font-size: 2.1rem;
    font-weight: 800;
    color: #212529;
    line-height: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dashboard-card-icon[b-nv2cc3dn0e] {
    font-size: 2.2rem;
    margin-left: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.text-blue[b-nv2cc3dn0e] {
    color: #6ea8fe;
}

.text-yellow[b-nv2cc3dn0e] {
    color: #ffc107;
}

.text-green[b-nv2cc3dn0e] {
    color: #75b798;
}

.text-purple[b-nv2cc3dn0e] {
    color: #6f42c1;
}

.border-start-blue[b-nv2cc3dn0e] {
    border-left: 5px solid #6ea8fe !important;
}

.border-start-yellow[b-nv2cc3dn0e] {
    border-left: 5px solid #ffc107 !important;
}

.border-start-green[b-nv2cc3dn0e] {
    border-left: 5px solid #75b798 !important;
}

.border-start-purple[b-nv2cc3dn0e] {
    border-left: 5px solid #6f42c1 !important;
}

/** FILTER BAR COMPACTNESS **/
.filter-bar[b-nv2cc3dn0e] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 44px;
    background: transparent;
    padding: 0 0 0.5rem 0;
    border-radius: 1rem;
}

.search-box[b-nv2cc3dn0e], .filter-control[b-nv2cc3dn0e], .notification-filter-dropdown[b-nv2cc3dn0e], .dropdown-box[b-nv2cc3dn0e] {
    height: 38px;
    min-height: 38px;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.filter-control[b-nv2cc3dn0e] {
    padding: 0 0.5rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.4rem;
}

.notification-filter-dropdown[b-nv2cc3dn0e] {
    padding: 8px 16px !important;
    min-width: 180px;
    text-align: left;
    box-sizing: border-box;
}

.notification-filter-dropdown option[b-nv2cc3dn0e] {
    padding: 10px 16px !important;
}

.export-btn[b-nv2cc3dn0e], .btn.export-btn[b-nv2cc3dn0e] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(90deg, #0d6efd 0%, #6ea8fe 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0.7rem !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    box-shadow: 0 2px 8px rgba(30,41,59,0.08);
    transition: background 0.18s, box-shadow 0.18s;
    gap: 0.5rem;
    min-width: 140px;
}
.export-btn i[b-nv2cc3dn0e], .btn.export-btn i[b-nv2cc3dn0e] {
    color: #fff !important;
}
.export-btn:hover[b-nv2cc3dn0e], .btn.export-btn:hover[b-nv2cc3dn0e] {
    background: linear-gradient(90deg, #2563eb 0%, #0d6efd 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(13,110,253,0.13);
}

@media (max-width: 991px) {
    .filter-bar[b-nv2cc3dn0e] {
        flex-direction: column;
        gap: 0.5rem;
    }
    .search-box[b-nv2cc3dn0e], .filter-control[b-nv2cc3dn0e], .notification-filter-dropdown[b-nv2cc3dn0e], .dropdown-box[b-nv2cc3dn0e], .export-btn[b-nv2cc3dn0e] {
        min-width: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .export-btn[b-nv2cc3dn0e] {
        margin-left: 0;
}
}

/** PAGINATION COMPACTNESS **/
.center-pagination[b-nv2cc3dn0e] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
    border-radius: 1rem;
    padding: 0.4rem 1rem;
    margin-top: 1.2rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    gap: 0.2rem;
    font-size: 0.97rem;
}

.center-pagination .page-link.page-btn[b-nv2cc3dn0e] {
    border-radius: 1rem !important;
    font-size: 1rem;
    min-width: 32px;
    min-height: 32px;
    margin: 0 0.1rem;
    background: #fff;
    color: #2563eb;
    border: 1px solid #e0e7ef;
    font-weight: 600;
    transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 2px rgba(30,41,59,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.7rem;
}

.center-pagination .page-item.active .page-link.page-btn[b-nv2cc3dn0e] {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 1px 4px rgba(37,99,235,0.08);
}

.center-pagination .page-link.page-btn:hover[b-nv2cc3dn0e] {
    background: #e0e7ef;
    color: #1d4ed8;
    border-color: #2563eb;
    box-shadow: 0 1px 4px rgba(37,99,235,0.06);
}

.center-pagination .page-item.disabled .page-link.page-btn[b-nv2cc3dn0e] {
    color: #b0b8c1;
    background: #f1f5f9;
    border-color: #e0e0e0;
    cursor: not-allowed;
    opacity: 0.7;
    }

/* Notification list modern styles */
.notification-list-modern[b-nv2cc3dn0e] {
    margin-top: 0.5rem;
}

.notification-card[b-nv2cc3dn0e] {
    background: var(--fluent-card-bg, #fff);
    border-radius: 1.1rem;
    border: 1px solid var(--card-boder-clr, #e3e6ea);
    box-shadow: 0 2px 8px rgba(30,41,59,0.04);
    margin-bottom: 0.7rem;
    transition: background 0.18s, box-shadow 0.18s, border 0.18s;
    font-size: 0.97rem;
}

    .notification-card:not(:last-child)[b-nv2cc3dn0e] {
        margin-bottom: 1.1rem;
    }

    .notification-card:hover[b-nv2cc3dn0e],
    .notification-card.active[b-nv2cc3dn0e] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08);
        border-color: #0d6efd;
        background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
        transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
        cursor: pointer;
    }

.avatar-modern[b-nv2cc3dn0e] {
    background: #2563eb;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.badge-purpose[b-nv2cc3dn0e] {
    background: #e0e7ef;
    color: #2563eb;
    font-weight: 500;
    border-radius: 0.7rem;
    font-size: 0.88rem;
    padding: 0.15em 0.7em;
    margin-left: 0.5rem;
}

.badge-status[b-nv2cc3dn0e] {
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 1rem;
    padding: 0.2em 0.9em;
    margin-top: 0.2rem;
}

    .badge-status.bg-success[b-nv2cc3dn0e] {
        background: #198754;
        color: #fff;
    }

    .badge-status.bg-warning[b-nv2cc3dn0e] {
        background: #ffc107;
        color: #000;
    }

    .badge-status.bg-secondary[b-nv2cc3dn0e] {
        background: #6c757d;
        color: #fff;
    }

    .badge-status.bg-danger[b-nv2cc3dn0e] {
        background: #dc3545;
        color: #fff;
    }

.icon-btn[b-nv2cc3dn0e] {
    background: #fff;
    color: #2563eb;
    border: 1.5px solid #e0e7ef;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: background 0.15s, border-color 0.15s;
    margin-bottom: 0.2rem;
}

    .icon-btn:hover[b-nv2cc3dn0e] {
        background: #e0e7ef;
        color: #1d4ed8;
        border-color: #2563eb;
    }

/* Modern filter dropdown styles */
.filter-dropdown[b-nv2cc3dn0e] {
    border: none;
    border-radius: 0.9rem;
    background: #f1f5f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0.6rem 1.2rem;
    font-size: 1.08rem;
    color: #1e293b;
    font-weight: 500;
    min-width: 180px;
    outline: none;
    transition: box-shadow 0.18s, border 0.18s;
    appearance: none;
}

    .filter-dropdown:focus[b-nv2cc3dn0e] {
        box-shadow: 0 0 0 2px #2563eb33;
        background: #e0e7ef;
    }
    /* Custom dropdown window styles (Webkit/Blink/Chromium browsers) */
    .filter-dropdown[b-nv2cc3dn0e]::-webkit-dropdown-list {
        background: #fff;
        border-radius: 0.9rem;
        box-shadow: 0 4px 24px rgba(30,41,59,0.13);
        border: 1.5px solid #e0e7ef;
        padding: 0.4rem 0;
    }

    .filter-dropdown option[b-nv2cc3dn0e] {
        border-radius: 0.7rem;
        padding: 0.5rem 1.1rem;
        font-size: 1.05rem;
        color: #1e293b;
        background: #fff;
        transition: background 0.15s, color 0.15s;
    }

        .filter-dropdown option:hover[b-nv2cc3dn0e], .filter-dropdown option:focus[b-nv2cc3dn0e] {
            background: #e0e7ef;
            color: #2563eb;
        }
    /* Minimal scrollbar for dropdown */
    .filter-dropdown[b-nv2cc3dn0e]::-webkit-scrollbar {
        width: 6px;
        background: #f1f5f9;
        border-radius: 8px;
    }

    .filter-dropdown[b-nv2cc3dn0e]::-webkit-scrollbar-thumb {
        background: #e0e7ef;
        border-radius: 8px;
    }

@media (max-width: 768px) {
    .dashboard-cards-row > .col-md-4[b-nv2cc3dn0e] {
    flex: 0 0 100%;
    max-width: 100%;
}

.dashboard-cards-row[b-nv2cc3dn0e] {
    flex-direction: column !important;
}

.filter-bar[b-nv2cc3dn0e] {
    flex-direction: column !important;
    gap: 1rem !important;
}

.filter-control[b-nv2cc3dn0e] {
    min-width: 0;
    width: 100%;
}

.search-box[b-nv2cc3dn0e] {
    min-width: 0;
    width: 100%;
}

.notification-filter-dropdown[b-nv2cc3dn0e] {
    min-width: 100% !important;
    width: 100% !important;
}

.ms-auto[b-nv2cc3dn0e] {
    margin-left: 0 !important;
    width: 100%;
    margin-top: 0.5rem;
}

.notification-card[b-nv2cc3dn0e] {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 1.5rem !important;
    gap: 1rem !important;
}

.notification-avatar[b-nv2cc3dn0e] {
    align-self: center;
    margin-bottom: 0.5rem;
}

.notification-content[b-nv2cc3dn0e] {
    width: 100%;
    text-align: center;
}

.notification-meta[b-nv2cc3dn0e] {
    align-items: center !important;
    margin-left: 0 !important;
    margin-top: 0.5rem;
    width: 100%;
}

.notification-actions[b-nv2cc3dn0e] {
    flex-direction: row !important;
    margin-left: 0 !important;
    margin-top: 1rem;
    gap: 1rem !important;
    width: 100%;
    justify-content: center;
}

.icon-btn[b-nv2cc3dn0e] {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
}
}

@media (max-width: 576px) {
    .dashboard-title[b-nv2cc3dn0e] {
        font-size: 1.3rem;
    }

    .dashboard-card-value[b-nv2cc3dn0e] {
        font-size: 1.2rem;
    }

    .notification-card[b-nv2cc3dn0e] {
        padding: 0.7rem 0.7rem;
    }

    .avatar-modern[b-nv2cc3dn0e] {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
}

@media (max-width: 600px) {
    .custom-modal-content[b-nv2cc3dn0e] {
        padding: 1.1rem 0.7rem 1rem 0.7rem;
        max-width: 98vw;
    }

    .notification-list-modern > div[b-nv2cc3dn0e] {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 1rem !important;
    }

    .notification-list-modern .flex-grow[b-nv2cc3dn0e] {
        width: 100%;
        min-width: 0;
    }

    .notification-list-modern .ms-3[b-nv2cc3dn0e], .notification-list-modern .ms-4[b-nv2cc3dn0e] {
        margin-left: 0 !important;
        margin-top: 0.7rem !important;
    }

    .notification-list-modern .flex-col[b-nv2cc3dn0e] {
        flex-direction: row !important;
        gap: 0.7rem !important;
    }

    .modern-dropdown[b-nv2cc3dn0e], .dropdown-list[b-nv2cc3dn0e], .listbox[b-nv2cc3dn0e] {
        min-width: 220px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.notification-dashboard-dropdown-align[b-nv2cc3dn0e] {
    height: 44px !important;
    padding: 0.8rem 1.2rem !important;
    font-size: 1rem !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Font size adjustments for consistency */
.notification-card[b-nv2cc3dn0e] {
    font-size: 0.97rem;
}
.notification-content[b-nv2cc3dn0e] {
    font-size: 0.97rem;
}
.notification-meta[b-nv2cc3dn0e] {
    font-size: 0.92rem;
}
.notification-avatar[b-nv2cc3dn0e] {
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
}
.badge-purpose[b-nv2cc3dn0e] {
    font-size: 0.88rem;
    padding: 0.15em 0.7em;
}
.badge-status[b-nv2cc3dn0e] {
    font-size: 0.88rem;
    padding: 0.2em 0.9em;
}
.dashboard-card-label[b-nv2cc3dn0e] {
    font-size: 0.98rem;
}
.dashboard-card-value[b-nv2cc3dn0e] {
    font-size: 1.25rem;
}
.dashboard-title[b-nv2cc3dn0e] {
    font-size: 1.25rem;
}
.dashboard-subtitle[b-nv2cc3dn0e] {
    font-size: 0.98rem;
}
.card-subtitle[b-nv2cc3dn0e] {
    font-size: 0.92rem;
}
.export-btn[b-nv2cc3dn0e] {
    font-size: 0.97rem;
}

.notification-content .font-medium[b-nv2cc3dn0e] {
    font-size: 0.97rem;
    font-weight: 500;
}
.notification-content .font-semibold[b-nv2cc3dn0e] {
    font-size: 0.97rem;
    font-weight: 500;
}

.notification-filter-panel[b-nv2cc3dn0e] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(30,41,59,0.04);
    border: 1px solid #e9ecef;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1.2rem;
}

.notification-cards-container[b-nv2cc3dn0e] {
    background: #fff;
    /* border-radius: 1rem; */
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(30,41,59,0.04);
    border: 1px solid #e9ecef;
    padding: 1.2rem 1.5rem 1.2rem 1.5rem;
}

@media (max-width: 991px) {
    .notification-filter-panel[b-nv2cc3dn0e], .notification-cards-container[b-nv2cc3dn0e] {
        padding: 0.7rem 0.5rem;
    }
}

/* Responsive filter bar and dropdowns */
.responsive-filter-bar[b-nv2cc3dn0e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

@media (max-width: 991px) {
    .responsive-filter-bar[b-nv2cc3dn0e] {
        flex-direction: column;
        align-items: stretch;
    }
    .responsive-dropdown[b-nv2cc3dn0e] {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }
}

@media (max-width: 640px) {
    .responsive-filter-bar[b-nv2cc3dn0e] {
        flex-direction: column;
        gap: 0.5rem;
    }
    .responsive-dropdown[b-nv2cc3dn0e] {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }
}

/* --- Aggressive Mobile Fix for Filter Bar (Only) --- */
@media (max-width: 600px) {
    .notification-filter-panel[b-nv2cc3dn0e] {
        padding: 0.7rem 0.3rem 0.7rem 0.3rem !important;
        border-radius: 0.7rem !important;
        box-shadow: 0 1px 4px rgba(30,41,59,0.06) !important;
        margin-bottom: 1rem !important;
    }
    .responsive-filter-bar[b-nv2cc3dn0e] {
        gap: 0.7rem !important;
        padding: 0.5rem 0.2rem !important;
        background: #f8fafc !important;
        border-radius: 0.7rem !important;
    }
    .responsive-filter-bar > *[b-nv2cc3dn0e] {
        margin-bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .responsive-dropdown[b-nv2cc3dn0e],
    .modern-dropdown[b-nv2cc3dn0e],
    .dropdown-list[b-nv2cc3dn0e],
    .listbox[b-nv2cc3dn0e],
    .notification-filter-dropdown[b-nv2cc3dn0e],
    .filter-control[b-nv2cc3dn0e],
    .search-box[b-nv2cc3dn0e],
    .filter-input[b-nv2cc3dn0e],
    .search-box input[b-nv2cc3dn0e],
    .export-btn[b-nv2cc3dn0e],
    .btn.export-btn[b-nv2cc3dn0e] {
        min-height: 48px !important;
        font-size: 1.08rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .export-btn[b-nv2cc3dn0e],
    .btn.export-btn[b-nv2cc3dn0e] {
        margin-top: 0.5rem !important;
        font-weight: 600 !important;
        font-size: 1.1rem !important;
        padding: 0.7rem 0 !important;
        width: 100% !important;
    }
    .search-box input[b-nv2cc3dn0e],
    .filter-input[b-nv2cc3dn0e] {
        padding: 0.7rem 1rem !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Email Modal Styling */
.email-details-container[b-nv2cc3dn0e] {
    padding: 0;
}

.email-header-grid[b-nv2cc3dn0e] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.email-info-section[b-nv2cc3dn0e] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.email-info-item[b-nv2cc3dn0e] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.email-label[b-nv2cc3dn0e] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

.email-value[b-nv2cc3dn0e] {
    font-size: 16px;
    color: #111827;
    font-weight: 500;
}

.email-subvalue[b-nv2cc3dn0e] {
    font-size: 14px;
    color: #6b7280;
}

.email-content-section[b-nv2cc3dn0e] {
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
}

.email-content-box[b-nv2cc3dn0e] {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
}

.email-content-text[b-nv2cc3dn0e] {
    color: #111827;
    line-height: 1.6;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Remove blue gradient colors and use professional gray colors */
.email-content-text h1[b-nv2cc3dn0e], .email-content-text h2[b-nv2cc3dn0e], .email-content-text h3[b-nv2cc3dn0e], 
.email-content-text h4[b-nv2cc3dn0e], .email-content-text h5[b-nv2cc3dn0e], .email-content-text h6[b-nv2cc3dn0e] {
    color: #111827;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

/* Override any blue gradient styles that might be applied */
.email-content-text .header[b-nv2cc3dn0e],
.email-content-text div[class*="header"][b-nv2cc3dn0e],
.email-content-text div[class*="title"][b-nv2cc3dn0e] {
    color: #111827 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.email-content-text .header[b-nv2cc3dn0e],
.email-content-text div.header[b-nv2cc3dn0e] {
    color: #222 !important;
    background: none !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    letter-spacing: 0 !important;
    border-left: none !important;
}

.email-content-text p[b-nv2cc3dn0e] {
    margin-bottom: 12px;
}

.email-content-text ul[b-nv2cc3dn0e], .email-content-text ol[b-nv2cc3dn0e] {
    margin-bottom: 12px;
    padding-left: 20px;
}

.email-content-text li[b-nv2cc3dn0e] {
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .email-header-grid[b-nv2cc3dn0e] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Force override for .header inside the email content modal */
.email-modal-content .header[b-nv2cc3dn0e],
.email-modal-content-header[b-nv2cc3dn0e],
.email-modal-content .header *[b-nv2cc3dn0e] {
    background: none !important;
    background-color: #f8f9fa !important;
    color: #222 !important;
    border: none !important;
    text-align: left !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    padding: 12px 0 8px 0 !important;
    margin: 0 0 8px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Stronger override for .header inside the email content modal */
.email-modal-content .header[b-nv2cc3dn0e],
.email-modal-content .header *[b-nv2cc3dn0e] {
    all: unset !important;
    display: block !important;
    background: none !important;
    background-color: #f8f9fa !important;
    color: #222 !important;
    border: none !important;
    text-align: left !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    padding: 12px 0 8px 0 !important;
    margin: 0 0 8px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
/* Lower the max height of the modal and make it scrollable if content overflows */
.notification-dashboard-modal .tw-modal-content[b-nv2cc3dn0e],
.notification-dashboard-modal .fluent-dialog[b-nv2cc3dn0e],
.notification-dashboard-modal .fluent-dialog-body[b-nv2cc3dn0e] {
    max-height: 70vh !important;
    overflow-y: auto !important;
}

/* Email HTML Content Styling */
.email-html-content[b-nv2cc3dn0e] {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    color: #222;
    background: #fff;
    border-radius: 8px;
    padding: 18px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 10px;
    max-width: 100%;
    overflow-x: auto;
}

.email-html-content h1[b-nv2cc3dn0e], 
.email-html-content h2[b-nv2cc3dn0e], 
.email-html-content h3[b-nv2cc3dn0e] {
    color: #1565c0;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 10px;
}

.email-html-content p[b-nv2cc3dn0e] {
    margin: 10px 0;
    line-height: 1.7;
}

.email-html-content table[b-nv2cc3dn0e] {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: #fafbfc;
    border-radius: 6px;
    overflow: hidden;
    font-size: 14px;
}

.email-html-content th[b-nv2cc3dn0e], 
.email-html-content td[b-nv2cc3dn0e] {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.email-html-content th[b-nv2cc3dn0e] {
    background: #1976d2;
    color: #fff;
    font-weight: 600;
}

.email-html-content tr:nth-child(even) td[b-nv2cc3dn0e] {
    background: #f5f7fa;
}

.email-html-content .button[b-nv2cc3dn0e], 
.email-html-content a.button[b-nv2cc3dn0e] {
    background: #1976d2;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
    transition: background 0.2s;
}

.email-html-content .button:hover[b-nv2cc3dn0e], 
.email-html-content a.button:hover[b-nv2cc3dn0e] {
    background: #1565c0;
}

/* Remove blue background from email content headings */
.email-html-content .header[b-nv2cc3dn0e],
.email-html-content h3[b-nv2cc3dn0e],
.email-html-content th[b-nv2cc3dn0e] {
    background: none !important;
    background-color: transparent !important;
    color: #1565c0 !important;
}

/* Force remove all background from headings, even with inline styles */
.email-html-content .header[b-nv2cc3dn0e],
.email-html-content h3[b-nv2cc3dn0e],
.email-html-content th[b-nv2cc3dn0e],
.email-html-content [style*="background"][b-nv2cc3dn0e] {
    background: none !important;
    background-color: transparent !important;
    color: #1565c0 !important;
}

/* Remove blue background from table headers in email content */
.email-html-content th[b-nv2cc3dn0e] {
    background: none !important;
    background-color: #f5f7fa !important;
    color: #1976d2 !important;
    font-weight: 600;
}

/* Reset all styles for the main .header in email content, then reapply clean style */
.email-html-content .header[b-nv2cc3dn0e] {
    all: unset !important;
    display: block !important;
    color: #1565c0 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

/* Modern, visually appealing table headers in email content */
.email-html-content th[b-nv2cc3dn0e] {
    background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    border: none !important;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 12px 14px;
}

/* Make table headers in email content highly visible */
.email-html-content th[b-nv2cc3dn0e] {
    background: #1976d2 !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 16px;
    border: none !important;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 14px 16px;
    box-shadow: 0 2px 6px rgba(25, 118, 210, 0.08);
    text-transform: uppercase;
}

/* Style the Details heading and table for email content */
.email-html-content h3[b-nv2cc3dn0e] {
    color: #1976d2;
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    border-left: 4px solid #1976d2;
    padding-left: 10px;
    background: none !important;
}

.email-html-content table[b-nv2cc3dn0e] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.06);
    margin: 18px 0;
}

.email-html-content th[b-nv2cc3dn0e] {
    background: #1976d2 !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    border: none !important;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 14px 16px;
    text-transform: uppercase;
}

.email-html-content td[b-nv2cc3dn0e] {
    background: #f5f7fa;
    color: #222;
    font-size: 15px;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.email-html-content tr:last-child td[b-nv2cc3dn0e] {
    border-bottom: none;
}

/* Modern table style for email modal */
.email-html-content table[b-nv2cc3dn0e] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(30,41,59,0.08);
    overflow: hidden;
    margin: 1.5rem 0;
}
.email-html-content th[b-nv2cc3dn0e], .email-html-content td[b-nv2cc3dn0e] {
    padding: 12px 16px;
    border: none;
    font-size: 15px;
    text-align: left;
}
.email-html-content th[b-nv2cc3dn0e] {
    background: #f3f6fa;
    color: #1a237e;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #e3e6ea;
}
.email-html-content tr[b-nv2cc3dn0e] {
    border-bottom: 1px solid #f0f0f0;
}
.email-html-content tr:nth-child(even)[b-nv2cc3dn0e] {
    background: #f8fafc;
}
.email-html-content tr:last-child[b-nv2cc3dn0e] {
    border-bottom: none;
}
.email-html-content td[b-nv2cc3dn0e] {
    color: #333;
    font-weight: 500;
}
.email-html-content td:first-child[b-nv2cc3dn0e] {
    color: #607d8b;
    font-weight: 600;
    width: 40%;
}

/* Cloud Provider Badges */
.bg-blue-100[b-nv2cc3dn0e] {
    background-color: #dbeafe;
}

.text-blue-800[b-nv2cc3dn0e] {
    color: #1e40af;
}

.bg-orange-100[b-nv2cc3dn0e] {
    background-color: #fed7aa;
}

.text-orange-800[b-nv2cc3dn0e] {
    color: #c2410c;
}
.border-red-200[b-nv2cc3dn0e] {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.filter-indicator[b-nv2cc3dn0e] {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
}

.filter-indicator .badge[b-nv2cc3dn0e] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 2px 8px;
    font-weight: 500;
    animation: fadeIn-b-nv2cc3dn0e 0.3s ease-in-out;
}

@keyframes fadeIn-b-nv2cc3dn0e {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Skeleton loading styles */
.notification-dashboard-root .fluent-skeleton[b-nv2cc3dn0e] {
    border-radius: 8px;
    overflow: hidden;
}

.notification-dashboard-root .fluent-skeleton svg[b-nv2cc3dn0e] {
    width: 100%;
    height: 100%;
}

/* Responsive skeleton */
@media (max-width: 768px) {
    .notification-dashboard-root .fluent-skeleton[b-nv2cc3dn0e] {
        width: 100% !important;
        height: 300px !important;
    }
}

/* Timezone indicator styles */
.timezone-indicator[b-nv2cc3dn0e] {
    display: flex;
    align-items: center;
}

.timezone-indicator .badge[b-nv2cc3dn0e] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0.025em;
    transition: all 0.2s ease;
}

.timezone-indicator .badge:hover[b-nv2cc3dn0e] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .timezone-indicator[b-nv2cc3dn0e] {
        display: none; /* Hide on mobile to save space */
    }
}
/* _content/Cloudologix.Cloudomate.UI/Views/Shared/MainLayout.razor.rz.scp.css */
.page[b-t0fmtm2y5t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t0fmtm2y5t] {
    flex: 1;
}

.sidebar[b-t0fmtm2y5t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t0fmtm2y5t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-t0fmtm2y5t]  a, .top-row .btn-link[b-t0fmtm2y5t] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-t0fmtm2y5t] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t0fmtm2y5t] {
        display: none;
    }

    .top-row.auth[b-t0fmtm2y5t] {
        justify-content: space-between;
    }

    .top-row a[b-t0fmtm2y5t], .top-row .btn-link[b-t0fmtm2y5t] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t0fmtm2y5t] {
        flex-direction: row;
    }

    .sidebar[b-t0fmtm2y5t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t0fmtm2y5t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-t0fmtm2y5t], article[b-t0fmtm2y5t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Cloudologix.Cloudomate.UI/Views/Shared/NavMenu.razor.rz.scp.css */
#sidebar i[b-wqdjexs3in] {
    transition: all 0.3s ease-in-out;
}

#sidebar.md\:w-16 i[b-wqdjexs3in] {
    margin: 0 auto;
}

#sidebar.md\:w-16 .sidebar-text[b-wqdjexs3in] {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

