/* /Components/Account/Pages/EnableAuthenticator.razor.rz.scp.css */
.auth-setup-page[b-ziloi34sfo] {
    padding: 2rem 1rem;
    max-width: 560px;
    margin: 0 auto;
}

.auth-setup-card[b-ziloi34sfo] {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e6ed;
    padding: 2rem;
}

.auth-setup-header[b-ziloi34sfo] {
    margin-bottom: 1.5rem;
}

.auth-setup-back[b-ziloi34sfo] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.875rem;
    color: #2b7abf;
    text-decoration: none;
    margin-bottom: 1rem;
}

.auth-setup-back:hover[b-ziloi34sfo] {
    text-decoration: underline;
}

.auth-setup-title[b-ziloi34sfo] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0;
}

.auth-setup-loading[b-ziloi34sfo] {
    color: #6b7280;
    font-size: 0.9rem;
}

/* Alerts */
.auth-setup-alert[b-ziloi34sfo] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.9rem 1.1rem;
    border-radius: 8px;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.auth-setup-alert .bi[b-ziloi34sfo] {
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.auth-setup-alert--success[b-ziloi34sfo] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.auth-setup-alert--warning[b-ziloi34sfo] {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
}

.auth-setup-alert--danger[b-ziloi34sfo] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

/* Buttons */
.auth-setup-btn[b-ziloi34sfo] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: opacity 0.15s;
}

.auth-setup-btn:hover[b-ziloi34sfo] {
    opacity: 0.88;
}

.auth-setup-btn--primary[b-ziloi34sfo] {
    background: linear-gradient(135deg, #1e5a9c, #2b7abf);
    color: #ffffff;
}

.auth-setup-btn--secondary[b-ziloi34sfo] {
    background: #f3f4f6;
    color: #344054;
    border: 1px solid #d0d5dd;
}

.auth-setup-btn--danger[b-ziloi34sfo] {
    background: #dc2626;
    color: #ffffff;
}

/* Disable form */
.auth-setup-text[b-ziloi34sfo] {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.auth-setup-disable-form[b-ziloi34sfo] {
    margin-top: 0.5rem;
}

/* Setup steps */
.auth-setup-steps[b-ziloi34sfo] {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.8;
}

.auth-setup-steps a[b-ziloi34sfo] {
    color: #2b7abf;
}

/* QR block */
.auth-setup-qr-block[b-ziloi34sfo] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.75rem;
}

.auth-setup-qr-block img[b-ziloi34sfo] {
    border-radius: 4px;
}

.auth-setup-key-label[b-ziloi34sfo] {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0.75rem 0 0.25rem;
}

.auth-setup-key[b-ziloi34sfo] {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    color: #1976d2;
    background: #e8f0fe;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    word-break: break-all;
}

/* Verify form */
.auth-setup-label[b-ziloi34sfo] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #344054;
    margin-bottom: 0.5rem;
}

.auth-setup-verify-form[b-ziloi34sfo] {
    margin-top: 0.25rem;
}

.auth-setup-verify-row[b-ziloi34sfo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.auth-setup-code-input[b-ziloi34sfo] {
    width: 160px;
    padding: 0.55rem 0.85rem;
    border: 1.5px solid #d0d5dd;
    border-radius: 6px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    text-align: center;
    color: #1976d2;
    background: #f9fafb;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-setup-code-input:focus[b-ziloi34sfo] {
    outline: none;
    border-color: #2b7abf;
    box-shadow: 0 0 0 3px rgba(43, 122, 191, 0.15);
    background: #ffffff;
}
/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.login-page[b-7e1146epwj] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e5a9c 0%, #2b7abf 50%, #3a9bd9 100%);
    padding: 1rem;
}

.login-card[b-7e1146epwj] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 400px;
}

.login-header[b-7e1146epwj] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-7e1146epwj] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e5a9c, #3a9bd9);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.login-logo .bi[b-7e1146epwj] {
    font-size: 2rem;
    color: #ffffff;
}

.login-title[b-7e1146epwj] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0 0 0.25rem;
}

.login-subtitle[b-7e1146epwj] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.login-field[b-7e1146epwj] {
    margin-bottom: 1.25rem;
}

