@font-face {
  font-family: RobotoCondensed-Regular;
  src: url(../RobotoCondensed-Regular.ttf);
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: RobotoCondensed-Regular, "Arial", sans-serif;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: transparent;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: transparent;
}

body {
  font-family: RobotoCondensed-Regular, "Arial", sans-serif;
}
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.mbg {
  background-image: url(../../images/mbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
body .header-wrapper {
  max-width: 600px;
  width: 100%;
  height: 60px;
  background: #12082e;
  position: fixed;
  top: 0;
  z-index: 9;
}
body .header-wrapper > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .header-wrapper > a.left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body .header-wrapper > a.left > img {
  width: 30px;
}
body .header-wrapper > a.left > span {
  font-size: 12px;
  color: #fff;
}
body .header-wrapper > a.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .header-wrapper > a.center > img {
  height: 40px;
}
body .header-wrapper > a.right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body .header-wrapper > a.right > img {
  width: 30px;
}
body .header-wrapper > a.right > span {
  font-size: 12px;
  color: #fff;
}
body .top-nav-wrapper {
  width: 100%;
  height: 50px;
  background: #12082e;
  z-index: 9;
  display: -webkit-box;
  margin: 5px 0;
  padding: 5px 5px;
  overflow-x: scroll;
}
body .top-nav-wrapper > li {
  display: flex;
  width: 100px;
  height: 35px;
  background: #211038;
  border-radius: 12px;
  margin-right: 10px;
}
body .top-nav-wrapper > li.active > a > span {
  color: #c86dde;
}
body .top-nav-wrapper > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
body .top-nav-wrapper > li > a > span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.sticky {
  padding-top: 60px;
}

.mm-menu > li.divider {
  border-bottom: 1px solid #525050;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.info-center-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-center-wrapper .tab-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-center-wrapper .tab-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.info-center-wrapper .tab-wrapper > li.title {
  justify-content: center;
}
.info-center-wrapper .tab-wrapper > li.title > span {
  font-size: 2em;
  color: #e9d7ad;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child).active {
  justify-content: center;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child).active > a {
  justify-content: center;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child).active > a > i {
  left: 20px;
}
.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;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child) > a > span {
  color: #fff;
  font-size: 1.2em;
}
.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;
}
.info-center-wrapper .article-wrapper {
  display: none;
  width: 100%;
  padding: 0 10px;
}
.info-center-wrapper .article-wrapper > h2 {
  margin-left: 10px;
}
.info-center-wrapper .article-wrapper > h1,
.info-center-wrapper .article-wrapper h2,
.info-center-wrapper .article-wrapper h3,
.info-center-wrapper .article-wrapper h4,
.info-center-wrapper .article-wrapper h5,
.info-center-wrapper .article-wrapper h6 {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
}
.info-center-wrapper .article-wrapper span,
.info-center-wrapper .article-wrapper p,
.info-center-wrapper .article-wrapper font,
.info-center-wrapper .article-wrapper * {
  color: #fff !important;
  font-size: 12px;
}

.error-msg-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 50px - 75px - 135px);
}
.error-msg-wrapper .error-msg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-msg-wrapper .error-msg-container > img {
  width: 120px;
  margin-bottom: 15px;
}
.error-msg-wrapper .error-msg-container > span {
  color: #fff;
  font-size: 1.6rem;
}

