/* color body */
body {
  position: relative;
  background-color: #150921 !important;
  background-size: auto;


  font-family: var(--font-primary) !important;
}
/* ----------------------------------------------------------- */
/* font root */
@font-face {
  font-family: lineseedsans-Bd;
  src: url("../../../assets/fonts/LINESeedSansTH_Bd.otf");
}

@font-face {
  font-family: lineseedsans-Th;
  src: url("../../../assets/fonts/LINESeedSansTH_Th.otf");
}

:root {
  --font-primary: lineseedsans-Th;
  --font-primary-bold: lineseedsans-Bd;
}
.swiper-pagination-bullet-active{
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: green, green !important;
}
/* ----------------------------------------------------------- */
/* font */
.font-regular {
  font-family: var(--font-primary);
}
.font-bold {
  font-family: var(--font-primary-bold);
}
.font-regular,
.font-bold {
  color: #fff;
}
.font-regular.xxl,
.font-bold.xxl {
  font-size: 1.5rem !important;
}
.font-regular.xl,
.font-bold.xl {
  font-size: 1.25rem !important;
}
.font-regular.l,
.font-bold.l {
  font-size: 1.1rem !important;
}
.font-regular.md,
.font-bold.md {
  font-size: 1rem !important;
}
.font-regular.sm,
.font-bold.sm {
  font-size: 0.75rem !important;
}
.font-regular.xs,
.font-bold.xs {
  font-size: 0.5rem !important;
}

@media only screen and (max-width: 550px) {
  .font-regular.xxl,
  .font-bold.xxl {
    font-size: min(7vw, 1.5rem) !important;
  }
  .font-regular.xl,
  .font-bold.xl {
    font-size: min(5.5vw, 1.25rem) !important;
  }
  .font-regular.l,
  .font-bold.l {
    font-size: min(3.5vw, 1.25rem) !important;
  }
  .font-regular.md,
  .font-bold.md {
    font-size: min(4vw, 1rem) !important;
  }
  .font-regular.sm,
  .font-bold.sm {
    font-size: min(3.25vw, 0.75rem) !important;
  }
  .font-regular.xs,
  .font-bold.xs {
    font-size: min(2.75vw, 0.5rem) !important;
  }
}
/* ----------------------------------------------------------- */
/* desktop-mobile */
.container-desktop {
  display: block;
}
.container-mobile {
  display: none;
}
@media only screen and (max-width: 550px) {
  .container-desktop {
    display: none;
  }
  .container-mobile {
    display: block;
  }
}
/* ----------------------------------------------------------- */
/* width */
.w-100 {
  width: 100%;
  margin: auto;
}
.w-95 {
  width: 95%;
  margin: auto;
}
.w-90 {
  width: 90%;
  margin: auto;
}
.w-85 {
  width: 85%;
  margin: auto;
}
.w-83 {
  width: 83%;
  margin: auto;
}
.w-80 {
  width: 80%;
  margin: auto;
}
.w-70 {
  width: 70%;
  margin: auto;
}
.w-60 {
  width: 60%;
  margin: auto;
}
.w-50 {
  width: 50%;
  margin: auto;
}
/* ----------------------------------------------------------- */
/* position&index */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fix {
  position: fixed;
}
.index-1 {
  z-index: -1;
}
.index0 {
  z-index: 0;
}
.index5 {
  z-index: 5;
}
/* ----------------------------------------------------------- */
/* opacity */
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
/* ----------------------------------------------------------- */
/* color */
.yellow {
  color: #fffb00 !important;
}
.orange {
  color: orange !important;
}
.gray {
  color: gray !important;
}
.dark {
  color: #121212 !important;
}
.greenlight {
  color: #d0f780 !important;
}
.green-1 {
  color: #7FF1B2 !important;
}





@font-face {
  font-family: SukhumvitSet;
  src: url("../../../fonts/SukhumvitSet-Bold.ttf");
}

@font-face {
  font-family: LSSSetB;
  src: url("../../../assets/fonts/LINESeedSansTH_Bd.otf");
}

