@import url(https://fonts.googleapis.com/css2?family=Anta&family=Inter:wght@100..900&display=swap);

.button-primary {
  background-color: #fb9110;
  color: #eadaff;
  min-width: 84px;
  box-shadow: -1px -3px 8px 0 rgb(0 143 191 / .39);
  border-radius: 10px;
  border: 1px solid #ec9017;
  background: linear-gradient(129deg, #b51bf9 3.81%, #d45681 51.9%, #ec9017 100%);
  box-shadow: 2px 4px 10px 0 rgb(0 212 254 / .55);
  font-family: "Anta", sans-serif
}

.button-primary.play {
  box-shadow: -1px -3px 8px 0 rgb(0 143 191 / .39)
}

.button-primary:hover,
.button-primary:active {
  background-color: #d47604 !important;
  color: #eadaff !important;
  border-color: transparent !important
}

.button-primary.custom {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / .2);
  border-radius: 100px
}

.button-animation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.5s
}

.button-animation span {
  position: absolute;
  display: block
}

.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ec9017);
  animation: btn-anim1 1s linear infinite
}

@keyframes btn-anim1 {
  0% {
    left: -100%
  }

  50%,
  100% {
    left: 100%
  }
}

.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ec9017);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%
  }

  50%,
  100% {
    top: 100%
  }
}

.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, #ec9017);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%
  }

  50%,
  100% {
    right: 100%
  }
}

.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ec9017);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%
  }

  50%,
  100% {
    bottom: 100%
  }
}

.button-animation span:nth-child(5) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ec9017);
  animation: btn-anim1 1s linear infinite
}

@keyframes btn-anim1 {
  0% {
    left: -100%
  }

  50%,
  100% {
    left: 100%
  }
}

.button-animation span:nth-child(6) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ec9017);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%
  }

  50%,
  100% {
    top: 100%
  }
}

.button-secondary {
  background-color: #483a50;
  color: #eadaff;
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px
}

.button-secondary:hover,
.button-secondary:active {
  background-color: #b8abff !important;
  color: #fb9110 !important;
  border-color: transparent !important
}

.btn-light-blue {
  border-radius: 8px;
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  box-shadow: -1px -3px 8px 0 rgb(0 143 191 / .39);
  border: 1px solid #60d7ff;
  color: #eadaff
}

.btn-light-blue:hover,
.btn-light-blue:active {
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  box-shadow: -1px -3px 8px 0 rgb(0 143 191 / .39);
  border: 1px solid #60d7ff;
  color: #eadaff
}

.button-green {
  background-color: #65ba3f;
  color: #eadaff;
  border-radius: 50rem;
  text-transform: uppercase
}

.button-green:hover,
.button-green:active {
  background-color: #509432 !important;
  color: #eadaff !important;
  border-color: transparent !important
}

.button-dark {
  background-color: #6c757d;
  color: #eadaff;
  border-radius: 50rem;
  text-transform: uppercase
}

.button-dark:hover,
.button-dark:active {
  background-color: #545b62 !important;
  color: #eadaff !important;
  border-color: transparent !important
}

.button-genre {
  background-color: #021838;
  line-height: normal;
  color: #eadaff !important;
  font-family: "Anta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  gap: 8px
}

.button-genre__icon {
  background-color: #a0a0a0;
  color: #eadaff;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: .75rem;
  vertical-align: middle;
  margin-right: .35rem
}

.button-genre.active {
  background-color: #021838 !important;
  border: 1px solid #fb9110;
  color: #eadaff !important;
  border-radius: 8px !important;
  font-size: 16px;
  font-weight: 400
}

.button-genre.active .button-genre__icon {
  background-color: #eadaff;
  color: #a0a0a0
}

.button-genre i.purple {
  color: #ff2ed9
}

.button-genre i.blue {
  color: #5ce4ff
}

.button-genre i.green {
  color: #39ffc9
}

.button-genre i.yellow {
  color: #ffd400
}

.button-favorite {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #fb9110;
  font-size: 1.125rem;
  border: 1px solid rgb(251 145 16 / .5)
}

.button-favorite.active {
  background-color: #ffd706;
  border-color: #ffd706;
  color: #fb9110
}

.btn-subs {
  margin-top: 72px
}

.banner {
  margin-top: 18px
}

.radius-100 {
  border-radius: 100px
}

.bg-primary {
  background: #fb9110 !important
}

.bg-blue {
  background: #fb9110 !important
}

.bg-yellow {
  background: #ceac03 !important
}

.text-muted {
  color: #bababa !important
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: auto
}

.fi {
  line-height: 0
}

body {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  background: #200e32;
  min-height: 100vh
}

.bg-mobile {
  background: #0b0015 !important;
  position: relative;
  padding-bottom: 100px;
  padding-top: 14px;
  min-height: 100vh
}

.bg-mobile.game-detail {
  min-height: auto;
  padding-bottom: 150px
}

.banner-reward {
  margin-block: 24px
}

.banner-reward img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 554 / 240
}

.winner-box {
  border-radius: 10px;
  border: .5px solid #ff2ed9;
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  box-shadow: -3px -5px 14px 0 rgb(255 46 217 / .35);
  padding: 14px;
  position: relative;
  margin-bottom: 1rem;
  display: block;
  transition: 0.1s ease-out
}

.winner-box .header {
  padding-bottom: 14px;
  border-bottom: 1px solid #eadaff
}

