/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-cdpdklwiph] {
    min-height: 100vh;
    background: linear-gradient(135deg, #002D94 0%, #001A5C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 600px) {
    .auth-layout[b-cdpdklwiph] {
        padding: 16px;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-ohqkntv6ob] {
    display: flex;
    height: 100vh;
    flex-direction: column;
    overflow: hidden;
}

.top-app-bar[b-ohqkntv6ob] {
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    z-index: 1200;
}

.top-bar-content[b-ohqkntv6ob] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 24px;
    min-height: 64px;
}

.top-bar-logo[b-ohqkntv6ob] {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.top-bar-logo img[b-ohqkntv6ob] {
    height: 32px;
    width: 32px;
    flex-shrink: 0;
    object-fit: contain;
}

.top-bar-title[b-ohqkntv6ob] {
    color: white !important;
    font-weight: 600 !important;
    margin: 0 !important;
    font-size: 1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layout-container[b-ohqkntv6ob] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.sidebar[b-ohqkntv6ob] {
    width: 280px;
    background-color: white;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}

.sidebar-header[b-ohqkntv6ob] {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    background: linear-gradient(135deg, #002D94 0%, #001A5C 100%);
    color: white;
    min-height: 64px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-logo[b-ohqkntv6ob] {
    height: 36px;
    width: 36px;
    margin-right: 12px;
    flex-shrink: 0;
    object-fit: contain;
}

.sidebar-title[b-ohqkntv6ob] {
    color: white !important;
    font-weight: 700 !important;
    margin: 0 !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.sidebar-menu-container[b-ohqkntv6ob] {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.sidebar-menu[b-ohqkntv6ob] {
    padding: 0 !important;
}

.nav-link[b-ohqkntv6ob] {
    padding: 14px 20px !important;
    margin: 2px 8px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.3px !important;
    color: #424242 !important;
}

.nav-link:hover[b-ohqkntv6ob] {
    background-color: #f5f5f5 !important;
    transform: translateX(2px);
}

.nav-link.mud-nav-link-active[b-ohqkntv6ob] {
    background-color: #e3f2fd !important;
    color: #002D94 !important;
    font-weight: 600 !important;
}

.nav-link.mud-nav-link-active .mud-icon-root[b-ohqkntv6ob] {
    color: #002D94 !important;
}

.main-content[b-ohqkntv6ob] {
    flex: 1;
    overflow-y: auto;
    background-color: #fafafa;
    padding: 24px;
}

#blazor-error-ui[b-ohqkntv6ob] {
    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-ohqkntv6ob] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