.quickpay-middleware-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quickpay-middleware-wrapper > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.quickpay-middleware-wrapper > span {
  font-size: 1.2rem;
  color: #fff;
}
.quickpay-middleware-wrapper > button {
  margin-top: 30px;
  display: none;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(157, 17, 17) 0%, rgb(190, 22, 21) 35%, rgb(253, 39, 39) 100%);
  box-shadow: rgba(0, 0, 0, 0.28) 0px -4px 0px inset;
  color: #fff;
  font-size: 1rem;
}
.quickpay-middleware-wrapper > button.show {
  display: flex;
}
.quickpay-middleware-wrapper.qrImageUrl > img {
  background: #fff;
  width: 80%;
  max-width: 250px;
  border-radius: 6px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .quickpay-middleware-wrapper.qrImageUrl > img {
    background: #fff;
    width: 60%;
    max-width: 200px;
    border-radius: 6px;
    margin-bottom: 30px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-wrapper {
  width: 100%;
  display: flex;
  background: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 120px;
}
.banner-wrapper > img {
  width: 100%;
  height: auto;
}
.banner-wrapper > div {
  width: 100%;
}
.banner-wrapper > div > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-wrapper > div > a > img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.banner-wrapper.show > div > a > img {
  visibility: visible;
}

.static-banner-wrapper {
  width: 100%;
  display: flex;
}
.static-banner-wrapper > img {
  width: 100%;
}

.index-games-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 10px;
  position: relative;
}
.index-games-wrapper > h3 {
  margin: 8px 0 8px 0;
  color: #fff;
  text-transform: uppercase;
}
.index-games-wrapper > div {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 0;
}
.index-games-wrapper > div > button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #211038;
  padding: 5px 10px;
}
.index-games-wrapper > div > button:first-of-type {
  border-radius: 50% 0 0 50%;
  margin-right: 5px;
}
.index-games-wrapper > div > button:last-of-type {
  border-radius: 0 50% 50% 0;
}
.index-games-wrapper > div > button > i {
  font-size: 14px;
  color: #c86ede;
}
.index-games-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  overflow-x: scroll;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.index-games-wrapper > ul > li {
  width: calc((100% - 30px) / 3);
  display: flex;
  margin-right: 10px;
}
.index-games-wrapper > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-games-wrapper > ul > li > a > img {
  width: 100%;
  border-radius: 6px;
}
.index-games-wrapper > ul > li > a > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -35px;
  background: rgba(20, 3, 43, 0.6);
  border-radius: 0 0 6px 6px;
  padding: 3px 0;
}
.index-games-wrapper > ul > li > a > div > span {
  width: 100%;
  padding: 0 3px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: capitalize;
}
.index-games-wrapper > ul > li > a > div > span:last-of-type {
  font-size: 12px;
  color: #e9d7ad;
}
.index-games-wrapper.provider {
  margin: 10px 0;
}
.index-games-wrapper.provider > ul > li {
  width: calc((100% - 50px) / 5);
  background: #211038;
  border-radius: 6px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
.index-games-wrapper.provider > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-games-wrapper.provider > ul > li > a > img {
  width: 70%;
}

.basic-game-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
}
.basic-game-wrapper > li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}
.basic-game-wrapper > li:nth-of-type(3n-1) {
  margin: 0 10px;
}
.basic-game-wrapper > li > a {
  width: 100%;
  display: flex;
}
.basic-game-wrapper > li > a > img {
  width: 100%;
  border-radius: 6px;
}
.basic-game-wrapper.single > li {
  width: 100%;
}

.no-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.no-content-wrapper > img {
  width: 100px;
  margin-bottom: 15px;
}
.no-content-wrapper > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.contact-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #511684;
}
.contact-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  right: 0;
  border-radius: inherit;
  cursor: not-allowed;
}
.contact-btn::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-image: url(../../images/common/loading2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 15px;
  top: 15px;
  border-radius: inherit;
  animation: rotate 1.2s ease-out infinite forwards;
}
.contact-btn.active::before {
  display: none;
}
.contact-btn.active::after {
  display: none;
}
.contact-btn > img {
  height: 45px;
}
.contact-btn > span {
  font-size: 12px;
}

