﻿/* Gerais */

:root {
    --largura-colapsado: 70px;
    --background-area-selecao: #f4f4f6;
    --transition-padrao: 0.35s ease;
    --icone-preto: black;
    --secondary-subtle: #e2e3e5;
}


html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    -webkit-text-fill-color: inherit;
    color: inherit;
}

button,
input[type="button"],
input[type="submit"] {
    -webkit-text-fill-color: inherit;
    color: inherit;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
}

body, html {
    overflow: hidden; 
    height: 100%;

}

body, #corpo, .area-selecao, .painelMinimizavel .container, footer-nav-wrapper {
    background-color: var(--background-area-selecao) !important;
}

.com-espaco-sidebar {
    position: relative;
    left: 200px;
}

i, span, p, div {
    color: black !important;
}

.painelMinimizavel .container{
    height:100%;
}

.cor-padrao-sistema {
    background-color: #696969 !important;
    color: white !important;
}

.borda-padrao-sistema {
    border-color: #696969 !important;
}

.fonte-padrao-sistema {
    color: #696969 !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.no-scrollbar {
    -ms-overflow-style: none; /* IE e Edge antigo */
    scrollbar-width: none; /* Firefox */
}

.botao-abaixo-header-container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.botao-abaixo-header {
    display: flex !important;
    min-height: 40px;
    align-items: center;
}

.container-body {
    min-width: calc(100vw - 40px);
    padding-left: 40px;
    padding-right: 20px;
}
    /*.container-body iframe {
        height: 80%;
    }*/

.container-abasAbertas {
    min-width: calc(100vw - 40px);
    padding-left: 40px;
    padding-right: 20px;
}

.clicavel, .foco-container, .clicavel-hover-branco, .clicavel-hover-cinza, .clicavel-hover-vermelho {
    cursor: pointer;
    border-radius: 4px;
}

    .clicavel:hover {
        color: #757575;
        transition: background-color 0.35s ease;
    }

.clicavel-hover-branco {
    background-color: var(--background-area-selecao) !important;
}

.clicavel-hover-vermelho {
    background-color: var(--background-area-selecao) !important;
}

.clicavel-hover-cinza {
    background-color: white !important;
}

.clicavel-hover-branco:hover {
    background-color: white !important;
    transition: background-color 0.35s ease;
}

.clicavel-hover-vermelho:hover {
    background-color: #f8d7da !important;
    transition: background-color 0.35s ease;
}

.clicavel-hover-cinza:hover, .botaoVoltar:hover {
    background-color: var(--background-area-selecao) !important;
    transition: background-color 0.35s ease;
}

#tabs {
    width: 100%;
    height: 100vh;
}

.foco-opt, .evento-opt, .etapa-menu {
    display: none;
}

.evento-opt, .etapa-menu {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 8px !important;
}

.header-panel {
    min-height: 50px !important; /* Altura fixa para alinhar os três */
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background-color: #e9ecef;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15);
}

.header-panel-evento {
    min-height: 65px !important; /* Altura fixa para alinhar os três */
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background-color: #e9ecef;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15);
}

.header-panel-etapa {
    min-height: 80px !important; /* Altura fixa para alinhar os três */
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    background-color: white !important;
    border: 0;
    border-radius: 3px;
    /*margin-left: 15px;*/
    /*margin-right: 25px;*/
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15);
}

.header {
    height: 50px;
    min-height: 50px;
    background-color: var(--background-area-selecao);
}

.header-evento {
    height: 80px;
    min-height: 80px;
    background-color: var(--background-area-selecao);
}

#header-etapa {
    min-height: 80px !important; /* Altura maior em etapa */
}
.linha-botao-header{
    height: 15px;
}

.botaoVoltar {
    height: 24px;
    width: 24px;
    border-radius: 50% !important;
    padding: 0;
}

.botao-acao-header {
    position: relative;
    display: block;
    background-color: #f4f4f6 !important;
}

