@charset "UTF-8";
body {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
body #toast-container {
  margin-top: 10px !important;
}

* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #0d0d0d;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #232323;
}

button:disabled {
  filter: grayscale(1);
}

#toast-container {
  margin-top: 10px !important;
}

.field {
  margin-bottom: 10px;
  position: relative;
}
.field.referral-label::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/referral.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.field.uid-label::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/uid.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.field.label-txt::before {
  content: attr(data-label);
  position: absolute;
  left: -33px;
  top: 14px;
  color: #fff;
  font-size: 14px;
}
.field > i {
  color: #fff;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px 5px;
}

.check {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: transparent;
}
.check > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.check > span {
  position: relative;
  bottom: 0;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 12px;
}
.check > span > a {
  color: #faad20;
  text-decoration: underline;
}

.error {
  color: red;
}

#promoDetails .modal-body h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p,
font,
* {
  color: #fff;
}

.splide__slide {
  border-radius: 6px;
}

.mb-wrap img {
  width: 100%;
}

.mainmenu {
  width: 100%;
  padding: 15px 3%;
}

.slot-pagination-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.slot-pagination-wrapper > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 8px;
  padding: 0 5px;
  min-width: 30px;
  min-height: 30px;
}
.slot-pagination-wrapper > li.circle {
  border-radius: 50%;
  padding: 0;
}
.slot-pagination-wrapper > li.active {
  background: #71030d;
  color: #fff;
  border-radius: 50%;
}
.slot-pagination-wrapper > li.disabled {
  pointer-events: none;
}

.gamesfilter {
  margin: 15px auto;
}

.games-category-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 3%;
}

.games-category {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.games-category > li {
  width: 90px;
  height: 90px;
  display: flex;
}
.games-category > li:not(:last-of-type) {
  margin-right: 10px;
}
.games-category > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  background: #232323;
  border-radius: 6px;
}
.games-category > li > a > i {
  display: block;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 10px;
}
.games-category > li > a > img {
  width: 35px;
}
.games-category > li > a > span {
  font-size: 1em;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: initial;
}
.games-category > li > a.active {
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
}

.games-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3%;
}
.games-list > li {
  width: 16.6666666667%;
  display: flex;
  margin-bottom: 20px;
  padding: 0 8px;
}
.games-list > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.games-list > li > a > img {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 8px;
}
.games-list > li > a > span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  text-align: center;
  color: #fff;
  line-height: initial;
}
.games-list.slot-wrapper > li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 135px) / 10);
  margin-right: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: unset;
  cursor: pointer;
}
.games-list.slot-wrapper > li:not(:nth-of-type(10n)) {
  margin-right: 15px;
}
.games-list.slot-wrapper > li > img:nth-of-type(1) {
  width: 100%;
  height: 100%;
}
.games-list.slot-wrapper > li > img:nth-of-type(2) {
  height: 60px;
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translateY(-40%);
}
.games-list.slot-wrapper > li:hover {
  border: transparent;
}
.games-list.slot-wrapper > li:hover > div {
  display: flex;
}
.games-list.slot-wrapper > li > div {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #71030d;
  border-radius: 6px;
  position: absolute;
  animation: 0.3s ease-out gameSlideIn forwards;
  top: -100%;
  z-index: 2;
}
.games-list.slot-wrapper > li > div > img {
  height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.games-list.slot-wrapper > li > div > span {
  margin: 5px 0 10px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}
.games-list.slot-wrapper > li > div > button {
  width: 60%;
  height: 30px;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
}

.iframe-game-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 115px);
}
.iframe-game-wrapper > img {
  width: 85%;
}
.iframe-game-wrapper > a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.iframe-game-wrapper > a > img {
  width: 85%;
}
.iframe-game-wrapper > iframe {
  width: 100%;
  height: calc(100vh - 115px);
}

.slot-provider-list {
  background: #232323;
}
.slot-provider-list > li {
  line-height: 1;
  display: flex;
}
.slot-provider-list > li > a {
  display: flex;
  align-items: center;
}
.slot-provider-list > li > a > img {
  position: relative;
  margin: 0;
  margin-right: 15px;
}
.slot-provider-list > li.active, .slot-provider-list > li:hover {
  background: #71030d;
  border-radius: 4px;
}
.slot-provider-list > li.active > a, .slot-provider-list > li:hover > a {
  background: #71030d;
}
.slot-provider-list > li.active > a > span, .slot-provider-list > li:hover > a > span {
  color: #faad20;
}

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

.top-nav.mm--pages > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav.mm--pages > li > a > img {
  width: 19.2px;
  height: auto;
  margin-right: 5px;
}
.top-nav.mm--pages > li > a > img.icon1 {
  display: inline;
}
.top-nav.mm--pages > li > a > img.icon2 {
  display: none;
}
.top-nav.mm--pages > li > a > i {
  margin-right: 6px;
}
.top-nav.mm--pages > li.active > a {
  color: #faad20;
  background: #71030d;
  border-radius: 4px;
}
.top-nav.mm--pages > li.active > a > i,
.top-nav.mm--pages > li.active > a span {
  color: #faad20;
}
.top-nav.mm--pages > li.active > a > img.icon1 {
  display: none;
}
.top-nav.mm--pages > li.active > a > img.icon2 {
  display: inline;
}

.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}

.maintenance-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 121px - 161px - 130px);
}

.pf-form-group {
  position: relative;
}
.pf-form-group > i {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px 5px;
}

.btn-trans {
  max-width: 300px;
}

