/* /Auth/Pages/ChangePassword.razor.rz.scp.css */
.login-page[b-3qkgqm1ja2] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    position: relative;
    padding: 2rem 1rem;
}

.login-card[b-3qkgqm1ja2] {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 60px rgba(63, 97, 150, 0.2);
    overflow: hidden;
    z-index: 1;
}

.login-card__header[b-3qkgqm1ja2] {
    background: linear-gradient(135deg, #3F6196 0%, #2C9AD3 100%);
    padding: 2rem 2rem 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card__branding[b-3qkgqm1ja2] {
    width: 100%;
}

.login-card__body[b-3qkgqm1ja2] {
    padding: 2.5rem 2.5rem 2rem 2.5rem;
}

.login-form[b-3qkgqm1ja2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.login-form__field[b-3qkgqm1ja2] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.login-form__field label[b-3qkgqm1ja2] {
    font-weight: 600;
    color: #3F6196;
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .login-page[b-3qkgqm1ja2] {
        padding: 1rem;
    }

    .login-card[b-3qkgqm1ja2] {
        border-radius: 1.25rem;
        max-width: 100%;
    }

    .login-card__header[b-3qkgqm1ja2] {
        padding: 1.5rem;
    }

    .login-card__body[b-3qkgqm1ja2] {
        padding: 1.5rem;
    }
}
/* /Auth/Pages/Login.razor.rz.scp.css */
.login-page[b-gb4w897wtj] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    position: relative;
    padding: 2rem 1rem;
}

.login-card[b-gb4w897wtj] {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 60px rgba(63, 97, 150, 0.2);
    overflow: hidden;
    z-index: 1;
}

.login-card__header[b-gb4w897wtj] {
    background: linear-gradient(135deg, #3F6196 0%, #2C9AD3 100%);
    padding: 2rem 2rem 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card__branding[b-gb4w897wtj] {
    width: 100%;
}

.login-card__body[b-gb4w897wtj] {
    padding: 2.5rem 2.5rem 2rem 2.5rem;
}

.login-form[b-gb4w897wtj] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.login-form__field[b-gb4w897wtj] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.login-form__field label[b-gb4w897wtj] {
    font-weight: 600;
    color: #3F6196;
    font-size: 0.9rem;
}

.login-form__options[b-gb4w897wtj] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #3F6196;
    margin-top: -0.25rem;
}

.login-form__remember[b-gb4w897wtj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.forgot-link[b-gb4w897wtj] {
    color: #2C9AD3;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.forgot-link:hover[b-gb4w897wtj] {
    color: #1976D2;
    text-decoration: underline;
}

/* Info Panel Styling */
.login-info-panel[b-gb4w897wtj] {
    display: none;
}

@media (max-width: 640px) {
    .login-card__body[b-gb4w897wtj] {
        padding: 2rem 1.75rem;
    }
}

@media (max-width: 640px) {
    .login-page[b-gb4w897wtj] {
        padding: 1rem;
    }

    .login-card[b-gb4w897wtj] {
        border-radius: 1.25rem;
        max-width: 100%;
    }

    .login-card__header[b-gb4w897wtj] {
        padding: 1.5rem;
    }

    .login-card__body[b-gb4w897wtj] {
        padding: 1.5rem;
    }
}
/* /Features/Admin/Pages/Analytics.razor.rz.scp.css */
.analytics-page[b-2dxh5s32oh] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.analytics-header[b-2dxh5s32oh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-title[b-2dxh5s32oh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.time-controls[b-2dxh5s32oh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Stats Cards Row */
.stats-row[b-2dxh5s32oh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-2dxh5s32oh] {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-header[b-2dxh5s32oh] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 0.5rem;
}

.stat-gauge[b-2dxh5s32oh] {
    width: 100%;
    margin-bottom: 0.5rem;
}

.stat-details[b-2dxh5s32oh] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.stat-used[b-2dxh5s32oh] {
    color: #3F6196;
}

.stat-separator[b-2dxh5s32oh] {
    color: #999;
    margin: 0 0.25rem;
}

.stat-total[b-2dxh5s32oh] {
    color: #666;
}

.stat-percent[b-2dxh5s32oh] {
    font-size: 0.875rem;
    color: #999;
    margin-left: 0.5rem;
}

.stat-available[b-2dxh5s32oh] {
    font-size: 0.75rem;
    color: #4CAF50;
    margin-top: 0.25rem;
}

/* Unlimited license display */
.stat-unlimited[b-2dxh5s32oh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    min-height: 120px;
}

.stat-unlimited-text[b-2dxh5s32oh] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4CAF50;
    margin-top: 0.5rem;
}

/* Simple stat cards */
.stat-card.simple[b-2dxh5s32oh] {
    justify-content: center;
    min-height: 160px;
}

.stat-big-number[b-2dxh5s32oh] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3F6196;
    line-height: 1;
    margin: 0.5rem 0;
}

.stat-subtext[b-2dxh5s32oh] {
    font-size: 0.75rem;
    color: #999;
}

/* Charts Row */
.charts-row[b-2dxh5s32oh] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
    .charts-row[b-2dxh5s32oh] {
        grid-template-columns: 1fr;
    }
}

.chart-card[b-2dxh5s32oh] {
    padding: 1rem;
}

.card-header[b-2dxh5s32oh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.empty-chart[b-2dxh5s32oh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 0.5rem;
}

/* Health Card */
.health-card[b-2dxh5s32oh] {
    padding: 1rem;
}

.health-content[b-2dxh5s32oh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.health-status[b-2dxh5s32oh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
}

.health-status.healthy[b-2dxh5s32oh] {
    background: #E8F5E9;
    color: #2E7D32;
}

.health-status.warning[b-2dxh5s32oh] {
    background: #FFF3E0;
    color: #E65100;
}

.health-status.expired[b-2dxh5s32oh] {
    background: #FFEBEE;
    color: #C62828;
}

.health-details[b-2dxh5s32oh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.health-row[b-2dxh5s32oh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}

.health-row .label[b-2dxh5s32oh] {
    color: #666;
    font-size: 0.875rem;
}

.health-row .value[b-2dxh5s32oh] {
    font-weight: 500;
    color: #333;
}

.warning-text[b-2dxh5s32oh] {
    color: #E65100 !important;
}

/* Activity Card */
.activity-card[b-2dxh5s32oh] {
    padding: 1rem;
}

.live-indicator[b-2dxh5s32oh] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #F44336;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.live-dot[b-2dxh5s32oh] {
    width: 8px;
    height: 8px;
    background: #F44336;
    border-radius: 50%;
    animation: pulse-b-2dxh5s32oh 1.5s infinite;
}

@keyframes pulse-b-2dxh5s32oh {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.activity-list[b-2dxh5s32oh] {
    max-height: 400px;
    overflow-y: auto;
}

.activity-item[b-2dxh5s32oh] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.activity-item:last-child[b-2dxh5s32oh] {
    border-bottom: none;
}

.activity-time[b-2dxh5s32oh] {
    font-size: 0.75rem;
    color: #999;
    min-width: 40px;
    font-family: monospace;
}

.activity-icon[b-2dxh5s32oh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border-radius: 50%;
    flex-shrink: 0;
}

.activity-content[b-2dxh5s32oh] {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    align-items: baseline;
    font-size: 0.875rem;
}

.activity-action[b-2dxh5s32oh] {
    font-weight: 500;
    color: #333;
}

.activity-user[b-2dxh5s32oh] {
    color: #3F6196;
}

.activity-domain[b-2dxh5s32oh] {
    color: #666;
    font-size: 0.75rem;
    background: #f0f0f0;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
}

.empty-activity[b-2dxh5s32oh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 0.5rem;
}

.activity-footer[b-2dxh5s32oh] {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 0.5rem;
}
/* /Features/Admin/Pages/DomainDetail.razor.rz.scp.css */
.domain-detail-page[b-wkyafo494u] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-wkyafo494u] {
    margin-bottom: 1rem;
}

.form-field[b-wkyafo494u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-field label[b-wkyafo494u] {
    font-weight: 600;
    color: #3F6196;
    font-size: 0.9rem;
}

.info-display[b-wkyafo494u] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item[b-wkyafo494u] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-label[b-wkyafo494u] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-value[b-wkyafo494u] {
    font-size: 1rem;
    color: #333;
}
/* /Features/Admin/Pages/Domains.razor.rz.scp.css */
.domains-page[b-qqz0hiodng] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-qqz0hiodng] {
    margin-bottom: 1rem;
}
/* /Features/Admin/Pages/Index.razor.rz.scp.css */
.admin-page[b-zs5cjdbh54] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.admin-header[b-zs5cjdbh54] {
    margin-bottom: 1rem;
}

.admin-card[b-zs5cjdbh54] {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
    height: 100%;
}

.admin-card:hover[b-zs5cjdbh54] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.admin-card__icon[b-zs5cjdbh54] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    flex-shrink: 0;
}

.admin-card__footer[b-zs5cjdbh54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}
/* /Features/Admin/Pages/License.razor.rz.scp.css */
.license-page[b-ibahb1czkh] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-ibahb1czkh] {
    margin-bottom: 1rem;
}

.stat-item[b-ibahb1czkh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    height: 100%;
}

.stat-label[b-ibahb1czkh] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-value[b-ibahb1czkh] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
}

.stat-value.expired[b-ibahb1czkh] {
    color: #B71C1C;
}

.stat-value.warning[b-ibahb1czkh] {
    color: #F57C00;
}
/* /Features/Admin/Pages/LicenseActivation.razor.rz.scp.css */
.license-activation-page[b-ytp6twcxxr] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-ytp6twcxxr] {
    margin-bottom: 1rem;
}

.form-field[b-ytp6twcxxr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-field label[b-ytp6twcxxr] {
    font-weight: 600;
    color: #3F6196;
    font-size: 0.9rem;
}

.license-preview[b-ytp6twcxxr] {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #f6fbff;
    border-radius: 0.5rem;
    border-left: 4px solid #4CAF50;
}

.preview-item[b-ytp6twcxxr] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 0.375rem;
    border: 1px solid #e0e0e0;
}

.preview-label[b-ytp6twcxxr] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.preview-value[b-ytp6twcxxr] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.preview-value.highlight[b-ytp6twcxxr] {
    color: #2C9AD3;
    font-size: 1.25rem;
}

/* Allocation Error Styles */
.allocation-status-card[b-ytp6twcxxr] {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid;
}

.allocation-status-card.over-allocated[b-ytp6twcxxr] {
    background-color: #fff5f5;
    border-color: #f5c6cb;
}

.allocation-status-card.ok[b-ytp6twcxxr] {
    background-color: #f0fff4;
    border-color: #c6f6d5;
}

.allocation-status-card .status-header[b-ytp6twcxxr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.allocation-status-card.over-allocated .status-header[b-ytp6twcxxr] {
    color: #dc3545;
}

.allocation-status-card.ok .status-header[b-ytp6twcxxr] {
    color: #28a745;
}

.allocation-status-card .status-numbers[b-ytp6twcxxr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #666;
}

.allocation-status-card .status-numbers .separator[b-ytp6twcxxr] {
    color: #999;
}

.allocation-status-card .over-by[b-ytp6twcxxr] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #dc3545;
    background-color: #f8d7da;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    display: inline-block;
}

.domain-breakdown[b-ytp6twcxxr] {
    background-color: white;
    border-radius: 0.375rem;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.domain-breakdown table[b-ytp6twcxxr] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.domain-breakdown th[b-ytp6twcxxr] {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.domain-breakdown td[b-ytp6twcxxr] {
    padding: 0.625rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.domain-breakdown tr:last-child td[b-ytp6twcxxr] {
    border-bottom: none;
}

.domain-breakdown .total-row[b-ytp6twcxxr] {
    background-color: #f8f9fa;
}

.domain-breakdown .total-row td[b-ytp6twcxxr] {
    border-top: 1px solid #e0e0e0;
    color: #333;
}
/* /Features/Admin/Pages/Sessions.razor.rz.scp.css */
.sessions-page[b-2kzie5y82f] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-2kzie5y82f] {
    margin-bottom: 1rem;
}

.user-avatar[b-2kzie5y82f] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3F6196 0%, #2C9AD3 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}
/* /Features/Admin/Pages/UserDetail.razor.rz.scp.css */
.user-detail-page[b-s5ocr4i5rc] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-s5ocr4i5rc] {
    margin-bottom: 1rem;
}

.form-field[b-s5ocr4i5rc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-field label[b-s5ocr4i5rc] {
    font-weight: 600;
    color: #3F6196;
    font-size: 0.9rem;
}

.role-item[b-s5ocr4i5rc],
.domain-item[b-s5ocr4i5rc] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.role-item:hover[b-s5ocr4i5rc],
.domain-item:hover[b-s5ocr4i5rc] {
    background: #f0f4f8;
    border-color: #dee2e6;
}
/* /Features/Admin/Pages/Users.razor.rz.scp.css */
.users-page[b-nwz4rybnea] {
    padding: 2rem;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 60%);
    min-height: 100%;
}

.page-header[b-nwz4rybnea] {
    margin-bottom: 1rem;
}

.user-avatar[b-nwz4rybnea] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3F6196 0%, #2C9AD3 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}
/* /Shared/Layout/DomainSelector.razor.rz.scp.css */
/* Domain Selector Button */
.domain-selector-button[b-2l8pzj997o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

    .domain-selector-button:hover[b-2l8pzj997o] {
        background-color: #f5f5f5;
        border-color: #1976D2;
    }

/* Domain Dropdown Menu */
.domain-dropdown-menu[b-2l8pzj997o] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 250px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

/* Dropdown items */
.saved-search-item[b-2l8pzj997o] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: white;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 0.875rem;
    color: #333;
}

    .saved-search-item:hover[b-2l8pzj997o] {
        background-color: #f5f5f5;
    }

    .saved-search-item:first-child[b-2l8pzj997o] {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .saved-search-item:last-child[b-2l8pzj997o] {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .saved-search-item + .saved-search-item[b-2l8pzj997o] {
        border-top: 1px solid #e0e0e0;
    }
/* /Shared/Layout/GracePeriodBanner.razor.rz.scp.css */
/* Grace Period Banner */
.grace-period-banner[b-g4d37zi3fh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #F57C00, #FF9800);
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
}

.grace-period-banner a[b-g4d37zi3fh] {
    color: white;
}

.banner-close[b-g4d37zi3fh] {
    margin-left: auto;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.banner-close:hover[b-g4d37zi3fh] {
    opacity: 1;
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-ej0zu95wll] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ej0zu95wll] {
    flex: 1;
}

.sidebar[b-ej0zu95wll] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ej0zu95wll] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ej0zu95wll]  a, .top-row[b-ej0zu95wll]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ej0zu95wll]  a:hover, .top-row[b-ej0zu95wll]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ej0zu95wll]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ej0zu95wll] {
        justify-content: space-between;
    }

    .top-row[b-ej0zu95wll]  a, .top-row[b-ej0zu95wll]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ej0zu95wll] {
        flex-direction: row;
    }

    .sidebar[b-ej0zu95wll] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ej0zu95wll] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ej0zu95wll]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ej0zu95wll], article[b-ej0zu95wll] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Header button styling */
