.wrap-post-maylike {
  margin-bottom: 25px;
  border: 1px solid #ffa5a5;
  box-shadow: 0 0 5px 0 #ffc5c5;
  background: #ffdbdb;
}

.wrap-post-maylike .flag {
  top: 0;
  left: 0;
  background-color: #EF3636;
  width: max-content;
  position: relative;
  color: #fff;
  padding: 3px 15px;
}

.wrap-post-maylike .flag:before {
  position: absolute;
  content: " ";
  right: -18px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #EF3636;
  bottom: 0px;
}

.wrap-post-maylike .list-item {
  padding: 15px;
}

.wrap-post-maylike .list-item .item {
  padding: 5px 0 0 15px;
  position: relative;
}

.wrap-post-maylike .list-item .item:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 15px;
  background: #f59f0b;
}

.wrap-post-maylike .list-item .item a {
  color: #000;
  transition: 0.3s all;
}

.wrap-post-maylike .list-item .item a:hover {
  color: #EF3636;
  transition: 0.3s all;
}

.shortcode_slider_mlink .icon_brand img {
  border: none;
  border-radius: 33px;
}

.mini-games-fixed {
  width: 100px;
  position: fixed;
  top: 60%;
  right: 15px;
  z-index: 3;
}

.mini-games-fixed * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  user-select: none;
}

.mini-games-fixed .bg {
  width: 100%;
  height: 100%;
}

.mini-games-fixed .txt {
  width: 80%;
  left: 10%;
  top: 12%;
  animation: 0.5s ease-in-out 0.5s infinite alternate none running jackpot;
  color: rgb(242, 196, 49);
  text-shadow: rgb(189, 11, 28) 1px 1px 1px;
  position: absolute;
  height: 100%;
  font-size: clamp(14px, 1vw, 32px);
}

@keyframes jackpot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.btn-shockwave {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn-shockwave:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn-shockwave:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(248, 17, 35, 1), inset 0 0 1px rgba(248, 17, 35, 1);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}