/* /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: 2rem;
        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;
    }

    .tenant-header[b-qp1m0vcd19] {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }

    .tab-content[b-qp1m0vcd19] {
        padding: 1.5rem 0;
    }

    .alert[b-qp1m0vcd19] {
        padding: 1rem;
        border-radius: 4px;
        border: 1px solid transparent;
    }

    .alert-info[b-qp1m0vcd19] {
        background-color: #d1ecf1;
        border-color: #bee5eb;
        color: #0c5460;
    }
/* /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-header[b-8dw2z867gj] { margin-bottom: 1rem; }

.tenant-item[b-8dw2z867gj] { padding: 0.75rem; border: 1px solid #e0e0e0; margin-bottom: 0.5rem; border-radius: 4px; cursor: pointer; transition: all 0.2s; }

.tenant-item:hover[b-8dw2z867gj] { background-color: #f5f5f5; border-color: #ccc; }

.tenant-item.selected[b-8dw2z867gj] { background-color: #e3f2fd; border-color: #2196f3; }

.tenant-id[b-8dw2z867gj] { font-weight: bold; color: #333; }

.tenant-connection[b-8dw2z867gj] { font-size: 0.85em; color: #666; margin-top: 0.25rem; }
