.btn-success-whatapp {
  background-color: #4FCE5D;
  bottom: 10px;
}
.btn-success-whatapp .whatapp-chat-btn .icon {
  transition: fill 0.2s;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 32px;
  height: 32px;
  fill: currentcolor;
}
.btn-success-whatapp:hover {
  background-color: #4FCE5D;
}
.btn-success-whatapp .notification-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  right: 8px;
}

.btn-dark-whatapp {
  background-color: #000;
  color: #fff;
  border: none;
  bottom: 10px;
  padding: 10px 25px;
}
.btn-dark-whatapp .whatapp-chat-btn .icon {
  transition: fill 0.2s;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
  height: 20px;
  fill: currentcolor;
}
.btn-dark-whatapp:hover {
  background-color: #000;
  color: #fff;
}

.chat-box {
  position: fixed;
  bottom: 70px;
  right: 90px;
  width: 360px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 30px 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s all;
}
@media (max-width: 575px) {
  .chat-box {
    width: 90%;
    right: 5px;
  }
}
.chat-box.show {
  bottom: 90px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.chat-box .chat-header {
  background-color: rgb(0, 128, 105);
}
.chat-box .chat-header.light-theme {
  background-color: #fff;
}
.chat-box .chat-header.light-theme .close-btn span {
  color: #ccc !important;
}
.chat-box .chat-header.light-theme .user-name h6,
.chat-box .chat-header.light-theme .user-name span {
  color: #000 !important;
}
.chat-box .chat-header.light-theme .user-profile::before {
  border: 2px solid #fff;
}
.chat-box .chat-header .close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  transition: 0.3s all;
}
.chat-box .chat-header .close-btn:hover {
  opacity: 1;
}
.chat-box .user-profile {
  position: relative;
  width: 52px;
  height: 52px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
}
.chat-box .user-profile::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 2;
  background-color: rgb(74, 213, 4);
  display: block;
  border: 2px solid rgb(0, 128, 105);
  border-radius: 50%;
}
.chat-box .style-1 {
  background-image: url(../../images/whatapp//background-whatsapp.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.chat-box .chat-text {
  max-width: calc(100% - 66px);
}
.chat-box .chat-text p:last-child {
  margin-bottom: 0;
}
.chat-box .arrow-icon {
  position: absolute;
  top: 0px;
  left: -5px;
}
.chat-box .send-btn {
  background-color: rgb(37, 211, 102);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  color: #fff;
  max-width: 100%;
  border-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.chat-box .send-btn .icon {
  transition: fill 0.2s;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
  height: 20px;
  fill: currentcolor;
}
.chat-box .custom-input {
  resize: none;
}
.chat-box .btn-whatapp {
  background-color: rgb(37, 211, 102);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  color: #fff;
  max-width: 100%;
  border-color: rgba(0, 0, 0, 0);
  font-weight: bold;
}/*# sourceMappingURL=whatapp-chat.css.map */