.wa-widget {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    z-index: 100 !important;
}

.wa-widget:last-child {
  margin-right: 0 !important;
}

.wa-widget.expanded {
  border-radius: 1rem !important;
}

.wa-widget .wa-widget-content {
  width: 360px !important;
  transition: all 0.25s linear !important;
  visibility: hidden !important;
  position: absolute !important;
  bottom: 6rem !important;
  opacity: 0 !important;
  right: 0 !important;
  z-index: -1 !important;
}

.wa-widget .wa-widget-content.expanded {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99 !important;
}

.wa-widget-toggle {
  background-color: white !important;
  /* padding: 1rem; */
  padding: 4px;
  margin-bottom: 1rem;
  margin-right: 1rem;
/*  height: 2rem;
  width: 2rem;*/
  border-radius: 9rem !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  content:url('../js/contact/form/t_envelope.png');
  width: 52px;
  height: 52px;
}

.wa-widget-toggle:hover {
  background-color: #ff7f00 !important;
  content:url('../js/contact/form/t_envelope.hover.png');
  width: 52px;
  height: 52px;

}

@media (max-width: 640px) { 
  .wa-widget-toggle { 
    margin: 1rem;
  }
}
.wa-widget-toggle::before {
  content: '' !important;
  height: 10px !important;
  width: 10px !important;
  top: 1px !important;
  right: 1px !important;
  position: absolute !important;
  /* background-color: red !important; */
  border-radius: 10px !important;
}

.wa-widget-content {
    overflow: hidden !important;
    border-radius: .75rem !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
    margin: 1rem !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
}

.chat-header {
    padding: 16px !important;
    display: flex !important;
    align-items: center !important;
    background-color: #095e54 !important;
    color: white !important;
}

.chat-header .chat-admin-picture {
  height: 48px !important;
  width: 48px !important;
  margin-right: 1rem !important;
  position: relative !important;
}

.chat-header .chat-admin-picture img {
  width: 100% !important;
  height: 100% !important;
}

.chat-header .chat-admin-picture::before {
  content: '' !important;
  height: 7px !important;
  width: 7px !important;
  border-radius: 7px !important;
  background-color: #4fce5d !important;
  border: 2px solid #095e54 !important;
  position: absolute !important;
  bottom: 2.333333px !important;
  right: 2.333333px !important;
}

.chat-header h4,
.chat-header p {
  margin: .2rem !important;
}

.chat-content {
  padding: 1rem !important;
  background-color: #d1ecd4 !important;
}

.chat-content .chat-admin-picture {
  height: 2rem !important;
  width: 2rem !important;
  margin-right: .5rem !important;
}

.chat-item {
  display: inline-flex !important;
  align-items: flex-end !important;
}

.chat-item p {
  margin: 0 2rem .5rem 0 !important;
  padding: 1rem !important;
  background-color: white !important;
  border-radius: 1rem !important;
}

.chat-item p:first-child {
  border-top-left-radius: 0 !important;
}

.chat-form {
  background-color: white !important;
  padding: .25rem !important;
}

.chat-form textarea,
.chat-form input {
  width: 100% !important;
  padding: 12px 16px !important;
  background-color: inherit !important;
  font-family: inherit !important;
  resize: none !important;
  margin-bottom: 4px !important;
  transition: all 0.25s linear !important;
  font-size: 13px;
}

.chat-form textarea,
.chat-form input,
.chat-form input:focus {
  border: 1px solid transparent !important;
  outline: 0 !important;
  border-radius: .5rem !important;
}

.chat-form .chat-send, .chat-clear {
  border: 0 !important;
  outline: 0 !important;
  padding: 8px !important;
  width: 48% !important;
  font-family: Arial !important;
  font-size: 32px !important;
  background-color: #ce684f !important;
  color: white !important;
  cursor: pointer !important;
  border-radius: .5rem !important
}
.chat-form .chat-send {
  margin-right: 2%;
  margin-left: 1%;
  background-color: #4fce5d !important;
}
.chat-form .required {
  border: 1px solid rgba(255, 0, 0, 0.25) !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}

@media (max-width: 460px) {
  .wa-widget.expanded {
    width: 100% !important;
  }
  .wa-widget-toggle {
    float: right !important;
  }
  .wa-widget-content {
    width: auto !important;
    left: 1rem !important;
    right: 1rem !important;
  }
}


.wa-widget-content h4{
    color: white !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 3.2px !important;
}

.wa-widget-content p small {
    color: white !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin: 3.2px !important;
    display: none;
}

/* Neotel - lista de paises */
/* #flagList {
  width: 100% !important;
    padding: 0px 16px !important;
    background-color: inherit !important;
    font-family: inherit !important;
    resize: none !important;
    margin-bottom: 4px !important;
    transition: all 0.25s linear !important;
    font-size: 13px;
  height: 35px !important;
  border: none !important;
} */

#countryList {
  width: 100% !important;
  height: 35px !important;
  border: none !important;
  display: inline;
  cursor: pointer;
}
#countryCode {
  width: 24% !important;
  height: 35px !important;
  border: none !important;
  padding: 0px 5px !important;
  background-color: inherit !important;
  font-family: inherit !important;
  resize: none !important;
  margin-bottom: 4px !important;
  transition: all 0.25s linear !important;
  font-size: 13px;
}

#countryList img {
  width: 25px;
  margin-left: 18px;
}
/* Input numero de telefono */
#wapp-number {
  width: 72% !important;
}

#wapp-number::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

#flagList {
  height: 224px;
  overflow: auto;
  position: absolute;
  background: white;
  border: solid 1px black;
  border-radius: 6px 2px 2px 6px;
  width: 98%;
  list-style: none;
  top: 82px;
}

#flagList img {
  margin-left: -30px;
  margin-right: 10px;
}
#flagList li:hover {
  background-color: #d1ecd4;
}

