/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-j4wra8r5bt] {
    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-j4wra8r5bt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-layout[b-j4wra8r5bt] {
    display: flex;
    height: 100vh;
}

.sidebar[b-j4wra8r5bt] {
    background-color: #2c3e50;
    color: white;
    transition: width 0.3s ease;
    overflow-x: hidden;
}

.sidebar.expanded[b-j4wra8r5bt] {
    width: 240px;
}

.sidebar.collapsed[b-j4wra8r5bt] {
    width: 60px;
}

.sidebar-header[b-j4wra8r5bt] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #34495e;
}

.sidebar-title[b-j4wra8r5bt] {
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.sidebar-nav[b-j4wra8r5bt] {
    padding: 1rem 0;
}

.nav-item[b-j4wra8r5bt] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #bdc3c7;
}

.nav-item:hover[b-j4wra8r5bt] {
    background-color: #34495e;
    color: white;
}

.nav-item.active[b-j4wra8r5bt] {
    background-color: #3498db;
    color: white;
}

.nav-text[b-j4wra8r5bt] {
    margin-left: 0.75rem;
    white-space: nowrap;
}

.main-content[b-j4wra8r5bt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.top-bar[b-j4wra8r5bt] {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f9fa;
}

.app-title[b-j4wra8r5bt] {
    margin-bottom: 0;
    color: #333;
}

.page-content[b-j4wra8r5bt] {
    flex: 1;
    overflow: hidden;
}
/* /Components/Pages/TenantDetail.razor.rz.scp.css */

.tenant-detail[b-qp1m0vcd19] {
    padding: 1rem;
    height: 100vh;
    overflow-y: auto;
}

.no-selection[b-qp1m0vcd19] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    flex-direction: column;
    text-align: center;
}

.no-selection-hint[b-qp1m0vcd19] {
    color: #666;
    margin-top: 0.5rem;
}

.tenant-detail[b-qp1m0vcd19]  .tenant-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}

.tenant-title[b-qp1m0vcd19] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 1rem;
}

.tenant-subtitle[b-qp1m0vcd19] {
    font-size: 0.85rem;
    color: #666;
}

.tab-content[b-qp1m0vcd19] {
    padding: 1.5rem 0;
}

    .tab-content h6[b-qp1m0vcd19] {
        margin-bottom: 0.75rem;
    }

.info-message[b-qp1m0vcd19] {
    padding: 0.75rem 1rem;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 4px;
    color: #0c5460;
}

.section-actions[b-qp1m0vcd19] {
    margin-top: 0.75rem;
}

.urls-section[b-qp1m0vcd19] {
    margin-top: 1.5rem;
}

.url-add-row[b-qp1m0vcd19] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    align-items: center;
}

.url-list[b-qp1m0vcd19] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.url-item[b-qp1m0vcd19] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
}
/* /Components/Pages/TenantList.razor.rz.scp.css */
.tenant-list[b-8dw2z867gj] {
    padding: 1rem;
    border-right: 1px solid #ddd;
    height: 100vh;
    overflow-y: auto;
}

    .tenant-list[b-8dw2z867gj]  .tenant-list-header {
        margin-bottom: 2rem;
    }

.tenant-list-title[b-8dw2z867gj] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.tenant-item-wrapper[b-8dw2z867gj] {
    margin-bottom: 0.5rem;
    cursor: pointer;
    border-radius: 4px;
}

.tenant-item-selected[b-8dw2z867gj]  .k-card {
    border-color: var(--kendo-color-primary, #ff6358);
    background-color: var(--kendo-color-primary-subtle, #fff5f5);
    box-shadow: 0 0 0 1px var(--kendo-color-primary, #ff6358);
}

.tenant-card-header[b-8dw2z867gj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
