/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-mo1e9c4765] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12%;
    background-image: url("https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=2564&auto=format&fit=crop");
    /* Dark digital/cyber theme */
    background-size: cover;
    background-position: center;
    position: relative;
}

.auth-layout[b-mo1e9c4765]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 16, 0.7);
    /* Much darker overlay for digitalization vibe */
    backdrop-filter: blur(5px);
    /* Matte effect */
    -webkit-backdrop-filter: blur(5px);
}

/* Ensure content is above overlay */
.auth-layout>*[b-mo1e9c4765] {
    position: relative;
    z-index: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ewz2zwv2p0] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f3f4f6; /* Light gray modern background */
}

main[b-ewz2zwv2p0] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-ewz2zwv2p0] {
    background-image: url("https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?q=80&w=2564&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
}

.modern-topbar[b-ewz2zwv2p0] {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-end;
    min-height: 4rem;
    height: auto;
    display: flex;
    align-items: center;
}

.user-badge[b-ewz2zwv2p0] {
    display: flex;
    align-items: center;
    color: #4b5563;
    font-size: 0.875rem;
}

.modern-content[b-ewz2zwv2p0] {
    flex: 1;
    background-color: transparent;
}

@media (max-width: 640.98px) {
    .modern-topbar[b-ewz2zwv2p0] {
        justify-content: flex-end;
    }
}

@media (min-width: 641px) {
    .page[b-ewz2zwv2p0] {
        flex-direction: row;
    }

    .sidebar[b-ewz2zwv2p0] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .modern-topbar[b-ewz2zwv2p0] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .modern-topbar[b-ewz2zwv2p0], article[b-ewz2zwv2p0] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* Error UI default styles */
#blazor-error-ui[b-ewz2zwv2p0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ewz2zwv2p0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.modern-sidebar[b-vt4zvj4f47] {
    background: rgba(18, 18, 20, 0.95);
    backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255,255,255,0.05);
    height: 100%;
}

.top-row[b-vt4zvj4f47] {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-brand[b-vt4zvj4f47] {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

.navbar-brand .text-primary[b-vt4zvj4f47] {
    color: #6366f1 !important; /* Premium Indigo */
}

/* Modern Link Styling */
.modern-link[b-vt4zvj4f47] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    color: #f8f9fa !important; /* Brighter white/light-gray text */
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}

.icon-box[b-vt4zvj4f47] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    margin-right: 12px;
    transition: all 0.2s ease-in-out;
}

.icon-box i[b-vt4zvj4f47] {
    font-size: 1.2rem;
    color: #e5e7eb;
    transition: all 0.2s ease-in-out;
}

/* Hover State */
.modern-link:hover[b-vt4zvj4f47] {
    color: #f3f4f6 !important;
    background: rgba(255,255,255,0.03);
    transform: translateX(4px);
}

.modern-link:hover .icon-box[b-vt4zvj4f47] {
    background: rgba(99, 102, 241, 0.1);
}

.modern-link:hover .icon-box i[b-vt4zvj4f47] {
    color: #6366f1;
}

/* Active State */
.modern-link.active[b-vt4zvj4f47] {
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.3) 0%, rgba(99, 102, 241, 0) 100%);
    border-left: 4px solid #818cf8;
    border-radius: 0 0.5rem 0.5rem 0;
}

.modern-link.active .icon-box[b-vt4zvj4f47] {
    background: #6366f1;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

.modern-link.active .icon-box i[b-vt4zvj4f47] {
    color: #ffffff;
}

.navbar-toggler[b-vt4zvj4f47] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vt4zvj4f47] {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-vt4zvj4f47] {
        display: none;
    }

    .nav-scrollable[b-vt4zvj4f47] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-vt4zvj4f47] {
        display: none;
    }

    .navbar-toggler:checked~.nav-scrollable[b-vt4zvj4f47] {
        display: block;
    }
}

.admin-toggle-icon[b-vt4zvj4f47] {
    transition: transform 0.3s ease;
}

a[aria-expanded="true"] .admin-toggle-icon[b-vt4zvj4f47] {
    transform: rotate(180deg);
}
/* /Components/Layout/NotificationBell.razor.rz.scp.css */
.notification-bell-container[b-0wmjx9sfnq] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.notification-bell-btn[b-0wmjx9sfnq] {
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    color: #4b5563;
    font-size: 1.25rem;
    transition: all 0.2s ease;
}