.botao-acao-header-etapa {
    height: 30px;
    /*position: relative;
    bottom: -15px;
    right: 11px;*/
    background-color: #f4f4f6 !important;
}

.botao-acao-header-etapa:hover {
    background-color: white !important;
    border-radius: 3px;
}

.botao-acao-header:hover {
    background-color: white !important;
    border-radius: 3px;
}

.um-terco {
    flex: 0 0 33%;
}

.altura-tela, .scroll-interno {
    max-height: calc(100vh - 40px);
    height: calc(100vh - 40px);
}

.container-body, .MESATRABALHO, .ETAPA, .etapa-container {
    overflow: visible;
}

.scroll-interno {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.table-wrapper {
    max-height: 60%;
    max-width: auto;
}

.table-scroll thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.um-quarto {
    flex: 0 0 20%;
}

.painel-conteudo {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

/* LayoutIndex */
.transicao-layout {
    transition: all 0.35s ease-in-out;
}

#home {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: auto;
}

#home.hiding {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    transition: width 0.35s;
    background-color: var(--background-area-selecao);
}


#header-nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 90px;
}

#footer-nav-wrapper {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
}

#container-menu-icones {
    height: 100vh;
}

.sidebar {
    padding-top: 0 !important;
}

#ciretran {
    margin-top: 0;
}

.sidebar.expanded {
    width: 250px;
    min-width: 250px;
}
.sidebar.expanded #icone-pesquisa {
    display: none;
}

.sidebar.expanded #ciretran {
    display: none;
}

.sidebar:not(.expanded) #icone-pesquisa {
    display: block;
}

#caixaPesquisa {
    position: relative;
    display: none;
    top: 90px;
}

#selecaoPerfil {
    position: absolute;
    left: 0;
    order: 1;
    width: 250px;
}

.perfil-btn {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
}

.check-selecionado {
    display: none;
}

.perfil-item.ativo .check-selecionado {
    display: block;
}

.sidebar-text {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.sidebar.expanded .sidebar-text {
    opacity: 1;
}

.ciretran:hover {
    background-color: #f8f9fa;
    border-radius: 5px;
}

.sidebar-collapsed #selecaoPerfil {
    display: none !important;
}

.sidebar-collapsed .sidebar-text {
    pointer-events: none;
}

.expanded .sidebar-text {
    pointer-events: auto;
}

/* AreaRestrita/Index */
.fixed-top {
    position: fixed;
    width: 100vw;
    background-color: white;
    z-index: 3;
    top: 0;
    left: 0;
}

.cabecalho {
    height: 40px !important;
    width: 100%;
}

.fixed-bottom {
    position: fixed;
    width: 100vw;
    background-color: white;
    z-index: 3;
    bottom: 0;
    left: 0;
}

.noticiaPaginaInicial{
    cursor: pointer;
}

.noticiaPaginaInicial .resumo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.img-noticia {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.img-icone-pequeno {
    width: 17px;
    height: 17px;
}

.img-icone-medio {
    width: 24px;
    height: 24px;
}

.img-icone-grande {
    width: 30px;
    height: 30px;
}

.divider {
    width: 15%;
    height: 5px;
    background-color: #606060;
    margin: 20px 0;
    border-radius: 4.5px;
}

.no-highlight-input:focus {
    outline: none;
    box-shadow: none;
}

.hide {
    display: none;
}

#etapa-loading {
    z-index: 9999;
}

#etapa-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}