.winner-box .header .cover {
  width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 14px
}

.winner-box .header .title h4 {
  font-size: 16px;
  font-family: "Anta", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #eadaff
}

.winner-box .header .title span {
  font-size: 14px;
  color: #bababa
}

.winner-box .winner-title {
  font-size: 16px;
  color: #eadaff;
  font-family: "Anta", sans-serif;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #eadaff
}

.winner-box .list-winner .items-winner {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center
}

.winner-box .list-winner .items-winner .rank {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #fb9110;
  box-shadow: 1px 1px 6px 0 rgb(0 212 254 / .53);
  color: #fff;
  font-family: "Anta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.winner-box .list-winner .items-winner .name {
  font-size: 16px;
  color: #eadaff
}

.banner-homepage {
  padding: 18px;
  border-radius: 10px;
  background: rgb(255 255 255 / .1);
  backdrop-filter: blur(12px);
  position: relative;
  box-shadow: -1px -3px 8px 0 rgb(0 143 191 / .39);
  border: 1px solid #60d7ff
}

.banner-homepage h3 {
  color: #eadaff;
  font-size: 20px;
  font-weight: 600;
  width: 70%
}

.banner-homepage h3 span {
  color: #03e798;
  font-weight: 600
}

.banner-homepage .img-rocket {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 123px
}

a {
  text-decoration: none;
  color: #0b0015
}

a:hover {
  text-decoration: none;
  color: #200e32
}

.form-control {
  border-radius: 100px;
  background: rgb(255 255 255 / .2);
  color: #eadaff;
  border: none;
  padding: 14px 14px
}

.form-control::placeholder {
  color: #eadaff !important;
  opacity: 1
}

.form-control:focus {
  background: rgb(255 255 255 / .2);
  color: #eadaff;
  outline: 1px solid #eadaff
}

.box-wrapper {
  max-width: 578px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eadaff
}

.box-wrapper.login {
  background-image: url(../img/bg-wallpaper.png);
  min-height: 100dvh
}

.header-logo {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  margin-top: 24px
}

.header-logo .logo {
  width: auto;
  max-width: 272px;
  height: auto
}

.header-logo i {
  font-size: 32px;
  color: #fb9110
}

.header {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem
}

.header-menu__item {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eadaff;
  color: #fb9110;
  border-radius: 50%;
  margin-right: .875rem;
  font-size: 1rem
}

.header-menu__item:last-of-type {
  margin-right: 0
}

.header-title {
  position: relative;
  padding-top: .75rem;
  padding-bottom: .75rem;
  min-height: 67px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  z-index: 70
}

.header-title--white {
  color: #eadaff
}

.header-title--white .header-title__back {
  color: #eadaff
}

.header-title__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .75rem;
  background-color: #021838;
  line-height: normal;
  color: #eadaff !important;
  font-family: "Anta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  gap: 8px;
  border: 1px solid #fb9110;
  box-shadow: -3px -5px 14px 0 rgb(255 46 217 / .61)
}

.header-title__back.top {
  position: relative;
  align-items: start
}

.header-search {
  padding-bottom: .75rem
}

.header-search__field {
  position: relative
}

.header-search__field input {
  border-radius: 8px;
  background: #021838;
  color: #eadaff;
  border: none;
  padding: 14px 14px;
  font-family: "Anta", sans-serif;
  text-transform: uppercase
}

.header-search__field input::placeholder {
  color: #eadaff !important;
  opacity: 1
}

.header-search__field input:focus {
  background: rgb(255 255 255 / .2);
  color: #eadaff;
  outline: 1px solid #eadaff
}

.header-search__field .field-icon {
  position: absolute;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  padding-right: .75rem;
  top: 0;
  font-size: 1.125rem;
  color: #bababa
}

.card-point {
  border-radius: 10px;
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  padding: 14px;
  border: 1px solid #fb9110;
  color: #eadaff;
  box-shadow: -3px -5px 14px 0 rgb(255 46 217 / .35);
  margin-bottom: 24px
}

.card-point span {
  margin-bottom: 14px;
  color: #bababa
}

.card-point .icons {
  width: 24px
}

.card-point i {
  font-size: 24px;
  color: #fb9110
}

.card-point h3 {
  font-family: "Anta", sans-serif;
  margin-bottom: 0;
  margin-left: 4px
}

.card-point .topup {
  background: #fb91103c;
  border-radius: 8px;
  padding-block: 8px;
  border: 1px solid #fb9110
}

.card-point .topup img {
  width: 50%
}

.card-point .topup h6 {
  font-size: 14px;
  margin-bottom: 0
}

@media (max-width:768px) {
  .card-point .topup h6 {
    font-size: 12px
  }
}

@media (max-width:576px) {
  .card-point .topup h6 {
    font-size: 10px
  }
}

.card-reward {
  background: #eadaff;
  border-radius: 10px;
  overflow: hidden
}

.card-reward .img-cover {
  border-radius: 10px 10px 0 0
}

.card-reward .img-coin {
  width: 20px;
  margin-right: 4px
}

.card-reward .value-coin {
  font-size: 14px;
  color: #fb9110
}

.bottom-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 200
}

.bottom-nav .box-wrapper {
  background: rgb(21 10 57 / .07);
  backdrop-filter: blur(62px);
  box-shadow: 0 -4px 20px 0 rgb(255 46 217 / .2)
}

.bottom-nav .col {
  min-width: 20%
}

