@charset "utf-8";
/* CSS Document */

html,
body {
    font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif !important;
}

.corpo {
    min-height: 480px;
    margin: 20px;
}

.bg-background {
    background-image: url('/../assets/img/background.png');
    /* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem */
    background-size: cover;
    /* Faz a imagem cobrir toda a área */
    background-position: center;
    /* Centraliza a imagem */
    background-repeat: no-repeat;
    /* Evita repetição */
    width: 100%;
    /* Ocupa 100% da largura */
    min-height: 100vh;
    /* Garante que a altura mínima seja 100% da viewport */
    display: flex;
    /* Permite centralizar conteúdo interno, opcional */
    align-items: center;
    /* Centraliza verticalmente o conteúdo, opcional */
    justify-content: center;
    /* Centraliza horizontalmente o conteúdo, opcional */
}

.row-logar {
    margin-top: 100px;
}

.btn_height {
    height: 500px;
    /* Defina a altura desejada */
}

.footer {
    background-color: #c0d629;
    color: rgb(0, 0, 0);
    min-height: 25px;
}

.g-recaptcha {
    width: 302px;
    margin: auto;
}

a,
a:hover,
button.nohover:hover :visited {
    color: inherit;
    text-decoration: none;
}

.btn,
.btn-link:hover,
.btn-link,
.btn-link:focus {
    text-decoration: none;
}

.btn {
    white-space: normal;
    word-wrap: break-word;
}

.verde {
    color: #038f31;
}

.vermelho {
    color: #990412;
}

.preto {
    color: Black;
    text-decoration: none;
}

.azul {
    color: rgb(55, 5, 233);
}

.amarelo {
    color: #ffd700;
}

.laranja {
    color: #da8403;
}

.navbar {
    background-color: #c0d629;
    color: #000000;
    font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
}

.azullogo {
    color: #3a42af;
    font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    line-height: 1.0;
}

.imgFoto {
    min-height: 200px;
    max-height: 200px;
}

/* Estilo para os botões fixos */
.btn-lateral {
    position: fixed;
    right: 0;
    width: 50px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4f446f;
    color: #fff;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: width 0.3s ease;
    overflow: hidden;
    display: none;
    /* Ocultar inicialmente */
    padding-left: 40px;
}

.btn-lateral:hover {
    width: 100px;
    padding-left: 2px;
}

/* Ícone do botão */
.icon {
    font-size: 20px;
}

/* Texto do botão (oculto inicialmente) */
.text {
    margin-left: 10px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-lateral:hover .text {
    opacity: 1;
}

/* Botão "Home" posicionado acima do botão "Topo" */
#btnHome {
    bottom: 60px;
}

/* Botão "Topo" posicionado abaixo */
#btnTopo {
    bottom: 20px;
}


.navmenu {
    text-align: center;
    color: #ffffff;
    font-size: large;
    background-color: #1e6824ff;
}

.faixa_topo {
    color: #000000;
    font-size: large;
    background-color: #0fa523;
}

.navmenu a:hover {
    color: #00ff00;
}

.navmenu .dropdown-item:hover {
    color: #ffffff;
    background-color: #4f446f;
}

.rodape {
    background-color: #1e6824ff;
    color: white;
    min-height: 200px;

}

.linha-vertical {
    height: 250px;
    /*Altura da linha*/
    border-left: 1px solid #AAA9A9;
    /* Adiciona borda esquerda na div como ser fosse uma linha.*/
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.select_pt:hover {
    background: #ffffff;
    color: #000000;
}

.card-header-estoque {
    min-height: 100px;
    /* Ajuste conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centraliza horizontalmente */
    text-align: center;
    /* Centraliza o texto */
}

.nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: bold;
    border-color: #0d6efd;
}

.nav-tabs .nav-link:hover {
    color: #0d6efd;
    background-color: #f8f9fa;
}

.nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.card-selected {
    border-bottom: 6px solid #007bff;
    /* Linha azul abaixo */
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.destaque {
    animation: blink 1s step-start infinite;
    color: red;
    font-weight: bold;
}

.form-check-input_notas {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form-check-input_novo {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-item .bg:hover {
    color: #ffffff;
    background-color: #348be2;
}

.hover-div:hover {
    background-color: #d6d6d6c0;
    /* Cor ao passar o mouse */
    color: #000000;
    /* Texto em branco ao passar o mouse */
}

.hover-div-produto:hover {
    background-color: #fac73c !important;
    /* Cor ao passar o mouse */
    color: #000000;
    /* Texto em branco ao passar o mouse */
    cursor: pointer;
}

/* Animação do MENU DE NAVEGAÇÃO  */
.sub-menu {
    display: flex;
    align-items: center;
}

.sub-menu a {
    text-decoration: none;
    position: relative;
    color: inherit;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sub-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #007bff;
    /* Cor azul */
    transition: width 0.3s ease;
}

.sub-menu a:hover::after {
    width: 100%;
}

/* Remove margens indesejadas dos ícones dentro do link */
.sub-menu a i {
    margin-bottom: 0;
}

/* Ajusta alinhamento vertical do texto com o ícone */
.sub-menu .text-muted {
    margin-bottom: 0;
}

/* FIM */

.status-projeto {
    transition: all 0.3s ease;
}

.status-projeto:hover {
    background-color: #28a745 !important;
    /* Cor verde do btn-success */
    color: white;
}

.status-projeto:hover::after {
    content: 'FECHADO';
}

.fundo-vermelho {
    background-image: url('/../img/fundo-vermelho.png');
}

.fundo-azul {
    background-image: url('/../img/fundo-azul.jpg');
}

.fundo-verde {
    background-image: url('/../img/fundo-verde.png');
}

.fundo-amarelo {
    background-image: url('/../img/fundo-amarelo.png');
}

.fundo-laranja {
    background-image: url('/../img/fundo-laranja.png');
}

.label-scroll {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-container {
    width: 100%;
    overflow: hidden;
}

.dropdown-produtos {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 260px;
    overflow-y: auto;
    display: none;
}

.dropdown-produtos .produto-item {
    padding: 8px 10px;
    cursor: pointer;
}

.dropdown-produtos .produto-item:hover {
    background: #f5f5f5;
}


button.abas.active {
    background-color: #1e6824ff !important;
    color: #ffffff !important;
    position: relative;
    transition: all 0.3s ease;
}

button.abas.active::after {
    content: '';
    position: absolute;
    bottom: 4px;
    /* ajusta a distância do sublinhado */
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background-color: #1e6824ff;
    transition: transform 0.3s ease;
    transform-origin: center;
}


/* Corpo do tooltip */
.tooltip .tooltip-inner {
    background-color: #6d5016;
    /* mesma cor do seu layout */
    color: #fff;
    font-size: 0.80rem;
    padding: 0.45rem 0.75rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    max-width: 260px;
    /* se quiser limitar largura */
    text-align: left;
}

/* Setinha do tooltip (pra combinar com o fundo) */
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #6d5016;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #6d5016;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #6d5016;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #6d5016;
}

.nfe-stepper {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.nfe-steps {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nfe-step {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: .65;
}

.nfe-step.is-active {
    opacity: 1;
}

.nfe-step.is-done {
    opacity: 1;
}

.nfe-step.is-error {
    opacity: 1;
}

.nfe-dot {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 2px solid #adb5bd;
    color: #6c757d;
    background: #fff;
}

.nfe-step.is-active .nfe-dot {
    border-color: #0d6efd;
    color: #0d6efd;
}

.nfe-step.is-done .nfe-dot {
    border-color: #198754;
    background: #198754;
    color: #fff;
}

.nfe-step.is-error .nfe-dot {
    border-color: #dc3545;
    background: #dc3545;
    color: #fff;
}

.nfe-label {
    font-size: .9rem;
    white-space: nowrap;
}

.nfe-line {
    height: 2px;
    width: 34px;
    background: #dee2e6;
}

.nfe-stepper-actions {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

/* Centraliza o bloco do stepper */
#nfe_stepper {
    width: 100%;
}

#nfe_stepper .nfe-steps {
    justify-content: center;
    width: 100%;
}

/* Centraliza o wrapper interno */
#nfe_stepper .nfe-stepper-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Opcional: deixa as ações (botões) na direita e o step no centro */
#nfe_stepper .nfe-stepper-bar {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

#nfe_stepper .nfe-stepper-left {
    justify-self: start;
}

#nfe_stepper .nfe-stepper-center {
    justify-self: center;
}

#nfe_stepper .nfe-stepper-right {
    justify-self: end;
}