#chat-contact-wrapper {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 999999 !important;
}

#chat-contact-btn {
    background: #0b94ef;
    color: white;
    border: none;
    margin: 0px 0px 0px 0px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 10px;
    
}

#chat-contact-form {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 330px;
  z-index: 2147483647 !important;
}

#chat-contact-form h6 {
    margin-bottom: -25px;;
}

.hidden {
    display: none;
}

#chat-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  
  .icon-text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px; /* Espacio entre ícono y texto */
  }
  
  .flaticon-chat {
    font-size: 20px; /* Ajusta el tamaño si es necesario */
  }


.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
}