/* /Components/Layout/HeaderBar.razor.rz.scp.css */
/* HeaderBar Component Styles */

/* Glossy Bubble Base (Logo) */
.glossy-bubble-base[b-88itp3h4bo] {
    width: 42px;
    height: 38px;
    border-radius: 10px 10px 10px 2px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4), inset 0 -2px 5px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.glossy-bubble-base[b-88itp3h4bo]::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 40%;
    border-radius: 8px 8px 100% 100% / 10px 10px 20px 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    opacity: 0.6;
    pointer-events: none;
}

.question-mark[b-88itp3h4bo] {
    font-weight: 900;
    color: white !important;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.logo-text[b-88itp3h4bo] {
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
}

/* user-avatar-glossy — consolidated in app.css */

/* Dropdown */
.custom-dropdown-menu[b-88itp3h4bo] {
    position: absolute;
    top: 52px;
    right: 0;
    background: white !important;
    border-radius: 12px;
    width: 280px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    z-index: 10001 !important;
    animation: fadeIn-b-88itp3h4bo 0.15s ease-out;
}

.custom-dropdown-menu *[b-88itp3h4bo] {
    color: #333 !important;
}

.hover-bg-light:hover[b-88itp3h4bo] {
    background-color: #f1f5f9 !important;
}

@keyframes fadeIn-b-88itp3h4bo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown Link Styles */
.dropdown-link[b-88itp3h4bo] {
    display: flex;
    align-items: center;
    padding: 0.15rem 1rem;
    color: #333 !important;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border-radius: 6px;
    font-size: 0.95rem;
    white-space: nowrap;
}

.dropdown-link i[b-88itp3h4bo] {
    margin-right: 0.75rem;
    font-size: 1.1rem;
    color: #64748b;
}

.dropdown-link:hover[b-88itp3h4bo] {
    background-color: #f1f5f9 !important;
}

.logout-link[b-88itp3h4bo] {
    color: #dc2626 !important;
}

.logout-link i[b-88itp3h4bo] {
    color: #dc2626 !important;
}

.logout-link:hover[b-88itp3h4bo] {
    background-color: #fee2e2 !important;
}

/* Divider */
.divider[b-88itp3h4bo] {
    height: 1px;
    background-color: #e2e8f0;
    margin: 0.25rem 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Purged to allow app.css to control the layout */
.page[b-ejojz0cbtx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ejojz0cbtx] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-ejojz0cbtx] {
        flex-direction: row;
    }

    .sidebar[b-ejojz0cbtx] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ejojz0cbtx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

/* Glossy icons — consolidated in app.css */

.app-logo-glossy[b-ejojz0cbtx] {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text[b-ejojz0cbtx] {
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
}

/* Glossy Bubble Base (Logo) */
.glossy-bubble-base[b-ejojz0cbtx] {
    width: 42px;
    height: 38px;
    border-radius: 10px 10px 10px 2px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4), inset 0 -2px 5px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.glossy-bubble-base[b-ejojz0cbtx]::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 40%;
    border-radius: 8px 8px 100% 100% / 10px 10px 20px 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    opacity: 0.6;
}

.inner-white-bubble[b-ejojz0cbtx] {
    width: 32px;
    height: 28px;
    background: white;
    border-radius: 6px 6px 6px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.question-mark[b-ejojz0cbtx] {
    font-weight: 900;
    color: white;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    z-index: 2;
}

/* user-avatar-glossy — consolidated in app.css */

/* Dropdown */
.custom-dropdown-menu[b-ejojz0cbtx] {
    position: absolute;
    top: 52px;
    right: 0;
    background: white !important;
    border-radius: 12px;
    width: 280px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    z-index: 10001 !important;
    animation: fadeIn-b-ejojz0cbtx 0.15s ease-out;
}

.custom-dropdown-menu *[b-ejojz0cbtx] {
    color: #333 !important;
}

.hover-bg-light:hover[b-ejojz0cbtx] {
    background-color: #f1f5f9 !important;
}

@keyframes fadeIn-b-ejojz0cbtx {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-header-custom[b-ejojz0cbtx] {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fafafa;
}

.big-icon-wrapper[b-ejojz0cbtx] {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #4a90e2 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.big-icon-wrapper[b-ejojz0cbtx]::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 15%;
    width: 70%;
    height: 40%;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    opacity: 0.6;
}

.dropdown-user-info h6[b-ejojz0cbtx] {
    margin: 0;
    font-weight: 700;
    color: #333;
    font-size: 1rem;
}

.dropdown-user-info small[b-ejojz0cbtx] {
    color: #777;
}

.dropdown-link[b-ejojz0cbtx] {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #444;
    text-decoration: none;
    transition: background 0.2s;
    font-weight: 500;
    gap: 12px;
}

.dropdown-link:hover[b-ejojz0cbtx] {
    background: #f8f9fa;
    color: #0d6efd;
}

.dropdown-link i[b-ejojz0cbtx] {
    font-size: 1.1rem;
    color: #6c757d;
    width: 24px;
    text-align: center;
}

.dropdown-link:hover i[b-ejojz0cbtx] {
    color: #0d6efd;
}

.divider[b-ejojz0cbtx] {
    height: 1px;
    background: #eee;
    margin: 4px 0;
}

.logout-link[b-ejojz0cbtx] {
    color: #dc3545;
}

.logout-link:hover[b-ejojz0cbtx] {
    background: #fff5f5;
    color: #dc3545;
}

.logout-link i[b-ejojz0cbtx] {
    color: #dc3545;
}

.logout-link:hover i[b-ejojz0cbtx] {
    color: #dc3545;
}

/* Header Icons */
.header-icon[b-ejojz0cbtx] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    margin-right: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Purged to allow app.css to control the layout */
.navbar-toggler[b-aphn6jwcug] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--text-main);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-scrollable[b-aphn6jwcug] {
    display: none;
}

.navbar-toggler:checked~.nav-scrollable[b-aphn6jwcug] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aphn6jwcug] {
        display: none;
    }

    .nav-scrollable[b-aphn6jwcug] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
