/* _content/BlazorApp/Shared/MainLayout.razor.rz.scp.css */

.mainBlock[b-3dsd3z3yec] {
    flex: 1;
    background-color: #FAFBFC;
    display: flex;

    overflow: auto;

}

    .mainBlock[b-3dsd3z3yec]::-webkit-scrollbar {
        width: 12px;
    }

    .mainBlock[b-3dsd3z3yec]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .mainBlock[b-3dsd3z3yec]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 6px;
    }

        .mainBlock[b-3dsd3z3yec]::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.content[b-3dsd3z3yec] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1600px;
}

.top-row[b-3dsd3z3yec] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

    .top-row[b-3dsd3z3yec]  a, .top-row .btn-link[b-3dsd3z3yec] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3dsd3z3yec] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3dsd3z3yec] {
        display: none;
    }

    .top-row.auth[b-3dsd3z3yec] {
        justify-content: space-between;
    }

    .top-row a[b-3dsd3z3yec], .top-row .btn-link[b-3dsd3z3yec] {
        margin-left: 0;
    }

    main[b-3dsd3z3yec] {
        min-height: calc(100vh - 56px)
    }
}

@media (min-width: 641px) {
    .page[b-3dsd3z3yec] {
        flex-direction: row;
    }

    .top-row[b-3dsd3z3yec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .article[b-3dsd3z3yec] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}
/* _content/BlazorApp/Shared/NavMenu.razor.rz.scp.css */
.businessProfileBlock[b-7cxxmz0cwl] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    padding-bottom: 3rem;
}

.businessProfileLogoBock[b-7cxxmz0cwl] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 5rem;
}

.businessProfileLogo[b-7cxxmz0cwl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation-fill-mode: forwards;
}

.toogle-nav-block[b-7cxxmz0cwl] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

.navbar-toggler-edit[b-7cxxmz0cwl] {
    background-color: transparent;
    border: none;
}

.businessProfileName[b-7cxxmz0cwl] {
    width: 100%;
    text-decoration: none;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #151D48;
    display: flex;
    justify-content: left;
    align-items: center;
    transition: font-size 0.2s ease;
}

    .businessProfileName.collapseItens[b-7cxxmz0cwl] {
        display: none;
    }

.businessProfileBlock.collapseItens[b-7cxxmz0cwl] {
    justify-content: center;
}

.businessProfileName:hover[b-7cxxmz0cwl] {
    color: #737791;
    font-size: 2rem;
}

.iconeDash1 .fill-white[b-7cxxmz0cwl] {
    fill: #737791; /* Cor que voc� deseja para o primeiro caminho */
}

.iconeDash1 .fill-opacity[b-7cxxmz0cwl] {
    fill-opacity: 0.4; /* Opacidade que voc� deseja para o segundo caminho */
    fill: #737791;
}



.sidebar[b-7cxxmz0cwl] {
    background-color: #FFF;
    padding: 1rem;

    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    align-items: flex-start;

    gap: 3rem;
}

.top-row[b-7cxxmz0cwl] {
    height: 3.5rem;
    background-color: #FFF;
}

.navbar-brand[b-7cxxmz0cwl] {
    color: #151D48;
    /* 3xl/Semibold */
    font-family: Poppins;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 2.8125rem */
    
}

.navbar-brand:hover[b-7cxxmz0cwl] {
    color: #737791;
}

.oi[b-7cxxmz0cwl] {
    font-size: 1.1rem;
    vertical-align: text-top;
    /* top: -2px; */
}

.nav-item[b-7cxxmz0cwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: #737791;
    transition: font-size, padding 0.3s ease;
}

    .nav-item:first-of-type[b-7cxxmz0cwl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7cxxmz0cwl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7cxxmz0cwl]  a {
        color: #737791;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        display: flex;
        width: 15.75rem;
        height: 4rem;
        padding: 1rem 1.5rem;
        align-items: center;
        gap: 1.5rem;
        flex-shrink: 0;
        transition: width 1s ease;
    }

        .nav-item[b-7cxxmz0cwl]  a.active {
            /*            background-color: rgba(115, 119, 145, 1) !important;*/
            background-color: #005DA9 !important;
            border-radius: 1rem;
            box-shadow: 0px 20px 50px 0px rgba(55, 69, 87, 0.10);
            color: #FFF !important;
        }

            .nav-item[b-7cxxmz0cwl]  a.active .itemIcon .primaryIconPart {
                fill: #FFF;
            }

            .nav-item[b-7cxxmz0cwl]  a.active .itemIcon .secundaryIconPart {
                fill: #FFF;
            }

            .nav-item[b-7cxxmz0cwl]  a.active .itemIcon .primaryIconStrokePart {
                stroke: #FFF;
            }

            .nav-item[b-7cxxmz0cwl]  a:hover {
                background-color: rgba(115, 119, 145, 0.05);
                border-radius: 1rem;
                font-size: 1rem;
            }


    .TituloMenu.collapseItens[b-7cxxmz0cwl] {
        display: none;
    }

    .sidebar[b-7cxxmz0cwl] {
        min-width: 250px;
        height: 100% !important;
        min-height: 100vh !important;
        position: sticky;
        top: 0;
        transition: 0.4s ease;
    }

        .sidebar.collapseItens[b-7cxxmz0cwl] {
            width: auto;
            min-width: auto;
            
            transition: 0.3s ease;
        }

            .sidebar.collapseItens .nav-item[b-7cxxmz0cwl]  a {
                width: auto;
                height: auto;
                
                transition: width 0.4s ease;
            }

    .container-fluid.collapseItens[b-7cxxmz0cwl] {
        padding: 0;
    }

    .navbar-brand.collapseItens[b-7cxxmz0cwl] {
        display: none;
    }

    .navbar-toggler[b-7cxxmz0cwl] {
        display: block;

    }

    .collapse[b-7cxxmz0cwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }


.toogle-nav-block[b-7cxxmz0cwl] {
    display: flex;
}