.bottom-nav .col.active {
  position: relative
}

.bottom-nav .col.active::before {
  content: "";
  background-image: url(../img/circle-active.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .4
}

.bottom-nav .nav-box {
  text-align: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  line-height: normal;
  display: block;
  text-decoration: none;
  position: relative;
  color: #eadaff
}

.bottom-nav .nav-box-ico {
  font-size: 2rem;
  color: #eadaff;
  display: block;
  text-decoration: none;
  margin-bottom: 0
}

.bottom-nav .nav-box-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: .75rem
}

.bottom-nav .center {
  margin-top: -36px;
  display: flex;
  justify-content: center
}

.bottom-nav .center .nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #fb9110;
  box-shadow: 0 4px 20px 0 rgb(229 51 232 / .28);
  border-radius: 50%
}

.bottom-nav .center .nav-box-ico {
  font-size: 2.5rem;
  color: #eadaff
}

.bottom-nav .active .nav-box,
.bottom-nav .active .nav-box-ico {
  color: #fb9110;
  border-radius: 50%
}

.bottom-spacer {
  display: block;
  min-height: 60px
}

.content {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.content.detail {
  padding-top: 0 !important;
  background: #f2efff;
  border-radius: 20px 20px 0 0
}

.section {
  position: relative;
  padding-top: .75rem;
  padding-bottom: .75rem
}

.section-title {
  font-weight: 700;
  line-height: normal;
  font-size: 1.125rem;
  margin-bottom: 0
}

.section-title a {
  color: #fb9110
}

.section-link {
  display: inline-flex;
  align-items: center;
  color: #200e32
}

.section-link .fi {
  margin-left: .15rem
}

.section--no-space-bottom {
  padding-bottom: 0
}

.games-detail .category {
  font-size: 14px;
  margin-right: 8px;
  color: #eadaff
}

.games-detail .coin img {
  width: 15px;
  height: 15px;
  margin-right: 4px
}

.games-detail .coin span {
  font-size: 14px;
  color: #eadaff
}

.games-detail .ticket {
  color: #fb9110;
  font-size: 14px
}

.games-detail .ticket i {
  font-size: 24px;
  margin-right: 4px
}

.games-detail .title-rules {
  font-size: 16px;
  font-family: "Anta", sans-serif;
  margin-top: 14px;
  color: #eadaff
}

.games-detail .list-rules {
  font-size: 14px;
  color: #eadaff;
  padding-left: 20px
}

.reward-detail {
  color: #eadaff !important;
  text-align: center
}

.reward-detail h3 {
  font-family: "Anta", sans-serif
}

.reward-detail img {
  width: 75%
}

.reward-detail .button-primary {
  margin-top: 24px
}

.reward-detail .ticket {
  color: #fb9110;
  font-size: 18px;
  font-family: "Anta", sans-serif
}

.tabs-reward {
  background: #021838;
  border-radius: 10px
}

.tabs-reward .nav-link {
  color: #bababa;
  text-transform: uppercase;
  font-family: "Anta", sans-serif
}

.tabs-reward .nav-link.active {
  background: #fb9110
}

.list-myreward .items-reward {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: #021838;
  margin-bottom: 14px
}

.list-myreward .items-reward img {
  width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover
}

.list-myreward .items-reward .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.list-myreward .items-reward .text .name {
  color: #eadaff
}

.list-myreward .items-reward .text .name h4 {
  font-size: 16px;
  font-family: "Anta", sans-serif
}

.list-myreward .items-reward .text .name .date {
  font-size: 12px
}

.your-ticket {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eadaff
}

.your-ticket img {
  width: 42px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%
}

.your-ticket .text {
  color: #eadaff;
  display: flex;
  align-items: center;
  gap: 12px
}

.your-ticket .text p {
  margin-bottom: 4px;
  font-size: 14px
}

.game-box {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  transition: 0.1s ease-out
}

.game-box.more {
  border-radius: 10px;
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  padding: 8px;
  box-shadow: -3px -5px 14px 0 rgb(255 46 217 / .35);
  border: 1px solid #fb9110
}

.game-box.more.reward .game-box__title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px
}

.game-box.more.reward .game-box__info {
  padding-top: 0
}

.game-box.more .category {
  font-size: 12px;
  margin-right: 8px;
  color: #eadaff
}

.game-box.more .coin img {
  width: 15px;
  height: 15px;
  margin-right: 4px
}

.game-box.more .coin span {
  font-size: 12px;
  color: #eadaff
}

.game-box.more .ticket {
  color: #fb9110;
  font-size: 12px
}

.game-box.more img {
  border-radius: 10px
}

.game-box.more .game-box__title {
  color: #eadaff;
  margin-top: 8px;
  font-family: "Anta", sans-serif
}

.game-box-lg {
  margin-bottom: 0
}

.game-box-lg .game-box__title {
  font-size: 1rem
}

.game-box img {
  width: 100%;
  aspect-ratio: 216 / 268
}

.aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: calc(144 / 251 * 100%)
}

.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.game-box__info {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  color: #200e32;
  padding: .5rem 0;
  border-radius: 0 0 .875rem .875rem;
  line-height: normal;
  z-index: 1;
  position: relative
}

.game-box__cat {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: #eadaff;
  border-radius: 50%;
  color: #200e32;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(234 218 255 / .35);
  margin-right: .5rem;
  background-clip: content-box;
  padding: 1px;
  font-size: .875rem
}

