/* _content/Zonix.Portal/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-container[b-mtqxt0dle2] {
    display: flex;
    min-height: 100vh;
}

.auth-branding[b-mtqxt0dle2] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
    padding: 3rem;
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, #1e3a6e 50%, var(--color-primary-blue) 100%);
    color: var(--color-white);
}

.auth-branding-content[b-mtqxt0dle2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
}

.auth-logo[b-mtqxt0dle2] {
    width: 180px;
    height: auto;
    margin-bottom: 2.5rem;
}

.auth-tagline[b-mtqxt0dle2] {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.auth-description[b-mtqxt0dle2] {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.auth-branding-footer[b-mtqxt0dle2] {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-branding-footer p[b-mtqxt0dle2] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.auth-form-section[b-mtqxt0dle2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: var(--color-gray-50);
}

.auth-form-wrapper[b-mtqxt0dle2] {
    width: 100%;
    max-width: 420px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .auth-form-section[b-mtqxt0dle2] {
        padding: 1.5rem;
    }

    .auth-form-wrapper[b-mtqxt0dle2] {
        max-width: 100%;
    }
}

/* Desktop styles - show branding */
@media (min-width: 992px) {
    .auth-branding[b-mtqxt0dle2] {
        display: flex;
    }

    .auth-form-section[b-mtqxt0dle2] {
        width: 55%;
    }
}
/* _content/Zonix.Portal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h1q8lmcx2h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h1q8lmcx2h] {
    flex: 1;
}

.sidebar[b-h1q8lmcx2h] {
    background: linear-gradient(180deg, var(--color-primary-dark) 0%, #1e3a6e 100%);
}

.top-row[b-h1q8lmcx2h] {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-200);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-h1q8lmcx2h]  a,
.top-row[b-h1q8lmcx2h]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-h1q8lmcx2h]  a:hover,
.top-row[b-h1q8lmcx2h]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-h1q8lmcx2h]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* User Section */
.user-section[b-h1q8lmcx2h] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.user-info[b-h1q8lmcx2h] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
}

.user-name[b-h1q8lmcx2h] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gray-800);
}

.company-name[b-h1q8lmcx2h] {
    font-size: 0.75rem;
    color: var(--color-gray-500);
}

.logout-form[b-h1q8lmcx2h] {
    margin: 0;
}

.logout-btn[b-h1q8lmcx2h] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Mobile */
@media (max-width: 640.98px) {
    .top-row[b-h1q8lmcx2h] {
        justify-content: space-between;
    }

    .top-row[b-h1q8lmcx2h]  a,
    .top-row[b-h1q8lmcx2h]  .btn-link {
        margin-left: 0;
    }

    .user-info[b-h1q8lmcx2h] {
        display: none;
    }
}

/* Desktop */
@media (min-width: 641px) {
    .page[b-h1q8lmcx2h] {
        flex-direction: row;
    }

    .sidebar[b-h1q8lmcx2h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h1q8lmcx2h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h1q8lmcx2h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h1q8lmcx2h],
    article[b-h1q8lmcx2h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-h1q8lmcx2h] {
    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-h1q8lmcx2h] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Zonix.Portal/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gbu15w1y4d] {
    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);
    border-radius: 0.375rem;
}

.navbar-toggler:checked[b-gbu15w1y4d] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gbu15w1y4d] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand[b-gbu15w1y4d] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.nav-logo[b-gbu15w1y4d] {
    height: 32px;
    width: auto;
}

/* Nav Icon */
.nav-icon[b-gbu15w1y4d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
}

.nav-icon svg[b-gbu15w1y4d] {
    opacity: 0.8;
}

.nav-item[b-gbu15w1y4d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-gbu15w1y4d] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-gbu15w1y4d] {
    padding-bottom: 1rem;
}

.nav-item[b-gbu15w1y4d]  .nav-link {
    color: rgba(255, 255, 255, 0.8);
    background: none;
    border: none;
    border-radius: 0.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    transition: all 0.2s ease;
}

.nav-item[b-gbu15w1y4d]  a.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

.nav-item[b-gbu15w1y4d]  a.active .nav-icon svg {
    opacity: 1;
}

.nav-item[b-gbu15w1y4d]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-gbu15w1y4d] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gbu15w1y4d] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gbu15w1y4d] {
        display: none;
    }

    .nav-scrollable[b-gbu15w1y4d] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
