/* app download banner */
.app_download_banner_container {
  height: 70px;
}

.app_download_banner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: linear-gradient(180deg, #004381 0%, #378fc1 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

#close_app_download img {
  filter: brightness(0) invert(99%) sepia(2%) saturate(9%) hue-rotate(54deg)
    brightness(103%) contrast(100%);
}

.app_download_icon {
}

.app_download_title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 6px;
}

.app_download_text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.body_container {
  padding-top: 0;
  margin: 0;
  padding: 0 var(--main-inset);
}

.footer_nav_container {
  margin-top: 0;
}

/* index highlight banner */
.highlight_banner {
  width: 100%;
  margin-bottom: 9px;
}

.banner_holder {
  position: relative;
}

.banner_holder:before {
  content: "";
  display: block;
  padding-top: calc(170 / 375 * 100%);
}

@media screen and (max-width: 390px) {
  .banner_holder:before {
    padding-top: calc(165 / 375 * 100%);
  }
}

@media screen and (max-width: 360px) {
  .banner_holder:before {
    padding-top: calc(155 / 375 * 100%);
  }
}

@media screen and (max-width: 320px) {
  .banner_holder:before {
    padding-top: calc(140 / 375 * 100%);
  }
}

.banner_holder .banner_holder_y_container {
  overflow: hidden;
  position: absolute;
  top: calc(-1 * var(--header-height));
  right: 0;
  bottom: -70px;
  left: 0;
}

.banner_holder .banner_holder_bg {
  position: absolute;
  top: -60px;
  bottom: -70px;
  left: 0;
  right: 0;
  background-size: cover;
}

.banner_swiper {
  width: 100%;
  overflow: visible;
}

.banner_swiper .swiper-slide {
  overflow: visible !important;
}

.banner_swiper .slide_under_bg {
  position: absolute;
  top: -60px;
  bottom: -70px;
  left: 0;
  right: 0;
  background-size: cover;
  filter: blur(3px);
}

.banner_swiper:not(.loaded) .swiper-slide {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.2) 8%,
    rgba(255, 255, 255, 0.22) 18%,
    rgba(255, 255, 255, 0.2) 33%
  );
  background-size: 100vw 100vh;
  position: relative;
}

.banner_swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 87px;
}

.banner_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}

.banner_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.banner_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--component-bg-color);
  /* Center slide text vertically */
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1125 / 870;
  position: relative;
  overflow: hidden;
}

.banner_swiper .swiper-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner_swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #23252a !important;
}

/* index announcement */
.announcement_container {
  display: flex;
  margin-bottom: 9px;
}

.announcement_container .marquee {
  margin-left: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #e6cc2f;
  width: 100%;
  overflow: hidden;
}

.announcement_container .marquee {
  white-space: nowrap;
}

