@import url("https://use.typekit.net/edw8rsn.css");

* {
  font-family: "preuksa", sans-serif
  /* background-color: #fff; */
}

/* .box-color-orange {
  color: #FD3C08;
}

.box-color-yellow {
  color: #FEC644;
}

.box-color-white {
  color: #FFF;
}

.box-color-gd-dark {
  background: linear-gradient(to bottom, #58534f, #372f2d);
  box-shadow: 0px 0px 16px #0e0e0e26;
} */

/* Navbar */
.navbar-main-lg {
  background-color: #014D4B;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px;
}

.nav-main-menu {
  margin-left: 15px;
}

.navbar-nav .nav-link.active {
  color: #FEC644;
}

.navbar-nav .nav-link.active img {
  color: #FEC644;
  -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
  filter: grayscale(100%) brightness(63%) sepia(170%) hue-rotate(5deg) saturate(500%) contrast(0.9);
}

.navbar-nav .nav-link:hover img {
  color: #FEC644;
  -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
  filter: grayscale(100%) brightness(63%) sepia(170%) hue-rotate(5deg) saturate(500%) contrast(0.9);
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}

.navbar-nav .nav-link:hover {
  color: #FEC644 !important;
  background-color: transparent !important;
}

.col-nav-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navbar-ul {
  display: flex;
  flex-direction: row;
}

.navbar-ul .nav-item {
  padding: 0 8px;
}

.col-nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* exe mood */
.col-nav-right {
  background-color: #1C1C1C;
  /* background-color: #252525; */
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 4px solid #F79433;
  padding: 10px 5px 10px 10px;
}
.textname-box,
.nav-number-point {
  color: #4A4237;
}
.text-name-player {
  color: #ffffff;
}
.warper-box-point {
  display: flex;
}

.warper-box-point {
  margin-right: 10px;
}
.box-nav-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  margin: 0 5px;
  /* background-image: url(../images/bg-point-nav-center.png?v=1.1);x */
  background-repeat: repeat;
  background-position: center;
  height: 38px;
  position: relative;
  background-color: #313131;
  border-radius: 20px;
}

/* .box-nav-point::before {
  content: "";
  display: block;
  background-image: url(../images/bg-point-nav-left.png?v=1.1);
  background-repeat: no-repeat;
  width: 9px;
  height: 37px;
  position: absolute;
  left: -9px;
} */

/* .box-nav-point::after {
  content: "";
  display: block;
  background-image: url(../images/bg-point-nav-right.png?v=1.1);
  background-repeat: no-repeat;
  width: 9px;
  height: 37px;
  position: absolute;
  right: -9px;
} */

.box-nav-point p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -2px;
  color: #fff;
}

.col-id-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.textname-box {
  margin: 0 6px;
}

.box-nav-left-data {
  display: flex;
  align-items: center;
  position: relative;
}

.btn-topup-sp {
  margin-bottom: 2px;
  margin-left: 7px;
}

.box-nav-more {
  width: 36px;
  height: 36px;
  padding: 0;
  margin-left: 0px;
}

.box-nav-more.show {
  border: none !important;
}

