html[theme=reborn] .bd-wrap {
  width: 100%;
  max-width: 1440px;
}
html[theme=reborn] .member-wrapper {
  padding: 0 3%;
}
html[theme=reborn] .wallet-trx {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px 12px 12px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
html[theme=reborn] .wallet-trx .custom-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
html[theme=reborn] .wallet-trx .custom-form > li > span {
  margin-bottom: 6px;
}
html[theme=reborn] .wallet-trx .custom-form > li.touch > span, html[theme=reborn] .wallet-trx .custom-form > li.touch2 > span {
  margin-bottom: 0;
}
html[theme=reborn] .wallet-trx .custom-form > li.touch > div, html[theme=reborn] .wallet-trx .custom-form > li.touch2 > div {
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
html[theme=reborn] .wallet-trx .custom-form > li.touch > div.active, html[theme=reborn] .wallet-trx .custom-form > li.touch2 > div.active {
  border: 2px solid #fff507;
}
html[theme=reborn] .wallet-trx .custom-form > li.touch2::after {
  background: rgba(255, 255, 255, 0.18);
}
html[theme=reborn] .wallet-trx .custom-form > li.detail > ul {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 10px;
  gap: 6px;
}
html[theme=reborn] .wallet-trx .custom-form > li.detail > ul > li:not(:last-of-type) {
  margin-bottom: 0;
}
html[theme=reborn] .wallet-trx .custom-form > li.detail > div {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 10px;
  gap: 8px;
}
html[theme=reborn] .wallet-trx .custom-form > li.detail > div > span {
  margin-bottom: 0;
}
html[theme=reborn] .wallet-trx .custom-form > li.detail > div > span:first-of-type {
  color: #fff507;
}
html[theme=reborn] .wallet-trx .custom-form > li.amount > div.typing > input {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
html[theme=reborn] .wallet-trx .custom-form > li.amount > div.fill > button {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
html[theme=reborn] .wallet-trx .custom-form > li.field > div > input,
html[theme=reborn] .wallet-trx .custom-form > li.field > div > select {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  height: 40px;
  padding: 5px 10px;
}
html[theme=reborn] .wallet-trx .custom-form > li.pin > div > input, html[theme=reborn] .wallet-trx .custom-form > li.refno > div > input {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
html[theme=reborn] .wallet-trx .custom-form > li.receipt > div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
html[theme=reborn] .wallet-trx .custom-form > li.list > ul > li {
  border: 1px solid rgba(255, 255, 255, 0.18);
}
html[theme=reborn] .wallet-trx .custom-form > li.list > ul > li.active {
  border-color: #fff507;
}
html[theme=reborn] .trx-form-group input[type=text],
html[theme=reborn] .trx-form-group input[type=number],
html[theme=reborn] .trx-form-group select {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
html[theme=reborn] .trx-form-group .date {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
html[theme=reborn] .pf-form-group input[type=text],
html[theme=reborn] .pf-form-group input[type=password],
html[theme=reborn] .pf-form-group input[type=number],
html[theme=reborn] .pf-form-group input[type=email],
html[theme=reborn] .pf-form-group select,
html[theme=reborn] .pf-birth {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
html[theme=reborn] .withdraw-txt {
  background: rgba(0, 0, 0, 0.6);
}
html[theme=reborn] .sports-game-wrapper .sports-game-container > li {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
html[theme=reborn] .pmt-list .pmt-wrap {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
html[theme=reborn] .pmt-wrap {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (max-width: 1440px) {
  html[theme=reborn] .mm-menu .mm--pages {
    padding: 0 0;
    justify-content: center;
  }
  html[theme=reborn] .mm-menu .mm--pages > li:nth-child(n+7) > a > span {
    display: none;
  }
  html[theme=reborn] .slot-wrapper {
    gap: 10px;
  }
  html[theme=reborn] .slot-wrapper > li {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 50px) / 6);
  }
  html[theme=reborn] .pmt-list {
    gap: 12px;
  }
  html[theme=reborn] .pmt-list .pmt-wrap {
    width: calc((100% - 24px) / 3);
  }
  html[theme=reborn] .basic-game-wrapper > li {
    width: 50%;
  }
  html[theme=reborn] .sports-game-wrapper .sports-game-container > li {
    width: 33%;
  }
  html[theme=reborn] .bd-wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto 20px;
  }
  html[theme=reborn] .member-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  html[theme=reborn] .member-wrapper > div:first-of-type {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  html[theme=reborn] .member-wrapper > div:last-of-type {
    width: 75%;
    max-width: 1000px;
  }
}
@media (max-width: 1050px) {
  html[theme=reborn] .mm-menu .mm--pages {
    padding: 0 0;
    flex-wrap: wrap;
  }
  html[theme=reborn] .mm-menu .mm--pages > li:nth-child(n+1) > a > span {
    display: none;
  }
  html[theme=reborn] .member-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  html[theme=reborn] .member-wrapper > div:first-of-type {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  html[theme=reborn] .member-wrapper > div:last-of-type {
    width: 75%;
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  html[theme=reborn] .mm-submenu {
    padding: 0;
    gap: 6px;
  }
  html[theme=reborn] .mm-submenu .mm-nav {
    display: none;
  }
  html[theme=reborn] .mm-submenu .mm-account .mm--dep {
    display: none;
  }
  html[theme=reborn] .mm-menu .mm--pages {
    padding: 0 0;
    flex-wrap: wrap;
    gap: 6px;
  }
  html[theme=reborn] .mm-menu .mm--pages > li > a {
    padding: 6px 4px;
  }
  html[theme=reborn] .mm-menu .mm--pages > li > a > span {
    display: none;
  }
  html[theme=reborn] .basic-game-wrapper > li {
    width: 100%;
  }
  html[theme=reborn] .sports-game-wrapper .sports-game-container > li {
    width: 100%;
  }
  html[theme=reborn] .gamesfilter {
    width: 100%;
    padding: 0 8px;
  }
  html[theme=reborn] .slot-wrapper {
    gap: 10px;
  }
  html[theme=reborn] .slot-wrapper > li {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 20px) / 3);
  }
  html[theme=reborn] .promotions-wrapper {
    padding: 0 3%;
  }
  html[theme=reborn] .promotions-wrapper .gamescategory {
    display: -webkit-box;
    overflow-x: scroll;
  }
  html[theme=reborn] .promotions-wrapper .gamescategory > li > a {
    padding: 12px;
  }
  html[theme=reborn] .promotions-wrapper .gamescategory::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: transparent;
  }
  html[theme=reborn] .promotions-wrapper .gamescategory::-webkit-scrollbar-track {
    background-color: transparent;
  }
  html[theme=reborn] .promotions-wrapper .gamescategory::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #fff507;
  }
  html[theme=reborn] .promotions-wrapper .pmt-list {
    margin: 12px 0 0;
  }
  html[theme=reborn] .promotions-wrapper .pmt-list .pmt-wrap {
    width: 100%;
  }
  html[theme=reborn] .member-wrapper {
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
  }
  html[theme=reborn] .member-wrapper > div:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  html[theme=reborn] .member-wrapper > div:last-of-type {
    width: 100%;
  }
  html[theme=reborn] .wallet-trx {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 16px 12px 12px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  html[theme=reborn] .wallet-trx .custom-form {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  html[theme=reborn] .wallet-trx .custom-form > li > span {
    margin-bottom: 6px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.touch > span, html[theme=reborn] .wallet-trx .custom-form > li.touch2 > span {
    margin-bottom: 0;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.touch > div, html[theme=reborn] .wallet-trx .custom-form > li.touch2 > div {
    width: calc((100% - 20px) / 3);
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  html[theme=reborn] .wallet-trx .custom-form > li.touch > div.active, html[theme=reborn] .wallet-trx .custom-form > li.touch2 > div.active {
    border: 2px solid #fff507;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.touch2::after {
    background: rgba(255, 255, 255, 0.18);
  }
  html[theme=reborn] .wallet-trx .custom-form > li.detail > ul {
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 10px;
    gap: 6px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.detail > ul > li:not(:last-of-type) {
    margin-bottom: 0;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.detail > div {
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 10px;
    gap: 8px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.detail > div > span {
    margin-bottom: 0;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.detail > div > span:first-of-type {
    color: #fff507;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.amount > div.typing > input {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.amount > div.fill > button {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.field > div > input,
  html[theme=reborn] .wallet-trx .custom-form > li.field > div > select {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    height: 40px;
    padding: 5px 10px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.pin > div > input, html[theme=reborn] .wallet-trx .custom-form > li.refno > div > input {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.receipt > div {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
  }
  html[theme=reborn] .wallet-trx .custom-form > li.list > ul > li {
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  html[theme=reborn] .wallet-trx .custom-form > li.list > ul > li.active {
    border-color: #fff507;
  }
}/*# sourceMappingURL=index.css.map */