.reacts {
  width: fit-content;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 90px;
  padding: 15px;
  display: none;
  flex-flow: row;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: -65px;
}

.shareLinks {
  width: fit-content;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 90px;
  padding: 15px;
  display: none;
  flex-flow: row;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: -65px;
  right: 0;
}

.like img {
  width: 20px;
  pointer-events: none;
  margin-right: 3px;
}

.reacts .circle {
  width: 30px;
  height: 30px;
  background: #edff97;
  border-radius: 50%;
  transform-origin: 50% 100%;
  animation: slide 0.2s ease-in-out forwards;
  cursor: pointer;
  position: relative;
  margin: 0 6px;
  padding: 0;
  border: none;
}

.reacts .circle *,
.shareLinks i {
  pointer-events: none;
}

.shareLinks i {
  color: #707070;
  transform-origin: 50% 100%;
  animation: slide 0.2s ease-in-out forwards;
  cursor: pointer;
  position: relative;
  margin: 0 6px;
  padding: 0;
  border: none;
  font-size: 26px;
}

@keyframes slide {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
}
.reacts .circle:nth-child(1) {
  animation-duration: calc(0.2s * 1);
}
.reacts .circle:nth-child(2) {
  animation-duration: calc(0.2s * 2);
}
.reacts .circle:nth-child(3) {
  animation-duration: calc(0.2s * 3);
}
.reacts .circle:nth-child(4) {
  animation-duration: calc(0.2s * 4);
}

.reacts .circle:hover {
  transform: scale(1.3);
}

.shareLinks i:hover {
  transform: scale(1.3);
}

.reacts .circle:hover p {
  opacity: 1;
}
.reacts .circle img {
  width: 100%;
}
.reacts .circle p {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  display: block;
  color: #fff;
  font-size: 10px;
  border-radius: 90px;
  opacity: 0;
}

.shareLinks a:hover p {
  opacity: 1;
}

.shareLinks a p {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  display: block;
  color: #fff;
  font-size: 10px;
  border-radius: 90px;
  opacity: 0;
}

.like {
  width: auto;
  height: 40px;
  clear: both;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.like i,
.like p {
  display: inline-block;
}
.like p {
  font-family: Sans-serif;
}
.show {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .reacts {
    transform: scale(0.7);
  }
}

.facebook-b:hover i {
  color: #3b5998;
}

.viber-b:hover i {
  color: #665cac;
}

.twitter-b:hover i {
  color: #1da1f2;
}

.linkedin-b:hover i {
  color: #2867b2;
}
