.newslabel span.rounded-circle {
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
}
.newslabel .la-check {
  display: none;
}
.newslabel input:checked + span .la-check {
  display: inline;
}

.most-pop {
  width: 10px;
  height: 10px;
}
.most-pop.green {
  background-color: #68ff6d;
}
.most-pop.blue {
  background-color: #1a51e2;
}
.most-pop.black {
  background-color: #000000;
}

/* flip img */
.gamepad-flip {
  perspective: 1000px;
  width: 90%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .gamepad-flip {
    height: 75px;
    margin-bottom: 5px;
  }
  .gamepad-flip img {
    width: auto;
    height: 100%;
  }
}
.gamepad-flip-wrap {
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.gamepad-flip:hover .gamepad-flip-wrap {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.gamepad-flip-front, .gamepad-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.gamepad-flip-front {
  transform: rotateY(180deg);
}

.kuas {
  height: 475px;
  display: flex;
  flex-direction: column;
}
.kuas > div {
  text-align: center;
}
.kuas > div img {
  max-height: 200px;
}
.kuas a {
  margin-top: auto;
}

@media (min-width: 1900px) {
  .kuas {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.control-detail {
  background-image: url(../images/shape-cdt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-blue {
  background: #473bf0;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  background: #473bf0ea;
}
.btn-blue i {
  display: inline-block;
  animation: ti 1s infinite;
}

.btn-red {
  background: #f00035;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #f00034f1;
}
.btn-red i {
  display: inline-block;
  animation: ti 1s infinite;
}

@keyframes ti {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