.header-button[b-ej0zu95wll] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    border: none;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.header-button:hover[b-ej0zu95wll] {
    background-color: rgba(25, 118, 210, 0.1);
}

.header-button:focus[b-ej0zu95wll] {
    outline: 2px solid #1976D2;
    outline-offset: 2px;
}

.header-button .button-label[b-ej0zu95wll] {
    font-size: 0.75rem;
    color: #333;
    margin: 0;
}

.sidebar-nav-container[b-ej0zu95wll] {
    height: 100%;
}

/* MS Office-style split button - Top section (Icon) */
.header-button-top[b-ej0zu95wll] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0.1rem 0rem;
    background: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .header-button-top:hover[b-ej0zu95wll] {
        background-color: rgba(25, 118, 210, 0.1);
    }

    .header-button-top:focus[b-ej0zu95wll] {
        outline: 2px solid #1976D2;
        outline-offset: 2px;
    }

/* MS Office-style split button - Bottom section (Text + Arrow) */
.header-button-bottom[b-ej0zu95wll] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding-right: 0;
}

    .header-button-bottom:hover[b-ej0zu95wll] {
        background-color: rgba(25, 118, 210, 0.1);
    }

    .header-button-bottom:focus[b-ej0zu95wll] {
        outline: 2px solid #1976D2;
        outline-offset: 2px;
    }

    .header-button-bottom .button-label[b-ej0zu95wll] {
        font-size: 0.75rem;
        color: #333;
        margin: 0;
    }

