/*Floating Social Media*/

.floating-media-present .block-social-sharing-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px;
  gap: 10px;
  position: fixed;
  width: 44px;
  right: 20px;
  top: 50%;
  border-radius: 25px;
  background-color: #c5e7ff;
  cursor: pointer;
  max-height: 44px;
  z-index: 10;
  /* transition: max-height 0.4s ease-out; */
}
.floating-media-present .block-social-sharing-block.active {
  width: 44px;
  max-height: 164px;
}
.floating-media-present .block-social-sharing-block:not(.active) {
  width: 44px;
  height: 44px;
}
.floating-media-present .block-social-sharing-block:not(.active) .share-toggle-btn {
  width: 40px;
  height: 40px;
}
.floating-media-present .block-social-sharing-block.active .social-media-sharing {
  display: block;
}
.floating-media-present .block-social-sharing-block .share-toggle-btn {
  font-size: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/icon-Share.svg");
}
.floating-media-present .block-social-sharing-block .share-toggle-btn:hover {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/icon-Share-hover.svg");
}

.floating-media-present .block-social-sharing-block.active .share-toggle-btn {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/close.svg");
  width: 44px;
  height: 44px;
  background-size: 20px;
}

.floating-media-present .social-media-sharing {
  display: none;
}

.floating-media-present .social-media-sharing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.floating-media-present .social-media-sharing li {
  margin: 0;
  padding: 0;
}

.floating-media-present .social-media-sharing a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  margin: auto;
}

.floating-media-present .social-media-sharing a img {
  display: none;
}

.floating-media-present .social-media-sharing .facebook-share {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/Facebook.svg");
}

.floating-media-present .social-media-sharing .linkedin {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/Linkedinfilled.svg");
}

.floating-media-present .social-media-sharing .twitter {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/X.svg");
}

.floating-media-present .social-media-sharing .facebook-share:hover {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/fb_hover.svg");
}

.floating-media-present .social-media-sharing .linkedin:hover {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/linkedin_hover.svg");
}

.floating-media-present .social-media-sharing .twitter:hover {
  background-image: url("/themes/custom/uneg/components/components/floating-social/img/X_hover.svg");
}
.floating-media-present .block-social-sharing-block {
  top: 50%;
  transition: max-height 0.3s ease-out;
  right: 10px;
}
.floating-media-present .block-social-sharing-block.active {
  /* top: 75%; */
  transition: max-height 0.3s ease-out;
}