.qi-wrap {
  padding: 12px 16px;
}
.qi-wrap.cashback .qi-desc {
  width: 70%;
}
.qi-wrap.cashback .qi-desc > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-weight: bold;
}
.qi-wrap.cashback .qi-desc > div:first-of-type {
  margin-bottom: 7px;
}
.qi-wrap.cashback .qi-desc > div > span,
.qi-wrap.cashback .qi-desc > div > i {
  color: #fff;
  font-size: 0.85em;
  margin: 0;
}
.qi-wrap.cashback .qi-desc > div > span:first-child,
.qi-wrap.cashback .qi-desc > div > i:first-child {
  margin-right: 5px;
}
.qi-wrap.cashback .qi-desc > div > span.colored,
.qi-wrap.cashback .qi-desc > div > i.colored {
  color: #e9d7ad;
}
.qi-wrap.cashback .qi-desc > div > i {
  font-size: 1rem;
  margin-right: 5px;
}
.qi-wrap.cashback .qi-desc > div > i.fa-wallet {
  color: #e9d7ad;
}
.qi-wrap.cashback .qi-desc > div > i.fa-wallet.disabled {
  color: #4e4e4e;
}
.qi-wrap.cashback .qi-desc > div > i.fa-check-circle {
  color: green;
}
.qi-wrap.cashback .qi-desc > div > i.fa-times-circle {
  color: red;
}
.qi-wrap.cashback .qi-desc > span {
  font-size: 0.85em;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.qi-wrap.cashback .qi-btn {
  width: 30%;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}
.qi-wrap.cashback .qi-btn > button {
  background: linear-gradient(0deg, #3d2065 0%, #96329e 100%);
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  min-width: 70px;
}
.qi-wrap.cashback .qi-btn > i {
  color: #fff;
  margin-right: 2px;
  font-size: 1rem;
  padding: 3px 3px;
  position: relative;
}
.qi-wrap.cashback .qi-btn > i::after {
  content: attr(data-info);
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100px;
  background: #54397c;
  color: #fff;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  padding: 10px 5px;
  text-transform: capitalize;
  word-break: initial;
  display: none;
}
.qi-wrap.cashback .qi-btn > i:hover::after {
  display: flex;
}
.qi-wrap.cashback .qi-btn > span {
  color: #c0baba;
  font-size: 1rem;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}

.folder-wrapper {
  width: 60px;
  display: flex;
  position: fixed;
  left: -60px;
  top: 70%;
  transform: translateY(-70%);
  background: #1950a2;
  border-radius: 0 8px 8px 0;
  transition: 0.4s ease-out all;
  z-index: 3;
}
.folder-wrapper .folder-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0px;
}
.folder-wrapper .folder-container > li {
  width: 100%;
  display: flex;
  justify-content: center;
}
.folder-wrapper .folder-container > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.folder-wrapper .folder-container > li > a > img {
  width: 55px;
}
.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;
}
.folder-wrapper .folder-container > li > a.use-count.show::after {
  display: flex;
}
.folder-wrapper .folder-container > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.folder-wrapper > button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: #1950a2;
  border-radius: 0 6px 6px 0;
  transition: 0.1s ease-out all;
  box-shadow: 2px 0px 2px 0px black;
}
.folder-wrapper > button > i {
  color: #fff;
  font-size: 16px;
}
.folder-wrapper.active {
  left: 0;
  box-shadow: 0 0 4px 2px black;
}
.folder-wrapper.active > button {
  background: #1950a2;
  box-shadow: 2px 0px 2px 0px black;
}
.folder-wrapper.active > button > i {
  color: #fff;
  margin-right: 2px;
}