.login-field label[b-7e1146epwj] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #344054;
    margin-bottom: 0.4rem;
}

.login-input[b-7e1146epwj] {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1.5px solid #d0d5dd;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1a2e4a;
    background: #f9fafb;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.login-input:focus[b-7e1146epwj] {
    outline: none;
    border-color: #2b7abf;
    box-shadow: 0 0 0 3px rgba(43, 122, 191, 0.15);
    background: #ffffff;
}

.login-validation[b-7e1146epwj] {
    display: block;
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.3rem;
}

.login-remember[b-7e1146epwj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.login-remember input[type="checkbox"][b-7e1146epwj] {
    width: 16px;
    height: 16px;
    accent-color: #2b7abf;
    cursor: pointer;
}

.login-remember label[b-7e1146epwj] {
    font-size: 0.875rem;
    color: #344054;
    cursor: pointer;
    margin: 0;
}

.login-btn[b-7e1146epwj] {
    width: 100%;
    padding: 0.7rem;
    background: linear-gradient(135deg, #1e5a9c, #2b7abf);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
}

.login-btn:hover[b-7e1146epwj] {
    opacity: 0.92;
}

.login-btn:active[b-7e1146epwj] {
    transform: scale(0.99);
}

.login-forgot[b-7e1146epwj] {
    display: block;
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
}

.login-forgot:hover[b-7e1146epwj] {
    color: #374151;
    text-decoration: underline;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* Gedeelde login stijlen staan in app.css */
/* /Components/Account/Pages/Profile.razor.rz.scp.css */
.profile-info[b-tf5pbx2dna] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.profile-avatar[b-tf5pbx2dna] {
    font-size: 3.5rem;
    color: #2b7abf;
    line-height: 1;
    flex-shrink: 0;
}

.profile-name[b-tf5pbx2dna] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a2e4a;
}

.profile-email[b-tf5pbx2dna] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.1rem;
}

.profile-role[b-tf5pbx2dna] {
    margin-top: 0.4rem;
}

.profile-badge[b-tf5pbx2dna] {
    display: inline-block;
    padding: 0.2em 0.65em;
    font-size: 0.78rem;
    font-weight: 600;
    background: #1976d2;
    color: #ffffff;
    border-radius: 4px;
    letter-spacing: 0.2px;
}

.profile-divider[b-tf5pbx2dna] {
    border-top: 1px solid #e5e7eb;
    margin: 0 0 1.25rem;
}

.profile-section-title[b-tf5pbx2dna] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #344054;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.profile-security-item[b-tf5pbx2dna] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
}

.profile-security-icon[b-tf5pbx2dna] {
    font-size: 1.75rem;
    flex-shrink: 0;
    line-height: 1;
}

.profile-security-icon--active[b-tf5pbx2dna] {
    color: #16a34a;
}

.profile-security-icon--inactive[b-tf5pbx2dna] {
    color: #9ca3af;
}

.profile-security-info[b-tf5pbx2dna] {
    flex: 1;
}

.profile-security-label[b-tf5pbx2dna] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a2e4a;
}

.profile-security-status[b-tf5pbx2dna] {
    font-size: 0.85rem;
    margin-top: 0.15rem;
}

.profile-status[b-tf5pbx2dna] {
    font-weight: 600;
}

.profile-status--on[b-tf5pbx2dna] {
    color: #16a34a;
}

.profile-status--off[b-tf5pbx2dna] {
    color: #d97706;
}

.profile-status-desc[b-tf5pbx2dna] {
    color: #6b7280;
}

.profile-security-actions[b-tf5pbx2dna] {
    flex-shrink: 0;
}

.profile-dialog-warning[b-tf5pbx2dna] {
    font-size: 0.875rem;
    color: #b45309;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 6px;
    padding: 0.6rem 0.9rem;
    margin-top: 0.5rem;
}
/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.login-page[b-95qv3ip19h] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e5a9c 0%, #2b7abf 50%, #3a9bd9 100%);
    padding: 1rem;
}

.login-card[b-95qv3ip19h] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 400px;
}

.login-header[b-95qv3ip19h] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-95qv3ip19h] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e5a9c, #3a9bd9);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.login-logo .bi[b-95qv3ip19h] {
    font-size: 2rem;
    color: #ffffff;
}

