#mapa { 
    height: 800px;
    position: relative;
    outline-style: none;
    border: 5px solid #e8e8e8;
}

.label{
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    height: 20px !important;
}

.mapa { 
    height: 450px;
    position: relative;
    outline-style: none;
    border: 5px solid #e8e8e8;
}

.icone-logo-branco{
    width: 145px;
    height: 50px;
    margin-left: -15px;
}

.icone-pcrn{
    vertical-align: middle;
    border-style: none;
    width: 50px;
}

.erro-validacao{
    color:#790614; 
    font-size: 13px;
}

.erro-modal{
    color:#790614; 
}

.cursor{
    cursor: pointer;
}

.foto-faccionado{
    height: 180px;
    width: 180px;
    border: 6px solid #ffffff;
    border-radius: 285px;
}

.mt-n-2{
    margin-top: -40px;
}

.faccionado-foto{
    width:100px;
    height: 100px;
    margin-top:-65px
}

.status{
    padding: 1px 7px 1px 7px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    color: white;
}

.cor-veiculo{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.texto-cortado {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 200px; 
}

.texto-pequeno{
    font-size:14px;
}

.apelido{
    font-weight: 800;
    color: #000000;
}

.filtro{
    background-color: #ffefbe;
    padding: 2px 4px 2px 4px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
}

.cor-fundo-cinza-veiculo{
    background-color: #f8f8f8;
    border-radius: 15px;
}

.background-cor-sistema{
    background-color: var(--primary);
    color: white;
}

.status-azul{
    background-color: var(--primary);
}

.status-vermelho{
    background-color: #790614;
}

.status-verde{
    background-color: #047200;
}

.status-amarelo{
    background-color: var(--warning);
}

.status-cinza{
    background-color: #949494;
}

.fundo-branco{
    background-color: #ffffff !important;
}

.fundo-branco i::after{
    content: '+';
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: 600;
    color:var(--warning);
}

.remover-foto{
    position: absolute;
    margin: 16px;
}

.titulo-secao {
    background-color: var(--warning);
    color: black;
    border-radius: 5px !important;
}

.cod-faccionado-card{
    margin: -53px 0px 0px 19px;
    color: white;
}

.titulo-secao{
    background-color: var(--warning);
    color: black;
    border-radius: 9px !important;
}

.instrucoes{
    font-size: 11px;
    color: #d68000;
    font-weight: 700;
    display: block;
    margin-top: -12px;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#headerTable{
    background-color: #fffdec;
}

.fundo-amarelo-claro{
    background-color: #fffdec;
}

.fundo-cinza-claro{
    background-color: #f8f8f8;
}

.cor-sistema-fonte{
    color: var(--primary)
}

.lista-foto-faccionado {
    height: 360px;
    width: 97%;
    transition: transform 0.5s;
    border-radius: 12px;
    border: 4px solid #d7d6d0;
}

.lista-foto-faccionado:hover {
    transform: scale(1.05); 
}

.foto-busca-regiao:hover {
    transform: scale(1.5); 
    transition: transform 0.5s;
}

.foto-escolhida-pesquisa{
    border-radius: 5px;
    max-width: 100%;
    border: 2px solid #cbcbcb;
}

.probabilidade{
    color: #087812;
    font-weight: 900;
    font-size: 16px;
}

.foto-faccionado-pesquisa{
    height: 100px;
    width: 100px;
    border: 2px solid #dbdbdb;
    transition: transform 0.5s;
    border-radius: 267px;
}

.foto-faccionado-pesquisa:hover {
    transform: scale(1.5); 
    transition: transform 0.5s;
}

.centralizar-th{
    vertical-align: baseline !important;
}

.max-width-970{
    max-width: 970px;
}

.max-width-400{
    max-width: 400px  !important;
}

.max-height-800{
    max-height: 800px  !important;
}

.modal-xxl{
    max-width: 1240px !important;
}

.w-60{
    width: 60% !important;
}

.w-15{
    width: 15% !important;
}

.vertical-align-middle{
    vertical-align: middle !important;
}   