.notification-bell-btn:hover[b-0wmjx9sfnq] {
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.notification-badge[b-0wmjx9sfnq] {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ef4444;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    text-align: center;
    padding: 0 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    animation: badge-pulse-b-0wmjx9sfnq 2s ease-in-out infinite;
}

@keyframes badge-pulse-b-0wmjx9sfnq {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Overlay to close dropdown */
.notification-overlay[b-0wmjx9sfnq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

/* Dropdown panel */
.notification-dropdown[b-0wmjx9sfnq] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 380px;
    max-height: 480px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15), 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: dropdown-appear-b-0wmjx9sfnq 0.2s ease-out;
}

@keyframes dropdown-appear-b-0wmjx9sfnq {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.notification-header[b-0wmjx9sfnq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.notification-header-title[b-0wmjx9sfnq] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1f2937;
}

.notification-mark-all-btn[b-0wmjx9sfnq] {
    background: none;
    border: none;
    color: #3b82f6;
    font-size: 0.78rem;
    font-weight: 500;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.15s;
}

.notification-mark-all-btn:hover[b-0wmjx9sfnq] {
    background: rgba(59, 130, 246, 0.1);
}

/* Scrollable list */
.notification-list[b-0wmjx9sfnq] {
    overflow-y: auto;
    max-height: 400px;
    flex: 1;
}

/* Empty state */
.notification-empty[b-0wmjx9sfnq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    color: #9ca3af;
}

/* Notification item */
.notification-item[b-0wmjx9sfnq] {
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background 0.15s;
}

.notification-item:hover[b-0wmjx9sfnq] {
    background-color: #f9fafb;
}

.notification-item.unread[b-0wmjx9sfnq] {
    background-color: #eff6ff;
    border-left: 3px solid #3b82f6;
}

.notification-item.unread:hover[b-0wmjx9sfnq] {
    background-color: #dbeafe;
}

.notification-item:last-child[b-0wmjx9sfnq] {
    border-bottom: none;
}

.notification-item-header[b-0wmjx9sfnq] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.notification-icon-wrapper[b-0wmjx9sfnq] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fef2f2;
    font-size: 0.9rem;
}

.notification-content[b-0wmjx9sfnq] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-0wmjx9sfnq] {
    font-weight: 600;
    font-size: 0.82rem;
    color: #1f2937;
    margin-bottom: 2px;
}

.notification-message[b-0wmjx9sfnq] {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-time[b-0wmjx9sfnq] {
    font-size: 0.7rem;
    color: #9ca3af;
    margin-top: 4px;
}

.notification-unread-dot[b-0wmjx9sfnq] {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    margin-top: 4px;
}

/* Expandable details */
.notification-details[b-0wmjx9sfnq] {
    margin-top: 10px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 0.78rem;
}

.detail-row[b-0wmjx9sfnq] {
    display: flex;
    gap: 6px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.detail-label[b-0wmjx9sfnq] {
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.detail-value[b-0wmjx9sfnq] {
    color: #4b5563;
    word-break: break-all;
}

.failed-emails-list[b-0wmjx9sfnq] {
    list-style: none;
    padding-left: 12px;
    margin: 2px 0 6px;
}

.failed-emails-list li[b-0wmjx9sfnq] {
    color: #dc2626;
    font-size: 0.75rem;
    padding: 1px 0;
}

.failed-emails-list li[b-0wmjx9sfnq]::before {
    content: "✗ ";
    font-weight: bold;
}

/* Mobile responsive */
@media (max-width: 640px) {
    .notification-dropdown[b-0wmjx9sfnq] {
        position: fixed;
        top: 60px;
        left: 8px;
        right: 8px;
        width: auto;
        max-height: calc(100vh - 80px);
        border-radius: 12px;
    }
}

/* Scrollbar styling */
.notification-list[b-0wmjx9sfnq]::-webkit-scrollbar {
    width: 4px;
}

.notification-list[b-0wmjx9sfnq]::-webkit-scrollbar-track {
    background: transparent;
}

.notification-list[b-0wmjx9sfnq]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

.notification-list[b-0wmjx9sfnq]::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-haqyfzxlm9],
.components-reconnect-repeated-attempt-visible[b-haqyfzxlm9],
.components-reconnect-failed-visible[b-haqyfzxlm9],
.components-pause-visible[b-haqyfzxlm9],
.components-resume-failed-visible[b-haqyfzxlm9],
.components-rejoining-animation[b-haqyfzxlm9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-retrying[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-failed[b-haqyfzxlm9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-haqyfzxlm9] {
    display: block;
}


#components-reconnect-modal[b-haqyfzxlm9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-haqyfzxlm9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-haqyfzxlm9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-haqyfzxlm9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-haqyfzxlm9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-haqyfzxlm9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-haqyfzxlm9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-haqyfzxlm9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-haqyfzxlm9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-haqyfzxlm9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-haqyfzxlm9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-haqyfzxlm9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-haqyfzxlm9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-haqyfzxlm9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-haqyfzxlm9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-haqyfzxlm9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-haqyfzxlm9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-haqyfzxlm9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-haqyfzxlm9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.glass-card[b-k4wscgu73i] {
    background: rgba(18, 18, 20, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 3rem 2.5rem;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    margin: 2rem;
}

.logo-circle[b-k4wscgu73i] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
}

.glass-input[b-k4wscgu73i] {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.glass-input:focus[b-k4wscgu73i] {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25) !important;
}

.glass-input[b-k4wscgu73i]::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.modern-btn[b-k4wscgu73i] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.modern-btn:hover[b-k4wscgu73i] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.sso-btn[b-k4wscgu73i] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sso-btn:hover[b-k4wscgu73i] {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    color: white;
}

.google-btn[b-k4wscgu73i] {
    background: #ffffff;
    border: 1px solid #dadce0;
    color: #3c4043;
    font-weight: 500;
    transition: all 0.3s ease;
}

.google-btn:hover[b-k4wscgu73i] {
    background: #f8f9fa;
    border-color: #d2e3fc;
    color: #202124;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.divider .line[b-k4wscgu73i] {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.glass-alert[b-k4wscgu73i] {
    background: rgba(239, 68, 68, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(239, 68, 68, 0.3) !important;
    color: #fca5a5;
}

/* Fix Autofill styling for Chrome/Edge */
input:-webkit-autofill[b-k4wscgu73i],
input:-webkit-autofill:hover[b-k4wscgu73i], 
input:-webkit-autofill:focus[b-k4wscgu73i], 
input:-webkit-autofill:active[b-k4wscgu73i]{
    -webkit-box-shadow: 0 0 0 30px rgba(30, 30, 32, 1) inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}
