.right-sticky {
  position: fixed;
  top: 50%;
  right: -52px;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(-90deg);
  border-radius: 10px 10px 0px 0px;
}
.aone_logo {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.right-sticky p {
  color: #ffffff;
}
.z-index-999 {
  z-index: 999;
}
.custom-share-control:hover {
  cursor: pointer;
}