.game-box__category {
  font-size: 12px;
  color: #bababa
}

.game-box__meta {
  flex: 1;
  overflow: hidden;
  font-size: .75rem
}

.game-box__title {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #200e32
}

.media-box {
  display: flex
}

.media-box__start {
  flex-shrink: 0
}

.media-box__end {
  flex: 1
}

.swiper.swiper-main {
  padding-bottom: 1.75rem;
  padding-left: .75rem
}

.swiper.swiper-main .swiper-slide {
  transition: all 0.2s ease-in-out
}

.swiper.swiper-onboard {
  padding-top: 42px
}

.swiper.swiper-onboard .swiper-slide {
  padding: 0 14px;
  text-align: center
}

.swiper.swiper-onboard .swiper-slide h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  font-family: "Anta", sans-serif;
  color: #eadaff
}

.swiper.swiper-onboard .swiper-slide p {
  font-size: 14px;
  color: #eadaff
}

.swiper.swiper-onboard .img-onboard {
  width: 70%;
  height: auto
}

.swiper.swiper-onboard .swiper-pagination-bullets {
  position: static;
  margin-top: 10px
}

.swiper.swiper-onboard .swiper-pagination-bullet-active {
  background: #fb9110 !important;
  width: 30px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out
}

.swiper.swiper-banner .swiper-slide {
  transition: all 200ms linear;
  transform: scale(.9)
}

.swiper.swiper-banner .swiper-slide.swiper-slide-active {
  transform: scale(1)
}

.swiper.swiper-banner .animation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 32px
}

.swiper.swiper-banner .animation .run {
  position: absolute;
  display: block;
  z-index: 10
}

.swiper.swiper-banner .animation .run:nth-child(5) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, transparent, #fb9110);
  animation: btn-anim1 1s linear infinite
}

@keyframes btn-anim1 {
  0% {
    left: -100%
  }

  50%,
  100% {
    left: 100%
  }
}

.swiper.swiper-banner .animation .run:nth-child(2) {
  top: -100%;
  right: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fb9110);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%
  }

  50%,
  100% {
    top: 100%
  }
}

.swiper.swiper-banner .animation .run:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 6px;
  background: linear-gradient(270deg, transparent, #fb9110);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%
  }

  50%,
  100% {
    right: 100%
  }
}

.swiper.swiper-banner .animation .run:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fb9110);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%
  }

  50%,
  100% {
    bottom: 100%
  }
}

.swiper.swiper-banner .game-box {
  margin-bottom: 0;
  padding: 0;
  border: 0
}

.swiper.swiper-banner .game-box img {
  width: 100%;
  aspect-ratio: 532/665
}

