#whatsapp_widget{
  border:2px #fff solid;
  border-radius:50%;
  background-color:#00bc5c;
  padding:7px;
  position:fixed;
  z-index: 1000; 
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}
#icon_whatsapp_widget{
  width:80%;
}
#icon_close_widget{
  max-width: 8px;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor:pointer;
}
.chat_globe {
  background-color:#fff;
  width: 150px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
  font-family: arial;
  position: relative;
  border-radius: 10px;
  display: none !important;
  z-index: 99999; 
}
.message_container{
  width:100%;
}

/* speech bubble 9 */


#grid_globe{
  display:flex;
  align-items: center;
}
#grid_globe .icon_container{
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
#fomt-whatsapp{
  display:none;
}
#fomt-whatsapp {
  max-height: 280px;
  overflow-y: scroll;
}
.open_form{
  cursor:pointer;
}
@media screen and (max-width: 768px){
  #whatsapp_widget {
    bottom: 8px !important;
    left: 8px !important;
    width: 62px !important;
    height: 62px !important;
    }
  }
}