.box-nav-more:focus {
  border: none !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dd-menu {
  top: 3.5rem !important;
  left: -225px !important;
  margin-top: var(--bs-dropdown-spacer);
}

.dd-menu li a:hover {
  background-color: #fec64400;
  color: #0baa7e !important;
}


.btn-menu-sm {
  display: none;
}

.warper-col-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar-mobile {
  display: none;
}

.nav-link.active {
  color: #FEC644 !important;
}

.box-nav-id {
  margin-left: 5px;
}

.text-name-player {
  font-size: 16px;
  font-weight: 400;
}

.box-id-player {
  font-size: 12px;
  font-weight: 300;
  color: #BABABA;
}

.text-id-player {
  font-size: 12px;
  font-weight: 300;
  color: #BABABA;
}

.img-rank-player {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-left: 5px;
  display: none;
}

.dd-big-nav .dropdown-menu.show {
  display: block;
  background-color: #372f2d;
  padding: 15px 25px 15px 25px;
  width: 260px;
}

.dropdown-item-link {
  color: #fff !important;
  padding: 0 !important;
  text-decoration: none;
  font-weight: 300;
}

.li-dd-item-link {
  padding: 10px 0;
}

.line-dd {
  margin: 0;
  color: #fff;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.main-logo {
  width: 70px;
}

/* end-navbar */

@media (max-width: 1400px) {
  .nav-number-point {
    margin-left: 7px;
  }

  .col-nav-left a img.main-logo {
    /* width: 120px; */
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }

  .box-nav-point p {
    font-size: 12px;
    padding-top: 2px;
  }

  .text-name-player {
    font-size: 14px;
  }

  .box-id-player,
  .text-id-player {
    font-size: 10px;
  }
}

@media (max-width: 1300px) {}

@media (max-width: 1200px) {
  .box-nav-point {
    height: 30px;
    background-size: contain;
    /* margin: 0 12px; */
  }

  .box-nav-point::after {
    background-size: contain;
    width: 8px;
    height: 30px;
    right: -8px;

  }

  .box-nav-point::before {
    background-size: contain;
    width: 8px;
    height: 30px;
    left: -8px;
    background-position: center right;
  }

  .navbar-main-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .col-nav-left a img.main-logo {
    width: 80px;
  }
  .col-nav-left .nav-item img {
    display: block;
    text-align: center;
    margin: 3px auto 3px auto;
  }
  .col-nav-left .nav-item span {
    display: block;
  }
  .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 300;
  }

  .navbar-ul .nav-item {
    padding: 0 10px;
  }

  .box-nav-left-data img {
    width: 14px;
  }

  .textname-box {
    display: none;
  }

  .text-name-player {
    font-size: 12px;
  }

  .box-nav-point p {
    padding-top: 2px;
  }

  .box-nav-left-data {
    padding-top: 2px;
  }

  .col-nav-right .dropdown-item {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {

  .box-nav-left-data p {
    margin: 0 3px;
  }

  .box-nav-point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0 12px; */
  }

  .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 400;
  }

  .navbar-ul .nav-item {
    padding: 0 6px;
  }

  .navbar-ul .nav-item img {
    width: 14px;
    object-fit: contain;
    margin-top: -2px;
  }

  .box-nav-more {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .textname-box {
    display: none;
  }

  .box-nav-point p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .dd-menu {
    top: 2.8rem !important;
    left: -225px !important;
    margin-top: var(--bs-dropdown-spacer);
  }

  .btn-topup-sp img {
    width: 10px;
  }
}

@media (max-width: 992px) {

  .dd-big-nav {
    display: block;
  }

  .dd-menu {
    top: 2.8rem !important;
    left: -225px !important;
    margin-top: var(--bs-dropdown-spacer);
  }

  .btn-menu-sm {
    display: block;
  }

  .nav-main-menu {
    display: none;
  }

  .warper-col-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .col-nav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .col-nav-left {
    display: flex;
    width: 22%;
    margin-bottom: 0;
  }

  .col-nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    justify-content: flex-end;
    padding: 10px 5px 10px 5px;
  }

  .box-nav-point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 6px;
  }

  .navbar-main-lg {
    /* background-color: #372f2d; */
    padding: 5px 0;
  }

  .box-offcanvas {
    width: 60% !important;
    background-color: #111111;
  }

  .offcanvas-header {
    padding: 15px 25px;
  }

  .btn-close {
    background-image: url(../images/ic-close.svg) !important;
    opacity: 1;
  }

  .offcanvas-backdrop.show {
    opacity: .7 !important;
  }

  .navbar-ul {
    display: flex;
    flex-direction: column;
  }

  .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 500;
  }

  .navbar-ul .nav-item {
    padding: 10px 15px;
  }

  .boxwarp-col-btn-shop-nav .col-btn-shop-right {
    display: flex;
    flex-direction: column;
  }

  .boxwarp-col-btn-shop-nav .button-topup-right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #4A4237;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .btn-logout {
    background-color: #FEC644;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #111111;
  }

  .navbar-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background-color: #1C1C1C;
  }

  .warper-nav-mb {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    padding-top: 12px;
    justify-content: space-evenly;
  }

  .warper-nav-mb div a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .warper-nav-mb div button {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .warper-nav-mb div {
    text-align: center;
  }

  .col-btn-mb-05 .dd-big-nav {
    display: block;
  }

  .col-btn-mb-05 .dd-menu {
    bottom: 0.5rem !important;
    left: 40px !important;
    margin-top: var(--bs-dropdown-spacer);
  }

  .box-nav-left-data img {
    width: 14px;
    height: 14px;
    object-fit: contain;
  }

  .textname-box {
    display: none;
  }

  .btn-shop-nav-md {
    width: 140px;
    position: relative;
    top: -46px;
  }

  .ic-nav-md {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 2px;
  }

  .col-btn-mb-05 .dropdown-menu.show {
    position: absolute;
    inset: auto 0px 0px auto;
    margin: 0px -50px 32px 0px !important;
    transform: translate3d(0px, -32px, 0px);
    background-color: #372f2d;
    padding: 15px 25px 15px 25px;
    width: 200px;
  }

  .warper-nav-mb .dropdown-item-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .box-nav-more:active {
    color: #FEC644 !important;
  }

  .box-nav-more:focus {
    color: #FEC644 !important;
  }

}