.swiper.swiper-banner .overlay {
  border-radius: 20px;
  border: 2px solid #fb9110;
  background: linear-gradient(180deg, #fff0 0%, rgb(14 8 38 / .3) 100%);
  box-shadow: 5px 8px 20px 0 rgb(0 212 254 / .43);
  bottom: 24px;
  opacity: 1
}

.swiper.swiper-banner .overlay .detail {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  z-index: 3
}

.swiper.swiper-banner .overlay .text {
  color: #eadaff
}

.swiper.swiper-banner .overlay .text .title h3 {
  font-family: "Anta", sans-serif;
  font-size: 18px;
  margin-bottom: 0
}

.swiper.swiper-banner .overlay .text .category {
  font-size: 14px;
  margin-right: 14px
}

.swiper.swiper-banner .overlay .text .coin img {
  width: 15px;
  height: 15px;
  margin-right: 4px
}

.swiper.swiper-banner .overlay .text .coin span {
  font-size: 14px
}

.swiper-pagination {
  bottom: 6px !important
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 50rem;
  background-color: #eadaff;
  opacity: 1
}

.swiper-pagination-bullet-active {
  background-color: #200e32
}

.swiper.swiper-popular .swiper-slide .game-box {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.swiper.swiper-popular .swiper-slide .game-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  position: relative
}

.swiper.swiper-popular .swiper-slide .game-box .overlay-competition {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(179deg, #fff0 -28.73%, rgb(27 0 49 / .81) 98.79%);
  z-index: 2
}

.swiper.swiper-popular .swiper-slide .game-box .text {
  position: absolute;
  bottom: 0;
  z-index: 100;
  color: #eadaff;
  padding: 14px
}

.swiper.swiper-popular .swiper-slide .game-box .text h6 {
  font-size: 20px;
  font-weight: 600
}

.swiper.swiper-popular .swiper-slide .game-box .text .prize {
  font-weight: 600;
  color: #fdbf74;
  margin-left: -8px
}

.swiper.swiper-popular .swiper-slide .game-box .category {
  background: #fb9110;
  color: #fff;
  border-radius: 8px;
  padding: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10
}

.nav-competition {
  background: #e3deff;
  border-radius: 10px
}

.nav-competition .nav-item .nav-link {
  color: #fb9110;
  padding: 14px
}

.nav-competition .nav-item .nav-link.active {
  background: #fb9110;
  color: #eadaff
}

.competition-detail .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.competition-detail .name h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.competition-detail .name .category {
  background: #fb9110;
  color: #fff;
  border-radius: 8px;
  padding: 6px;
  font-size: 12px;
  width: max-content;
  margin-bottom: 8px;
  margin-top: 14px
}

.banner-detail {
  position: relative
}

.banner-detail .header-title__back {
  position: absolute;
  left: 20px;
  top: 40px
}

.banner-detail .img-cover {
  width: 100%;
  margin-top: 0
}

.items-competition {
  margin-bottom: 14px
}

.items-competition .game-box {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.items-competition .game-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  position: relative
}

.items-competition .game-box .overlay-competition {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(179deg, #fff0 -28.73%, rgb(27 0 49 / .81) 98.79%);
  z-index: 2
}

.items-competition .game-box .text {
  position: absolute;
  bottom: 0;
  z-index: 100;
  color: #eadaff;
  padding: 14px
}

.items-competition .game-box .text h6 {
  font-size: 20px;
  font-weight: 600
}

.items-competition .game-box .text .prize {
  font-weight: 600;
  color: #fdbf74;
  margin-left: -8px
}

.items-competition .game-box .category {
  background: #fb9110;
  color: #fff;
  border-radius: 8px;
  padding: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10
}

.items-winner {
  margin-bottom: 14px
}

.items-winner .img-cover {
  width: 130px;
  margin-right: 12px;
  border-radius: 8px
}

.items-winner .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.items-winner .name h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.items-winner .name .category {
  background: #fb9110;
  color: #fff;
  border-radius: 8px;
  padding: 6px;
  font-size: 12px;
  width: max-content;
  margin-bottom: 8px
}

.items-winner .list-winner {
  align-items: end
}

.items-winner .list-winner .col-3.champions {
  width: 28.5% !important
}

.items-winner .list-winner .champions .prize {
  position: relative
}

.items-winner .list-winner .champions .prize .img-prize {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 8px
}

.items-winner .list-winner .champions .prize .img-prize.winner {
  box-shadow: 0 0 20px 0 rgb(229 51 232 / .58)
}

.items-winner .list-winner .champions .prize .star {
  width: 60px;
  position: absolute;
  left: -20px;
  top: -26px;
  z-index: 2
}

.items-winner .list-winner .champions .img-ava {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px
}

.items-winner .list-winner .champions .text-winner {
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px
}

.items-winner .list-winner .champions .text-winner h6 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600
}

.items-winner .list-leaderboard {
  list-style: none;
  padding-left: 0
}

.items-winner .list-leaderboard .items-leaderboard {
  background: #171234;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 8px
}

.items-winner .list-leaderboard .items-leaderboard.you {
  background: #171234;
  box-shadow: -1px -3px 8px 0 rgb(0 143 191 / .39);
  border: 1px solid #fb9110
}

.items-winner .list-leaderboard .items-leaderboard .d-flex {
  gap: 8px
}

.items-winner .list-leaderboard .items-leaderboard .d-flex .number {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #eadaff
}

.items-winner .list-leaderboard .items-leaderboard .d-flex .number img {
  animation: circleScale 1s infinite
}

@keyframes circleScale {
  0% {
    transform: scale(.7)
  }

  50% {
    transform: scale(1)
  }

  100% {
    transform: scale(.7)
  }
}

.items-winner .list-leaderboard .items-leaderboard .d-flex .img-ava {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover
}

.items-winner .list-leaderboard .items-leaderboard .d-flex .name h6 {
  font-size: 12px;
  color: #eadaff
}

.items-winner .list-leaderboard .items-leaderboard .points {
  color: #fb9110;
  font-weight: 700;
  margin-left: auto;
  font-size: 12px
}

.items-winner .list-leaderboard .items-leaderboard .reward {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
  margin-left: auto
}

.list-recommended .items-recommended {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(255 255 255 / .1) 0%, #fff0 100%);
  padding: 8px
}

.list-recommended .items-recommended .img-cover {
  width: 74px;
  height: 74px;
  object-fit: cover
}

.list-recommended .items-recommended .detail {
  display: flex;
  align-items: center;
  gap: 14px
}

.list-recommended .items-recommended .detail h6 {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #eadaff
}

.list-recommended .items-recommended .detail span {
  font-size: 12px;
  color: #bababa
}

.bottom-button {
  background: #eadaff;
  padding: 20px;
  z-index: 200
}

.nav-pills-no-wrap {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  display: block
}

.nav-pills-no-wrap::-webkit-scrollbar {
  width: 10px
}

.nav-pills-no-wrap li {
  display: inline-block;
  margin-right: .15rem
}

.nav-pills-no-wrap li:last-child {
  margin-right: 0
}

.card-profile {
  border-radius: 30px 30px 0 0;
  background: rgb(255 255 255 / .1);
  padding: 24px;
  min-height: 55vh
}

.card-profile.bg-transparent {
  box-shadow: none
}

.card-profile img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 50%
}

.card-profile .button-primary {
  border-radius: 100px;
  min-width: 150px;
  margin-top: 18px
}

.card-profile .items {
  color: #eadaff;
  margin-bottom: 14px;
  margin-top: 14px
}

.card-profile .items .label {
  font-size: 16px;
  color: #bababa
}

.card-profile .items .value {
  font-size: 18px;
  font-weight: 700;
  font-weight: 700;
  font-style: italic
}

.card-ava {
  display: flex;
  gap: 14px;
  align-items: center
}

.card-ava h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #eadaff;
  margin-bottom: 0
}

.card-ava.bg-transparent {
  box-shadow: none
}

.card-ava img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 50%
}

.card-ava .button-primary {
  border-radius: 100px;
  min-width: 150px;
  margin-top: 8px;
  font-size: 12px
}