/* Search dropdown menu */
.search-dropdown-menu[b-ej0zu95wll] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 250px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}
.view-dropdown-menu[b-ej0zu95wll] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 150px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.export-dropdown-menu[b-ej0zu95wll] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 200px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

/* Saved search dropdown items */
.saved-search-item[b-ej0zu95wll] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: white;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 0.875rem;
    color: #333;
}

    .saved-search-item:hover[b-ej0zu95wll] {
        background-color: #f5f5f5;
    }

    .saved-search-item:first-child[b-ej0zu95wll] {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .saved-search-item:last-child[b-ej0zu95wll] {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .saved-search-item + .saved-search-item[b-ej0zu95wll] {
        border-top: 1px solid #e0e0e0;
    }

/* Export format dropdown items */
.export-format-item[b-ej0zu95wll] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: white;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 0.875rem;
    color: #333;
}

    .export-format-item:hover[b-ej0zu95wll] {
        background-color: #f5f5f5;
    }

    .export-format-item:first-child[b-ej0zu95wll] {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .export-format-item:last-child[b-ej0zu95wll] {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .export-format-item + .export-format-item[b-ej0zu95wll] {
        border-top: 1px solid #e0e0e0;
    }

/* Domain Selector Button */
.domain-selector-button[b-ej0zu95wll] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

    .domain-selector-button:hover[b-ej0zu95wll] {
        background-color: #f5f5f5;
        border-color: #1976D2;
    }

/* Domain Dropdown Menu (reuse search dropdown pattern) */
.domain-dropdown-menu[b-ej0zu95wll] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 250px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

/* Grace Period Banner */
.grace-period-banner[b-ej0zu95wll] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #F57C00, #FF9800);
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
}

.grace-period-banner a[b-ej0zu95wll] {
    color: white;
}

.banner-close[b-ej0zu95wll] {
    margin-left: auto;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.banner-close:hover[b-ej0zu95wll] {
    opacity: 1;
}

/* /Shared/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-e56lvjvnts] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
}

.nav-header[b-e56lvjvnts] {
    padding: 0.25rem 0.5rem;
    background-color: #3F6196;
    border-bottom: 1px solid #2C9AD3;
    box-shadow: inset 0 2px rgba(255, 255, 255, 0.25), inset 0 -20px 20px -10px rgba(0, 0, 0, 0.4);
}


.nav-header-title[b-e56lvjvnts] {
    color: white !important;
    font-weight: 600;
    font-size: 1rem;
}

/* Navigation Footer Styles */
.nav-footer[b-e56lvjvnts] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.nav-footer-button[b-e56lvjvnts] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: none;
    background-color: #268bbf;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
}

    .nav-footer-button + .nav-footer-button[b-e56lvjvnts] {
        border-top: 1px solid rgba(255, 255, 255, 0.55);
    }

    .nav-footer-button:hover[b-e56lvjvnts] {
        background-color: #76BBE1;
    }

    .nav-footer-button:focus[b-e56lvjvnts] {
        outline: 2px solid #ffffff;
        outline-offset: -2px;
    }

    .nav-footer-button.selected[b-e56lvjvnts] {
        background-color: #3F6196;
        box-shadow: inset 0 2px rgba(255, 255, 255, 0.25), inset 0 -20px 20px -10px rgba(0, 0, 0, 0.4);
    }

.nav-footer-icon[b-e56lvjvnts] {
    font-size: 1.25rem;
    color: inherit;
}

/* Toggle Button Styles */
.nav-footer-toggle[b-e56lvjvnts] {
    width: 100%;
    height: 20px;
    padding: 0;
    border: none;
    background-color: #1f7ca8;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

    .nav-footer-toggle:hover[b-e56lvjvnts] {
        background-color: #5badd4;
    }

/* Collapsed View Styles */
.nav-footer-collapsed[b-e56lvjvnts] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.25rem;
    margin: auto;
}

.nav-footer-button-collapsed[b-e56lvjvnts] {
    flex: 1;
    min-width: 30%;
    padding: 0;
}

    .nav-footer-button-collapsed .selected[b-e56lvjvnts] {
        background-color: #3F6196;
        box-shadow: inset 0 2px rgba(255, 255, 255, 0.25), inset 0 -20px 20px -10px rgba(0, 0, 0, 0.4) !important;
    }
