* {
  font-family: var(--brand-font-primary);
  font-size: 1.6rem;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
  padding: 0;
  margin: 0;
}

.tiktok-page.active,
.laricel-page.active,
.choose.active {
  background: var(--brand-color-gray-300);
}

.active {
  background: none;
  display: block;
}

.s-menu-aside.active {
  background-color: rgba(47, 47, 47, 0.8);
}

.disable {
  display: none;
  transition: all ease-out 1.9s;
}

.choose {
  z-index: 50;
  height: 100%;
}

.gif-img-swiper {
  -webkit-user-select: none;
  height: 100%;
  margin: auto;
  transition: background-color 300ms;
  color: white;
  filter: invert(1);
  max-width: 75px;
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gif-img-swiper.disable{
 opacity: 0;
}

body {
  background: var(--brand-color-gray-200);
}

.container {
  background: var(--brand-color-white);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}

.d-none {
  display: none;
}

.close {
  opacity: 0;
  transition: all ease-out 0.5s;
}

.open {
  opacity: 1;
  transition: all ease-in 0.5s;
}

.swal2-icon.swal2-success {
  border-color: #ff0b53 !important;
  color: #ff0b53 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid rgba(206, 134, 220, 0.3) !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #ff0b53 !important;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto !important;
  right: 0 !important;
  background: black !important;
  height: 10px !important;
  position: relative !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 92% !important;
  width: 3.3rem !important;
  height: 3.3rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: clamp(1.6rem, 4vw, 1.6rem) !important;
  color: var(--brand-color-white) !important;
}

.swiper-button-prev {
  background-color: var(--brand-color-pink-500) !important;
  right: 3.3rem !important;
  left: auto !important;
}

.swiper-button-next {
  background-color: var(--brand-color-blue-500) !important;
  right: 0px !important;
}

.s-code .container.fold .title h2 {
  line-height: 3.8rem;
  text-align: center;
  justify-content: center;
  color: var(--brand-color-pink-500);
}

.box-pagination {
  max-height: 10rem;
  height: 100%;
  background-color: var(--brand-color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

.box-pagination img {
  max-width: 49.2rem;
  width: 100%;
}

.box-pagination span.first {
  position: absolute;
  width: 100%;
  max-width: 20px;
  left: 3vw;
}

.box-pagination span.last {
  position: absolute;
  width: 100%;
  max-width: 20px;
  right: 1vw;
}

.tiktok .s-hero .title{
  top: 27px;
}

.tiktok .s-hero .left {
  height: 25.5rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--brand-color-pink-500) !important;
  background: linear-gradient(
    91deg,
    var(--brand-color-gray-400)-37%,
    var(--brand-color-gray-900)-7%,
    var(--brand-color-blue-500) 43%,
    var(--brand-color-pink-500) 100%,
    var(--brand-color-pink-500) 100%
  ) !important;
  box-shadow: -1px -1px 20px 3px rgb(0 0 0 / 30%);
}

.swiper-slide {
  height: auto !important;
}

.swiper-fade .swiper-slide {
  opacity: 0!important;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active{
  opacity: 1!important;
}

.swiper-slide img {
  height: 21rem;
}

@keyframes mymove{
  from {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(2px);
  }
}