.card-ava .status-profile {
  color: #fb9110
}

.profile-menu {
  background-color: #eadaff;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-radius: .875rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgb(32 14 50 / .15)
}

.profile-menu__list {
  list-style: none;
  display: block;
  border-bottom: 1px solid rgb(108 117 125 / .25);
  position: relative
}

.profile-menu__list:last-child {
  border-bottom: none
}

.profile-menu__list::before {
  content: "\f133";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 1.25rem;
  color: rgb(32 14 50 / .5);
  top: 50%;
  transform: translateY(-50%)
}

.profile-menu__list .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  margin-right: .5rem;
  font-size: 1.125rem;
  color: #fb9110
}

.profile-menu__list .menu-icon--smaller {
  font-size: 1.125rem
}

.profile-menu a {
  display: flex;
  align-items: center;
  padding: .875rem .75rem;
  color: #200e32;
  text-decoration: none;
  line-height: normal
}

.button-close {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #bababa
}

.game-thumbnail-lg {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: .875rem;
  position: relative
}

.game-thumbnail-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: .875rem;
  position: relative;
  z-index: 2
}

.game-preview {
  margin-bottom: .5rem
}

.game-preview img {
  max-width: 100%;
  border-radius: .875rem;
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
  margin-bottom: .5rem
}

.swiper.game-preview .swiper-slide {
  max-width: 85%
}

.swiper.game-related .swiper-slide {
  max-width: 180px
}

.login-bg {
  background-color: #fb9110;
  min-height: calc(300px + 1.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: auto;
  animation-name: animate-bg;
  animation-timing-function: linear;
  animation-duration: 2000s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background-position: center top
}

.login-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgb(251 145 16 / .85) 0%, rgb(11 0 21 / .95) 100%)
}

.login-bg__logo {
  text-align: center;
  position: relative;
  z-index: 1
}

.login-bg__logo img {
  width: 281px;
  height: auto;
  object-fit: contain;
  object-position: center center
}

@keyframes animate-bg {
  100% {
    background-position: 0 100000px
  }
}

.login-form {
  text-align: left;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  padding-top: 32px
}

.login-form input {
  box-shadow: 0 3px 6px rgb(32 14 50 / .05)
}

.login-form__title {
  font-weight: 700;
  font-size: 1.3125rem;
  margin-bottom: 1.3125rem
}

.login-form__logo {
  width: 281px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem
}

.login-form__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center
}

.form {
  position: relative
}

.form__field {
  margin-bottom: 1rem;
  position: relative
}

.form__field .field-icon {
  position: absolute;
  width: 52px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #eadaff
}

.form__field--with-icon input {
  padding-left: 48px;
  border-radius: 8px;
  background: #021838;
  color: #eadaff;
  border: none;
  padding-block: 14px;
  font-family: "Anta", sans-serif;
  text-transform: uppercase
}

.form__field--with-icon input::placeholder {
  color: #898989 !important;
  opacity: 1
}

.form__field--with-icon input:focus {
  background: rgb(255 255 255 / .2);
  color: #eadaff;
  outline: 1px solid #eadaff
}

.game-history {
  padding: 0;
  margin: 0;
  background-color: #eadaff;
  border-radius: .875rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgb(32 14 50 / .15)
}

.game-history li {
  border-bottom: 1px solid rgb(108 117 125 / .25);
  padding: 1rem;
  list-style: none
}

.game-history li:last-child {
  border-bottom: none
}

.game-list {
  display: flex;
  color: #fb9110
}

.game-list__image {
  flex-shrink: 0;
  max-width: 150px;
  border-radius: .875rem;
  margin-right: 1rem
}

.game-list__image img {
  width: 100%;
  border-radius: .875rem
}

.game-list__meta {
  flex: 1;
  position: relative;
  overflow: hidden
}

.game-list__title {
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.game-list__score {
  font-size: .875rem;
  color: #bababa;
  margin-bottom: 0
}

.game-list__date {
  display: inline-block;
  font-size: .75rem;
  color: #bababa;
  border: 1px solid rgb(11 0 21 / .5);
  padding: .25rem .375rem;
  border-radius: 50rem;
  line-height: normal;
  position: absolute;
  bottom: 0
}

.profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  background-color: rgb(234 218 255 / .25);
  border: 1px solid #eadaff;
  padding: .5rem
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%
}

.action {
  position: fixed;
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem
}

.action::after {
  content: "";
  width: 80%;
  height: 10px;
  display: block;
  background-color: rgb(101 186 63 / .85);
  margin: 0 auto;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.action .btn {
  text-transform: uppercase;
  padding: .5rem .75rem;
  position: relative;
  z-index: 1
}

.badge-status {
  padding: .35em .65em;
  background-color: #fb9110;
  color: #eadaff;
  display: inline-block;
  border-radius: .4375rem;
  font-size: .75rem;
  margin-top: .5rem;
  line-height: normal
}

.simple-card {
  border-radius: .875rem;
  background-color: #eadaff;
  padding: 1rem
}

.game-info {
  padding: 0 1.3125rem;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50vh;
  z-index: 10;
  color: #200e32;
  border-radius: 20px 20px 0 0
}

.game-info.package {
  min-height: 100vh
}

.game-info__pict {
  width: 185px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-1.5rem - 60px);
  margin-bottom: 1rem;
  text-align: center;
  position: relative
}

