.socialmedia{
	position: absolute;
    right: 0;
	top: 30%;
}

.socialmedia.sidebar-default {
    top: 20%;
}

.stickySocialMediaContainer {
  z-index: 999;
  position: relative;
  border-radius: 11rem 0 0 11rem;
}

.sidebar-icon {
    width: 3.75rem;
    max-height: 24.375rem;
}

.sidebar-icon .socialBar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
	gap: 28px;
    align-items: self-end;
}

.sticky {
	right: 0;
}
.socialmedia .sticky {
    position: fixed;
}

.socialmedia .top-right {
	top: 0;
	right: 0;
}

.socialmedia .top-left {
	top: 0;
	left: 0;
}

.socialmedia .bottom-right {
	bottom: 0;
	right: 0;
}

.socialmedia .bottom-left.sticky {
	bottom: 0;
	left: 0;
}

.top-left.sticky .share-icon img,
.bottom-left.sticky .share-icon img,
.top-left.single-icon.sticky,
.bottom-left.single-icon.sticky,
.sidebar-icon.top-left.sticky,
.sidebar-icon.bottom-left.sticky {
    transform: rotateY(180deg);
}

.socialmedia .middle-right.sticky,
.socialmedia .middle-left.sticky {
	top: 50%;
	transform: translateY(-50%);
}

.socialmedia .middle-right.sticky {
	right: 0;
}

.socialmedia .middle-left.sticky {
	left: 0;
	transform: translateY(-50%) rotateY(180deg);
}

.middle-left.sticky .share-icon,
.middle-left.sticky .socialBar li img,
.top-left.sticky .socialBar li img,
.bottom-left.sticky .socialBar li img {
    transform: rotateY(180deg);
}


/* Icons container */
.socialBar {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin-bottom: 0;
}

/* Common icon styles */
.socialBar li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .2s ease;
}

.socialBar li img {
	max-width: 2.375rem;
	height: auto;
}

.sidebar-icon .socialBar li img {
    max-width: 2.125rem;
    height: auto;
}

.socialBar li:hover, .share-icon:hover {
  transform: scale(1.08);
}

/* Curved placement Ã¢â‚¬â€ key part */
.share-overlay.sticky,
.socialmedia .bottom-left.sticky,
.socialmedia .top-left.sticky {
    transform: rotateY(180deg);
}
.bottom-right.share-overlay.sticky,
.top-right.share-overlay.sticky {
	transform: rotateY(0deg);
}
.share-overlay {
  width: 9.375rem;
  height: 168px;
}
.share-overlay .socialBar li {
  position: absolute;
}
.share-overlay:not(.mobilesocial) .socialBar li:nth-child(1) {
  top: 5px;
    right: 47px;
}

.share-overlay .socialBar li:nth-child(2) {
  top: 25px;
    right: 90px;
}

.share-overlay .socialBar li:nth-child(3) {
  top: 70px;
    right: 110px;
}

.share-overlay .socialBar li:nth-child(4) {
  top: 115px;
    right: 90px;
}

.share-overlay .socialBar li:nth-child(5) {
      top: 130px;
    right: 47px;
}

.share-overlay:not(.mobilesocial) .socialBar.item-1 li:nth-child(1) {
  top: 70px;
    right: 110px;
}

.share-overlay .socialBar.item-2 li:nth-child(1) {
	top: 40px;
    right: 105px;
}
.share-overlay .socialBar.item-2 li:nth-child(2) {
	top: 100px;
    right: 105px;
}
.share-overlay .socialBar.item-3 li:nth-child(1) {
	top: 22px;
    right: 90px;
}
.share-overlay .socialBar.item-3 li:nth-child(2) {
	top: 70px;
    right: 110px;
}
.share-overlay .socialBar.item-3 li:nth-child(3) {
    top: 116px;
    right: 90px;
}
.share-overlay .socialBar.item-4 li:nth-child(1) {
	top: 0;
    right: 70px;
}
.share-overlay .socialBar.item-4 li:nth-child(2) {
	top: 40px;
    right: 105px;
}
.share-overlay .socialBar.item-4 li:nth-child(3) {
    top: 95px;
    right: 105px;
}
.share-overlay .socialBar.item-4 li:nth-child(4) {
	top: 128px;
    right: 70px;
}
/* Bottom vertical text */
.share-icon {
  position: absolute;
  top: 40%;
  right: 2.625rem;
  z-index: 1;
  cursor: pointer;
}
.share-icon img {
	max-width: 2.625rem;
    max-height: 2.625rem;
	border-radius: 50%;
	box-shadow: inset 0 3px 6px #ffffff29, 0 3px 6px #00000029;
}

