/* WACR Main Style */
.wacr-wa-button {
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(135deg, #128C7E, #25D366);
  border-radius: 12px;
  overflow: hidden;
  align-items: center;
  color: #ffffff;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
  outline: none !important;
  flex: 0 0 100%;
  max-width: 360px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}
.wacr-wa-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
}
.wacr-container.wacr-std .wacr-wa-button {
  padding: 12px 15px;
}
.wacr-container.wacr-std .wacr-wa-button.smallScreen {
  padding: 8px 10px;
}
.wacr-container.wacr-std .wacr-wa-button.smallScreen span.agent-label span.status {
  display: none !important;
}
.entry .entry-content .wacr-wa-button {
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.wacr-wa-button.Offline {
  filter: saturate(0);
  -ms-filter: saturate(0);
  -webkit-filter: saturate(0);
  opacity: 0.7;
}
.wacr-wa-button.Offline span.agent-avatar-fig img {
  filter: saturate(0);
  -ms-filter: saturate(0);
  -webkit-filter: saturate(0);
}
.wacr-wa-button.Offline .agent-message {
  display: none !important;
}
.wacr-wa-button span.agent-avatar-fig {
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  position: relative;
  display: block;
}
.woocommerce ul.products li.product .wacr-wa-button span.agent-avatar-fig {
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
}
.woocommerce ul.products li.product .wacr-wa-button span.agent-avatar-fig:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin: 0 -2px -2px 0;
  z-index: 2;
}
.wacr-wa-button span.agent-avatar-fig img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
}
.wacr-wa-button span.agent-detail-fig {
  padding: 0 15px;
  flex: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce ul.products li.product .wacr-wa-button span.agent-detail-fig {
  padding: 0 10px;
  max-width: calc(100% - 30px);
}
@media screen and (max-width: 544px) {
  .wacr-wa-button span.agent-detail-fig {
    padding: 0 10px !important;
  }
}
.wacr-wa-button span.agent-detail-fig span.agent-message {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
  opacity: 0.95;
}
.woocommerce ul.products li.product .wacr-wa-button span.agent-detail-fig span.agent-message {
  display: none;
}
@media screen and (max-width: 480px) {
  .wacr-wa-button span.agent-detail-fig span.agent-message {
    font-size: 12px;
    line-height: 20px;
  }
}
.wacr-wa-button span.agent-label {
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 544px) {
  .wacr-wa-button span.agent-label {
    position: relative;
  }
}
.woocommerce ul.products li.product .wacr-wa-button span.agent-label {
  line-height: 1.2;
}
.wacr-wa-button span.agent-label span.status {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 9px;
  background: rgba(255,255,255,0.25);
  padding: 3px 8px;
  border-radius: 12px;
  opacity: 1;
  margin-left: 10px;
}
@media screen and (max-width: 544px) {
  .wacr-wa-button span.agent-label span.status {
    font-size: 0;
    line-height: 0;
    padding: 0;
    background: transparent;
  }
}
.wacr-wa-button span.agent-label span.status:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 544px) {
  .wacr-wa-button span.agent-label span.status:before {
    margin-right: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.wacr-wa-button span.agent-name {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce ul.products li.product .wacr-wa-button span.agent-name {
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  margin: 0 5px 0 0;
  text-overflow: ellipsis;
}
.wacr-wa-button.Online span.agent-label span.status {
  opacity: 1;
}

.wacr-container {
  padding-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.wacr-container .contact-message {
  margin-bottom: 15px !important;
}
.woocommerce .summary .wacr-container .contact-message {
  margin-bottom: 15px !important;
}
.woocommerce ul.products li.product .wacr-container .contact-message {
  display: none;
}
.wacr-container .chat,
.wacr-container .department,
.wacr-container .agent-number {
  display: none;
}
.wacr-container.wacr-std {
  margin-top: 10px;
}
.woocommerce ul.products li.product .wacr-container {
  padding-top: 0;
}

.wacr-container {
  margin: 20px 0;
  line-height: 100%;
  position: relative;
}
.wacr-container * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wacr-container .agent-list-item {
  display: flex;
  width: 100%;
}
.wacr-container .agent-list-item + .agent-list-item {
  margin-top: 15px;
}
.wacr-container #notification-badge {
  background-color: #ff0000;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  padding: 3px 6px;
  border-radius: 50px;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 10000;
}
.wacr-container span#contact-trigger.wacr-whatsapp-icon-only + #notification-badge {
  top: 0;
  right: 0;
}
.summary .wacr-container > p {
  margin-bottom: 0 !important;
}
.wacr-container .wacr-whatsapp-button {
  position: relative;
  display: block;
  padding: 10px !important;
  min-height: 55px;
  background-color: transparent !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  transform: translateY(0);
  text-align: left !important;
  margin-right: 20px !important;
  box-shadow: 0 0px 0px rgba(38, 211, 103, 0.08) !important;
  transition: transform ease-in 0.2s, box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
}
.wacr-container .wacr-whatsapp-button span.text {
  display: block;
  letter-spacing: 1px !important;
  padding: 0 0 0 45px;
}
.wacr-container .wacr-whatsapp-button span.text span.department {
  display: inline-block;
  margin-bottom: 3px;
}
.wacr-container .wacr-whatsapp-button span.label {
  display: block;
}
.wacr-container .wacr-whatsapp-button span.department,
.wacr-container .wacr-whatsapp-button span.text span.status {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
}
.wacr-container:not(.wa-chat-rotator-std) .wacr-whatsapp-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  left: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/whatsapp-icon-a.svg);
  background-size: 20px;
  background-position: center;
  background-color: #0ed459;
  border-radius: 20px;
}
.wacr-container ul.wacr-whatsapp-content li {
  line-height: 18px;
  background: #fafafc;
  padding: 5px 10px;
  position: relative;
  list-style-type: none;
  margin: 0;
}
.wacr-container ul.wacr-whatsapp-content li:nth-child(2) {
  padding-top: 10px;
}
.wacr-container ul.wacr-whatsapp-content li:nth-last-child(2) {
  padding-bottom: 10px;
}
.wacr-container ul.wacr-whatsapp-content li a.wacr-whatsapp-button .wacr-whatsapp-avatar + span.wacr-whatsapp-text {
  margin-left: 50px;
  padding-left: 0;
}
.wacr-container ul.wacr-whatsapp-content li a.wacr-whatsapp-button .wacr-whatsapp-avatar + span.wacr-whatsapp-text:before {
  display: none;
}
.wacr-container ul.wacr-whatsapp-content li a.wacr-whatsapp-button .wacr-whatsapp-avatar + span.wacr-whatsapp-text:after {
  margin-right: 8px;
}
.wacr-container.wacr-floating {
  position: fixed;
  z-index: 9999;
  display: block;
  width: auto;
  padding-top: 0;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content {
  position: absolute;
  bottom: 100%;
  margin: 0;
  padding: 0;
  width: calc(100vw - 60px);
  max-width: 320px;
  margin: 0 0 6px 0 !important;
  background: #ffffff;
  padding: 0;
  list-style-type: none;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0,0,0,0.05);
  transition: opacity ease-in-out 0.3s 0.6s, visibility ease-in-out 0.3s 0.6s, margin ease-in-out 0.3s 0.6s;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button {
  width: 100%;
  display: block;
  margin: 0 !important;
  border-width: 0 0 0 0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
  background: #f8fafc !important;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button:after, .wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button:before {
  display: none;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button span.wacr-whatsapp-text {
  padding-left: 50px;
  font-weight: 600 !important;
  display: block;
  position: relative;
  min-height: 40px;
  margin-left: 0;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button span.wacr-whatsapp-text span.wacr-whatsapp-label {
  font-size: 12px;
  display: block;
  font-weight: 400;
  color: #64748b !important;
  white-space: no-nowrap;
  overflow: hidden;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button span.wacr-whatsapp-text span.wacr-whatsapp-label span.status {
  font-size: 11px;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button span.wacr-whatsapp-text:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #03cc0b;
  position: absolute;
  top: 0;
  margin-right: -40px;
  right: 100%;
  border-radius: 10px;
  border: solid 1px #ffffff;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button .wacr-whatsapp-avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px #03cc0b;
  min-height: auto;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li a.wacr-whatsapp-button .wacr-whatsapp-avatar.wp-post-image {
  margin: 0 !important;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.unavailable {
  pointer-events: none;
  filter: saturate(0);
  -ms-filter: saturate(0);
  -webkit-filter: saturate(0);
  opacity: 0.7;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.unavailable a.wacr-whatsapp-button {
  border-left-color: #efc33c !important;
  color: #94a3b8 !important;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.unavailable a.wacr-whatsapp-button:hover {
  color: #94a3b8 !important;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.unavailable a.wacr-whatsapp-button span.wacr-whatsapp-text:after {
  background: #94a3b8;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.unavailable a.wacr-whatsapp-button span.wacr-whatsapp-text span.wacr-whatsapp-label span.status {
  color: #94a3b8;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.unavailable a.wacr-whatsapp-button .wacr-whatsapp-avatar {
  border: solid 2px #94a3b8;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.available a.wacr-whatsapp-button {
  border-left-color: #03cc0b !important;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.available a.wacr-whatsapp-button span.wacr-whatsapp-text span.wacr-whatsapp-label span.status {
  color: #03cc0b;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.wacr-content-header {
  padding: 20px 15px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 12px 12px 0 0;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.wacr-content-header .icon {
  float: left;
  width: 34px;
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.wacr-content-header h5 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0 50px;
  padding: 0;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.wacr-content-header h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 2px 0 0 0;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.wacr-content-footer {
  background: #ffffff;
  position: relative;
  z-index: 2;
  box-shadow: 0 -20px 20px rgba(82, 99, 158, 0.03);
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 0;
}
.wacr-container.wacr-floating ul.wacr-whatsapp-content li.wacr-content-footer p {
  font-size: 12px;
  line-height: 14px;
  padding: 15px !important;
  margin: 0;
}
.wacr-container.wacr-floating.open ul.wacr-whatsapp-content {
  opacity: 1;
  visibility: visible;
  margin-bottom: 25px !important;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, margin ease-in-out 0.3s;
}
.wacr-container.wacr-floating.bottom-right ul.wacr-whatsapp-content {
  right: 0;
}
.wacr-container.wacr-floating.bottom-right ul.wacr-whatsapp-content:after {
  right: 20px;
}
.wacr-container.wacr-floating.bottom-left ul.wacr-whatsapp-content {
  left: 0;
}
.wacr-container.wacr-floating.bottom-left ul.wacr-whatsapp-content:after {
  left: 20px;
}
.wacr-container span#contact-trigger {
  background: #128C7E;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 18px;
  padding: 12px 24px;
  display: block;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transform: translateY(0) scale(1);
  transition: transform ease-in-out 0.2s;
}
.wacr-container span#contact-trigger .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 17px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.wacr-container span#contact-trigger.wacr-whatsapp-icon-only {
  padding: 18px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
.wacr-container span#contact-trigger.wacr-whatsapp-icon-only .icon {
  width: 31px;
  font-size: 30px;
  margin-right: 0;
}
.wacr-container span#contact-trigger:hover {
  transform: translateY(5px) scale(1);
}
.wacr-container a.close-chat {
  font-size: 0;
  position: absolute;
  bottom: 85%;
  margin-bottom: -5px;
  width: 30px;
  margin-right: -5px;
  height: 30px;
  right: 0;
  line-height: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: opacity ease-in 0.3s 0.3s, transform ease-in 0.3s 0.3s, margin ease-in-out 0.2s 0.3s, box-shadow ease-in-out 0.3s 0.3s;
  opacity: 0;
  cursor: pointer;
}
.wacr-container a.close-chat:after, .wacr-container a.close-chat:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #9e9e9e;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(0deg);
  margin-top: -1px;
}
.wacr-container a.close-chat:after {
  transition: transform ease-in-out 0.3s 0s, background ease-in 0.3s 0s;
}
.wacr-container a.close-chat:before {
  transition: transform ease-in-out 0.3s 0.15s, background ease-in 0.3s 0.15s;
}
.wacr-container a.close-chat:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.wacr-container a.close-chat:hover:after, .wacr-container a.close-chat:hover:before {
  background: #03cc0b;
}
.wacr-container.open a.close-chat {
  opacity: 1;
  transition: opacity ease-in 0.3s 0.3s, transform ease-in 0.3s 0.3s, margin ease-in-out 0.2s 0.3s, box-shadow ease-in-out 0.3s 0.3s;
}
.wacr-container.open a.close-chat:before {
  transform: rotate(45deg);
  transition: transform ease-in-out 0.3s 0.45s, background ease-in 0.3s 0.45s;
}
.wacr-container.open a.close-chat:after {
  transform: rotate(135deg);
  transition: transform ease-in-out 0.3s 0.6s, background ease-in 0.3s 0.6s;
}
.wacr-container .agent-forward {
  width: 90%;
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
  position: fixed;
  top: 45%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.wacr-container .agent-forward .agent-avatar {
  margin: 0 auto;
}
.wacr-container .agent-forward .agent-avatar img.avatar {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin: 0 !important;
}
.wacr-container .agent-forward h1 {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin: 10px 0 5px 0;
  padding: 0;
}
.wacr-container .agent-forward.notfound {
  box-shadow: none;
}
.wacr-container .number {
  margin-bottom: 20px;
}
.wacr-container .number label {
  font-size: 20px;
  font-weight: 400;
  color: #bbb;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.wacr-container .number img.wa-icon {
  position: relative;
  top: 3px;
  margin: 0 !important;
}
.wacr-container .agent-avatar span.wa-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  padding: 8px;
  background: #03cc0b;
  line-height: 17px;
  border-radius: 17px;
  border: solid 2px #ffffff;
  height: 34px;
}
.wacr-container .agent-avatar span.wa-icon img {
  display: block;
  margin: 0 !important;
}
.wacr-container .wa-progress-bar {
  background: #dfe5ea;
  position: relative;
}
.wacr-container .wa-progress-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
.wacr-container span.wapb-span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #03cc0b;
  box-shadow: 0 0 8px rgba(3, 204, 11, 0.41);
}
.wacr-container h3 {
  font-weight: 400;
  margin: 10px 0 30px 0;
}
.wacr-container h3:after {
  background: #e24848;
}

.cl-wa-container.cl-wa-chat-std p.contact-message {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 480px) {
  span#contact-trigger.cl-wa-icon-only {
    padding: 15px;
  }
  span#contact-trigger.cl-wa-icon-only .icon {
    width: 28px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .agent-list-item a.cl-wa-button > span.label {
    max-width: 180px;
  }
  .agent-list-item a.cl-wa-button > span.agent-name {
    width: 180px;
  }
}
@media only screen and (max-width: 320px) {
  .agent-list-item a.cl-wa-button > span.label {
    max-width: 130px;
  }
  .agent-list-item a.cl-wa-button > span.agent-name {
    width: 130px;
  }
}

/* Button Shape Styles */
.shape-classic .wacr-wa-button {
  background: #25D366 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.shape-minimalist .wacr-wa-button {
  background: #ffffff !important;
  border: 2px solid #25D366 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.shape-minimalist .wacr-wa-button span.agent-detail-fig {
  color: #1e293b !important;
}
.shape-minimalist .wacr-wa-button span.agent-label span.status {
  background: rgba(37, 211, 102, 0.15) !important;
  color: #25D366 !important;
}
.shape-minimalist .wacr-wa-button span.agent-label span.status:before {
  background: #25D366 !important;
}
.shape-minimalist .wacr-wa-button span.agent-avatar-fig img {
  border: 2px solid #25D366 !important;
}

.shape-square .wacr-wa-button {
  border-radius: 0px !important;
}
.shape-square .wacr-wa-button span.agent-avatar-fig img {
  border-radius: 0px !important;
}

.shape-pill .wacr-wa-button {
  border-radius: 50px !important;
}

/* Display Device Visibility */
.wacr-hide-all {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .wacr-hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .wacr-hide-on-desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */