.app-section{
  background-color: #ebebeb;
  scroll-margin-bottom: -100px;

}

.container-principal {
  margin-top: -20px;
  transform: scale(0.9);
}

.card-left{
  background-color: #42929d;
  height: 64vh;
  color: #fff;
  padding-top: 44px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.card-right{
  background-color: #2f656d !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
.config {
background-image: url(../img/svg/Bulk/Settings-line.svg);
width: 49px;
height: 49px;
color: black;
}

.card-form{
    width: 30%;
    background-color: #fff;
}

/* mensagem flash */

.flash-container {
    position: fixed;
    top: 5%;
    right: 15%;
    z-index: 1000;
  }
  
  .flash-message {
    background-color: #ff5f5f;
    color: white;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: bold;
    position: relative;
    animation: fadeInOut 6s ease-in-out;
    display: flex;
  }
  
  .flash-message .close-flash {
    position: absolute;
    top: 11px;
    right: 12px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }

  #municipio_select_container {
  min-height: 60px; /* ou o necessário para seu layout */
}

.btn-login{
  background-color: #42929d !important; 
  color: #fff !important;
}

.btn-login:hover{
  background-color: #fff !important;
  color: #00538e !important;
}

.footer{
  background-color: #e0dbdb !important; 
  color: #2f656d !important;
  width: 75%;
  margin: auto;
  margin-top: -22px;
  font-size: 14px;
  transform: scale(0.9);
  border-radius: 8px;
}

.link{
  text-decoration: none !important;
  color: #2f656d !important;
}

.link:hover{
  text-decoration: none !important;
  background-color: #2f656d;
  color: #fff !important;
  transform: scale(1.1);
  padding: 3px;
  border-radius: 3px;
}

.column-1{
  width: 33% !important;
}

.column-2{
  width: 33% !important;
}

.column-2{
  width: 33% !important; 
}

.logo-dominio{
  padding-left: 33%;
  padding-top: 10%;
}

.whatsapp-suporte {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  padding: 10px 15px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  z-index: 1000;
  font-weight: bold;
  font-family: sans-serif;
}

.whatsapp-suporte img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}