@import "fonts.css";

.div-lottie-buttons {
  width: 70%;
  display: flex;
  text-align: center;
  max-width: 500px;
  justify-content: space-around;
  margin-top: 10px;
}

.div-lottie-buttons.vertical {
  max-width: 350px;
}

.div-lottie-buttons .icon-button-lottie {
  width: 63px;
  height: 63px;
  max-width: 63px;
  max-height: 63px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.div-lottie-buttons.vertical .icon-button-lottie {
  width: 45px;
  height: 45px;
  max-width: 45px;
  max-height: 45px;
  margin: 10px auto;
}

.div-lottie-buttons .icon-button-lottie .initial{ display: block !important; }
.div-lottie-buttons .icon-button-lottie .hover { display: none !important; }
.div-lottie-buttons .icon-button-lottie .hover-active {
  display: none !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  max-width: 63px;
  max-height: 63px;
}
.div-lottie-buttons .icon-button-lottie .click {
  display: none !important;
  max-width: 63px;
  max-height: 63px;
}
.div-lottie-buttons .icon-button-lottie.active .click { display: block !important; z-index: 1; }

.div-lottie-buttons .icon-button-lottie>object, .div-lottie-buttons .icon-button-lottie>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.a-click{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000000;
}

.like-animation {
  height: auto;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
}
