@media screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

html, body {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Kanit", sans-serif;
    /*font-family: "Montserrat", sans-serif;*/
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.25px;
    background: #000;
}

.space {
    padding-top: 40px;
    padding-bottom: 40px;
}

a {
    text-decoration: unset;
    transition: all .3s ease;
}

#sky {
	width: 100%;
	height: 100vh;
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.star {
	opacity: 0;
	position: absolute;
	background: white;
	box-shadow: 0px 0px 20px 0px #fff;
	border-radius: 100%;
	transform-origin: 0, 0;
	animation-timing-function: linear, linear !important;
	animation-iteration-count: infinite, infinite !important;
	animation-delay: -30s, -30s !important;
}

:root {
  --color1: #FF3C8F;
  --color2: #FF2EEF;
  --color3: #FFD0EB;
}

.gradient-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;

}

.blob {
  position: absolute;
  width: 800px; /* Increased size to account for "blur" spread */
  height: 800px;
  border-radius: 50%;
  opacity: 0.6;
  will-change: transform; 
}

/* We create the "blur" look using a radial gradient instead of a filter */
.one {
  background: radial-gradient(circle, var(--color1) 0%, rgba(255, 60, 143, 0) 70%);
  bottom: -30%;
  right: -10%;

}

.two {
  background: radial-gradient(circle, var(--color2) 0%, rgba(255, 46, 239, 0) 70%);
  left: 20%;
  bottom: -30%;
  opacity: 0.4;

}

.three {
  background: radial-gradient(circle, var(--color3) 0%, rgba(255, 208, 235, 0) 70%);
  left: -10%;
  bottom: -30%;

}



@keyframes move-blob {
  0% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-10%, -20%) scale(1.1); }
  66% { transform: translate(15%, 10%) scale(0.9); }
  100% { transform: translate(0, 0) scale(1); }
}

/** fifa**/

/**
.logo {
    width: 220px;
}

.logo img {
    margin-left: -30px;
}
**/

.logo{
	width: 10vw !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
}

.fifa_logo
{
	min-width: 22%;
	position:relative;
	pointer-events: none;
}

.fifa_logo_box
{
	position: absolute; 
	top: 10px;
	left: 0;
	padding: 5px;
    border-radius: 10px;
    background: black;
    top: 5px;
}

.fifa_logo_box img{width: 100%}

.mst_logo{width: 100%}

body
{
	background-image: url(https://web.zhi.services/mst_516/wp-content/uploads/2026/05/bg.webp);
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

  .meteor-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
  }

  .meteor {
    position: absolute;
    width: 2px;
    height: 300px; 
    opacity: 0;
    transform: rotate(45deg);
    background: linear-gradient(to bottom, 
      rgba(255, 0, 0, 0) 0%, 
      rgba(227, 35, 196, 0.5) 40%, 
      #ff00ff 80%, 
      #ff0022 100%);
    animation: meteor-fall linear infinite;
  }

  @keyframes meteor-fall {
    0% {
      transform: rotate(45deg) translateY(-300px);
      opacity: 0;
    }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% {
      /* Increased travel distance to ensure they clear the bottom-left */
      transform: rotate(45deg) translateY(150vh);
      opacity: 0;
    }
  }

  /* --- TOP SPAWNERS (Covers Top and Center) --- */
  .meteor:nth-child(1)  { top: -10%; right: 10%; animation-duration: 2.5s; animation-delay: 0s; }
  .meteor:nth-child(2)  { top: -10%; right: 30%; animation-duration: 3.0s; animation-delay: 1.5s; }
  .meteor:nth-child(3)  { top: -10%; right: 50%; animation-duration: 2.2s; animation-delay: 0.5s; }
  .meteor:nth-child(4)  { top: -10%; right: 70%; animation-duration: 3.5s; animation-delay: 2.5s; }
  .meteor:nth-child(5)  { top: -10%; right: 90%; animation-duration: 2.8s; animation-delay: 1s; }

  /* --- RIGHT-SIDE SPAWNERS (Fills the Bottom-Right Gap) --- */
  /* We use negative 'right' values so they start off-screen to the right */
  .meteor:nth-child(6)  { top: 10%;  right: -10%; animation-duration: 3.2s; animation-delay: 0.2s; }
  .meteor:nth-child(7)  { top: 30%;  right: -15%; animation-duration: 2.4s; animation-delay: 1.8s; }
  .meteor:nth-child(8)  { top: 50%;  right: -20%; animation-duration: 3.8s; animation-delay: 3s; }
  .meteor:nth-child(9)  { top: 70%;  right: -10%; animation-duration: 2.9s; animation-delay: 0.7s; }
  .meteor:nth-child(10) { top: 20%;  right: -25%; animation-duration: 4.0s; animation-delay: 2s; }
  
  /* Extra density for the far right corner */
  .meteor:nth-child(11) { top: 0%;   right: 0%;   animation-duration: 2.1s; animation-delay: 4s; }
  .meteor:nth-child(12) { top: 40%;  right: -5%;  animation-duration: 3.3s; animation-delay: 5s; }

/** fifa end **/


.title h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Kanit", sans-serif;
    text-align: center;
    margin-bottom: 30px !important;
}

.title .title_ani {
    animation: glowing 2s ease-in-out infinite alternate;
}

.bigContent .title_ani {
    animation: glowing2 2s ease-in-out infinite alternate;
}

@keyframes glowing {
    0% {
        filter: drop-shadow(0 0 3px rgba(255,46,239,0.5))
                drop-shadow(0 0 5px rgba(255,46,239,0.3));
    }
    50% {
        filter: drop-shadow(0 0 6px rgba(255,46,239,0.8))
                drop-shadow(0 0 10px rgba(255,46,239,0.5));
    }
    100% {
        filter: drop-shadow(0 0 4px rgba(255,46,239,0.5))
                drop-shadow(0 0 6px rgba(255,46,239,0.3));
    }
}

@keyframes glowing2 {
    0% {
        filter: drop-shadow(0 0 5px rgba(255,46,239,0.5))
                drop-shadow(0 0 8px rgba(255,46,239,0.3));
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(255,46,239,0.8))
                drop-shadow(0 0 15px rgba(255,46,239,0.5));
    }
    100% {
        filter: drop-shadow(0 0 8px rgba(255,46,239,0.5))
                drop-shadow(0 0 10px rgba(255,46,239,0.3));
    }
}

.active .title_icon img, .active .title_icon {
    animation: iconfloatupdown 1.5s ease-in-out infinite;
}

@keyframes iconfloatupdown {
    0%   { transform: scale(1,1)    translateY(0); }
    10%  { transform: scale(1.05,.95) translateY(0); }
    30%  { transform: scale(.95,1.05) translateY(-15px); }
    50%  { transform: scale(1,1)    translateY(0); }
    57%  { transform: scale(1,1)    translateY(-7px); }
    64%  { transform: scale(1,1)    translateY(0); }
    100% { transform: scale(1,1)    translateY(0); }
}

.redeem_bg, .ranking_bg, .collect_bg {
    font-family: "Kanit", sans-serif;
}

.relative {
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1001;
    padding: 5px 0;
}

header .row {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.head_btn, .head_logo {
    width: fit-content;
}

header.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background: black;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 20px rgb(0 0 0 / 5%);
    transform: translateY(-100%);
    animation: menuDown 0.4s ease forwards;
}

@keyframes menuDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.head_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Montserrat", sans-serif;
}

.head_btn a {
    margin: 0 !important;
    border: 1px solid #ED2C9C;
    padding: 7px 30px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600 !important;
    width: fit-content;
}

