/* -------- Site Chat Frontend CSS -------- */
.wasc-chat {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  line-height: 1.2;
}
body.single-product .wasc-chat.woocommerce_before_add_to_cart_form,
body.single-product .wasc-chat.woocommerce_after_add_to_cart_form,
body.single-product .wasc-chat.woocommerce_product_meta_start,
body.single-product .wasc-chat.woocommerce_product_meta_end,
body.single-product .wasc-chat.woocommerce_share {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin-bottom: 12px;
}
.wasc-chat.left {
  right: auto;
  left: 20px;
}
.wasc-chat-btn {
  position: relative;
  cursor: pointer;
}
/* -- Icon -- */
.wasc-chat-btn.icon .wasc-chat-icon,
.wasc-chat-btn.icon_text .wasc-chat-icon {
  background-image: url(28dc51e2bf70ca0edf72.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 180%;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 15%);
          box-shadow: 0 0 6px rgb(0 0 0 / 15%);
}
.wasc-chat-btn.icon.plain_green .wasc-chat-icon,
.wasc-chat-btn.icon_text.plain_green .wasc-chat-icon {
  background-image: url(28dc51e2bf70ca0edf72.png);
}
.wasc-chat-btn.icon.flat_green .wasc-chat-icon,
.wasc-chat-btn.icon_text.flat_green .wasc-chat-icon {
  background-image: url(7dd72a010e57c216c08f.png);
}
.wasc-chat-btn.icon.plain_black .wasc-chat-icon,
.wasc-chat-btn.icon_text.plain_black .wasc-chat-icon {
  background-image: url(3ee86be3e0220ef722b4.png);
}
.wasc-chat-btn.icon.grad_green .wasc-chat-icon,
.wasc-chat-btn.icon_text.grad_green .wasc-chat-icon {
  background-image: url(bc3c126497eac9310d06.png);
  border-radius: 12px;
}
.wasc-chat-btn.icon.round .wasc-chat-icon,
.wasc-chat-btn.icon_text.round .wasc-chat-icon {
  border-radius: 50%;
}
.wasc-chat-btn.icon.square .wasc-chat-icon,
.wasc-chat-btn.icon_text.square .wasc-chat-icon {
  border-radius: 2px;
}
/* -- Icon With Text -- */
.wasc-chat-btn.icon_text .wasc-chat-txt {
  position: absolute;
  right: calc(100% + 8px);
  top: calc(50% - 18px);
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 12px;
  -webkit-box-shadow: 4px 0 12px rgb(0 0 0 / 14%);
          box-shadow: 4px 0 12px rgb(0 0 0 / 14%);
  border-radius: 4px;
  font-size: 13px;
  visibility: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s;
}
.wasc-chat-btn.icon_text .wasc-chat-txt::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: -6px;
  top: 11px;
}
.wasc-chat-btn.icon_text:hover .wasc-chat-txt {
  visibility: visible;
  opacity: 1;
  right: calc(100% + 14px);
}
/* -- Button -- */
.wasc-chat-btn.button {
  background: none;
  border-radius: 6px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 18px;
}
body.single-product
  .wasc-chat.woocommerce_before_add_to_cart_form
  .wasc-chat-btn.button,
body.single-product
  .wasc-chat.woocommerce_after_add_to_cart_form
  .wasc-chat-btn.button,
body.single-product
  .wasc-chat.woocommerce_product_meta_start
  .wasc-chat-btn.button,
body.single-product
  .wasc-chat.woocommerce_product_meta_end
  .wasc-chat-btn.button,
body.single-product .wasc-chat.woocommerce_share .wasc-chat-btn.button {
  right: 0;
}
.wasc-chat-btn.button .wasc-chat-icon {
  border-radius: 0 6px 6px 0;
}
.wasc-chat-btn.button .wasc-chat-txt {
  color: inherit;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 4px;
}
.wasc-chat-btn.button .wasc-chat-icon {
  background-size: auto 240%;
  background-position: center;
}
.wasc-chat-btn.button.plain_green {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #222;
}
.wasc-chat-btn.button.plain_green .wasc-chat-icon {
  background-image: url(28dc51e2bf70ca0edf72.png);
}
.wasc-chat-btn.button.flat_green {
  background-color: #43d367;
  color: #fff;
}
.wasc-chat-btn.button.flat_green .wasc-chat-icon {
  background-image: url(7dd72a010e57c216c08f.png);
}
.wasc-chat-btn.button.plain_black {
  background-color: #fafafa;
  border: 1px solid rgb(97 114 122 / 55%);
  color: #4b5d68;
}
.wasc-chat-btn.button.plain_black .wasc-chat-icon {
  background-image: url(3ee86be3e0220ef722b4.png);
}
.wasc-chat-btn.button.grad_green {
  background-image: url(c56e1db06972028769a2.png) !important;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 240%;
  color: #fff;
}
.wasc-chat-btn.button.grad_green .wasc-chat-icon {
  background-image: url(bc3c126497eac9310d06.png);
}
.wasc-chat-btn.button.square {
  border-radius: 2px;
}
.wasc-chat-btn.button.square .wasc-chat-icon {
  border-radius: 0 2px 2px 0;
}
.wasc-chat-btn.button.round {
  border-radius: 50px;
}
.wasc-chat-btn.button.round .wasc-chat-icon {
  border-radius: 0 50px 50px 0;
}