@media (max-width: 768px) {

  .box-offcanvas {
    width: 60% !important;
    background-color: #111111;
  }

  .ic-nav-md {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .warper-nav-mb div a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
  }

  .warper-nav-mb div button {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
  }

}

@media (max-width: 576px) {
  .col-nav-left {
    display: none;
  }

  .warper-col-nav {
    justify-content: end;
  }

  .col-nav-right {
    width: 100%;
  }

  .warper-box-point {
    margin-right: auto;
  }

  .img-rank-player {
    width: 30px;
    height: 30px;
  }

  .navbar-main-lg {
    padding: 5px 0px 7px 0px;
  }

  .box-nav-more {
    margin-left: 0px;
  }

  .col-id-right {
    align-self: center;
  }

  .box-nav-point p {
    font-size: 10px;
    padding-top: 3px;
  }

  .btn-shop-nav-md {
    width: 80px;
    top: -23px;
  }

  .warper-nav-mb {
    height: 50px;
    padding-top: 4px;
  }

  .warper-nav-mb div button {
    font-size: 12px;
  }

  .warper-nav-mb div a {
    font-size: 12px;
  }

  .warper-nav-mb .dropdown-item-link {
    font-size: 12px;
    font-weight: 400;
  }
}

@media (max-width: 460px) {

  .box-offcanvas {
    width: 100% !important;
    background-color: #111111;
  }

  .col-nav-left {

    display: none;
  }

  .col-nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .warper-col-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .textname-box {
    display: none;
  }

  .ic-nav-md {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .dropdown-item {
    color: #fff;
    font-size: 14px;
  }

  .box-id-player {
    font-size: 10px;
    font-weight: 300;
    color: #A0A0A0;
  }

  .text-id-player {
    font-size: 10px;
    font-weight: 300;
    color: #A0A0A0;
  }

  .dd-menu {
    top: 2.8rem !important;
    left: -125px !important;
    margin-top: var(--bs-dropdown-spacer);
  }

  .col-btn-mb-05 .dropdown-menu.show {
    position: absolute;
    inset: auto 0px 0px auto;
    margin: 0px -15px 10px 0 !important;
    transform: translate3d(0px, -32px, 0px);
    padding: 10px 15px 10px 15px;
    width: 160px;
  }

  .li-dd-item-link {
    padding: 8px 0;
  }

}

@media (max-width: 370px) {

  .text-id-player,
  .box-id-player {
    font-size: 8px;
  }

  .text-name-player {
    font-size: 10px;
  }
}