.login-title[b-95qv3ip19h] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0 0 0.25rem;
}

.login-subtitle[b-95qv3ip19h] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.login-field[b-95qv3ip19h] {
    margin-bottom: 1.25rem;
}

.login-field label[b-95qv3ip19h] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #344054;
    margin-bottom: 0.4rem;
}

.login-input[b-95qv3ip19h] {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1.5px solid #d0d5dd;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1a2e4a;
    background: #f9fafb;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.login-input:focus[b-95qv3ip19h] {
    outline: none;
    border-color: #2b7abf;
    box-shadow: 0 0 0 3px rgba(43, 122, 191, 0.15);
    background: #ffffff;
}

.login-validation[b-95qv3ip19h] {
    display: block;
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.3rem;
}

.login-remember[b-95qv3ip19h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.login-remember input[type="checkbox"][b-95qv3ip19h] {
    width: 16px;
    height: 16px;
    accent-color: #2b7abf;
    cursor: pointer;
}

.login-remember label[b-95qv3ip19h] {
    font-size: 0.875rem;
    color: #344054;
    cursor: pointer;
    margin: 0;
}

.login-btn[b-95qv3ip19h] {
    width: 100%;
    padding: 0.7rem;
    background: linear-gradient(135deg, #1e5a9c, #2b7abf);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
}

.login-btn:hover[b-95qv3ip19h] {
    opacity: 0.92;
}

.login-btn:active[b-95qv3ip19h] {
    transform: scale(0.99);
}

.login-forgot[b-95qv3ip19h] {
    display: block;
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
}

.login-forgot:hover[b-95qv3ip19h] {
    color: #374151;
    text-decoration: underline;
}
/* /Components/Account/Pages/Setup2faRecommendation.razor.rz.scp.css */
.recommendation-card[b-7fvsybwttj] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 440px;
}

.recommendation-logo[b-7fvsybwttj] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #c0580a, #e67e22);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.recommendation-logo .bi[b-7fvsybwttj] {
    font-size: 2rem;
    color: #ffffff;
}

.recommendation-intro[b-7fvsybwttj] {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.recommendation-list[b-7fvsybwttj] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem 1.1rem;
    background: #f9fafb;
}

.recommendation-list li[b-7fvsybwttj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #344054;
}

.recommendation-check[b-7fvsybwttj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
}

.recommendation-actions[b-7fvsybwttj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.recommendation-btn-primary[b-7fvsybwttj] {
    display: block;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, #c0580a, #e67e22);
}

.recommendation-btn-primary:hover[b-7fvsybwttj] {
    opacity: 0.92;
    color: #ffffff;
    text-decoration: none;
}
/* /Components/Account/Pages/TwoFactorLogin.razor.rz.scp.css */
.twofactor-code-input[b-lei3ywzr33] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    color: #1976d2;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qyt7x6axb3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qyt7x6axb3] {
    flex: 1;
}

.top-row[b-qyt7x6axb3] {
    background: linear-gradient(135deg, #1e5a9c 0%, #2b7abf 50%, #3a9bd9 100%);
    border-bottom: 1px solid #1e5a9c;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard-title[b-qyt7x6axb3] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.dashboard-title:hover[b-qyt7x6axb3] {
    color: #e0f2ff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dashboard-header[b-qyt7x6axb3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dashboard-logo[b-qyt7x6axb3] {
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    border-radius: 4px;
    transition: transform 0.2s;
}

/* User menu */
.user-menu[b-qyt7x6axb3] {
    position: relative;
    margin-left: auto;
}

.user-menu-toggle[b-qyt7x6axb3] {
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    color: #ffffff;
    padding: 0.3rem 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: background 0.2s, border-color 0.2s;
}

.user-menu-toggle:hover[b-qyt7x6axb3] {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.6);
}

.user-menu-dropdown[b-qyt7x6axb3] {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 160px;
    z-index: 1000;
    overflow: hidden;
}

.user-menu-item[b-qyt7x6axb3] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6rem 1rem;
    background: none;
    border: none;
    color: #344054 !important;
    font-size: 0.9rem;
    cursor: pointer;
    text-align: left;
    text-decoration: none !important;
    transition: background 0.15s;
    white-space: nowrap;
    margin-left: 0 !important;
}