/* Focos */
.story-novo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #88928f, #636564, #67786e) border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

    .story-novo .info-story {
        position: absolute; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .story-novo .info-story .img-carro {
            height: 18px;
            width: 41px;
        }

        .story-novo .info-story .img-moto {
            height: 17px;
            width: 27px;
        }

    .story-novo .placa-moto {
        background-image: url('/img/placa-moto.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 46px;
        width: 46px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

        .story-novo .placa-moto p {
            margin: 0;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            word-break: break-all; 
            line-height: 1.1;
            color: #000;
            width: 100%;
            padding: 4px;
            padding-top:6px;
            padding-bottom:3px;
        }

    .story-novo .placa-carro {
        background-image: url('/img/placa-carro.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 28px;
        width: 70px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

        .story-novo .placa-carro p {
            margin: 0;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            word-break: break-all; 
            line-height: 1.1;
            color: #000;
            width: 100%;
            padding-top:6px;
            padding-bottom:3px;
        }

    .story-novo .cor-story-top {
        height: 65%;
        width: 100%;
    }

    .story-novo .cor-story-bottom {
        height: 35%;
        width: 100%;
    }

/* Focos ´mesa trabalho */
.story-mesa-trabalho {
    width: 40px;
    height: 40px;
    display: block;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
    .story-mesa-trabalho .info-story {
        position: absolute;
        background: linear-gradient(white, white) padding-box, black border-box !important;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .story-mesa-trabalho .info-story img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .story-mesa-trabalho .cor-story-top {
        height: 65%;
        width: 100%;
    }

.story-mesa-trabalho .cor-story-bottom {
    height: 1rem;
    width: 100%;
    margin-top: 5px;
}

.story img {
    width: 100%;
    height: 100%;
}

.story-foco {
    width: 50px;
    height: 50px;
    border: 1px solid green;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #0b3d2e, #136f3a, #1faa59) border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.story-foco img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid white;
    object-fit: cover;
}

.story-foco i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid white;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #136f3a;
}

.story-evento {
    width: 20px;
    height: 20px;
    border: 1px solid green;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #0b3d2e, #136f3a, #1faa59) border-box;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

    .story-evento img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid white;
        object-fit: cover;
    }

    .story-evento i {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid white;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        color: #136f3a;
    }

.story-icone {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid transparent;
    background-color: #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .story-icone img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.story-debito {
    width: 50px;
    height: 50px;
    border: 1px solid #575555;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #0b3d2e, #136f3a, #1faa59) border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

    .story-debito img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid white;
        object-fit: cover;
    }

    .story-debito i {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid white;
        background: #f4f4f6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        color: #898585;
    }

.menu-eventos {
    margin-top: 5px;
    padding-left: 1rem;
    margin-left: 1.5rem;
    border-left: 1.6px solid #e0e0e0;
}

.menu-etapas {
    margin-top: 5px;
    padding-left: 1rem;
    border-left: 2px solid #e0e0e0;
    margin-left: 0.58rem;
}

.story.viewed {
    background: gray;
}

.story-notificacao {
    width: 40px;
    height: 40px;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #f8f9fa;
    padding: 1.25rem 1rem;
    /*background-color: #f4f4f6 !important;*/
}

.icon-box {
    width: 40px;
    font-size: 1.5rem;
}

.text-step {
    font-size: 0.85rem;
}

.etapa, .etapa-wizard {
    height: 50px !important;
    /*background-color: #f4f4f6 !important;*/
    border-radius: 3px !important;
    cursor: pointer;
}

.timeline-container-v2 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    background: #f4f4f6;
}

.timeline-container {
    /*max-width: 400px;*/
    background: #f4f4f6;
}

.timeline-container-v2::before {
    content: "";
    position: absolute;
    top: 24px; /* metade do primeiro círculo */
    bottom: 24px;
    left: 30px; /* centro do círculo */
    width: 2px;
    background-color: gray;
    z-index: 0;
}

.timeline-item {
    position: relative;
    padding-left: 55px;
    padding-bottom: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.timeline-item-success:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0%;
    bottom: 0%;
    width: 5px;
    border-left: 2px dashed #198754;
    transform: translateX(-50%);
}

.timeline-item-warning:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0%;
    bottom: 0%;
    width: 5px;
    border-left: 2px dashed #FFC107;
    transform: translateX(-50%);
}

.timeline-item-secondary:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 32px;
    top: 0%;
    bottom: 0%;
    width: 2px;
    border-left: 2px dashed #6C757D;
    transform: translateX(-50%);
}

.timeline-item-v2 {
    position: relative;
    padding-left: 55px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.timeline-item-v2:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0%;
    bottom: 0%;
    width: 5px;
    border-left: 2px dashed #28a745;
    transform: translateX(-50%);
}

.timeline-item-warning-v2 {
    position: relative;
    padding-left: 55px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.timeline-item-warning-v2:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    bottom: -50%;
    width: 5px;
    border-left: 2px dashed rgba(255, 193, 7, 1);
    transform: translateX(-50%);
}

.timeline-item-secondary-v2 {
    z-index: 1;
    position: relative;
    padding-left: 55px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    background-color: #f4f4f6 !important;
}

.timeline-item-secondary-v2::hover {
    background-color: white !important;
}

.timeline-item-secondary-v2.ativo {
    background-color: white !important;
}

.timeline-item-secondary-v2::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -4px;
    bottom: 0;
    width: 2px;
    background: #9ea7b3;
    z-index: 0;
    height: 10px;
}

.timeline-item-secondary-v2:has(+ .timeline-item-secondary-v2 .icon-circle-pending)::before {
    display: none !important;
}

.timeline-item-secondary-v2:first-child::before {
    top: 50%;
}

.timeline-item-secondary-v2:last-child::before {
    bottom: 50%;
}

.timeline-item-secondary-v2:last-child:has(.icon-circle-pending)::before {
    display: none !important;
}

.timeline-item-secondary-v2:not(.hidden):only-child::after {
    top: 50%;
}

.timeline-item-sem-borda {
    position: relative;
    padding: 10px;
    padding-left: 55px;
    min-height: 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.icon-circle {
    position: absolute;
    z-index: 1;
    left: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

/* Etapa Concluída */
.icon-circle-completed {
    background-color: #cfcfcf;
    border: 2px solid #cfcfcf !important;
    color: var(--icone-preto);
}

/* Etapa em Andamento */
.icon-circle-progress {
    border: 2px solid black !important;
    background-color: white;
    color: var(--icone-preto);
}

/* Etapa Pendente */
.icon-circle-pending {
    background-color: transparent;
    border: 2px solid transparent !important;
    color: var(--icone-preto);
}

.icon-container, .custom-icon-container {
    height: 24px;
    width: 30px;
    margin-bottom: 4px;
}

.icon-container {
    margin-right: .25rem;
}

.icon-container-lg {
    margin-right: .5rem;
}

.icon-container-xlg {
    margin-right: .8rem;
}

.custom-icon-container {
    margin-left: .20rem;
}


.icon-select {
    font-size: 26px !important;
}

.custom-icon-select {
    font-size: 20px !important;
}



.item-text {
    font-weight: 500;
    color: #333;
    flex-grow: 1;
    margin-left: 10px;
    text-align: left;
}

.chevron {
    color: #ccc;
    font-size: 1.2rem;
}

.asterisk {
    color: red;
    margin-left: 2px;
}

/* Botão sair*/

.icones {
    font-size: 1.5rem;
    color: black;
    white-space: nowrap;
}

.texto-caixa {
    font-size: 1rem;
}

.sair {
    font-size: 1.5rem;
    cursor: pointer;
}

.configuracoes {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    height: 100vh;
    width: 250px;
    z-index: 4;
    background: white;
    border-right: 1px solid #dee2e6;
    box-shadow: 4px 0 16px rgba(0,0,0,0.12);
    flex-direction: column;
    overflow-y: auto;
}

#container-menu-icones {
    margin-top: 1rem !important;
}

.container-corpo {
    border-bottom: 1px solid #f4f4f6;
}

.configuracoes-filho {
    display: flex;
    flex-direction: column;
}

.configuracoes-filho:hover {
    background: #f8f9fa;
}

.pesquisa-pai {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}

.pesquisa-filho {
    width: 100%;
    height: 100%;
    border: none;
}

.container-externo {
    padding: 10px 14px;
    border-bottom: 1px solid #f4f4f6;
}

.container-interno {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    cursor: pointer;
    transition: background 0.15s;
    justify-content: space-between;
}

.container-interno .icones,
.container-interno i {
    width: 28px;
    text-align: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.container-interno a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.sidebar-header{
    min-height: 90px;
}


.sidebar-item {
    height: 54px;
    border-radius: 0.375rem;
}

    .sidebar-item:hover {
        cursor: pointer;
        background-color: #eaeaea;
        transition: all 0.35s ease;
    }


    .sidebar-item.sidebar-header:hover {
        background-color: transparent;
    }

    .js-cardPesquisa > .sidebar-item:hover {
        background-color: transparent;
    }


.girando {
    display: inline-block;
    animation: girar 0.5s linear;
}

@keyframes girar {
    from { transform: rotate(0deg); }
    to {transform: rotate(180deg); }
}

.ciretran {
    cursor: pointer;
}

/* Parte de notificações na tela inicial */

.painelNotificacao {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    height: 100vh;
    width: 250px;
    z-index: 4;
    background: white;
    border-right: 1px solid #dee2e6;
    box-shadow: 4px 0 16px rgba(0,0,0,0.12);
    flex-direction: column;
    overflow-y: auto;
}

.notificacao-cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.notificacao-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid #f4f4f6;
}

.notificacao-conteudo {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.notificacao-linha {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notificacao-titulo {
    font-weight: 600;
    color: #212529;
    font-size: 0.875rem;
}

.notificacao-descricao {
    color: #6c757d;
    font-size: 0.82rem;
}

.notificacao-tempo {
    font-size: 0.75rem;
    color: #adb5bd;
    white-space: nowrap;
    margin-top: 2px;
}

.btn-verMensagens {
    width: 100%;
    padding: 10px;
    border: none;
    background: transparent;
    color: #0d6efd;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #f4f4f6;
}

.btn-verMensagens:hover {
    background: #f8f9fa;
}

.menu {
    margin-top: 4rem;
}

.menu-focos {
    width: 100%;
}

.menu-focos-item {
    color: inherit;
    transition: background 0.15s;
    position: relative;
}

.menu-focos-item:hover {
    border-left: 3px solid transparent;
    color: inherit;
    transition: background 0.15s;
}

.menu-focos-item-ativo {
    border-left-color: blue;
}

.menu-focos-label {
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.menu-focos-sublabel {
    font-size: 10px;
    color: #1D9E75;
}

.menu-focos-secondary {
    font-size: 10px;
    color: #716868;
}

.menu-content-item {
    border-bottom: none;
}

.menu-content-item-child {
    border-bottom: none
}

.menu-content-item a {
    color: #333;
    font-size: 14px;
    transition: background 0.15s;
}

.menu-content-item a:hover {
    background-color: #f8f9fa;
}

.menu-content-icon--teal {
    border-color: #1D9E75;
    color: #1D9E75;
}

.menu-content-icon--amber {
    border-color: #e6a817;
    color: #e6a817;
}

.menu-navegacao {
    display: flex;
    position: fixed;
    top: 0;
    left: 450px;
    height: 100vh;
    width: 250px;
    z-index: 4;
    background: white;
    border-right: 1px solid #dee2e6;
    box-shadow: 4px 0 16px rgba(0,0,0,0.12);
    flex-direction: column;
    overflow-y: auto;
}

.js-container-item.fixado .menu-navegacao {
    display: block !important;
}

/* Essa parte diz respeito à busca realizada no menu de pesquisa */
.item-selecionado-busca {
    background-color: #f8f9fa !important;
    border-left: 4px solid #ffc107 !important;
    font-weight: bold;
}

.historico-item:hover {
    background-color: var(--bs-gray-100);
    border-radius: 6px;
}

.pesquisa-historico {
    border-bottom: 1px solid var(--bs-gray-200);
    padding-bottom: 8px;
}

.painelMinimizavel {
    order: 1;
}

.paginaForm {
    flex: 1 1 0;
    min-width: 0;
    transition: flex 0.3s ease;
    background-color: #f4f4f6 !important;
    /*padding-left: 0px !important;*/
    padding-right: .25rem !important;
    padding-left: .25rem !important;
    order: 2;
}
.foco-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.foco-scroll {
    display: flex;
    gap: 16px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 8px 4px;
    flex: 1;
}

.foco-scroll > div {
    scroll-snap-align: start;
    flex-shrink: 0;
}

.botao {
    flex-shrink: 0;
    margin-bottom: 1.6rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    z-index: 2;
    user-select: none;
    transition: background 0.2s;
}

.botao:hover {
    background: #d6d6d6;
}

.botao.hidden {
    visibility: hidden;
    pointer-events: none;
}

.etapa.clicavel-hover-cinza.ativo {
    background-color: var(--background-area-selecao) !important;
    border-radius: 4px !important;
}

.etapa.clicavel-hover-branco.ativo {
    background-color: white !important;
    border-radius: 4px !important;
}

.etapa:hover {
    /*background-color: white !important;*/
    border-radius: 3px !important;
}

.etapa.etapa-wizard.ativo {
    border: 1px !important;
    border-radius: 3px !important;
}

.etapa-ajustada {
    position: relative !important;
    top: 0 !important;
    padding-bottom: calc(60px + env(safe-area-inset-bottom)) !important;
}

.linha-lista {
    text-align: right;
    padding: 4px 12px 4px 0;
    white-space: nowrap;
    vertical-align: top;
    width: 1%;
}

/* Classe para ocultar a barra de rolagem visualmente */
.scroll-oculto {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-oculto::-webkit-scrollbar {
    display: none;
}

.scroll-invisivel {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-invisivel::-webkit-scrollbar {
    display: none;
}

#painelExtrato, .formulario {
    transition: all 0.3s ease-in-out !important;
}
.input-box {
    position: relative;
    /*width: 250px;*/
}

    .input-box input, .input-box textarea, .input-box form-check-input{
        width: 100%;
        padding: 10px;
        border: 2px solid #ccc;
        border-radius: 6px;
        outline: none;
    }

    .input-box select {
        width: 100%;
        padding: 2px;
        border: 2px solid #ccc;
        border-radius: 6px;
        outline: none;
    }

    .input-box label {
        position: absolute;
        top: -8px;
        left: 10px;
        background: white;
        padding: 0 5px;
        font-size: 12px;
        color: #555;
    }

.table-slim {
    width: 100%;
    /*margin-top: 12px;
    margin-bottom: 12px;*/
    border: 1px solid #dee2e6;
    border-radius: 5px;
    border-collapse: separate; 
    border-spacing: 0; 
    overflow: hidden; 
}
.table-slim p{
    margin: 0;
}

.table-slim th {
    background-color: var(--secondary-subtle) !important;
}

.table-slim td {
    padding-top: 3px;
}

.table-slim td, .table-slim th {
    padding-left: 4px;
    padding-right: 4px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.placa-wrapper {
    position: relative;
    display: inline-block;
}

.img-carro {
    padding: 4px;
    margin-right: 5px;
}

.img-foco {
    max-width: 46px;
    max-height: 46px;
}

.img-mesa-trabalho {
    max-width: 24px;
    max-height: 24px;
}

.placa-numero {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'FE-Schrift', 'Arial Black', sans-serif;
    letter-spacing: 4px;
    color: #000;
    white-space: nowrap;
}

select:disabled {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dare-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 1px solid #000;
}

.dare-table th, .dare-table td {
    border: 1px solid #000;
    padding: 8px;
    font-size: 12px;
}

.dare-table th {
    background-color: #f8f9fa;
    text-align: left;
    font-weight: bold;
}

.header-section {
    background-color: #fff;
}

input:disabled,
textarea:disabled,
select:disabled,
input[disabled],
textarea[disabled],
select[disabled] {
    background-color: #e9ecef96;
    color: #495057;
    border-color: #dee2e6;
    opacity: 1;
}

.inputs {
    width: 18% !important;
}

#alerta-sistema {
    top: 89px;
    z-index: 9999;
    cursor: pointer;
    min-width: 200px;
}

@media (max-width: 1499px) {
    .inputs {
        width: 28% !important;
    }
}

@media (max-width: 767px) {
    .inputs {
        width: 50% !important;
    }


}

.card-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-left: 3px !important;
    margin-bottom: 3px !important;
}

.card {
    border: 0 !important;
}

.table-slim {
    background-color: white !important;
}

#cardVoltarEtapa, #etapa-foco {
    min-width: 0;
    max-width: 300px;
}

.etapa-menu div {
    border-radius: 3px !important;
    cursor: pointer;
}

.etapa-menu div:hover {
    background-color: white !important;
}

.min-w-0 {
    min-width: 0 !important;
}


.truncate-2-lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.story {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #243039 0%, #465d6e 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.story.senatran {
    background: linear-gradient(white, white) padding-box, rgb(21, 103, 113) border-box !important;
}

.story.config {
    background: linear-gradient(white, white) padding-box, rgb(88, 101, 242) border-box !important;
}

.story.detran {
    background: linear-gradient(white, white) padding-box, rgb(133, 85, 56) border-box !important;
}

.story.sng {
    background: linear-gradient(white, white) padding-box, rgb(196, 83, 45) border-box !important;
}

.story.estatistica {
    background: linear-gradient(white, white) padding-box, rgb(72, 92, 128) border-box !important;
}

.story.furto-roubo {
    background: linear-gradient(white, white) padding-box, rgb(184, 5, 49) border-box !important;
}

.story.pessoa {
    background: linear-gradient(white, white) padding-box, rgb(107, 114, 128) border-box !important;
}

.icon-svg.configuracao {
    color: rgb(88, 101, 242);
    background: rgb(191, 203, 255);
    z-index: 2;
}

.icon-svg.configuracao use {
    transform: translate(0.3em, 0.3em);
}

.icon-svg.detran {
    color: rgb(133, 85, 56);
    background: rgb(244, 222, 209);
    z-index: 2;
}

.icon-svg.detran use {
    transform: translate(0.4em, 0.3em);
}

.icon-svg.pessoa {
    color: rgb(107, 114, 128);
    background: rgb(229, 231, 235);
    z-index: 2;
}

.icon-svg.pessoa use {
    transform: translate(0.4em, 0.3em);
}

.icon-svg.senatran {
    color: rgb(21, 103, 113);
    background: rgb(206, 240, 244);
    z-index: 2;
    display: block;
}

.icon-svg.senatran use {
    transform: translate(0.3em, 0.3em);
}

.icon-svg.sng {
    color: rgb(196, 83, 45);
    background: rgb(254, 226, 216);
    z-index: 2;
    display: block;
}

.icon-svg.sng use {
    transform: translate(0.1em, 0.5em);
}

.icon-svg.estatistica {
    color: rgb(72, 92, 128);
    background: rgb(214, 227, 250);
    z-index: 2;
    display: block;
}

.icon-svg.estatistica use {
    transform: translate(0.2em, 0.3em);
}

.icon-svg.furto-roubo {
    color: rgb(184, 5, 49);
    background: rgb(251, 216, 220);
    z-index: 2;
    display: block;
}

.icon-svg.furto-roubo use {
    transform: translate(0.3em, 0.3em);
}

.story-noticia {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(white, white) padding-box, rgb(133, 85, 56) border-box !important;
}