.new-footer-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: transparent;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
.new-footer-wrapper .new-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div {
  display: flex;
  flex-direction: column;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > img {
  width: 50%;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > span {
  color: #9f9f9f;
  font-size: 10px;
  text-transform: none;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) {
  width: 17.5%;
  align-items: flex-start;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > h6 {
  text-align: left;
  color: #c86dde;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 10px 0;
  white-space: nowrap;
  display: flex;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > h6 > i {
  color: #c86dde;
  font-size: 12px;
  margin-top: 1px;
  padding: 1px 5px;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > a,
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div span {
  text-align: left;
  color: #9f9f9f;
  font-size: 10px;
  margin-bottom: 5px;
  display: none;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > a:hover,
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div span:hover {
  color: #c86dde;
}
.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;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > a,
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div img {
  width: 30px;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > a:not(:last-of-type),
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div img:not(:last-of-type) {
  margin-right: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > span {
  color: #9f9f9f;
  font-size: 12px;
  margin-left: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:nth-of-type(2) {
  width: 50%;
  position: relative;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:nth-of-type(3) {
  width: 50%;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:nth-of-type(4) {
  width: 50%;
  position: relative;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:nth-of-type(5) {
  width: 50%;
}
.new-footer-wrapper .new-footer-container .new-footer-container1 > div:nth-of-type(6) {
  width: 100%;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
  background: transparent;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 10px 0;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:not(:last-of-type) {
  position: relative;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: transparent;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div {
  display: flex;
  flex-direction: column;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > h6 {
  text-align: left;
  color: #c86dde;
  font-size: 12px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-right: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > a,
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div img {
  width: 25px;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > a:not(:last-of-type),
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div img:not(:last-of-type) {
  margin-right: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > span {
  color: #9f9f9f;
  font-size: 10px;
  margin-left: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(1), .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(2) {
  width: 50%;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3) {
  align-items: center;
  padding: 0 1%;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3), .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(4) {
  width: 100%;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3)::after, .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(4)::after {
  display: none;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(4) {
  justify-content: center;
  align-items: center;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(2), .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3) {
  justify-content: left;
}
.new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(2)::after, .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3)::after {
  display: none;
}
.new-footer-wrapper .new-footer-container .new-footer-container3 {
  width: 100%;
  display: flex;
  padding: 10px 0;
  filter: grayscale(1);
}
.new-footer-wrapper .new-footer-container .new-footer-container3:hover {
  filter: grayscale(0);
}
.new-footer-wrapper .new-footer-container .new-footer-container3 > div {
  width: 100%;
  overflow: hidden;
}
.new-footer-wrapper .new-footer-container .new-footer-container3 > div > div {
  display: flex;
  width: 100%;
  justify-content: center;
}
.new-footer-wrapper .new-footer-container .new-footer-container3 > div > div > a {
  display: flex;
  width: 7.1428571429%;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
}
.new-footer-wrapper .new-footer-container .new-footer-container3 > div > div > a > img {
  width: 90%;
  height: auto;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
  background: transparent;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 0%;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div:not(:last-of-type) {
  position: relative;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: transparent;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div {
  display: flex;
  flex-direction: column;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > h6 {
  text-align: left;
  color: #c86dde;
  font-size: 12px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-right: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > div > a,
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > div img {
  width: 25px;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > div > a:not(:last-of-type),
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > div img:not(:last-of-type) {
  margin-right: 10px;
}
.new-footer-wrapper .new-footer-container .new-footer-container4 > div > div > div > span {
  color: rgba(159, 159, 159, 0.7);
  font-size: 8px;
  margin-left: 10px;
}

.reduce {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  background: #12082e;
}

.horizontal-jackpot-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 4px 2px #511684;
  border-radius: 8px;
  padding: 10px 5px 10px 5px;
  margin: 15px 0 0 0;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-img {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-img > span {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(187, 18, 229, 0.9);
  text-transform: uppercase;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container {
  display: flex;
  width: 100%;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div {
  width: calc((100% - 10px) / 2);
  background: #1F1136;
  border-radius: 8px;
  padding: 0 2px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div:first-of-type {
  margin-right: 10px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div:first-of-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px;
  border-bottom: solid 1px rgba(81, 22, 132, 0.7);
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div:first-of-type > img {
  height: 30px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div:first-of-type > span {
  color: #fff;
  font-size: 16px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper > div:first-of-type {
  display: none;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper > div > span {
  color: #511684;
  font-size: 12px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container {
  max-height: 60px;
  overflow: hidden;
  border-radius: 8px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  animation: slider linear infinite;
  animation-duration: 120s;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 3px;
  height: 20px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div:first-of-type {
  display: flex;
  flex-direction: column;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div:first-of-type > span:first-of-type {
  font-size: 10px;
  display: none;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div:first-of-type > span:last-of-type {
  font-size: 10px;
}
.horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div > span {
  color: #BFBFBF;
  font-size: 10px;
}
.deposit-qr {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
  padding: 10px 5%;
  margin-bottom: 15px;
}
.deposit-qr.show {
  display: flex;
}
.deposit-qr > span {
  color: yellow;
  font-size: 1rem;
  margin-bottom: 8px;
}
.deposit-qr > div {
  display: flex;
  width: 65%;
  background-color: #fff;
  padding: 2px 2px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.deposit-qr > div > img {
  width: 100%;
  height: auto;
}

.withdraw-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px #e9d7ad;
  margin-bottom: 5px;
  display: none;
}
.withdraw-txt > div {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.withdraw-txt > div > span {
  width: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.withdraw-txt > div > span:first-of-type {
  color: #e9d7ad;
  font-size: 1.2rem;
}
.withdraw-txt > div > span.pad {
  position: relative;
}
.withdraw-txt > div > span.pad::before {
  content: "*";
  color: red;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 5px;
}

#chat-widget-container {
  display: none !important;
}
#chat-widget-container.show {
  display: block !important;
}

.grecaptcha-badge {
  display: none;
}

.menu-gradient {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 6px;
  background: linear-gradient(0deg, #3d2065 0%, #96329e 100%);
  margin-bottom: 15px;
}
.menu-gradient > span, .menu-gradient > i {
  color: #fff;
  font-size: 1rem;
}
.menu-gradient:hover {
  filter: brightness(1.2);
}

@keyframes rotate {
  0% {
    transform: rotate(-360deg);
  }
}
@keyframes slider {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1820px);
  }
}/*# sourceMappingURL=index.css.map */