.announcement_container .marquee .js-marquee {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.announcement_container .marquee .js-marquee > div {
  margin-right: 30px;
}

.announcement_container .marquee .js-marquee > div:last-child {
  margin-right: 0;
}

.announcement_container stop:first-child {
  stop-color: #abe2ff;
}

.announcement_container stop:last-child {
  stop-color: #5191b2;
}

/* index login section */
.login_section_container {
  padding: 7px 10px;
  background: var(--component-bg-color);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.login_section_icon {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.login_section_text {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

/* index app list */
.app_list_container {
  display: flex;
}

.app_list_categories {
  display: flex;
  flex-direction: column;
  margin-right: 13px;
  padding-bottom: 10px;
}

.app_list_categories > .item {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a7a7a7;
  padding: 8px 5px;
  margin-bottom: 3px;
  width: 100%;
}

.app_list_categories > .item.active {
  background: var(--theme-button-bg-gt1);
  border-radius: 10px 10px 0px 10px;
  color: #ffffff;
  padding: 5px 5px;
}

.app_list_categories > .item.active svg path {
  fill: #ffffff;
}

.app_list_categories > .item > .icon {
  margin-right: 11px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_list_categories > .item > .icon img {
  max-width: 100%;
  max-height: 100%;
}

.app_list_categories > .item > .icon path {
  fill: #a7a7a7;
}

.app_list {
  width: 100%;
  height: 343px;
  overflow-y: auto;
}

.app_list > .listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 11px;
  row-gap: 16px;
  margin-bottom: 16px;
}

.app_list > .listing img {
  width: 100%;
}

.app_list > .listing .text {
  text-align: center;
  margin-top: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app_list > .large.listing {
  grid-template-columns: 1fr;
}

.app_list > .large.listing .text {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 9px;
  background: #23252a;
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

#game_app_list.loading {
  background: url(../images/general/loading.svg) center center no-repeat;
  background-size: 50px 50px;
  min-height: 200px;
}

#game_app_list .empty_content img {
  width: 70px;
  max-width: 100%;
}

.game-app-list-wrap {
  flex-grow: 1;
}

.game-app-list-wrap .app_list {
  height: calc(100% - 52px);
  padding-bottom: 124px;
}

.game-app-list-wrap .search_input_dark {
  margin-bottom: 10px;
}

.game-app-list-wrap .game_search_item [rel="img_container"] {
  aspect-ratio: 1;
  max-width: 100%;
}

/* index announcement */
.index_announcement_title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  padding-top: 23px;
  margin-bottom: 22px;
  text-align: center;
}

.index_announcement_list {
  display: flex;
  flex-direction: column;
}

.index_announcement_list > .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.index_announcement_list > .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.index_announcement_list > .item > .title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}

.index_announcement_list > .item > .date {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: var(--theme-hili-color);
  margin-bottom: 8px;
}

.index_announcement_list > .item > .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
  white-space: normal !important;
  word-wrap: break-word !important;
}

.index_announcement_list > .item > .desc p,
.index_announcement_list > .item > .desc span {
    white-space: normal !important;
  word-wrap: break-word !important;
}

/* modal_announcement */
/* #modal_announcement .modal_content {
  height: 100%;
  top: 0;
  transform: none;
  left: 0;
  width: 100%;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

#modal_announcement .modal_inner_content {
  max-height: none;
  height: 100%;
}


#modal_announcement .swiper-pagination{
  bottom: 50px;
} */

#modal_announcement .modal_inner_content {
  max-height: none;
  height: 100%;
  border-radius: inherit;
  overflow-y: auto;
  min-height: initial;
  flex-grow: 1;
  margin-bottom: 10px;
}

#modal_announcement .modal_content {
  padding: 0;
  width: 600px;
  max-width: calc(100% - 24px);
  height: 60vh;
  border-radius: 16px;
  background: #292c32;
  display: flex;
  flex-direction: column;
}

#modal_announcement .item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #404d65;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

#modal_announcement .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#modal_announcement .item > .title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}

#modal_announcement .item > .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 8px;
  color: #a5adc1;
}

#modal_announcement .item > .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ccc;
}

#modal_announcement .item > .desc img,
#modal_announcement .item > .desc video,
#modal_announcement .item > .desc iframe {
  max-width: 100%;
}

#modal_announcement .modal_close {
  bottom: -42px;
}

#modal_announcement .swiper-slide img {
  max-width: 100%;
  object-fit: contain;
}

#modal_announcement .checkbox_container {
  padding-left: 30px;
}

#modal_announcement .checkmark {
  height: 20px;
  width: 20px;
}

#modal_announcement .checkmark:after {
  left: 6px;
  top: 3px;
}

#modal_announcement .modal_close_button {
  width: 28px;
}

.landing_user_section {
  font-size: 12px;
  color: #ffffff;
}

.landing_user_section .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.landing_user_section .wallet {
  font-size: 14px;
  font-weight: 700;
}

.landing_user_section .vip_icon {
  background: none;
  width: 2.2em;
  height: auto;
}

.landing_user_section .vip_icon .vip_label {
  font-size: 4px;
  display: none;
}

.landing_user_section .vip_icon img {
  max-width: 100%;
}

