#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: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cor-veiculo{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.texto-cortado {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 200px; 
}

.filtro{
    background-color: #ffefbe;
    padding: 2px 4px 2px 4px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
}

.background-cor-sistema{
    background-color: var(--primary);
    color: white;
}

.status-azul{
    background-color: var(--primary);
}

.status-vermelho{
    background-color: #dc3545;
}

.status-verde{
    background-color: #198754;
}

.status-amarelo{
    background-color: var(--warning);
}

.status-cinza{
    background-color: #6c757d;
}

.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;
}

a.btn:hover {
    color: #0056b3;
    transform: scale(1.05);
}

a.btn:active {
    color: #003f7f;
    transform: scale(0.98);
}

.titulo-buscar {
    color: #2C3E50;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.botoes {
    background-color: #2C3E50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.botoes:hover {
    background-color: #091024;
    color: white;
}