.head_btn .head_login {
    border: 1px solid #fff;
    background: #000;
}

.head_btn .head_login:hover {
    border: 1px solid #ED2C9C;
    background: #ED2C9C;
}

.head_btn .head_register:hover {
    animation: glowing 1s ease-in-out infinite alternate;
}

.head_menu {
    background: rgb(77 14 51 / 50%);
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: -5px;
    display: none;
}

header.sticky .head_menu {
    display: block;
}

.head_menu .menu-wrapper-inner {
    justify-content: start;
}

.head_menu a {
    color: #fff;
}

.head_menu .current_page_item a, .head_menu a:hover, footer .widget_nav_menu ul a:hover, footer .current_page_item a:hover {
    color: #f5bcdf;
}

.head_menu .current_page_item a, footer .current_page_item a {
    font-weight: 600;
}

.head_user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.head_username {
    font-weight: 600;
    text-transform: uppercase;
}

.head_gems {
    color: #39FF39;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.head_logout {
    opacity: 0.7;
}

.head_userBox {
    border-radius: 30px;
    padding: 7px 7px 7px 17px;
    background: linear-gradient(to bottom, #1F1F1F, #1F1F1F, #FF659A 150%);
    gap: 10px;
    display: flex;
    align-items: center;
}

.profileLogo {
    width: 35px;
}

.dropdown_menu li .own-tier-tag {
    font-style: italic;
    font-size: 12px;
    opacity: 0.8;
    color: gray;
}

.head_logout {
    opacity: 0.6;
    border: none !important;
    padding: 5px 8px !important;
    background: unset !important;
}

.head_logout:hover {
    opacity: 1;
    color: #ED2C9C;
}

.head_logout2 {
    display: none;
}


/* ========================================================================== */
/* =========================== BANNER    ==================================== */
/* ========================================================================== */
.giftBox {
    position: absolute;
    left: 50px;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 100px;
    bottom: 20px;
}

.banner_model .img {
    height: 650px;
    margin-left: 50px;
}

/**fifa**/
.banner_model .img{margin-left: 40px !important; width: auto !important; max-height: 90vh !important; height: 90vh !important; }

.banner_model
{
  filter: blur(2px); /* simulate blocky mosaic */
  animation: pixelateFade 1s forwards;
}

@keyframes pixelateFade {
  0% {
    filter: blur(5px);
	 opacity: 0;
  }
  100% {
    filter: blur(0px);
	  opacity: 1
  }
}

.banner_model .gem1 {
    width: 180px;
    top: 50px;
    left: -100px;
    animation: flashma 2.5s ease-in-out infinite;
}

.banner_model .gem2 {
    width: 150px;
    top: 100px;
    right: -50px;
    animation: flashma 2.2s ease-in-out infinite;
}

@keyframes flashma {
    0% {
        transform: scale(0.75);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.75);
        opacity: 0;
    }
}

@keyframes gem2 {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    100% {
        transform: translate(10px, -10px);
        opacity: 1;
        filter: drop-shadow(0 0 15px rgba(255,46,239,0.7));
    }
}

.bigbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 100px 0 40px;
}

/** fifa **/
 
.bigbox{padding: 0 !important; min-height: 100vh !important; align-items:flex-end !important}
.mallbigbox{align-items:center !important}

.bigbox2 {
    display: flex;
    align-items: end;
    justify-content: center;
}

.gift1 {
    width: 420px;
}

.gift2 {
    width: 620px;
}

.gift1gem, .gift2gem {
    position: absolute;
    z-index: -1;
}

.gift1 .gem1 {
    width: 220px;
    bottom: 50px;
    left: -80px;
    animation: gem1 1s infinite alternate;
}

.gift1 .gem2 {
    top: -20px;
    width: 200px;
    left: 30px;
    animation: gem1 1.5s infinite alternate;
}

@keyframes gem1 {
    0% {
        transform: translate(5px, 15px);
        opacity: 0.4;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        filter: drop-shadow(0 0 15px rgba(255,46,239,0.7));
    }
}

.gift2 .gem1 {
    width: 250px;
    top: 0;
    right: 70px;
    animation: gem2 1.1s infinite alternate;
}

.gift2 .gem2 {
    width: 220px;
    right: -30px;
    animation: gem2 1.6s infinite alternate;
    bottom: 0;
    top: unset;
}

@keyframes gem2 {
    0% {
        transform: translateY(0);
        
        opacity: 0.4;
    }
    100% {
        transform: translate(10px, -15px);
        opacity: 1;
        filter: drop-shadow(0 0 15px rgba(255,46,239,0.7));
    }
}

.bigContent {
    position: absolute;
    z-index: 100;
    text-align: center;
    margin-top: 170px;
}

/**fifa**/
.bigContent{margin: 0 !important; bottom: 10vh}

.bigContent h1 {
    font-size: 115px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 0.95;
}

.bigContent h1 span {
    font-size: 67px;
    display: block;
}

.bigContent .itemLink {
    width: 280px;
    padding: 10px 20px;
    font-size: 24px;
    margin-top: 20px;
}

.bigContent .itemLink:hover {
    animation: glowing2 1s ease-in-out infinite alternate;
}

.m_bigContent {
    display: none;
}

/* ========================================================================== */
/* =========================== TOP PRIZE ==================================== */
/* ========================================================================== */
.home .mallBox, .page-id-126 .marquee {
    display: none !important;
}

.marquee {
    overflow: hidden;
    width: 100%;
    /*font-family: "Montserrat", sans-serif;*/
}

.marquee__inner {
    display: flex;
    width: max-content;
    animation: scroll 120s linear infinite;
    padding: 10px 0;
}

.marquee__inner:hover {
    animation-play-state: paused;
}

.marquee__group {
    display: flex;
    gap: 25px;
    padding-right: 25px;
    align-items: center;
}

.marquee__group span, .mall .itemWrap {
    width: 260px;
    background: #1F1F1F;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-self: stretch;
    overflow: hidden;
}

