@import '_content/Ancode.SharedKernel.Web/Ancode.SharedKernel.Web.bundle.scp.css';

/* /Components/BottomNavigation.razor.rz.scp.css */
.nav-bottom[b-gulihk8881] {
    border-radius: 1.5rem 1.5rem 0 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    padding: 1rem 1.5rem !important;
}

.nav-bottom a[b-gulihk8881] {
    margin: 0;
}

.nav-icon[b-gulihk8881] {
    background: var(--light-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 0.5rem;
    font-size: 1.5rem;
}
.nav-bottom .fal[b-gulihk8881] {
    color: #1C1B1F50;
}
.nav-bottom .fas[b-gulihk8881] {
    color: #1C1B1F;
}
/* /Components/NavBar.razor.rz.scp.css */
.nav-top[b-grxk3zm3n7] {
    top: 0;
}
/* /Components/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-oq0051m8f4] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-oq0051m8f4 2s ease-out;
}

@keyframes fadein-b-oq0051m8f4 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Pages/ClientePage/ClienteGrid.razor.rz.scp.css */
.fixed-content[b-20h5be7qv5] {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
}

.rolagem[b-20h5be7qv5] {
    height: 78%;
    overflow-y: overlay;
    box-sizing: content-box;
    scrollbar-width: none;
}
/* /Pages/ContaBancariaPage/ContaBancariaGrid.razor.rz.scp.css */
.contas[b-660kphpq13] {
    height: 75%;
    overflow-y: overlay;
    box-sizing: content-box;
    scrollbar-width: none;
}

.fixed-content[b-660kphpq13] {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
}
/* /Pages/DashboardPage/Dashboard.razor.rz.scp.css */
/* /Shared/AnPublicView.razor.rz.scp.css */
.card[b-xxxrra2mkn] {
    height: max-content!important;
    background-color:red!important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vhhbpr3x42] {
    
    display: flex;
    flex-direction: column;
    
}

main[b-vhhbpr3x42] {
    flex: 1;
    background-color: #ffffff;
    height:max-content;
}

.top-row[b-vhhbpr3x42]  a, .top-row[b-vhhbpr3x42]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-vhhbpr3x42]  a:hover, .top-row[b-vhhbpr3x42]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vhhbpr3x42]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vhhbpr3x42] {
        display: none;
    }

    .top-row.auth[b-vhhbpr3x42] {
        justify-content: space-between;
    }

    .top-row[b-vhhbpr3x42]  a, .top-row[b-vhhbpr3x42]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vhhbpr3x42] {
        flex-direction: row;
    }

    .sidebar[b-vhhbpr3x42] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vhhbpr3x42] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vhhbpr3x42]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vhhbpr3x42], article[b-vhhbpr3x42] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