.landing_user_section .name > div:first-child {
  width: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mini_game_container {
  position: fixed;
  right: 10px;
  bottom: 100px;
}

.mini_game_container img {
  width: 72px;
  filter: drop-shadow(0px 0px 5px #ffe500);
}

.apptoolbar {
  position: fixed;
  width: 60px;
  transition: width 0.3s, right 0.3s;
  z-index: var(--zindex-apptoolbar);
}

.apptoolbar.hide .apptoolbar__tube {
  height: 52px !important;
  bottom: -3px;

  transform: scaleX(calc(52 / 60));
  border-radius: 50%;
  padding: 9px;
}

.apptoolbar.hide .apptoolbar__tube-item {
  transition: 0.3s;
  opacity: 0;
}

.apptoolbar_right-bottom {
  right: 10px;
  bottom: calc(75px + constant(safe-area-inset-bottom));
  bottom: calc(75px + env(safe-area-inset-bottom));
}

.apptoolbar img {
  max-width: 100%;
  max-height: 100%;
}

.apptoolbar__door {
  display: block;
  width: 46px;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  transition: margin-bottom 0.3s, opacity 0.3s;

  overflow: hidden;
  position: relative;
}

.apptoolbar__door:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    1250deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  left: -100%;
  transition: 0.65s ease-in-out;
  z-index: 1;
}

.apptoolbar__door:active:before {
  left: 100%;
}

.apptoolbar__door img {
  transform: scale(1.3);
}

.apptoolbar__tube-item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  position: relative;
}

.apptoolbar__tube-item:not(:last-child) {
  margin-bottom: 10px;
}

.apptoolbar__tube-item:last-child {
  margin-bottom: 48px;
}

.apptoolbar__tube-item.mini-game img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-2px);
  max-width: none;
  max-height: none;
  width: 70px;
}

.apptoolbar__tube {
  background: #000000cc;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 7px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  bottom: -3px;
  transition: 0.3s;
  height: 288px;
  overflow: hidden;
}

.apptoolbar__tools {
  position: relative;
  margin-bottom: 15px;
}

.apptoolbar__tool-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(216deg, #FF54FE 25.39%, #E8B900 67.21%), linear-gradient(216deg, #FF83FE 25.39%, #FFEDA5 67.21%);;
  border: 1px solid #ffffff17;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.apptoolbar__tool-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  opacity: 0.2;
  border-radius: inherit;
}

.apptoolbar__tool-btn.cs img {
  width: 100%;
}

#modal_news .modal_content {
  border-radius: 10px;
  padding: 18px;
  height: calc(665 / 812 * 100vh);
  display: flex;
  flex-direction: column;
}

#modal_news .modal_inner_content {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  max-height: none;
}

.news-glist {
  padding: 0;
}

.news-glist li + li {
  padding-top: 25px;
}

.news-gitem {
  display: block;
  padding-left: 35px;
  position: relative;
  padding-bottom: 10px;
}

.news-gitem:before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #144663;
}

.news-gitem__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.news-gitem__info {
  font-size: 12px;
  color: #a7a7a7;
}

.news-gitem__content {
  color: #fff;
  font-size: 14px;
}

/* topbar_section */
.topbar_section {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}

