@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/CelmiWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-2r7j4tdiye] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2r7j4tdiye] {
    flex: 1;
}

/* Add this CSS in your custom CSS file or style block */
.sidebar[b-2r7j4tdiye] {
    background-image: linear-gradient(180deg, #5e5e5e 0%, #5e5e5e 100%); /* Gray to Orange gradient */
    /* Add other styles as needed */
}


.submenu[b-2r7j4tdiye] {
    display: none;
    flex-direction: column;
    padding-left: 1rem;
}

.nav-item.active .submenu[b-2r7j4tdiye] {
    display: flex;
}

.nav-item:hover .submenu[b-2r7j4tdiye] {
    display: flex;
}

/* Estilos personalizados para os itens da barra lateral */
.custom-nav-link[b-2r7j4tdiye] {
    max-width: 150px; /* Defina a largura m�xima desejada */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Outros estilos personalizados, se necess�rio */
}

.top-row[b-2r7j4tdiye] {
    background-color: #5e5e5e;
    border-bottom: 1px solid #d6d5d5;
    color: #ffffff; /* Change this to the desired text color, in this case, white (#ffffff) */
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 9999;
}

    .top-row[b-2r7j4tdiye]  a,
    .top-row .btn-link[b-2r7j4tdiye] {
        color: #ffffff; /* Change this to the desired link color, in this case, white (#ffffff) */
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2r7j4tdiye] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2r7j4tdiye] {
        display: none;
    }

    .top-row.auth[b-2r7j4tdiye] {
        justify-content: space-between;
    }

    .top-row a[b-2r7j4tdiye], .top-row .btn-link[b-2r7j4tdiye] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2r7j4tdiye] {
        flex-direction: row;
    }

    .sidebar[b-2r7j4tdiye] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2r7j4tdiye] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2r7j4tdiye], article[b-2r7j4tdiye] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CelmiWeb/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2eh7svgglf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2eh7svgglf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2eh7svgglf] {
    font-size: 1.1rem;
}

.oi[b-2eh7svgglf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar-collapse[b-2eh7svgglf] {
    display: none;
}

.nav-item[b-2eh7svgglf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    max-width: 250px;
}

    .nav-item:first-of-type[b-2eh7svgglf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2eh7svgglf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2eh7svgglf]  a {
        color: #d7d7d7;
        padding-left: 0.3rem;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left; /* Adicione esta linha */
    }

        .nav-item[b-2eh7svgglf]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-2eh7svgglf]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-2eh7svgglf] {
        display: none;
    }

    .sidebar-collapse[b-2eh7svgglf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.my-icon[b-2eh7svgglf] {
    margin-right: 5px; /* Ajuste o valor conforme necess�rio */
    font-size: 24px;
}

.my-icon-small[b-2eh7svgglf] {
    margin-right: 5px; /* Ajuste o valor conforme necess�rio */
    font-size: 18px;
}


/* Custom Styles */
.nav-item[b-2eh7svgglf]  .nav-link i {
    width: 2rem;
    font-size: 1.1rem;
}

[b-2eh7svgglf] .nav-item.has-submenu > a {
    position: relative;
}

    [b-2eh7svgglf] .nav-item.has-submenu > a:after {
        content: "\e02f";
        position: absolute;
        right: 15px;
        color: white;
        font-family: "Icons";
        font-weight: 400;
        font-size: 13px;
        transform: rotateZ(90deg);
        transform-origin: left;
        transition: transform .5s ease;
    }

    [b-2eh7svgglf] .nav-item.has-submenu > a.collapsed:after {
        transform: rotateZ(0deg);
    }

.nav-item[b-2eh7svgglf]  .nav-submenu .nav-subitem a {
    padding-left: 1.5rem;
    text-decoration: none;
}

    .nav-item[b-2eh7svgglf]  .nav-submenu .nav-subitem a i {
        width: 2rem;
        font-size: 1.1rem;
    }
