*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

.popup {
  /* display: none !important; */
  background-color: #ffffff;
  width: 420px;
  /* padding: 30px 40px; */
  position: absolute;
  transform: translate(-18%, -32%);
  right: 0;
  bottom: 0;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: center;
  height: 400px;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.lw-widget-body {
  background-color: #e6ddd4;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  min-height: 350px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.lw-widget-body-bg {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("whatsapp-bg.png");
}

.lw-widget-body-content {
  display: block;
  position: absolute;
  z-index: 1;
}

.popup button {
  /* display: block; */
  margin: 0 0 20px auto;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  /* background: #03549a; */
  border-radius: 100%;
  /* width: 40px; */
  /* height: 40px; */
  border: none;
  outline: none;
  cursor: pointer;
}

.popup .form-container {
  /* float: left; */
  text-align: right;
}

.popup .form-container input {
  border-radius: 4px;
  width: 70%;
  padding: 15px;
  margin: 5px 0 10px 0;
  background: #eefdec;
  border: none;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
/* When the inputs get focus, do something */
.popup .form-container input:focus {
  /* background-color: #ddd; */
  outline: none;
}

.form-container .btn {
  /* display: block; */
  /* width: 100%; */
  /* position: relative; */
  margin: 10px auto;
  /* text-align: right; */
  background-color: #095e54;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
}

.lw-form-info-box {
  display: block;
  /* width: 100%; */
  background-color: #ffffff;
  border-radius: 4px;
  width: 85%;
  padding: 10px;
  margin: 10px;
  text-align: left;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.lw-form-actions {
  display: block;
  width: 100%;
  text-align: right;
}

.toggle-widget {
  font-size: 43px;
  /* color: white; */
  /* background: #2e0c0c; */
  color: #095e54;
  float: right;
  position: absolute;
  bottom: 18px;
  right: 0px;
  padding: 1px 10px;
}

.toggle-widget img {
  width: 55px;
}

.lw-widget-header {
  text-align: left;
  background: #095e54;
  color: #fff;
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.lw-widget-body {
  padding: 20px;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: white;
  padding: 2px;
}

button.toggle-widget-close {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
}
