/*---------------------------------------
Chatbox Public Css File
---------------------------------------*/

.full-screen {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.whatsapp-chatbox {
  position: absolute;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.whatsapp-chatbox:hover {
  background-color: #1aae52;
}
.whatsapp-messenger {
  position: absolute;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 110px;
  display: block;
  font-size: 14px;
  overflow: hidden;
  width: 350px;
  padding: 0px;
  border: 1px none #ccc;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;	
  transform: translateY(50px);
  transition: all ease .3s;	
}

.whatsapp-messenger.is-visible {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;	
}

.whatsapp-messenger.hidden {
  display: none;
}

.messenger-header {
  padding: 16px 32px;
  background-color: #009688;
}

.messenger-main {
  padding: 24px 24px 40px;
  background-color: #e5ddd5;
  background-image: url('../images/whatsapp-chat-wallpaper.png');
  background-size: cover;
}

.messenger-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.messenger-header-text {
  opacity: 0.75;
  color: #fff;
  text-align: left;
}

.message-bubble {
  position: relative;
  overflow: visible;
  padding: 10px 8px 10px 10px;
  border-radius: 0px 7.5px 7.5px;
  background-color: #fff;
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.05);
}

.support-agent-avatar {
  position: relative;
  overflow: visible;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #000;
}

.online-status {
  position: absolute;
  left: auto;
  top: auto;
  right: 4px;
  bottom: 4px;
  z-index: 9999;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 3px;
  border-color: #009688;
  border-radius: 20px;
  background-color: #fff;
}

.online-status.active {
  background-color: #25d366;
}

.online-status.first {
  border-color: #fff;
}
.online-status.first.away {
  border-color: #009688;
}


.online-status.second {
  border-color: #fff;
}

.online-status.second.away {
  background-color: #f5a700;
}

.avatar-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.support-agent-name {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.message-content-text {
  color: #555;
  line-height: 1.5;	
}

.message-edge-shape {
  position: absolute;
  left: -8px;
  top: 0;
  line-height: 0;	
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.chat-agent-name-text {
  margin-bottom: 8px;
  color: #999;
  font-weight: 700;
}

.messenger-cta {
  margin-top: 0px;
  padding: 16px 32px;
  background-color: #f0f0f0;
}

.whatsapp-open-cta {
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  background-color: #25d366;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.whatsapp-open-cta:hover {
  background-color: #1aae52;
}

.messenger-close-icon {
  position: absolute;
  left: auto;
  top: 4%;
  right: 4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.messenger-close-icon:hover {
  opacity: 1;
}

.whatsapp-button-text {
  line-height: 14px;
  color: #fff;
}

.whatsapp-main-icon {
  width: 32px;
  height: 32px;
}

.whatsapp-messenger-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
}

.messenger-header-info {
  padding-top: 8px;
  padding-bottom: 8px;
}

.messenger-heading-heading {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.messenger-heading-description {
  color: hsla(0, 0%, 100%, 0.75);
  text-align: center;
}

.live-chat-agent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.live-chat-agent:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.live-agent-avatar {
  position: absolute;
  display: inline-block;
  overflow: visible;
  width: 64px;
  height: 64px;
  margin-right: 0px;
  border-radius: 50px;
  background-color: #6d6d6d;
}

.live-agent-bio {
  display: inline-block;
}

.live-agent-image {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.live-agnet-wrapper {
  overflow: visible;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  border-radius: 50%;
}

.live-agent-name {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
}

.live-agent-description {
  color: #777;
}

.chat-agent-link {
  display: block;
  width:100%;
  text-decoration: none;
}

/*---------------------------------------
Woocommerce Button Style
---------------------------------------*/
.scd_simple_btn{
  width: max-content;
     border-radius: 5px;
    color: #fff;
    padding: 10px 53px 18px 10px;
    background-color: #25d366;
}
.scd_simple_btn:hover{
     background-color: #1aae52;
}


.scd_simple_btn .scd_svg_icon{
    position: absolute;
    width: 32px;
}

.scd_simple_btn .scd_svg_text{
    margin-top: 7px;
    text-align: left;
    left: 39px;
    position: relative;
}

.scd_square_btn{
  width: max-content;
     border-radius: 50vh;
    color: #fff;
    padding: 10px 65px 18px 20px;
    background-color: #25d366;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 16%);
}
.scd_square_btn:hover{
     background-color: #1aae52;
}


.scd_square_btn .scd_svg_icon{
    position: absolute;
    width: 32px;
}

.scd_square_btn .scd_svg_text{
    margin-top: 7px;
    text-align: left;
    left: 39px;
    position: relative;
}

.scd_costomer_btn{
  width: max-content;
     border-radius: 50vh;
    color: #fff;
    padding: 10px 72px 13px 20px;
    background-color: #25d366;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 16%);
}
.scd_costomer_btn:hover{
  
    background-color: #1aae52;
 
}
.scd_costomer_btn .scd_svg_icon{
    position: absolute;
    width: 32px;
}

.scd_costomer_btn .scd_svg_text{
    line-height: 1.3;
    text-align: left;
    left: 50px;
    position: relative;
}
.scd_costomer_square_btn{
  width: max-content;
     border-radius: 5px;
    color: #fff;
    padding: 10px 72px 13px 20px;
    background-color: #25d366;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 16%);

}
.scd_costomer_square_btn:hover{
  
    background-color: #1aae52;
 
}

.scd_costomer_square_btn .scd_svg_icon{
    position: absolute;
    width: 32px;
}

.scd_costomer_square_btn .scd_svg_text{
    line-height: 1.3;
    text-align: left;
    left: 50px;
    position: relative;
}

.scd_costomer_image_btn {
  width: max-content;
 }

.scd_costomer_image_btn .live-agent-name,.scd_costomer_image_btn .live-agent-description{
    color: #fff;
    line-height: 1.5;
}

.scd_costomer_image_btn .live-chat-agent{
    background-color: #25d366;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 16%);
}
.scd_costomer_image_btn .live-chat-agent:hover{
      background-color: #1aae52;

}
.scd_costomer_image_btn .live-agent-image {
    width: 64px !important;;
    height: 64px !important;;
    border-radius: 50px !important;;
}