/*** share button **/
.news-shareButtonSection {
  margin-left: auto;
  width: fit-content !important;
  margin-bottom: 16px;
}

.articleHeading {
  width: fit-content !important;
}

.shareButton {
  height: 26px;
  width: 26px;
  padding: 0;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.shareButton img {
  height: 26px;
  width: 26px;
}

.tooltipContainer.tooltipContainerV2 {
  top: calc(100% + 10px);
}

.tooltipContainerV2 {
  width: 210px;
  top: calc(100% - 30px);
  bottom: auto;
  right: calc(100% - 30px);
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
  display: none;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.24);
}

.tooltipContainerV2.listpage {
  top: calc(100% + 10px);
}

.tooltipContainerV2:after {
  content: " ";
  position: absolute;
  top: calc(0% - 20px);
  right: 5px;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.tooltipContainerV2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tooltipContainerV2 ul li:nth-child(1) {
  border-bottom: 1px solid #d8d8d8;
}

.tooltipContainerV2 ul li {
  cursor: pointer;
  padding: 9px 10px;
  width: 100%;
}

.tooltipContainerV2 p {
  color: #686868;
  margin: 0;
}

.copyIcon {
  background: url(../images/homepage/sprite/master-sprite.webp) no-repeat;
  background-position: -400px -4736px;
  width: 19px;
  height: 22px;
}

.tooltipContainerV2 .hide {
  display: none;
}

.news-shareButtonSection .shareCheckIcon {
  background-position: -182px -1598px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 20px;
  height: 20px;
}

.news-shareButtonSection .whatsappIcon {
  background: url(../images/homepage/sprite/master-sprite.webp) no-repeat;
  background-position: -401px -4791px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sendemail .emailShareIcon {
  position: inherit;
}

.news-shareButtonSection .emailShareIcon {
  background: url(../images/homepage/sprite/master-sprite.webp) no-repeat;
  background-position: -400px -4835px !important;
  width: 20px !important;
  height: 14px !important;
}

.news-shareButtonSection .linkedinIcon {
  background: url(../images/homepage/sprite/master-sprite.webp) no-repeat;
  background-position: -401px -4870px;
  width: 21px;
  height: 21px;
}

@media (max-width: 1023px) {
  .tooltipContainerV2 {
    top: calc(100% - 16px) !important;
  }

  .tooltipContainer.tooltipContainerV2 {
    top: calc(100% + 10px) !important;
  }

  .tooltipContainerV2.listpage {
    top: calc(100% + 10px) !important;
  }
}