.topbar_section .right_group {
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.topbar_section .wallet {
  display: flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.topbar_section .wallet_prefix {
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}

.topbar_section .wallet span {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  margin-right: 5px;
}

.topbar_section .wallet .wallet_reload {
  width: 18px;
  pointer-events: none;
  opacity: 0.4;
}

.topbar_section .wallet .wallet_reload img {
  width: 100%;
}

.logged-in .topbar_section .wallet .wallet_reload {
  pointer-events: all;
  opacity: 1;
}

input[type="text"].topbar_search_ipt {
  background: #23252a;
  caret-color: #a7a7a7;
  border: none;
  color: #a7a7a7;
  background-image: url(../images/general/search_opacity_70.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 17px;
}

.topbar_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.topbar_overlay ~ * {
  opacity: 1;
  transition: opacity 0.3s;
}

.topbar_search_overlay {
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}

.topbar_overlay.active {
  opacity: 1;
  visibility: visible;
}

.topbar_overlay.active ~ * {
  opacity: 0;
}

.topbar_btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.topbar_btn {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: center;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  min-width: 65px;
  border: 1px solid rgba(255, 255, 255, 0.80);
  background: linear-gradient(216deg, #FF54FE 25.39%, #E8B900 67.21%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.topbar_btn.deposit {
  padding-left: 2px;
}

.topbar_btn.deposit .topbar_btn_deco {
  width: 35px;
  margin-right: 2px;
  margin-top: -9px;
  user-select: none;
}

.topbar_btn#btn_to_login {
  display: none;
}

.topbar_btn_outline {
  color: #FFFF2A;
  border: 1px solid currentColor;
  background: none;
}

/* topbar_section / */

.section-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.game_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 8px;
}

.game_item {
  color: #fff;
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.game_item .fav-btn {
  flex-shrink: 0;
}

.game_item_media {
  position: relative;
}

.game_item_media:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.game_item_radius {
  border-radius: 8px 8px 0 0;
  background: #1c1f26;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.game_item_radius:not(.loaded) {
  background-image: url("/assets/images/general/spinner.svg");
}

.game_item_img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.game_item_tag {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 700;
  padding: 18px;
  padding-bottom: 2px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: rotate(45deg) translateY(-70%);
  right: 0%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: center;
}

.game_item_tag img {
  max-width: 100%;
  max-height: 20px;
}

.game_item_label {
  position: absolute;
  top: -3px;
  left: -5px;
  background-image: url(/assets/images/general/hot_label2.svg);
  width: 36px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.game_item_foot {
  background: #1c1f26;
  display: flex;
  gap: 7px;
  justify-content: space-between;
  border: 1px solid #303847;
  border-top: 0;
  padding: 8px 10px;
  border-radius: 0 0 12px 12px;
  flex-grow: 1;
}

.game_item_text {
  font-size: 12px;
  line-height: calc(13 / 11);
  font-weight: 500;
  color: #a3a8ac;
  word-break: break-word;
}

/* banner_box */
.banner_box {
  margin-bottom: 20px;
}

.banner_box_img {
  width: 100%;
}

/* banner_box / */

/* sticky */
.topbar_section_container {
  height: var(--header-height);
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  /* backdrop-filter: blur(20px); */
  /* -webkit-backdrop-filter: blur(20px); */
  transition: backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s,
    background 0.3s;
}

.category_tab_container.underlined_tab_container {
  position: sticky;
  top: var(--header-height);
  z-index: 2;
  background: linear-gradient(to bottom, rgb(28 31 38 / 50%), #121212 50%);
  display: flex;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* border: 1px solid rgb(255 255 255 / 10%); */
  border-bottom: 0;
  padding-bottom: 5px;
  filter: drop-shadow(0px -1px 0px rgba(255, 255, 255, 0.2));
  transition: backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s, transform 0.3s;
}

.simple_tab_container {
  position: sticky;
  top: calc(var(--header-height) + 75px);
  z-index: 1;
  background: var(--theme-bg);
  overflow: hidden;
}

.scroll_down .topbar_section_container {
  background: rgba(18, 18, 18, 90%);
  /* backdrop-filter: blur(0px); */
  /* -webkit-backdrop-filter: blur(0px); */
}

.category_tab_noround .topbar_section_container {
  background: rgba(18, 18, 18, 100%);
}

.category_tab_noround .category_tab_container.underlined_tab_container {
  border-radius: 0;
  border: var(--theme-bg);
  background: var(--theme-bg);
}

.category_tab_sticky .category_tab_container.underlined_tab_container {
  transform: translateY(-41px);
}

.category_tab_sticky
  .category_tab_container.underlined_tab_container
  [data-id] {
  transform: translateY(7px);
}

.category_tab_sticky
  .category_tab_container.underlined_tab_container
  .tab_container_serach_btn
  img {
  transform: translateY(22px);
}

.category_tab_sticky
  .category_tab_container.underlined_tab_container
  .tab_container_serach_btn:after {
  border-radius: 0;
}

.category_tab_sticky .vendor_tab_container {
  transform: translateY(-42px);
}

.category_tab_sticky.scroll_down .vendor_tab_container {
  transform: translateY(-50px) translateY(-42px);
}

/* sticky / */

.page_contents .empty_content {
  grid-column-start: 2;
}

.page_content .game_items {
  margin-bottom: 36px;
  padding: 0 var(--main-inset);
  padding-top: 5px;
}

.user_profile {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 36px;
  flex-shrink: 0;
}

.user_profile_media {
  position: relative;
  display: inline-block;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  overflow: hidden;
}

.user_profile_media img {
  max-width: 100%;
}

.user_profile .vip_icon {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 13px;
  background: url(../images/vip/vip_label.svg) center no-repeat;
  display: none;
}

.user_profile .vip_icon img {
  max-width: 100%;
}

.user_profile .vip_level {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 10px;
  transform: scale(calc(8 / 12));
  transform-origin: center right;
  font-family: arial;
  width: 2em;
  text-align: center;
}

.user_profile .vip_level_double_digit {
  width: 40px;
}

.user_profile .vip_level_double_digit .vip_level {
  left: 24px;
}

.spinner5 {
  margin-top: 20px;
}

.category_tab_container [data-id] img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 24px;
  max-height: 24px;
  filter: var(--filter-to-white);
  opacity: 0.5;
}

.category_tab_container.tab_container:before {
  display: none;
}

.category_tab_container .tab_content a,
.category_tab_container .tab_content a.active {
  font-size: 14px;
}

.category_tab_container .tab_content a.active {
  color: #fff;
}

.category_tab_container .tab_content a.active img {
  opacity: 1;
}

.category_tab_container.tab_container a.active::after {
  display: none;
}

.vendor_tab_container {
  padding: 0 var(--main-inset);
  padding-bottom: 18px;
  margin-bottom: 0;
  overflow: hidden;
  transition: transform 0.3s;
}

.vendor_tab_container::-webkit-scrollbar {
  display: none;
}

.vendor_tab_container.tab_container .tab_content {
  gap: 0;
}

.vendor_tab_container.tab_container a {
  padding: 5px 14px;
  border-radius: 13px;
  font-size: 14px;
}

.vendor_tab_container .tab_content a.active {
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.vendor_tab_container .tab_content a:last-child {
  margin-right: 16px;
}

.inline_search_widget_wrapper {
  position: sticky;
  top: 0;
  z-index: 2;
}

.inline_search_widget {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #121212;
  padding: 10px;
}

.inline_search_widget .sp_ipt {
  margin: 0;
  flex-grow: 1;
}

.inline_search_widget input {
  background: #1c1f26;
  color: #fff;
  margin: 0;
  border-radius: 17px;
  padding: 10px 16px;
  font-size: 14px;
}

.inline_search_widget input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.inline_search_widget .inline_search_widget_close img {
  filter: var(--filter-to-white);
}

.inline_search_widget .sp_ipt_ion {
  width: 18px;
  filter: var(--filter-to-68707B);
}

.foot_notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 27px;
  padding-bottom: 90px;
  background: #181818;
  justify-content: center;
  margin-top: auto;
}

.foot_note {
  width: calc(100% - 24px);
  max-width: 327px;
  margin: auto;
}

.foot_note img {
  max-height: 100%;
  max-width: 100%;
}

.foot_notes_community {
  width: 100%;
  padding: 0 var(--main-inset);
  color: #A4AAB6;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.foot_notes_community_title {
  padding-left: 18px;
}

.foot_notes_community_links {
  display: flex;
  margin-top: 10px;
}

.foot_notes_community_link{
  height: 34px;
  padding: 0 10px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background: #0866FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.mid_banner {
  padding-bottom: 20px;
  padding-top: 10px;
}

.mid_banner .mid_banner_img {
  max-width: 100%;
}

#activity_turntable_modal {
  display: none;
}

.activity_turntable_modal {
  z-index: var(--zindex-modal);
  background: none;
  backdrop-filter: blur(4px) brightness(0.4);
  -webkit-backdrop-filter: blur(4px) brightness(0.4);
}

.activity_turntable_modal .modal_content {
  width: 100%;
  background: none;
  padding-bottom: 0;
  padding: 0;
}

.activity_turntable_modal img {
  max-width: 100%;
  max-height: calc(80vh - 56px - 54px);
  margin: auto;
}

.activity_turntable_modal .modal_close {
  justify-content: center;
}

.activity_turntable_modal .modal_close_button img {
  width: 28px;
  height: 28px;
}

.daily_sign_modal {
  background: none;
  backdrop-filter: blur(4px) brightness(0.4);
  -webkit-backdrop-filter: blur(4px) brightness(0.4);
}

.daily_sign_modal .modal_content {
  width: 100%;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.daily_sign_modal .daily_sign_modal_img {
  max-width: 80%;
  margin: auto;
}

.daily_sign_modal .daily_sign_modal_img img {
  width: 100%;
}

.daily_sign_modal .daily_sign_modal_close {
  width: 28px;
  margin-top: 20px;
}

.daily_sign_modal .daily_sign_modal_close img {
  width: 100%;
}

.modal_bottom_container.light .modal_bottom_content {
  background: #fff;
}

.modal_bottom_container.light .modal_bottom_body {
  width: 100%;
}

.modal_bottom_container.light .modal_bottom_title {
  color: #000;
}

.modal_bottom_container.light .guide_pwa_content {
  position: relative;
}

#guide_pwa_modal .guide_pwa_content img {
  width: 100%;
  max-width: calc(100vw - 40px);
}

#guide_pwa_modal .guide_pwa_content .animation_wrap {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}

.modal_bottom_container.light .modal_header_close {
  filter: invert(100%);
}

#guide_pwa_modal .install_button_wrap {
  /* margin-top: 28px; */
}

#guide_pwa_modal .install_button_wrap .divider {
  margin: 20px 0;
  display: block;
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  color: #b1b1b1;
  text-align: center;
  position: relative;
}

#guide_pwa_modal .install_button_wrap .divider::after {
  content: "or";
  position: relative;
  padding: 0 12px;
  background: #fff;
  font-weight: 700;
}

