@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.button-primary {
  background: linear-gradient(180deg, #FFA800 0%, #FFA800 100%);
  color: #FFFFFF;
  border-radius: 100px;
  min-width: 84px
}

.button-primary.play {
  box-shadow: 0px 0px 10px 0px #FFA800
}

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

.button-primary.custom {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px
}

.button-secondary {
  background-color: #E53935;
  color: #fff;
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px
}

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

.button-green {
  background-color: #2E7D32;
  color: #fff;
  border-radius: 50rem;
  text-transform: uppercase
}

.button-green:hover,
.button-green:active {
  background-color: #1B5E20 !important;
  color: #fff !important;
  border-color: transparent !important
}

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

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

.button-genre {
  background-color: transparent;
  line-height: normal;
  color: #bababa !important;
  font-style: italic;
  font-size: 12px;
  font-weight: 400
}

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

.button-genre.active {
  background-color: transparent !important;
  border-bottom: 2px solid #212121;
  color: #212121 !important;
  border-radius: 0 !important;
  font-family: "Creepster", system-ui !important;
  font-style: italic;
  font-size: 20px;
  font-weight: 700
}

.button-genre.active .button-genre__icon {
  background-color: #fff;
  color: #FFA800
}

.button-favorite {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #FFA800;
  font-size: 1.125rem;
  border: 1px solid rgba(247, 219, 0, 0.5)
}

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

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

.banner {
  margin-top: 18px
}

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

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

.fi {
  line-height: 0
}

.fs-32 {
  font-size: 32px
}

.fs-24 {
  font-size: 24px
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  background: whitesmoke;
  min-height: 100vh
}

.bg-mobile {
  background: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  padding-top: 24px;
  min-height: 100vh
}

.bg-mobile-index {
  background: #F8F9FA;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  padding-top: 24px;
  min-height: 100vh
}

.bg-mobile.game-detail {
  min-height: auto
}

.card-section {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 14px
}

.card-section-profile {
  background: #F8F9FA
}

.banner-homepage {
  padding: 18px;
  border-radius: 10px;
  background: #FFF3D6;
  backdrop-filter: blur(12px);
  position: relative
}

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

.banner-homepage h3 span {
  color: #2E7D32;
  font-weight: 600
}

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

.text-primary {
  color: #FFA800 !important
}

a {
  text-decoration: none;
  color: #212121
}

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

.form-control {
  border-radius: 10px;
  background: #F8F9FA;
  color: #212121;
  border: 1px solid #E0E0E0;
  padding: 14px 14px
}

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

.form-control:focus {
  background: #FFFFFF;
  color: #212121;
  outline: 1px solid #FFA800
}

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

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

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

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

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

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

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

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

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

.header-title__back {
  width: 54px;
  height: 54px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  vertical-align: middle;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  background: #FFA800;
  border-radius: 50%
}

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

.header-search__field {
  position: relative
}

.header-search__field input {
  border-radius: 10px;
  background: #F8F9FA;
  color: #212121;
  border: 1px solid #E0E0E0;
  padding: 14px 14px
}

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

.header-search__field input:focus {
  background: #FFFFFF;
  color: #212121;
  outline: 1px solid #FFA800
}

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

.logo {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFA800;
  height: 24px
}

.logo img {
  width: 150px;
  height: auto;
  object-fit: contain;
  object-position: center left;
  margin-bottom: 24px
}

.card-point {
  background: #fff;
  border-radius: 10px;
  padding: 14px
}

.card-point h6 {
  font-size: 14px
}

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

.card-point .value-coin {
  font-size: 24px;
  font-weight: bold;
  color: #FFA800
}

.card-reward {
  background: #fff;
  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: #FFA800
}

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

.bottom-nav .box-wrapper {
  background: #FFFFFF !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08)
}

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

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

.bottom-nav .nav-box-ico {
  font-size: 24px;
  color: #616161;
  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: 0.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: #FFA800;
  box-shadow: 0px 4px 20px 0px rgba(255, 168, 0, 0.35);
  border-radius: 50%
}

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

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

.button-genre {
  color: #616161 !important;
  font-style: normal;
  font-family: "Poppins", system-ui !important
}

.button-genre.active {
  background: #FFA800 !important;
  border: none;
  color: #000 !important;
  border-radius: 0 !important;
  font-family: "Poppins", system-ui !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border-radius: 99px !important
}

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

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

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

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

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

.section-title a {
  color: #FFA800
}

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

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

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

.bg-purple {
  background: #FFF3D6;
  padding: 14px;
  border-radius: 20px;
  border: 3px solid #FFA800
}

.swiper-banner img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px !important
}

.swiper-banner .game-box {
  background: #fff;
  border-radius: 8px
}

.swiper-banner .game-box__title {
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  color: #212121 !important
}

.swiper-banner .game-box__category {
  font-size: 14px
}

.swiper-banner .game-box.more {
  padding: 8px
}

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

.game-box.more {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  padding: 8px
}

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

.game-box.more .game-box__title {
  color: #212121;
  margin-top: 8px;
  font-family: "Poppins", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%
}

.game-box:hover {
  box-shadow: none;
  transition: 0.1s ease-in
}

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

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

.game-box img {
  max-width: 100%;
  border-radius: 4px 4px 0 0
}

.game-box.games img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.game-box__info {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  color: #616161;
  padding: 0.5rem 0;
  border-radius: 0 0 4px 4px;
  line-height: normal;
  z-index: 1;
  position: relative
}

.game-box__cat {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.35);
  margin-right: 0.5rem;
  background-clip: content-box;
  padding: 1px;
  font-size: 0.875rem
}

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

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

