@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

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

p {
  margin-top: 0;
  margin-bottom: 0;
}

:root {
  --primary-color: #0232ff;
  --secondary-color: #010056;
  --ternary-color: #01002b;
  --primary-gradient: linear-gradient(180deg, #0232ff, #010056);
  --nav-gradient: linear-gradient(90deg,
      var(--secondary-color),
      var(--primary-color),
      var(--secondary-color));

  --text-primary: #000;
  --text-secondary: #fff;
  --text-grey: #a3a3a3;

  --max-width: 1440px;

  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: -10px;
  --swiper-navigation-color: var(--swiper-theme-color);
}

body {
  font-family: "Prompt", sans-serif;
  overflow: hidden;
}

/* NAV BAR*/
.nav {
  width: 100%;
  padding: 0;
  background: linear-gradient(180deg,
      var(--primary-color),
      var(--secondary-color));
  position: fixed;
  top: 0;
  z-index: 10;
}

.nav-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.nav-top {
  width: 100%;
  background: #000;
  padding: 5px;
}

.nav-top-wrap {
  width: 100%;
  max-width: 1440px;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0px 5px;
}

.nav-top-button {
  display: flex;
  gap: 10px;
}

.nav-top-button span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.nav-top-button a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-top-button a button {
  outline: none;
}

.nav-top-button a img {
  height: 40px;
}

.nav-top-button span svg {
  height: 25px;
  width: 25px;
  /* fill: #fff; */
}

.nav-top-button button {
  width: 120px;
  height: 30px;
  border: none;
  cursor: pointer;
}

#nav-top-login button {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #b9b9b9 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffd382;
  border-radius: 5px 5px 5px 5px;
  color: #0009ba;
}

#nav-top-regis button {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(180deg, #007bff 0%, #044b97 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffd382;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
}

.nav-top-logo a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.nav-top-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}

.nav-top-menu-logo {
  width: 15%;
  display: flex;
  align-items: center;
}

.nav-top-menu-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.nav-top-menu-logo a img {
  height: 60px;
  object-fit: contain;
}

.top-menu.mobile {
  display: none;
}

.top-menu {}

.nav-list-menu {
  width: auto;
}

.nav-list-menu ul {
  width: 100%;
  display: flex;
  list-style: none;
  /* justify-content: center; */
}

.nav-list-menu ul li {
  min-width: 120px;
  margin: 0;
}

.nav-list-menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  text-decoration: none;
}

.nav-list-menu ul li a:hover {
  background-color: transparent;
  background-image: radial-gradient(circle at 50% 1%, #ffd640, #a50000 88%);
}

.nav-list-menu ul li i svg {
  height: 30px;
}

.nav-list-menu ul li i svg {
  fill: rgb(0, 238, 255);
}

.nav-list-menu ul li i svg g,
.nav-list-menu ul li i svg path {
  fill: rgb(0, 238, 255);
}

.nav-list-menu ul li a:hover svg {
  fill: rgb(255, 255, 255);
  transform: translateY(-2px);
  transition: 0.1s ease-in;
}

.nav-list-menu ul li a:hover path,
.nav-list-menu ul li a:hover svg g {
  fill: rgb(255, 255, 255);
}

.nav-top-balance {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-balance {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #434343;
  padding: 2px 5px;
  border-radius: 15px;
}

.top-balance img {
  height: 20px;
  margin-right: 5px;
}

.top-balance svg {
  color: #fff;
}

.top-balance span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100px;
  color: #fff;
}

.top-balance span p {
  margin-bottom: 0;
}

@media screen and (max-width: 441px) {
  .nav-top-menu-logo a img {
    height: 50px;
  }

  .top-menu.mobile {
    display: flex;
  }

  .top-menu a {
    text-decoration: none;
    color: #fff;
  }
}

/* Sub Nav */

.subnav {
  display: none;
  transition: 0.2s ease-in;
}

.subnav.active {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000099;
}

.subnav-container {
  width: 80%;
  background: var(--secondary-color);
  height: 100%;
  position: relative;
}

#close-subnav {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}

#open-subnav,
#close-subnav {
  cursor: pointer;
}

#close-subnav svg {
  color: #fff;
  width: 50px;
  height: 50px;
}

#open-subnav {
  display: none;
}

#open-subnav svg {
  color: #fff;
  width: 40px;
  height: 40px;
}

.subnav-top {
  padding: 15px;
}

.subnav-top p {
  color: #00eeff;
  font-size: 1.5rem;
  font-weight: 700;
}

.subnav-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.subnav-menu ul a {
  width: 100%;
  padding: 15px 25px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #ffffff33;
}

.subnav-menu ul a:hover {
  background: var(--ternary-color);
}

.subnav-menu ul a li {
  width: 100%;
  display: flex;
  align-items: center;
}

.subnav-menu ul a li svg {
  color: #fff;
  margin-right: 10px;
}

.subnav-menu-active {
  border-left: 2px solid #00eeff;
  background: var(--ternary-color);
}

.subnav-menu ul a li p {
  margin-bottom: 0;
}

.subnav-profile {
  width: 100%;
}

.subnav-profile-account {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subnav-profile-account span {
  display: flex;
  align-items: center;
}

.subnav-profile-account span svg {
  height: 40px;
  color: #fff;
  margin-right: 5px;
}

.subnav-profile-account span p {
  font-size: 1rem;
  color: #fff;
}

.subnav-profile-balance {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 15px;
}

.subnav-profile-balance img {
  height: 20px;
  margin-right: 5px;
}

.subnav-profile-balance label {
  color: #000;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.subnav-profile-balance svg {
  color: #000;
  margin-left: 10px;
}

.subnav-profile-rank {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.subnav-profile-rank span {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.subnav-profile-rank span img {
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.subnav-profile-rank span p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

progress::-webkit-progress-bar {
  border-radius: 10px;
  background-color: #ffffff;
}

progress::-webkit-progress-value {
  background-color: #e9b033;
}

.subnav-profile-rank progress {
  width: 100%;
  margin-top: 10px;
  height: 5px;
  border-radius: 10px;
  background-color: #e9b033;
}

/* Sub Nav */

@media screen and (max-width: 441px) {
  .nav-list-menu.desktop {
    display: none;
  }

  .nav-top-menu {
    width: 100%;
    justify-content: space-between;
  }

  #open-subnav {
    display: flex;
  }

  .service-menu.desktop {
    display: none;
  }

  .nav-contactme svg {
    width: 35px;
    height: 35px;
  }

  .nav-gohome svg {
    color: #fff;
  }

  .nav-contactme svg {
    height: 30px;
    color: #ffe800;
  }

  .nav-contactme,
  .nav-gohome {
    display: flex;
  }

  .nav-contactme a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-contactme a p {
    font-size: 0.6rem;
    color: #ffe800;
  }

  .nav-contactme {
    order: 1;
  }

  .nav-contactme a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-top-menu-logo {
    order: 2;
  }

  .open-subnav {
    order: 3;
  }
}

@media screen and (min-width: 441px) {
  .service-menu.mobile {
    display: none;
  }

  .nav-contactme,
  .nav-gohome {
    display: none;
  }
}

/* NAV BAR*/

/* MOBILE NAV */
.mobile-nav {
  width: 100%;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #c5c5c5, #fafafa);
  border-radius: 20px 20px 0px 0px;
  margin: auto;
  display: none;
  z-index: 15;
  box-shadow: 2px 0px 25px #0000005e;
}

.mobile-nav-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}

.mobile-nav-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}

.mobile-nav-wrap a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  position: relative;
  height: 100%;
}

.mobile-nav-menu svg {
  color: #274995;
  height: 40px;
    width: 40px;
}

.mobile-nav-menu p {
  color: #274995;
  font-size: 1.5rem;
}

.middle-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
}

.middle-menu img {
  position: absolute;
  width: 60px !important;
  height: 60px;
  transform: translateY(-50%);
}

.mobile-nav-menu img {
  width: 25px;
  object-fit: contain;
}

@media screen and (max-width: 680px) {
  .mobile-nav {
    display: flex;
  }
}

/* MOBILE NAV */

/* POPUP */
.pop-up {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000b2;
  z-index: 12;
  display: none;
  justify-content: center;
  align-items: center;
}

.pop-up.active {
  display: flex;
}

.login-popup {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 25px 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #035fc2 0%, #021f3d 100%);
}

.login-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-logo img {
  height: 80px;
  object-fit: contain;
}

.login-logo p {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 10px auto 25px auto;
}

#login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: auto;
}

.login-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.login-action p {
  color: #fff;
}

.login-action span {
  display: flex;
  justify-content: space-between;
}

#login-form>input {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  margin-bottom: 10px;
}

#login-form .password {
  position: relative;
  width: 100%;
}

#login-form .password>input {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  margin-bottom: 10px;
}

#login-form .password svg {
  position: absolute;
  right: 10px;
  top: 5px;
}

.login-action input[type="checkbox"] {
  margin-right: 5px;
}

.login-button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: auto;
  margin-top: 1rem;
}

.login-button-wrap a {
  width: 100%;
}

.login-button-wrap button {
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  outline: none;
  margin-bottom: 10px;

  cursor: pointer;
}

.popup-login-btn {
  border: 1px solid #ffce00;
  background: linear-gradient(#ffce00, #9d8317);
}

.popup-regis-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.login-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 15px;
}

.login-bottom p {
  color: #a5a5a5;
  margin-right: 10px;
}

.login-bottom a {
  color: #ffce00;
}

/* POPUP */

/* CAROUSEL */
.carousel-box {
  width: 100%;
  background: #01002b;
  padding-top: 120px;
}

.swiper {
  width: 100%;
  height: auto;
  /* max-width: 1440px; */
}