.single-icon.sidebar-icon {
    width: 135px;
    height: 160px;
}

.single-icon .socialBar {
    padding: 0;
	align-items: flex-start;
}

.single-icon .socialBar li {
    justify-content: flex-start;
}

.single-icon .socialBar li img {
    max-width: 104px;
    height: auto;
}
.social-backdrop {
    position: fixed;
    inset: 0;
    z-index: 998;
}
.socialBar.is-open {
    display: block !important;
}

/* Modal related CSS: TBD*/
.interstitialModal .modal-body .twelve-col {
    padding: 0;
}
.interstitialModal  .site-color > .container-fluid {
    padding: 0;
}

@media (max-width: 767px) {
	.share-icon img {
		width: 37px;
		height: auto;
	}
	.single-icon.sidebar-icon {
		width: 80px;
		height: 100px;
	}
	.single-icon.sidebar-icon .socialBar li img {
		max-width: 4rem;
		height: 4rem;
	}
	.single-icon.sidebar-icon .socialBar {
		align-items: center;
	}
	.sidebar-default .mobilesocial {
		display: block !important;
	}
	.sidebar-default .sidebar-icon {
		display: none;
	}
	.share-icon {
		right: 25px;
		top: 36%;
	}
	.share-overlay:not(.mobilesocial) .socialBar li:nth-child(1) {
		top: 0;
	}
	.share-overlay .socialBar li:nth-child(5) {
		top: 120px;
	}
	.share-overlay:not(.mobilesocial) .socialBar li:nth-child(1),
	.share-overlay .socialBar li:nth-child(5)	{
		right: 25px;
	}
	.share-overlay .socialBar.item-1 li:nth-child(1) {
		top: 46px;
		right: 75px;
	}
	.share-overlay .socialBar li:nth-child(1) {
		right: 25px;
	}
	.share-overlay .socialBar li:nth-child(2) {
		right: 60px;
        top: 22px;
	}
	.share-overlay .socialBar li:nth-child(4) {
		top: 95px;
        right: 60px;
	}
	.share-overlay {
		width: 115px;
        height: 160px;
	}
	.share-overlay .socialBar li:nth-child(3) {
		right: 75px;
        top: 58px;
	}
	.share-overlay .socialBar.item-4 li:nth-child(1) {
		top: 5px;
        right: 2.5rem;
	}
	.share-overlay .socialBar.item-4 li:nth-child(2) {
		top: 36px;
        right: 70px;
	}
	.share-overlay .socialBar.item-4 li:nth-child(3) {
		top: 80px;
        right: 70px;
	}
	.share-overlay .socialBar.item-4 li:nth-child(4) {
		right: 2.5rem;
        top: 110px;
	}
	.share-overlay .socialBar.item-3 li:nth-child(1),
	.share-overlay .socialBar.item-3 li:nth-child(3)	{
		right: 55px;
	}
	.share-overlay .socialBar.item-3 li:nth-child(1) {
		top: 15px;
	}
	.share-overlay .socialBar.item-3 li:nth-child(3) {
		top: 100px;
	}
	.share-overlay .socialBar.item-3 li:nth-child(2) {
		right: 80px;
        top: 58px;
	}
	.share-overlay .socialBar.item-2 li:nth-child(1),
	.share-overlay .socialBar.item-2 li:nth-child(2)	{
		right: 70px;
	}
	.share-overlay .socialBar.item-2 li:nth-child(1) {
		top: 34px;
	}
	.share-overlay .socialBar.item-2 li:nth-child(2) {
		top: 85px;
	}
	.share-overlay:not(.mobilesocial) .socialBar.item-1 li:nth-child(1) {
		top: 58px;
		right: 75px;
	}
	.sidebar-default .mobilesocial .item-1 img {
		max-width: 4rem;
		height: 4rem;
	}
	.mobilesocial.single-icon .socialBar {
		align-items: center;
		display: flex;
		gap: 20px;
		flex-direction: column;
		justify-content: center;
	}
	.mobilesocial.share-overlay {
		width: 80px;
	}
}