.game-box__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121
}

.media-box {
  display: flex
}

.media-box__start {
  flex-shrink: 0
}

.media-box__end {
  flex: 1
}

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

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

.swiper-pagination {
  bottom: 0 !important
}

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

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

.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: 200px;
  object-fit: cover;
  border-radius: 10px;
  position: relative
}

.swiper.swiper-hotgame .swiper-slide .game-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  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, rgba(27, 0, 49, 0) -28.73%, rgba(27, 0, 49, 0.81) 98.79%);
  z-index: 2
}

.swiper.swiper-popular .swiper-slide .game-box .text {
  position: absolute;
  bottom: 0;
  z-index: 100;
  color: #fff;
  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: #ffed5e;
  margin-left: -8px
}

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

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

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

.nav-competition .nav-item .nav-link.active {
  background: #FFA800;
  color: #fff
}

.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: #E53935;
  color: white;
  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, rgba(27, 0, 49, 0) -28.73%, rgba(27, 0, 49, 0.81) 98.79%);
  z-index: 2
}

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

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

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

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

.items-winner {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  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: #E53935;
  color: white;
  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: 0px 0px 20px 0px rgba(255, 168, 0, 0.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: #F8F9FA;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 8px
}

.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
}

.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: 14px
}

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

.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;
  padding: 8px 24px 8px 8px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #E0E0E0
}

.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: 16px;
  font-weight: 600;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121;
  font-family: "Poppins", sans-serif !important
}

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

.bottom-button {
  background: #fff;
  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: 0.15rem
}

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

.card-profile {
  border-radius: 0;
  background: transparent;
  padding: 24px;
  min-height: 80vh
}

.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: #212121;
  margin-bottom: 14px;
  margin-top: 14px
}

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

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

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

.card-ava h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  color: #212121;
  font-family: "Poppins", sans-serif !important;
  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
}

.profile-menu {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(32, 14, 50, 0.15)
}

.profile-menu__list {
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(108, 117, 125, 0.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: normal;
  position: absolute;
  right: 1.25rem;
  color: rgba(32, 14, 50, 0.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: 0.5rem;
  font-size: 1.125rem;
  color: #FFA800
}

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

.profile-menu a {
  display: flex;
  align-items: center;
  padding: 0.875rem 0.75rem;
  color: #212121;
  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: 4px;
  position: relative
}

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

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

.game-preview img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 0.5rem
}

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

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

.login-bg {
  background-color: #FFA800;
  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, rgba(255, 168, 0, 0.85) 0%, rgba(255, 168, 0, 0.4) 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: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  padding-top: 165px
}

.login-form input {
  box-shadow: 0 3px 6px rgba(32, 14, 50, 0.05)
}

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

.login-form__logo {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center
}

.login-form__logo img {
  width: 250px;
  height: auto;
  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: #616161
}

.form__field--with-icon input {
  padding-left: 48px
}

.game-history {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(32, 14, 50, 0.15)
}

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

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

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

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

.game-list__image img {
  width: 100%;
  border-radius: 4px
}

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

.game-list__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

.game-list__date {
  display: inline-block;
  font-size: 0.75rem;
  color: #bababa;
  border: 1px solid rgba(32, 14, 50, 0.5);
  padding: 0.25rem 0.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: rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
  padding: 0.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: rgba(46, 125, 50, 0.85);
  margin: 0 auto;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

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

.badge-status {
  padding: 0.35em 0.65em;
  background-color: #E53935;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: normal
}

.simple-card {
  border-radius: 4px;
  background-color: #fff;
  padding: 1rem
}

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

.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: 4px;
  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: rgba(32, 14, 50, 0.35);
  margin: 0 auto;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.game-info__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #212121;
  font-family: "Poppins", sans-serif !important
}

.game-info__cat {
  color: #616161
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 0.7;
  z-index: 1
}

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

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

.game-favorite {
  display: flex;
  color: #FFA800;
  background-color: transparent;
  padding: 0.75rem;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(32, 14, 50, 0.15);
  margin-bottom: 1rem;
  color: #212121;
  border: 1px solid #E0E0E0
}

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

.game-favorite__image img {
  width: 100%;
  border-radius: 2px
}

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

.game-favorite__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

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

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

.loader {
  position: fixed;
  background: #FFFFFF;
  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
}

.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: 0.875rem;
  font-weight: bold
}

.bg-index {
  background: linear-gradient(179deg, #F8F9FA 23.18%, rgba(248, 249, 250, 0) 99.52%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%
}

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

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

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

.title-section {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #212121;
  font-family: "Poppins", sans-serif !important
}

.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: #E53935;
  box-shadow: 0px 3px 3px 0px rgba(229, 57, 53, 0.3)
}

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

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

.offcanvas-bottom {
  border-radius: 20px 20px 0 0;
  height: auto !important;
  padding-bottom: 32px;
  background: #FFFFFF;
  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: 100px;
  background: #fff;
  color: #bababa;
  border: none;
  padding: 14px 14px
}

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

.offcanvas-bottom .form-control:focus {
  background: #fff;
  color: #212121;
  outline: 1px solid #fff
}

.section-logo {
  height: auto
}

.section-logo .logo {
  width: 250px;
  height: auto;
  /* filter: drop-shadow(0px 0px 20px #fff) */
}

.custom-loader {
  width: 50px;
  height: 50px;
  display: grid
}

.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  --c: radial-gradient(farthest-side, #FFA800 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  animation: s2 1s infinite
}

.custom-loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes s2 {
  100% {
    transform: rotate(0.5turn)
  }
}