#controladoresMap{
    height:500px !important;
}
#searchMap{
    width:100%;
}

#btYellowBlinkEnable{
    width: 100%;
}
#btYellowBlinkDisable{ 
    width: 100%;
}

.dash-main{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
   /*
    align-items: stretch;
    justify-content: space-between;
    height: auto;
    min-height: 35px;
    margin-bottom: 50px ;*/
}
.dash-mapa{
   
    flex-grow:2;
    
}
.dash-list{
    position:relative;
    flex-grow:2;
    
}
.dash-status{
    display: flex;
    flex-direction: column;
}
.dash-status-item {
    margin: 10px;
   
}
.dash-status-itens {
    display: flex;
    flex-direction: row;
     background-color: #fff;
}
.dash-titulo {
    display: flex;
    align-items: center;
    
    /*
        border-bottom-width: 1px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0.625rem;
    */
    
    height: 3.5rem;
    background-color: #fff;
    
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
   
    border-bottom: 1px solid rgba(32,39,140,.125);
    
}
.containerLog {
    position: relative ;
    width: 100%;
    height: 500vh;
    overflow-y: scroll;
}
.dash-visao-geral{
    display: flex;
    flex-direction: column;
    background-color:#fff;
}
.dash-visao-geral-itens{
    display: flex;
    flex-direction: row;
}
.dash-visao-geral-item {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    flex:1;
}
.dash-visao-geral-item-detalhes {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.dash-visao-geral-item-detalhes-info{

    font-size: 1.77em;
    font-weight: 700; 
     margin-bottom: 2px; 
     padding-bottom: 1px; 
}
.dash-portfolio{
    display:flex;   
    flex-direction: column;
}
.dash-portfolio-itens{
    display:flex;
    flex-direction:row;
    column-gap:10px;
}
.dash-portfolio-lista{
    flex: 1;
}
.dash-portfolio-mapa{
    flex: 1;
}
.dash-mapa .card-body{
    padding: 3px;
}
.dash-icon {
    height: 60px;
    margin-top: 1rem;
}
.nav-link p {
   font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*************************************/
/*************************************/
/*************************************/
/*************************************/

.listrado{
    background: repeating-linear-gradient(45deg, yellow, red 0.4%);
}
 
/***************************************/
/***************************************/
/***************************************/
        .legenda-container {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
            padding: 32px 40px;
            min-width: 340px;
        }
        .legenda-titulo {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 18px;
            letter-spacing: 0.5px;
            color: #333;
        }
        .legenda-item {
            display: flex;
            align-items: center;
            margin-bottom: 14px;
            font-size: 1.05rem;
        }
        .cor {
            width: 22px;
            height: 22px;
            border-radius: 4px;
            margin-right: 14px;
            border: 1.5px solid #e0e0e0;
        }
        .verde { background: #4CAF50; }
        .amarelo { background: #FFEB3B; }
        .vermelho { background: #F44336; }
        .laranja { background: #FF9800; }
        .marrom { background: #795548; }

/***************************************/
/***************DASHBOARV2**************/
/***************************************/
.map_container {
    height: 500px;
}


/* STATUS VIEW */

        .status-box {
            display: inline-block;
            padding: 5px 10px;
            font-size: 14px;
            font-weight: bold;
            color: white;
            background-color: red;
            border-radius: 5px;
        }
        .info-card {
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 12px;
            display: flex;
          
            align-items: center;
            gap: 10px;
        }
        .infoBox {
            width: 50px;
            height: 50px;
            /* display: flex; */
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            color: white;
            /* font-size: 24px; */
        }
        .infoBox > info-box-icon{
            font-size: 30px;
        }
        .infoBox > info-box-text{
            margin-left: 10px !important;
        }
        
        
        .infoBoxNumber{
            margin-left: 10px  ;
        }

        .yellow-box {
            background-color: #FFC107;
        }
        .blue-box {
            background-color: #17A2B8;
        }
        .status-options {
            list-style: none;
            padding: 0;
        }
        .status-options li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 5px;
        }

/* ***************************** */

    .contransin_tfildlist {
        border-collapse: separate; /* permite espaçamento entre células */
        border-spacing: 6px; /* define o espaço horizontal e vertical entre as células */
        width: 100%;
        background-color: transparent;
        border: none;
         
      }

    .contransin_tfildlist th {
        background-color: #F4F6F9;
        color: #333;
        font-weight: bold;
        text-align: left;          /* alinhamento horizontal (pode trocar por center se quiser) */
      
        padding: 0 12px;
        border: 1px solid #dcdcdc;
        border-radius: 6px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
    }
   
  
    .contransin_tfildlist th:first-child {
        border-top-left-radius: 6px;
    }
  
    .contransin_tfildlist th:last-child {
        border-top-right-radius: 6px;
    }