/* _content/Colaboradores/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g50uoyqz3i] {
    height: 100%;
    min-height: 0;
}

[b-g50uoyqz3i] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-g50uoyqz3i] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

.navigation-drawer-header[b-g50uoyqz3i] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0.375rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-g50uoyqz3i] {
    height: 1.5rem;
    width: 9rem;
}

.navigation-drawer-footer[b-g50uoyqz3i] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-g50uoyqz3i] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-g50uoyqz3i] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-g50uoyqz3i] .nav-buttons-container > a {
    color: inherit;
}

[b-g50uoyqz3i] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-g50uoyqz3i] .nav-buttons-container .btn-icon-only,
[b-g50uoyqz3i] .navigation-drawer-header .btn-icon-only {
    --dxbl-btn-padding-x: 0.5rem;
    --dxbl-btn-padding-y: 0.25rem;
}

.page-content-container[b-g50uoyqz3i] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* _content/Colaboradores/Components/Pages/Index/Index.razor.rz.scp.css */
[b-orpsc98umj] .index-gridlayout {
    container-type: inline-size;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 9rem;
}

[b-orpsc98umj] .title {
    padding-bottom: 3rem;
    text-align: center;
}

[b-orpsc98umj] .tiles {
    --tile-column-count: 4;

    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--tile-column-count), max-content);
    justify-content: center;

    @container (max-width: 60.5rem) {
        --tile-column-count: 3;
    }
    @container (max-width: 45.125rem) {
        --tile-column-count: 2;
    }
    @container (max-width: 29.75rem) {
        --tile-column-count: 1;
    }
}
