.whatsapp__wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

.whatsapp__wrapper-container {
  position: relative;
}

.wa__btn_popup {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  z-index: 999;
}

.wa__btn_popup_txt {
  background-color: #f5f7f9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #43474e;
  font-size: 12px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-right: 7px;
  padding: 8px 12px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  width: 156px;
}

.wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
}

.wa__btn_popup_icon_close {
  opacity: 0;
  transform: scale(0) rotate(-1turn);
}

.wa__btn_popup_icon_wa,
.wa__btn_popup_icon_close {
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa__active .wa__btn_popup_txt {
  opacity: 0;
  transform: translateY(15px);
}

.wa__active .wa__btn_popup_icon_wa {
  opacity: 0;
  transform: scale(0) rotate(1turn);
}

.wa__active .wa__btn_popup_icon_close {
  opacity: 1;
  transform: scale(1) rotate(0turn);
}

.wa__popup_chat_box {
  position: absolute;
  right: 10px;
  bottom: 70px;
  border-radius: 5px 5px 8px 8px;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  opacity: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease;
  visibility: hidden;
  width: 351px;
  will-change: transform, visibility, opacity;
  z-index: 998;
  background: white;
}

.wa__popup_chat_box:active,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:hover {
  box-shadow: 0 10px 10px 4px rgba(32, 32, 37, 0.23);
  -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, 0.23);
}

.wa__popup_chat_box .wa__popup_heading {
  background: #2db742;
  color: #d9ebc6;
  padding: 15px 43px 17px 74px;
  position: relative;
}

.wa__popup_chat_box .wa__popup_icon {
  position: absolute;
  left: 20px;
  top: 40px;
  transform: translateY(-50%);
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.wa__popup_chat_box .wa__popup_title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  min-height: 24px;
  padding-bottom: 3px;
  padding-top: 2px;
}

.wa__popup_chat_box .wa__popup_intro {
  font-size: 11px;
  line-height: 20px;
  min-height: 20px;
  padding-top: 4px;
}

.wa__popup_chat_box .wa__popup_content {
  background: #fff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}

.wa__popup_chat_box.wa__active {
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}

.wa__popup_chat_box .wa__popup_notice {
  text-align: left;
  color: #a5abb7;
}

.wa__popup_chat_box .wa__popup_contact_info {
  text-align: left;
}

.wa__popup_chat_box .wa__popup_contact_info .wa__popup_contact_tips {
  color: #a5abb7;
  text-align: left;
}

.wa__popup_chat_box .wa__popup_content_item {
  margin-top: 14px;
}

.wa__popup_chat_box .wa__stt {
  background: #f5f7f9;
  border-left: 2px solid #2db742;
  border-radius: 2px 4px 2px 4px;
  display: table;
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.wa__popup_chat_box .wa__stt:nth-child(n + 1) {
  margin-top: 12px;
}

.wa__popup_chat_box .wa__stt:hover {
  background: white;
  box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
}

.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.wa__popup_chat_box .wa__popup_avatar_right {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 24px;
  height: 24px;
}

.wa__popup_chat_box .wa__popup_txt {
  text-align: left;
  height: 48px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wa__popup_chat_box .wa__member_name {
  color: #363c47;
  font-size: 14px;
  line-height: 1.188em !important;
}

.wa__popup_chat_box .wa__member_duty {
  color: #989b9f;
  font-size: 11px;
  line-height: 1.125em !important;
  padding: 2px 0 0;
}