.user-menu-item:hover[b-qyt7x6axb3] {
    background: #f0f4ff;
    color: #1e5a9c !important;
}

.user-menu-item.danger[b-qyt7x6axb3] {
    color: #dc3545 !important;
}

.user-menu-item.danger:hover[b-qyt7x6axb3] {
    background: #fff5f5;
    color: #dc3545 !important;
}

.user-menu-divider[b-qyt7x6axb3] {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
}

.top-row[b-qyt7x6axb3]  a, .top-row[b-qyt7x6axb3]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.2s;
}

.top-row[b-qyt7x6axb3]  a:hover, .top-row[b-qyt7x6axb3]  .btn-link:hover {
    text-decoration: underline;
    color: #e0f2ff;
}

@media (max-width: 640.98px) {
    .top-row[b-qyt7x6axb3]  a, .top-row[b-qyt7x6axb3]  .btn-link {
        margin-left: 0;
    }
}

#blazor-error-ui[b-qyt7x6axb3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-qyt7x6axb3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f2jyyrbl5v] {
    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-f2jyyrbl5v] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f2jyyrbl5v] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f2jyyrbl5v] {
    font-size: 1.1rem;
}

.bi[b-f2jyyrbl5v] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-f2jyyrbl5v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-f2jyyrbl5v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-f2jyyrbl5v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-f2jyyrbl5v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f2jyyrbl5v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f2jyyrbl5v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f2jyyrbl5v]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-f2jyyrbl5v]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f2jyyrbl5v]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f2jyyrbl5v] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f2jyyrbl5v] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f2jyyrbl5v] {
        display: none;
    }

    .nav-scrollable[b-f2jyyrbl5v] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7zxr91ruli],
.components-reconnect-repeated-attempt-visible[b-7zxr91ruli],
.components-reconnect-failed-visible[b-7zxr91ruli],
.components-pause-visible[b-7zxr91ruli],
.components-resume-failed-visible[b-7zxr91ruli],
.components-rejoining-animation[b-7zxr91ruli] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-retrying[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-failed[b-7zxr91ruli],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7zxr91ruli] {
    display: block;
}