@font-face {
  font-family: LSSSet;
  src: url("../../../assets/fonts/LINESeedSansTH_Th.otf");
}


a:hover {
  text-decoration: none !important;
}

p {
  display: contents;
  color: #ffffff;
}


.home-container {
  width: 100%;
  /* height: 100%; */
}



.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.top10 {
  margin-top: 10%;
}
.top5 {
  margin-top: 5%;
}
.top2 {
  margin-top: 2%;
}
.boxconfirm {
  width: 100%;
  margin: auto;
  background-image: url(../images/bg5.webp);
  background-size:cover;
  box-shadow: 0px 0px 5px rgb(165, 30, 83, 1);
  cursor: pointer;
}
.boxconfirm > h1 {
  color: #fff !important;
}
.boxcancel {
  width: 100%;
  margin: auto;
  background-color: #686868;
}

.boxregis {
  width: 100%;
  height: 250px;
  margin: auto;
  background-color: black;
}

.regisA {
  /* width: 60px; */
  width: auto;
  height: 10px;
  margin: auto;
  border-radius: 25px;
  background-image: linear-gradient(#B3E9C8, #71E16F);
  box-shadow: 0px 0px 5px rgba(173.4, 255, 0, 0.5);
}

.regisN {
  /* width: 60px; */
  width: auto;
  height: 10px;
  margin: auto;
  border-radius: 25px;
  background-image: linear-gradient(#B3E9C8, #71E16F);
  opacity: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.i-in-6 {
  position: relative;
  width: 5%;
  left: -270px;
  top: -1px;
}

.font-lss {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 1.2rem !important;
}

.font-lss1r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 0.9rem !important;
}

.font-lss1b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 0.9rem !important;
}

.font-lss2r {
  font-family: LSSSet;
  color: #fffb00;
  font-size: 0.7rem !important;
}

.font-lss2b {
  font-family: LSSSetB;
  color: #fffb00;
  font-size: 0.7rem !important;
}

.font-lss3b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 2rem !important;
}

.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}



@media only screen and (max-width: 1300px) {
  .font-lss3b {
    font-family: LSSSetB;
    color: #ffffff;
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 900px) {
  .font-lss3b {
    font-family: LSSSetB;
    color: #ffffff;
    font-size: 1rem !important;
  }
}

.font-lss3r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 1.5rem !important;
}

@media only screen and (max-width: 1300px) {
  .font-lss3r {
    font-family: LSSSet;
    color: #ffffff;
    font-size: 1.2rem !important;
  }

}

@media only screen and (max-width: 900px) {
  .font-lss3r {
    font-family: LSSSet;
    color: #ffffff;
    font-size: 0.8rem !important;
  }
}

.font-lss4r {
  font-family: LSSSet;
  color: #000000;
  font-size: 0.9rem !important;
}

.font-lss4b {
  font-family: LSSSetB;
  color: #000000;
  font-size: 0.9rem !important;
}

.font-suk {
  font-family: SukhumvitSet;
  color: #b09874;
  font-size: 1rem !important;
}

.footer-nav-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
}