.swiper-slide img {
  width: 100%;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

@media screen and (max-width: 441px) {
  .swiper {
    width: 100%;
    height: auto;
  }

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

/* CAROUSEL */

/* SERVICE MENU */
.content {
  width: 100%;
  background: url('../img/bg.webp') no-repeat center right/cover;
  background-attachment: fixed;
  padding: 20px 15px 50px 15px;
}

.service-menu {
  width: 100%;
}

.slide-menu ul {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  list-style: none;
  align-items: center;
  overflow-x: scroll;
  justify-content: center;
}

.slide-menu ul li {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #0b3683 0%, #00043afc 100%);
  border: 2px solid #2063b9;
  border-radius: 5px;
  margin-right: 5px;
}

.slide-menu ul li:hover {
  background: radial-gradient(100% 100% at 50% 0,
      #66f4fe 0,
      #3389ff 44%,
      #143cb4 100%) !important;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(66 160 255);
  border: 2px solid #ffffff;
}

.slide-menu ul li span label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.slide-menu ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.slide-menu ul li span svg {
  width: 30px;
  height: 30px;
}

.slide-menu ul li span img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.service-box {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.service-box h3 {
  color: #fff;
  margin: 15px auto;
}

.service-box hr {
  width: 150px;
  height: 2px;
  background: #c9c9c9;
  border-radius: 10px;
  border: none;
  margin: 5px 0px 2rem 0px;
}

.service-box .item-box {
  height: 250px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
}

.service-box .item-box img {
  height: 100%;
}

.club-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0a1333;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a4a4a463;
}

.club-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.club-box p {
  font-size: 10px;
  font-weight: 500;
  color: #a3a3a3;
}

.club-link {
  text-decoration: none;
}

.club-select {
  position: relative;
  display: flex !important;
}

.club-active {
  width: 140px;
  z-index: 2;
  margin-right: 5px;
}

.club-active .club-box {
  background: var(--ternary-color);
  border: 1px solid #00eeff;
}

.club-active .club-box p {
  color: #fff;
}

.swiper-wrapper {
  margin: 0 auto;
}

.club-wrap {
  display: flex;
}

@media screen and (max-width: 441px) {
  .club-active {
    width: 100px;
    z-index: 2;
    margin-right: 5px;
  }

  .club-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}

/* SERVICE MENU */

/* SERVICE SELECTION */

.service-selection {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.selection-box {
  display: flex;
  align-items: center;
  padding: 10px;
  flex-direction: column;
    height: 200px;
    justify-content: center;
  background: linear-gradient(90deg, #0b3683 0%, #00043afc 100%);
  border-radius: 10px;
  border: 2px solid #2063b9;
  cursor: pointer;
  color: #fff;
}

.selection-box img {
  width: 100px;
  height: 100px;
}

.selection-box label {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 10px;
}

.selection-box span {
  display: flex;
  align-items: center;
}

.selection-box.active,
.selection-box:hover {
  background: radial-gradient(100% 100% at 50% 0,
      #66f4fe 0,
      #3389ff 44%,
      #143cb4 100%) !important;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(66 160 255);
  border: 2px solid #ffffff;
}

.service-grid-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  justify-content: start;
}

.service-item {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.service-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  background: linear-gradient(0deg, #03014d 50%, transparent);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.service-item:hover p {
  background: #3388ffea;
}

.service-item img {
  width: 100%;
}

.service-icon-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-top: 25px;
}

.service-icon-box {
  width: 100%;
  display: none;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.service-icon-box.active {
  display: flex;
}

.service-icon-box h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
}

#slot-pg {
  display: none;
}

.service-slot-wrap {
  display: none;
}

.service-slot-wrap.active {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 441px) {
  

  .service-grid-wrap {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .service-grid-wrap.slot-wrap {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .service-grid-wrap.slot-wrap .service-item p {
    font-size: 0.8rem;
  }

  .selection-box {
    padding: 5px;
  }

  .selection-box label {
    font-size: 1.8rem;
    font-weight: 400;
  }

}

/* SERVICE SELECTION */

/* MAIN CONTENT */

/* GAME */
.game-box {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ffffff4f;
}

.game-image {
  border-radius: 10px 10px 0px 0px;
}

.game-hot-icon {
  position: absolute;
  right: 0;
  top: -5px;
  width: auto !important;
  height: 40px !important;
  object-fit: contain;
}

.game-info {
  height: 50px;
  width: 100%;
  bottom: 0;
  background-color: #212946f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  border-radius: 0px 0px 10px 10px;
  padding: 0 10px;
}

.game-company {
  width: 30px;
  height: 40px;
  transform: translate(10px, -50%);
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: 10px;
}

.game-company img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.game-name {
  width: 100%;
}

.game-name p {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  transform: translateY(-10px);
  color: #fff;
  font-weight: 600;
  margin: auto;
}

.swiper-slide {
  position: relative;
}

.game-play {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 4, 26, 0);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.1s ease-in;
}

.game-box:hover .game-play {
  top: 0;
  left: 0;
  transform: translateY(0%);
  transition: 0.1s ease-in;
  background-color: rgba(0, 4, 26, 0.9);
}

.play-btn {
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .game-box {
    width: 100%;
    position: relative;
  }

  .game-info {
    height: 30px;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-15%);
  }
}

/* GAME */

/* SERVICE */
.service-all-wrap {
  width: 100%;
  max-width: var(--max-width);
  margin: 15px auto;
  padding: 10px;
}

.service-all-wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #0285ff;
}

.service-all {
  width: 100%;
  max-width: var(--max-width);
  margin: auto;

  border-bottom: 1px solid #ffffff48;
}

.service-all.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.service-all p {
  font-size: 16px;
  font-weight: 500;
  color: #0285ff;
}

.service-all.logo img {
  height: 50px;
  margin: 5px 5px 0px 0px;
  object-fit: contain;
  filter: grayscale(1);
}

.service-all.logo img:hover {
  filter: grayscale(0);
}

.service-container {
  margin-top: 50px;
}

.service-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.service-game {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-game img {
  margin-right: 0;
}

.service-game p {
  color: #b4b4b4;
}

@media screen and (max-width: 441px) {
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .service-game p {
    font-size: 12px;
  }

  .game-company {
    transform: translate(5px, -30%);
  }

  .service-all.logo {
    justify-content: space-between;
  }

  .service-all.logo img {
    height: 45px;
  }
}

@media screen and (max-width: 390px) {
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

/* SERVICE */

/* SWIPER */
.swiper-pagination-bullet {
  width: 10px !important;
  height: 3px !important;
  border-radius: 0 !important;
  transition: 0.1s ease-in;
}

.swiper-pagination-bullet-active {
  width: 25px !important;
  transition: 0.1s ease-in;
}

/* SWIPER */

/* LIVESCORE */
.live-score {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.top-live-score {
  display: flex;
  justify-content: space-between;
}

.top-live-score h3 {
  color: #fff;
}

.wg_widget {
  max-width: 1440px;
  margin: 10px auto 25px auto;
  background: #232b3b;
  border-radius: 14px;
  box-shadow: 0 2px 16px #0004;
}

.wg_toolbar {
  background: #151926;
  padding: 8px 12px;
  border-radius: 14px 14px 0 0;
  display: grid
;
    gap: 3px;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}

@media screen and (min-width:500px) {
  .wg_toolbar {
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
}

.wg_button_toggle {
  color: #fff;
  background: #272d40;
  border-radius: 4px;
  padding: 5px 18px;
  cursor: pointer;
  font-size: 26px;
  user-select: none;
}

.wg_button_toggle.wg_active {
  background: #a91b1b;
}

.wg_dropdown {
  position: relative;
}

.wg_dropbtn {
  color: #fff;
  background: #1d2231;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 25px;
}

.wg_dropdown-content {
  display: none;
  position: absolute;
  background: #232b3b;
  min-width: 150px;
  z-index: 1;
  box-shadow: 0 2px 10px #0005;
}

.wg_dropdown-content a {
  color: #fff;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
}

.wg_dropdown-content a:hover {
  background: #66f4fe;
  color: #000;
}

.wg_dropdown:hover .wg_dropdown-content {
  display: block;
}

.wg-table {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.wg-table thead {
  background: #232b3b;
  font-weight: 700;
}

.wg-table tr.wg_league_header td {
  background: #1d2231;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.wg-table td,
.wg-table th {
  padding: 6px 5px;
}

.badge-status {
  font-size: 13px;
}

@media (max-width: 600px) {
  .wg_widget {
    max-width: 100%;
    border-radius: 0;
  }

  .wg-table,
  .wg-table th,
  .wg-table td {
    font-size: 18px;
  }
}

/* LIVESCORE */

/* MAIN CONTENT */

/* ACCOUNT */

.account {
  padding-top: 110px;
  background: var(--secondary-color);
  height: 100vh;
}

.account-profile {
  background: linear-gradient(180deg, #2063b9, #010056);
}

.account-profile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 10px 15px;
}

.account-profile-top>span {
  display: flex;
  padding: 10px;
}

.account-profile-top p,
.account-profile-top span svg {
  color: #fff;
}

.account-profile-top svg {
  margin-right: 5px;
}

.account-profile-balance {
  display: flex;
  align-items: center;
}

.account-profile-balance span {
  display: flex;
  align-items: center;
}

.account-profile-balance span img {
  height: 20px;
  margin-right: 5px;
}

.account-profile-balance svg {
  margin-left: 10px;
}

.account-profile-balance {
  padding: 2px 5px;
  border-radius: 15px;
  background: #fff;
}

.account-profile-bank {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 95%;
  margin: auto;
  border-radius: 10px;
  background: linear-gradient(to top, #c5c5c5, #fafafa);
  max-width: 400px;
}

.account-profile-bank img {
  width: 80px;
  height: 80px;
}

.account-profile-bank .bold {
  font-weight: 600;
}

.account-profile-bank .bank-info {
  margin-left: 10px;
}

.account-profile-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  max-width: 400px;
  margin: auto;
  margin-top: 1rem;
}

.account-profile-menu a {
  text-decoration: none;
}

.account-menu-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  cursor: pointer;
}

.account-menu-box:hover svg,
.account-menu-box:hover p {
  color: #fff;
}

.account-menu-box svg,
.account-menu-box p {
  color: #c2c2c2;
}

.account-menu-box svg {
  /* fill: #c2c2c2; */
}

.account-profile-rank {
  background: #fff;
  width: 95%;
  max-width: 400px;
  margin: 15px auto 10px;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
}

.account-profile-rank img {
  margin-right: 10px;
}

.account-profile-rank .bold {
  font-weight: 600;
}

progress::-webkit-progress-bar {
  border-radius: 10px;
  background-color: #ffffff;
}

progress::-webkit-progress-value {
  background-color: #e9b033;
}

.account-profile-rank progress {
  width: 100%;
  margin-top: 10px;
  height: 5px;
  border-radius: 10px;
  background-color: #e9b033;
}

.rank-info {
  width: 100%;
}

/* ACCOUNT */

/* ACCOUNT FINANCE */
.account-finance-menu {
  display: flex;
  justify-content: space-evenly;
  background: #2063b9;
  padding: 10px;
}

.finance-menu-wrap {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}

.finance-menu a {
  text-decoration: none;
  color: #fff;
}

.finance-menu.active {
  border-bottom: 2px solid #fff;
}

.deposit-option {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  margin: 1rem auto 0rem auto;
  border-radius: 10px;
  width: 95%;
  background: linear-gradient(to top, #c5c5c5, #fafafa);
  border: 2px solid #c5c5c5;
}

.deposit-option:hover {
  background: linear-gradient(to bottom, #c5c5c5, #fafafa);
  cursor: pointer;
  transform: scale(0.98);
  transition: 0.2s ease-in;
  border: 2px solid #ffce00;
}

.deposit-option img {
  height: 80px;
  margin-right: 10px;
}

.deposit-option-info p:nth-child(1) {
  font-weight: 600;
  font-size: 1.1rem;
}

.deposit-tag {
  display: flex;
}

.deposit-tag label {
  padding: 2px 5px;
  background: #0000003f;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 0.8rem;
}

.deposit-container{
  display: none;
}

.deposit-container.active{
  display: flex;
}

.deposit-box {
  width: 100%;
  height: 100vh;
  max-width: 500px;
  margin: 20px auto 0px auto;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 15px;
  background: linear-gradient(to top, #c5c5c5, #fafafa);
}

.deposit-box h3 {
  font-weight: 600;
}

.account-profile-deposit {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.deposit-account-card {
  width: 100%;
  margin: 1rem auto;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 4px 15px #00000054;
  background: url('../img/card.webp') no-repeat center bottom/cover;
}

.deposit-account-card img {
  height: 100px;
}

.acc-bank {
  font-weight: 600;
      color: #274995;

}

.acc-number {
  font-size: 1.2rem;
  font-weight: 500;
}

.deposit-box-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.deposit-box-input span {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;

}

.deposit-box-input span input[type='number'] {
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #6b6b6b;
  outline: none;

}

.deposit-box-input span label {
  position: absolute;
  right: 10px;
  top: 6px;

}

.add-more-money {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
gap: 5px;
margin-top: 1rem;
}

.money-btn {
  width: 100%;
    margin: auto;
    padding: 10px 15px;
    background: linear-gradient(45deg, #2063b9, #274995);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.money-btn:hover{
  background: linear-gradient(45deg, #274995, #2063b9);
  border: 1px solid #ffce00;
}

.deposit-btn{
  margin-top: 1rem;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #2063b9;
    background: none;
    color: #2063b9;
    font-size: 1.2rem;
    cursor: pointer;
}

.deposit-btn:hover{
    background: #274995;
    color: #fff;
}

/* ACCOUNT FINANCE */