#components-reconnect-modal[b-7zxr91ruli] {
    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-7zxr91ruli 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7zxr91ruli 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7zxr91ruli 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7zxr91ruli]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7zxr91ruli 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7zxr91ruli {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7zxr91ruli {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7zxr91ruli {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7zxr91ruli] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7zxr91ruli] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7zxr91ruli] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7zxr91ruli] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7zxr91ruli] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7zxr91ruli] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7zxr91ruli] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7zxr91ruli 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7zxr91ruli] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7zxr91ruli {
    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/Blockdescriptions/BlockDescriptionList.razor.rz.scp.css */
/* BlockDescriptionList Component Styling */

/* Info Alert Styling */
.alert-info[b-oz9bsz57vb] {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border-left: 4px solid #0dcaf0;
    border-radius: 8px;
    padding: 1.25rem;
}

.alert-info strong[b-oz9bsz57vb] {
    color: #055160;
    font-size: 1.05rem;
}

.alert-info small[b-oz9bsz57vb] {
    color: #0a6c7a;
}

/* Card with Icon */
[b-oz9bsz57vb] .k-card-title .bi {
    color: #ffffff;
    margin-right: 0.75rem;
    font-size: 1.5rem;
    opacity: 0.95;
}

/* Grid Action Buttons */
[b-oz9bsz57vb] .k-grid .k-button-flat {
    margin: 0 0.125rem;
    transition: all 0.2s ease;
}

[b-oz9bsz57vb] .k-grid .k-button-flat:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

/* Badge Styling in Grid */
[b-oz9bsz57vb] .k-grid .badge {
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

.badge.bg-info[b-oz9bsz57vb] {
    background-color: #17a2b8 !important;
    color: white !important;
}

.badge.bg-primary[b-oz9bsz57vb] {
    background-color: #0d6efd !important;
    color: white !important;
}

/* Card Actions in Header */
[b-oz9bsz57vb] .k-card-actions {
    margin-left: auto;
}

/* Grid Container */
[b-oz9bsz57vb] .k-grid {
    margin-top: 1rem;
}

/* Delete Dialog */
[b-oz9bsz57vb] .k-dialog-content p {
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

/* Notification Styling */
[b-oz9bsz57vb] .k-notification {
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
}

[b-oz9bsz57vb] .k-notification-success {
    background-color: #d1e7dd;
    border-left: 4px solid #198754;
    color: #0f5132;
}

[b-oz9bsz57vb] .k-notification-error {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #842029;
}
/* /Components/Pages/Hotel/HotelCalendar.razor.rz.scp.css */
/* Full-width page layout - breaks out of containers */
.hc-layout-wrapper[b-u2b6p29u4a] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hc-header[b-u2b6p29u4a] {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.hc-header-top[b-u2b6p29u4a] {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 100%;
}

.hc-header-title[b-u2b6p29u4a] {
    margin-left: 12px;
    font-size: 1.1rem;
    font-weight: 600;
}

.hc-content[b-u2b6p29u4a] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hc-toolbar[b-u2b6p29u4a] {
    padding: 12px 16px;
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.hc-timeline-controls[b-u2b6p29u4a] {
    padding: 12px 16px;
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.hc-scheduler-container[b-u2b6p29u4a] {
    flex: 1;
    padding: 12px 16px;
    overflow: auto;
}

/* Timeline grid wrapper */
.hc-timeline-wrapper[b-u2b6p29u4a] {
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    margin: 0 16px;
    flex: 1;
}

.hc-timeline[b-u2b6p29u4a] {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85rem;
    table-layout: fixed;
}

.hc-timeline th[b-u2b6p29u4a],
.hc-timeline td[b-u2b6p29u4a] {
    border: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
}

/* Room (left) column */
.hc-room-col[b-u2b6p29u4a] {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: var(--room-color, #fafafa);
    text-align: left;
    padding: 6px 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead .hc-room-col[b-u2b6p29u4a] {
    z-index: 3;
}

.hc-room-dot[b-u2b6p29u4a] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

/* Day header cells */
.hc-day-col[b-u2b6p29u4a] {
    min-width: 46px;
    padding: 4px 2px;
    background-color: #fafafa;
}

.hc-day-name[b-u2b6p29u4a] {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #888;
}

.hc-day-num[b-u2b6p29u4a] {
    font-weight: 600;
}

/* Body cells */
.hc-cell[b-u2b6p29u4a] {
    height: 38px;
    padding: 2px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    transition: background-color 0.1s ease-in-out;
}

.hc-cell:hover[b-u2b6p29u4a] {
    outline: 2px solid #2f80ed;
    outline-offset: -2px;
}

/* Green background = the room was available that day */
.hc-cell.hc-available[b-u2b6p29u4a] {
    background-color: #d7f5e1;
}

/* Weekend / today accents */
.hc-weekend[b-u2b6p29u4a] {
    background-color: #f3f4f6;
}

.hc-cell.hc-available.hc-weekend[b-u2b6p29u4a] {
    background-color: #c9efd6;
}

.hc-today[b-u2b6p29u4a] {
    box-shadow: inset 0 0 0 2px #2f80ed33;
}

/* Red booking block on top of the (green) background */
.hc-booking[b-u2b6p29u4a] {
    background-color: #e74c3c;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 0.72rem;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Legend swatches */
.hc-legend-swatch[b-u2b6p29u4a] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hc-legend-available[b-u2b6p29u4a] {
    background-color: #d7f5e1;
}

.hc-legend-booked[b-u2b6p29u4a] {
    background-color: #e74c3c;
}

/* Availability selection modal styling */
.modal-overlay[b-u2b6p29u4a] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10000 !important;
}

.modal-dialog-centered[b-u2b6p29u4a] {
    width: 90% !important;
    max-width: 500px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.availability-select-modal[b-u2b6p29u4a] {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
}

.availability-select-header[b-u2b6p29u4a] {
    background: linear-gradient(135deg, #2b5fd9 0%, #2f80ed 100%);
    color: #ffffff;
    padding: 16px;
}

.availability-select-title[b-u2b6p29u4a] {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

.availability-select-body[b-u2b6p29u4a] {
    padding: 20px;
    background-color: #ffffff;
}

.availability-select-intro[b-u2b6p29u4a] {
    margin: 0 0 16px 0;
    color: #555555;
    font-size: 0.95rem;
}

.availability-select-list[b-u2b6p29u4a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.availability-select-item[b-u2b6p29u4a] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    text-align: left;
}

.availability-select-item:hover[b-u2b6p29u4a] {
    background-color: #f0f0f0;
    border-color: #2f80ed;
    box-shadow: 0 2px 8px rgba(47, 128, 237, 0.15);
}

.availability-select-item:active[b-u2b6p29u4a] {
    background-color: #e8e8e8;
}

.availability-select-item-dates[b-u2b6p29u4a] {
    font-weight: 600;
    color: #333333;
    margin-bottom: 4px;
}

.availability-select-item-rooms[b-u2b6p29u4a] {
    font-size: 0.85rem;
    color: #888888;
}

.availability-select-footer[b-u2b6p29u4a] {
    padding: 12px 20px;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    text-align: right;
}

.btn-availability-select-cancel[b-u2b6p29u4a] {
    padding: 8px 16px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    color: #555555;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.btn-availability-select-cancel:hover[b-u2b6p29u4a] {
    background-color: #f5f5f5;
    border-color: #999999;
}

.btn-availability-select-cancel:active[b-u2b6p29u4a] {
    background-color: #efefef;
}


/* /Components/Pages/Pages/PageEditor.razor.rz.scp.css */
/* PageEditor Specific Styling */

/* Section Headers */
.form-section-header[b-4duokw5r2z] {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    padding: 0.75rem 1rem;
    margin: 1.5rem -1.5rem 1rem -1.5rem;
    border-left: 4px solid #2b7abf;
    font-weight: 600;
    color: #495057;
    font-size: 1.1rem;
}

/* Custom Fields Grouping */
.custom-fields-section[b-4duokw5r2z] {
    background-color: #f8f9fa;
    padding: 1.25rem;
    border-radius: 6px;
    margin-top: 1rem;
    border: 1px solid #dee2e6;
}

/* Form Item Spacing */
[b-4duokw5r2z] .k-form-field {
    margin-bottom: 1.25rem;
}

[b-4duokw5r2z] .k-form-buttons {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e9ecef;
    display: flex;
    gap: 0.75rem;
}

/* TelerikEditor Styling */
[b-4duokw5r2z] .k-editor {
    border-radius: 6px;
    border: 1px solid #ced4da;
}

[b-4duokw5r2z] .k-editor-toolbar {
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

/* TextArea and TextBox improvements */
[b-4duokw5r2z] .k-textbox,
[b-4duokw5r2z] .k-textarea {
    border-radius: 6px;
    border: 1px solid #ced4da;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-4duokw5r2z] .k-textbox:focus,
[b-4duokw5r2z] .k-textarea:focus {
    border-color: #2b7abf;
    box-shadow: 0 0 0 0.2rem rgba(43, 122, 191, 0.15);
}

/* Dropdown Improvements */
[b-4duokw5r2z] .k-dropdown {
    border-radius: 6px;
}

/* MultiSelect Styling */
[b-4duokw5r2z] .k-multiselect {
    border-radius: 6px;
}

/* Loading State */
[b-4duokw5r2z] .k-loader {
    color: #2b7abf;
}
/* /Components/Pages/Pages/WebsitePages.razor.rz.scp.css */
/* WebsitePages Specific Styling */

/* Page Title with Back Button */
[b-npu9t1ifx4] .d-flex.align-items-center {
    gap: 0.5rem;
}

/* Grid Row Hover Effect */
[b-npu9t1ifx4] .k-grid tbody tr {
    transition: all 0.2s ease;
}

[b-npu9t1ifx4] .k-grid tbody tr:hover {
    background-color: #f0f7ff;
    cursor: pointer;
}

/* Empty State Styling */
.k-text-center.k-py-4[b-npu9t1ifx4] {
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

.k-text-center.k-py-4 p[b-npu9t1ifx4] {
    margin: 0.5rem 0;
    font-size: 1.05rem;
}

.k-text-center.k-py-4 .text-muted[b-npu9t1ifx4] {
    color: #6c757d !important;
    font-size: 0.95rem;
}

/* Badge Status Improvements */
.badge[b-npu9t1ifx4] {
    font-size: 0.85rem;
    padding: 0.4em 0.8em;
    font-weight: 500;
}

/* Action Buttons Container */
[b-npu9t1ifx4] .d-flex.gap-1 {
    justify-content: flex-start;
    flex-wrap: nowrap;
}

/* Dialog Improvements */
[b-npu9t1ifx4] .k-dialog-content p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

[b-npu9t1ifx4] .k-dialog-content .text-danger {
    color: #dc3545 !important;
    font-size: 0.95rem;
    padding: 0.75rem;
    background-color: #f8d7da;
    border-radius: 4px;
    border-left: 4px solid #dc3545;
}

/* Card Header Actions */
[b-npu9t1ifx4] .k-card-actions .k-button {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

[b-npu9t1ifx4] .k-card-actions .k-button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
/* /Components/Pages/Websites/Websites.razor.rz.scp.css */
/* Websites Overview Styling */

/* Website Grid Cards */
[b-m5wxlkxcgk] .k-grid-content {
    background-color: white;
}

[b-m5wxlkxcgk] .k-grid tbody tr {
    transition: all 0.25s ease;
}

[b-m5wxlkxcgk] .k-grid tbody tr:hover {
    background: linear-gradient(90deg, #f0f7ff 0%, #ffffff 100%);
    transform: scale(1.001);
}

/* Status Badges */
.badge[b-m5wxlkxcgk] {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
    padding: 0.4em 0.9em;
}

/* Action Buttons */
[b-m5wxlkxcgk] .k-button-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

/* Card Enhancement */
[b-m5wxlkxcgk] .k-card {
    border: 1px solid #e0e6ed;
    transition: all 0.3s ease;
}

[b-m5wxlkxcgk] .k-card:hover {
    border-color: #2b7abf;
}

/* Grid Column Headers */
[b-m5wxlkxcgk] .k-grid-header .k-header {
    font-weight: 600;
    font-size: 0.9rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Empty State */
.k-text-center.k-py-4[b-m5wxlkxcgk] {
    padding: 4rem 2rem;
    background: radial-gradient(circle, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 2px dashed #dee2e6;
    margin: 2rem 0;
}

/* Loading State */
[b-m5wxlkxcgk] .k-loader-container {
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.85);
}
/* /Components/Shared/PageDocuments.razor.rz.scp.css */
/* PageDocuments Component Styling */

/* Table Styling */
[b-rim5bx0rjf] .table {
    margin-bottom: 0;
}

[b-rim5bx0rjf] .table thead th {
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
}

[b-rim5bx0rjf] .table tbody tr {
    transition: background-color 0.2s ease;
}

[b-rim5bx0rjf] .table tbody tr:hover {
    background-color: #f0f7ff;
}

[b-rim5bx0rjf] .table tbody td {
    vertical-align: middle;
    padding: 0.75rem;
}

/* Input Fields in Table */
[b-rim5bx0rjf] .table .form-control-sm {
    border-radius: 4px;
    font-size: 0.875rem;
}

/* File Links */
[b-rim5bx0rjf] .table a {
    color: #2b7abf;
    text-decoration: none;
    font-weight: 500;
}

[b-rim5bx0rjf] .table a:hover {
    text-decoration: underline;
    color: #1e5a9c;
}

/* Action Buttons */
[b-rim5bx0rjf] .d-flex.gap-1 {
    gap: 0.375rem;
}

/* Empty State */
.text-center.py-3[b-rim5bx0rjf] {
    padding: 2rem 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-size: 0.95rem;
}

/* CardActions Alignment */
[b-rim5bx0rjf] .k-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

/* Upload Component in Header */
[b-rim5bx0rjf] .k-upload {
    border: none;
    background: transparent;
}

[b-rim5bx0rjf] .k-upload .k-upload-button {
    background: rgba(255, 255, 255, 0.95);
    color: #2b7abf;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

[b-rim5bx0rjf] .k-upload .k-upload-button:hover {
    background: white;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color: #1e5a9c;
}

[b-rim5bx0rjf] .k-upload .k-upload-status {
    display: none;
}

/* Card Icon */
[b-rim5bx0rjf] .k-card-title .bi {
    margin-right: 0.5rem;
    font-size: 1.4rem;
}
