body {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.wbg {
  background-image: url(../../images/wbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0D041E inset !important;
  -webkit-text-fill-color: #e9d7ad;
}
body.sticky {
  padding-top: 140px;
}
body .header-wrapper {
  max-width: none;
  width: 100%;
  height: 80px;
}
body .header-wrapper > a,
body .header-wrapper > div {
  position: absolute;
}
body .header-wrapper > a.left,
body .header-wrapper > div.left {
  left: 50px;
}
body .header-wrapper > a.left > img,
body .header-wrapper > div.left > img {
  width: 45px;
}
body .header-wrapper > a.left > span,
body .header-wrapper > div.left > span {
  font-size: 14px;
}
body .header-wrapper > a.center > img,
body .header-wrapper > div.center > img {
  height: 65px;
}
body .header-wrapper > a.right,
body .header-wrapper > div.right {
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .header-wrapper > a.right > img,
body .header-wrapper > div.right > img {
  width: 45px;
}
body .header-wrapper > a.right > span,
body .header-wrapper > div.right > span {
  font-size: 1.2rem;
  margin-right: 15px;
}
body .header-wrapper > a.right .actionbtn,
body .header-wrapper > div.right .actionbtn {
  width: auto;
  max-width: none;
  gap: 0;
  margin: 0;
  padding: 0;
}
body .header-wrapper > a.right .actionbtn > button,
body .header-wrapper > div.right .actionbtn > button {
  margin-left: 10px;
  min-width: 150px;
}
body .top-nav-wrapper {
  display: flex;
  justify-content: center;
  height: 60px;
  position: fixed;
  top: 80px;
  margin: 0;
}
body .top-nav-wrapper > li {
  width: 150px;
  height: 45px;
}
body .top-nav-wrapper > li > a > span {
  font-size: 1.4rem;
  line-height: 1;
}
body .channel-options {
  display: -webkit-box;
  overflow-x: scroll;
  padding-bottom: 10px;
}
body .channel-options::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
body .channel-options::-webkit-scrollbar-track {
  background-color: transparent;
}
body .channel-options::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #331e5f;
}
body .banner-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
body .banner-overlay .banner-wrapper {
  max-width: 1280px;
}
body .banner-overlay .banner-wrapper > div > a > img {
  border-radius: 8px;
}
body .static-banner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
body .static-banner-wrapper > img {
  width: 100%;
  max-width: 1280px;
  border-radius: 8px;
}
body .error-msg-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .error-msg-wrapper .error-msg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
  justify-content: center;
  align-items: center;
}
body .error-msg-wrapper .error-msg-container > img {
  width: 180px;
  margin-bottom: 30px;
}
body .error-msg-wrapper .error-msg-container > span {
  color: #fff;
  font-size: 1.6rem;
}
body .actionbtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
body .actionbtn > button {
  max-width: 250px;
}
body .desktop-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .desktop-wrapper > ul,
body .desktop-wrapper > div {
  max-width: 1280px;
}
body .desktop-wrapper > ul.member-area,
body .desktop-wrapper > div.member-area {
  max-width: 1280px;
}
body .desktop-wrapper .index-games-wrapper > h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body .desktop-wrapper .index-games-wrapper > ul {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
body .desktop-wrapper .index-games-wrapper > ul::-webkit-scrollbar {
  width: 10px;
  height: 7px;
  background-color: transparent;
}
body .desktop-wrapper .index-games-wrapper > ul::-webkit-scrollbar-track {
  background-color: transparent;
}
body .desktop-wrapper .index-games-wrapper > ul::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #511684;
}
body .desktop-wrapper .index-games-wrapper > ul > li {
  width: calc((100% - 60px) / 6);
  margin-right: 10px;
}
body .desktop-wrapper .basic-game-wrapper > li {
  width: calc((100% - 80px) / 5);
  margin: 0;
  margin-bottom: 20px;
}
body .desktop-wrapper .basic-game-wrapper > li:not(:nth-of-type(5n)) {
  margin-right: 20px;
}
body .desktop-wrapper .basic-game-wrapper.double {
  justify-content: center;
}
body .desktop-wrapper .basic-game-wrapper.double > li {
  width: calc((100% - 20px) / 2);
  margin: 0;
  margin-bottom: 20px;
}
body .desktop-wrapper .basic-game-wrapper.double > li:nth-of-type(odd) {
  margin-right: 20px;
}
body .desktop-wrapper ul.gl-list.fullver {
  overflow: hidden;
  grid-template-columns: 100%;
}
body .desktop-wrapper ul.gl-list > div > img {
  max-width: 150px;
}
body .desktop-wrapper ul.gl-list {
  grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}
body .desktop-wrapper ul.gc-list li span.gc-title {
  font-size: 1.4rem;
}
body .desktop-wrapper ul.selprovider li {
  height: 120px;
}
body .desktop-wrapper ul.selprovider li img {
  width: 60px;
  height: 60px;
}
body .desktop-wrapper ul.selprovider li a span.ddp-name {
  font-size: 1.2rem;
}
body .desktop-wrapper ul.selprovider {
  max-width: 850px;
}
body .desktop-wrapper .lobbywrap {
  width: 100%;
  margin-top: 15px;
}
body .desktop-wrapper .qi-wrap.cashback {
  font-size: 1rem;
}
body .desktop-wrapper .qi-wrap.cashback .qi-desc > div > span {
  font-size: 1rem;
}
body .desktop-wrapper .qi-wrap.cashback .qi-desc > div:first-of-type {
  margin-bottom: 10px;
}
body .desktop-wrapper .qi-wrap.cashback .qi-btn > span,
body .desktop-wrapper .qi-wrap.cashback .qi-btn i,
body .desktop-wrapper .qi-wrap.cashback .qi-btn button {
  font-size: 1rem;
}
body .desktop-wrapper .qi-wrap.cashback .qi-btn > i::after {
  width: 150px;
  font-size: 14px;
  text-transform: capitalize;
}
body .desktop-wrapper .member-area {
  width: 100%;
  max-width: none;
}
body .desktop-wrapper .btn-formsubmit {
  margin-top: 25px;
}
body .desktop-wrapper .btn-formsubmit > a {
  max-width: 350px;
}
body .desktop-wrapper .info-center-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li.title {
  justify-content: center;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li.title > span {
  font-size: 2em;
  color: #e9d7ad;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li:not(:first-child).active {
  justify-content: center;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li:not(:first-child).active > a {
  justify-content: center;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li:not(:first-child).active > a > i {
  left: 20px;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li:not(:first-child) > a {
  width: 100%;
  display: flex;
  height: 50px;
  border-radius: 7px;
  background: #0a0516;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5%;
  position: relative;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li:not(:first-child) > a > span {
  color: #fff;
  font-size: 1.2em;
}
body .desktop-wrapper .info-center-wrapper .tab-wrapper > li:not(:first-child) > a > i {
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
body .desktop-wrapper .info-center-wrapper .article-wrapper {
  display: none;
}
body .desktop-wrapper .info-center-wrapper .article-wrapper > h2 {
  margin-left: 10px;
}
body .desktop-wrapper .info-center-wrapper .article-wrapper > h1,
body .desktop-wrapper .info-center-wrapper .article-wrapper h2,
body .desktop-wrapper .info-center-wrapper .article-wrapper h3,
body .desktop-wrapper .info-center-wrapper .article-wrapper h4,
body .desktop-wrapper .info-center-wrapper .article-wrapper h5,
body .desktop-wrapper .info-center-wrapper .article-wrapper h6 {
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
}
body .desktop-wrapper .info-center-wrapper .article-wrapper span,
body .desktop-wrapper .info-center-wrapper .article-wrapper p,
body .desktop-wrapper .info-center-wrapper .article-wrapper font,
body .desktop-wrapper .info-center-wrapper .article-wrapper * {
  color: #fff !important;
  font-size: 16px;
}
body h2.page-title {
  font-size: 2.5rem;
  margin: 20px 0;
}
body h3.ma-title {
  font-size: 1.2rem;
}
body .folder-wrapper {
  width: 80px;
  display: flex;
  position: fixed;
  left: -80px;
  top: 70%;
  transform: translateY(-70%);
  background: #1950a2;
  border-radius: 0 8px 8px 0;
  transition: 0.4s ease-out all;
  z-index: 3;
}
body .folder-wrapper .folder-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0px;
}
body .folder-wrapper .folder-container > li {
  width: 100%;
  display: flex;
  justify-content: center;
}
body .folder-wrapper .folder-container > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
body .folder-wrapper .folder-container > li > a > img {
  width: 70px;
}
body .folder-wrapper .folder-container > li > a.use-count::after {
  content: attr(data-count);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  background: red;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: none;
}
body .folder-wrapper .folder-container > li > a.use-count.show::after {
  display: flex;
}
body .folder-wrapper .folder-container > li:not(:last-of-type) {
  margin-bottom: 10px;
}
body .folder-wrapper > button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: #1950a2;
  border-radius: 0 6px 6px 0;
  transition: 0.1s ease-out all;
  box-shadow: 2px 0px 2px 0px black;
}
body .folder-wrapper > button > i {
  color: #fff;
  font-size: 16px;
}
body .folder-wrapper.active {
  left: 0;
  box-shadow: 0 0 4px 2px black;
}
body .folder-wrapper.active > button {
  background: #1950a2;
  box-shadow: 2px 0px 2px 0px black;
}
body .folder-wrapper.active > button > i {
  color: #fff;
  margin-right: 2px;
}
body .new-footer-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: transparent;
  min-height: 400px;
  padding-top: 30px;
  text-transform: uppercase;
}
body .new-footer-wrapper .new-footer-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body .new-footer-wrapper .new-footer-container > div:not(:last-of-type) {
  margin-bottom: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div {
  display: flex;
  flex-direction: column;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type {
  padding: 15px 0;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(100, 100, 100, 0.4);
  border-style: dashed;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > img {
  width: 25%;
  margin-right: 40px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > span {
  color: #9f9f9f;
  font-size: 16px;
  margin-top: 15px;
  text-transform: none;
  line-height: 1.2;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) {
  width: 17.5%;
  align-items: flex-start;
  border-bottom: 2px solid rgba(100, 100, 100, 0.4);
  border-style: dashed;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type):not(:last-of-type) {
  position: relative;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > h6 {
  text-align: left;
  color: #c86dde;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 10px 0;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > a,
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div span {
  text-align: left;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 5px;
  display: flex;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > a:hover,
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div span:hover {
  color: #c86dde;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > a,
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div img {
  width: 30px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > a:not(:last-of-type),
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div img:not(:last-of-type) {
  margin-right: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > span {
  color: #9f9f9f;
  font-size: 14px;
  margin-left: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container1 > div:last-of-type {
  width: 30%;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 {
  width: 100%;
  display: flex;
  border-bottom: 2px solid rgba(100, 100, 100, 0.4);
  border-style: dashed;
  padding: 5px 0;
  padding-bottom: 15px;
  background: transparent;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:not(:last-of-type) {
  position: relative;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div {
  display: flex;
  flex-direction: column;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > h6 {
  text-align: center;
  color: #c86dde;
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-right: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > a,
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div img {
  width: 30px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > a:not(:last-of-type),
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div img:not(:last-of-type) {
  margin-right: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > span {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:first-of-type {
  width: 40%;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(1), body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(2), body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3), body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(4) {
  width: 17.5%;
}
body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(5), body .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(6) {
  width: 15%;
}
body .new-footer-wrapper .new-footer-container .new-footer-container3 {
  width: 100%;
  display: flex;
  padding: 20px 0;
  filter: grayscale(1);
}
body .new-footer-wrapper .new-footer-container .new-footer-container3:hover {
  filter: grayscale(0);
}
body .new-footer-wrapper .new-footer-container .new-footer-container3 > div {
  width: 100%;
  overflow: hidden;
}
body .new-footer-wrapper .new-footer-container .new-footer-container3 > div > div {
  width: 100%;
  justify-content: center;
}
body .new-footer-wrapper .new-footer-container .new-footer-container3 > div > div > a {
  display: flex;
  width: 8.3333333333%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background: transparent;
}
body .new-footer-wrapper .new-footer-container .new-footer-container3 > div > div > a > img {
  width: 100%;
  height: auto;
}
body .new-footer-wrapper .new-footer-container .new-footer-container4 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
body .new-footer-wrapper .new-footer-container .new-footer-container4 > span {
  color: #9f9f9f;
  font-size: 16px;
}/*# sourceMappingURL=index.css.map */