.wasc-chat-popup {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
          box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  border-radius: 4px;
  bottom: calc(100% + 10px);
  position: absolute;
  right: 0;
  width: 315px;
  overflow: hidden;
  display: none;
}
.wasc-chat.wasc-open .wasc-chat-popup {
  display: block;
}
body.single-product
  .wasc-chat.woocommerce_before_add_to_cart_form
  .wasc-chat-popup,
body.single-product
  .wasc-chat.woocommerce_after_add_to_cart_form
  .wasc-chat-popup,
body.single-product .wasc-chat.woocommerce_product_meta_start .wasc-chat-popup,
body.single-product .wasc-chat.woocommerce_product_meta_end .wasc-chat-popup,
body.single-product .wasc-chat.woocommerce_share .wasc-chat-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.wasc-chat.left .wasc-chat-popup {
  right: auto;
  left: 0;
}
body.single-product
  .wasc-chat.left.woocommerce_before_add_to_cart_form
  .wasc-chat-popup,
body.single-product
  .wasc-chat.left.woocommerce_after_add_to_cart_form
  .wasc-chat-popup,
body.single-product
  .wasc-chat.left.woocommerce_product_meta_start
  .wasc-chat-popup,
body.single-product
  .wasc-chat.left.woocommerce_product_meta_end
  .wasc-chat-popup,
body.single-product .wasc-chat.left.woocommerce_share .wasc-chat-popup {
  right: auto;
  left: 20px;
}

.wasc-chat-popup-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 20px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
.wasc-chat-popup-close::before {
  content: "\f335";
  font-family: "Dashicons";
  font-size: 17px;
}
.wasc-chat-popup-close:hover {
  opacity: 1;
}

.wasc-chat-popup-header {
  background-color: #128c7e;
  padding: 18px 20px 19px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
          box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  z-index: 5;
  color: #fff;
}
.wasc-chat-popup-main-select .wasc-chat-popup-header.noicon {
  padding: 18px 20px 19px;
}
.wasc-chat-popup-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  min-height: 35px;
  margin-right: 8px;
  color: inherit;
}
.wasc-chat-popup-header-logo::before {
  font-family: "Dashicons";
  content: "\f19a";
  font-size: 29px;
  color: inherit;
}
.wasc-chat-popup-header-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wasc-chat-popup-header h5 {
  color: inherit;
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.4;
  margin: 0;
  padding: 1px 0;
}
.wasc-chat-popup-header p {
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 0;
  opacity: 0.75;
  padding: 1px 0;
}

.wasc-chat-popup-main {
  position: relative;
}

.wasc-chat-popup-main-select {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.wasc-chat-popup.wasc-tochat .wasc-chat-popup-main-select,
/* .wasc-chat-popup.wasc-tochat .wasc-chat-btn-disable, */
.wasc-chat-popup-footer.hasnumber .wasc-chat-btn-disable,
.wasc-chat-popup.single.number .wasc-chat-btn-disable {
  display: none;
}

.wasc-chat-popup-main-chat {
  background-color: #e9e5df;
  color: #4c4c4c;
  position: relative;
  z-index: 3;
}
.wasc-message-wrap {
  position: relative;
  height: 100%;
}
.wascNotifWrap {
  position: relative;
}
.wasc-chat-main.plain_design .wascNotifWrap {
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
          box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
}
.wasc-chat-popup-main-chat textarea#wasc-message {
  background-color: inherit;
  border-radius: 0;
  height: 100%;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 14px;
  letter-spacing: 0.4px;
  color: inherit;
  display: block;
  margin: 0;
  line-height: 1.5;
  min-height: 140px;
  outline: none;
}
.wasc-chat-popup-main-chat.noheader
  .wasc-chat-main.plain_design
  textarea#wasc-message {
  padding-top: 25px;
}
.wasc-chat-popup-main-chat textarea#wasc-message::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message::-moz-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message:-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message::-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message::placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-footer {
  background-color: #f5f7f9;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 -2px 8px rgb(0 0 0 / 5%);
          box-shadow: 0 -2px 8px rgb(0 0 0 / 5%);
  position: relative;
  z-index: 5;
}
.wasc-chat-popup-footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 10px;
}
.wasc-chat-popup-footer.center .wasc-chat-popup-footer-left {
  display: none;
}
.wasc-chat-popup-footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.wasc-chat-btn-disable {
  background-color: #f5f7f9;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.wasc-chat-popup-footer.center .wasc-chat-popup-footer-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wasc-chat-popup-footer a.wasc-send {
  background-color: #128c7e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.wasc-chat-popup-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 20px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
.wasc-chat-popup-back::before {
  content: "\f340";
  font-family: "Dashicons";
  font-size: 14px;
}
.wasc-chat-popup-back:hover {
  opacity: 1;
}

.wasc-chat-popup-main-chat .wasc-chat-popup-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px;
}
.wasc-chat-popup-main-chat .wasc-chat-popup-header-logo {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  position: relative;
}
.wasc-chat-popup-main-chat .wasc-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

