.wa-chat-btn-fixed {
  position: fixed;
}

.wa-chat-btn-default {
    font-size: 14px;
    text-decoration: none;
    z-index: 999999999999999 !important;
    position: fixed;
    border-radius: 5px;
    bottom: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    
    color: green;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #D3D3D3;
}

.wa-chat-btn-default-waicon {
    width: 25px;
    vertical-align:
    middle;
    margin-right: 4px;
}

.wa-chat-btn-base-cta {
    text-decoration: none;
    z-index: 999999999999999 !important;
    border-radius: 5px;
    cursor: pointer;
   
    display: table;
}

.wa-chat-btn-base-cta-rounded {
    text-decoration: none;
    z-index: 999999999999999 !important;
    border-radius: 100px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 0 #d3d3d3;
    box-shadow: 0px 0px 5px 0px #D3D3D3;
    display: table;
}

.wa-chat-btn-base-icon {
    text-decoration: none;
    z-index: 999999999999999 !important;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 0px rgba(194,194,194,1);
}

.wa-chat-btn-left {
    left: 20px;
}

.wa-chat-btn-right {
    right: 20px;
}

.wa-chat-btn-container-size-big {
  font-size: 14px;
  padding: 10px 10px 10px 10px;
}

.wa-chat-btn-container-size-rounded-big {
  font-size: 14px;
  padding: 10px 16px;
}

.wa-chat-btn-container-size-small {
  font-size: 12px;
  padding: 6px 6px 6px 6px;
}

.wa-chat-btn-container-size-rounded-small {
  font-size: 12px;
  padding: 6px 10px;
}

.wa-chat-btn-icon-cta-big {
    width: 50px;
    vertical-align: middle;
    margin-right: 4px;
    
}

.wa-chat-btn-icon-cta-small {
    width: 20px;
    vertical-align: middle;
    margin-right: 4px;
}

.wa-chat-btn-icon-image-only {
    width: 54px;
    height: 54px;
    vertical-align: middle;
}

.wa-chat-btn-theme-cta-old {
  background: #F9F9F9;
  color: green;
}

.wa-chat-btn-theme-cta-new {

  color: green;
}

.wa-chat-btn-theme-cta-new-inverted{
  background: #35CB5E;
  color: white;
}

.wa-chat-btn-theme-cta-black {
  background: white ;
  color: black;
}

.wa-chat-btn-theme-cta-black-inverted {
  background: black ;
  color: white;
}

.wa-chat-button-cta-text {
  display: inline-block;
  vertical-align: middle;
}

.wa-chat-bubble-floating-popup {
    position: fixed;
    z-index: 999999999999;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 350px;
    font-family:inherit;
    font-size: 14px;
    line-height: 1.4;
    bottom: 20px;
    display: block;
}

@media screen and (max-width: 767px) {
  .wa-chat-bubble-floating-popup {
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      font-size: 12px;
  }
}

.wa-chat-bubble-header {
    background: #2CB03D;
    text-align: center;
    color: #fff;
    padding: 25px;
}

.wa-chat-bubble-chat {
    padding: 0;
    background: #fff;
    max-height: 350px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .wa-chat-bubble-floating-popup .wa-chat-bubble-chat {
      max-height: 70%;
      height: calc(100vh - 165px)!important;
  }

  .wa-chat-bubble-floating-popup .wa-chat-bubble-chat {
      background: transparent;
  }
}

.wa-chat-bubble-chat .list-cs {
    font-size: 13px;
    padding: 8px;
    margin: 6px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: flex;
    background: #FAFAFA;
    cursor: pointer;
}

.wa-chat-bubble-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 60px;
    margin-right: 5px;
    overflow: hidden;
    right: 10px;
}

.wa-chat-bubble-whatsapp-avatar {
    position: relative;
    vertical-align: bottom;
    left: 10px;
    z-index: 99;
    height: 16px;
    width: 16px;
}

.wa-chat-bubble-cs-profile {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #666;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
    flex: 1;
}

.wa-chat-bubble-cs-profile p {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #666;
}

.wa-chat-bubble-profile-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-block-start: 0.5em;
  margin-block-end: 0.3em;
}

.wa-chat-bubble-footer {
  height: 2em;
  position: relative;
}

.wa-chat-bubble-footer-content {
    color: #606060;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
}

.wa-chat-bubble-header-title {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    text-align: left;
    color: #FFFFFF;
}

.wa-chat-bubble-close-btn {
    float: right;
    padding: 6px;
    cursor: pointer;
    border-radius: 10px;
    display: table;
}

.wa-chat-bubble-close-btn:hover {
    background: green
}

.wa-chat-bubble-header-desc {
    margin-top: 16px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    color: #EFEFEF;
    padding-right: 40px;
}

.wa-chat-bubble-pos-left {
  left: 20px
}

.wa-chat-bubble-pos-right {
  right: 20px
}

@media screen and (max-width: 767px) {
  .wa-chat-bubble-pos-left {
    left: 0px;
  }

  .wa-chat-bubble-pos-right {
    right: 0px;
  }
}

.wa-share-btn-container {
  width: auto;
  height: auto;
  margin: 0px;
  bottom: 50%;
  z-index: 999!important;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  cursor: pointer;
  padding: 1px 4px 1px;
  box-shadow: 0px 0px 5px 0px #D3D3D3;
}

.wa-share-btn-cta {
  writing-mode: tb;
  margin: auto;
  margin-bottom: 4px;
  margin-top: 4px;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wa-share-btn-img {
  display: table;
  height: 20px;
  width: 20px;
  margin: auto;
  margin-bottom: 4px;
}

.wa-share-btn-pos-left {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wa-share-btn-pos-right {
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.wa-share-btn-tmpl-regular {
  background: white;
}

.wa-share-btn-tmpl-regular p {
  color: green;
}

.wa-share-btn-tmpl-inverted {
  background: #35CB5E;
}

.wa-share-btn-tmpl-inverted p {
  color: white;
}

.wa-share-btn-tmpl-black-regular {
  background: white;
}

.wa-share-btn-tmpl-black-regular p {
  color: black;
}

.wa-share-btn-tmpl-black-inverted {
  background: black;
}

.wa-share-btn-tmpl-black-inverted p {
  color: white;
}

.wa-share-btn-tmpl-old {
  background: #F9F9F9;
}

.wa-share-btn-tmpl-old p {
  color: green;
}
