/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bkr2ae8v8k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f7fb;
}

main[b-bkr2ae8v8k] {
    flex: 1;
    background-color: #f5f7fb;
}

.sidebar[b-bkr2ae8v8k] {
    background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
    box-shadow: 4px 0 20px rgba(15, 23, 42, 0.08);
}

.top-row[b-bkr2ae8v8k] {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid #e5e7eb;
    justify-content: flex-end;
    height: 3.75rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bkr2ae8v8k]  a, .top-row[b-bkr2ae8v8k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #334155;
        font-weight: 500;
        font-size: 0.9rem;
        transition: color 0.2s ease-in-out;
    }

    .top-row[b-bkr2ae8v8k]  a:hover, .top-row[b-bkr2ae8v8k]  .btn-link:hover {
        text-decoration: none;
        color: #4f46e5;
    }

    .top-row[b-bkr2ae8v8k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bkr2ae8v8k] {
        justify-content: space-between;
    }

    .top-row[b-bkr2ae8v8k]  a, .top-row[b-bkr2ae8v8k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bkr2ae8v8k] {
        flex-direction: row;
    }

    .sidebar[b-bkr2ae8v8k] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bkr2ae8v8k] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-bkr2ae8v8k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bkr2ae8v8k], article[b-bkr2ae8v8k] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-bkr2ae8v8k] {
    background: #fef3c7;
    color: #92400e;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(15, 23, 42, 0.12);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #f59e0b;
}

    #blazor-error-ui .dismiss[b-bkr2ae8v8k] {
        cursor: pointer;
        position: absolute;
        right: 0.9rem;
        top: 0.6rem;
    }

    .user-profile[b-bkr2ae8v8k] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        transition: all 0.2s ease-in-out;
        color: #334155;
    }

    .user-profile:hover[b-bkr2ae8v8k] {
        background-color: #f1f5f9;
    }

    .user-icon[b-bkr2ae8v8k] {
        font-size: 1.5rem;
        color: #4f46e5;
        flex-shrink: 0;
    }

    .user-name[b-bkr2ae8v8k] {
        font-weight: 500;
        font-size: 0.9375rem;
        color: #334155;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .user-badge[b-bkr2ae8v8k] {
        background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
        color: #ffffff;
        padding: 0.5rem 1rem;
        border-radius: 6px;
        font-weight: 500;
        font-size: 0.9375rem;
        display: inline-block;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b6bki8igb8] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    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.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.05);
}

.navbar-toggler:checked[b-b6bki8igb8] {
    background-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-b6bki8igb8] {
    height: 4.25rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-left: 1.25rem !important;
}

.navbar-brand[b-b6bki8igb8] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
}

    .navbar-brand[b-b6bki8igb8]::before {
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        border-radius: 8px;
        background: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #8b5cf6 100%);
        box-shadow: 0 4px 12px rgba(79, 70, 229, 0.35);
        background-image: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #8b5cf6 100%),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z'/%3E%3C/svg%3E");
        background-size: cover, 1.1rem 1.1rem;
        background-repeat: no-repeat, no-repeat;
        background-position: center, center;
    }

.bi[b-b6bki8igb8] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.85rem;
    top: -1px;
    background-size: cover;
    opacity: 0.85;
}

.bi-house-door-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5V3zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a1.99 1.99 0 0 1-1-.268zM1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.5 1a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1h-1.5zm-2 3a.5.5 0 0 0 0 1h3.5a.5.5 0 0 0 0-1h-3.5zm-4 3a.5.5 0 0 0 0 1h7.5a.5.5 0 0 0 0-1h-7.5z'/%3E%3Cpath d='M2 4h6v2H2V4z'/%3E%3C/svg%3E");
}

.bi-tags-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-credit-card-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-piggy-bank-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.3 4.02c-.5.09-.994.22-1.464.39C5.115 3.16 4.194 3 3.61 3H3.6c-.294 0-.605.005-.9.02V4.75a.75.75 0 0 1-1.5 0v-.7C.598 4.29 0 5.06 0 6c0 .61.28 1.16.72 1.575l.03.03c.09.088.183.17.28.245A5 5 0 0 0 3 12v2a1 1 0 0 0 1 1h1.5a.5.5 0 0 0 .5-.5v-.68A5 5 0 0 0 8 15c.719 0 1.4-.153 2-.428V14.5a.5.5 0 0 0 .5.5H12a1 1 0 0 0 1-1v-2a5 5 0 0 0 1.98-4.02l.01-.005A2 2 0 0 0 15.98 6.075L16 5.5a.5.5 0 0 0-.5-.5H13c-.223-.348-.487-.664-.784-.94L13 3.5V2a.5.5 0 0 0-.68-.469l-2.32.87a5.008 5.008 0 0 0-2.7.119zM13.5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.bi-person-heart-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-9 8c0 1 1 1 1 1h10s1 0 1-1-1-4-6-4-6 3-6 4zm13.5-8.09c1.387-1.425 4.855 1.07 0 4.277-4.854-3.207-1.387-5.702 0-4.276z'/%3E%3C/svg%3E");
}

.bi-bank-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 0 0 4v2h16V4L8 0zm-5 8h2v5H3V8zm4 0h2v5H7V8zm4 0h2v5h-2V8zM0 14h16v2H0v-2z'/%3E%3C/svg%3E");
}

