body {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
}

.blog-header-logo {
  padding-right: 10px;
}

.blog-footer {
  background-color: #051B2E;
  padding-top: 50px;
  margin: 0;
}

.titulo-footer {
  font-size: 30px;
  color: #FFF;
}


.link-footer {
  color: #606060;
}

.link-footer:hover {
  color: green;
}

.copyright {
  padding: 20px 0 30px 0;
  color: #606060;
}

.button-manual-tec :hover {

  background-color: green;


}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  min-width: 200px;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left .dropdown-menu {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: -1px;
}

.form-floating {
  margin-bottom: 25px;
}

.calculadora {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.dropcap {
  font-size: 4em;
  /* adjust size as needed */
  font-weight: bold;
  /* or any other styling you want */
  float: left;
  margin-right: 0.1em;
  /* adjust spacing between drop cap and text */
}

.nav-item {
  padding: 0 0 0 10px;
  font-size: 17px;
  /* adjust size as needed */
  font-weight: lighter;
}

.figure {
  height: 150px;
  width: 150px;
  text-align: center;
}

/* .mapa svg path { */
/* stroke:#c2c3c2d9; */
/*cor da borda do estado*/
/* fill:#9c9c9cd9; */
/*cor do estado*/
/* cursor:pointer;
} */
.estado-teste::hover::after{
  content: attr(title);  
}

.mapa svg path:hover  {
  fill: rgb(54, 152, 53);
  stroke: rgb(255, 255, 255);
}


.com-fazenda {
  fill: green;
  stroke: white;
}

.sem-fazenda {
  fill: gray;
  stroke: white;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* .tooltip:hover .tooltiptext {
  visibility: visible;
} */

/* parei aqui estouu fazendo a mudança da cor da tabela  */
/* Estilize a tabela */

/* .col-md-6.table-responsive table { 
  color: #333333;
}
.col-md-6.table-responsive th,
.col-md-6.table-responsive td {
  padding: 8px;    
} */
.green-row {
  background-color: green;
  color: white;
  /* Se desejar também alterar a cor do texto */
}

.icone-tam-1{
  font-size: 1rem;
}

.icone-tam-15{
  font-size: 1.5rem;
}

.icone-tam-2{
  font-size: 2rem;
}

.icone-tam-5{
  font-size: 5rem;
}
.icone-tam-{
  font-size: 5rem;
}


.centralizado {
  margin: 5% 2% 2% 2%;
  width: 250px;
}
  .btn-delete {
    
   
background-color: #f44336; /* Cor de fundo vermelha */
    
   
color: white; /* Cor do texto branco */
    
   
border: none;
    padding: 5px 10px;
    
   
text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    
   
border-radius: 3px; /* Borda arredondada, opcional */
  }

  
  

 
.btn-delete:hover {
    background-color: #d32f2f; /* Cor de fundo vermelha mais escura ao passar o mouse */
  }

table tbody tr td,
th {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}


.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  overflow: auto; 
  text-align: center;
}

.popup img {
  max-width: 70%; /* A imagem deve se ajustar à largura máxima do pop-up */
  height: auto; /* Para manter a proporção da imagem */
  display: block; /* Para corrigir possíveis problemas de layout */
  margin: 0 auto; /* Para centralizar a imagem dentro do pop-up */
}