.game-info__pict img {
  width: 100%;
  height: 100%;
  border-radius: .875rem;
  object-fit: contain;
  object-position: center center;
  position: relative;
  z-index: 2
}

.game-info__pict::after {
  content: "";
  width: 80%;
  height: 10px;
  display: block;
  background-color: rgb(32 14 50 / .35);
  margin: 0 auto;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.game-info__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #eadaff;
  font-family: "Anta", sans-serif
}

.game-info__cat {
  color: #bababa
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  background: linear-gradient(180deg, #fff0 67.1%, #0b0015 94.27%);
  z-index: 1
}

.game-pict {
  position: relative;
  margin-top: -78px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 532/664;
  z-index: 1
}

.game-pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center
}

.game-favorite {
  display: flex;
  color: #fb9110;
  background-color: #fff0;
  padding: .75rem;
  border-radius: .875rem;
  box-shadow: 0 5px 15px rgb(32 14 50 / .15);
  margin-bottom: 1rem;
  color: #eadaff;
  border: 1px solid #eadaff
}

.game-favorite__image {
  flex-shrink: 0;
  max-width: 150px;
  border-radius: .4375rem;
  margin-right: 1rem
}

.game-favorite__image img {
  width: 100%;
  border-radius: .4375rem
}

.game-favorite__meta {
  flex: 1;
  position: relative;
  overflow: hidden
}

.game-favorite__title {
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.game-favorite__cat {
  font-size: .875rem;
  color: #e5e5e5;
  margin-bottom: 0
}

.game-favorite .btn {
  display: inline-block;
  font-size: .75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none
}

.game-favorite .btn span {
  vertical-align: middle;
  display: inline-block
}

.loader {
  position: fixed;
  background-image: url(../img/bg-mobile.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  display: flex;
  overflow: hidden
}

.loader img {
  width: auto;
  max-width: 272px;
  height: auto;
  animation: key1 0.3s ease infinite alternate
}

@keyframes key1 {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-20px)
  }
}

.modal .modal-footer .btn {
  text-transform: none
}

.favorite-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 63px - 67px)
}

.favorite-empty__pict {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem
}

.favorite-empty__pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center
}

.favorite-empty__title {
  font-size: 1rem;
  margin-bottom: .875rem;
  font-weight: 700
}

.bg-index {
  background: linear-gradient(179deg, #00afa5 23.18%, #fff0 99.52%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%
}

.swiper-pagination-bullet {
  bottom: 10px
}

.swiper-pagination-bullet-active {
  background-color: #fb9110
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff0;
  border: 1px solid #fb9110;
  opacity: 1
}

.swiper-pagination-bullet-active {
  width: 40px;
  transition: width 0.5s;
  border-radius: 5px;
  background: #fb9110;
  border: 1px solid #fff0
}

.banner .swiper-slide {
  transition: all 200ms linear;
  transform: scale(.8)
}

.banner .swiper-slide-active {
  transform: scale(1)
}

.title-login {
  color: #eadaff;
  margin-bottom: 32px
}

.title-login h4 {
  font-family: "Anta", sans-serif
}

.title-package {
  font-family: "Anta", sans-serif;
  font-size: 20px;
  color: #eadaff
}

.title-section {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #eadaff;
  font-family: "Anta", sans-serif;
  margin-bottom: 0
}

.title-section .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  margin-right: 8px
}

.title-section .icon-circle.red {
  background: #fb625e;
  box-shadow: 0 3px 3px 0 rgb(251 98 94 / .3)
}

.title-section .icon-circle.orange {
  background: #fd9800;
  box-shadow: 0 2px 3px 0 rgb(255 215 6 / .3)
}

.title-section .icon-circle i {
  color: #eadaff
}