#guide_pwa_modal .install_button_wrap .divider::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  background: #eaeaea;
}

#guide_pwa_modal .install_button_wrap .install_button {
  width: 280px;
  margin: 0 auto;
}

#guide_pwa_modal .install_button_wrap .install_button img {
  width: 100%;
}

#app_guide_modal .modal_bottom_content {
  overflow: unset;
  padding-bottom: 30px;
}

#app_guide_modal .modal_bottom_title {
  margin-bottom: unset;
}

#app_guide_modal .app_guide_modal_logo {
  width: 54px;
  height: 54px;
  border: 1px solid #0000001a;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

#app_guide_modal .app_guide_modal_logo img {
  width: 100%;
}

#app_guide_modal .modal_header_close {
  top: 16px;
  right: 16px;
}

#app_guide_modal .app_guide_modal_text {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

#app_guide_modal .app_guide_modal_text span {
  font-weight: 700;
}
#app_guide_modal .app_guide_modal_buttons {
  display: flex;
  gap: 13px;
  margin-top: 34px;
  justify-content: center;
  align-items: center;
}
#app_guide_modal .app_guide_modal_buttons .add_to_home {
  background: unset;
}
#app_guide_modal .app_guide_modal_buttons button {
  font-weight: bold;
  height: 48px;
}
#app_guide_modal .app_guide_modal_buttons .add_to_home {
  width: 128px;
}
#app_guide_modal .app_guide_modal_buttons .add_to_home {
  width: 128px;
  border: 2px solid #FFFF2A;
  border-radius: 999px;
  color: #FFFF2A;
}
#app_guide_modal .app_guide_modal_buttons .download_app_button {
  max-width: 240px;
  flex: 1;
  height: 52px;
}