.member-wrapper {
  width: 100%;
  padding: 30px 3%;
  display: flex;
  min-height: calc(100vh - 121px - 161px - 130px);
}
.member-wrapper > div:first-of-type {
  width: 15%;
}
.member-wrapper > div:nth-of-type(2) {
  width: calc(70% - 100px);
  margin: 0 50px;
}
.member-wrapper > div:last-of-type {
  width: 15%;
}
.member-wrapper > div:last-of-type.member-tutorial {
  display: block;
  overflow-y: scroll;
  border-radius: 8px;
  padding: 0px 10px 0 15px;
}
.member-wrapper > div:last-of-type.member-tutorial::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.member-wrapper > div:last-of-type.member-tutorial::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #b5b5b5;
}
.member-wrapper > div:last-of-type.member-tutorial h2 {
  color: #faad20;
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.member-wrapper > div:last-of-type.member-tutorial span,
.member-wrapper > div:last-of-type.member-tutorial p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  color: #bfbfbf;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper {
  background: #250003;
  margin-right: 15px;
  border-radius: 8px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  display: none;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li > span:first-of-type {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li > span:first-of-type::after {
  content: attr(data-hint);
  color: yellow;
  font-style: italic;
  font-size: 1rem;
  margin-left: 3px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li input,
.member-wrapper .member-content-wrapper .deposit-wrapper > li select {
  font-size: 12px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div {
  display: flex;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: transparent;
  border: solid 2.5px #69151f;
  border-radius: 9px;
  cursor: pointer;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div.active, .member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div:hover {
  box-shadow: 0 0 4px 2px rgba(250, 173, 32, 0.5);
  background: #000;
  border: none;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div.show {
  display: flex;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div.right-tag {
  position: relative;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div.right-tag::after {
  content: attr(data-bonusamount);
  background: #FF0062;
  color: #fff;
  position: absolute;
  font-size: 14px;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  animation: blinker 1.5s linear infinite;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div {
  display: none;
  flex-direction: column;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div > img {
  aspect-ratio: auto;
  width: 80%;
  margin-bottom: 3px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div > span {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div.show {
  display: flex;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > span {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:first-of-type > span::after {
  content: attr(data-hint);
  color: yellow;
  font-style: italic;
  font-size: 1rem;
  margin-left: 3px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) {
  padding-bottom: 10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li {
  display: flex;
  width: 100px;
  margin-right: 10px;
  height: auto;
  background: transparent;
  border: solid 2px #69151f;
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li > img {
  border-radius: 9px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li > span {
  color: rgba(170, 170, 170, 0.6666666667);
  text-align: center;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li.active, .member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li:hover {
  box-shadow: 0 0 4px 2px rgba(250, 173, 32, 0.5);
  background: #000;
  border: none;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #0a0b0b;
  border-radius: 8px;
  padding: 10px 10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 3px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li > span {
  color: #fff;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li > span:first-child {
  margin-right: 3px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li > span:last-child {
  color: #71030d;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li:last-child {
  justify-content: flex-end;
  margin-top: -10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li:last-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  width: 85px;
  height: 35px;
  transition: 0.3s ease-out;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li:last-child > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) {
  flex-wrap: wrap;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div {
  width: calc((100% - 30px) / 3);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #69151f;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active, .member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover {
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
  color: #fff;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active::before, .member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover::before,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active::before,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active::after, .member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover::after,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active::after,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button > input,
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div > input {
  border: none;
  color: #fff;
  background: transparent;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 5%;
  cursor: default;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div > span {
  margin-right: 5px;
  font-size: 12px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div > input {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) {
  cursor: default;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > div {
  width: calc(100% - 85px - 10px);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #69151f;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 5%;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > div > span {
  color: rgba(170, 170, 170, 0.6666666667);
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > button {
  width: 85px;
  height: 35px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > input {
  display: none;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(5) > input {
  width: 100%;
  height: 40px;
  border-radius: 9px;
  border: solid 1px #69151f;
  background: transparent;
  color: #fff;
  padding-left: 5%;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) {
  padding-bottom: 10px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) > select {
  width: 100%;
  height: 40px;
  border: solid 1px #69151f;
  background: transparent;
  border-radius: 9px;
  color: #fff;
  padding-left: 3%;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) > select optgroup {
  color: black;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) > select option {
  color: black;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:last-of-type {
  justify-content: center;
  margin-bottom: 15px;
}
.member-wrapper .member-content-wrapper .deposit-wrapper > li:last-of-type > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div {
  display: flex;
  height: 90px;
  background: transparent;
  border: solid 2px #808080;
  border-radius: 9px;
  margin-right: 10px;
  cursor: pointer;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div.active, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div:hover {
  background: #191919;
  border: solid 2px #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div.active::before, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div.active::after, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div > img {
  height: 90px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) {
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
  display: flex;
  flex-direction: column;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type {
  margin-bottom: 15px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div {
  display: flex;
  width: 132px;
  height: 90px;
  background: transparent;
  border: solid 2px #808080;
  border-radius: 9px;
  margin-right: 10px;
  cursor: pointer;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div.active, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div:hover {
  background: #191919;
  border: solid 2px #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div.active::before, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div.active::after, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div > img {
  width: 132px;
  height: 90px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type {
  display: none;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li {
  width: 110px;
  height: auto;
  background: transparent;
  border: solid 2px #808080;
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li > img {
  border-radius: 9px;
  width: 110px;
  height: auto;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li > span {
  color: rgba(170, 170, 170, 0.6666666667);
  text-align: center;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li.active, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li:hover {
  background: #191919;
  border: solid 2px #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li.active::before, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li.active::after, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 3px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li > span {
  color: #fff;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li > span:first-child {
  margin-right: 3px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li > span:last-child {
  color: #71030d;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li:last-child {
  margin-top: 10px;
  justify-content: flex-start;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li:last-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  width: 120px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li:last-child > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) {
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #808080;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > span {
  width: 100%;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button,
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div {
  width: calc((100% - 30px) / 3);
  height: 50px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #808080;
  color: #fff;
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button.active, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button:hover,
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div.active,
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div:hover {
  color: #71030d;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button.active > input, .member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button:hover > input,
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div.active > input,
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div:hover > input {
  color: #71030d;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 5%;
  cursor: default;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div > span {
  margin-right: 5px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div > input {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  padding-left: 15px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: default;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > span {
  width: 100%;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div {
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #808080;
  color: #9aafeb;
  text-align: center;
  font-size: 1em;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div > button {
  width: 20%;
  height: 30px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 10px;
  transition: 0.3s ease-out;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div > span {
  font-size: 1em;
  color: #fff;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > input {
  display: none;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) {
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > select {
  width: 100%;
  height: 50px;
  border: solid 1px #808080;
  background: transparent;
  border-radius: 9px;
  color: #fff;
  font-size: 1em;
  padding-left: 10px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > select optgroup {
  color: black;
  font-size: 1.1em;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > select option {
  color: black;
  font-size: 1em;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:last-of-type {
  justify-content: center;
  margin-bottom: 35px;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:last-of-type > button {
  width: 40%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
  font-size: 1.2em;
}
.member-wrapper .member-content-wrapper .new-deposit-wrapper > li:last-of-type > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .history-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
  height: 100%;
  position: relative;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child {
  margin-bottom: 25px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 10px;
  background: transparent;
  border-radius: 25px;
  color: #969696;
  font-size: 14px;
  cursor: pointer;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div:not(:last-child) {
  margin-right: 10px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active {
  color: #71030d;
  border: 1px solid #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::before, .member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::after {
  border-radius: 25px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) {
  align-items: flex-end;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - 45px) / 4);
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) {
  margin-right: 15px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > span {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > input,
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  height: 40px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > input::-webkit-calendar-picker-indicator,
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select {
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select optgroup {
  background: #000;
  color: #808080;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select option {
  background: #000;
  color: #fff;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:last-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  height: 40px;
  font-size: 1em;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 5px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input,
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field select {
  width: 100%;
  height: 35px;
  border: 1.5px solid #9aafeb;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 1em;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input > option,
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field select > option {
  color: black;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input {
  color: #fff;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input:disabled {
  color: #b5b5b5;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > select {
  color: #fff;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.btn {
  justify-content: center;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child {
  width: 100%;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2), .member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(3) {
  width: calc(50% - 10px);
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) {
  margin-right: 10px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-value-wrapper > li:last-child {
  width: 100%;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-header {
  width: 100%;
  display: flex;
  background-color: #1d1d2b;
  margin-right: 10px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-header.active {
  height: 40px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-header > span {
  width: 20%;
  height: inherit;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 500px;
  overflow-y: scroll;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #1d1d2b;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li {
  width: 100%;
  min-height: 40px;
  display: flex;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li > span {
  width: 20%;
  height: inherit;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li:nth-child(odd) {
  background-color: #1d1d2b;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li:nth-child(even) {
  background-color: #080810;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper.transaction > ul > li > span {
  width: 20%;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper.statement > ul > li > span {
  width: 25%;
  word-break: break-all;
  padding: 0 3px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper.statement > ul > li > span.win {
  color: green;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper.statement > ul > li > span.loss {
  color: red;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-table-wrapper.transfer > ul > li > span {
  width: 20%;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 15px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-pagination-wrapper > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s ease-out;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 8px;
  padding: 0 5px;
  min-width: 30px;
  min-height: 30px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-pagination-wrapper > li:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .history-wrapper .history-pagination-wrapper > li.circle {
  border-radius: 50%;
  padding: 0;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-pagination-wrapper > li.active {
  background: #71030d;
  color: #000;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-pagination-wrapper > li.disabled {
  pointer-events: none;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-loading {
  width: 100%;
  display: flex;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-loading > img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-loading > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.member-wrapper .member-content-wrapper .history-wrapper .history-loading > span {
  color: #fff;
  font-size: 1.1em;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 5%;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:first-child {
  justify-content: flex-start;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:first-child > span {
  font-size: 1.4em;
  color: #fff;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(1), .member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(2) {
  width: 90%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  border-radius: 8px;
  border: solid 0.5px #71030d;
  margin-bottom: 15px;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(1) > span, .member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(2) > span {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(1) > button, .member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(2) > button {
  font-size: 12px;
  width: 18%;
  height: 25px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child {
  width: 90%;
  height: 92px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child::before {
  content: attr(data-label);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #71030d;
  font-size: 14px;
  white-space: nowrap;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child > a:not(:last-child) {
  margin-right: 17px;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child > a > img {
  width: 50px;
  height: 50px;
  transition: 0.4s ease-out;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child > a > img:hover {
  transform: scale(1.2);
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(3) {
  width: 40%;
  align-items: flex-start;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(3) > img {
  width: 250px;
  height: 250px;
  padding: 10px 10px;
  background: #fff;
}
.member-wrapper .member-content-wrapper .referral-id-wrapper > li:nth-child(3) > img.icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.title {
  justify-content: center;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.title > span {
  font-size: 2em;
  color: #fff;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field {
  position: relative;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > span {
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > span.hint {
  margin: 5px 0;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > span.hint.red {
  color: #ff2800;
  font-weight: bold;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > span.hint.yellow {
  color: yellow;
  font-weight: bold;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > input,
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field select {
  width: 100%;
  min-width: 100%;
  height: 35px;
  min-height: 35px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border: 1.5px solid #69151f;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > input.no-border,
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field select.no-border {
  border: none;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > input:disabled,
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field select:disabled {
  color: #aaa;
  background: #494848;
  cursor: not-allowed;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > input::-webkit-calendar-picker-indicator,
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > input {
  color: #fff;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > input:disabled {
  color: #aaaaaa;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > select {
  color: #fff;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > select option {
  background: #000;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > i {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #fff;
  font-size: 1em;
  padding: 5px 5px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > button {
  width: 105px;
  height: 35px;
  font-size: 1.2em;
  border: solid 1px #71030d;
  border-radius: 9px;
  color: #71030d;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.field > button:last-child {
  margin-left: 20px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.notice {
  justify-content: center;
  margin-top: 60px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.notice > span {
  font-size: 1.1em;
  color: #ff91b3;
  text-align: center;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.text {
  margin-bottom: 50px;
  position: relative;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.text::after {
  content: attr(data-label);
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.text.red::after {
  color: #ff2800;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.btn {
  justify-content: center;
  margin-top: 10px;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.btn > button:disabled {
  filter: grayscale(0.8);
}
.member-wrapper .member-content-wrapper .member-basic-wrapper > li.no-ma {
  margin-bottom: 5px;
}
.member-wrapper .member-content-wrapper .message-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  background: rgb(64, 20, 20);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-loading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  padding: 30px 0;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-loading > img {
  width: 250px;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-loading > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-loading > span {
  margin-top: 10px;
  color: #71030d;
  font-size: 2rem;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper {
  width: 100%;
  height: 50px;
  display: none;
  background: #250003;
  border-radius: 8px;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper > li {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper > li:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper > li > span {
  color: #fff;
  font-size: 14px;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper > li.active {
  border-radius: 8px;
  background: #d10014;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper > li.active > span {
  color: #f0d14f;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-tab-wrapper > li .count-txt {
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  width: 15px;
  height: auto;
  position: absolute;
  right: -4px;
  top: -4px;
  opacity: 0;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper {
  width: 100%;
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  margin: 10px 0;
  background: #2c2c2c;
  border-radius: 8px;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div {
  display: flex;
  align-items: center;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > span {
  color: #71030d;
  font-size: 1.5rem;
  margin-right: 20px;
  font-weight: normal;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button {
  display: flex;
  align-items: center;
  transition: 0.3s ease-out;
  position: relative;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button > div {
  width: 20px;
  height: 20px;
  background: #000000;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button > span {
  color: #fff;
  font-size: 1rem;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button.active > div::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #71030d;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i {
  font-size: 1.5rem;
  padding: 5px 5px;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #7e7e7e;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i.active {
  color: #71030d;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 2px solid #fff;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i.cancel {
  color: red;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper {
  width: 100%;
  display: flex;
  display: none;
  flex-direction: column;
  padding: 10px 10px;
  max-height: 800px;
  overflow: hidden;
  overflow-y: scroll;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #2c2c2c;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > span {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > span:first-of-type {
  font-size: 0.9rem;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > span:nth-of-type(2) {
  font-size: 1.3rem;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > span:last-of-type {
  font-size: 1.1rem;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > button {
  display: none;
  align-items: center;
  transition: 0.3s ease-out;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > button > div {
  width: 20px;
  height: 20px;
  background: #000000;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > button > span {
  color: #fff;
  font-size: 1rem;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li > button.active > div::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #71030d;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li.active > span {
  color: #ededed;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li.personal-msg.active {
  position: relative;
}
.member-wrapper .member-content-wrapper .message-wrapper .message-list-wrapper > li.personal-msg.active::after {
  content: "New";
  position: absolute;
  top: -5px;
  right: 10px;
  height: 13px;
  width: 13px;
  color: #f0d14f;
}
.member-wrapper .member-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 40px 0 50px 0;
}
.member-wrapper .member-container .member-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.member-wrapper .member-container .member-container1 > li {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 7px;
}
.member-wrapper .member-container .member-container1 > li:first-child {
  width: 20%;
  margin-right: 15px;
  padding: 0 1%;
  justify-content: space-between;
}
.member-wrapper .member-container .member-container1 > li:first-child > div {
  display: flex;
  align-items: center;
}
.member-wrapper .member-container .member-container1 > li:first-child > div > img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.member-wrapper .member-container .member-container1 > li:first-child > div > span {
  color: #fff;
  font-size: 1.2em;
  margin-right: 10px;
}
.member-wrapper .member-container .member-container1 > li:first-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
  width: 90px;
  height: 30px;
}
.member-wrapper .member-container .member-container1 > li:first-child > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container1 > li:last-child {
  width: 80%;
  padding: 0 2%;
}
.member-wrapper .member-container .member-container1 > li:last-child > img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.member-wrapper .member-container .member-container1 > li:last-child > span:nth-child(2) {
  margin-right: 15px;
  color: #52e3ff;
  font-size: 1.4em;
}
.member-wrapper .member-container .member-container1 > li:last-child > span:last-child {
  color: #fff;
  font-size: 1.4em;
  position: relative;
}
.member-wrapper .member-container .member-container1 > li:last-child > span:last-child::before {
  content: attr(data-label);
  color: #fff;
  margin-right: 5px;
}
.member-wrapper .member-container .member-container2 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.member-wrapper .member-container .member-container2 > div,
.member-wrapper .member-container .member-container2 > ul {
  padding-bottom: 20px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper {
  width: 25%;
  display: block;
  background: #0a0b0b;
  margin-right: 15px;
  border-radius: 8px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  border-bottom: solid 2px #71030d;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div:first-of-type {
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div:first-of-type > span {
  font-size: 1.5rem;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div:first-of-type > span:first-of-type {
  margin-right: 5px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div:last-of-type > img {
  height: 25px;
  margin-right: 10px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div:last-of-type > span {
  color: #fff;
  font-size: 1.9rem;
  margin-left: 3px;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .heading-wrapper > div:last-of-type > span::before {
  content: attr(data-label);
  color: #fff;
  margin-right: 5px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .share-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 5px 20px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .share-wrapper > span {
  width: 100%;
  color: #fff;
  text-shadow: 0 0 10px rgba(250, 173, 32, 0.9);
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .share-wrapper > div {
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .share-wrapper > div > input {
  width: calc(80% - 10px);
  height: inherit;
  margin-right: 10px;
  color: #fff;
  border-radius: 6px;
  padding: 0 5px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .share-wrapper > div > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  width: 20%;
  height: inherit;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .menu-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .menu-list-wrapper > a {
  width: 100%;
  display: flex;
  height: 45px;
  align-items: center;
  border-bottom: solid 1px #71030d;
  color: #fff;
  text-shadow: 0 0 10px rgba(250, 173, 32, 0.9);
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .menu-list-wrapper > a.active {
  color: #faad20;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .btn-wrapper > a {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  height: 35px;
  padding: 0 15px;
}
.member-wrapper .member-container .member-container2 .member-menu-wrapper .btn-wrapper > a:first-of-type {
  margin-right: 20px;
  color: #717171;
  border-color: #717171;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper {
  background: #250003;
  width: 60%;
  margin-right: 15px;
  border-radius: 8px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
  display: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li > span:first-of-type {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li > span:first-of-type::after {
  content: attr(data-hint);
  color: yellow;
  font-style: italic;
  font-size: 1rem;
  margin-left: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li select {
  font-size: 12px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type {
  border-bottom: 1px solid #69151f;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div {
  display: flex;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: transparent;
  border: solid 2.5px #69151f;
  border-radius: 9px;
  cursor: pointer;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div:hover {
  box-shadow: 0 0 4px 2px rgba(250, 173, 32, 0.5);
  background: #000;
  border: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div > div.show {
  display: flex;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div {
  display: none;
  flex-direction: column;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div > img {
  aspect-ratio: auto;
  width: 80%;
  margin-bottom: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div > span {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > div.option2 > div.show {
  display: flex;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > span {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:first-of-type > span::after {
  content: attr(data-hint);
  color: yellow;
  font-style: italic;
  font-size: 1rem;
  margin-left: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) {
  border-bottom: 1px solid #69151f;
  padding-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li {
  display: flex;
  width: 100px;
  margin-right: 10px;
  height: auto;
  background: transparent;
  border: solid 2px #69151f;
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li > img {
  border-radius: 9px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li > span {
  color: rgba(170, 170, 170, 0.6666666667);
  text-align: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-list > li:hover {
  box-shadow: 0 0 4px 2px rgba(250, 173, 32, 0.5);
  background: #000;
  border: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #0a0b0b;
  border-radius: 8px;
  padding: 10px 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li > span {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li > span:first-child {
  margin-right: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li > span:last-child {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li:last-child {
  justify-content: flex-end;
  margin-top: -10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li:last-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  width: 85px;
  height: 35px;
  transition: 0.3s ease-out;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(2) .bank-detail > li:last-child > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) {
  flex-wrap: wrap;
  border-bottom: 1px solid #69151f;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div {
  width: calc((100% - 30px) / 3);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #69151f;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover {
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active::before, .member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover::before,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active::before,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active::after, .member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover::after,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active::after,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button.active > input, .member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > button:hover > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div.active > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div:hover > input {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 5%;
  cursor: default;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div > span {
  margin-right: 5px;
  font-size: 12px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(3) > div > input {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) {
  cursor: default;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > div {
  width: calc(100% - 85px - 10px);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #69151f;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 5%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > div > span {
  color: rgba(170, 170, 170, 0.6666666667);
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > button {
  width: 85px;
  height: 35px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(4) > input {
  display: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(5) > input {
  width: 100%;
  height: 40px;
  border-radius: 9px;
  border: solid 1px #69151f;
  background: transparent;
  color: #fff;
  padding-left: 5%;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) {
  padding-bottom: 10px;
  border-bottom: 1px solid #69151f;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) > select {
  width: 100%;
  height: 40px;
  border: solid 1px #69151f;
  background: transparent;
  border-radius: 9px;
  color: #fff;
  padding-left: 3%;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) > select optgroup {
  color: black;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:nth-of-type(6) > select option {
  color: black;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:last-of-type {
  justify-content: center;
  margin-bottom: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .deposit-wrapper > li:last-of-type > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div {
  display: flex;
  height: 90px;
  background: transparent;
  border: solid 2px #808080;
  border-radius: 9px;
  margin-right: 10px;
  cursor: pointer;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div:hover {
  background: #191919;
  border: solid 2px #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div.active::before, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div.active::after, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:first-of-type > div > img {
  height: 90px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) {
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
  display: flex;
  flex-direction: column;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type {
  margin-bottom: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div {
  display: flex;
  width: 132px;
  height: 90px;
  background: transparent;
  border: solid 2px #808080;
  border-radius: 9px;
  margin-right: 10px;
  cursor: pointer;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div:hover {
  background: #191919;
  border: solid 2px #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div.active::before, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div.active::after, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:first-of-type > div > img {
  width: 132px;
  height: 90px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type {
  display: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li {
  width: 110px;
  height: auto;
  background: transparent;
  border: solid 2px #808080;
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li > img {
  border-radius: 9px;
  width: 110px;
  height: auto;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li > span {
  color: rgba(170, 170, 170, 0.6666666667);
  text-align: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li:hover {
  background: #191919;
  border: solid 2px #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li.active::before, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li:hover::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li.active::after, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-list > li:hover::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li > span {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li > span:first-child {
  margin-right: 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li > span:last-child {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li:last-child {
  margin-top: 10px;
  justify-content: flex-start;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li:last-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  width: 120px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(2) > div:last-of-type .bank-detail > li:last-child > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) {
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #808080;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > span {
  width: 100%;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button,
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div {
  width: calc((100% - 30px) / 3);
  height: 50px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #808080;
  color: #fff;
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button.active, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button:hover,
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div.active,
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div:hover {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button.active > input, .member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > button:hover > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div.active > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div:hover > input {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 5%;
  cursor: default;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div > span {
  margin-right: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(3) > div > input {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  padding-left: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: default;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > span {
  width: 100%;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div {
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #808080;
  color: #9aafeb;
  text-align: center;
  font-size: 1em;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div > button {
  width: 20%;
  height: 30px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 10px;
  transition: 0.3s ease-out;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > div > span {
  font-size: 1em;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(4) > input {
  display: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) {
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > select {
  width: 100%;
  height: 50px;
  border: solid 1px #808080;
  background: transparent;
  border-radius: 9px;
  color: #fff;
  font-size: 1em;
  padding-left: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > select optgroup {
  color: black;
  font-size: 1.1em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:nth-of-type(5) > select option {
  color: black;
  font-size: 1em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:last-of-type {
  justify-content: center;
  margin-bottom: 35px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:last-of-type > button {
  width: 40%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
  font-size: 1.2em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .new-deposit-wrapper > li:last-of-type > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
  height: 100%;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child {
  margin-bottom: 25px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 10px;
  background: transparent;
  border-radius: 25px;
  color: #969696;
  font-size: 14px;
  cursor: pointer;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div:not(:last-child) {
  margin-right: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active {
  color: #71030d;
  border: 1px solid #71030d;
  z-index: 2;
  position: relative;
  box-shadow: -3px -3px 20px 3px rgba(240, 209, 79, 0.2), 3px 3px 20px 3px rgba(240, 209, 79, 0.2);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::before {
  content: "";
  background: #000000;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  z-index: -1;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::after {
  content: "";
  background: #f0d14f;
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 12px;
  z-index: -2;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::before, .member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child > div.active::after {
  border-radius: 25px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) {
  align-items: flex-end;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - 45px) / 4);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) {
  margin-right: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > span {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  height: 40px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > input::-webkit-calendar-picker-indicator,
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select {
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select optgroup {
  background: #000;
  color: #808080;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:not(:last-child) > select option {
  background: #000;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) > div:last-child > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  height: 40px;
  font-size: 1em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > span {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field select {
  width: 100%;
  height: 35px;
  border: 1.5px solid #9aafeb;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 1em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input > option,
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field select > option {
  color: black;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > input:disabled {
  color: #b5b5b5;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.field > select {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.btn {
  justify-content: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:first-child {
  width: 100%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2), .member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(3) {
  width: calc(50% - 10px);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:nth-child(2) {
  margin-right: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-value-wrapper > li:last-child {
  width: 100%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-header {
  width: 100%;
  display: flex;
  background-color: #1d1d2b;
  margin-right: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-header.active {
  height: 40px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-header > span {
  width: 20%;
  height: inherit;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 500px;
  overflow-y: scroll;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #1d1d2b;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li {
  width: 100%;
  min-height: 40px;
  display: flex;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li > span {
  width: 20%;
  height: inherit;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li:nth-child(odd) {
  background-color: #1d1d2b;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper .history-table-container > li:nth-child(even) {
  background-color: #080810;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper.transaction > ul > li > span {
  width: 20%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper.statement > ul > li > span {
  width: 25%;
  word-break: break-all;
  padding: 0 3px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper.statement > ul > li > span.win {
  color: green;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper.statement > ul > li > span.loss {
  color: red;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-table-wrapper.transfer > ul > li > span {
  width: 20%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-pagination-wrapper > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s ease-out;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 8px;
  padding: 0 5px;
  min-width: 30px;
  min-height: 30px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-pagination-wrapper > li:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-pagination-wrapper > li.circle {
  border-radius: 50%;
  padding: 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-pagination-wrapper > li.active {
  background: #71030d;
  color: #000;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-pagination-wrapper > li.disabled {
  pointer-events: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-loading {
  width: 100%;
  display: flex;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-loading > img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-loading > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .history-wrapper .history-loading > span {
  color: #fff;
  font-size: 1.1em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 5%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:first-child {
  justify-content: flex-start;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:first-child > span {
  font-size: 1.4em;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(1), .member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(2) {
  width: 90%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  border-radius: 8px;
  border: solid 0.5px #71030d;
  margin-bottom: 15px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(1) > span, .member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(2) > span {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(1) > button, .member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:nth-child(2) > button {
  font-size: 12px;
  width: 18%;
  height: 25px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child {
  width: 90%;
  height: 92px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child::before {
  content: attr(data-label);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #71030d;
  font-size: 14px;
  white-space: nowrap;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child > a:not(:last-child) {
  margin-right: 17px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child > a > img {
  width: 50px;
  height: 50px;
  transition: 0.4s ease-out;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(2) > div:last-child > a > img:hover {
  transform: scale(1.2);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(3) {
  width: 40%;
  align-items: flex-start;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(3) > img {
  width: 250px;
  height: 250px;
  padding: 10px 10px;
  background: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .referral-id-wrapper > li:nth-child(3) > img.icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 5%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.title {
  justify-content: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.title > span {
  font-size: 2em;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field {
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > span {
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > span.hint {
  margin: 5px 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > span.hint.red {
  color: #ff2800;
  font-weight: bold;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > span.hint.yellow {
  color: yellow;
  font-weight: bold;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field select {
  width: 100%;
  min-width: 100%;
  height: 35px;
  min-height: 35px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border: 1.5px solid #69151f;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > input.no-border,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field select.no-border {
  border: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > input:disabled,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field select:disabled {
  color: #aaa;
  background: #2e2b51;
  cursor: not-allowed;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > input::-webkit-calendar-picker-indicator,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > input {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > input:disabled {
  color: #aaaaaa;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > select {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > select option {
  background: #000;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > i {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #fff;
  font-size: 1em;
  padding: 5px 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > button {
  width: 105px;
  height: 35px;
  font-size: 1.2em;
  border: solid 1px #71030d;
  border-radius: 9px;
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.field > button:last-child {
  margin-left: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.notice {
  justify-content: center;
  margin-top: 60px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.notice > span {
  font-size: 1.1em;
  color: #ff91b3;
  text-align: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.text {
  margin-bottom: 10px;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.text::after {
  content: attr(data-label);
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.text.red::after {
  color: #ff2800;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.btn {
  justify-content: center;
  margin-top: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.btn > button:disabled {
  filter: grayscale(0.8);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper > li.no-ma {
  margin-bottom: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper .withdraw-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px #faad20;
  background: #0a0b0b;
  margin-bottom: 5px;
  display: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper .withdraw-txt > div {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper .withdraw-txt > div > span {
  width: auto;
  color: #71030d;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper .withdraw-txt > div > span:first-of-type {
  color: #faad20;
  font-size: 1.2rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper .withdraw-txt > div > span.pad {
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-basic-wrapper .withdraw-txt > div > span.pad::before {
  content: "*";
  color: red;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  background: rgb(64, 20, 20);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-loading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  padding: 30px 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-loading > img {
  width: 250px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-loading > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-loading > span {
  margin-top: 10px;
  color: #71030d;
  font-size: 2rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper {
  width: 100%;
  height: 50px;
  display: none;
  background: #250003;
  border-radius: 8px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper > li {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper > li:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper > li > span {
  color: #fff;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper > li.active {
  border-radius: 8px;
  background: #d10014;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper > li.active > span {
  color: #f0d14f;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-tab-wrapper > li .count-txt {
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  width: 15px;
  height: auto;
  position: absolute;
  right: -4px;
  top: -4px;
  opacity: 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper {
  width: 100%;
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  margin: 10px 0;
  background: #2c2c2c;
  border-radius: 8px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div {
  display: flex;
  align-items: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > span {
  color: #71030d;
  font-size: 1.5rem;
  margin-right: 20px;
  font-weight: normal;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button {
  display: flex;
  align-items: center;
  transition: 0.3s ease-out;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button > div {
  width: 20px;
  height: 20px;
  background: #000000;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button > span {
  color: #fff;
  font-size: 1rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:first-of-type > button.active > div::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #71030d;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i {
  font-size: 1.5rem;
  padding: 5px 5px;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #7e7e7e;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i.active {
  color: #71030d;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 2px solid #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-function-wrapper > div:last-of-type > i.cancel {
  color: red;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper {
  width: 100%;
  display: flex;
  display: none;
  flex-direction: column;
  padding: 10px 10px;
  max-height: 800px;
  overflow: hidden;
  overflow-y: scroll;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #2c2c2c;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > span {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > span:first-of-type {
  font-size: 0.9rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > span:nth-of-type(2) {
  font-size: 1.3rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > span:last-of-type {
  font-size: 1.1rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > button {
  display: none;
  align-items: center;
  transition: 0.3s ease-out;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > button:hover {
  filter: brightness(1.3);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > button > div {
  width: 20px;
  height: 20px;
  background: #000000;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > button > span {
  color: #fff;
  font-size: 1rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li > button.active > div::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #71030d;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li.active > span {
  color: #ededed;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li.personal-msg.active {
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .message-wrapper .message-list-wrapper > li.personal-msg.active::after {
  content: "New";
  position: absolute;
  top: -5px;
  right: 10px;
  height: 13px;
  width: 13px;
  color: #F0D14F;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 2%;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px 0 60px 0;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table::before {
  content: attr(data-title);
  font-size: 2rem;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > span {
  color: yellow;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li > span, .member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li button {
  width: 33.3333333333%;
  font-size: 1rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:first-of-type {
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  border-radius: 8px 8px 0 0;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:first-of-type > span {
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) > span {
  color: #71030d;
  word-break: break-all;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) i {
  font-size: 1rem;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) i.fa-check-circle {
  color: green;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) i.fa-tools {
  color: orange;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button {
  display: flex;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  height: 35px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button:disabled {
  filter: grayscale(1);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button > i {
  font-size: 1.4rem;
  color: #71030d;
  margin-right: 7px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.title {
  justify-content: center;
  margin-bottom: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.title > span {
  font-size: 2rem;
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field {
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > span {
  color: #71030d;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > span.msg {
  color: orange;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1.5px #3e3e3e;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > div > span {
  color: #fff;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field select {
  width: 100%;
  height: 35px;
  min-height: 35px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border: 1.5px solid #3e3e3e;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input.no-border,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field select.no-border {
  border: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input:disabled,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field select:disabled {
  color: #7b7b7b;
  cursor: not-allowed;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input::-webkit-calendar-picker-indicator,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input option,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field select option {
  background: #0c1512;
  color: #fff;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input.reduce,
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field select.reduce {
  width: calc(100% - 40px);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > input:disabled {
  color: #aaaaaa;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > select {
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > i {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #71030d;
  font-size: 1em;
  padding: 5px 5px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > button {
  width: 105px;
  height: 35px;
  font-size: 1.2em;
  border: solid 1px #71030d;
  border-radius: 9px;
  color: #71030d;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.field > button:last-child {
  margin-left: 20px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.notice {
  justify-content: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.notice > span {
  width: 100%;
  font-size: 1rem;
  color: #d9225b;
  text-align: center;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.text {
  margin-bottom: 50px;
  position: relative;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.text::after {
  content: attr(data-label);
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.btn {
  justify-content: center;
  margin-top: 10px;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.btn > button:disabled {
  filter: grayscale(0.8);
}
.member-wrapper .member-container .member-container2 .member-content-wrapper .member-bank-wrapper .member-bank-creation > li.no-ma {
  margin-bottom: 5px;
}
.member-wrapper .member-container .member-container2 .member-tutorial {
  width: 20%;
  display: block;
  overflow-y: scroll;
  background: #0a0b0b;
  border-radius: 8px;
  padding: 0px 10px 0 15px;
}
.member-wrapper .member-container .member-container2 .member-tutorial::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.member-wrapper .member-container .member-container2 .member-tutorial::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #b5b5b5;
}
.member-wrapper .member-container .member-container2 .member-tutorial h2 {
  color: #faad20;
  font-size: 24px;
}
.member-wrapper .member-container .member-container2 .member-tutorial span,
.member-wrapper .member-container .member-container2 .member-tutorial p {
  color: #bfbfbf;
  font-size: 14px;
}

.dialog-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.dialog-overlay .dialog-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-overlay .dialog-wrapper.fadeIn {
  animation: fadeIn ease-out 0.3s forwards;
}
.dialog-overlay .dialog-wrapper.fadeOut {
  animation: fadeout ease-out 0.3s forwards;
}
.dialog-overlay .dialog-wrapper .dialog-container {
  color: #fff;
}

#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper {
  display: flex;
  width: 500px;
  height: 500px;
  border-radius: 12px;
  background: #000000;
  border: #71030d 1px solid;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > i:hover {
  transform: rotate(360deg);
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > li {
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 25px;
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > li:first-of-type > img {
  height: 80px;
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > li:nth-of-type(2) > span {
  color: #71030d;
  font-size: 1.2rem;
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > li:last-of-type > button {
  height: 40px;
  width: 30%;
  font-size: 1.1rem;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
  border-radius: 8px;
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > li:last-of-type > button:hover {
  filter: brightness(1.3);
}
#message-confirm-dialog .dialog-wrapper .dialog-container .message-confirm-wrapper > li:last-of-type > button:first-of-type {
  margin-right: 15px;
  background: transparent;
  color: #efefef;
}

#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper {
  display: flex;
  width: 50vw;
  height: auto;
  border-radius: 12px;
  background: rgb(25, 16, 17);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 20px;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > i:hover {
  transform: rotate(360deg);
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li {
  width: 100%;
  display: flex;
  justify-content: center;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:not(:last-of-type) {
  margin-bottom: 20px;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:first-of-type > img {
  width: 100%;
  height: auto;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(2) {
  border-bottom: 1px solid #707070;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(2) > span {
  color: #dbdbdb;
  font-size: 2rem;
  margin-bottom: 5px;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) {
  display: block;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) h1,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) h2,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) h3,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) h4,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) h5,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) h6,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) span,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) p,
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:nth-of-type(3) a {
  color: #fff;
  font-size: 18px;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:last-of-type > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
  border-radius: 8px;
  width: 120px;
  height: 40px;
  font-size: 1.1rem;
}
#message-article-dialog .dialog-wrapper .dialog-container .message-article-wrapper > li:last-of-type > button:hover {
  filter: brightness(1.3);
}

#popup-dialog .dialog-wrapper .dialog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#popup-dialog .dialog-wrapper .dialog-container > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #71030d;
  z-index: 2;
  padding: 5px 5px;
}
#popup-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}

.popup-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.popup-wrapper > img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.popup-wrapper .popup-container {
  width: 100%;
}
.popup-wrapper .popup-container > div.swiper-wrapper {
  width: 100%;
}
.popup-wrapper .popup-container > div.swiper-wrapper > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  border-radius: 8px;
}
.popup-wrapper .popup-container > div.swiper-wrapper > a > img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.promotions-wrapper {
  width: 100%;
  padding: 30px 3%;
}

.promotion-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  min-height: 58.5vh;
}
.promotion-wrapper .promotion-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.promotion-wrapper .promotion-container > div {
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  background: #250003;
  margin: 30px 0;
}
.promotion-wrapper .promotion-container > div > ul {
  display: flex;
  height: 60px;
  font-weight: normal;
}
.promotion-wrapper .promotion-container > div > ul > li {
  display: flex;
  align-items: center;
  padding: 5px 25px;
  cursor: pointer;
}
.promotion-wrapper .promotion-container > div > ul > li:hover > span, .promotion-wrapper .promotion-container > div > ul > li.active > span {
  color: #faad20;
}
.promotion-wrapper .promotion-container > div > ul > li > span {
  color: #d9d9d9;
  font-size: 1.1em;
}
.promotion-wrapper .promotion-container > li {
  display: flex;
  width: calc((100% - 60px) / 3);
  flex-direction: column;
  justify-content: center;
  background: #250003;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.promotion-wrapper .promotion-container > li:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
.promotion-wrapper .promotion-container > li > img {
  width: 100%;
  height: auto;
  max-height: 127px;
}
.promotion-wrapper .promotion-container > li > h6 {
  padding: 0 15px;
  color: #fff;
  font-size: 1rem;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.promotion-wrapper .promotion-container > li .excerpt {
  padding: 0 15px;
  color: #959595;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 40px;
}
.promotion-wrapper .promotion-container > li .excerpt div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.promotion-wrapper .promotion-container > li .excerpt p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.promotion-wrapper .promotion-container > li > div {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.promotion-wrapper .promotion-container > li > div > button {
  width: 145px;
  height: 40px;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.promotion-wrapper .promotion-container > li > div > button:hover {
  filter: brightness(1.3);
}
.promotion-wrapper .promotion-container > li > div > button:first-child {
  color: #d9d9d9;
  border: solid 1px #d9d9d9;
  background: transparent;
  margin-right: 15px;
  font-weight: normal;
}
.promotion-wrapper .promotion-container > li > div > button:last-child {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-weight: normal;
}

#promotion-dialog .dialog-wrapper .dialog-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
#promotion-dialog .dialog-wrapper .dialog-container > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #71030d;
}
#promotion-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}
#promotion-dialog .dialog-wrapper .dialog-container > img {
  width: 100%;
  max-width: 1100px;
  height: auto;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper {
  width: 100%;
  max-width: 1100px;
  height: auto;
  max-height: 450px;
  border-radius: 0 0 6px 6px;
  background: #250003;
  position: relative;
  overflow-y: scroll;
  padding: 10px 15px;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper span,
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper p,
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper font,
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper * {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #250003;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #faad20;
}

.accountmenu > li.active > a {
  background: #71030d;
  color: #faad20;
}
.accountmenu > li.active > a > i {
  color: #faad20;
}

.trx-form-group .amount-radiobtn {
  cursor: pointer;
}

input[type=date].invert::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.info-center-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 30px 0;
  min-height: 500px;
  font-weight: normal;
}
.info-center-wrapper .tab-wrapper {
  display: flex;
  width: 30%;
  margin-right: 30px;
  flex-direction: column;
}
.info-center-wrapper .tab-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 7px;
  background: #232323;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5%;
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.info-center-wrapper .tab-wrapper > li:hover {
  opacity: 1;
}
.info-center-wrapper .tab-wrapper > li:hover > a > span {
  color: #faad20;
}
.info-center-wrapper .tab-wrapper > li.active {
  opacity: 1;
}
.info-center-wrapper .tab-wrapper > li.active > a > span {
  color: #faad20;
}
.info-center-wrapper .tab-wrapper > li > a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
}
.info-center-wrapper .tab-wrapper > li > a > span {
  color: #808080;
  font-size: 1.2em;
}
.info-center-wrapper .article-wrapper {
  padding: 10px 20px;
  width: 70%;
  display: none;
  background: #232323;
  border-radius: 8px;
  max-height: 1000px;
  overflow-y: scroll;
  cursor: default;
  color: #fff;
}
.info-center-wrapper .article-wrapper span,
.info-center-wrapper .article-wrapper p {
  color: #fff;
}
.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: #faad20 !important;
  text-align: left;
}

.ft-copy {
  text-align: center;
}

.thirdPartyDetail .modal-body {
  width: 100%;
  height: 70vh;
  border-radius: 6px;
  pointer-events: all;
}
.thirdPartyDetail .modal-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: all;
}

.trx-method {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.trx-method .trx-options {
  width: 250px;
  cursor: pointer;
}
.trx-method .trx-options:hover {
  border: solid 2px #71030d;
}

.trx-form-group {
  position: relative;
}
.trx-form-group .bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.trx-form-group .bank-list > li {
  display: flex;
  width: 150px;
  margin-right: 10px;
  height: auto;
  background: transparent;
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.trx-form-group .bank-list > li > img {
  border-radius: 9px;
  width: 90%;
  height: auto;
}
.trx-form-group .bank-list > li > span {
  color: rgba(170, 170, 170, 0.6666666667);
  text-align: center;
}
.trx-form-group .bank-list > li.active, .trx-form-group .bank-list > li:hover {
  background: #000;
  border: solid 2px #71030d;
}
.trx-form-group .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #232323;
  border-radius: 8px;
  padding: 15px 15px;
}
.trx-form-group .bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.trx-form-group .bank-detail > li > span {
  color: #fff;
}
.trx-form-group .bank-detail > li > span:first-child {
  margin-right: 3px;
}
.trx-form-group .bank-detail > li > span:last-child {
  color: #faad20;
}
.trx-form-group .bank-detail > li:last-child {
  justify-content: flex-end;
}
.trx-form-group .bank-detail > li:last-child > button {
  background: linear-gradient(0deg, rgb(58, 0, 99) 0%, rgb(118, 61, 212) 100%);
  border-radius: 6px;
  width: 85px;
  height: 35px;
}
.trx-form-group.file-field {
  cursor: default;
  display: flex;
  flex-wrap: wrap;
}
.trx-form-group.file-field > label {
  width: 100%;
}
.trx-form-group.file-field > div {
  width: calc(100% - 150px - 10px);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #71030d;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 5%;
}
.trx-form-group.file-field > div > span {
  color: rgba(170, 170, 170, 0.6666666667);
  font-size: 14px;
}
.trx-form-group.file-field > button {
  width: 150px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(0deg, rgb(58, 0, 99) 0%, rgb(118, 61, 212) 100%);
}
.trx-form-group.file-field > input {
  display: none;
}
.trx-form-group.bank-field {
  display: none;
}
.trx-form-group input:disabled,
.trx-form-group select:disabled {
  background-color: #3e0308;
}
.trx-form-group > i {
  position: absolute;
  right: 15px;
  bottom: 8px;
  color: #71030d;
  font-size: 1em;
  padding: 5px 5px;
}

.withdraw-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px #71030d;
  background: #0a0b0b;
  margin-bottom: 10px;
  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: #71030d;
  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;
}

.error-msg-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-msg-wrapper .error-msg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
  justify-content: center;
  align-items: center;
}
.error-msg-wrapper .error-msg-container > img {
  width: 180px;
  margin-bottom: 30px;
}
.error-msg-wrapper .error-msg-container > span {
  color: #71030d;
  font-size: 1.6rem;
}

.custom-form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-form-wrapper .custom-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li {
  width: 100%;
  display: flex;
}
.custom-form-wrapper .custom-form > li > span {
  margin-bottom: 10px;
  color: #fff;
}
.custom-form-wrapper .custom-form > li > span > span {
  color: yellow;
  font-style: italic;
  font-size: 14px;
}
.custom-form-wrapper .custom-form > li.touch, .custom-form-wrapper .custom-form > li.touch2 {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.touch > span, .custom-form-wrapper .custom-form > li.touch2 > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.touch > div, .custom-form-wrapper .custom-form > li.touch2 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: transparent;
  border: solid 2.5px #69151f;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  width: calc((100% - 90px) / 10);
  height: auto;
  margin-bottom: 7px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.touch > div > img, .custom-form-wrapper .custom-form > li.touch2 > div > img {
  width: 90%;
}
.custom-form-wrapper .custom-form > li.touch > div > span, .custom-form-wrapper .custom-form > li.touch2 > div > span {
  text-align: center;
  color: #fff;
}
.custom-form-wrapper .custom-form > li.touch > div:not(:nth-of-type(10n)), .custom-form-wrapper .custom-form > li.touch2 > div:not(:nth-of-type(10n)) {
  margin-right: 10px;
}
.custom-form-wrapper .custom-form > li.touch > div.active, .custom-form-wrapper .custom-form > li.touch2 > div.active {
  color: #fff;
  box-shadow: 0 0 4px 2px rgba(250, 173, 32, 0.5);
  background: #000;
  border: none;
}
.custom-form-wrapper .custom-form > li.touch > div.tag:after, .custom-form-wrapper .custom-form > li.touch2 > div.tag:after {
  content: attr(data-tag);
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  animation: blinker 1.5s linear infinite;
}
.custom-form-wrapper .custom-form > li.touch2 {
  position: relative;
}
.custom-form-wrapper .custom-form > li.touch2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a7a1a1;
  position: absolute;
  bottom: -5px;
}
.custom-form-wrapper .custom-form > li.touch2 > div {
  position: relative;
  min-height: 89px;
}
.custom-form-wrapper .custom-form > li.touch2 > div > span {
  position: absolute;
  bottom: 6px;
}
.custom-form-wrapper .custom-form > li.detail {
  margin-bottom: 15px;
  display: none;
}
.custom-form-wrapper .custom-form > li.detail.show {
  display: flex;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.detail > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: solid 1px #fff;
  padding: 20px 20px;
  border-radius: 8px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.detail > ul > li {
  width: 100%;
  display: flex;
  cursor: pointer;
}
.custom-form-wrapper .custom-form > li.detail > ul > li:not(:last-of-type) {
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.detail > ul > li:hover {
  filter: brightness(1.1);
}
.custom-form-wrapper .custom-form > li.detail > ul > li > span {
  color: #fff;
  font-size: 1rem;
}
.custom-form-wrapper .custom-form > li.detail > ul > li > span:last-of-type {
  margin-left: 5px;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.detail > ul > li > i {
  margin-left: 5px;
  font-size: 1rem;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.detail > ul > button {
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.custom-form-wrapper .custom-form > li.detail > div {
  width: 100%;
  display: none;
  flex-direction: column;
  background: transparent;
  border: solid 1px #fff;
  margin-top: 15px;
  padding: 20px 20px;
  border-radius: 8px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.detail > div.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.detail > div > span {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}
.custom-form-wrapper .custom-form > li.detail > div > img {
  width: 60%;
  max-width: 200px;
  border-radius: 8px;
  padding: 10px 10px;
  background-color: #fff;
}
.custom-form-wrapper .custom-form > li.release {
  align-items: center;
  margin-bottom: 15px;
  display: none;
}
.custom-form-wrapper .custom-form > li.release.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.release > div {
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}
.custom-form-wrapper .custom-form > li.release > span {
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}
.custom-form-wrapper .custom-form > li.release.active > div::after {
  content: "";
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-form-wrapper .custom-form > li.extreme {
  justify-content: space-between;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.extreme > span {
  color: #fff;
  font-size: 1rem;
}
.custom-form-wrapper .custom-form > li.amount {
  margin-bottom: 15px;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.amount > div {
  width: 100%;
  display: flex;
}
.custom-form-wrapper .custom-form > li.amount > div.typing {
  position: relative;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.amount > div.typing::after {
  content: attr(data-bonus);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.amount > div.typing > input {
  width: 100%;
  color: #fff;
  background: transparent;
  border: 1px solid #a7a1a1;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 10px 10px;
}
.custom-form-wrapper .custom-form > li.amount > div.typing > input.active {
  border-color: #ffce50;
}
.custom-form-wrapper .custom-form > li.amount > div.fill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.custom-form-wrapper .custom-form > li.amount > div.fill > button {
  background: transparent;
  border: 1px solid #a7a1a1;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(25% - 7.5px);
  height: 42px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.amount > div.fill > button::after {
  content: attr(data-bonus);
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.amount > div.fill > button.active {
  border-color: #ffce50;
}
.custom-form-wrapper .custom-form > li.pin {
  margin-bottom: 15px;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.pin > div {
  width: 100%;
  display: flex;
  position: relative;
}
.custom-form-wrapper .custom-form > li.pin > div > input {
  width: 100%;
  color: #fff;
  background: #101010;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 10px 10px;
}
.custom-form-wrapper .custom-form > li.pin > div > i.fa-eye, .custom-form-wrapper .custom-form > li.pin > div > i.fa-eye-slash {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 1rem;
}
.custom-form-wrapper .custom-form > li.receipt {
  cursor: default;
  display: none;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.receipt.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.receipt > span {
  width: 100%;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.receipt > div {
  width: calc(100% - 85px - 10px);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: 1px solid #a7a1a1;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 5%;
}
.custom-form-wrapper .custom-form > li.receipt > div > span {
  color: rgba(170, 170, 170, 0.6666666667);
  font-size: 14px;
}
.custom-form-wrapper .custom-form > li.receipt > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 40px;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  color: #fff;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.custom-form-wrapper .custom-form > li.receipt > input {
  display: none;
}
.custom-form-wrapper .custom-form > li.gcash-qr-hint > span {
  color: #D6980E;
  font-weight: bolder;
}
.custom-form-wrapper .custom-form > li.list {
  flex-direction: column;
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.list > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.list > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.list > ul > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #a7a1a1;
  border-radius: 8px;
  color: #fff;
  padding: 8px 5%;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.custom-form-wrapper .custom-form > li.list > ul > li > span {
  width: 100%;
  text-align: center;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.list > ul > li > i {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 1.2rem;
  color: green;
}
.custom-form-wrapper .custom-form > li.list > ul > li > button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  justify-content: center;
  align-items: center;
}
.custom-form-wrapper .custom-form > li.list > ul > li > button.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.list > ul > li > button > i {
  color: #fff;
  font-size: 1.4rem;
}
.custom-form-wrapper .custom-form > li.list > ul > li > div {
  margin-top: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.custom-form-wrapper .custom-form > li.list > ul > li > div > span {
  color: #fff;
  border: solid 1px #efefef;
  border-radius: 12px;
  padding: 3px 5px;
}
.custom-form-wrapper .custom-form > li.list > ul > li > div > span:not(:last-of-type) {
  margin-right: 5px;
}
.custom-form-wrapper .custom-form > li.list > ul > li.active {
  color: #fff;
  border: 2px solid #ffce50;
}
.custom-form-wrapper .custom-form > li.list > ul > li.active > i {
  display: flex;
}
.custom-form-wrapper .custom-form > li.list > ul > li.none > span {
  color: #fff;
}
.custom-form-wrapper .custom-form > li.turnover {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px #c61123;
  background: #101010;
  display: none;
  margin-bottom: 15px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.turnover::before {
  content: "Note :";
  color: #c61123;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 0;
}
.custom-form-wrapper .custom-form > li.turnover.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.turnover > div {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.custom-form-wrapper .custom-form > li.turnover > div > span {
  width: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.custom-form-wrapper .custom-form > li.turnover > div > span:first-of-type {
  color: #ec8028;
  font-size: 1.2rem;
}
.custom-form-wrapper .custom-form > li.turnover > div > span.pad {
  position: relative;
}
.custom-form-wrapper .custom-form > li.turnover > div > span.pad::before {
  content: "*";
  color: red;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 5px;
}
.custom-form-wrapper .custom-form > li.button {
  justify-content: center;
}
.custom-form-wrapper .custom-form > li.button > button {
  width: 80%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  color: #fff;
  transition: all 0.3s;
  border-radius: 8px;
  font-size: 1.2rem;
}
.custom-form-wrapper .custom-form > li.button > button:disabled {
  filter: grayscale(1);
}

.full-overlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-msg-wrapper {
  width: 100%;
  display: flex;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  display: none;
}
.status-msg-wrapper.show {
  display: flex;
}
.status-msg-wrapper .status-msg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}
.status-msg-wrapper .status-msg-container > img {
  width: 180px;
  margin-bottom: 30px;
}
.status-msg-wrapper .status-msg-container > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.status-msg-wrapper .status-msg-container > img.padding {
  padding: 10px 10px;
  background: #fff;
  border-radius: 8px;
}
.status-msg-wrapper .status-msg-container > span {
  color: #fff;
  font-size: 1.6rem;
}
.status-msg-wrapper .status-msg-container > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
  margin-top: 30px;
  border-radius: 8px;
  display: none;
}
.status-msg-wrapper .status-msg-container > button.show {
  display: flex;
}
.status-msg-wrapper .status-msg-container > div {
  display: none;
}
.status-msg-wrapper .status-msg-container > div.show {
  display: flex;
  background: #fff;
  padding: 10px 10px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.status-msg-wrapper .status-msg-container > div.show > img,
.status-msg-wrapper .status-msg-container > div.show > canvas {
  width: 300px;
  height: 300px;
}

.mm--wallet {
  position: relative;
}
.mm--wallet:hover .withdraw-difference {
  display: flex;
  align-items: center;
}
.mm--wallet .withdraw-difference {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: auto;
  height: 30px;
  padding: 0 8px;
  border-radius: 6px;
  background: #71030d;
  display: none;
}
.mm--wallet .withdraw-difference > span {
  white-space: nowrap;
}
.mm--wallet .withdraw-difference::before {
  content: "";
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #71030d transparent; /* transparent 設置邊框顏色透明*/
  position: absolute;
  top: -20px;
  left: 20%;
}

.contact-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
.contact-btn.active {
  background: linear-gradient(#fecc40, #ffa700);
}
.contact-btn > img {
  height: 45px;
}
.contact-btn > span {
  font-size: 12px;
  font-weight: normal;
}

#chat-widget-container {
  right: 70px !important;
  bottom: -5px !important;
  display: none !important;
}
#chat-widget-container.show {
  display: block !important;
}

.launch-game-wrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: black;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
.launch-game-wrapper.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.launch-game-wrapper .launch-game-container {
  width: 90%;
  height: 90%;
  background: black;
}
.launch-game-wrapper .launch-game-container.full {
  width: 100%;
  height: 100%;
}
.launch-game-wrapper .launch-game-container .launch-game-header {
  width: 100%;
  display: flex;
  height: 45px;
  padding: 0 20px;
  background: black;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #71030d;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i {
  color: #71030d;
  font-size: 1.5rem;
  padding: 5px 5px;
  cursor: pointer;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:first-of-type {
  transition: 0.4s ease-out;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:first-of-type:hover {
  transform: scale(1.2);
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:last-of-type {
  transition: 0.5s ease-out;
  margin-left: 10px;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:last-of-type:hover {
  transform: rotate(360deg);
}
.launch-game-wrapper .launch-game-container .launch-game-content {
  width: 100%;
  height: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.launch-game-wrapper .launch-game-container .launch-game-content > img {
  max-width: 375px;
  height: 145px;
  margin-bottom: 15px;
}
.launch-game-wrapper .launch-game-container .launch-game-content > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.launch-game-wrapper .launch-game-container .launch-game-content > span {
  margin-top: 30px;
  color: #71030d;
  font-size: 2rem;
  text-align: center;
}
.launch-game-wrapper .launch-game-container .launch-game-content > span.failed {
  color: red;
}
.launch-game-wrapper .launch-game-container .launch-game-content #myProgress {
  width: 100%;
  background-color: #272727;
  position: relative;
  border-radius: 4px;
  max-width: 345px;
}
.launch-game-wrapper .launch-game-container .launch-game-content #myBar {
  width: 0%;
  height: 2px;
  text-align: center;
  line-height: 2px;
  box-shadow: 0 0px 5px 2px rgba(255, 255, 255, 0.7);
  background: #fff;
  color: #71030d;
  border-radius: 4px;
}
.launch-game-wrapper .launch-game-container .launch-game-content #myBar > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 16px;
  display: none;
}
.launch-game-wrapper .launch-game-container .launch-game-content > iframe {
  width: 100%;
  height: 100%;
  display: none;
}

.quickpay-middleware-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.quickpay-middleware-wrapper.show {
  visibility: visible;
}
.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;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.28) 0px -4px 0px inset;
  font-size: 1rem;
}
.quickpay-middleware-wrapper > button.show {
  display: flex;
}

.section-title {
  border: none;
}

.modal-body.strict-height {
  max-height: 650px;
  overflow-y: scroll;
}
.modal-body .tuijian-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-body .tuijian-wrapper .tuijian-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal-body .tuijian-wrapper .tuijian-title > span {
  width: 100%;
  text-align: center;
}
.modal-body .tuijian-wrapper .tuijian-title > span:first-of-type {
  color: #faad20;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.modal-body .tuijian-wrapper .tuijian-title > span:nth-of-type(2) {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}
.modal-body .tuijian-wrapper .tuijian-title > span:last-of-type {
  color: #fff;
  font-size: 12px;
}
.modal-body .tuijian-wrapper .tuijian-info {
  width: 100%;
  display: flex;
  background: #232323;
  border-radius: 8px;
  margin-bottom: 15px;
}
.modal-body .tuijian-wrapper .tuijian-info > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  justify-content: center;
}
.modal-body .tuijian-wrapper .tuijian-info > div > span {
  width: 100%;
  text-align: center;
}
.modal-body .tuijian-wrapper .tuijian-info > div > span:first-of-type {
  color: #faad20;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.modal-body .tuijian-wrapper .tuijian-info > div > span:last-of-type {
  color: #fff;
  font-size: 14px;
}
.modal-body .tuijian-wrapper .tuijian-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal-body .tuijian-wrapper .tuijian-container > div {
  margin-bottom: 15px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-tab > button {
  width: calc((100% - 15px) / 2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
  font-size: 1rem;
  padding: 10px 10px;
  outline: none;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-tab > button:first-of-type {
  margin-right: 15px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-tab > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  display: none;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link.show {
  display: flex;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link > span {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-copy {
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 2px #71030d;
  border-radius: 6px;
  background: transparent;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-copy > span {
  color: #fff;
  font-size: 1rem;
  pointer-events: none;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-copy > div {
  background: #232323;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-copy > div > i {
  font-size: 1rem;
  color: #fff;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > span {
  color: #fff;
  margin-right: 10px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > a {
  display: flex;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > a:not(:last-of-type) {
  margin-right: 10px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > a > i {
  font-size: 1.5rem;
  color: #fff;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > a > i.fa-facebook {
  color: #1b74e4;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > a > i.fa-telegram {
  color: #357ebd;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-link .tuijian-share > a > i.fa-envelope {
  color: #e34133;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr.show {
  display: flex;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr > span {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr > div {
  display: flex;
  width: auto;
  padding: 10px 10px;
  max-width: 320px;
  background: #fff;
  margin-bottom: 15px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr > div > img,
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr > div > canvas {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr > a {
  width: 50%;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-body .tuijian-wrapper .tuijian-container .tuijian-qr > a > i {
  color: #fff;
  margin-right: 5px;
}
.modal-body .tuijian-wrapper .tuijian-statistic {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-title > i {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-title > span {
  color: #fff;
  font-size: 1rem;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-info {
  width: 100%;
  display: flex;
  background: #232323;
  border-radius: 8px;
  margin-bottom: 25px;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-info > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  justify-content: center;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-info > div > span {
  width: 100%;
  text-align: center;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-info > div > span:first-of-type {
  color: #faad20;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.modal-body .tuijian-wrapper .tuijian-statistic .tuijian-statistic-info > div > span:last-of-type {
  color: #fff;
  font-size: 14px;
}
.modal-body .tuijian-wrapper .tuijian-statistic > button {
  width: 50%;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-body .tuijian-wrapper .tuijian-statistic > button > i {
  color: #fff;
  margin-right: 5px;
}
.modal-body .report-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.modal-body .report-wrapper.show {
  display: flex;
}
.modal-body .report-wrapper > div {
  margin-bottom: 15px;
}
.modal-body .report-wrapper .report-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .report-wrapper .report-tab > button {
  width: calc((100% - 15px) / 2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
  font-size: 1rem;
  padding: 10px 10px;
  outline: none;
}
.modal-body .report-wrapper .report-tab > button:first-of-type {
  margin-right: 15px;
}
.modal-body .report-wrapper .report-tab > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal-body .report-wrapper .report-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.modal-body .report-wrapper .report-title > i {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal-body .report-wrapper .report-title > span {
  color: #fff;
  font-size: 1rem;
}
.modal-body .report-wrapper .report-table-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: #232323;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-header > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 370px;
  overflow-y: scroll;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 239, 239, 0.4);
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container > li > span.underline-detail {
  text-decoration: underline;
  cursor: pointer;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container > div > img {
  width: 20%;
  max-width: 100px;
  margin-bottom: 10px;
}
.modal-body .report-wrapper .report-table-wrapper .report-table-container > div > span {
  color: #fff;
  font-size: 1rem;
}
.modal-body .report-detail-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.modal-body .report-detail-wrapper.show {
  display: flex;
}
.modal-body .report-detail-wrapper > div {
  margin-bottom: 15px;
}
.modal-body .report-detail-wrapper .report-detail-title {
  width: 100%;
  display: flex;
  align-items: center;
}
.modal-body .report-detail-wrapper .report-detail-title > button {
  display: flex;
  margin-right: 10px;
}
.modal-body .report-detail-wrapper .report-detail-title > button > i {
  color: #fff;
  font-size: 1.2rem;
}
.modal-body .report-detail-wrapper .report-detail-title > span {
  color: #fff;
  font-size: 1rem;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: #232323;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-header > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 370px;
  overflow-y: scroll;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 239, 239, 0.4);
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > li > span.underline {
  text-decoration: underline;
  cursor: pointer;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > div > img {
  width: 20%;
  max-width: 100px;
  margin-bottom: 10px;
}
.modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > div > span {
  color: #fff;
  font-size: 1rem;
}
.modal-body .quest-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-body .quest-wrapper > div {
  margin-bottom: 15px;
}
.modal-body .quest-wrapper .quest-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .quest-wrapper .quest-tab > button {
  width: calc((100% - 30px) / 3);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
  font-size: 1rem;
  padding: 10px 10px;
  outline: none;
}
.modal-body .quest-wrapper .quest-tab > button:not(:last-of-type) {
  margin-right: 15px;
}
.modal-body .quest-wrapper .quest-tab > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal-body .quest-wrapper .quest-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-body .quest-wrapper .quest-title > div:first-of-type {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.modal-body .quest-wrapper .quest-title > div:first-of-type > i {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal-body .quest-wrapper .quest-title > div:first-of-type > span {
  color: #fff;
  font-size: 14px;
}
.modal-body .quest-wrapper .quest-title > div:last-of-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #232323;
  border-radius: 6px;
}
.modal-body .quest-wrapper .quest-title > div:last-of-type > span {
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
}
.modal-body .quest-wrapper .quest-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-body .quest-wrapper .quest-container > li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type {
  width: calc(75% - 10px);
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div {
  width: 100%;
  display: flex;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type {
  margin: 8px 0;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type > i {
  margin-right: 10px;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type > i,
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type > span {
  display: flex;
  align-items: center;
  color: #faad20;
  font-size: 1rem;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:last-of-type {
  height: 35px;
  background: #232323;
  border-radius: 6px;
}
.modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:last-of-type > span {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  font-size: 1rem;
  border-radius: inherit;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type {
  width: 25%;
  display: flex;
  justify-content: center;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  height: 35px;
  font-size: 14px;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button:disabled {
  filter: grayscale(1);
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.claim {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.not_completed {
  background: transparent;
  pointer-events: none;
  color: #4e4e4e;
  border: none;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.pending {
  background: transparent;
  pointer-events: none;
  color: orange;
  border: none;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.fail {
  background: transparent;
  pointer-events: none;
  color: red;
  border: none;
}
.modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.success {
  background: transparent;
  pointer-events: none;
  color: green;
  border: none;
}

.agentregister-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.agentregister-overlay.show {
  display: flex;
}
.agentregister-overlay .agentregister-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container {
  width: 50%;
  background: #000;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 75px 0;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .close-btn {
  display: flex;
  padding: 10px 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #faad20;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .close-btn > i {
  color: #faad20;
  font-size: 2rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > img {
  width: 200px;
  pointer-events: none;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > span {
  width: 100%;
  color: #faad20;
  margin: 20px 0;
  pointer-events: none;
  text-align: center;
  font-size: 1.2rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 10px 0;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a {
  display: flex;
  margin-right: 10px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a:first-of-type {
  margin-right: 10px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a.disabled {
  filter: grayscale(1);
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a > img {
  width: 30px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div {
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  background: rgba(10, 11, 11, 0.5);
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #8b000d;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div.prefix {
  position: relative;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div.prefix > input {
  padding-left: 35px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div.prefix::after {
  content: attr(data-prefix);
  position: absolute;
  left: 10px;
  bottom: 9px;
  font-size: 14px;
  color: #faad20;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > img {
  width: 20px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > input {
  background: transparent;
  outline: none;
  border: none;
  width: calc(100% - 25px);
  height: 40px;
  color: #fff;
  padding-left: 10px;
  font-size: 1rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #faad20;
  padding: 3px 3px;
  cursor: pointer;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > span {
  width: 100%;
  font-size: 1rem;
  color: rgb(172, 6, 6);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  width: 50%;
  height: 40px;
  font-size: 1rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .agentregister-welcome {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .agentregister-welcome > img {
  width: 100%;
  max-width: 30vw;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .agentregister-welcome.show {
  display: flex;
}

.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;
}

.entrance-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 15vh;
  z-index: 3;
}
.entrance-wrapper > button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea4632;
  position: absolute;
  right: 0;
  top: -28px;
  padding: 5px 5px;
  border-radius: 50%;
}
.entrance-wrapper > button i {
  color: #fff;
  font-size: 1rem;
  width: 15px;
  height: 15px;
}
.entrance-wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entrance-wrapper > a > img {
  width: 160px;
}
.entrance-wrapper.entrance-wrapper-1 {
  bottom: 35vh;
  right: 40px;
  z-index: 10;
}
.entrance-wrapper.entrance-wrapper-1 > button {
  top: -25px;
  right: -15px;
}
.entrance-wrapper.entrance-wrapper-1 > a > img {
  width: 130px;
}

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

.stream-wrapper {
  width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #000;
  background-image: url(../../../images/stream/wbg.png?v=0.3);
  background-repeat: no-repeat;
  background-size: 100%;
  /* ----- Header ----- */
  /* ----- Banner ----- */
  /* ----- Main Stream Container ----- */
  /* ----- Stream Info ----- */
}
.stream-wrapper .stream-header-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
  position: relative;
  background: #191011;
}
.stream-wrapper .stream-header-wrapper .stream-header-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left {
  display: flex;
  align-items: center;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left .stream-header-left-block {
  display: none;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-logo {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-logo > img {
  height: 94px;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right {
  display: flex;
  align-items: center;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right > div,
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right > a {
  padding: 4px 40px;
  height: 30px;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-login {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  margin-right: 20px;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-login > span {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-login > img {
  height: 20px;
  display: none;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-register {
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  border-radius: 4px;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-register > span {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-username {
  display: flex;
  align-items: center;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-username > span {
  font-size: 14px;
  color: #fff;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-balance {
  display: flex;
  align-items: center;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-balance > span {
  font-size: 14px;
  color: #fff;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-balance > span:first-of-type {
  margin-right: 5px;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-logout {
  display: flex;
  align-items: center;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-logout > span {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}
.stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-logout > img {
  height: 20px;
}
.stream-wrapper .stream-header-wrapper .stream-header-btn {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.stream-wrapper .stream-header-wrapper .stream-header-btn > button {
  background: linear-gradient(#517837 0%, #14260a 100%);
  border-radius: 8px;
  padding: 5px 25px;
  box-shadow: rgb(73, 179, 86) 0px 0px 0px 0px;
  animation: 1.5s ease 0s infinite normal none running jyFbsD;
}
.stream-wrapper .stream-header-wrapper .stream-header-btn > button > span {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
@keyframes jyFbsD {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0px 0px 0px 30px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0px 0px 0px 0px;
  }
}
.stream-wrapper .stream-swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.stream-wrapper .stream-swiper-wrapper .banner-wrapper.visible {
  visibility: visible;
}
.stream-wrapper .stream-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  margin-top: 0vh;
  /* Main Stream Canvas */
}
.stream-wrapper .stream-container.show {
  visibility: visible;
}
.stream-wrapper .stream-container .stream-canvas {
  width: 100%;
  display: flex;
  height: 800px;
  border-radius: 8px;
  max-width: 1440px;
  position: relative;
  /* Video */
  /* Chat */
}
.stream-wrapper .stream-container .stream-canvas > img {
  height: 15vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12vh;
}
.stream-wrapper .stream-container .stream-canvas .stream-video-wrapper {
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.stream-wrapper .stream-container .stream-canvas .stream-video-wrapper .stream-video-container {
  width: 1280px;
  height: 720px;
  border-radius: 8px;
  border: none;
}
.stream-wrapper .stream-container .stream-canvas .stream-video-wrapper .stream-video-container iframe {
  border-radius: 8px;
  border: none;
}
.stream-wrapper .stream-container .stream-canvas .stream-chat-wrapper {
  width: 25%;
  height: 100%;
  background-color: #000;
}
.stream-wrapper .stream-info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.stream-wrapper .stream-info-wrapper .stream-info-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(1) > img {
  width: 20%;
  cursor: pointer;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(1) > img:first-of-type {
  display: block;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(1) > img:last-of-type {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: blinker9 0.8s linear infinite;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  margin-top: -16vh;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) > img {
  width: 100%;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) > img:first-of-type {
  display: block;
}
.stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) > img:last-of-type {
  display: none;
}
.stream-wrapper .stream-info-wrapper > span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0.1em 0.1em 0.2em black;
}

@media (max-width: 2560px) {
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) {
    margin-top: -17vh;
  }
}
@media (max-width: 1920px) {
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) {
    margin-top: -20vh;
  }
}
/* Responsive: Tablet & Mobile (<768px) */
@media (max-width: 768px) {
  .stream-wrapper {
    background-color: #000;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .stream-wrapper .stream-header-wrapper {
    height: 55px;
    background: #000;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left {
    display: flex;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left .stream-header-left-block {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left .stream-header-left-block > div {
    display: flex;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left .stream-header-left-block > div:first-of-type {
    margin-bottom: 5px;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left .stream-header-left-block > div > span {
    color: #d9d9d9;
    font-size: 12px;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-left .stream-header-left-block > div > span:first-of-type {
    margin-right: 2px;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-logo {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-logo > img {
    height: 55px;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right {
    display: flex;
    align-items: center;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right > div,
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right > a {
    padding: 5px 18px;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-register {
    display: none;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-username {
    display: none;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-balance {
    display: none;
  }
  .stream-wrapper .stream-header-wrapper .stream-header-container .stream-header-right .stream-header-right-logout {
    display: none;
    align-items: center;
  }
  .stream-wrapper .stream-swiper-wrapper {
    margin-top: 0px;
    padding: 0;
  }
  .stream-wrapper .stream-swiper-wrapper .banner-wrapper {
    padding: 0;
  }
  .stream-wrapper .stream-swiper-wrapper .banner-wrapper > div > a > img {
    border-radius: 0px;
  }
  .stream-wrapper .stream-swiper-wrapper .banner-container > div > a > img {
    width: 100%;
    border-radius: 0px;
  }
  .stream-wrapper .stream-container {
    padding: 0;
    margin-top: 0;
  }
  .stream-wrapper .stream-container .stream-canvas {
    flex-direction: column; /* Stack video above chat */
    height: auto;
    background-image: none;
    padding: 0;
  }
  .stream-wrapper .stream-container .stream-canvas > img {
    display: none;
  }
  .stream-wrapper .stream-container .stream-canvas .stream-video-wrapper,
  .stream-wrapper .stream-container .stream-canvas .stream-chat-wrapper {
    width: 100%;
    height: auto;
  }
  .stream-wrapper .stream-container .stream-canvas .stream-video-wrapper .stream-video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .stream-wrapper .stream-container .stream-canvas .stream-chat-wrapper {
    margin-top: 0px;
    height: 500px; /* fixed height for chat on small devices */
  }
  .stream-wrapper .stream-info-wrapper {
    margin-top: 0px;
  }
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(1) > img {
    width: 45%;
    cursor: pointer;
  }
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) {
    width: 100%;
    margin-top: -11vh;
  }
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) > img {
    width: 100%;
  }
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) > img:first-of-type {
    display: none;
  }
  .stream-wrapper .stream-info-wrapper .stream-info-container > div:nth-of-type(2) > img:last-of-type {
    display: block;
  }
  .main-wrapper #login-dialog .dialog-wrapper .dialog-container .login-wrapper {
    width: 95vw;
    padding: 20px 2%;
  }
}
.play-card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.play-card-wrapper .play-card-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 5px;
}
.play-card-wrapper .play-card-title.pb {
  padding-bottom: 10px;
}
.play-card-wrapper .play-card-title > div {
  display: flex;
  align-items: flex-end;
}
.play-card-wrapper .play-card-title > div:first-of-type > img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.play-card-wrapper .play-card-title > div:first-of-type > span {
  color: #faad20;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.play-card-wrapper .play-card-title > div:last-of-type > button {
  background: #2e2b51;
  color: #faad20;
  width: 25px;
  height: 25px;
  padding: 0 10px;
  border-radius: 6px;
}
.play-card-wrapper .play-card-title > div:last-of-type > button:first-of-type {
  margin-right: 5px;
}
.play-card-wrapper .play-card-title > div:last-of-type > button > i {
  font-size: 14px;
  color: #faad20;
}
.play-card-wrapper .play-card-container {
  width: 100%;
  display: -webkit-box;
  overflow-x: scroll;
}
.play-card-wrapper .play-card-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.play-card-wrapper .play-card-container::-webkit-scrollbar-track {
  background-color: transparent;
}
.play-card-wrapper .play-card-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: transparent;
}
.play-card-wrapper .play-card-container.games > div {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.play-card-wrapper .play-card-container.games > div > div {
  display: flex;
  flex-wrap: wrap;
}
.play-card-wrapper .play-card-container.games > div > div:first-of-type {
  width: calc(28.5% - 15px);
  margin-right: 15px;
}
.play-card-wrapper .play-card-container.games > div > div:first-of-type > a {
  width: 100%;
  display: flex;
  transition: 0.3s ease-out;
}
.play-card-wrapper .play-card-container.games > div > div:first-of-type > a:hover {
  filter: brightness(1.3);
}
.play-card-wrapper .play-card-container.games > div > div:first-of-type > a > img {
  width: 100%;
  border-radius: 6px;
}
.play-card-wrapper .play-card-container.games > div > div:last-of-type {
  width: 72.5%;
}
.play-card-wrapper .play-card-container.games > div > div:last-of-type > a {
  display: flex;
  width: calc((100% - 75px) / 5);
  margin-right: 15px;
  margin-bottom: 15px;
  transition: 0.3s ease-out;
}
.play-card-wrapper .play-card-container.games > div > div:last-of-type > a:hover {
  filter: brightness(1.3);
}
.play-card-wrapper .play-card-container.games > div > div:last-of-type > a > img {
  width: 100%;
  border-radius: 6px;
}
.play-card-wrapper .play-card-container.provider > a {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 8);
  margin-right: 15px;
  margin-bottom: 10px;
  transition: 0.3s ease-out;
}
.play-card-wrapper .play-card-container.provider > a:hover {
  filter: brightness(1.3);
}
.play-card-wrapper .play-card-container.provider > a.double {
  width: calc((100% - 120px - 15px) / 8 * 2);
}
.play-card-wrapper .play-card-container.provider > a > img {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s ease-out;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-card-wrapper .play-card-container.provider > a:hover > img {
  transform: translateY(-10px);
}
.play-card-wrapper .play-card-container.provider > a > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.play-card-wrapper .play-card-container.provider > a > div > div {
  width: 5px;
  height: 5px;
  background-color: #1fff20;
  border-radius: 50%;
  margin-right: 5px;
  animation: online-breathe 1s infinite ease-out;
}
.play-card-wrapper .play-card-container.provider > a > div > span {
  color: #faad20;
  font-size: 14px;
}
.play-card-wrapper .play-card-container.pt {
  padding-top: 10px;
}
.play-card-wrapper .play-card-control {
  display: flex;
  position: absolute;
  right: 10px;
  top: 30px;
}
.play-card-wrapper .play-card-control .swiper-button-next, .play-card-wrapper .play-card-control .swiper-container-rtl, .play-card-wrapper .play-card-control .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  background-image: url(../../../images/icon/left-arrow3.png);
}
.play-card-wrapper .play-card-control .swiper-button-next, .play-card-wrapper .play-card-control .swiper-container-ltr, .play-card-wrapper .play-card-control .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  background-image: url(../../../images/icon/right-arrow3.png);
}
.play-card-wrapper .play-card-control .swiper-button-disabled {
  opacity: 0.7;
}
.play-card-wrapper .play-card-swiper {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper {
  min-width: 100%;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide {
  background: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > div {
  width: 30%;
  display: flex;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > div > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > div > a > img {
  width: 95%;
  border-radius: 18px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > div > a > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > div > a > div > div {
  width: 5px;
  height: 5px;
  background-color: #1fff20;
  border-radius: 50%;
  margin-right: 5px;
  animation: online-breathe 1s infinite ease-out;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > div > a > div > span {
  color: #faad20;
  font-size: 14px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > li {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > li > a {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 5);
  margin: 0 5px 5px 5px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > li > a > img {
  width: 100%;
  border-radius: 18px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > li > a > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > li > a > div > div {
  width: 5px;
  height: 5px;
  background-color: #1fff20;
  border-radius: 50%;
  margin-right: 5px;
  animation: online-breathe 1s infinite ease-out;
}
.play-card-wrapper .play-card-swiper .swiper-wrapper .swiper-slide > li > a > div > span {
  color: #faad20;
  font-size: 14px;
}

.gamelist .daily-wrapper {
  width: 100%;
  max-width: 1500px;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
.gamelist .daily-wrapper > div {
  width: 10.5%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.gamelist .daily-wrapper > div > img {
  cursor: pointer;
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
}
.gamelist .daily-wrapper > div > a {
  display: none;
  opacity: 0;
}
.gamelist .daily-wrapper > div > a > img {
  width: 100%;
  height: auto;
  max-height: 312px;
}
.gamelist .daily-wrapper > div:hover {
  width: 19.5%;
}
.gamelist .daily-wrapper > div:hover > img {
  display: none;
  opacity: 0;
}
.gamelist .daily-wrapper > div:hover > a {
  display: flex;
  opacity: 1;
}
.gamelist .casino-wrapper {
  width: 100%;
  max-width: 1500px;
  position: relative;
  min-height: 21vw;
}
.gamelist .casino-wrapper > div {
  position: relative;
}
.gamelist .casino-wrapper > div > a > img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.gamelist .casino-wrapper > div:first-child {
  float: left;
  width: 66%;
  margin-right: 1%;
}
.gamelist .casino-wrapper > div:nth-child(2), .gamelist .casino-wrapper > div:nth-child(3) {
  float: left;
  width: 33%;
}

.slots-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.slots-wrapper .slots-container {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.slots-wrapper .slots-container .slots-swiper-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper {
  max-width: 1280px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li {
  width: 6.25%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-out;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a {
  border-radius: 16px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #250003;
  position: relative;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a.favor > img {
  width: 40%;
  margin-bottom: 10px;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a.favor > span {
  color: #c7c7c7;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a > img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a > img.hot-tag {
  position: absolute;
  width: 30px;
  height: auto;
  top: -15px;
  right: -10px;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a > span {
  color: #fff;
  font-size: 1.1em;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li.active > a, .slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li:hover > a {
  border: solid 2px #faad20;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .swiper-button-next {
  right: 0px !important;
  background-image: url(../../../images/icon/next.svg);
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .swiper-button-prev {
  left: 0px !important;
  background-image: url(../../../images/icon/prev.svg);
}
.slots-wrapper .slots-container .tab-wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  background: transparent;
  position: relative;
  margin: 15px 0 15px;
}
.slots-wrapper .slots-container .tab-wrapper > li {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slots-wrapper .slots-container .tab-wrapper > li.active > a, .slots-wrapper .slots-container .tab-wrapper > li:hover > a {
  color: #faad20;
}
.slots-wrapper .slots-container .tab-wrapper > li > img {
  height: 30px;
  margin-right: 10px;
}
.slots-wrapper .slots-container .tab-wrapper > li > a {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #c7c7c7;
}
.slots-wrapper .slots-container .tab-wrapper .search-wrapper {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.slots-wrapper .slots-container .tab-wrapper .search-wrapper > input {
  width: 70%;
  border: none;
  background-color: #250003;
  color: #fff;
  height: 30px;
  padding-left: 15px;
  font-size: 1.1em;
}
.slots-wrapper .slots-container .tab-wrapper .search-wrapper > i {
  color: #fff;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1.2em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.slots-wrapper .slots-container .games-wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.slots-wrapper .slots-container .games-wrapper > li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 105px) / 8);
  margin-right: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #71030d;
  border-radius: 6px;
  border-width: 3px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgba(250, 173, 32, 0.5);
}
.slots-wrapper .slots-container .games-wrapper > li:not(:nth-of-type(8n)) {
  margin-right: 15px;
}
.slots-wrapper .slots-container .games-wrapper > li > img {
  display: none;
}
.slots-wrapper .slots-container .games-wrapper > li > img.game {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.slots-wrapper .slots-container .games-wrapper > li > img.hot {
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: 3px;
}
.slots-wrapper .slots-container .games-wrapper > li:hover {
  border: transparent;
}
.slots-wrapper .slots-container .games-wrapper > li:hover > div {
  display: flex;
}
.slots-wrapper .slots-container .games-wrapper > li > div {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #71030d;
  border-radius: 6px;
  position: absolute;
  animation: 0.3s ease-out gameSlideIn forwards;
  top: -100%;
  z-index: 2;
}
.slots-wrapper .slots-container .games-wrapper > li > div > img {
  height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.slots-wrapper .slots-container .games-wrapper > li > div > span {
  margin: 5px 0 10px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}
.slots-wrapper .slots-container .games-wrapper > li > div > button {
  width: 60%;
  height: 30px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
}
.slots-wrapper .slots-container .games-wrapper > li > div > button:hover {
  filter: brightness(1.3);
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper > li {
  display: flex;
  width: calc((100% - 105px) / 8);
  height: auto;
  min-height: 140px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #595959;
  position: relative;
  overflow: hidden;
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper > li:not(:nth-of-type(8n)) {
  margin-right: 15px;
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper > li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 3s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.slots-wrapper .slots-container .games-wrapper > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.slots-wrapper .slots-container .games-wrapper > div > img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
}
.slots-wrapper .slots-container .games-wrapper > div > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.slots-wrapper .slots-container .games-wrapper > div > span {
  color: #fff;
  font-size: 1.1em;
}
.slots-wrapper .slots-container .pagination-wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slots-wrapper .slots-container .pagination-wrapper > li {
  opacity: 0.6;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.slots-wrapper .slots-container .pagination-wrapper > li:not(:last-child) {
  margin-right: 10px;
}
.slots-wrapper .slots-container .pagination-wrapper > li > span {
  color: #fff;
}
.slots-wrapper .slots-container .pagination-wrapper > li.active {
  opacity: 1;
  background: #faad20;
  border: solid 1px #faad20;
}
.slots-wrapper .slots-container .pagination-wrapper > li.active > span {
  color: #171717;
}
.slots-wrapper .slots-container .pagination-wrapper > li.pagination-btn {
  border-radius: 5px;
  width: auto;
  padding: 5px 10px;
}
.slots-wrapper .slots-container .pagination-wrapper > li:hover {
  opacity: 1;
}

.single-game-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-game-wrapper > img {
  width: 30%;
  cursor: pointer;
}
.single-game-wrapper > iframe {
  border: none;
  width: 100%;
  height: 960px;
  max-width: 1280px;
  max-height: 960px;
}

.member-bank-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 2%;
}
.member-bank-wrapper .member-bank-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px 0 60px 0;
  position: relative;
}
.member-bank-wrapper .member-bank-table::before {
  content: attr(data-title);
  font-size: 2rem;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.member-bank-wrapper .member-bank-table > span {
  color: yellow;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.member-bank-wrapper .member-bank-table > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.member-bank-wrapper .member-bank-table > li > span,
.member-bank-wrapper .member-bank-table > li button {
  width: 33.3333333333%;
  font-size: 1rem;
}
.member-bank-wrapper .member-bank-table > li:first-of-type {
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  border-radius: 8px 8px 0 0;
}
.member-bank-wrapper .member-bank-table > li:first-of-type > span {
  color: #fff;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > span {
  color: #fff;
  word-break: break-all;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) i {
  font-size: 1rem;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) i.fa-check-circle {
  color: green;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) i.fa-tools {
  color: orange;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button {
  display: flex;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  height: 35px;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button:disabled {
  filter: grayscale(1);
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button > i {
  font-size: 1.4rem;
  color: #71030d;
  margin-right: 7px;
}
.member-bank-wrapper .member-bank-creation {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.member-bank-wrapper .member-bank-creation > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-bank-wrapper .member-bank-creation > li.title {
  justify-content: center;
  margin-bottom: 10px;
}
.member-bank-wrapper .member-bank-creation > li.title > span {
  font-size: 2rem;
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field {
  position: relative;
}
.member-bank-wrapper .member-bank-creation > li.field > span {
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
}
.member-bank-wrapper .member-bank-creation > li.field > span.msg {
  color: orange;
}
.member-bank-wrapper .member-bank-creation > li.field > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1.5px #3e3e3e;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.member-bank-wrapper .member-bank-creation > li.field > div > span {
  color: #fff;
  font-size: 14px;
}
.member-bank-wrapper .member-bank-creation > li.field > input,
.member-bank-wrapper .member-bank-creation > li.field select {
  width: 100%;
  height: 35px;
  min-height: 35px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border: 1.5px solid #3e3e3e;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}
.member-bank-wrapper .member-bank-creation > li.field > input.no-border,
.member-bank-wrapper .member-bank-creation > li.field select.no-border {
  border: none;
}
.member-bank-wrapper .member-bank-creation > li.field > input:disabled,
.member-bank-wrapper .member-bank-creation > li.field select:disabled {
  color: #7b7b7b;
  cursor: not-allowed;
}
.member-bank-wrapper .member-bank-creation > li.field > input::-webkit-calendar-picker-indicator,
.member-bank-wrapper .member-bank-creation > li.field select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-bank-wrapper .member-bank-creation > li.field > input option,
.member-bank-wrapper .member-bank-creation > li.field select option {
  background: #0c1512;
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > input.reduce,
.member-bank-wrapper .member-bank-creation > li.field select.reduce {
  width: calc(100% - 40px);
}
.member-bank-wrapper .member-bank-creation > li.field > input {
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > input:disabled {
  color: #aaaaaa;
}
.member-bank-wrapper .member-bank-creation > li.field > select {
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > i {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #fff;
  font-size: 1em;
  padding: 5px 5px;
}
.member-bank-wrapper .member-bank-creation > li.field > button {
  width: 105px;
  height: 35px;
  font-size: 1.2em;
  border: solid 1px #fff;
  border-radius: 9px;
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.member-bank-wrapper .member-bank-creation > li.field > button:last-child {
  margin-left: 20px;
}
.member-bank-wrapper .member-bank-creation > li.notice {
  justify-content: center;
}
.member-bank-wrapper .member-bank-creation > li.notice > span {
  width: 100%;
  font-size: 1rem;
  color: #d9225b;
  text-align: center;
}
.member-bank-wrapper .member-bank-creation > li.text {
  margin-bottom: 50px;
  position: relative;
}
.member-bank-wrapper .member-bank-creation > li.text::after {
  content: attr(data-label);
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.member-bank-wrapper .member-bank-creation > li.btn {
  justify-content: center;
  margin-top: 10px;
}
.member-bank-wrapper .member-bank-creation > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-bank-wrapper .member-bank-creation > li.btn > button:disabled {
  filter: grayscale(0.8);
}
.member-bank-wrapper .member-bank-creation > li.no-ma {
  margin-bottom: 5px;
}

.supple-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  margin-bottom: 20px;
}
.supple-field > span {
  color: #71030d;
  margin-bottom: 10px;
}
.supple-field > span.red {
  color: #d9225b;
}
.supple-field > button,
.supple-field > a {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  max-width: 50%;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.supple-field > button > i,
.supple-field > a > i {
  margin-right: 5px;
  font-size: 1rem;
}
.supple-field > button > span,
.supple-field > a > span {
  font-size: 1rem;
}

@media (max-width: 1280px) {
  .slots-wrapper,
  .single-game-wrapper {
    padding: 0 40px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-360deg);
  }
}
@keyframes gameSlideIn {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes gameSlideUp {
  0% {
    opacity: 0;
    bottom: -80%;
  }
  100% {
    opacity: 1;
    bottom: 0;
    border: 2px solid #71030d;
    border-radius: 6px;
  }
}
.age-warning {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.age-warning > img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.age-warning > span {
  color: #c4c4c4;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.age-wrapper {
  display: flex;
  width: 100%;
  height: 500px;
  border-radius: 12px;
  background: #000;
  border: #71030d 1px solid;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.age-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.age-wrapper > i:hover {
  transform: rotate(360deg);
}
.age-wrapper > li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.age-wrapper > li:not(:last-of-type) {
  margin-bottom: 25px;
}
.age-wrapper > li > span {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #71030d;
}
.age-wrapper > li:nth-of-type(1) > img {
  width: 60%;
}
.age-wrapper > li:nth-of-type(2) {
  align-items: center;
  padding: 0 10%;
}
.age-wrapper > li:nth-of-type(2) > img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.age-wrapper > li:nth-of-type(2) > span {
  color: #c4c4c4;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
.age-wrapper > li:nth-of-type(3) > button, .age-wrapper > li:nth-of-type(4) > button {
  width: 60%;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1rem;
  transition: 0.3s ease-out;
  border-radius: 24px;
}
.age-wrapper > li:nth-of-type(3) > button:hover, .age-wrapper > li:nth-of-type(4) > button:hover {
  filter: brightness(1.3);
}
.age-wrapper > li:nth-of-type(4) > button {
  background: transparent;
  border: solid 1px #71030d;
}

#age-dialog {
  z-index: 1056;
  background: rgba(0, 0, 0, 0.85);
}
#age-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

#download-dialog .modal-dialog {
  transform: translate(-25%, 60%);
}
#download-dialog .modal-dialog .modal-content {
  position: relative;
  width: 764px;
  height: 361px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(29, 29, 29, 0.8549019608);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#download-dialog .modal-dialog .modal-content .modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
#download-dialog .modal-dialog .modal-content .download-title {
  width: 100%;
  margin: 15px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 1.1rem;
}
#download-dialog .modal-dialog .modal-content > .download-txt-wrapper {
  width: 45%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: unset;
  list-style: circle;
}
#download-dialog .modal-dialog .modal-content > .download-txt-wrapper > li {
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: 15px;
}
#download-dialog .modal-dialog .modal-content > .download-txt-wrapper > li > h5 {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 1.5px 0 0;
  line-height: 1.6;
}
#download-dialog .modal-dialog .modal-content > .download-txt-wrapper > li > span {
  text-align: center;
  color: rgba(255, 255, 255, 0.6156862745);
  line-height: 1.6;
}
#download-dialog .modal-dialog .modal-content .download-Qrbox {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#download-dialog .modal-dialog .modal-content .download-Qrbox #download-dialog-qrcode {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 8px;
}
#download-dialog .modal-dialog .modal-content .download-Qrbox .download-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
#download-dialog .modal-dialog .modal-content .download-Qrbox .download-btn button {
  width: 160px;
  background: linear-gradient(0deg, #6a000a 0%, #d10014 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
}
#download-dialog .modal-dialog .modal-content .download-Qrbox .download-btn button > img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

#video-popup .modal-content > button {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
}
#video-popup .modal-content .video-wrapper {
  display: flex;
  width: 100%;
}
#video-popup .modal-content .video-wrapper iframe {
  width: 80vw;
  height: 45vw;
  max-width: 1280px;
  max-height: 768px;
  border-radius: 8px;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
@keyframes blinker7 {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes blinker9 {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.9;
  }
}
footer {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}
footer img {
  max-width: 100%;
  height: auto;
  display: block;
}
footer p, footer span, footer a, footer div {
  max-width: 100%;
  box-sizing: border-box;
}/*# sourceMappingURL=index.css.map */