/* ---- Members Block ---- */
.wasc-chat-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 295px;
  line-height: 1.4;
  overflow-y: auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.wasc-number-warn {
  color: red;
  font-size: 12px;
}
.wasc-chat-popup-header.single .wasc-number-warn {
  color: #999;
}
.wasc-chat-main > p {
  color: #b7b7b7;
  font-size: 12px;
  margin: 6px 0 8px;
  padding: 0;
  text-align: center;
}
.wasc-chat-main-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wasc-chat-member-block {
  margin: 0 10px 10px;
  position: relative;
}
.wasc-chat-member {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 6px 4px;
  background-color: #f5f7f9;
  border-left: 2px solid #43d367;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 25%);
          box-shadow: 0 0 6px rgb(0 0 0 / 25%);
  position: relative;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.wasc-chat-member-block.display_dot.online,
.wasc-chat-member-block.greyed_out.online,
.wasc-chat-member-block.greyed_with_dot.online {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.wasc-chat-member-block.display_dot.offline,
.wasc-chat-member-block.greyed_out.offline,
.wasc-chat-member-block.greyed_with_dot.offline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wasc-chat-member-block.greyed_out.offline .wasc-chat-member::before,
.wasc-chat-member-block.greyed_with_dot.offline .wasc-chat-member::before {
  display: block;
  background-color: #fff;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  opacity: 0.45;
  z-index: 8;
}
.wasc-chat-member-block:last-child {
  margin-bottom: 14px;
}
.wasc-chat-member-block-image {
  padding: 2px 2px 2px 5px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wasc-chat-member-block-image img {
  border-radius: 40px;
  display: block;
  max-width: 100%;
  height: auto;
}
.wasc-chat-member-block-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0 8px 8px;
  position: relative;
}
.wasc-chat-member-block-details h4 {
  color: #222;
  font-size: 16px !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.wasc-chat-member-block-details p {
  font-size: 13px;
  color: #afafaf;
  margin: 0;
  padding: 0;
}
.wasc-chat-member-block-status {
  padding: 8px 5px;
  width: 30px;
  display: none;
}
.wasc-chat-popup-main-chat .wasc-chat-member-block-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 25px;
}
.wasc-chat-member-block-status > div {
  background-color: #43d367;
  border-radius: 15px;
  height: 12px;
  width: 12px;
}
.wasc-disable-member {
  position: absolute;
  top: -2px;
  left: -5px;
  right: -5px;
  bottom: -2px;
  z-index: 20;
}

.wasc-chat-main.whatsapp_design,
.wasc-chat-main.whatsapp_light,
.wasc-chat-main.whatsapp_dark {
  background-color: #e9e5df;
  background-repeat: repeat-y;
  background-size: 120% auto;
  background-position: center center;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_design
  textarea#wasc-message,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_light textarea#wasc-message,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_dark textarea#wasc-message,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_design .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_light .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_dark .wascNotif {
  background-color: #e1fcd4;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
          box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  border-radius: 10px;
  position: relative;
}
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_design .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_light .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_dark .wascNotif {
  margin-bottom: 20px;
}
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_design
  .wascNotif
  .wascNotifText,
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_light
  .wascNotif
  .wascNotifText,
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_dark
  .wascNotif
  .wascNotifText {
  padding: 10px 10px 14px;
}
.wasc-chat-main.whatsapp_design .wasc-message-wrap,
.wasc-chat-main.whatsapp_light .wasc-message-wrap,
.wasc-chat-main.whatsapp_dark .wasc-message-wrap {
  margin-left: 25px;
}
.wasc-chat-main.whatsapp_design .wascNotif,
.wasc-chat-main.whatsapp_light .wascNotif,
.wasc-chat-main.whatsapp_dark .wascNotif {
  margin-right: 25px;
}
.wasc-chat-main.whatsapp_design .chatangle,
.wasc-chat-main.whatsapp_light .chatangle,
.wasc-chat-main.whatsapp_dark .chatangle {
  border-bottom: 12px solid #e1fcd4;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  -webkit-box-shadow: -4px 1px 1px rgb(0 0 0 / 20%);
          box-shadow: -4px 1px 1px rgb(0 0 0 / 20%);
  content: "";
  display: block;
  margin-left: -5px;
  margin-top: -6px;
  position: absolute;
  right: -15px;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wasc-chat-main.whatsapp_design .wascNotifWrap .chatangle,
.wasc-chat-main.whatsapp_light .wascNotifWrap .chatangle,
.wasc-chat-main.whatsapp_dark .wascNotifWrap .chatangle {
  border-top: 12px solid transparent;
  border-left: 12px solid #e1fcd4;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-box-shadow: -1px 4px 1px rgb(0 0 0 / 14%);
          box-shadow: -1px 4px 1px rgb(0 0 0 / 14%);
  right: auto;
  left: -6px;
  top: 4px;
}
.wasc-chat-main.plain_design .chatangle {
  display: none;
}
.wasc-chat-main.whatsapp_light {
  background-image: url(bd05cf75adf7387e88ed.png);
}
.wasc-chat-main.whatsapp_dark {
  background-image: url(b4d5feb0e8a6daa8651f.png);
}

/* ---- Group Links Styling ---- */
.wasc-chatlink-icon {
  background-color: #fff;
  border: 1px solid rgb(227 227 227);
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  min-height: 30px;
  margin-right: 5px;
  text-decoration: none;
  color: #858585;
}
.wasc-chatlink-icon:hover {
  border: 1px solid rgb(175 175 175);
  color: #4c4c4c;
}
.wasc-chatlink-icon::before {
  font-family: "Dashicons";
  font-size: 22px;
  color: inherit;
}
.wasc-chaticon-group::before {
  content: "\f307";
}
.wasc-chaticon-world::before {
  content: "\f11d";
}
.wasc-chaticon-extlink::before {
  content: "\f504";
}
.wasc-chaticon-link::before {
  content: "\f103";
}
/* ---- Notification Styling ---- */
.wascNotifIcon {
  background-color: #fd0000;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
          box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wascNotifIcon.showNotif {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wascNotifIcon::before {
  display: block;
  color: #fff;
  content: "1";
}
.wasc-chat-btn.icon .wascNotifIcon,
.wasc-chat-btn.icon_text .wascNotifIcon {
  right: 5px;
}
.wasc-chat-btn.button .wascNotifIcon {
  top: -10px;
  right: 6px;
}
.wasc-chat-btn.button.round .wascNotifIcon {
  right: 10px;
}
.wascNotif {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wascNotif.all,
.wascNotif.selected {
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 12%);
          box-shadow: 0 1px 0 rgb(0 0 0 / 12%);
}
.wascNotif.front {
  padding: 0 5px;
}
.wascNotifText {
  padding: 14px 0 14px 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.95em;
}
.wascNotif.front .wascNotifText {
  padding: 0 0 14px 14px;
}
.wascNotifText a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #559df7;
}
.wascNotifNo {
  padding: 14px 12px 14px 6px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wascNotifNo span {
  background-color: #559df7;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  text-align: center;
}
.wasc-chat-member-block-details .wascNotifNo {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -9px 0 0;
  padding: 0;
}
.wascNotifWrap.selected {
  display: none;
}
.wasc-chat-popup-main.show-notif .wascNotifWrap.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* - Remove - */
.wasc-chat-btn.icon .wasc-chat-txt,
.wasc-chat-popup.noheader .wasc-chat-popup-header,
.wasc-chat-popup-main-chat .wasc-chat-popup-header-logo::before,
.wasc-chat-member-block.scuser-remove,
.wasc-chat-member-block.display_dot.offline .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.offline .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.greyed_with_dot.offline
  .wasc-chat-member-block-status,
.wasc-chat-member-block.greyed_out.online::before,
.wasc-chat-member-block.remove_offline.offline,
.wasc-chat-popup-header.single .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.online.none .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.online.greyed_out .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.online.remove_offline
  .wasc-chat-member-block-status {
  display: none !important;
}
.wasc-chat-member-block.display_dot.online .wasc-chat-member-block-status,
.wasc-chat-member-block.greyed_with_dot.online .wasc-chat-member-block-status,
.wasc-chat-popup-header.single.display_dot.online
  .wasc-chat-member-block-status {
  display: block !important;
}

@media only screen and (min-width: 981px) {
  body.wasc-remdesktop #kaira-sitechat-footer {
    display: none !important;
  }
}
@media (min-width: 783px) and (max-width: 980px) {
  body.wasc-remtablet #kaira-sitechat-footer {
    display: none !important;
  }
}
@media only screen and (max-width: 782px) {
  body.wasc-remmobile #kaira-sitechat-footer {
    display: none !important;
  }
}

