/* 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-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.app_download_icon{
    width: 46px;
    height: 46px;
}
.app_download_title{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 6px;
}
.app_download_text{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}

/* index highlight banner */
.highlight_banner{
    width: 100%;
    margin-bottom: 9px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    opacity: .5 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #FFFFFF !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: #111111;
    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;
}

/* index login section */
.login_section_container{
    padding: 7px 10px;
    background: #FFFFFF;
    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: #111111;
    text-decoration: none;
}

/* index app list */
.app_list_container{
    display: flex;
}
.app_list_categories{
    display: flex;
    flex-direction: column;
    margin-right: 13px;
}
.app_list_categories > .item{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #668CBB;
    padding: 9px 5px;
    margin-bottom: 9px;
    width: 100%;
}
.app_list_categories > .item.active{
    background: linear-gradient(215.23deg, #54D7FE -8.23%, #2B4BFF 70.03%);
    border-radius: 10px 10px 0px 10px;
    color: #FFFFFF;
}
.app_list_categories > .item.active svg path{
    fill: #FFFFFF;
}
.app_list_categories > .item > .icon{
    margin-right: 8px;
    width: 22px;
    height: 22px;
    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: #111111;
    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: #FFFFFF;
    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);
}

.game-app-list-wrap .search_input_light{
  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: #111111;
    margin-bottom: 22px;
}
.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: #111111;
    margin-bottom: 16px;
}
.index_announcement_list > .item > .date{
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #668CBB;
    margin-bottom: 8px;
}
.index_announcement_list > .item > .desc{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #111111;
}

.landing_user_section{
    font-size: 12px;
}
.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{
    zoom: 70%;
    -webkit-appearance: initial;
}
.landing_user_section .vip_icon .vip_label{
    font-size: 4px;
}
.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;
    display: none;
}

.mini_game_container img {
    width: 60px;
    height: 60px;
}

#activity_turntable_modal{
    display: none;
  }
  
  .activity_turntable_modal {
    z-index: 9;
    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;
    bottom: -22px;
  }
  
  .activity_turntable_modal .modal_close_button img {
    width: 28px;
    height: 28px;
  }