.bi-calendar-check-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 .5a.5.5 0 0 1 .5.5V2h7V1a.5.5 0 0 1 1 0V2h.5A2.5 2.5 0 0 1 15.5 4.5v9A2.5 2.5 0 0 1 13 16H3a2.5 2.5 0 0 1-2.5-2.5v-9A2.5 2.5 0 0 1 3 2h.5V1a.5.5 0 0 1 .5-.5zM2 6v7.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V6H2zm8.354 2.146a.5.5 0 0 1 .0.708l-2.5 2.5a.5.5 0 0 1-.708 0l-1.25-1.25a.5.5 0 1 1 .708-.708l.896.897 2.146-2.147a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13 7a2 2 0 1 0-3.999.001A2 2 0 0 0 13 7zm-8 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm8 6v-1a3 3 0 0 0-3-3h-1.256A4.493 4.493 0 0 1 10 14v1h3zm-8 0v-1a3 3 0 0 1 3-3H2a3 3 0 0 0-3 3v1h6z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-b6bki8igb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 15a1 1 0 0 0 1-1v-3h-1v3H2V2h8v3h1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L14.293 7.5H6.5a.5.5 0 0 0 0 1h7.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-chevron-down[b-b6bki8igb8] {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    opacity: 0.75;
}

.nav-group-toggle[b-b6bki8igb8] {
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    height: 2.75rem;
    padding: 0 0.9rem;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .nav-group-toggle:hover[b-b6bki8igb8] {
        background-color: rgba(255, 255, 255, 0.06);
        color: #fff;
    }

    .nav-group-toggle .nav-group-arrow[b-b6bki8igb8] {
        margin-left: auto;
        transition: transform 0.2s ease-in-out;
        display: inline-flex;
        align-items: center;
    }

    .nav-group-toggle.expanded[b-b6bki8igb8] {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.04);
    }

        .nav-group-toggle.expanded .nav-group-arrow[b-b6bki8igb8] {
            transform: rotate(-180deg);
        }

    .nav-group-toggle.is-active-parent[b-b6bki8igb8] {
        color: #fff;
    }

        .nav-group-toggle.is-active-parent .bi[b-b6bki8igb8] {
            opacity: 1;
        }

.nav-subgroup[b-b6bki8igb8] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.15rem 0 0.35rem 1.5rem;
}

    .nav-subgroup[b-b6bki8igb8]  .nav-sublink {
        color: rgba(255, 255, 255, 0.6);
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.35rem;
        display: flex;
        align-items: center;
        padding: 0 0.75rem;
        font-weight: 500;
        font-size: 0.85rem;
        transition: all 0.2s ease-in-out;
    }

    .nav-subgroup[b-b6bki8igb8]  .nav-sublink:hover {
        background-color: rgba(255, 255, 255, 0.06);
        color: #fff;
    }

    .nav-subgroup[b-b6bki8igb8]  a.active {
        background: linear-gradient(135deg, rgba(79, 70, 229, 0.25) 0%, rgba(139, 92, 246, 0.15) 100%);
        color: #fff;
    }

.nav-item[b-b6bki8igb8] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

    .nav-item:first-of-type[b-b6bki8igb8] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-b6bki8igb8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b6bki8igb8]  .nav-link {
        color: rgba(255, 255, 255, 0.65);
        background: none;
        border: none;
        border-radius: 10px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        width: 100%;
        padding: 0 0.9rem;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
        position: relative;
    }

.nav-item[b-b6bki8igb8]  a.active {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.25) 0%, rgba(139, 92, 246, 0.15) 100%);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.25);
}

    .nav-item[b-b6bki8igb8]  a.active::before {
        content: "";
        position: absolute;
        left: -0.75rem;
        top: 0.5rem;
        bottom: 0.5rem;
        width: 3px;
        border-radius: 0 3px 3px 0;
        background: linear-gradient(180deg, #6366f1, #8b5cf6);
    }

    .nav-item[b-b6bki8igb8]  a.active .bi {
        opacity: 1;
    }

.nav-item[b-b6bki8igb8]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    transform: translateX(2px);
}

    .nav-item[b-b6bki8igb8]  .nav-link:hover .bi {
        opacity: 1;
    }

.nav-item .nav-logout-button[b-b6bki8igb8] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    height: 2.75rem;
    padding: 0 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.nav-item .nav-logout-button:hover[b-b6bki8igb8] {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    transform: translateX(2px);
}

.nav-scrollable nav[b-b6bki8igb8] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.nav-scrollable[b-b6bki8igb8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b6bki8igb8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b6bki8igb8] {
        display: none;
    }

    .nav-scrollable[b-b6bki8igb8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
        padding-top: 0.5rem;
    }

        .nav-scrollable[b-b6bki8igb8]::-webkit-scrollbar {
            width: 6px;
        }

        .nav-scrollable[b-b6bki8igb8]::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }
}

.nav-user[b-b6bki8igb8] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
    border-radius: 10px;
    height: 2.75rem;
    padding: 0 0.9rem !important;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

.nav-user:hover[b-b6bki8igb8] {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.nav-user .bi[b-b6bki8igb8] {
    font-size: 1.25rem;
    opacity: 0.9;
    margin: 0;
}

