.bs-total{
    color: #555;
    display: inline-block;
    font-weight: 700;
    line-height: 15px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center;
}
.bs-label{
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    padding: 0;
}
.bs-shares{
    font-size: 12px;
    line-height: 12px;
}


.share-social-buttons-wrapper{
    z-index: 10000;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
.bs-share-url-box{
  display: inline;
  padding: 5px 10px;
  border: 0px solid;
  border-radius: 10px;
  margin: 10px;
}
.bs-share-url-box a{
  text-decoration: none !important;
}
.bs-share-url-box-wrapper{
  /* width: 100%; */
  /* margin:10px; */
  display: inline;
}
.bs-share-url-box-wrapper b {
  font-family:courier,arial,helvetica;
  display: inline;
}
.share-social-buttons-wrapper .bs-share-url-box input.bs-share-url-box-link{
  display: inline;
  border: none;
  width: 13rem;
  background: none;
  padding: 0;
}

.bs-share-url-box .bs-copy-btn{
  margin-left: 10px;
  cursor: pointer;
}
  
.share-social-buttons-wrapper.bs-align-start{
  justify-content: start;
}
.share-social-buttons-wrapper.bs-align-center{
  justify-content: center;
}
.share-social-buttons-wrapper.bs-align-end{
  justify-content: end;
}
.share-social-buttons-wrapper.bs-pos-fixed{
  width: auto;
  position: fixed;
}
.share-social-buttons-wrapper.bs-pos-fixed.bs-align-start{
  left: 5px;
}
.share-social-buttons-wrapper.bs-pos-fixed.bs-align-center{
  left: 50%;
  transform: translateX(-50%);
}
.share-social-buttons-wrapper.bs-pos-fixed.bs-align-end{
  right:5px;
}
.bs-f-top .share-social-buttons-wrapper.bs-pos-fixed{
  top:5px;
}
.bs-f-bottom .share-social-buttons-wrapper.bs-pos-fixed{
  bottom:5px;
}


.share-social-buttons-wrapper a{
    text-decoration: none !important;
}
.share-social-buttons-wrapper p{
  display: flex;
}

.fa.social {
    box-sizing: content-box !important;
    padding: 12px;
    font-size: 13px;
    width:13px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color:white;
  }
.fa.social.icon-square{
  border-radius: 5%;
}
.fa.social.icon-circle{
  border-radius: 50%;
}
.fa.social.md{
    padding: 13.33px;
    font-size: 20px;
    width: 20px;
}
.fa.social.lg{
    padding: 20px;
    font-size: 30px;
    width: 30px;
}
.fa:hover {
    opacity: 0.8;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.fa-whatsapp {
  background: #4FCE5D;
  color: white;
}

.fa-facebook-messenger{
  background: #0078ff;
  color:white;
}

.fa-telegram{
  background:#0088CC;
  color:white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}