#guide_homeTop_app {
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

#guide_homeTop_app .logo {
  width: 38px;
  border-radius: 10px;
}

#guide_homeTop_app .text {
  font-size: 14px;
  flex: 1;
  overflow: hidden;
}
#guide_homeTop_app .text span {
  font-weight: 700;
}
#guide_homeTop_app > a {
  color: #2C3040;
  height: 38px;
  border-radius: 999px;
  line-height: 38px;
  background: #FFFF2A;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 700;
}

#responsible_modal .responsible_modal_content {
  color: #fff;
}

#responsible_modal .responsible_modal_title,
#responsible_modal .responsible_modal_subtitle {
  text-align: center;
  font-weight: 700;
}

#responsible_modal .responsible_modal_title {
  font-size: 18px;
}

#responsible_modal .responsible_modal_subtitle {
  font-size: 14px;
  margin-top: 16px;
}

#responsible_modal .responsible_modal_desc {
  margin-top: 8px;
  color: #a5adc1;
}

#responsible_modal .responsible_modal_list {
  margin-top: 10px;
  padding-inline-start: 15px;
  list-style-position: outside;
}

#responsible_modal .responsible_modal_hint {
  display: flex;
  padding: 5px 13px 7px;
  line-height: 16px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #34373c;
  color: #ff9350;
}

#responsible_modal .responsible_modal_hint img {
  width: 12px;
  margin-top: 1px;
}

#responsible_modal .foot_note {
  width: 170px;
  margin: 14px auto 0;
}

#responsible_modal .foot_note img {
  width: 100%;
}

#responsible_modal .responsible_modal_footer {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

#responsible_modal .responsible_modal_footer button {
  flex: 1;
  height: 44px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
}

#responsible_modal .exit_button {
  border: none;
  color: #FFFFFF;
  background: #414553;
}

#responsible_modal .agree_button {
  border: unset;
  color: #2C3040;
  background: #FFFF2A;
}
