@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/GerencialBlazor/Pages/Dashboard/Index.razor.rz.scp.css */
.card-grafico[b-x4vrj7j3ic] {
    height: 350px;
}

.grafico-circulo[b-x4vrj7j3ic]{
    height:260px;
    top:50%;
    transform: translateY(-50%);
}
/* _content/GerencialBlazor/Pages/Orcamentos/OrcamentoCadastro.razor.rz.scp.css */
.percent-symbol[b-44ru6vm4rm] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d; /* cor parecida com texto de placeholder */
    font-size: 0.9rem;
}

.checked-porcentagem[b-44ru6vm4rm] {
    appearance: none; /* Remove o estilo nativo */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-top: 9px;
}
/* Mostrar o % sempre visível */
.checked-porcentagem[b-44ru6vm4rm]::before {
    content: "%"; /* Ícone personalizado */
    display: inline-block;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Mudar a cor ao ser marcado */
.checked-porcentagem:checked[b-44ru6vm4rm]::before {
    background-color: #434142;
    color: #FFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gradeOrcamento[b-44ru6vm4rm] {
    max-height: 300px;
    overflow-y: auto
}

.tooltipCampoServico[b-44ru6vm4rm] {
    position: absolute;
    top: 7px;
    right: 15px;
}
/* _content/GerencialBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-ekq661fs0i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ekq661fs0i] {
    flex: 1;
}

.sidebar[b-ekq661fs0i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ekq661fs0i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ekq661fs0i]  a, .top-row .btn-link[b-ekq661fs0i] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ekq661fs0i] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ekq661fs0i] {
        display: none;
    }

    .top-row.auth[b-ekq661fs0i] {
        justify-content: space-between;
    }

    .top-row a[b-ekq661fs0i], .top-row .btn-link[b-ekq661fs0i] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ekq661fs0i] {
        flex-direction: row;
    }

    .sidebar[b-ekq661fs0i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ekq661fs0i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ekq661fs0i], article[b-ekq661fs0i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GerencialBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-24hpqhlu8l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-24hpqhlu8l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-24hpqhlu8l] {
    font-size: 1.1rem;
}

.oi[b-24hpqhlu8l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-24hpqhlu8l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-24hpqhlu8l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-24hpqhlu8l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-24hpqhlu8l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-24hpqhlu8l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-24hpqhlu8l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-24hpqhlu8l] {
        display: none;
    }

    .collapse[b-24hpqhlu8l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-24hpqhlu8l] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