.itemImg .item_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.itemBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemImg {
    width: 100%;
    height: 230px;
    border-radius: 15px;
    background: linear-gradient(to bottom, #E8D2D4 -20%, #9F3258, #000000);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.marquee__group span:hover .item_bg, .mall .itemWrap:hover .item_bg {
    animation: itemScale .5s infinite alternate;
}

.marquee__group span:hover, .mall .itemWrap:hover {
    box-shadow: 0 0 10px 2px #FFC3E8;
}

.marquee__group span:hover .item_img, .mall .itemWrap:hover .item_img {
    transform: rotate(3deg);
}

.item_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes itemScale {
    0% {
        transform: scale(0.85);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.itemImg a {
    width: 75%;
    height: 60%;
    display: block;
    position: relative;
    z-index: 5;
}

.itemContent {
    display: flex;
    padding: 15px 0 10px;
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
}

.itemContentName {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.itemContentPrice {
    color: #00FF4E;
    font-weight: 700;
}

.itemLabel {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    padding: 5px 30px 5px 20px;
    border-top-left-radius: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
}

.itemLabel.New {
    background: linear-gradient(to right, #33B1FF, #33EFFF, #33EFFF, #33efff00);
}

.itemLabel.Hot {
    background: linear-gradient(to right, #FFA133, #FFC833, #FFC833, #FFC83300);
}

.itemLabel.Promotion {
    background: linear-gradient(to right, #4CAF50, #8BC34A, #8BC34A, #FFEB3B00);
}

.itemLabel.label-claim-now {
    background: linear-gradient(to right, #F43E2F, #C71709, #C71709, #C7170900);
    color: #fff;
}

.itemLabel.label-notrank {
    background: linear-gradient(to right, #9E9E9E, #575757, #4b3736, #C7170900) !important;
    color: #fff;
    display: none;
}

.logged-in .itemLabel.label-notrank {
    display: flex;
}

.itemLabel.label-claim-now:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 70% 19%, #FFF8D5 0%, #F7C94C 56%, #ffcf73 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #FFDA5F;
    display: block;
    animation: flashmou 0.75s ease-in-out infinite;
}

@keyframes flashmou {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.itemLink {
    width: 60%;
    border-radius: 30px;
    padding: 7px 10px;
    color: #fff;
    font-weight: 600;
    margin: auto;
    display: block;
    text-align: center;
    background: linear-gradient(to left, #ED2C9C, #F43E2F, #FFD0EB);
    overflow: hidden;
    position: relative;
    margin: 5px auto 10px !important;
    border: 0;
}

.itemLink:hover {
    text-decoration: none;
    color: #fff;
}

.itemLink.soldOutBtn { background: #555; animation: none;}
.itemLink:before { animation: none;}

.itemLink:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.marquee__group span:hover .itemLink, .mall .itemWrap:hover .itemLink {
    animation: glowing 1s ease-in-out infinite alternate;
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* ========================================================================== */
/* =========================== COLLECT ====================================== */
/* ========================================================================== */
.collect_bg .title h2 {
    text-align: left !important
}

.collect {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.collect_box {
    display: flex;
    gap: 18px;
    align-items: center;
    background: #1F1F1F;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 20px;
}

.collect_box img {
    width: 45px;
}

.collect_bg {
    padding-bottom: 0 !important;
}

.how_model {
    position: relative;
    text-align: center;
    transform: scale(1.2);
    z-index: -1;
}

.how_modelimg {
    height: 480px;
}

.how_modelbg {
    position: absolute;
    right: 0;
    left: -50px;
    margin: auto;
    z-index: -1;
    top: 0;
    bottom: 0;
    animation: scaleOpacity 2s infinite alternate;
}

@keyframes scaleOpacity {
    0% {
        transform: scale(0.9) translateY(20px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.how_modelgift {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    bottom: -100px;
    animation: modelgift 2s infinite alternate;
    width: 550px;
}

@keyframes modelgift {
    0% {
        transform: scale(0.9) translateY(20px);
    }
    100% {
        transform: scale(1) translateY(0);
    }
}

/* ========================================================================== */
/* =========================== REDEEM ======================================= */
/* ========================================================================== */
.redeem_bg {
    background: #1F1F1F;
    border-radius: 20px;
    padding: 40px 20px;
    margin: 0;
    margin-bottom: 40px;
}

.redeem {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, [col-start] 1fr);
}

.redeem_box {
    background: transparent linear-gradient(8deg, #9200E0 0%, #FF2EEF 42%, #FFC3E8 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}

.redeem_contentBox {
    background: #2B2B2B;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.redeem_contentBox::after {
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
    background: linear-gradient(to bottom, #FF2EEF 50%, #FFC3E8 100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.redeem_contentBox:hover::after {
    animation: rotateScaleFade 0.5s ease-out forwards;
    opacity: 1;
}

.redeem_contentBox:hover img {
    transform: translateY(-5px);
}

.redeem_box.active {
    box-shadow: 0 0 15px 2px #FFC3E8;
}

@keyframes rotateScaleFade {
    0% {
        transform: scale(1.15) rotate(0deg);
    }
    100% {
        transform: scale(3) rotate(180deg);
    }
}

.redeem_contentBox img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.redeem_contentBox h4 {
    font-size: 17px;
    font-weight: 600;
}

.redeem_contentBox2 {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.redeem_contentBox:nth-child(6) img {
    transform: scale(1.1);
}

.tl_dot, .redeem_contentImg h4 {
    display: none;
}

.tlBox {
    display: flex;
    min-width: fit-content;
}

/* ========================================================================== */
/* =========================== RANKING ====================================== */
/* ========================================================================== */
.ranking {
    margin: auto;
    color: #fff;
}

.ranking-viewport {
    height: calc(8 * 55px + 7 * 5px);
    overflow: hidden;
}

.ranking-list {
    transition: transform .8s ease-in-out;
}

.ranking-row {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, [col-start] 1fr);
    height: 55px;
    background: #1F1F1F;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 0 30px;
    align-items: center;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.ranking-row2 {
    background: #000;
    margin-bottom: 0;
}

.ranking-date {
    opacity: 0.8;
}

.ranking-prize {
    color: #FFC3E8;
    line-height: 1.3;
}

/* ========================================================================== */
/* =========================== MALL    ====================================== */
/* ========================================================================== */
.brand-filter-scroller {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	cursor: grab;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0 !important
}
.brand-filter-scroller::-webkit-scrollbar {
	height: 6px;
}
.brand-filter-scroller::-webkit-scrollbar-thumb {
	background-color: #cbd5e1;
	border-radius: 3px;
}
.brand-filter-grid {
	display: grid;
	grid-template-rows: repeat(2, 5vw);
	grid-auto-flow: column;
	grid-auto-columns: minmax(1vw, max-content);
	gap: 1vw;
	width: max-content;
}
.brand-filter-item {
	background: #ffffff;
	border: 3px solid white;
	border-radius: 8px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	user-select: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	width: 12vw; 
}

.brand-filter-item.active {
	border-color: gold;
}
.brand-filter-item img {
	width: 80%;
	height: 70%;
	object-fit: contain;
	pointer-events: none;
	    filter: drop-shadow(0px 0px 1px rgb(0, 0, 0, .6));
}
.brand-name-fallback {
	font-size: 13px;
	font-weight: 600;
	color: #4a5568;
	text-align: center;
}

.mall {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, [col-start] 1fr);
}

.mall .itemWrap {
    width: 100% !important;
}


.itemWrap .right-corner{position:absolute; right: 25px; top: 25px; height: fit-content; z-index: 9; cursor:pointer}
.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999999999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.popup-overlay.active{opacity:1;visibility:visible}.popup-container{background-color:#fff;color:#000;width:90%;max-width:600px;max-height:80vh;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);display:flex;flex-direction:column;position:relative;animation:.3s popupSlide}@keyframes popupSlide{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-header{padding:20px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.popup-header h2{margin:0;font-size:1.5rem}.close-popup-btn{background:0 0;border:none;font-size:1.8rem;line-height:1;color:#666;cursor:pointer;padding:0 5px;transition:color .2s}.close-popup-btn:hover{color:#000}.popup-body{padding:24px;overflow-y:auto;font-size:1rem;line-height:1.6}.popup-body h3{margin-top:20px;margin-bottom:10px;font-size:1.15rem;color:#111}.popup-body h3:first-child{margin-top:0}.popup-body ul{margin:0 0 15px;padding-left:20px}.popup-body li{margin-bottom:6px}

@media screen and (max-width: 500px) {.itemImg a{height: 100%}.itemWrap .right-corner{top: 20px; right: 20px; font-size: 5vw}}
@media screen and (max-width: 400px) {.itemWrap .right-corner{font-size: 6vw}}
@media (orientation: portrait) {
    .tippy-box {
        display: none !important;
    }
}

.mall_function {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 100;
    font-family: "Montserrat", sans-serif;
}

.shop_filter {
    display: flex;
    align-items: center;
    gap: 15px
}

.filter_tier {
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    border-radius: 20px;
    background: #1F1F1F;
    color: #fff;
    min-width: 180px;
    font-weight: 600;
}

.filter_tier, .filter_wrapper {
    position: relative;
    display: inline-block;
}

.dropdown_menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    color: #626262;
    border-radius: 10px;
    padding: 5px;
    font-size: 15px;
    width: max-content;
    font-weight: 500;
    z-index: 1001;
    font-family: "Montserrat", sans-serif;
}

.dropdown_menu li {
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

#loadMore {
    background: #1F1F1F;
    border-radius: 5px;
    color: #626262;
    text-align: center;
    width: fit-content;
    margin: auto;
    display: block;
    border: 0;
    padding: 10px 25px;
    font-weight: 500;
    transition: all .3s ease;
}

#loadMore:hover, .dropdown_menu li:hover {
    background: #FF2EEF;
    color: #fff;
}

.filter_wrapper, .sort_price i {
    font-size: 20px;
    color: #FFC3E8;
    cursor: pointer;
}

.filter_tier .dropdown_menu {
    min-width: 100%;
    top: 46px;
}

.selected_tier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.sort_price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.sort_price.asc i {
    transform: rotate(0deg);
}

.sort_price.desc i {
    transform: rotate(180deg) scaleX(-1);
}

.mallbigbox {
    justify-content: end;
    padding: 40px 0 !important;
    transform: scale(1) !important;
}

.mallBox {
    margin-top: -330px;
    padding-bottom: 60px;
}

.mall_model {
    width: 50%;
    text-align: right;
}

.mall_model img {
    height: 850px;
    object-fit: contain
}

.mallstar {
    position: absolute;
    z-index: -1;
    left: 0;
    right: -30px;
    bottom: -20px;
    margin: auto;
    animation: scaleOpacity2 2s infinite alternate;
}

@keyframes scaleOpacity2 {
    0% {
        transform: scale(1.2) translateY(20px);
        opacity: 0;
    }
    100% {
        transform: scale(1.4) translateY(0);
        opacity: 1;
    }
}

.mallContent span {
    display: block;
}

.mallContent {
    margin-top: -30vh !important;
    position: relative !important;
    width: 50%;
    bottom: 0 !important;
	text-align: left;
}

.mallContent h1 {
    text-transform: uppercase;
    line-height: 1;
}

.mallContent .mallTitle {
    font-size: 115px;
    animation: glowing2 2s ease-in-out infinite alternate;
    margin-bottom: -10px;
}

.mallContent .smallTitle {
    font-size: 36px;
    animation: glowing2 2s ease-in-out infinite alternate;
    font-weight: 700 !important;
}

.mallContent .vipTitle {
    font-size: 150px;
    animation: glowing3 2s ease-in-out infinite alternate;
    margin-bottom: 5px;
}

@keyframes glowing3 {
    0% {
        filter: drop-shadow(0 0 5px rgba(255,167,0,0.5))
                drop-shadow(0 0 8px rgba(255,167,0,0.3));
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(255,167,0,0.8))
                drop-shadow(0 0 15px rgba(255,167,0,0.5));
    }
    100% {
        filter: drop-shadow(0 0 8px rgba(255,167,0,0.5))
                drop-shadow(0 0 10px rgba(255,167,0,0.3));
    }
}

.itemContentPriceBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.mallClaimBtn.disabled, .itemLink.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    filter: grayscale(1) !important;
}

.dropdown_menu { display: none; }
.dropdown_menu.open { display: block; }

/* ========================================================================== */
/* =========================== CLAIM  ======================================= */
/* ========================================================================== */
.mallModalOverlay {
    position: fixed; 
    inset: 0; 
    z-index: 99999;
    display: none;
    align-items: center; 
    justify-content: center;
    padding: 20px;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(5px);
}

.mallModalCard {
    min-width: 550px;
    max-width: 550px;
    border-radius: 40px;
    position: relative;
    border: 1px solid #FFC3E8;
    padding: 15px;
}

.mallModalInner {
    position: relative; 
    z-index: 1;
    border-radius: 35px;
    padding: 40px 15px;
    text-align: center;
    background: linear-gradient(to bottom, #ED2C9C -50%, #FFA843, #FF3929);
}

.mallModalTitle {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 5px 20px #FF2310;
    position: relative;
    z-index: 10;
}

.mallModalDesc {
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.35;
    font-size: 22px;
    color: rgba(255,255,255,0.9);
}

.mallModalDesc strong {
    color: rgba(255,255,255,1);
}

.mallModalItemWrap {
    display: flex; 
    justify-content: center;
    margin-top: 6px;
}

.mallModalItemImg {
    width: 300px;
    height: 170px;
    object-fit: contain;
    margin-bottom: 20px;
    animation: glowing1 3s ease-in-out infinite alternate;
}

@keyframes glowing1 {
    0% {
        filter: drop-shadow(0 0 3px rgba(255,35,16,0.3))
                drop-shadow(0 0 6px rgba(255,35,16,0.5))
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(255,35,16,0.8))
                drop-shadow(0 0 15px rgba(255,35,16,0.8))
    }
    100% {
        filter: drop-shadow(0 0 6px rgba(255,35,16,0.3))
                drop-shadow(0 0 8px rgba(255,35,16,0.5))
    }
}

.mallModalGems{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    display: flex; 
    gap: 8px; 
    justify-content: center; 
    align-items: center;
}

.mallModalGems .gem {
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

.mallModalBtns{
    margin-top: 18px;
    display:flex; 
    gap: 20px;
    justify-content: center;
}

.mallBtn {
    border: 0;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 999px;
    min-width: 150px;
    transition: transform .12s ease, opacity .12s ease;
    color: #fff;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 18px;
    letter-spacing: 0.5px;
}

.mallBtn:hover { 
    transform: translateY(-2px); 
    background: rgba(255,255,255,1);
    color: #000;
    box-shadow: 0px 3px 10px 0px #FF2310;
}

.mallBtnPrimary {
    background: rgba(255,255,255,0.22);
}

.mallBtnGhost {
    background: rgba(0,0,0,0.18);
}

.mallModalClose {
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    bottom: -13%;
    left: 0;
    right: 0;
}

#mallSuccessOk {
    min-width: 220px;
}

#mallSuccessOk img {
    width: 32px;
    margin-right: 5px;
}

.page-id-164 header {
    position: relative;
}

.shine_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: shineRotatemou 4s linear infinite;
}

@keyframes shineRotatemou {
    0% {
        transform: rotate(0deg) scale(1.5);
        opacity: 0.3;
    }

    50% {
        transform: rotate(180deg) scale(1.8);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg) scale(1.5);
        opacity: 0.3;
    }
}

.diamond_bg, .star_bg {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    transform: scale(1.3);
    animation: diamond 1.5s infinite alternate;
}

@keyframes diamond {
    0% {
        transform: scale(1.3) translateY(10px);
    }
    100% {
        transform: scale(1.3) translateY(0px);
    }
}

.star_bg {
    animation: flashmou 1.5s ease-in-out infinite;
}

#mallModalSuccess {
    padding-top: 0;
}

.claim_bg {
    transform: scale(2) translateY(0px);
    margin-bottom: -10px;
}

#mallModalSuccess .mallModalDesc {
    padding: 10px 0 0;
    position: relative;
    z-index: 10;
}

#mallSuccessCost {
    font-size: 30px;
}

.mallBtn.loading {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

.mallBtn.loading::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.history-panel {
    display: none;
}

.history-panel.active {
    display: block;
}

.history-tabs {
    margin-bottom: 25px;
}

.history-tab {
    padding: 10px 25px;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    background: #2a2a2a;
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
}

.history-tab.active {
    background: #ff4081;
}



/* ========================================================================== */
/* =========================== TABLE  ======================================= */
/* ========================================================================== */
.mall-history-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
}

.mall-history-table th {
    padding: 15px;
    font-size: 16px;
}

.mall-history-table td {
    padding: 10px 15px;
}

.mall-history-img {
    width: 80px; 
    height: 80px; 
    object-fit: contain;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #f5bcdf;
    background: rgba(0,0,0,0.5);
}

.mallPager {
    display: flex; 
    gap: 10px; 
    margin-top: 12px; 
    flex-wrap: wrap;
    justify-content: end;
}

.mallPager a {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff; 
    text-decoration: none;
}

.mallPager a:hover {
    background: #000;
}

.mallPager a.current{
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.22);
}

.his_after {
    color: #9af5b2;
    background: #1446238c
}

.his_cost {
    color: #ff9b9b;
    background: #780f0f99
}

.his_name {
    font-weight: 700;
    font-size: 16px !important;
}

table {
    background-color: #161616;
}

table thead {
    background: linear-gradient(90deg, #e62a8b, #c81d74);
    color: #ffffff;
}

.his_center {
    text-align: center !important;
    width: 15%;
}

table tbody tr {
    background: #202020;
    font-family: "Montserrat", sans-serif;
}

table tbody tr:nth-child(odd) {
    background: #1c1c1c;
}

.his_time {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 600;
    line-height: 1.6;
}

.his_center2 {
    min-width: 50px;
    text-align: center !important;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 600;
}

.mall-history-wrap {
    padding-bottom: 60px !important;
}

.page-id-164 .head_menu {
    display: block;
}

.head_tier {
    font-weight: 800;
    color: #f3983a;
    text-shadow: 1px 1px 5px #000;
    animation: flashtier 0.5s ease-in-out infinite;
    font-style: italic;
}

@keyframes flashtier {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ========================================================================== */
/* =========================== FOOTER ======================================= */
/* ========================================================================== */
footer {
    background: url('img/footer_bg.webp') no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 40px;
}

.copyright {
    border-top: 1px solid #fff;
    margin-top: 15px;
}

footer .widget_nav_menu ul {
    list-style: none;
    padding-left: 0;
}

footer .widget_nav_menu ul a {
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

footer h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .footer_box3 h3 {
    margin-bottom: 15px;
}

#footer-widget .row {
    justify-content: space-between;
}

.footer_box1, .footer_box3 {
    width: 25%;
}

.footer_box2 {
    width: 35%;
    display: grid;
    grid-template-columns: repeat(2, [col-start] 1fr);
    display: flex;
    justify-content: space-around;
}

.footer_box3 {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.footer_box1 img {
    width: 220px;
    margin-bottom: 15px;
    margin-left: -30px;
}

footer #gallery-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

footer #gallery-1 img {
    border: 0; 
    height: auto;
    width: auto;
    height: 30px;
}

footer #gallery-1 .gallery-item {
    text-align: center;
    width: auto;
    margin: 0;
}

.fixed_mall {
    position: fixed;
    right: 25px;
    bottom: 60px;
    background: rgba(255, 195, 232, .3);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    z-index: 999999999;
    border-radius: 50px;
    padding: 15px;
    gap: 15px;
    backdrop-filter: blur(10px);
	text-align:center;
}

.fixed_mall a{position:relative;}

.mall_dot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 70% 19%, #FFF8D5 0%, #F7C94C 56%, #ffcf73 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #FFDA5F;
    display: block;
    animation: flashtier 0.8s ease-in-out infinite;
}


.fixed_mall img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 2px white);
    animation: mallSeq 1.5s infinite ease-in-out;
}

@keyframes mallSeq {
    0%, 100%, 20% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.12) rotate(3deg);
    }
}


/* ========================================================================== */
/* =========================== LOGGED IN  =================================== */
/* ========================================================================== */
.bigbox_logged {
    padding: 10% 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.task_user_box {
    display: flex;
    align-items: center;
    gap: 25px;
    font-family: "Montserrat", sans-serif;
}

.task_user_avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.task_cardBox {
    border-radius: 20px;
    padding: 30px;
    background: rgba(16, 16, 16, 0.5);
    backdrop-filter: blur(10px);
}

.task_user_top {
    display: flex;
    align-items: center;
    gap: 15px
}

.task_user_name {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.task_user_gems {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 700;
}

.task_user_gems small {
    opacity: 0.8;
    color: #fff;
    font-size: 12px;
}

#task_user_gems, .task_user_gems .js-gems {
    font-size: 18px;
    color: #39FF39;
}

.task_user_tier {
    background: #FACE91;
    padding: 2px 15px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    border-radius: 10px;
}

.news {
    display: flex;
    align-items: center;
}

.newsbadge {
    width: 120px;
    margin-right: -30px;
    position: relative;
}

.news_box {
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
    gap: 15px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    width: 100%;
}

.news_box img {
    width: 30px;
    animation: news 0.75s infinite alternate;
}

@keyframes news {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(10deg); }
}

.task_box {
    display: flex;
    align-items: start;
    gap: 20px;
}

.task_card {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    background: #1F1F1F;
    padding: 20px;
    border-radius: 15px;
}

.task_card .task_img img {
    max-width: 75px;
    min-width: 75px;
}

.task_cardBox h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #FFC3E8;
}

.task_missionBox {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, [col-start] 1fr);
}

.task_btn {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px
}

.task_earn {
    color: #00FFFF;
    font-size: 14px;
    font-weight: 600;
}

.task_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
}

.task_btn .itemLink {
    width: 100% !important;
    min-width: 110px;
    margin: 0 !important;
}

.task_progress {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    overflow: hidden;
}

.task_progress_bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg,#8bc34a,#ff3d81);
    border-radius: 10px;
    transition: width .4s ease;
}

