@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/AluguelSocial.EntregaCartao/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l41iram8af] {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

main[b-l41iram8af] {
    flex: 1;
    overflow-y: auto;
}

.page.desktop-layout[b-l41iram8af] {
    flex-direction: row;
}

.page.mobile-layout[b-l41iram8af] {
    flex-direction: column;
}
/* _content/AluguelSocial.EntregaCartao/Components/Layout/NavMenu.razor.rz.scp.css */
/* Estrutura principal */
.nav-wrapper[b-chh91633nm] {
    position: relative;
}

/* ===== Bot�o flutuante (hamb�rguer fora do menu) ===== */
.menu-toggle.floating[b-chh91633nm] {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 10;
    background: rgba(0, 134, 47, 0.8); /* #00862F com transpar�ncia */
    border: none;
    border-radius: 6px;
    padding: 0.6rem;
    cursor: pointer;
}

.menu-toggle.close-btn[b-chh91633nm] {
    background: none;
    border: none;
    cursor: pointer;
}

/* ===== �cone hamb�rguer ===== */
.hamburger-icon[b-chh91633nm],
.hamburger-icon[b-chh91633nm]::before,
.hamburger-icon[b-chh91633nm]::after {
    display: block;
    width: 1.5rem;
    height: 0.125rem;
    background-color: white;
    position: relative;
    transition: all 0.3s ease;
}

    .hamburger-icon[b-chh91633nm]::before,
    .hamburger-icon[b-chh91633nm]::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .hamburger-icon[b-chh91633nm]::before {
        top: -0.4rem;
    }

    .hamburger-icon[b-chh91633nm]::after {
        top: 0.4rem;
    }

    .hamburger-icon.open[b-chh91633nm] {
        background-color: transparent;
    }

        .hamburger-icon.open[b-chh91633nm]::before {
            transform: rotate(45deg);
            top: 0;
        }

        .hamburger-icon.open[b-chh91633nm]::after {
            transform: rotate(-45deg);
            top: 0;
        }

/* ===== Sidebar ===== */
.sidebar[b-chh91633nm] {
    background: linear-gradient(180deg, #00862F 0%, #006b25 70%); /* Verde principal e tom mais escuro */
    color: white;
    position: relative;
    z-index: 9;
    transition: transform 0.3s ease-in-out;
}

    /* ===== Desktop ===== */
    .sidebar.desktop[b-chh91633nm] {
        position: sticky;
        top: 0;
        width: 250px;
        height: 100vh;
        transform: none !important;
    }

    /* ===== Mobile ===== */
    .sidebar.mobile[b-chh91633nm] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 220px;
        transform: translateX(-100%);
        z-index: 9999;
        background: linear-gradient(180deg, #00862F 0%, #006b25 70%);
        transition: transform 0.3s ease-in-out;
    }

    .sidebar.mobile.open[b-chh91633nm] {
        transform: translateX(0);
    }

    .sidebar.mobile.collapsed[b-chh91633nm] {
        transform: translateX(-100%);
    }

.top-row[b-chh91633nm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: rgba(0, 134, 47, 0.25); /* #00862F com transpar�ncia */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-list[b-chh91633nm] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item[b-chh91633nm]  a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #e8f5e9; /* Verde muito claro para melhor contraste */
    text-decoration: none;
    transition: background-color 0.2s;
}

    .nav-item[b-chh91633nm]  a.active {
        background-color: rgba(0, 134, 47, 0.6); /* #00862F com transpar�ncia */
        color: white;
    }

    .nav-item[b-chh91633nm]  a:hover {
        background-color: rgba(0, 134, 47, 0.4); /* #00862F com transpar�ncia */
        color: white;
    }

/* ===== Overlay ===== */
.overlay[b-chh91633nm] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

/* ===== �cones ===== */
.bi[b-chh91633nm] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}

/* ===== Ajuste est�tico mobile ===== */
.mobile-header[b-chh91633nm] {
    display: flex;
    align-items: center;
    background-color: #00862F; /* Verde principal */
    color: white;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    position: sticky;
    top: 0;
    z-index: 5;
}

    .mobile-header .menu-toggle[b-chh91633nm] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.25rem;
    }

    .mobile-header .page-title[b-chh91633nm] {
        font-size: 1.1rem;
        font-weight: 500;
        margin: 0;
        flex: 1;
    }

/* Remove o bot�o flutuante antigo */
.menu-toggle.floating[b-chh91633nm] {
    display: none;
}

/* Garante espa�o entre header e conte�do principal */
.page.mobile-layout main[b-chh91633nm] {
    padding-top: 3.5rem; /* altura aproximada do header */
}
/* _content/AluguelSocial.EntregaCartao/Components/Pages/PageGestaoUsuariosNovo.razor.rz.scp.css */
.row-group[b-h24v5z19bn] {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
}

.row-group .form-group[b-h24v5z19bn] {
    flex: 1;
}
