.share-btn {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 9;
  width: 55px;
  height: auto;
  transform: translateY(-50%);
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  padding-right: 10px;
}
.share-btn a {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.share-btn a:hover {
  width: 55px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .share-btn {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    display: flex;
    padding: 0;
    border-radius: 0 !important;
  }
  .share-btn a {
    width: 100% !important;
    padding: 5px 5px !important;
  }
}

.btn-fb {
  background-color: #4267b2;
}

.btn-in {
  background-color: #0077b5;
}

.btn-tw {
  background-color: #55acee;
}

.btn-mail {
  background-color: #7d7d7d;
}

.btn-wechat {
  background-color: #00c80f;
}

.social-share-dialog-bg.show {
  width: 100%;
  position: fixed;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.social-share-dialog-bg .dialog-header {
  text-align: right;
  margin-bottom: 5px;
}
.social-share-dialog-bg .dialog-header .dismiss {
  cursor: pointer;
  font-size: 30px;
}
.social-share-dialog-bg .social-share-dialog {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 102px #525050;
  padding-top: 15px;
}
