.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.fan-aspect-modal .modal-body {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.aspect-content {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

/* Optional: control max size */
.fan-aspect-modal {
  max-width: 360px;
  margin: auto;
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  color: white;
}

#playButton {
  font-size: 18px;
  padding: 10px 20px;
  background-color: #007bff;
  border: none;
  color: white;
  cursor: pointer;
}

#playButton:hover {
  background-color: #0056b3;
}

.eye-like,
.eye-vote {
  position: absolute;
  z-index: 100;
  color: black;
  background-color: #22e2a2;
}

.eye-like {
  right: 28%;
  bottom: 10%;
}

.eye-vote {
  bottom: 19%;
  right: 28%;
}

.activity-btns {
  display: inline-block;
  padding: 8px;
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
}
.activity-btns.view-detail {
  background-color: #cb4d7c !important;
}
.activity-btns.view-detail:hover {
  background-color: #ca2b66 !important;
}
.product-btn {
  background-color: #ae4dcb;
  color: #ffffff !important;
  text-decoration: none;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.product-btn:hover {
  background-color: #a036c0;
  text-decoration: none ;
  
}

.like-btn {
  background-color: #ebffdd;
  bottom: 33%;
  right: 1%;
}

.like-btn:not(.like-done):hover {
  background-color: #8bf087;
  color: #000;
}

.like-done {
  background-color: #13e90c;
  /* color: black; */
}

.vote-btn {
  background-color: #ddffdd;
  bottom: 25%;
  right: 1%;
}

.vote-btn:not(:disabled):hover {
  background-color: #79e7c3;
}

.vote-done {
  background-color: #22e2a2;
}

.life-box {
  color: red;
  background-color: #ddd;
  position: absolute;
  top: 10px;
}

.like-rank {
  color: rgb(51, 59, 180);
  background-color: #ddd;
  white-space: nowrap;
}

.voting-rank {
  color: rgb(5, 114, 105);
  background-color: #ddd;
  white-space: nowrap;
}

.eye-num {
  color: #fff;
  background-color: #292727;
  position: absolute;
  white-space: nowrap;
  border-radius: 3px;
  padding-inline: 3px;
  font-weight: bold;
  top: 1%;
  left: 1%;
}

.eye-view-wrapper {
  position: absolute;
  top: 6%;
  left: 1%;
  background: white;
  border-radius: 10px;
  color: black;
  padding-inline: 3px;
}
.eye-view-icon {
  height: 25px; 
}

.top-90 {
  top: 90px;
}

.top-30 {
  top: 30px;
}

.share-btn {
  background: blueviolet !important;
  border-radius: 50%;
  border: none !important;
  padding: 0px;
  bottom: 17%;
  right: 1%;
}

.instagram-btn {
  background: transparent !important;
  border: none !important;
  width: 40px;
  height: 40px;
  cursor: pointer;
  bottom: 35%;
  left: -3%;
}

.tiktok-btn {
  background: transparent !important;
  border: none !important;
  width: 50px;
  height: 40px;
  cursor: pointer;
  bottom: 26%;
  left: -1%;
}

.tiktok-btn:hover {
  opacity: 0.7;
}

.view-detail {
  background-color: #cb4d7c !important;
  cursor: pointer;
  bottom: 2%;
  color: #fff !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-decoration: none !important;
}

.view-detail:hover {
  background-color: #ca2b66;
}

.instagram-btn:hover {
  opacity: 0.7;
}

.rotate180 {
  transform: rotate(180deg);
}

.arrow-box {
  position: absolute;
  left: 0px;
  bottom: 2%;
  width: 100%;
}

.arrow {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.btn-box {
  height: 40px !important;
  width: 40px !important;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-icon {
  height: 45px !important;
  width: 45px !important;
}

.btn-box:hover {
  background-color: #ff0077;
}