.task_progressBox {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0;
    height: 15px;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
}

.task_progress_text {
    position: absolute;
    color: #000;
}

.label_reset {
    background: rgba(255,255,255,.15);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
}

.label_status {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
}

.label_ongoing {
    background: rgba(255,165,0,.15);
    color: orange;
}

.label_waiting {
    background: rgba(0,255,150,.15);
    color: #00ffa0;
}

.label_completed {
    background: rgba(255,0,100,.15);
    color: #ff3d81;
}

.task_claim_btn[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    filter: grayscale(1) !important;
}

.task_claim_btn[disabled]:after, .task_claim_btn[disabled]:before {
    display: none;
}

.task_label {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
}

.task_desc {
    font-size: 14px;
}

.task_img {
    margin-top: 15px;
}

.task_reset_countdown {
    background: #455bd5;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
}

.task_status_completed {
    background: #032505;
}

.task_status_completed .task_progress_bar {
    opacity: 0.4;
}

.task_claimed_effect {
    animation: claimFlash 0.5s ease;
}

@keyframes claimFlash {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.task_claim_btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

.task_claim_btn .loader {
    width:14px;
    height:14px;
    border:2px solid #fff;
    border-top:2px solid transparent;
    border-radius:50%;
    display:inline-block;
    animation:spin 0.6s linear infinite;
}

@keyframes spin {
    from { transform:rotate(0deg); }
    to   { transform:rotate(360deg); }
}

.vip-modal {
    display: none;
    position: fixed;
    top:0;left:0;right:0;bottom:0;
    z-index: 9999;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    font-weight: 600;
    padding: 10px;
}

.vip-modal-inner {
    background: #fff;
    width: 600px;
    margin: 10% auto;
    padding: 0px;
    border-radius: 15px;
    background: linear-gradient(90deg, #e62a8b, #c81d74);
    position: relative;
}

.vip-close {
    float: right;
    cursor: pointer;
    font-size: 40px;
    top: -35px;
    right: -25px;
    position: absolute;
}

.vip-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.vip-table td, .vip-table th {
    padding: 8px 10px;
    width: 33.33%;
}

.vip-modal h3 {
    font-size: 22px;
    padding: 13px 0;
    margin-bottom: 0;
}

.vip-table tr th {
    background: #000 !important
}

.vip-table tr {
    background: #252424;
}

.vip-table tr td:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
}

.vip-price-info {
    margin-left: 3px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    color: #7d7d7d;
}

.sortBox {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.status_filter {
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    border-radius: 20px;
    background: #1F1F1F;
    color: #fff;
    font-weight: 600;
    position: relative;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.status_menu {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    color: #626262;
    border-radius: 10px;
    padding: 5px;
    font-size: 15px;
    width: max-content;
    font-weight: 500;
    z-index: 1001;
    font-family: "Montserrat", sans-serif;
    min-width: 100%;
}

.status_menu.open {
    display: block;
}

.status_menu li {
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.status_menu li:hover {
    background: #FF2EEF;
    color: #fff;
}

tr.current-vip {
    border: 1px solid #cd1f78;
    background: #392a31 !important;
    color: #cd1f78;
}



/* ========================================================================== */
/* =========================== MEDIA  ======================================= */
/* ========================================================================== */
@media only screen and (min-width: 1800px) {
    .bigbox {
        transform: scale(1.05);
        padding: 120px 0 60px;
    }
    
    .blob {
        width: 650px;
        height: 450px;
    }
    
    .bigContent {
        margin-top: 220px;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 2000px) {
    .blob {
        width: 850px;
        height: 750px;
    }
}


/** new fifa ***/
@media only screen and (orientation: portrait)
{
	.blob{width: 60vh; height: 60vh; opacity: 1}
	.blob.one{right: unset; left: -30vw; bottom: 20vh}
	.blob.two{bottom: 20vh; left: 15vw;}
	.blob.three{left: unset; right: -30vw; bottom: 20vh}
	
	.logo{width: 30vw !important}
	.fifa_logo_box{padding: 6px; top: 0}
	.fifa_logo{min-width: 18%;}
	.mst_logo{width: 82% !important}
	
	.mst_logo{margin-left: -20px !important}
	
	.bigbox{min-height: unset !important;padding-top: 120px !important;}
	.banner_model .img{max-height: 100% !important; height: auto !important;}
	
	header .container{padding: 0}
	.logged-in .head_btn{padding: 10px 20px !important}
	.head_menu.menu-wrapper_before{position: absolute}
	.head_btn{padding: 0px 20px !important}
	
	.mall_model{position: relative !important}
	.mall_model{width: 100% !important}
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
    
    .mall {
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(4, [col-start] 1fr);
    }
    
    .itemImg {
        height: 200px;
    }
    
    .itemLabel {
        font-size: 13px;
    }
    
    .itemLink {
        width: 70%;
    }
    
    .mallContent .mallTitle {
        font-size: 9vw;
    }
    
    .mallContent .vipTitle {
        font-size: 9.5vw;
    }
    
    .mallContent .smallTitle {
        font-size: 2.8vw;
    }
    
    .redeem_bg {
        margin-top: 30px;
        margin-bottom: 0;
    }
    
    .marquee__group span, .mall .itemWrap {
        width: 220px;
    }
    
    .banner_model .img {
        height: 600px;
    }
}

@media only screen and (max-width: 1200px) {
    header .head_menu {
        background: unset;
        padding: 0;
        display: block;
    }
    
    .menu-wrapper, .menu_overlay.active {
        min-height: 100vh;
    }
    
    .menu-wrapper {
        background: #1d1d1d;
    }
    
    .menu_overlay.active {
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: unset
    }
    
    .mobile-menu {
        padding: 0;
        margin-top: -5px;
    }
    
    header.sticky {
        animation: unset;
        transform: unset;
    }
}

@media only screen and (max-width: 1100px) {
    .bigContent {
        margin-top: 0; 
        bottom: 50px;
    }
    
    .task_missionBox {
        grid-template-columns: repeat(1, [col-start] 1fr);
        gap: 15px
    }
    
    .task_cardBox {
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .collect_bg .vc_col-sm-5, .collect_bg .vc_col-sm-7 {
        width: 100%;
    }
    
    .how_modelimg, .how_model {
        height: auto;
        width: 60%;
        margin: auto;
    }
    
    .how_modelgift {
        bottom: -50px;
        width: 80%;
    }
    
    .how_model {
        overflow: hidden;
        margin-bottom: -40px !important;
    }
    
    .collect_bg .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .title h2 {
        margin-bottom: 25px !important;
    }
    
    .mall {
        grid-template-columns: repeat(3, [col-start] 1fr);
        gap: 20px;
        padding: 25px 0 !important;
    }
    
    .itemImg {
        height: 180px;
    }
    
    .footer_box1 {
        width: 100%;
    }
    
    #footer-widget .row {
        gap: 20px;
        justify-content: start;
    }
    
    .footer_box2, .footer_box3 {
        width: 48%;
    }
    
    .footer_box2 {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    footer #gallery-1 img {
        height: 28px;
    }
    
    footer h3 {
        font-size: 15px;
    }
    
    .footer_box2 section {
        width: 100%;
    }
    
    #footer-widget {
        padding: 0 !important;
    }
    
    .mallContent, .mall_model {
        width: 100%;
    }
    
    .mall_model {
        text-align: center;
    }
    
    .mallbigbox {
        justify-content: center;
        flex-direction: column-reverse !important;
        gap: 0;
        padding: 0 0 40px !important;
    }
    
    .mallContent {
        margin-top: -32% !important;
        display: block !important;
    }
	
	/**fifa**/
	.mallContent{margin-top: -30% !important}
    
    .mallBox {
        margin: 0 !important;
    }
    
    header {
        position: relative;
        background: #000;
        padding-bottom: 0;
    }
    
    .mall_model img {
        height: 100%;
        /**width: 400px;**/
    }
    
    .marquee__group span, .mall .itemWrap {
        padding: 10px;
    }
    
    .mall_function {
        background: rgba(238, 45, 149, 0.75);
        backdrop-filter: blur(20px);
        padding: 5px 20px;
        border-radius: 50px;
        gap: 10px
    }
    
    #loadMore {
       background: rgba(238, 45, 149, 1);
       color: #fff;
    }
    
    .footer_box1 img, .logo {
        width: 200px;
    }
    
    .mallContent .mallTitle {
        font-size: 100px;
    }
    
    .mallContent .vipTitle {
        font-size: 100px;
        margin: -15px 0 -5px;
    }
    
    .mallContent .smallTitle {
        font-size: 36px;
    }
    
    .redeem_bg {
        padding: 30px 10px;
    }
    
    .redeem_contentBox {
        padding: 25px;
    }
    
    .title h2 {
        font-size: 40px;
    }
    
    .collect_bg .title h2 {
        text-align: center !important;
    }
    
    .marquee__group {
        gap: 20px
    }
    
    .bigbox {
        flex-direction: column;
        padding: 40px 0 0;
        position: relative;
        text-align: center;
    }
    
    .bigContent h1 {
        font-size: 13.8vw;
        margin-bottom: 20px;
    }
    
    .bigContent h1 span {
        font-size: 8vw;
    }
    
    .bigContent {
        position: relative; 
        z-index: 100;
        text-align: center;
        margin-top: 0px;
        width: 100%;
        display: none;
        bottom: 0;
    }
    
    .giftBox {
        left: 0;
        gap: 50px;
        bottom: 0;
    }
    
    .gift1 {
        width: 45%;
    }
    
    .gift2 {
        width: 55%;
    }
    
    .bigContent .itemLink {
        width: 80%;
        font-size: 22px;
    }
    
    .itemLink {
        width: 80%;
    }
    
    .banner_model .img {
        height: auto;
        width: 50%;
        margin: auto;
        margin-left: 30px;
    }
    
    .banner_model .gem1 {
        width: 20%;
        left: 15%;
        top: 5%;
    }
    
    .banner_model .gem2 {
        width: 20%;
        right: 10%;
        top: 20%;
    }
    
    .m_bigContent {
        display: block;
        margin-top: -30% !important;
    }
    
    .gift1 .gem1 {
        width: 40%;
        left: -10%;
        bottom: 20%;
    }
    
    .gift1 .gem2 {
        top: 5%;
        width: 40%;
        left: 10%;
    }
    
    .gift2 .gem1 {
        width: 60%;
        top: -5%;
        right: 10%;
    }
    
    .gift2 .gem2 {
        width: 50%;
        right: -10%;
        bottom: -15%;
    }
    
    .task_desc {
        font-size: 13px;
    }
    
    .task_card .task_img img {
        max-width: 70px;
        min-width: 70px;
    }
    
    .task_box {
        gap: 15px;
    }
    
    .bigbox_logged {
        padding: 5% 0 0px;
    }
    
    .tableFlex {
        display: flex;
        overflow-x: auto;
    }
    
    .his_center {
        min-width: 130px;
    }
    
    .his_center2 {
        min-width: 50px;
    }
    
    .his_name {
        min-width: 200px;
        font-size: 15px !important;
    }
    
    .mall-history-table th {
        padding: 15px;
        font-size: 14px;
    }
    
    .logged-in .menu-hamburger {
        position: absolute;
        right: 20px;
        top: 19%;
        display: block;
    }
    
    .logged-in header .row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .logged-in .logo img {
        margin-left: 0;
    }
    
    .logged-in .head_btn {
        min-width: 100vw;
        background: rgb(77 14 51 / 50%);
        justify-content: center;
        padding: 15px 0;

    }
	
	/**end**/
    
    .head_logout {
        display: none;
    }
    
    .head_logout2 {
        display: flex;
        padding: 0 !important;
        flex: unset !important;
        justify-content: center;
        align-items: center;
        gap: 10px
    }
    
    .head_userBox {
        padding: 7px 20px;
    }
	
	/**
	 * fifa
	 * **/
	
	.logo{width: 30vw !important}
	.bigbox{min-height: unset !important;padding-top: 40px !important;}
}

@media only screen and (max-width: 767.5px) {
    .footer_box2, .footer_box3 {
        width: 47%;
    }
    
    #footer-widget .row {
        gap: 15px;
    }
    
    body, .dropdown_menu {
        font-size: 14px;
    }
    
    .footer_box1 img {
        margin-bottom: 10px;
    }
    
    .footer_box3 #media_image-3 img {
        width: auto;
        height: 40px !important;
    }
    
    footer #gallery-1 br {
        display: none;
    }
    
    .itemContent {
        font-size: 16px;
    }
    
    .itemContentName {
        font-size: 15px;
    }
    
    .mallContent .mallTitle {
        font-size: 90px;
    }
    
    .mallContent .vipTitle {
        font-size: 90px;
        margin: 0;
    }
    
    .mallContent .smallTitle {
        font-size: 30px;
    }
    
    .collect_box {
        font-size: 18px;
    }
    
    .collect_box img {
        width: 40px;
    }
    
    .blob{
        width: 110%;
        height: 50%;
    }
	

    
    .how_modelimg, .how_model {
        width: 65%;
    }
}