.offcanvas-bottom {
  border-radius: 20px 20px 0 0;
  height: auto !important;
  padding-bottom: 32px;
  background-image: url(../img/bg-mobile.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.offcanvas-bottom .img-ava {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%
}

.offcanvas-bottom .button-secondary {
  margin-bottom: 32px
}

.offcanvas-bottom .form-control {
  border-radius: 8px;
  background: #021838;
  color: #eadaff;
  border: none;
  padding: 14px 14px;
  font-family: "Anta", sans-serif;
  text-transform: uppercase
}

.offcanvas-bottom .form-control::placeholder {
  color: #eadaff !important;
  opacity: 1
}

.offcanvas-bottom .form-control:focus {
  background: rgb(255 255 255 / .2);
  color: #eadaff;
  outline: 1px solid #eadaff
}

.period {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eadaff
}

.period img {
  width: 40px
}

.period .name h6 {
  font-weight: 700
}

.card-method {
  border-radius: 4px;
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  padding: 12px;
  margin-bottom: 32px
}

.card-method a {
  text-decoration: none;
  color: #eadaff;
  font-size: 14px
}

.card-method a img {
  margin-right: 8px;
  width: 18px
}

.text-primary {
  color: #60d7ff !important
}

.qr-code {
  border-radius: 4px;
  background: linear-gradient(151deg, rgb(255 255 255 / .479) 0%, rgb(255 255 255 / .644) 108.53%);
  padding: 12px
}

.detail-payment {
  border-radius: 4px;
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  padding: 12px;
  color: #eadaff
}

.list-group .list-group-item {
  background: #fff0;
  color: #eadaff;
  padding-left: 0;
  padding-right: 0
}

.select-custom {
  display: flex
}

.select-custom.quiz {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  width: 100%
}

.select-custom.quiz .select {
  margin-right: 0;
  width: 100%
}

.select-custom.quiz .select .btn-check {
  display: none
}

.select-custom.quiz .select .btn-check:checked+.btn {
  border: 1px solid #ec9017;
  background: linear-gradient(129deg, #b51bf9 3.81%, #d45681 51.9%, #ec9017 100%);
  box-shadow: 2px 4px 10px 0 rgb(0 212 254 / .55);
  border-radius: 8px;
  color: #eadaff
}

.select-custom.quiz .select .btn-check:checked+.btn h4 {
  color: #eadaff;
  font-family: "Anta", sans-serif
}

.select-custom.quiz .select .btn-primary {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #fb9110;
  color: #a0a0a0;
  background: #021838;
  margin-right: 10px;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 14px;
  text-align: left
}

.select-custom.quiz .select .btn-primary:hover,
.select-custom.quiz .select .btn-primary:focus,
.select-custom.quiz .select .btn-primary:active {
  border: 1px solid #ec9017;
  background: linear-gradient(129deg, #b51bf9 3.81%, #d45681 51.9%, #ec9017 100%);
  color: #eadaff;
  border-radius: 8px
}

.select-custom.quiz .select .btn-primary:hover h4,
.select-custom.quiz .select .btn-primary:focus h4,
.select-custom.quiz .select .btn-primary:active h4 {
  color: #eadaff
}

.select-custom.quiz .select .btn-primary h4 {
  font-weight: 700;
  color: #fb9110;
  font-family: "Anta", sans-serif
}

.select-custom .select {
  margin-right: 4px
}

.select-custom .select .btn-check:checked+.btn {
  border: 1px solid #5ce4ff;
  background: linear-gradient(100deg, #5ce4ff 3.88%, #ff2ed9 98.15%);
  box-shadow: 2px 4px 10px 0 rgb(0 212 254 / .55)
}

.select-custom .select .btn-primary {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #fb9110;
  color: #fb9110;
  background: #fb9110;
  margin-right: 10px;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 14px
}

.select-custom .select .btn-primary:hover,
.select-custom .select .btn-primary:focus,
.select-custom .select .btn-primary:active {
  background: #fb9110;
  color: #eadaff
}

.modal-content {
  background-color: #0f0826;
  box-shadow: 1px 1px 6px 0 rgb(0 212 254 / .53);
  border: 1px solid #60d7ff;
  color: #eadaff
}

.modal.coin .modal-content {
  background-color: #0f0826;
  box-shadow: 1px 1px 6px 0 rgb(0 212 254 / .53);
  border: 1px solid #fb9110
}

.modal.coin .modal-content.animation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 32px
}

.modal.coin .modal-content.animation .run {
  position: absolute;
  display: block;
  z-index: 10
}

.modal.coin .modal-content.animation .run:nth-child(5) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fb9110);
  animation: btn-anim1 1s linear infinite
}

@keyframes btn-anim1 {
  0% {
    left: -100%
  }

  50%,
  100% {
    left: 100%
  }
}

.modal.coin .modal-content.animation .run:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fb9110);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%
  }

  50%,
  100% {
    top: 100%
  }
}

.modal.coin .modal-content.animation .run:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, #fb9110);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%
  }

  50%,
  100% {
    right: 100%
  }
}

.modal.coin .modal-content.animation .run:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fb9110);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%
  }

  50%,
  100% {
    bottom: 100%
  }
}

.modal.coin .modal-body {
  color: #eadaff
}

.modal.coin .modal-body .close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  background: #eadaff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal.coin .modal-body .close span {
  font-size: 20px
}

.modal.coin .gift-animate {
  width: 200px;
  height: 200px
}

.modal.coin .text {
  font-size: 20px
}

.footer-copy {
  background: linear-gradient(151deg, rgb(255 255 255 / .2) 0%, #fff0 108.53%);
  text-align: center;
  padding: 14px;
  color: #eadaff
}

.menu-profile {
  list-style: none;
  padding-left: 0
}

.menu-profile .items-menu {
  padding: 14px 0;
  border-bottom: 1px solid #484848
}

.menu-profile .items-menu a {
  text-decoration: none;
  color: #efedff
}

.menu-profile .items-menu a i {
  font-size: 24px;
  color: #efedff;
  margin-right: 14px
}

.menu-profile .items-menu a .flag {
  width: 32px;
  margin-right: 14px
}

.menu-profile .items-menu a .name-menu {
  font-size: 14px;
  color: #b1b1b1;
  font-weight: 600
}

.list-notification {
  list-style: none;
  padding-left: 0
}

.list-notification .items-notification {
  margin-bottom: 20px
}

.list-notification .items-notification .notif {
  text-decoration: none;
  color: #eadaff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.list-notification .items-notification .notif .cover {
  height: 64px;
  width: 64px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eadaff
}

.list-notification .items-notification .notif .cover.primary {
  background-color: #fb9110
}

.list-notification .items-notification .notif .cover.blue {
  background-color: #fb9110
}

.list-notification .items-notification .notif .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.list-notification .items-notification .notif .cover i {
  font-size: 32px
}

.list-notification .items-notification .notif .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px
}

.list-notification .items-notification .notif .body {
  font-size: 14px;
  color: #bababa;
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.list-notification .items-notification .notif .time {
  font-size: 14px;
  color: #bababa
}