:root {
  --color2: #fbad18;
  --family: "Work Sans", sans-serif;
}
/* FLOATING INPUT */
.user-input-wrp {
  position: relative;
  margin: 0px 0 20px;
}
.user-input-wrp .fa {
  position: absolute;
  left: 1px;
  top: 12px;
  width: 25px;
  border-right: 1px solid #999;
  padding-right: 10px;
}
.user-input-wrp .inputText {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #bbb;
  box-shadow: none !important;
  height: 40px;
  padding-left: 35px;
  background: transparent;
}
@media (max-width: 767px) {
  .user-input-wrp.active p,
  .user-input-wrp .inputText {
    margin-bottom: 20px;
  }
}
.user-input-wrp .inputText:focus {
  border-color: #444;
  border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 35px;
  transition: 0.2s ease all;
  color: #666;
}
.user-input-wrp.active .floating-label,
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label {
  top: -15px;
  left: 0;
  font-size: 13px;
  color: #333;
  border-radius: 20px;
  opacity: 1;
}
.user-input-wrp.active p {
  padding-left: 35px;
  margin-top: 10px;
  display: inline-block;
}
.btn-style-1 {
  background: var(--color2);
}
.btn-style-1:hover {
  background: #53ca6c;
}
.btn-send {
  display: block;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  color: #fff;
  background: #409447;
}
.fixed-bottom-strip {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  z-index: 10;
  grid-template-columns: auto 240px;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px#888;
  box-shadow: 0 0 3px #888;
  padding: 6px 20px 3px;
  background: #fff;
}
.fixed-bottom-strip .lgx-btn {
  margin-top: 5px;
}
.btn-whatsapp-toggle {
  background: rgb(29, 110, 18);
  border-radius: 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  user-select: none;
  line-height: 1;
  overflow: hidden;
  min-width: 40px;
  max-width: 350px;
  margin-top: 3px;
  border: none;
}
@media (max-width: 767px) {
  .fixed-bottom-strip {
    grid-template-columns: auto 60px;
    padding: 0 !important;
    margin-bottom: -4px;
  }
  .fixed-bottom-strip .lgx-btn {
    width: 100%;
    border-radius: 0;
    height: 50px;
    margin-top: 0;
    /* padding-top: 24px; */
    padding-top: 15px !important;
  }
  .btn-whatsapp-toggle {
    width: 100%;
    right: 0;
    height: 50px;
    margin-top: 0;
    bottom: 0;
    border-radius: 0;
    max-width: none;
  }
  .btn-whatsapp-toggle span {
    display: none;
  }
}
.btn-whatsapp-toggle span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px 15px 15px;
  font-family: Arial, Sans-serif;
  vertical-align: sub;
  max-width: 260px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  padding: 15px 5px 15px 15px;
}
.btn-whatsapp-toggle img {
  padding: 10px 14px;
  position: relative;
  z-index: 2;
  height: 43px;
  padding: 10px 12px;
  width: auto;
  border-radius: 0 15px 0 0;
  background: rgba(0, 0, 0, 0.05);
  float: right;
  transition: background-color 0.5s ease;
}
.whatsapp-toggle-box {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: -1000px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  /* background: #fff; */
  border-radius: 8px;
  overflow: hidden;
  width: 350px;
  font-size: 14px;
  line-height: 1.4;
  transition: 0.4s ease-in-out;
}
.whatsapp-toggle-box.active {
  bottom: 10px;
}
.whatsapp-toggle-box-header {
  text-align: center;
  color: #fff;
  padding: 15px;
  position: relative;
  background: url(../../images/whatsapp-pattern.webp);
  overflow: hidden;
}
.whatsapp-toggle-box-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000%;
  background: rgb(29, 110, 18, 0.75);
}
.whatsapp-toggle-box-body {
  background: #fff;
}
.logo-wtb {
  max-width: 140px;
}
.close-whatsapp {
  position: absolute;
  left: 15px;
  top: 25px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 10px;
  cursor: pointer;
}
.close-whatsapp:hover {
  background: rgba(0, 0, 0, 0.1);
}
.avatar {
  display: grid;
  grid-template-columns: 60px auto;
  grid-column-gap: 10px;
  padding: 10px;
  background: #fff;
}
.avatar img {
  width: 100%;
}
.avatar p,
.avatar h4 {
  margin: 0;
}
.avatar span {
  position: relative;
  font-size: 12px;
  color: #0dc152;
}
.avatar span::after {
  content: "";
  right: -8px;
  bottom: 8px;
  width: 4px;
  height: 4px;
  border-radius: 6px;
  background: #0dc152;
  position: absolute;
}
.form-area {
  padding: 25px;
  background: #f5f5f5;
}