.boxwallet {
  z-index: 1;
  display: flex;
  place-items: center;
  height: 80%;
  /* height: inherit !important; */
  border: solid 2px transparent;
  border-radius: 50px;
  background-image: linear-gradient(#F4E9FE, #F4E9FE),
    radial-gradient(circle at top right, #27093A, #FFFFFF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0px 5px 8px #000000;
  margin-right: 0.75rem;
  min-width: 140px;
}
.refresh-button {
  width: 100%;
  height: 100%;
  max-width: 30px;
  max-height: 30px;
  margin: 0 0.5rem 0px 0.25rem;
  cursor: pointer;
}
.refresh-img.loading {
  transform: rotate(1080deg);
  transition: all 2s ease-in-out;
}

.font-wallet {
  font-family: LSSSetB;
  color: #3C055E !important;
  font-size: 0.6rem !important;
}
.font-walletb {
  font-family: LSSSetB;
  color: #000000 !important;
  font-size: 0.7rem !important;
}

.menu--open {
  right: 0;
}

.announce-textbox {
  background-color: #4D4AE8;
  background-image: linear-gradient(#29093E,#3c0064, #29093E);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  margin-top: -3px;
}

.data-textbox {
  background-color: #4D4AE8;
  background-image: linear-gradient(#29093E,#3c0064, #29093E);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  border-radius: 500px;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  margin-top: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.percent-round {
  position: absolute;
  z-index: 2;
  background-image: linear-gradient(#9115E3,#2B0132);
  box-shadow: rgba(255, 255, 255, 1) 0 1px 1px inset;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-align: center;
  top: 0;
  left: 10%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.percent-round span {
  color: #FFE600;
  font-size:  min(1vw, 0.75rem);
  font-family: var(--font-primary-bold);
  line-height: normal;
  padding: min(0.05vw, 1rem);
}
.progress-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.progress-bar-container {
  border: 0.2px solid #7FF1B2;
  background: transparent;
  width: 100%;
  height: 1.5rem;
  border-radius: 500px;
  position: relative;
  overflow: hidden;
}
.progress-bar-container.purple {
  background-image: linear-gradient(#320341,#3C0553, #320341);
  box-shadow: rgba(255, 255, 255, 1) 0 0.5px 2px inset,#9115E3 0 0px 4px 2px;
  border: 0px;
  max-height: 1rem;
}
.progress-bar-container .progress-bar-box {
  background: linear-gradient(180deg, #72FFA9 0%, #0EC80B 100%);
  box-shadow: 0px 0px 4px 0px #7FF1B2;
  width: 100%;
  height: calc(100% - 0.26rem) !important;
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 2px;
  transition: width 1s linear forwards;
}
@media only screen and (max-width: 550px) {
  .percent-round {
    left: 0.5vw;
  }
  .percent-round span {
    font-size: 1.75vw;
    padding: 0.5vw;
  }
}
.progress-bar-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}
.progress-bar-content .rank-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-left: 8px;
}
.progress-bar-content .progress-bar-text {
  position: absolute;
  width: 100%;
  color: #ffffff;
  display: grid;
  place-items: center;
  margin-top: 4px;
  font-size: 0.6rem;
  font-family: LSSSetB;
}

.header-menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.header-menu-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}
.header-menu-container .left-button-content {
  display: flex;
  height: inherit;
  position: relative;
  gap: 0.5rem;
}
.header-menu-container .right-button-content {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.header-menu-container .right-button-content .deposit-withdraw-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.header-menu-container .nav-menu-button {
  min-width: 48px;
  width: -webkit-min-content;
  height: 100%;
  cursor: pointer;
  object-fit: contain;
}
.header-menu-container .logo-web-icon {
  /* height: 65px; */
  padding: 6px 0;
  cursor: pointer;
  object-fit: contain;
  /* position: absolute; */
  /* width: 20%;
  max-width: 120px; */
  /* top: 0;
  left: 50%;
  transform: translate(-50%, 0%); */

  width: min(15vw, 60%);
  max-width: 120px;
}
@media only screen and (min-width: 1280px) {
  .header-menu-container .left-button-content {
    width: 50%;
  }
  .header-menu-container .logo-web-icon {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
  }
}
.header-menu-container .language-icon {
  width: 100%;
  height: 100%;
  max-width: 50px;
  cursor: pointer;
  object-fit: contain;
}

.deposit-withdraw-content a {
  width: 100%;
  height: 100%;
}
.deposit-withdraw-content .button {
  width: 100% !important;
  background-image: linear-gradient(#72FFA9, #0EC80B) !important;
  box-shadow: rgba(255, 255, 255, 0.661) 0 2px 0 inset,#0EC80B 0 0px 8px;
  border-radius: 500px !important;
  padding: 0.1rem 1rem;
  display: flex;
  align-items: center;
}
.deposit-withdraw-content .button img {
  filter: brightness(0.25);
  max-width: 20px;
  margin-right: 0.2rem;
  padding: 2px 0;
}
.deposit-withdraw-content .button span {
  font-family: LSSSetB;
  font-size: min(2.5vw, 0.85rem);
  color: #181818 !important;
  text-wrap: nowrap;
  white-space: pre;
}

@media only screen and (max-width: 550px) {
  .deposit-withdraw-content .button {
    padding: 0.5rem 1rem;
    max-height: 24px;
  }
  .right-button-content {
    gap: 2vw;
  }
  .header-menu-container .nav-menu-button {
    min-width: 36px;
    width: -webkit-min-content;
  }
  .header-menu-container .logo-web-icon {
    width: 100%;
    min-width: 100px;
    /* max-width: 100px; */
    position: relative;
    left: 0;
    transform: none;
    padding-right: 0.8rem;
    margin-right: 1rem;
  }
  .header-menu-container .logo-web-icon img {
    border-radius: 0;
  }
  .boxwallet {
    z-index: 1 !important;
    height: 80% !important;
    min-width: auto;
  }
  .wallet-container {
    width: 50% !important;
    max-width: 27vw;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1vw;
  }
  .wallet-container .wallet-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1vw;
    line-height: 1.25;
  }
  .refresh-button {
    aspect-ratio: 1/1;
    width: 25%;
    margin: 0 0 0 0.25rem;
  }
  .refresh-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .wallet-button {
    padding-left: 0.25rem;
    padding-right: 0.5rem;
  }

  .language-content {
    width: fit-content !important;
    padding: 3px 2px !important;
  }
  .language-content .language-icon {
    padding: 0;
  }
  .language-icon {
    max-width: 36px !important;
  }
}
@media only screen and (min-width: 768px) {
  .header-menu-container .right-button-content .deposit-withdraw-content {
    flex-direction: row;
    align-items: center;
  }
  .deposit-withdraw-content .button {
    padding: 4px 1.5rem;
  }
  .deposit-withdraw-content .button {
    width: 100% !important;
    background-image: linear-gradient(#72FFA9, #0EC80B) !important;
    box-shadow: rgba(255, 255, 255, 0.661) 0 2px 0 inset,#0EC80B 0 0px 8px;
    border-radius: 500px !important;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
  }
}
/* sidebar-menu */

.boxtop {
  width: 100%;
  height: 65px;
  background-image: url(../../../../assets/images/bg4.webp);
  background-size: cover;
  position: relative;
}


.expbox {
  width: 80%;
  border-radius: 20px;
  background-image: linear-gradient(#eba553, #d3852a);
  margin: auto;
}

.boxhistory {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  /* background-image:linear-gradient(#0F2E38,#091C23,#091C23); */
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: 0;
  /* padding: 1.5rem 0; */
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}
.boxhistory .header {
  margin: 0;
  background-image: linear-gradient(#25193C 60%, #25193C);
  height: 40px;
  display: flex;
  align-items: center;
}
.boxhistory .divide {
  height: 1px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}
.boxhistory .content {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #25193C;
}

.bankbox {
  position: relative;
  width: 250px;
  height: 150px;
  margin: auto;
  border-radius: 20px;
  /* background-image:url('/src/assets/images/bg5.webp'); */
  background-image: linear-gradient(#eba553, #d3852a);
}

.footer-nav-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  display: block;
}

.footer-nav-bar .icon-nav-bar-container {
  position: relative;
  z-index: 2;
  background-position: center;
  padding-top: 4vw;
  bottom: 2vw;
}
@media screen and (min-width: 550px) {
  .footer-nav-bar {
    display: none;
  }
}

.boxcommission {
  width: 70%;
  height: 70px;
  border-radius: 50px;
  background-color: #212121;
  box-shadow: 0px 5px 8px #000000;
  margin: auto;
}

.boxcommission2 {
  width: 80%;
  padding-bottom: 5%;
  border-radius: 20px;
  background-color:#25193C;
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.boxcommission3 {
  width: 80%;
  padding-bottom: 1%;
  border-radius: 50px;
  background-color: #212121;
  box-shadow: 0px 5px 8px #000000;
  margin: auto;
}

.boxDay {
  width: 100%;
  padding-bottom: 0.5%;
  border-radius: 20px;
  background-image: url(../../assets/images/bg8.webp);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  background-size: cover;
  margin: auto;
}

.boxDayD {
  width: 80%;
  padding-top: 2%;
  padding-bottom: 5%;
  border-radius: 40px;
  background-image: linear-gradient(#320341, #3C0553,#320341);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.boxDayD2 {
  width: 80%;
  padding-top: 2%;
  padding-bottom: 5%;
  border-radius: 40px;
  background-image: linear-gradient(#320341, #3C0553,#320341);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.boxDayD3 {
  width: 100px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 40px;
  background-image: linear-gradient(#671940, #671940,#671940);
  margin: auto;
}

.boxDayD4 {
  width: 90%;
  padding-top: 5px;
  padding-bottom: 1px;
  border-radius: 40px;
  background-image: linear-gradient(#320341, #3C0553,#320341);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.boxreward{
  width: 80%;
  height: 80%;
  border-radius: 20px;
  background-image: linear-gradient(#320341, #3C0553,#320341);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.boxrank {
  width: 80%;
  background-image: url(../images/bg5.webp);
  background-size: cover;
  box-shadow: 0px 5px 8px #000000;
  border-radius: 10px;
  margin: auto;
}

.divide {
  height: 1px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}

.bottom-menu-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 25%;
  bottom: -100%;
  transform: translate(-50%, -50%);
  height: 100%;
  /* margin-top: 1.25vw; */
}
.bottom-menu-container .bottom-menu-content {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.bottom-menu-button {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}
.bottom-menu-text {
  position: relative;
  /* margin-top: 2%; */
  width: 100%;
  margin: 0.5vw auto 0;
  font-size: min(3vw, 0.75rem) !important;
}
.boxlower {
  width: 80%;
  border-radius: 20px;
  background-color: #181818;
  box-shadow: 0px 5px 8px #000000;
  margin: auto;
}
.boxlower span {
  font-size: min(2.25vw, 0.75rem) !important;
}
.main-menu-button {
  /* margin-top: -3.5%; */
}
.main-menu-button a {
  /* margin-top: -5%; */
  display: flex;
  flex-direction: column;
}
.main-menu-button .main-menu-icon img {
  width: 100%;
  /* margin-left: 40%;
  margin-top: -25%; */
}
.main-menu-button .main-menu-text {
  font-family: "LSSSetB";
  font-size: 2.25vw !important;
  color: #ffffff;
  margin-top: -0.75vw;
}

.font-lssM {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 0.8rem !important;
}

.font-lssM1r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 1rem !important;
}

.font-lssM1bd {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 1rem !important;
}

.font-lssM1b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 0.6rem !important;
}

.font-lssM2r {
  font-family: LSSSet;
  color: #2AFFB2;
  font-size: 0.6rem !important;
}

.font-lssM2b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 1rem !important;
}

.line {
  width: 60%;
  height: 2px;
  background-color: #ffffff;
  opacity: 10%;
  text-align: center;
}

.font-lssM3r {
  font-family: LSSSet;
  color: #ffee00;
  font-size: 0.8rem !important;
}

.font-lssM4r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 0.8rem !important;
  line-height: 1;
}

.font-lssM5r {
  font-family: LSSSet;
  color: #d0f780;
  font-size: 0.8rem !important;
}

.font-lssM6b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 1rem !important;
  line-height: 1;
}

.font-lssM6r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 1rem !important;
  line-height: 1;
}

.font-lssM7b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 0.8rem !important;
  line-height: 1;
}

.font-lssM7r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 0.8rem !important;
  line-height: 1;
}

.font-lssM8b {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 0.6rem !important;
  line-height: 1;
}

.font-lssM8r {
  font-family: LSSSet;
  color: #ffffff;
  font-size: 0.6rem !important;
  line-height: 1;
}
.user-wallet-summary-container {
  color: #fff;
  font-size: min(10px, 3vw);
  display: flex;
  flex-direction: column;
}

.user-wallet-summary-container .card {
  height: calc(100% + 1rem);
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0) 100%
  );
  box-shadow: 0px 2px 4px black;
  border-radius: 5px;
  /* border: 1px #0f2e39 solid; */
}

.user-wallet-summary-container .brawn-card {
  height: 100%;
  position: relative;
  background: #212121;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: 0px #212121 solid;
}

.receive-button {
  min-width: 30px;
  display: grid;
  place-items: center;
  box-shadow: 0px 2px 4px black;
  border-radius: 5px;
  /* border: 1px #0f2e39 solid; */
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url(../images/bg5.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.receive-button > span {
  padding: 0 8px;
}

.font-title {
  font-family: LSSSetB;
  color: #ffffff;
  font-size: 0.8rem !important;
}

.boxprofile {
  width: 80%;
  padding-top: 0.5%;
  padding-bottom: 4%;
  background-image: url(../images/bg7.webp);
  background-size: cover;
  border-radius: 10px;
  /* background-color: #cccccc; */
  margin: auto;
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  background-repeat: no-repeat;
  background-position: top;
}

.boxprofile2 {
  width: 80%;
  padding-top: 2%;
  padding-bottom: 0.5%;
  background-image: url(../images/bg7.webp);
  background-size: cover;
  border-radius: 10px;
  /* background-color: #cccccc; */
  margin: auto;
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  background-repeat: no-repeat;
  background-position: top;
}

.boxchange {
  width: 40%;
  margin: auto;
}

.box500 {
  width: 340px;
  margin: auto;
}

.w-800 {
  width: 80%;
  margin: auto;
}

.sidebar-menu-modal {
  /* width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s; */
}
.sidebar-menu-bg {
  /* width: 100%;
  height: 100%; */
  background-color: #00000000;
  transition: 0.3s;
}

.sidebar-menu-bg.active {
  background-color: #0000003d;

  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sidebar-menu-container {
  width: 100%;
  max-width: 250px;
  background-color: #150921;
  height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  right: 0;
  z-index: 110;
  transition: 0.3s;
}

.sidebar-menu-container.active {
  left: 0;
}

.sidebar-menu-container.active {
  left: 0;
}
.boxrankside {
  width: 100px;
  border-radius: 15px;
  background-image: linear-gradient(#1a0022,#4d006e, #23002e);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
}

.boxcredit {
  width: 86%;
  border-radius: 10px;
  background-image: linear-gradient(#320341,#3C0553, #320341);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.boxcredit2 {
  width: 93%;
  padding-top: 1px;
  border-radius: 10px;
  background-image: url(../../assets/images/bg7.webp);
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  background-size: cover;
  margin: auto;
}

.boxout {
  width: 90%;
  border-radius: 20px;
  background-color:#25193C;
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  margin: auto;
}

.menu-top-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 2rem auto;
}
.menu-top-container .back-icon {
  width: 100%;
  height: 100%;
  max-width: 32px;
  max-height: 32px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-top-container .back-icon img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
}
.menu-top-container .menu-title {
  width: fit-content;
  min-width: 130px;
  font-family: LSSSetB;
  color: #ffffff !important;
  background-image: linear-gradient(#671940, #671940, #671940) !important;
  box-shadow: 0px 5px 8px #000000;
  border-radius: 500px !important;
  padding: 0.25rem 2.5rem;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-top-container .menu-title.bg {
  background-image: url(../images/bg5.webp) !important;
  background-size: cover;
  color: #fff !important;
}

.swal2-container.swal2-center > .swal2-popup {
  min-height: 280px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: 0px 5px 8px #000000;
  border-radius: 1rem !important;
}
.swal2-title {
  font-family: LSSSetB;
  font-size: 1.25rem !important;
}
.swal2-html-container {
  font-family: LSSSet;
}
.swal2-actions {
  width: 100% !important;
  gap: 1.5rem;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-confirm:focus {
  width: 33.33% !important;
  font-family: LSSSetB;
  color: #181818 !important;
  background-image: url(../images/bg5.webp) !important;
  background-color: transparent !important;
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset, #9115E3 0 0px 4px, 0px 5px 8px #00000090;
  background-size: cover !important;
  border: 0px solid transparent !important;
  border-radius: 500px !important;
  color: #fff !important;
}
.swal2-styled.swal2-cancel {
  width: 33.33% !important;
  color: #fff !important;
  font-family: LSSSetB;
  background-image: linear-gradient(#6f6969, #484848) !important;
  box-shadow: 0px 5px 8px #00000090;
  border-radius: 500px !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset, #9115E3 0 0px 4px, 0px 5px 8px #00000090 !important;
}

.swal2-close {
  background: linear-gradient(180deg, #A51E53 0%, #F61612 50%, #A51E53 100%)  !important;
  box-shadow: 0px 0px 4px #F6124C  !important;
  border-radius: 9999px  !important;
  color: #fff !important;

  right: -1.5rem !important;
  top: -1.25rem !important;
  padding-bottom: 0.4rem !important;
}

.lSSlideOuter .lSPager.lSpg {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem !important;
}
.lSSlideOuter .lSPager.lSpg > li {
  display: flex;
  padding: 0 2px !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  /* width: min(10vw, 15vw); */
  width: 5.5vw;
  height: 1.5vw;
  /* height: 10px; */
  margin: auto;
  border-radius: 25px;
  background-image: linear-gradient(#00722c, #013b00) !important;
  transition: background-image 0.5s;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-image: linear-gradient(#72FFA9, #0EC80B) !important;
}

.dark-button {
  width: fit-content;
  min-width: 160px;
  font-family: LSSSetB;
  color: #ffffff !important;
  background-image: url(../images/bg5.webp);
  background-size: cover;
  box-shadow: rgba(255, 255, 255, 0.661) 0 1px 0 inset,#9115E3 0 0px 4px;
  border-radius: 500px !important;
  padding: 0.5rem 0;
  text-align: center;
  background-color: transparent !important;
  border: 0px !important;
}

.dropdown-item {
  font-family: LSSSet;
  color: #fff !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-image: linear-gradient(#A50B55, #70073a) !important;
  /* background-image: linear-gradient(#e2ffa4, #ceff67, #aaff00) !important; */
  background-color: transparent !important;
  color: #fff !important;
  font-family: LSSSetB;
}
.dark-button.dropdown-toggle::after {
  display: none !important;
}
.text-slider {
  font-family: LSSSetB;
  font-size: 1.2rem;
  color: #aaa;
}

.marquee-m-container,
.marquee-container {
  height: 1.25rem;
  overflow: hidden;
  margin-left: 0.5rem;
}
.marquee-m-text,
.marquee-text {
  position: absolute;
}

@media only screen and (max-width: 550px) {
  .progress-bar-container,
  .progress-bar-container{
    height: min(3.5vw, 1.1rem) !important;
  }
  .progress-bar-box {
    margin-top: 2px;
    height: min(2vw, 0.8rem) !important;
  }
  .progress-bar-content .progress-bar-text {
    font-size: min(3vw, 0.5rem) !important;
  }
  .progress-bar-content .rank-icon {
    width: 3vw;
    height: 3vw;
  }

  .font-wallet {
    font-size: min(2vw, 0.6rem) !important;
  }
  .font-walletb {
    font-size: min(3vw, 0.9rem) !important;
  }

  .lslide img {
    border-radius: 4vw;
  }
  .menu-top-container {
    margin: 5vw auto;
  }
  .menu-top-container .back-icon img {
    max-width: 3.5vw;
    max-height: 3.5vw;
  }
  .menu-top-container .menu-title {
    min-width: auto;
    padding: 1vw 8vw;
    font-size: min(3vw, 0.9rem) !important;
  }
  .text-slider {
    font-size: 0.75rem;
    width: 50% !important;
  }
}

.realtimeP{
  width: 100%;
  padding: 0px 20px;
  background-color: #25193C;
  position: relative;
  border-radius: 20px;
}

.realtimeP::before{
  content: '';
  background: linear-gradient(#bb97ff,#25193C);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 20px;
}

.qr-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  padding: 2rem 1rem 0;
}
.qr-container .logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 6;
}
.qr-payment-container {
  background: #0f3e68;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
.qr-container img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.qr-countdown-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 8 4 0;
}

.animate__animated{
  animation-duration: 1s !important;
}