@media only screen and (max-width: 650px) {
	/**fifa**/
    
    .logged-in .head_btn {
        min-width: 90vw;

    }
	.logo{width: 50vw !important}
	
	.gradient .gradient__blob {
        width: 550px;
        height: 250px;
    }
	
	.blob{opacity: 0.6}
	
    .mall {
        grid-template-columns: repeat(2, [col-start] 1fr);
    }
    
    footer #gallery-1 img {
        height: 22px;
    }
    
    .fixed_mall {
        right: 15px;
        bottom: 20px;
    }
    
    .fixed_mall img {
        width: 45px;
        height: 45px;
    }
    
    .mallBox {
        padding-bottom: 40px;
        margin-top: 20px !important;
    }
    
    .filter_tier, .status_filter {
        min-width: auto;
        padding: 8px 10px 8px 15px;
    }
    
    .itemImg {
        height: 160px;
    }
	
	/**fifa**/
    
    header .row {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px
    }
    
    .logo img {
        margin-left: 0;
    }
    
    .head_btn {
        width: 100%;
        text-align: center;
    }
    
    .head_btn a {
        flex: 1;
        padding: 7px 15px;
    }
    
    .mallbigbox {
        padding: 20px 0 !important;
    }
    /**
    .mall_model img {
        width: 300px;
    }
    **/
    .ranking-viewport {
        display: flex;
        overflow-x: auto;
        width: 100%;
    }
    
    .ranking-list {
        min-width: 100%;
    }
    
    .ranking-row {
        display: grid;
        font-size: 15px;
        min-width: 100%;
        width: fit-content;
    }
    
    .ranking-row div {
        min-width: 100px;
    }
    
    .ranking-row2 {
        width: 100%;
    }
    
    .ranking-row2 div {
        min-width: fit-content;
    }
    
    footer {
        padding-top: 30px;
    }
    
    .redeem {
        grid-template-columns: 1fr;
        position: relative;
        gap: 20px
    }
    
    .tl_dot {
        display: block;
        min-width: 23px;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 3px solid transparent;
        z-index: 2;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .tl_dot:before {
        content: '';
        min-width: 13px;
        width: 13px;
        height: 13px;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    
    .tl_dot:after {
        content: '';
        width: 1.5px;
        height: 95px;
        display: block;
        background: #fff;
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .tl_dot.active {
        border: 3px solid #fff;
    }
    
    .tl_dot.active:before {
        background: #fff;
    }
    
    .tlBox {
        display: flex;
        gap: 25px;
        align-items: start;
    }
    
    .redeem_contentBox2 h4 {
        display: none;
    }
    
    .redeem_contentImg h4 {
        display: block !important;
    }
    
    .redeem_contentImg {
        display: flex;
        align-items: center;
        gap: 20px
    }
    
    .redeem_contentBox {
        padding: 25px;
    }
    
    .redeem_contentBox2 {
        gap: 20px;
    }
    
    .redeem_contentBox img {
        width: 25px;
        height: 25px;
    }
    
    header.sticky {
        padding-bottom: 10px;
    }
    
    .title h2 {
        font-size: 36px;
        margin-bottom: 20px !important;
    }
    
    .collect_box img {
        width: 35px;
    }
    
    .collect {
        gap: 15px;
    }
    
    .how_model {
        width: 90%;
    }
    
    .how_modelimg {
       width: 60%; 
    }
    
    .marquee__inner {
        animation: scroll 100s linear infinite;
    }
    
    .banner_model .img {
        width: 55%;
    }
    
    .giftBox {
        gap: 20px;
    }
    
    .space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /**
    .mallContent {
        margin-top: -34% !important;
    }
    **/
	
	
    .task_card .task_img img {
        max-width: 60px;
        min-width: 60px;
    }
    
    .task_cardBox {
        padding: 25px 20px;
    }
    
    .task_cardBox h3 {
        margin-bottom: 15px;
    }
    
    .task_card {
        padding: 15px;
        position: relative;
        gap: 20px
    }
    
    .news_box img {
        width: 20px;
    }
    
    .newsbadge {
        width: 100px;
    }
    
    .news_box {
        font-size: 13px;
    }
    
    .task_user_avatar {
        width: 85px;
        height: 85px;
    }
    
    .task_user_name {
        font-size: 22px;
    }
    
    .task_user_box {
        gap: 15px;
    }
    
    .task_user_tier {
        font-size: 10px;
    }
    
    .task_user_top {
        gap: 10px;
        flex-wrap: wrap;
        row-gap: 0;
    }
    
    .mallPager a {
        min-width: 40px;
        height: 40px;
    }
    
    .menu-hamburger {
        position: absolute;
        right: 20px;
        top: 19%;
        display: block;
    }
    
    .profileLogo {
        display: none;
    }
    
    .head_userBox {
        padding: 10px;
        gap: 5px
    }
    
    .head_tier {
        font-size: 12px;
    }
    
    .head_gems, .head_userBox {
        flex: 1;
        justify-content: center;
    }
    
    .head_gems {
        font-size: 17px;
        margin: 0;
    }
    
    .head_user {
        width: 100%;
        padding: 0 15px;
    }
    
    .mallModalCard {
        width: 100%;
        min-width: unset;
        max-width: 100%;
        padding: 10px;
    }
    
    .mallModalItemImg {
        width: 250px;
        height: 150px;
    }
    
    .claim_bg {
        width: 200px !important;
        height: 150px !important;
    }
    
    .mallModalTitle {
        font-size: 6.5vw;
    }
    
    .mallModalDesc {
        font-size: 4vw;
    }
    
    .mallBtn {
        flex: 1;
        min-width: unset;
        padding: 7px;
        font-size: 16px;
    }
    
    .mallModalBtns {
        gap: 15px
    }
    
    .history-tabs {
        margin-top: 10px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 15px
    }
    
    .history-tab {
        flex: 1;
        margin: 0;
    }
    
    .vip-modal-inner {
        width: 87%;
    }
    
    .vip-close {
        top: -35px;
        right: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .tl_dot:after {
        height: 120px;
        top: 30px;
    }
    
    .tlBox {
        gap: 20px
    }
    
    .redeem_box {
        padding: 3px;
    }
    
    .title h2 {
        font-size: 32px;
    }
    
    .collect_box {
        font-size: 16px;
    }
    
    .how_modelbg {
        left: -25px;
    }
    
    .task_earn {
        position: absolute;
        right: 15px;
        top: 15%;
        text-align: right;
    }
    
    .task_card, .task_box {
        flex-direction: column;
        gap: 12px
    }
    
    .how_model, .task_btn div, .task_btn {
        width: 100%;
    }
    
    .task_desc {
        font-size: 12px;
    }
    
    .newsbadge {
        width: 90px;
    }
    
    #task_user_gems {
        font-size: 16px;
    }
    
    .task_user_name {
        font-size: 20px;
    }
    
    .task_user_avatar {
        width: 80px;
        height: 80px;
    }
    
    .itemLabel {
        font-size: 12px;
        padding-left: 15px;
    }
    
    .mallContent .mallTitle {
        font-size: 70px;
    }
    
    .mallContent .vipTitle {
        font-size: 70px;
    }
    
    .mallContent .smallTitle {
        font-size: 26px;
    }
    
    .selected_tier {
        gap: 10px
    }
}

@media only screen and (max-width: 400px) {
    #footer-widget .row {
        text-align: center;
        gap: 5px
    }
    
    .footer_box1 img {
        margin-left: 0;
    }
    
    .footer_box2, .footer_box3 {
        width: 100%;
    }
    
    .footer_box1 img, .logo {
        /*width: 180px;*/
    }
    
    footer #gallery-1 {
        justify-content: center;
    }
    
    footer #gallery-1 img {
        height: 25px;
    }
    
    #footer-widget {
        padding-bottom: 10px !important;
    }
    
    .footer_box3 {
        gap: 30px;
    }
    
    .mall {
        grid-template-columns: repeat(1, [col-start] 1fr);
    }
    
    .mall_function {
        font-size: 13px;
        padding: 5px 15px;
        gap: 10px
    }
    
    .filter_wrapper, .sort_price i {
        font-size: 16px;
    }
    
    .sort_price, .shop_filter, .sortBox {
        gap: 5px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    #loadMore {
        width: 100%;
    }
    
    .redeem_bg {
        padding: 25px 5px;
    }
    
    .tl_dot {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }
    
    .tl_dot:before {
        min-width: 10px;
        width: 10px;
        height: 10px;
    }
    
    .how_modelimg {
        width: 65%;
    }
    
    .marquee__group span, .mall .itemWrap {
        width: 200px;
    }
    
    .bigContent h1 {
        font-size: 15vw;
    }
    
    .bigContent h1 span {
        font-size: 8.5vw;
    }
    
    .bigContent .itemLink {
        width: 98%;
        font-size: 20px;
        padding: 8px 20px;
    }
    
    .itemLink {
        width: 80%;
    }
    
    .task_cardBox {
        padding: 20px 15px;
    }
    
    .task_cardBox h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .task_user_tier {
        font-size: 9px;
        padding: 2px 10px;
    }
    
    .task_user_avatar {
        width: 70px;
        height: 70px;
    }
    
    .head_userBox {
        justify-content: center;
        font-size: 13px;
    }
    
    .head_gems {
        font-size: 16px;
    }
    
    .head_tier {
        font-size: 10px;
    }
    
    .mallModalOverlay {
        padding: 15px;
    }
    
    .mallModalItemImg {
        width: 200px;
        height: 100px;
    }
    
    .claim_bg {
        width: 130px !important;
        height: 120px !important;
    }
    
    #mallSuccessCost {
        font-size: 7vw;
    }
    
    .mallModalGems {
        font-size: 18px;
    }
    
    #mallSuccessOk img {
        width: 30px;
    }
    
    .vip-modal {
        font-size: 13px;
    }
    
    .vip-close {
        top: -45px;
        right: -15px;
    }
    
    .vip-modal-inner {
        width: 89%;
    }
    
    .vip-modal h3 {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 360px) {
    .redeem_contentBox {
        padding: 20px;
    }
    
    .redeem_contentBox img {
        width: 23px;
        height: 23px;
    }
    
    .redeem_contentImg {
        gap: 15px
    }
    
    .tl_dot:after {
        height: 100px;
    }
    
    .ranking-row {
        font-size: 14px;
    }
    
    .title h2 {
        font-size: 28px;
    }
    
    .redeem {
        gap: 15px
    }
    
    .mallModalDesc {
        font-size: 5vw;
    }
    
    .mallContent .mallTitle {
        font-size: 60px;
    }
    
    .mallContent .vipTitle {
        font-size: 60px;
    }
    
    .mallContent .smallTitle {
        font-size: 24px;
    }
    
    .mall_function {
        gap: 5px
    }
    
    .filter_tier, .status_filter {
        padding: 8px 8px 8px 11px;
    }
}

@media only screen and (max-height: 650px) {
    .gradient .gradient__blob {
        width: 550px;
        height: 250px;
    }
    
    .fixed_mall {
        right: 20px;
        bottom: 20px;
    }
    
    #vipPriceContent {
        max-height: 80vh;
        overflow-y: auto;
    }
}