.share-wrapper-center {
  margin: 16px auto;
  max-width: fit-content;
  padding-bottom: 50px;
}

.share-btn {
  position: relative;
}
.share-btn .copy-link-div {
  position: absolute;
  width: 300px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  position: absolute;
  width: 300px;
  left: 207px;
  bottom: -74px;
  padding: 2px 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  background-color: #fff;
}
.share-btn .copy-link-div::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.share-btn .copy-link-div:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom: 10px solid #d9d9d9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.share-btn .copy-link-div #close-button-popup {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer;
}
.share-btn .share-text {
  cursor: default;
  padding: 9px 13px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  height: 36px;
  float: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  min-width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
  margin-right: -15px;
  font-size: 14px;
  font-family: "Ubuntu-Regular", Helvetica, sans-serif;
  text-decoration: none;
  line-height: normal;
  text-align: center;
}
.share-btn .hide {
  display: none;
}
.share-btn .share-icon {
  background-image: url(../img/share-icon.webp);
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.share-btn .share-icons-wrapper {
  padding: 6px 10px 6px 20px;
  white-space: nowrap;
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  transition: all 1s;
  font-size: 0;
  min-height: 36px;
}
.share-btn .share-icons-wrapper .icon {
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.share-btn .share-icons-wrapper .fb-icon {
  background-image: url(../img/facebook.webp);
}
.share-btn .share-icons-wrapper .whatsapp-icon {
  background-image: url(../img/whatsapps.webp);
}
.share-btn .share-icons-wrapper .link-icon {
  background-image: url(../img/link-copied-icon.webp);
  height: 16px;
  width: 16px;
}
.share-btn .share-icons-wrapper .linkedin-icon {
  background-image: url(../img/linkedin.webp);
}
.share-btn .share-icons-wrapper .instagram-icon {
  background-image: url(../img/instagram.webp);
}
.share-btn .share-icons-wrapper .tiktok-icon {
  background-image: url(../img/tiktok.webp);
}
.share-btn .share-icons-wrapper .youtube-icon {
  background-image: url(../img/youtube.webp);
  height: 17px;
}
.share-btn .share-icons-wrapper .mail-icon {
  background-image: url(../img/mail-icon.webp);
  height: 16px;
  width: 19px;
}
.share-btn .share-icons-wrapper .weixin-icon {
  background-image: url(../img/wezin-icon.webp);
  height: 22px;
  width: 22px;
}
.share-btn .share-icons-wrapper .share-icon {
  background: url(../img/share-icon.webp);
}
.share-btn .share-icons-wrapper .social-share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.share-btn .share-icons-wrapper .social-share:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 767px) {
  .share-wrapper-center {
    max-width: 266px;
  }
  .share-btn .share-text {
    float: none;
    margin: 0 auto;
    max-width: 100px;
    margin-bottom: -16px;
    position: relative;
  }
  .share-btn .copy-link-div {
    left: 50%;
    margin-left: 0;
    width: fit-content;
  }
  .share-btn .share-icons-wrapper {
    width: 280px;
    white-space: inherit;
    text-align: center;
    font-size: 0;
    padding: 26px 0 18px 0;
    opacity: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    transition: height 1s, opacity 0.5s 0.1s, padding 0.5s;
  }
}

/*# sourceMappingURL=social-share.css.map */
