/* Overlay che oscura il resto della pagina */
#kimodulewhatsapp-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Nero con opacità */
    display: none; /* Nascondi l'overlay di default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/* .iti--allow-dropdown{
    float:right!important;
    max-width: 221px!important;
} */

#kimodulewhatsapp-privacy{
    margin-top:14px;
    margin-right:10px;
}
label[for="kimodulewhatsapp-privacy"] {
    color:black;
    font-size: 12px!important;
    display: inline;
}
/* Stilizzazione del form */
#kimodulewhatsapp-form-container {
background: url('/modules/kimodulewhatsapp/views/img/background-whatsapp.jpg');
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 441px;
  width: 90%; /* fix del 26/08/2025*/
  z-index: 1001;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#kimodulewhatsapp-icon-container.right {
    right: 80px;
    bottom: 20px;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    cursor: pointer;
}

#kimodulewhatsapp-icon-container.left {
    left: 80px;
    bottom: 20px;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    cursor: pointer;
}
#kibottone {
    background: #25D366;;
   border-radius: calc(24px);
    border: 0px;
    text-align: center;
    width: 97%;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    width:50%;
}
.chat_message {
	color:#101D25;
	background: #fff;
	border-radius: 20px 20px 20px 0px;
	padding: 5px;
}
.styleinput {
	border-radius: 14px;
  border: none;
  padding: 10px;
}
