/* Things to Remember
=================================================*/
/* Use Shortcode for adding text into Whatsapp Web: https://web.whatsapp.com/send?phone=84395234117&amp;text=Hello, I have visit Shortcode and I need help from you. Here is link https://demo.ninjateam.org/whatsapp-chat-wordpress/shortcode*/

/*Whatsapp Styling 1 button with text mode
=================================================*/
.uae_whatsapp_wrap {
    
}

.uae-whatsapp-link-1 {
    padding: 13px 25px;
    font-size: 20px;
    margin: 0px;
    color: #fff;
    background-color: #05453E;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.4);
    display: inline-block;
}
.uae-whatsapp-link-1:hover {
    background-color: #25D366;
}

.uae_whatsapp_wrap .fab{
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  line-height: 1;
}

.fa-whatsapp:before {
    content: "\f232";
}

.uae_whatsapp_wrap .fas {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.fa-times:before {
  content: "\f00d";
}

/*Whatsapp Styling 2 only button mode
=================================================*/

.uae-whatsapp-link-2 {
    margin: 0px;
    text-decoration: none;
}

.uae-whatsapp-link-2 {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    flex-direction: row;
  -webkit-box-pack: center;
    justify-content: center;
  -webkit-box-align: center;
    align-items: center;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background: #25d366;
  color: #fff;
  transition: transform .4s; /* Animation */
  box-shadow: 0 0 20px 0 rgba(37,211,102,0.5);
  box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.uae-whatsapp-link-2 span {
  position: relative;
  font-size: 40px;
  /*top: 5px;
  left: -5px;*/
}

.uae-whatsapp-link-2::after {
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    flex-direction: row;
  -webkit-box-pack: center;
    justify-content: center;
  -webkit-box-align: center;
    align-items: center;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 5px solid rgba(37,211,102,0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
    animation-name: ripple;
  -webkit-animation-duration: 3s;
    animation-duration: 3s;
  -webkit-animation-delay: 0s;
    animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.uae-whatsapp-link-2::before {
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    flex-direction: row;
  -webkit-box-pack: center;
    justify-content: center;
  -webkit-box-align: center;
    align-items: center;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 5px solid rgba(37,211,102,0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
    animation-name: ripple;
  -webkit-animation-duration: 3s;
    animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

.uae-whatsapp-link-2:hover {
    transform: scale(1.1) ;
}

.wa_btn_tooltip_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 23px;
    padding: 2px 0 2px 12px;
    margin-right: 18px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}
.uae-whatsapp-link-2:hover .wa_btn_tooltip_txt {
    transform: scale(0.9) !important; 
    margin-right: 6px;  
}

.uae-whatsapp-link-3:hover .wa_btn_tooltip_txt {
    transform: scale(0.9) !important; 
    margin-right: 6px;  
}

/* Whatsapp Styling animated button
=================================================*/

.uae_wa_animated_btn {
    width: 75px;
    height: 75px;
}

/* Whatsapp Styling 3 with button details
=================================================*/

.uae_wa_online {
    background: #2db742;
}

.uae_wa_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}

.uae_wa_button {
    position: relative;
    width: 300px;
    min-height: 64px;
    border-radius: 35px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 8px 1px rgba(32,32,37,.09);
    -webkit-box-shadow: 0 4px 8px 1px rgba(32,32,37,.09);
    -moz-box-shadow: 0 4px 8px 1px rgba(32,32,37,.09);
}

.uae_wa_button.wa__stt_offline {
    pointer-events: none;
    cursor: default;
}

.uae_wa_button {
    border-bottom: none!important;
}

.uae_wa_online:before {
    border-radius: 5px;
}

.uae_wa_online:before {
    content: '';
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}

.uae_wa_btn_icon .uae_btn_icon {
    position: absolute;
    top: 55%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.uae_wa_online.uae_wa_btn_icon .uae_btn_icon img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
}

.uae_wa_btn_icon .uae_btn_icon img {
    width: 41px;
    height: 69px;
}

.uae_wa_btn_txt {
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.uae_wa_online .uae_wa_btn_txt {
    position: relative;
    z-index: 4;
}

.uae_wa_btn_icon .uae_wa_btn_txt {
    padding: 16px 20px 15px 71px;
}

.uae_wa_cs_info {
    margin-bottom: 2px;
}

.uae_wa_online .uae_wa_cs_name {
    color: #fff;
    opacity: 0.8;
}

.uae_wa_cs_info .uae_wa_cs_name {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.uae_wa_cs_info .uae_wa_cs_name, .uae_wa_cs_info .uae_wa_cs_status {
    display: inline-block;
}

.uae_wa_online .uae_wa_cs_info .uae_wa_cs_status {
    background: #62c971;
}

.uae_wa_cs_info .uae_wa_cs_status {
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    line-height: 1.70em;
    border-radius: 5px;
    color: rgba(255,255,255,.98);
    position: relative;
    top: -1px;
    left: 0;
    text-align: center;
}

.uae_wa_btn_icon .uae_wa_btn_txt .uae_wa_btn_title {
    font-weight: 600;
    padding-left: 0px;
    font-size: 14px;
}

.uae_wa_online .uae_wa_btn_title {
    color: #fff;
}

.uae_wa_btn_txt .uae_wa_btn_title {
    font-weight: 600;
}

.avia_transform a .image-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.image-overlay .image-overlay-inside {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.uae_wa_button.uae_wa_online:focus, .uae_wa_button.uae_wa_online:active, .uae_wa_button.uae_wa_online:hover {
    box-shadow: 0 4px 8px 1px rgba(32,32,37,.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}

.uae_wa_online:hover {
    background: #249235;
}

/* Whatsapp Styling For Image button
===================================================*/

.wa_btn_w_img .wa_cs_img {
    left: -5px;
}

.wa_btn_w_img .wa_cs_img {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

.wa_btn_w_img .wa_cs_img_wrap {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
}

.wa_btn_w_img .wa_cs_img:after {
    content: '';
    background: #fff url('../images/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
    -webkit-box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
    -moz-box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
}

.wa_btn_w_img .uae_wa_btn_txt {
    padding: 8px 20px 8px 100px;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
}

/*Whatsapp Styling 3 with button button
=================================================*/

.uae-whatsapp-link-3 {
    margin: 0px;
    text-decoration: none;
}

.uae-whatsapp-link-3 {
    /*position: relative;*/
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background: #25d366;
    color: #fff;
    transition: transform .4s; /* Animation */
    box-shadow: 0 0 20px 0 rgba(37,211,102,0.5);
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    position: fixed;
    cursor: pointer;
    z-index: 999;
}
.uae-whatsapp-link-3 span {
  position: relative;
  font-size: 33px;
  /*top: 5px;
  left: -5px;*/
}
.uae-whatsapp-link-3::after {
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    flex-direction: row;
  -webkit-box-pack: center;
    justify-content: center;
  -webkit-box-align: center;
    align-items: center;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 5px solid rgba(37,211,102,0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
    animation-name: ripple;
  -webkit-animation-duration: 3s;
    animation-duration: 3s;
  -webkit-animation-delay: 0s;
    animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.uae-whatsapp-link-3::before {
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    flex-direction: row;
  -webkit-box-pack: center;
    justify-content: center;
  -webkit-box-align: center;
    align-items: center;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 5px solid rgba(37,211,102,0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
    animation-name: ripple;
  -webkit-animation-duration: 3s;
    animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

.uae-whatsapp-link-3:hover {
    transform: scale(1.1) ;
}

/* For chatbox active styling
================================================= */

.uae_whatsapp_icon{
    transition: all .2s;
    position: absolute;
    left: -14px;
    top: -15px;
    width: 29px;
    max-width: 29px;
}
.uae_cross_icon{
    position: absolute;
    left: -7px;
    top: -10px;
    transform: rotate(-285deg) scale(0);
    transition: all .2s;
    opacity: 0;
    font-size: 23px;
}
.wa-popup-active {
    transform: rotate(285deg) scale(.5);
    opacity: 0;
}
.cross-popup-active {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}


/*Whatsapp Styling 4 Same style like whatsapp
=================================================*/

.uae_whatsapp_chat_4 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    margin-bottom: 0px;
    position: fixed;
    /*bottom: 0px;
    right: 0px;*/
    /*left: auto;*/
    margin-right: 5px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.5s ease 0s, margin 0.5s ease 0s, visibility 0.5s ease 0s;
    z-index: 999;
}

.uae_whatsapp_chat_4.open {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 83px;
    position: fixed;
/*    bottom: 0px;
    right: 0px;*/
    /*left: auto;*/
    margin-right: 05px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.5s ease 0s, margin 0.5s ease 0s, visibility 0.5s ease 0s;
}

.uae_whatsapp_chat_4 .wa_close_btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    /*cursor: pointer;*/
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    outline: transparent;
}

.uae_whatsapp_chat_4 .wa_close_btn::before {
    transform: rotate(45deg);
}

.uae_whatsapp_chat_4 .wa_close_btn::after {
    transform: rotate(-45deg);
}

.uae_whatsapp_chat_4 .wa_close_btn::before, 
.uae_whatsapp_chat_4 .wa_close_btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}

.uae_whatsapp_chat_4 .wa_header_sec {
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(9, 94, 84);
    padding: 24px 20px;
}

.uae_whatsapp_chat_4 .wa_user_img {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
    border-radius: 50px;
}

.uae_whatsapp_chat_4 .wa_user_img img {
    width: 52px;
    height: 52px;
    border-radius: 50px;
}

.uae_whatsapp_chat_4 .wa_user_img::before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(9, 94, 84);
    border-image: initial;
}

.uae_whatsapp_chat_4 .wa_header_info_sec {
    margin-left: 16px;
    margin-right: 16px;
}

.uae_whatsapp_chat_4 .wa_header_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.uae_whatsapp_chat_4 .wa_header_info {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
    text-align: left;
}

.uae_whatsapp_chat_4 .wa_component_sec {
    background-color: rgb(230, 221, 212);
    position: relative;
    max-height: 382px;
    padding: 20px 20px 20px 10px;
    overflow: auto;
}

.uae_whatsapp_chat_4 .wa_component_sec::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.uae_whatsapp_chat_4 .wa_msg_wrap {
    display: flex;
    z-index: 1;
}

.uae_whatsapp_chat_4 .wa_msg_sec {
    width: 100%;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    position: relative;
    opacity: 0;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    padding: 7px 14px 6px;
    border-radius: 0px 8px 8px;
    transition: all 0.3s ease 0s;
    margin-left: 7px;
}

.uae_whatsapp_chat_4 .wa_msg_sec::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.uae_whatsapp_chat_4 .wa_author_name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.uae_whatsapp_chat_4 .wa_text_sec {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.uae_whatsapp_chat_4 .wa_time_sc {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.uae_whatsapp_chat_4 .eapp-whatsapp-chat-root-layout-component a {
    text-decoration: none;
}

.uae_whatsapp_chat_4 .wa_default_btn {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    appearance: none;
    padding: 8px 12px;
    border-radius: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(79, 206, 93);
    margin: 20px;
    overflow: hidden;
    text-decoration: none;
}

.uae_whatsapp_chat_4 .wa_btn_text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}

/* Multi Chat Popup Section Area Start From Here
=========================================================================================
=======================================================================
==========================================================
============================================*/


/* WhatsApp Chat Style 5
========================================*/

.uae_whatsapp_chat_5 {
    width: auto;
    position: fixed;
    z-index: 9999999;
}

.uae_whatsapp_chat_5 .wa_popup_wrap {
    display: block;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    overflow: visible;
    transition: all .6s;
    visibility: hidden;
    -webkit-box-shadow: 6px 6px 59px -7px rgba(25,230,70,0.32);
    -moz-box-shadow: 6px 6px 59px -7px rgba(25,230,70,0.32);
    box-shadow: 6px 6px 59px -7px rgba(25,230,70,0.32);

}

.uae_whatsapp_chat_5 .wa_popup_wrap.open{
    margin-bottom: 80px;
    opacity: 1;
    visibility: visible;
}

.wws.uae_whatsapp_chat_5 -shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.uae_whatsapp_chat_5 .wa_clearfix {
    clear: both;
}

.uae_whatsapp_chat_5 .wa_popup_support_wrap {
    /*margin-top: 8px;*/
    border-radius: 8px 8px 0 0;
}

.wws.uae_whatsapp_chat_5 -shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.uae_whatsapp_chat_5 .wa_popup_support {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.uae_whatsapp_chat_5 .wa_popup_support_about {
    font-size: 14px;
    text-align: center;
    padding: 18px 12px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #0dc152;
}

.uae_whatsapp_chat_5 .wa_popup_support_team_container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.uae_whatsapp_chat_5 .wa_popup_support_person_wrap {
    padding: 10px 12px;
    border-radius: 0 0 8px 8px;
    min-height: 100px;
    /*max-height: 237px;*/
}

.uae_whatsapp_chat_5 .wa_popup_support_person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

.uae_whatsapp_chat_5 a {
    text-decoration: none;
    display: flex;
}

.uae_whatsapp_chat_5 .wa_popup_support_person:hover {
    background-color: #f5f5f5;
    border-radius: 8px;
}

.uae_whatsapp_chat_5 .wa_support_person_img_sc {
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
}

.uae_whatsapp_chat_5 .wa_person_img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
}

.uae_whatsapp_chat_5 .wa_person_available {
    background-color: #00c853;
}

.uae_whatsapp_chat_5 .wa_person_available, 
.uae_whatsapp_chat_5 .wa_support_person_away {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999999;
    bottom: 3px;
    right: 3px;
    border-radius: 50%;
}

.uae_whatsapp_chat_5 .wa_person_info_wrapper {
    margin-left: 2px;
}

.uae_whatsapp_chat_5 .wa_person_title {
    color: #777;
    font-size: 12px;
    line-height: 16px;
}

.uae_whatsapp_chat_5 .wa_person_name {
    color: #444;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.uae_whatsapp_chat_5 .wws_person_status {
    font-size: 11px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
    line-height: 18px;
}

.uae_whatsapp_chat_5 .wa_support_person_away {
    background-color: #ffd600;
}

/*.uae_whatsapp_chat_5 .wa_popup_support_person:not( [data-wws-multi-support-person-id] ) {
    cursor: not-allowed;
}*/

.uae_whatsapp_chat_5 .qlwapp-footer {
    color: #303030;
    background-color: #fff;
}

.uae_whatsapp_chat_5 .qlwapp-footer {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    margin-bottom: -10px;
}

.uae_whatsapp_chat_5 .qlwapp-footer p {
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.uae_whatsapp_chat_5 .qlwapp-footer a {
    color: #075e54;
    text-decoration: none;
    display: inline-block;
}

.uae_whatsapp_chat_5 .wa_popup_support_person_wrap:before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 24px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  background-color: #fff;
}

.uae_whatsapp_chat_5 .wa_popup_container_left_ps .wa_popup_support_person_wrap:before {
  left: 24px;
  right: auto !important;
}

/* Whatsapp Chatbox Styling
================================================= */

.uae_whatsapp_chat_6.open {
    margin-bottom: 80px;
    opacity:1;
    visibility: visible;
}

.uae_whatsapp_chat_6.wa_active {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    /*visibility: visible;*/
    /*opacity: 1;*/
}

.uae_whatsapp_chat_6 {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    bottom: 0px;
    right: 25px;
    z-index: 998;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
    opacity:0;
    transition: all .6s;
    
}

.uae_whatsapp_chat_6 .wa_popup_heading {
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.uae_whatsapp_chat_6 .wa_popup_heading:before {
    content: '';
    background: url('../images/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.uae_whatsapp_chat_6 .wa_popup_heading .wa_popup_title {
    color: #fff;
}

.uae_whatsapp_chat_6 .wa_popup_heading .wa_popup_title {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.uae_whatsapp_chat_6 .wa_popup_heading .wa_popup_intro {
    color: #fff;
    opacity: 0.8;
}

.uae_whatsapp_chat_6 .wa_popup_heading .wa_popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}

.uae_whatsapp_chat_6 .wa_popup_content {
    background: #fff;
    padding: 13px 20px 21px 19px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.uae_whatsapp_chat_6 .wa_popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 400;
    padding: 0 3px;
}

.uae_whatsapp_chat_6 .wa__stt:hover, .uae_whatsapp_chat_6 .wa__stt:active, .uae_whatsapp_chat_6 .wa__stt:focus {
    background: #fff;
    box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
    -webkit-box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
    -moz-box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
}

.uae_whatsapp_chat_6.wa_pending .wa_popup_member_list .wa_popup_content_item:nth-child(1) {
    /*transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;*/
}

.uae_whatsapp_chat_6.wa_lauch .wa_popup_member_list .wa_popup_content_item {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}

.uae_whatsapp_chat_6.wa_pending .wa_popup_member_list .wa_popup_content_item {
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    /*transition-delay: 2.1s;*/
    /*-webkit-transition-delay: 2.1s;*/
    /*-moz-transition-delay: 2.1s;*/
}

.wa_popup_member_list .wa_popup_content_item {
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}

.uae_whatsapp_chat_6.wa_pending .wa_popup_member_list .wa_popup_content_item:nth-child(2) {
    /*transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;*/
}

.uae_whatsapp_chat_6.wa_pending .wa_popup_member_list .wa_popup_content_item:nth-child(3) {
    /*transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;*/
}

.uae_whatsapp_chat_6 .wa__stt {
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
}

.uae_whatsapp_chat_6 .wa__stt {
    border-left: 2px solid #2db742;
}

.uae_whatsapp_chat_6 .wa__stt_offline {
    border-left-color: #c0c5ca !important;
    pointer-events: none;
    cursor: default;
}

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

.uae_whatsapp_chat_6 .wa__stt .wa_member_txt {
    padding-left: 74px;
}

.uae_wa_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    backface-visibility: hidden;
    will-change: transform;
    text-align: left;
}

.uae_whatsapp_chat_6 .wa_popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa_popup_content_item .wa_cs_img_wrap {
    width: 48px;
    height: 48px;
}

.wa_popup_member_list .wa_popup_content_item .wa_member_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}

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

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

.wa_popup_member_list .wa_popup_content_item .wa_member_status {
    color: #f5a623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}

.uae_whatsapp_chat_6 .wa__stt:after {
    content: '';
    background: url('../images/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.uae_whatsapp_chat_6 .wa__stt.wa__stt_offline:after {
    background: url('../images/whatsapp_logo_gray_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

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

.uae_whatsapp_chat_6 .qlwapp-footer {
    color: #303030;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.uae_whatsapp_chat_6 .qlwapp-footer {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    margin-bottom: -20px;
}

.uae_whatsapp_chat_6 .qlwapp-footer p {
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.uae_whatsapp_chat_6 .qlwapp-footer a {
    color: #075e54;
    text-decoration: none;
}

.uae_whatsapp_chat_6 .wa_popup_content:before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 24px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  background-color: #fff;
}

.uae_whatsapp_chat_6.wa_popup_container_left_ps .wa_popup_content:before {
  left: 24px;
  right: auto !important;
}

/* Custom Styling
====================================================*/

.wa_popup_container_right_ps {
    right: 27px;
    bottom: 27px;
    position: fixed;
}
.wa_popup_container_left_ps {
    left: 27px !important;
    bottom: 27px;
    position: fixed;
}

.wa_popup_container_left_ps .wa_btn_tooltip_txt{
    left: 100%;
    margin-left: 18px;
}

.wa_popup_container_left_ps:hover .wa_btn_tooltip_txt {
    margin-left: 6px;
}

.uae_whatsapp_chat_5 .wa_btn_tooltip_txt, .uae_whatsapp_chat_6 .wa_btn_tooltip_txt {
    top: 15px !important;
}