@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;700&display=swap');


*{
    font-family: 'Kanit', sans-serif;
}

#map { height: 70vh;
    border-radius: 7px; 
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color:  #637688;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #adbedc;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #137338;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
}
.color-rodape {
    background: #fff;
}

.texto-sidenav {
    color: #ffffff;
    font-size: 17px;
}

.radio_button {
    display: inline-block;
    margin-right: 20px; /* Ajuste conforme necessário para adicionar espaço entre os radio buttons */
}

.center-container-radio {
    text-align: center;
  }

html, body{
    margin: 0;
    padding: 0;
    height: 90%;
    width: 100%;
    background: #F7F7F7;
}

label{
    font-size: 13px;
    color: #137338;
    
}
.footer-padrao{
    float: left;
}
.texto-icons-padrao{
    color: #ffffff;
    
}
.texto-sidenav-padrao{
    color: #ffffff;
    font-size: 15px;
}

.texto-icons-graf{
    color: #137338;
}
.texto-icons-secondary{
    background: #137338;
}

.color-primary-padrao{
    background: #137338;
}
.margin-cards-padrao{
    margin: 0;
}
.texto-rodape-padrao{
    font-size: 15px;
    color: #ffffff;
}

.size_numero_card{
    font-size: 40px;
    font-weight: bold
}

.texto-size-padrao{
    color: #fff;
    font-size: 1.1rem; /* Use uma unidade relativa, como "rem" */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%; /* Garanta que o texto não exceda a largura do card */
    overflow: hidden; /* Oculta qualquer texto que exceda a largura máxima */
    text-overflow: ellipsis; /* Adiciona reticências (...) quando o texto estiver cortado */
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .texto-size-padrao {
        font-size: 1.5rem; /* Reduza o tamanho da fonte para telas menores */
    }
}

.borda_cards{
    border-radius: 7px;
}

.card1-graficos-padrao{  
    border-radius: 7px;
    margin: 5;
    margin-bottom: 20px;
}
.card2-graficos-padrao{  
    border-radius: 7px;
    margin: 5;
    height: 40vh;
}
.card3-graficos-padrao{  
    border-radius: 7px;
    margin: 5;
    height: 93vh;

}
.card-status-padrao{
    border-radius: 7px;
    margin-top: 4%;
    margin-bottom: 4%;
    background-color: #2FB29C;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #137338;
    
}
.tabs .tab a {
    color: #137338;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #137338;
    will-change: left, right;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(99, 118, 136,0.2);
    outline: none;
    border-radius: 7px;
}
.borda-tabs{
    border-radius: 7px;
}
#mapa{
padding: 20px;
width: 89%;
}


/* configuracoes da caixa do mapa*/


  path:hover, circle:hover {
    stroke: #5b5c5e !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #DF6910 !important;
    cursor: pointer;
  }
  #path67 {
    fill: none !important;
    stroke: #DF6910 !important;
    cursor: default;
  }
  #info-box-mapa {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #DF6910;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Kanit', sans-serif;
    color:#ffffff;
  }



  