@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Aldo the Apache";
  font-style: normal;
  font-weight: 400;
  src: local("Aldo the Apache"),
    url("../fonts/AldotheApache.woff") format("woff");
}

:root {
  --primary-color: #4e7fff;
  --max-with-mobile: 768px;
  --default-font-size: 14px;
  --default-small-font-size: 13px;
  --default-padding-content: 20px;
  --default-mobile-padding-content: 15px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  --bs-gutter-x-mobile: 15px;
  --bs-gutter-y-mobile: 15px;
  --bs-danger-rgb: 255, 0, 0;
  --bs-body-color: #fff;
}

body {
  font-size: var(--default-font-size);
  line-height: 16px;
  font-weight: 300;
  max-width: var(--max-with-mobile);
  margin: auto;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  background: #000b26;
  color: var(--bs-body-color);
}

* {
  outline: none;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.form-control {
  font-size: 14px;
  line-height: 16px;
}

.btn {
  border-radius: 4px;
  min-width: 80px;
}
.btn-primary {
  background-color: #4e7fff;
  border-color: #4e7fff;
}
.btn-primary:disabled {
  background-color: #597ef7;
  border-color: #597ef7;
}
.btn-warning {
  background-color: #fdbb2c;
  border-color: #fdbb2c;
}
.btn-outline-primary {
  color: #4e7fff;
  border-color: #4e7fff;
}

.text-primary {
  color: #597ef7;
}

.text-title {
  background: linear-gradient(38.14deg, #c9af92 47.15%, #e5d6c3 89.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.main {
  margin-top: 70px;
  margin-bottom: 55px;
  min-height: calc(100vh - 70px - 55px);
}

a {
  color: #597ef7;
  text-decoration: none;
}

.toast#copiedToast {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  place-content: center;
  place-items: center;
  background: transparent;
  box-shadow: none !important;
  border: none !important;
}
.toast#copiedToast:not(.show) {
  display: none !important;
}
.toast#copiedToast .toast-body {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
}

.btn-newbie {
  z-index: 1;
  position: fixed !important;
  right: 10px;
  bottom: 20%;
  padding: 0;
  min-width: auto;
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: pulse 0.5s infinite ease-in-out alternate;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
  position: relative;
}
.btn-newbie:focus {
  box-shadow: none;
}
.btn-newbie img {
  max-width: 50px;
}

.modal.slide-up {
  top: auto;
  bottom: 0;
  margin: 0;
}
.modal.slide-up.show .modal-dialog {
  transform: none !important;
}
.modal.slide-up.fade .modal-dialog {
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  -o-transform: translate(0, 100vh);
  transform: translate(0, 100vh);
  display: flex;
  align-items: flex-end;
  margin: auto;
  height: 100%;
}
.modal.slide-up.fade .modal-dialog .modal-content {
  background: #131d39;
  border-radius: 12px 12px 0px 0px;
  height: 80vh;
  max-width: var(--max-with-mobile);
  margin-left: auto;
  margin-right: auto;
}
.modal.slide-up.fade .modal-dialog .modal-content .modal-header {
  border-bottom: 10px solid #f2f2f2;
  display: flex;
  place-content: space-between;
  place-items: center;
  min-height: 70px;
}
.modal.slide-up.fade .modal-dialog .modal-content .modal-header a {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
}
.modal.slide-up.fade .modal-dialog .modal-content .modal-header h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.modal.slide-up .modal-dialog .modal-content {
  height: 80vh;
  padding: 15px;
}
.modal.slide-up .modal-dialog .modal-content .close-button {
  text-align: center;
  padding-bottom: 5px;
}
.modal.slide-up .modal-dialog .modal-content .content {
  overflow-x: auto;
}
.modal.slide-up .modal-dialog .modal-content .content table {
  margin: 15px 0;
  border-radius: 5px;
  overflow: hidden;
}
.modal.slide-up .modal-dialog .modal-content .content table thead tr th {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #fdbb2c;
  background: #19264b;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal.slide-up .modal-dialog .modal-content .content table tbody {
  border-top: none;
}
.modal.slide-up .modal-dialog .modal-content .content table tbody tr td {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal.slide-up
  .modal-dialog
  .modal-content
  .content
  table
  tbody
  tr:nth-child(even)
  td {
  background: rgba(255, 255, 255, 0.15);
}
.modal.slide-up .modal-dialog .modal-content .content__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  padding: 15px 0;
}
.modal.slide-up .modal-dialog .modal-content .content__subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #ffffff;
  padding: 10px 0;
}
.modal.slide-up .modal-dialog .modal-content .content__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.modal.slide-up .modal-dialog .modal-content .content__subdescription {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  padding-left: 15px;
}
.modal.slide-up .modal-dialog .modal-content .content__subdescription ul {
  padding-left: 15px;
}

.modal.slide-up-notification {
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.modal.slide-up-notification.show .modal-dialog {
  transform: none !important;
  max-width: initial !important;
}
.modal.slide-up-notification.show .modal-dialog .modal-content {
  height: initial !important;
  padding: 30px;
}
.modal.slide-up-notification.fade .modal-dialog {
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  -o-transform: translate(0, 100vh);
  transform: translate(0, 100vh);
  display: flex;
  align-items: flex-end;
  margin: auto;
  height: 100%;
}
.modal.slide-up-notification.fade .modal-dialog .modal-content {
  border-radius: 20px 20px 0px 0px;
  height: initial !important;
}
.modal.slide-up-notification.fade .modal-dialog .modal-content .modal-header {
  border-bottom: 10px solid #f2f2f2;
  display: flex;
  place-content: space-between;
  place-items: center;
  min-height: 70px;
}
.modal.slide-up-notification.fade .modal-dialog .modal-content .modal-header a {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
}
.modal.slide-up-notification.fade
  .modal-dialog
  .modal-content
  .modal-header
  h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.modal.slide-up-notification.fade .modal-dialog .modal-content .btn {
  width: 100%;
}

.modal.alert#vpnModal .modal-dialog .modal-content,
.modal.alert#pleaseLoginFirstModal .modal-dialog .modal-content {
  padding: 25px;
}
.modal.alert#vpnModal .modal-dialog .modal-content .modal-header,
.modal.alert#pleaseLoginFirstModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.modal.alert#vpnModal .modal-dialog .modal-content .modal-header button,
.modal.alert#pleaseLoginFirstModal
  .modal-dialog
  .modal-content
  .modal-header
  button {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 1;
}
.modal.alert#vpnModal .modal-dialog .modal-content .modal-body,
.modal.alert#pleaseLoginFirstModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.alert#vpnModal .modal-dialog .modal-content .modal-body .title,
.modal.alert#pleaseLoginFirstModal
  .modal-dialog
  .modal-content
  .modal-body
  .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
  margin-bottom: 20px;
}

.modal.alert .modal-dialog {
  max-width: 350px;
  margin: auto;
}
.modal.alert .modal-dialog .modal-content {
  background: #19264b;
  border-radius: 16px;
  padding: 30px;
}
.modal.alert .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.alert .modal-dialog .modal-content .modal-body .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
  margin-bottom: 20px;
}
.modal.alert .modal-dialog .modal-content .modal-body .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.modal.alert .modal-dialog .modal-content .modal-body .text span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
}
.modal.alert .modal-dialog .modal-content .modal-body .action {
  margin-top: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
}
.modal.alert .modal-dialog .modal-content .modal-body .action .btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(25, 66, 132, 0.3);
  border-right: 3px solid rgba(25, 66, 132, 0.3);
  border-bottom: 3px solid rgba(25, 66, 132, 0.3);
  border-left: 3px solid #5a81c4;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.1);
  }
}

#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000b26;
  z-index: 9999;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
}

.show-action {
  overflow: hidden;
}
.show-action .btn-demo {
  text-indent: -9999em;
  height: 60px !important;
  width: 60px !important;
  border-radius: 50% !important;
  padding-left: 5px !important;
}
.show-action .btn-demo:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icons/play-button.png);
  background-size: 25px;
}
.show-action .btn-play-real {
  background: transparent !important;
  color: #fff !important;
  height: 25px !important;
  max-width: 55px !important;
}
.show-action.active .btn-demo {
  animation: pulseDemoBtn 1.5s infinite;
  -webkit-animation: pulseDemoBtn 1.5s infinite;
  box-shadow: 0 0 0 0 rgba(253, 187, 44, 0.5);
}

@keyframes pulsePlayRealBtn {
  0% {
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePlayRealBtn {
  0% {
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 187, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 187, 44, 0);
  }
}

@keyframes pulseDemoBtn {
  0% {
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 187, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 187, 44, 0);
  }
}

@-webkit-keyframes pulseDemoBtn {
  0% {
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 187, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 187, 44, 0);
  }
}

@keyframes pulseNewbieBtn {
  0% {
  }
  70% {
    box-shadow: 0 0 0 20px rgba(253, 187, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 187, 44, 0);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

#mySidenav.sidenav {
  width: 100%;
  position: fixed;
  z-index: 1035;
  top: 0;
  bottom: 0;
  left: -500%;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
}
#mySidenav.sidenav .left-nav {
  width: 100%;
  background: #000b26;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: space-between;
  min-width: 300px;
  overflow: auto;
}
#mySidenav.sidenav .left-nav__container {
  max-width: var(--max-with-mobile);
  padding: 40px var(--bs-gutter-y-mobile);
  height: 100%;
  margin: auto;
}
#mySidenav.sidenav .left-nav__container__menu__footer {
  display: flex;
  place-content: space-around;
  place-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}
#mySidenav.sidenav .left-nav__container__menu__footer a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
#mySidenav.sidenav .left-nav__container__menu__action {
  padding: 40px 0 15px;
}
#mySidenav.sidenav .left-nav__container__menu__action a {
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
#mySidenav.sidenav .left-nav__container__menu__welcome {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 15px 0 13px;
  text-decoration: none!important;
}
#mySidenav.sidenav .left-nav__container__menu__welcome span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0089ff;
}
#mySidenav.sidenav .left-nav__container__menu__info {
  margin-bottom: 15px;
}
#mySidenav.sidenav .left-nav__container__menu__info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
#mySidenav.sidenav .left-nav__container__menu__info a span {
  padding-left: 10px;
}
#mySidenav.sidenav .left-nav__container__menu__country {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
#mySidenav.sidenav .left-nav__container__menu__country span {
  padding: 0 10px;
}
#mySidenav.sidenav .left-nav__container__menu__country a.country-name {
  color: rgba(255, 255, 255, 0.4);
}
#mySidenav.sidenav .left-nav__container__menu__country a.country-name img {
  transition: all 0.5s;
}
#mySidenav.sidenav
  .left-nav__container__menu__country
  a.country-name.active
  img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mySidenav.sidenav .left-nav__container__menu .collapse__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
  padding: 7px 30px;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 6px;
}
#mySidenav.sidenav .left-nav__container__menu .collapse__item:first-child {
  padding-top: 15px !important;
}
#mySidenav.sidenav .left-nav__container__menu .collapse__item.active {
  color: #ffffff;
}
#mySidenav.sidenav .left-nav__container__menu__nav {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  place-content: space-between;
  place-items: center;
  padding-bottom: 8px;
}
#mySidenav.sidenav .left-nav__container__menu__content {
  margin: 15px -5px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#mySidenav.sidenav .left-nav__container__menu__content__item {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#mySidenav.sidenav .left-nav__container__menu__content__item .category {
  background: #26314c;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
}
#mySidenav.sidenav .left-nav__container__menu__content__item .category img {
  width: 100%;
  margin-top: -2px;
}
#mySidenav.sidenav .left-nav__container__menu__content__item .category span {
  position: absolute;
  left: 15px;
  top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
#mySidenav.sidenav .backdrop {
  transition: 1s;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 0;
}
#mySidenav.sidenav.active {
  left: 0;
}

.login-page {
  /* background-image: url(../images/login/login-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 0; */
  background: #000B26;
  position: relative;
  background-image:
      radial-gradient(circle at 24% 36%, rgba(25, 66, 132, 0.75) 0%, transparent 30%),
      radial-gradient(circle at 65% 45%, rgba(24, 16, 152, 0.45) 0%, transparent 35%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.login-page__content .nav-tabs {
  border-bottom: 0;
  margin-bottom: 25px;
}
.login-page__content .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 30px 0 0;
}
.login-page__content .nav-tabs .nav-item .nav-link.active {
  color: #fdbb2c;
  background: transparent;
  border-color: transparent;
}
.login-page__content .tab-content .login__form .download-app {
  margin-top: 33px;
  border: 2px solid #194284;
  border-radius: 4px;
  gap: 0;
  place-content: flex-start;
  display: flex;
  place-items: center;
  align-items: stretch;
}
.login-page__content .tab-content .login__form .download-app__logo {
  padding: 7px 0 7px 11px;
}
.login-page__content .tab-content .login__form .download-app__content {
  padding: 7px 0 7px 10px;
  width: 100%;
}
.login-page__content .tab-content .login__form .download-app__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.login-page__content
  .tab-content
  .login__form
  .download-app__content__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.login-page__content .tab-content .login__form .download-app__download {
  min-width: 50px;
  min-height: 50px;
  background: #194284;
  display: flex;
  place-content: center;
  place-items: center;
}
.login-page__content .tab-content .login__form .forget_password {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #0089ff;
}
.login-page__content .tab-content .login__form .btn-login {
  margin-top: 20px;
  background: #fdbb2c;
  border-radius: 4px;
  min-height: 50px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  display: flex;
  place-content: center;
  place-items: center;
}
.login-page__content .tab-content .login__form .input-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.login-page__content .tab-content .login__form .input-group .form-control {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  border: none;
  padding: 16px 13px;
  width: 100%;
}
.login-page__content
  .tab-content
  .login__form
  .input-group
  .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.login-page__content .tab-content .login__form .input-group .form-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.login-page__content .tab-content .login__form .input-group .form-text.warning {
  color: #fdbb2c;
}
.login-page__content .tab-content .login__form .input-group .form-text.danger {
  color: #ff1a1a;
}
.login-page__content .tab-content .login__form .input-group .form-text ul {
  margin-bottom: 0;
}
.login-page__content .tab-content .login__form .input-group .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #ff1a1a;
}
.login-page__content .tab-content .login__form .form-check .form-check-input {
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
.login-page__logo {
  padding-top: 47px;
  padding-bottom: 37px;
}
.login-page__logo img {
  max-width: 120px;
}
.login-page__navbar {
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
}
.login-page__navbar .dropdown .dropdown-toggle {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  border: none;
  width: 70px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.login-page__navbar .dropdown .dropdown-toggle img {
  max-width: 18px;
}
.login-page__navbar .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.login-page__navbar .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 0px 0px 4px 4px;
  right: 0;
  margin-top: 0;
  border: none;
  width: 70px;
  min-width: initial;
  padding: 0;
}
.login-page__navbar .dropdown .dropdown-menu li .dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  padding-left: 6px;
}
.login-page__navbar .dropdown .dropdown-menu li .dropdown-item img {
  max-width: 18px;
}

#forgetPasswordModal .modal-dialog .modal-content {
  padding: 25px;
}
#forgetPasswordModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}
#forgetPasswordModal .modal-dialog .modal-content .modal-header button {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 1;
}
#forgetPasswordModal .modal-dialog .modal-content .modal-body .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
  margin-bottom: 20px;
}
#forgetPasswordModal .modal-dialog .modal-content .modal-body .btn-login {
  min-height: 40px;
  width: 50%;
  margin: auto;
  margin-top: 10px;
}
#forgetPasswordModal .modal-dialog .modal-content .modal-body .input-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#forgetPasswordModal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #ff1a1a;
}
#forgetPasswordModal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .form-control {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  min-height: 45px;
  padding: 10px 13px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  border: none;
  padding: 16px 13px;
  width: 100%;
}
#forgetPasswordModal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.register {
  display: flex;
  place-content: center;
  place-items: center;
  background-image: url("../images/login-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  text-align: center;
  color: #fff;
}
.register__logo {
  margin-bottom: 20px;
}
.register__logo img {
  max-width: 265px;
}
.register__logo1 {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 60px;
  margin-bottom: 65px;
}
.register__form {
  display: flex;
  min-height: 450px;
}
.register__form form {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 10px 10px 0px;
  padding: 20px;
  width: 100%;
}
.register__form form.no-bg {
  background: transparent;
}
.register__form form h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.register__form form h4 {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.register__form form .input-group {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  border: none;
  min-height: 50px;
}
.register__form form .input-group .input-group-text {
  background-color: transparent;
  border: none;
  padding-left: 20px;
}
.register__form form .input-group .input-group-text:first-child img {
  width: 25px;
}
.register__form form .input-group .input-group-text:not(:first-child) {
  padding-right: 20px;
}
.register__form form .input-group .form-control {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.register__form form .input-group .form-control::placeholder {
  color: #ffffff;
}
.register__form form .input-group .form-control:focus {
  box-shadow: none;
}
.register__form form a {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}
.register__form form .btn-login {
  background: rgba(89, 126, 247, 0.5);
  border: none;
  border-radius: 30px;
  width: 100%;
  min-height: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  display: flex;
  place-content: center;
  place-items: center;
  text-transform: uppercase;
}
.register__form form .font-small {
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
}
.register__form__left-button {
  display: contents;
}
.register__form__left-button .register_link {
  display: flex;
  place-content: center;
  writing-mode: tb-rl;
  text-orientation: mixed;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 0px 10px 10px 0px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  gap: 20px;
  min-width: 50px;
}
.register__form__left-button .register_link img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  width: 25px;
}
.register.register-second {
  flex-direction: column;
}
.register.register-second .container-fluid {
  padding-top: 20px;
}
.register.register-second .customer-service {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
}
.register.register-thank-you .register__logo1 {
  margin-bottom: 40px;
}
.register.register-thank-you .register__form {
  padding-top: 0;
}
.register.register-thank-you h1 {
  font-family: "Aldo the Apache", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#e5d6c3, #c9af92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.register.register-thank-you h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: -webkit-linear-gradient(#e5d6c3, #c9af92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.register.register-thank-you h5 {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.register.register-thank-you .btn-login {
  background: #597ef7;
}

@media only screen and (max-width: 425px) {
  .register {
    min-height: 100vh;
  }
  .register__logo {
    margin-bottom: 20px;
  }
  .register__logo img {
    max-width: 265px;
  }
  .register__logo1 {
    gap: 60px;
    margin-bottom: 65px;
  }
  .register__form {
    min-height: 450px;
  }
  .register__form form {
    border-radius: 10px 0 0 10px;
    padding: 15px;
    width: 100%;
  }
  .register__form form h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .register__form form .input-group {
    border-radius: 30px;
    min-height: 45px;
  }
  .register__form form .input-group .input-group-text {
    padding-left: 15px;
  }
  .register__form form .form-check {
    gap: 10px;
  }
  .register__form form .form-check .form-check-input {
    border-radius: 50%;
    margin-right: 0;
  }
  .register__form form .form-check .form-check-label {
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
  }
  .register__form form a {
    font-size: 12px;
    line-height: 14px;
  }
  .register__form form .btn-login {
    border-radius: 30px;
    width: 100%;
    min-height: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .register__form__right-button .register_link {
    border-radius: 10px 0px 0px 10px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    gap: 20px;
  }
}

.home__content {
  padding-left: 0;
  padding-right: 0;
}
.home__content__commitment__content {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  height: 100%;
}
.home__content__event__container:first-child>div {
  background-color: rgba(19, 29, 57, 1);
  background-image: radial-gradient(circle at 0% 0%, rgba(252, 162, 13, 0.7) 0%, transparent 40%);
  background-size: 100% 100%;
}

.home__content__event__container:last-child>div {
  background-color: rgba(19, 29, 57, 1);
  background-image: radial-gradient(circle at 0% 0%, rgba(13, 123, 252, 0.7) 0%, transparent 40%);
  background-size: 100% 100%;
}
.home__content__commitment__content__item {
  /* background: rgba(255, 255, 255, 0.15);
  background-image: url(../images/commitment/bg_v3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  border-radius: 16px;
  min-height: 230px;
  position: relative;
  padding: 25px 10px;
  background-image:
    radial-gradient(ellipse at top left, rgba(24, 16, 152, 1) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(24, 16, 152, 1) 0%, transparent 33%);
  background-size: 100% 100%;
}
@media only screen and (max-width: 405px) {
  .home__content__commitment__content__item {
    min-height: 250px;
  }
}
@media only screen and (max-width: 376px) {
  .home__content__commitment__content__item {
    min-height: 255px;
  }
}
.home__content__commitment__content__item__icon {
  position: absolute;
  top: 15px;
  right: 0;
  max-width: 45px;
  max-height: 70px;
}
.home__content__commitment__content__item__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  min-height: 45px;
}
.home__content__commitment__content__item__description {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.home__content__special_odds {
  padding-left: 0;
  padding-right: 0;
}

.home__content__special_odds > .label {
  margin-left: 15px;
} 
.home__content__special_odds .title {
  padding-left: 15px;
}
.home__content__special_odds .subtitle {
  padding-right: 15px;
}
.home__content__special_odds__content::-webkit-scrollbar {
  display: none;
}
.home__content__special_odds__content {
  display: flex;
  place-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding-bottom: 10px;
  padding: 0 15px 10px;
}
.home__content__special_odds__content__item {
  background: #131d39;
  border-radius: 8px;
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  position: relative;
}
.home__content__special_odds__content__item__label {
  font-weight: 600;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  padding: 3px;
  color: #fdbb2c;
  background: rgba(253, 187, 44, 0.35);
  border-radius: 0px 0px 12px 12px;
  width: 141%;
  margin: 0px -14px;
  /* text-transform: uppercase; */
}
.home__content__special_odds__content__item__img {
  margin: 0 -18px;
  max-width: 101px;
}
.home__content__special_odds__content__item__title {
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
.home__content__hot_games {
  padding-left: 0;
  padding-right: 0;
}
.home__content__hot_games > .label {
  margin-left: 15px;
}
.home__content__hot_games .title {
  padding-left: 15px;
}
.home__content__hot_games .subtitle {
  padding-right: 15px;
}
.home__content__hot_games__content {
  display: flex;
  place-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding: 0 15px 10px 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.home__content__hot_games__content::-webkit-scrollbar {
  display: none;
}
.home__content__hot_games__content__item {
  background: #131d39;
  border-radius: 8px;
  padding: 0 13px;
  min-width: 100px;
  text-align: center;
  position: relative;
}
.home__content__hot_games__content__item__label {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  padding: 3px;
  /* text-transform: uppercase; */
}
.home__content__hot_games__content__item__label.success {
  background: rgba(73, 185, 2, 0.3);
  color: #49b902;
}
.home__content__hot_games__content__item__label.danger {
  background: rgba(203, 19, 47, 0.3);
  color: #cb132f;
}
.home__content__hot_games__content__item__img {
  margin: 8px 0;
  width: 100%;
}
.home__content__hot_games__content__item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
.home__content__hot_games__content__item .action {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fdbb2c;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 10px;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
}
.home__content__hot_games__content__item .action .btn {
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: auto;
  padding: 0;
}
.home__content__hot_games__content__item.active .action {
  opacity: 1;
  z-index: 1;
}
.home__content__gaming_licenses {
  min-height: 145px;
  background-image: url(../images/gaming-licenses/bg_v2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  place-content: center;
  place-items: flex-start;
  flex-direction: column;
  padding-top: 0 !important;
  margin-top: 40px;
  padding: 15px;
}
.home__content__gaming_licenses__content {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  width: 100%;
}
.home__content__gaming_licenses__content__img {
  width: 30%;
  text-align: center;
  max-height: 70px;
}
.home__content__luck_surprise {
  background-image: url(../images/luck-surprise-bg_v3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 212px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-content: center;
  margin-top: 35px;
}
.home__content__luck_surprise__title {
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
}
.home__content__luck_surprise__title__left {
  padding-bottom: 30px;
  margin-right: -30px;
}
.home__content__luck_surprise__title__icon {
  max-width: 130px;
}
.home__content__luck_surprise__title__right {
  padding-top: 30px;
  margin-left: -30px;
}
.home__content__luck_surprise__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
}
.home__content__exclusive_event__content {
  background: #131d39;
  border-radius: 18px;
  padding: 25px 15px;
  overflow: hidden;
}
.home__content__exclusive_event__content__header {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.home__content__exclusive_event__content__header__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  background: linear-gradient(90deg, #fca20d 0%, #ffcd0c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
.home__content__exclusive_event__content__header__total-prize {
  background: #000b26;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 4px 10px;
}
.home__content__exclusive_event__content__header__icon {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 150px;
  max-width: 170px;
}
.home__content__exclusive_event__content__item {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 8px 0;
}
.home__content__exclusive_event__content__item .username {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 2px;
}
.home__content__exclusive_event__content__item .name {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.home__content__exclusive_event__content__item .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  background: linear-gradient(89.95deg, #fca20d 50%, #ffcd0c 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2px;
}
.home__content__exclusive_event__content__item .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}
.home__content__exclusive_event__content__action a {
  width: 100%;
  min-height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  display: flex;
  place-content: center;
  place-items: center;
}
.home__content__event {
  margin-top: 35px;
  margin-left: -5px;
  margin-right: -5px;
}
.home__content__event__container {
  padding-left: 5px;
  padding-right: 5px;
}
/* .home__content__event__container:first-child > div {
  background-image: url("../images/event-bg_v4.webp");
}
.home__content__event__container:last-child > div {
  background-image: url("../images/download-bg_v4.webp");
} */
.home__content__event__container__item {
  background: #131d39;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 13px 13px;
  min-height: 100px;
  height: 100%;
  position: relative;
}
.home__content__event__container__item__icon {
  position: absolute;
  right: 13px;
  top: 13px;
}
.home__content__event__container__item__img {
  height: 45px;
  display: flex;
  place-content: flex-start;
  place-items: flex-end;
}
.home__content__event__container__item__img img {
  max-height: 40px;
  max-width: 50px;
  margin-bottom: 5px;
}
.home__content__event__container__item__sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}
.home__content__event__container__item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
}
.home__content__category {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  margin-top: 33px;
  text-align: center;
}
.home__content__category__item__img {
  background: #131d39;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 18px;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(25, 66, 132, 0.3);
  display: flex;
  place-content: center;
  place-items: center;
}
.home__content__category__item__img img {
  max-height: 34px;
}
.home__content__category__item__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.home__content__feature__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}
.home__content__feature__content {
  display: flex;
  place-content: space-between;
  place-items: center;
}
.home__content__feature__content img {
  max-height: 20px;
  max-width: 90px;
}
.home__content__feature__content img.mh-13px {
  max-height: 13px;
}
.home__content .top-slider {
  margin-bottom: 20px !important;
  padding: 20px 15px;
  min-height: 140px;
}
.home__content .top-slider .slick-slide {
  border-radius: 20px;
}
.home__content .top-slider .slick-slide img {
  width: 100%;
  border-radius: 9px;
}
.home__content .top-slider .slick-dots {
  width: auto;
  display: flex;
  place-content: center;
  place-items: center;
  left: 0;
  right: 0;
  bottom: -15px;
}
.home__content .top-slider .slick-dots li {
  margin: 0 2px;
  width: 6px;
}
.home__content .top-slider .slick-dots li button {
  width: 6px;
}
.home__content .top-slider .slick-dots li button::before {
  background-color: #707070;
  content: "";
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 50%;
}
.home__content .top-slider .slick-dots li.slick-active,
.home__content .top-slider .slick-dots li.slick-active button {
  width: 27px;
}
.home__content .top-slider .slick-dots li.slick-active button::before {
  width: 27px;
  border-radius: 10px;
  background-color: #fff;
}
.home__content .top-slider .no-overflow {
  overflow: hidden;
}
.home__content .top-slider .slick-slider {
  overflow: hidden;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close {
  border: 0;
  border-radius: 0.25rem;
  color: #000;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
}

#firstTimeRevampModal .modal-dialog,
#newbieModal .modal-dialog,
#newbieWithoutLoginModal .modal-dialog,
#announcementModal .modal-dialog {
  max-width: 350px;
}

#firstTimeRevampModal .modal-dialog .modal-content,
#newbieModal .modal-dialog .modal-content,
#newbieWithoutLoginModal .modal-dialog .modal-content,
#announcementModal .modal-dialog .modal-content {
  padding: 0;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-header,
#newbieModal .modal-dialog .modal-content .modal-header,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-header,
#announcementModal .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}
#announcementModal .modal-header{
  padding: 1rem 1rem 0 1rem;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-header .btn-close,
#newbieModal .modal-dialog .modal-content .modal-header .btn-close,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-header .btn-close,
#announcementModal .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-body img,
#newbieModal .modal-dialog .modal-content .modal-body img,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-body img,
#announcementModal .modal-dialog .modal-content .modal-body img {
  max-width: 180px;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-body .title,
#newbieModal .modal-dialog .modal-content .modal-body .title,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-body .title,
#announcementModal .modal-dialog .modal-content .modal-body .title {
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin: 15px 0;
}
#announcementModal .modal-body .title {
  color: #fdbb2c !important;
  margin: 0 0 15px 0 !important;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-body .subtitle,
#newbieModal .modal-dialog .modal-content .modal-body .subtitle,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-body .subtitle,
#announcementModal .modal-dialog .modal-content .modal-body .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
#announcementModal .modal-body .subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-body .subtitle span
#newbieModal .modal-dialog .modal-content .modal-body .subtitle span,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-body .subtitle span,
#announcementModal .modal-dialog .modal-content .modal-body .subtitle span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-footer,
#newbieModal .modal-dialog .modal-content .modal-footer,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-footer,
#announcementModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0;
  margin-top: 20px;
}

#firstTimeRevampModal .modal-dialog .modal-content .modal-footer .btn,
#newbieModal .modal-dialog .modal-content .modal-footer .btn,
#newbieWithoutLoginModal .modal-dialog .modal-content .modal-footer .btn,
#announcementModal .modal-dialog .modal-content .modal-footer .btn {
  width: 100%;
  min-height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  margin: 0;
  border-radius: 0;
  display: flex;
  place-content: center;
  place-items: center;
}

#firstTimeRevampModal .modal-body {
  padding: 0 20px; }
#firstTimeRevampModal .modal-body .title {
    color: #FDBB2C !important; }
#firstTimeRevampModal .modal-body .subtitle {
    color: rgba(255, 255, 255, 0.7) !important; }

.home-section {
  padding-top: 40px;
}
.home-section .label {
  border: 1px solid #fdbb2c;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 45px;
  padding: 2px 10px;
}
.home-section .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
  margin: 3px 0 15px;
}
.home-section .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #ffffff;
}

.add-bank-account {
  background-color: #f2f2f2;
}
.add-bank-account__content {
  padding-left: 0;
  padding-right: 0;
}
.add-bank-account__content__input {
  background: #ffffff;
  padding: 15px;
}
.add-bank-account__content__input__select-bank {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0;
  margin-bottom: 30px;
  cursor: pointer;
}
.add-bank-account__content__input__select-bank__input__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 10px;
  text-align: left;
}
.add-bank-account__content__input__select-bank__input__placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #a5a9b3;
}
.add-bank-account__content__input .items {
  padding-bottom: 30px;
}
.add-bank-account__content__input .items:last-child {
  padding-bottom: 0;
}
.add-bank-account__content__input .items .form-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
}
.add-bank-account__content__input .items .form-control {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #a5a9b3;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid #eeeeee;
  border-radius: 0;
}
.add-bank-account__content__input .items .form-control:focus,
.add-bank-account__content__input .items .form-control:active {
  box-shadow: none;
}
.add-bank-account__content__input .items .form-control:disabled {
  border-bottom: 0;
  padding-bottom: 0;
  background: #fff;
}
.add-bank-account__content__input .items .form-control::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #a5a9b3;
}
.add-bank-account__content__input .items .input-group {
  border-bottom: 2px solid #eeeeee;
}
.add-bank-account__content__input .items .input-group .input-group-text {
  background: transparent;
  border: 0;
  height: 30px;
}
.add-bank-account__content__input .items .input-group .form-control {
  border-bottom: none;
}
.add-bank-account__content__input .items .input-group .btn {
  background-color: #4e7fff;
  border: none;
  border-radius: 5px !important;
  height: 30px;
  display: flex;
  place-items: center;
}
.add-bank-account__content__input .items .input-group .btn.disabled,
.add-bank-account__content__input .items .input-group .btn:disabled {
  background-color: rgba(78, 127, 255, 0.5);
  pointer-events: none;
}
.add-bank-account__content__description {
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  color: #a5a9b3;
  padding: 15px;
}
.add-bank-account__content__submit {
  padding: 15px;
}
.add-bank-account__content__submit .btn {
  width: 100%;
  min-height: 50px;
  display: flex;
  place-items: center;
  place-content: center;
}
.add-bank-account__content__help {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
  padding: 15px;
}

.manage-password {
  padding-top: 50px;
}
.manage-password .submit-btn {
  padding: 0 15px;
}
.manage-password .submit-btn .btn {
  min-height: 50px;
  width: 100%;
}
.manage-password .modal .modal-content {
  height: auto !important;
  padding: 30px 20px;
}
.manage-password .modal .modal-content .manage_password_success_modal_content {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.manage-password .modal .modal-content .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.help-page {
  background-color: #f2f2f2;
  padding-top: 50px;
}
.help-page.contact-us {
  background-color: #fff;
}
.help-page.help-index {
  padding-top: 0;
}
.help-page.help-index .navbar.nav-child {
  background: transparent !important;
  box-shadow: none;
}
.help-page.help-index .navbar.nav-child .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.help-page__content__contact-us {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}
.help-page__content__contact {
  padding: 15px 30px;
}
.help-page__content__contact .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  color: #4e7fff;
  margin-bottom: 5px;
}
.help-page__content__contact .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
}
.help-page__content__top {
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 50px 50px 0 50px;
  margin-bottom: 15px;
  position: relative;
  min-height: 270px;
}
.help-page__content__top::before {
  position: absolute;
  content: "";
  top: -50%;
  bottom: 0;
  width: 220%;
  height: 150%;
  border-radius: 50%;
  background: linear-gradient(90deg, #7696ff 0%, #557bf7 100%);
}
.help-page__content__top__content {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 15px;
  z-index: 1;
}
.help-page__content__top__content__img {
  max-width: 65px;
}
.help-page__content__top__content__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.help-page__content__top__content__text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.help-page__content__top__subtext {
  z-index: 1;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.help-page__content__content {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 15px;
  margin-top: 30px;
  padding: 20px 15px;
}
.help-page__content__content .list-group {
  border-radius: 0;
}
.help-page__content__content .list-group .list-group-item {
  border: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
  margin-bottom: 15px;
}
.help-page__content__content .list-group .list-group-item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  position: relative;
}
.help-page__content__content .list-group .list-group-item a .img-left {
  max-width: 30px;
}
.help-page__content__content .list-group .list-group-item a .right {
  position: absolute;
  right: 0;
}
.help-page__content__content__items {
  margin-bottom: 20px;
}
.help-page__content__content__items:last-child {
  margin-bottom: 0px;
}
.help-page__content__content__items .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  color: #4e7fff;
  margin-bottom: 10px;
}
.help-page__content__content__items img {
  max-width: 100%;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  place-content: center;
  place-items: center;
}
.help-page__content__content__items .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
}
.help-page__content__content__items .description div {
  padding-top: 10px;
}
.help-page__content__content__items .description span {
  display: block;
  font-weight: 300;
  padding: 10px 0;
}
.help-page__content__content__items .description ul {
  margin-top: 10px;
  list-style: decimal;
}
.help-page__content__content__items .description ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
}
.help-page__content__footer {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}
.help-page__content__customer-service-center {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: -30px 15px 0 15px;
  width: 100%;
  z-index: 99;
  padding: 15px;
}
.help-page__content__customer-service-center__content {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  z-index: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.help-page__content__customer-service-center__content__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #caced9;
}
.help-page__content__customer-service-center__content__text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
.help-page__content__customer-service-center__btn {
  padding-top: 15px;
}
.help-page__content__customer-service-center__btn .btn {
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 5px;
}
.help-page__content__customer-service-center__subtext {
  z-index: 1;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.help-page__content__card {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
}
.help-page__content__card .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.help-page__content__card.faq .content {
  list-style: none;
  padding: 15px 0;
}
.help-page__content__card.faq .content li.line {
  border-bottom: 1px solid #7f7f7f;
  height: 5px;
  margin: 15px -15px 10px -15px;
}
.help-page__content__card.faq .content li a {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 0;
  width: 100%;
}
.help-page__content__card.faq .content li a div {
  border-bottom: 1px solid #ddd;
  height: 50px;
}
.help-page__content__card.faq .content li a div.img {
  width: 45px;
  display: flex;
  place-items: center;
}
.help-page__content__card.faq .content li a div.img img {
  max-width: 30px;
}
.help-page__content__card.faq .content li a div.img.no-border {
  border: none;
}
.help-page__content__card.faq .content li a div.text {
  width: 100%;
  display: flex;
  place-items: center;
  place-content: space-between;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}
.help-page__content__card.tutorial-guides {
  margin-top: 0;
}
.help-page__content__card.tutorial-guides .content {
  text-align: center;
  padding-top: 20px;
}
.help-page__content__card.tutorial-guides .content > a {
  padding: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #333333;
}
.help-page__content__card.tutorial-guides .content > a img {
  margin-bottom: 5px;
  max-width: 42px;
}
.help-page.customer-service .navbar.nav-child {
  background: linear-gradient(90deg, #7696ff 0%, #557bf7 100%) !important;
}
.help-page.customer-service .help-page__content__top {
  padding: 80px 15px 0 15px;
  min-height: auto;
}
.help-page.customer-service .help-page__content__top::before {
  height: 280px;
}

.forget-password-page {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 0;
}
.forget-password-page__content {
  background-color: #ffffff;
  padding: 30px 15px;
  height: calc(100vh - 60px);
}
.forget-password-page__content__success {
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #4e7fff;
  margin-bottom: 15px;
}
.forget-password-page__content__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 30px;
}
.forget-password-page__content .form-control {
  padding: 10px 0 20px 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.forget-password-page__content .form-control::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #ced4d9;
}
.forget-password-page__content .form-control:focus {
  box-shadow: none;
}
.forget-password-page__content__button {
  margin-top: 50px;
}
.forget-password-page__content__button .btn {
  width: 100%;
  background: #597ef7;
  border-radius: 10px;
  min-height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  display: flex;
  place-content: center;
  place-items: center;
}
.forget-password-page__content__description {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
  margin-top: 15px;
}

.footer {
  background: rgba(19, 29, 57, 0.5);
  padding: 40px 15px 1px 15px;
  margin-top: 40px;
}
.footer__logo {
  max-width: 100px;
}
.footer__copy_right {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  margin-top: 5px;
}
.footer__items {
  margin-bottom: 30px;
}
.footer__items__title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  color: #ffffff;
}
.footer__items__item {
  padding-top: 10px;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
}
.footer__items__item a{
  color: #FFFFFF80;
  text-decoration: none;
}
.footer__items__item.social img {
  width: 36px;
}
.footer__items__item.question img {
  width: 28px;
}
.footer__items__item.responsible-gaming img {
  max-height: 26px;
}
.footer__items__item.security-trust img {
  max-width: 83px;
}
.footer__items__item.certification img {
  max-width: 70%;
}
.footer__items__item.payment-method img {
  max-width: 80%;
}

.promotion__content__title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 0;
}

.promotion__content__container__item {
  background: #131d39;
  border-radius: 9px;
  margin-bottom: 20px;
}
.promotion__content__container__item__img {
  width: 100%;
}
.promotion__content__container__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  padding: 15px 12px;
}

.promotionDetailModal .modal-dialog .modal-content {
  height: 80vh;
  padding: 15px;
}
.promotionDetailModal .modal-dialog .modal-content .close-button {
  text-align: center;
  padding-bottom: 5px;
}
.promotionDetailModal .modal-dialog .modal-content .promotion-content {
  overflow-x: auto;
}
.promotionDetailModal .modal-dialog .modal-content .promotion-content table {
  margin: 15px 0;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content
  table
  thead
  tr
  th {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #fdbb2c;
  background: #19264b;
  text-align: center;
  vertical-align: middle;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content
  table
  tbody {
  border-top-color: transparent;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content
  table
  tbody
  tr
  td {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}
.promotionDetailModal .modal-dialog .modal-content .promotion-content__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  padding: 15px 0;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #ffffff;
  padding: 10px 0;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__subdescription {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  padding-left: 15px;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__subdescription
  ul {
  padding-left: 15px;
}
.promotionDetailModal .modal-dialog .modal-content .promotion-content__step {
  margin-left: -5px;
  margin-right: 0;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__step__container {
  padding-left: 5px;
  padding-right: 5px;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__step__container__item {
  border: 2px dashed #194183;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  height: 100%;
  padding: 7px;
  text-align: center;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__step__container__item__count {
  color: #fdbb2c;
  border: 2px solid #fdbb2c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
  place-content: center;
  place-items: center;
  font-weight: bold;
  font-size: 12px;
}
.promotionDetailModal
  .modal-dialog
  .modal-content
  .promotion-content__step__container__item__text
  a {
  color: #fff;
  text-decoration: underline;
}

.category-page__content__container__tab {
  margin-top: 20px;
}
.category-page__content__container__tab__nav {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.category-page__content__container__tab__nav .btn-nav {
  background: #194284;
  box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border: none;
  width: 30px;
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  outline: none;
}
.category-page__content__container__tab__nav .btn-nav img {
  max-width: 10px;
  margin-top: -3px;
}
.category-page__content__container__tab__nav .nav {
  flex-wrap: nowrap;
  overflow: auto;
  padding: 2px 0;
  border-bottom: none;
  background: #131d39;
  width: 100%;
  gap: 2px;
  min-height: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-page__content__container__tab__nav .nav::-webkit-scrollbar {
  display: none;
}
.category-page__content__container__tab__nav .nav-item .nav-link {
  min-width: 60px;
  height: 100%;
  padding: 5px 0;
}
.category-page__content__container__tab__nav .nav-item .nav-link img {
  opacity: 0.5;
  max-width: 50px;
  max-height: 24px;
}
.category-page__content__container__tab__nav .nav-item .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}
.category-page__content__container__tab__nav .nav-item .nav-link.active img {
  opacity: 1;
}
.category-page__content__container__tab .tab-content {
  margin-top: 15px;
  background: #131d39;
  border: 1.5px solid #194284;
  border-radius: 8px;
  min-height: 200px;
}
.category-page__content__container__tab .tab-content .tab4d-container__title {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 10px 15px;
  background: #19264b;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: right;
}
.category-page__content__container__tab
  .tab-content
  .tab4d-container__title
  .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}
.category-page__content__container__tab
  .tab-content
  .tab4d-container__title
  img {
  width: 40px;
}
.category-page__content__container__tab
  .tab-content
   #sandakan-result 
  .tab4d-container__title
  img {
  width: 70px;
}

.category-page__content__container__tab
  .tab-content
   #cashsweep-result
  .tab4d-container__title
  img {
  width: 60px;
}
.category-page__content__container__tab
  .tab-content
   #singapore-result
  .tab4d-container__title
  img {
  width: 33px;
}
.category-page__content__container__tab
  .tab-content
  .tab4d-container__subtitle {
  background: #19264b;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}
.category-page__content__container__tab .tab-content .tab4d-container__content {
  display: flex;
  place-content: space-around;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}
.category-page__content__container__tab
  .tab-content
  .tab4d-container__content.text-warning {
  color: #fdbb2c;
}
.category-page__content__container__tab
  .tab-content
  .tab4d-container__contenttext {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.category-page__content__container__tab
  .tab-content
  .tab4d-container__contenttext
  div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-page__content__container__lucky_number {
  background-image: url(../images/4d-bg_v2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  min-height: 125px;
  margin-top: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 7px;
  flex-direction: column;
  padding: 5px;
}
.category-page__content__container__lucky_number__title {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.category-page__content__container__lucky_number__number {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #5a81c4;
  padding: 0px 15px;
}
.category-page__content__container__lucky_number__number img {
  margin-left: 5px;
}
.category-page__content__container__lucky_number__bet_now .btn {
  height: 26px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.category-page__content__container__lucky_number__payout .btn {
  height: 26px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: #0089ff;
}
.category-page__content__container__lucky_number__payout .btn:focus {
  box-shadow: none;
}
.category-page__content__container__special_odds__content::-webkit-scrollbar {
  display: none;
}
.category-page__content__container__special_odds {
  padding-right: 0;
  padding-left: 0;
}
.category-page__content__container__special_odds__content {
  display: flex;
  place-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 15px;
}
.category-page__content__container__special_odds__content__item {
  background: #131d39;
  border-radius: 8px;
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  position: relative;
}
.category-page__content__container__special_odds__content__item__label {
  font-weight: 600;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  padding: 3px;
  color: #fdbb2c;
  width: 141%;
  margin: 0px -14px;
  background: rgba(253, 187, 44, 0.35);
  border-radius: 0px 0px 12px 12px;
}
.category-page__content__container__special_odds__content__item__img {
  margin: 0px -14px;
  max-width: 99px;
}
.category-page__content__container__special_odds__content__item__title {
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}

.category-page__content__container__games_lobby__content {
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 30px;
}
.category-page__content__container__games_lobby__content__item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.category-page__content__container__games_lobby__content__item__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.category-page__content__container__games_lobby__content__item__img {
  height: 126px;
  display: block;
  text-align: center;
  background-image: url(../images/games-lobby-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}
.category-page__content__container__games_lobby__content__item__img__icon {
  margin-top: -40px;
  max-width: 95px;
  max-height: 95px;
}
.category-page__content__container__games_lobby__content__item__img__logo {
  max-width: 90px;
  max-height: 25px;
}
.category-page__content__container__games_lobby__content__item__img__logo.mh-14px {
  max-height: 14px;
}
.category-page__content__container__games_lobby__content__item__content {
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  background: #131d39;
  border-radius: 8px;
  padding: 15px 12px;
}
.category-page__content__container__games_lobby__content__item__content__icon {
  max-width: 95px;
  max-height: 95px;
}
.category-page__content__container__games_lobby__content__item__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.category-page__content__container__games_lobby__content__item:nth-child(even)
  .category-page__content__container__games_lobby__content__item__img {
  background-image: url(../images/games-lobby-2.svg);
}

.category-page__content__container__hot_games__content {
  display: flex;
  place-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 15px;
}
.category-page__content__container__hot_games__content::-webkit-scrollbar {
  display: none;
}
.category-page__content__container__hot_games__content__item {
  background: #131d39;
  border-radius: 8px;
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  position: relative;
}
.category-page__content__container__hot_games__content__item__label {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  padding: 3px;
}
.category-page__content__container__hot_games__content__item__label.success {
  background: rgba(73, 185, 2, 0.3);
  color: #49b902;
}
.category-page__content__container__hot_games__content__item__label.danger {
  background: rgba(203, 19, 47, 0.3);
  color: #cb132f;
}
.category-page__content__container__hot_games__content__item__img {
  margin: 8px 0;
  max-height: 72px;
}
.category-page__content__container__hot_games__content__item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
.category-page__content__container__hot_games__content__item .action {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fdbb2c;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 10px;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
}
.category-page__content__container__hot_games__content__item .action .btn {
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: auto;
  padding: 0;
}
.category-page__content__container__hot_games__content__item.active .action {
  opacity: 1;
  z-index: 1;
}

.category-page__content__top {
  background: #131d39;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 26px 26px;
}
.category-page__content__top__navbar {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  margin-top: 20px;
  text-align: center;
  border-bottom: none;
  gap: 1px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.category-page__content__top__navbar__item__img {
  background: #131d39;
  border-radius: 18px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(25, 66, 132, 0.3);
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  place-content: center;
  place-items: center;
}
.category-page__content__top__navbar__item__img img {
  max-height: 34px;
}
.category-page__content__top__navbar__item__img img.active {
  display: none;
}
@media only screen and (max-width: 370px) {
  .category-page__content__top__navbar__item__img {
    width: 55px;
    height: 55px;
  }
}
.category-page__content__top__navbar__item__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.category-page__content__top__navbar__item.active {
  pointer-events: none;
}
.category-page__content__top__navbar__item.active
  .category-page__content__top__navbar__item__img {
  background: rgba(252, 162, 13, 0.24);
  border: 2px solid #fdbb2c;
}
.category-page__content__top__navbar__item.active
  .category-page__content__top__navbar__item__img
  img {
  display: none;
}
.category-page__content__top__navbar__item.active
  .category-page__content__top__navbar__item__img
  img.active {
  display: initial;
}
.category-page__content__top .top-slider {
  margin-bottom: 20px !important;
  padding: 20px 15px;
  min-height: 140px;
}
.category-page__content__top .top-slider .slick-slide {
  border-radius: 20px;
}
.category-page__content__top .top-slider .slick-slide img {
  width: 100%;
  border-radius: 9px;
}
.category-page__content__top .top-slider .slick-dots {
  width: auto;
  display: flex;
  place-content: center;
  place-items: center;
  left: 0;
  right: 0;
  bottom: -15px;
}
.category-page__content__top .top-slider .slick-dots li {
  margin: 0 2px;
  width: 6px;
}
.category-page__content__top .top-slider .slick-dots li button {
  width: 6px;
}
.category-page__content__top .top-slider .slick-dots li button::before {
  background-color: #707070;
  content: "";
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 50%;
}
.category-page__content__top .top-slider .slick-dots li.slick-active,
.category-page__content__top .top-slider .slick-dots li.slick-active button {
  width: 27px;
}
.category-page__content__top
  .top-slider
  .slick-dots
  li.slick-active
  button::before {
  width: 27px;
  border-radius: 10px;
  background-color: #fff;
}
.category-page__content__top .top-slider .no-overflow {
  overflow: hidden;
}
.category-page__content__top .top-slider .slick-slider {
  overflow: hidden;
}

#payoutTableModal .modal-dialog .modal-content {
  height: 80vh;
  padding: 15px;
}
#payoutTableModal .modal-dialog .modal-content .close-button {
  text-align: center;
  padding-bottom: 5px;
}
#payoutTableModal .modal-dialog .modal-content .content {
  overflow-x: auto;
}
#payoutTableModal .modal-dialog .modal-content .content table {
  margin: 15px 0;
  border-radius: 5px;
  overflow: hidden;
}
#payoutTableModal .modal-dialog .modal-content .content table thead tr th {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #fdbb2c;
  background: #19264b;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#payoutTableModal .modal-dialog .modal-content .content table tbody {
  border-top: none;
}
#payoutTableModal .modal-dialog .modal-content .content table tbody tr td {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
#payoutTableModal
  .modal-dialog
  .modal-content
  .content
  table
  tbody
  tr:nth-child(even)
  td {
  background: rgba(255, 255, 255, 0.15);
}
#payoutTableModal .modal-dialog .modal-content .content__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  padding: 15px 0;
}
#payoutTableModal .modal-dialog .modal-content .content__subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #ffffff;
  padding: 10px 0;
}
#payoutTableModal .modal-dialog .modal-content .content__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
#payoutTableModal .modal-dialog .modal-content .content__subdescription {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  padding-left: 15px;
}
#payoutTableModal .modal-dialog .modal-content .content__subdescription ul {
  padding-left: 15px;
}

.exclusive-event-page__content__play-now {
  margin: 20px 0 100px;
  display: flex;
  place-content: center;
}
.exclusive-event-page__content__play-now a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  width: 135px;
}

.exclusive-event-page__content__winner_list {
  background: #131d39;
  border-radius: 18px;
  padding: 25px 15px;
  overflow: hidden;
  margin-top: 50px;
}
.exclusive-event-page__content__winner_list__header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.exclusive-event-page__content__winner_list__header__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  background: linear-gradient(90deg, #fca20d 0%, #ffcd0c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 3px;
}
.exclusive-event-page__content__winner_list__header__title.how-to-win {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  /* or 123% */
  background: linear-gradient(90deg, #fca20d 0%, #ffcd0c 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.exclusive-event-page__content__winner_list__header__last_update {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.exclusive-event-page__content__winner_list__header__icon {
  position: absolute;
  top: -40px;
  right: -30px;
  max-width: 120px;
}
.exclusive-event-page__content__winner_list__header__description {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.exclusive-event-page__content__winner_list__header__description span {
  color: #fdbb2c;
}
.exclusive-event-page__content__winner_list__header__description a {
  text-decoration-line: underline;
  color: #ffffff;
}
.exclusive-event-page__content__winner_list__games__title {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 15px;
}
.exclusive-event-page__content__winner_list__games__title a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.exclusive-event-page__content__winner_list__games__container {
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-wrap: wrap;
  gap: 7px 15px;
}
.exclusive-event-page__content__winner_list__games__container__item img {
  max-height: 50px;
}
.exclusive-event-page__content__winner_list__games__container__item div {
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.exclusive-event-page__content__winner_list__container {
  height: 315px;
  overflow: auto;
}
.exclusive-event-page__content__winner_list__container__item {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 8px 0;
}
.exclusive-event-page__content__winner_list__container__item .username {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 2px;
}
.exclusive-event-page__content__winner_list__container__item .name {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.exclusive-event-page__content__winner_list__container__item .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  background: linear-gradient(89.95deg, #fca20d 50%, #ffcd0c 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2px;
}
.exclusive-event-page__content__winner_list__container__item .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}

.exclusive-event-page__top {
  background-image: url(../images/exclusive-event/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 245px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}
.exclusive-event-page__top__title {
  max-width: 215px;
}
.exclusive-event-page__top__prize {
  position: relative;
}
.exclusive-event-page__top__prize__text {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fdbb2c;
}
.exclusive-event-page__top__prize__img {
  max-width: 340px;
}
.exclusive-event-page__top__action {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.exclusive-event-page__top__action .btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 135px;
}

.play-now-page .all-transfer-content {
  width: 350px;
  background: #19264b;
  border-radius: 16px;
  padding: 30px;
}
.play-now-page .all-transfer-content .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.play-now-page .all-transfer-content .text span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
}
.play-now-page .all-transfer-content .action {
  margin-top: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
}

.play-now-page__content #brandlogoTab {
  flex-wrap: nowrap;
  overflow: auto;
  gap: 10px;
  background: #131d39;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.play-now-page__content #brandlogoTab > .nav-item > .nav-link {
  height: 100%;
  width: 60px;
  background: #000a25;
  border-radius: 6px;
  padding: 3px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-align: center;
  color: #ffffff;
}
.play-now-page__content #brandlogoTab > .nav-item > .nav-link div {
  margin-top: -5px;
}
.play-now-page__content #brandlogoTab > .nav-item > .nav-link img {
  max-width: 55px;
  height: 55px;
}
.play-now-page__content #brandlogoTab > .nav-item > .nav-link img.active {
  display: none;
}
.play-now-page__content #brandlogoTab > .nav-item > .nav-link.active {
  border-color: #fdbb2c;
}
.play-now-page__content #brandlogoTab > .nav-item > .nav-link.active img {
  display: none;
}
.play-now-page__content
  #brandlogoTab
  > .nav-item
  > .nav-link.active
  img.active {
  display: initial;
}

.play-now-page__content #brandlogoTabContent > .tab-pane .brandlogo-nav-tab {
  padding: 5px 15px;
  place-content: space-around;
  background: #131d39;
  border-bottom: none;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 10px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-nav-tab
  .nav-item
  .nav-link {
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  border: none;
  transition: 0.3;
  white-space: pre;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-nav-tab
  .nav-item
  .nav-link.active {
  border-bottom: 3px solid #fdbb2c;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fdbb2c;
}

.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content {
  padding: 15px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form {
  padding: 15px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .title {
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #fdbb2c;
  padding-bottom: 30px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .input-group {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  min-height: 45px;
  margin-bottom: 10px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .input-group
  .form-control {
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .input-group
  .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .input-group
  .form-control:focus {
  box-shadow: none;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .input-group
  .input-group-text {
  background: transparent;
  border: none;
  padding-right: 14px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .form-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  margin-top: 20px;
  margin-bottom: 30px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .btn {
  width: 100%;
  min-height: 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .mega888-slot-form
  .btn-link {
  color: #ffffff;
  text-decoration: none;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item {
  margin-left: -8px;
  margin-right: -8px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container {
  padding-left: 8px;
  padding-right: 8px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container__item {
  background: #131d39;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container__item
  img {
  max-width: 75px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container__item
  .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 8px;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container__item
  .action {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fdbb2c;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 10px;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container__item
  .action
  .btn {
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: auto;
  padding: 0;
}
.play-now-page__content
  #brandlogoTabContent
  > .tab-pane
  .brandlogo-tab-content
  .play-now-item__container__item.active
  .action {
  opacity: 1;
  z-index: 1;
}

.voucher-page {
  margin-bottom: 0;
  min-height: auto;
}
.voucher-page__content {
  padding-top: 20px;
}
.voucher-page__content .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.voucher-page__content__empty {
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 150px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.voucher-page__content__container__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 25px;
}
.voucher-page__content__container__item {
  background: #19264b;
  border: 1px solid #19264b;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px 12px;
}
.voucher-page__content__container__item__price {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  margin-bottom: 4px;
}
.voucher-page__content__container__item__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
.voucher-page__content__container__item__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.voucher-page__content__container__item .btn {
  background: #fdbb2c;
  border-radius: 4px;
  height: 25px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
.voucher-page__content__form {
  padding-bottom: 35px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.13);
}
.voucher-page__content__form__input .form-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 6px;
}
.voucher-page__content__form__input .form-control {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  min-height: 50px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: white;
  padding-left: 13px;
  padding-right: 13px;
}
.voucher-page__content__form__input .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
.voucher-page__content__form__input .form-control:focus {
  box-shadow: none;
}
.voucher-page__content__form__input .form-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ff1a1a;
}
.voucher-page__content__form .btn {
  background: #fdbb2c;
  border-radius: 4px;
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  width: 100%;
  margin-top: 20px;
}

.download-app-page {
  min-height: auto;
}
.download-app-page__content {
  padding-top: 20px;
}
.download-app-page__content__preview {
  margin-top: 50px;
  padding-bottom: 30px;
  display: flex;
  overflow: auto;
  gap: 15px;
  padding-left: var(--bs-gutter-x-mobile, 0.75rem);
  padding-right: var(--bs-gutter-x-mobile, 0.75rem);
}
.download-app-page__content__preview img {
  max-width: 220px;
}
.download-app-page__content__action .btn {
  border-radius: 4px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  min-height: 45px;
  display: flex;
  place-content: center;
  place-items: center;
}
.download-app-page__content__action .btn-secondary {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
}
.download-app-page__content__action .coming-soon {
  position: relative;
}
.download-app-page__content__action .coming-soon span {
  position: absolute;
  right: 25px;
  top: -6px;
}
.download-app-page__content__top {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.download-app-page__content__top__img {
  width: 100px;
}
.download-app-page__content__top__content {
  min-height: 100px;
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  flex-direction: column;
}
.download-app-page__content__top__content__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  color: #fdbb2c;
}
.download-app-page__content__top__content__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.thank-you-page {
  background-image: url(../images/thank-you-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
}
.thank-you-page__content {
  padding: 70px 38px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
}
.thank-you-page__content__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #fdbb2c;
  margin-bottom: 15px;
}
.thank-you-page__content__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.thank-you-page__content__username {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  min-height: 45px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fdbb2c;
}
.thank-you-page__content__action {
  width: 100%;
}
.thank-you-page__content__action .btn {
  margin-top: 10px;
}
.thank-you-page__content__action .btn-warning {
  background: #fdbb2c;
  border-radius: 4px;
  min-height: 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  display: flex;
  place-content: center;
  place-items: center;
  width: 100%;
}
.thank-you-page__content__action .btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.thank-you-page__content__help {
  padding-top: 60px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.thank-you-page__content__help a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: #0089ff;
}

.deposit-page__content #mainTab {
  border: none !important;
  padding-top: 20px;
  place-items: baseline;
  gap: 25px;
}
.deposit-page__content #mainTab > .nav-item > .nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.4);
  height: 100%;
  padding: 0;
  padding-bottom: 11px;
  position: relative;
}
.deposit-page__content #mainTab > .nav-item > .nav-link.active {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
.deposit-page__content #mainTab > .nav-item > .nav-link.active::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #fdbb2c;
  border-radius: 3px;
}
.deposit-page__content #mainTab > .nav-item > .nav-link:focus,
.deposit-page__content #mainTab > .nav-item > .nav-link:hover {
  border-color: transparent;
}
@media only screen and (max-width: 390px) {
  .deposit-page__content #mainTab {
    gap: 5px;
    place-content: space-between;
  }
}

.deposit-page__content #mainContent {
  min-height: 300px;
  padding-top: 17px;
}
.deposit-page__content #mainContent > .tab-pane {
  background-image: url(../images/deposit-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.deposit-page__content #mainContent > .tab-pane#history-section {
  background-image: none !important;
}
.deposit-page__content #mainContent > .tab-pane#history-section #historyTab {
  background: rgba(255, 255, 255, 0.06);
  place-content: center;
  border-bottom: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTab
  .nav-item
  .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTab
  .nav-item
  .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #fff;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTab
  .nav-item
  .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  color: #fdbb2c;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTab
  .nav-item:last-child
  .nav-link::after {
  content: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse {
  padding: 15px 11px;
  background: #000b26;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content {
  border: none;
  background: transparent;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-header {
  background: #19264b;
  border-radius: 4px 4px 0px 0px;
  padding: 0;
  display: flex;
  place-content: space-between;
  place-items: center;
  height: 26px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-header
  .title {
  display: flex;
  place-content: flex-start;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  height: 100%;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-header
  .title
  span {
  background: #fdbb2c;
  border-radius: 4px 0px 0px 0px;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 0 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  height: 100%;
  margin-right: 15px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-header
  .date {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 20px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-body {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: transparent;
  padding: 7px 15px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-body
  .btn-link {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0;
  padding-bottom: 0;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-body
  .table {
  margin-bottom: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-body
  .table
  thead
  tr
  th {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 1px;
  padding-bottom: 1px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table-collapse__content
  .card-body
  .table
  tbody
  tr
  td {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table {
  margin-top: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  thead
  tr
  th {
  background: #19264b;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  text-align: center;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody {
  border-color: transparent;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody
  tr
  td {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody
  tr
  td.warning {
  color: #fdbb2c;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody
  tr
  td.danger {
  color: #ff0000;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody
  tr
  td
  .show-detail {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #ffffff;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody
  tr:first-child
  td {
  background: rgba(255, 255, 255, 0.06);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .betting-record-table
  .table
  tbody
  tr:nth-child(4n)
  td {
  background: rgba(255, 255, 255, 0.06);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-pagination {
  padding: 15px 25px 50px 25px;
  display: flex;
  place-content: flex-end;
  place-items: center;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-pagination
  .btn {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  min-width: initial;
  display: flex;
  place-content: center;
  place-items: center;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-pagination
  .btn-secondary {
  background: rgba(255, 255, 255, 0.13);
  border: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-pagination
  .btn-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-pagination
  .btn-link.active {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-pagination
  .btn-link.disabled {
  pointer-events: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container {
  margin: 10px 0;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 15px 25px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.06);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__left
  .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 3px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__left
  .currency {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__right
  .status {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  margin-bottom: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__right
  .status.danger {
  color: #ff1a1a;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__right
  .status.success {
  color: #49bf00;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__right
  .status.warning {
  color: #fca20d;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .history-transaction-container__item__right
  .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter {
  padding: 5px 25px 20px 25px;
  background: rgba(255, 255, 255, 0.06);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .form-select {
  background: #19264b;
  border-radius: 4px;
  min-height: 30px;
  border-color: transparent;
  color: #fff;
  margin-bottom: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 16px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .form-select:invalid {
  color: rgba(255, 255, 255, 0.4);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .input-group {
  margin-bottom: 7px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .input-group
  .form-control {
  background: #19264b;
  border-radius: 4px;
  min-height: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  border-color: transparent;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .input-group
  .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .input-group
  .input-group-text {
  background: transparent;
  border-color: transparent;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane#history-section
  #historyTabContent
  .tab-pane
  .filter__container
  .btn-warning {
  background: #fdbb2c;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  min-height: 30px;
  width: 100%;
}
.deposit-page__content #mainContent > .tab-pane .form__info {
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  place-content: flex-start;
  place-items: center;
  padding: 10px;
  margin-bottom: 32px;
}
.deposit-page__content #mainContent > .tab-pane .form__reminder {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 6px 0;
  margin-top: 40px;
}
.deposit-page__content #mainContent > .tab-pane .form__reminder__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 15px;
}
.deposit-page__content #mainContent > .tab-pane .form__reminder p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
}
.deposit-page__content #mainContent > .tab-pane .form__action .btn {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  margin-bottom: 5px;
}
.deposit-page__content #mainContent > .tab-pane .form__action .btn-warning {
  background: #fdbb2c;
  border-radius: 4px;
}
.deposit-page__content #mainContent > .tab-pane .form__action .btn-link {
  color: #ffffff;
  text-decoration: none;
}
.deposit-page__content #mainContent > .tab-pane .form__action .btn:focus {
  box-shadow: none;
}
.deposit-page__content #mainContent > .tab-pane .form__container {
  margin-bottom: 25px;
  position: relative;
}
.deposit-page__content #mainContent > .tab-pane .form__container .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ff1a1a;
  margin-bottom: 5px;
  display: block;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .error#transfer_to-error,
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .error#transfer_from-error,
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .error#select_bank-error {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.deposit-page__content #mainContent > .tab-pane .form__container .help-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #fdbb2c;
}
.deposit-page__content #mainContent > .tab-pane .form__container .input-group {
  padding: 5px 5px 5px 0;
  min-height: 50px;
  position: relative;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group
  .form-control {
  min-height: initial;
  border: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group
  .error#amount_SGD-error {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group
  .btn-outline-warning {
  background: rgba(253, 187, 44, 0.3);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fdbb2c;
  min-width: 50px;
  border: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content {
  margin-top: 17px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__help {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 17px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address {
  background: #222c43;
  border-radius: 4px;
  padding: 10px 13px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .input-group {
  background: #000b26;
  border-radius: 3px !important;
  margin-top: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .input-group
  .form-control {
  min-height: 40px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .input-group
  .input-group-text {
  padding-right: 11px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .input-group
  .input-group-text
  img {
  width: 16px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .qr-code-img {
  text-align: center;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .qr-code-img
  img {
  max-width: 140px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .btn-save-qr-code {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  background: #fdbb2c;
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  display: flex;
  place-content: center;
  place-items: center;
  max-width: 130px;
  margin: auto;
  margin-top: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container__network_content__address
  .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}
.deposit-page__content #mainContent > .tab-pane .form__container .form-radio {
  place-content: flex-start;
  place-items: center;
  gap: 10px !important;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-radio
  .btn-check:checked
  + .form-radio__label
  .btn {
  border: 1px solid #fdbb2c;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
  color: #ffffff;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-radio
  .btn-check:checked
  + .form-radio__label
  .btn
  img {
  opacity: 1;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-radio__label
  .btn {
  padding: 5px;
  min-height: 35px !important;
  min-width: 70px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-radio__label
  .btn
  img {
  max-height: 25px;
  opacity: 0.3;
  transition: 0.3s;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-radio__label
  .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select_bank_content {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select_bank_content__title {
  background: #222c43;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select_bank_content__content {
  padding: 0 15px;
  margin: 12px 0;
  place-items: flex-start;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select_bank_content__content
  .copy-input {
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding-right: 50%;
}
.deposit-page__content #mainContent > .tab-pane .form__container .form-choose {
  border: 1px dashed #ffffff;
  border-radius: 4px;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  display: block;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-choose
  img {
  margin-bottom: 10px;
}
.deposit-page__content #mainContent > .tab-pane .form__container .btn-group {
  width: 100%;
  display: flex;
  gap: 8px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .btn-group
  .btn-check:checked
  + .btn {
  border: 1px solid #fdbb2c;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .btn-group
  .btn {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
}
.deposit-page__content #mainContent > .tab-pane .form__container .form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container {
  position: initial !important;
  display: block;
  width: 100% !important;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .select2-dropdown {
  background: #222c43;
  border-radius: 4px;
  width: 100% !important;
  z-index: 1;
  position: initial;
  border: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .select2-dropdown
  .select2-results__options {
  max-height: 250px;
  padding: 12px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .select2-dropdown
  .select2-results__options
  .select2-results__option--selectable.select2-results__option--highlighted {
  background: transparent !important;
  color: #fff;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .select2-dropdown
  .select2-results__options
  .select2-results__option--selectable.select2-results__option--selected {
  background: transparent !important;
  color: #fdbb2c !important;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .selection {
  margin-bottom: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .selection
  .select2-selection {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: transparent;
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  position: relative;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .selection
  .select2-selection__rendered {
  height: 100%;
  display: flex;
  place-content: flex-start;
  place-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .selection
  .select2-selection__placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .select2-container
  .selection
  .select2-selection__arrow {
  display: flex;
  place-items: center;
  height: 100%;
  width: 40px;
}
.deposit-page__content #mainContent > .tab-pane .form__container .form-select,
.deposit-page__content #mainContent > .tab-pane .form__container .form-control {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: transparent;
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  margin-bottom: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-select::placeholder,
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-select:disabled,
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-control:disabled {
  background: rgba(255, 255, 255, 0.13);
  border-color: transparent;
}
.deposit-page__content #mainContent > .tab-pane .form__container .input-group {
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group
  .form-control {
  margin-bottom: 0;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group
  .form-control:disabled {
  background: transparent;
  border-color: transparent;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group-text {
  background: transparent;
  border: none;
  padding-right: 20px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .input-group-text
  img {
  width: 10px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-select:invalid {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
.deposit-page__content #mainContent > .tab-pane .form__container .form-suggest {
  display: flex;
  gap: 6px;
  place-content: flex-start;
  place-items: center;
  flex-wrap: wrap;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-suggest
  .btn {
  min-width: 50px;
  min-height: 30px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  border: none;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .form__container
  .form-suggest
  .btn:focus {
  box-shadow: none;
  background: #fdbb2c;
  color: #000000;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainTab {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  border-bottom: none;
  place-content: space-between;
  place-items: center;
  padding: 5px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainTab
  .nav-item {
  flex: 1 0 0%;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainTab
  .nav-item
  .nav-link {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 1px;
  min-height: 34px;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainTab
  .nav-item
  .nav-link.active {
  background: #fdbb2c;
  border-radius: 2px;
  color: #000000;
  border-color: transparent;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainTab
  .nav-item
  .nav-link:focus,
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainTab
  .nav-item
  .nav-link:hover {
  border-color: transparent;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .deposit-content
  #depositMainContent {
  padding: 20px 0;
}
.deposit-page__content #mainContent > .tab-pane .main-wallet {
  background-image: url(../images/main-wallet-bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.deposit-page__content #mainContent > .tab-pane .main-wallet__top {
  padding: 20px 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.deposit-page__content #mainContent > .tab-pane .main-wallet__top__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.deposit-page__content #mainContent > .tab-pane .main-wallet__top__currency {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}
.deposit-page__content #mainContent > .tab-pane .main-wallet__top__action .btn {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  min-height: 30px;
  text-align: center;
  color: #ffffff;
}
.deposit-page__content #mainContent > .tab-pane .main-wallet__footer {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.deposit-page__content #mainContent > .tab-pane .main-wallet__footer__currency {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.deposit-page__content
  #mainContent
  > .tab-pane
  .main-wallet__footer__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

#selectPromotionModal .modal-dialog .modal-content {
  padding: 0;
  padding-top: 15px;
  background: #19264b;
  border-radius: 12px;
}
#selectPromotionModal .modal-dialog .modal-content .modal-header {
    padding: 25px 40px 0;
    border-bottom: none;
}
#selectPromotionModal .modal-dialog .modal-content .modal-header .btn-close {
    text-align: right;
    padding-bottom: 5px;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#selectPromotionModal .modal-dialog .modal-content .modal-title {
  padding-top: 10px;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
}
#selectPromotionModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  background: rgba(16, 55, 83, 0.9);
  box-shadow: 0px -7px 34px 10px #103753;
  -webkit-box-shadow: 0px -7px 34px 10px #103753;
  -moz-box-shadow: 0px -7px 34px 10px #103753;
  padding-top: 0;
}
#selectPromotionModal .modal-dialog .modal-content .modal-footer .btn {
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  width: 100%;
  background: #fdbb2c;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
#selectPromotionModal .modal-dialog .modal-content .modal-body {
  padding: 0 15px;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal
  .action {
  margin-top: 20px;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal
  .action
  .btn {
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  width: 100%;
  background: #fdbb2c;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 10px 13px;
  margin-bottom: 15px;
  position: relative;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item
  .checkmark {
  height: 17px;
  width: 17px;
  min-height: 17px;
  min-width: 17px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item
  .checkmark::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: #fdbb2c;
  border-radius: 50%;
  display: none;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item
  input:checked
  ~ .checkmark:after {
  display: block;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item
  input:checked
  ~ .selected-bg {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.13);
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  width: 100%;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item__content
  .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
#selectPromotionModal
  .modal-dialog
  .modal-content
  .modal-body
  .promotion-modal__items__item__content
  .description {
  margin-top: 12px;
}

#gameBalanceModal .close-button {
  padding-bottom: 10px;
}

#gameBalanceModal .game-balance-content {
  overflow-y: auto;
}
#gameBalanceModal .game-balance-content .other {
  display: inline-flex;
  align-items: start;
  width: 40%;
}
#gameBalanceModal .game-balance-content .other .hide-button {
  width: 14px;
  padding: 0;
  margin-left: 8px;
  margin-top: 2px;
}
#gameBalanceModal .game-balance-content .other .rotate180 {
  transform: rotate(180deg);
}
#gameBalanceModal .game-balance-content__item {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 20px;
}
#gameBalanceModal .game-balance-content__item .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  min-width: 40%;
}
#gameBalanceModal .game-balance-content__item .currency {
  min-width: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
#gameBalanceModal .game-balance-content__item .action {
  min-width: 80px;
}
#gameBalanceModal .game-balance-content__item .action .btn {
  background: #fdbb2c;
  border-radius: 4px;
  min-height: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.history-detail-page .navbar.fixed-top .title {
  text-transform: capitalize;
}

.history-detail-page__content__container {
  background: #000b26;
  margin-bottom: 15px;
}
.history-detail-page__content__container__item {
  border: none;
  background: transparent;
}
.history-detail-page__content__container__item .card-header {
  background: #19264b;
  border-radius: 4px 4px 0px 0px;
  padding: 0;
  display: flex;
  place-content: space-between;
  place-items: center;
  height: 26px;
}
.history-detail-page__content__container__item .card-header .title {
  display: flex;
  place-content: flex-start;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fdbb2c;
  height: 100%;
}
.history-detail-page__content__container__item .card-header .title span {
  background: #fdbb2c;
  border-radius: 4px 0px 0px 0px;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 0 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  height: 100%;
  margin-right: 15px;
}
.history-detail-page__content__container__item .card-header .date {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 20px;
}
.history-detail-page__content__container__item .card-body {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: transparent;
  padding: 7px 15px;
}
.history-detail-page__content__container__item .card-body .content {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding-bottom: 15px;
}
.history-detail-page__content__container__item .card-body .btn-link {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0;
  padding-bottom: 0;
}
.history-detail-page__content__container__item .card-body .table {
  margin-bottom: 0;
}
.history-detail-page__content__container__item .card-body .table thead tr th {
  background: #19264b;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.history-detail-page__content__container__item .card-body .table tbody {
  border-color: transparent;
}
.history-detail-page__content__container__item .card-body .table tbody tr td {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.history-detail-page__content__container__item
  .card-body
  .table
  tbody
  tr
  td.warning {
  color: #fdbb2c;
}
.history-detail-page__content__container__item
  .card-body
  .table
  tbody
  tr
  td.danger {
  color: #ff0000;
}
.history-detail-page__content__container__item
  .card-body
  .table
  tbody
  tr
  td
  .show-detail {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #ffffff;
}
.history-detail-page__content__container__item
  .card-body
  .table
  tbody
  tr:first-child
  td {
  background: rgba(255, 255, 255, 0.06);
}
.history-detail-page__content__container__item
  .card-body
  .table
  tbody
  tr:nth-child(4n)
  td {
  background: rgba(255, 255, 255, 0.06);
}

.my-account-page .navbar.fixed-top .title {
  text-transform: capitalize;
}

.my-account-page__content {
  padding-top: 10px;
}
.my-account-page__content #myAccountNav {
  border-bottom: none;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding: 4px;
}
.my-account-page__content #myAccountNav .nav-item .nav-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 100%;
}
.my-account-page__content #myAccountNav .nav-item .nav-link.active {
  background: #fdbb2c;
  border-radius: 2px;
  color: #000000;
}
.my-account-page__content #myAccountContent {
  padding: 20px 0;
}
.my-account-page__content #myAccountContent .form__action .btn {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  margin-bottom: 5px;
}
.my-account-page__content #myAccountContent .form__action .btn-warning {
  background: #fdbb2c;
  border-radius: 4px;
}
.my-account-page__content #myAccountContent .form__action .btn-link {
  color: #ffffff;
  text-decoration: none;
}
.my-account-page__content #myAccountContent .form__action .btn:focus {
  box-shadow: none;
}
.my-account-page__content #myAccountContent .form__container {
  margin-bottom: 20px;
  position: relative;
}
.my-account-page__content #myAccountContent .form__container .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ff1a1a;
  margin-bottom: 5px;
  display: block;
}
.my-account-page__content #myAccountContent .form__container .help-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #fdbb2c;
}
.my-account-page__content #myAccountContent .form__container .form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.my-account-page__content #myAccountContent .form__container .form-select,
.my-account-page__content #myAccountContent .form__container .form-control {
  background: rgba(255, 255, 255, 0.13);
  border: none;
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  margin-bottom: 10px;
}
.my-account-page__content
  #myAccountContent
  .form__container
  .form-select::placeholder,
.my-account-page__content
  #myAccountContent
  .form__container
  .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
.my-account-page__content
  #myAccountContent
  .form__container
  .form-select:disabled,
.my-account-page__content
  #myAccountContent
  .form__container
  .form-control:disabled {
  background: rgba(255, 255, 255, 0.13);
  border-color: transparent;
}

#addBankDetailModal .modal-dialog .modal-content {
  padding: 25px;
}
#addBankDetailModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#addBankDetailModal .modal-dialog .modal-content .modal-header button {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 1;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
  margin-bottom: 20px;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .btn-submit {
  min-height: 40px;
  width: 50%;
  margin: auto;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-select,
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-control {
  background: transparent;
  border-radius: 4px;
  min-height: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 12px 13px;
  width: 100%;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-select::placeholder,
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-select:invalid,
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-control:invalid {
  color: rgba(255, 255, 255, 0.4);
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-select:disabled,
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-control:disabled {
  background: rgba(255, 255, 255, 0.13);
  border: none;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-text.warning {
  color: #fdbb2c;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-text.danger {
  color: #ff1a1a;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .form-text
  ul {
  margin-bottom: 0;
}
#addBankDetailModal
  .modal-dialog
  .modal-content
  .modal-body
  .add-bank-form__container
  .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #ff1a1a;
}

.campaign-1_megajackpot {
  font-family: "Inter", sans-serif;
  background: #000c26;
}
.campaign-1_megajackpot .navbar.fixed-top {
  background: #000c26;
  box-shadow: none;
}
.campaign-1_megajackpot .navbar.fixed-top #back_url img {
  height: 16px;
}
.campaign-1_megajackpot__content {
  padding: 70px 10%;
}
.campaign-1_megajackpot__content__title {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  /* or 111% */
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
}
.campaign-1_megajackpot__content__title span {
  color: #fdba2b;
}
.campaign-1_megajackpot__content__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}
.campaign-1_megajackpot__content__action {
  margin-top: 40px;
  text-align: center;
}
.campaign-1_megajackpot__content__action .btn {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.5);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #000c26;
  min-height: 48px;
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}

.campaign-1_results {
  font-family: "Inter", sans-serif;
  background: #000c26;
}
.campaign-1_results .navbar.fixed-top {
  background: #000c26;
  box-shadow: none;
}
.campaign-1_results .navbar.fixed-top #back_url img {
  height: 16px;
}
.campaign-1_results__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 26px;
}
.campaign-1_results__content__item {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 26px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  /* or 92% */
  color: #ffffff;
}
.campaign-1_results__content__item span {
  color: #fdba2b;
}

.campaign-1_results-group-match {
  font-family: "Inter", sans-serif;
  background: #000c26;
}
.campaign-1_results-group-match .navbar.fixed-top {
  background: #000c26;
  box-shadow: none;
}
.campaign-1_results-group-match .navbar.fixed-top #back_url img {
  height: 16px;
}
.campaign-1_results-group-match__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 26px;
}
.campaign-1_results-group-match__content__top {
  background: #131c39;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
}
.campaign-1_results-group-match__content__top__You_won {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.3);
  padding: 3px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000c26;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  width: 80%;
  place-content: center;
  place-items: center;
  min-height: 23px;
  margin: auto;
  margin-bottom: 25px;
}
.campaign-1_results-group-match__content__top__currency {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  /* identical to box height, or 129% */
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1_results-group-match__content__top__currency span {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  /* identical to box height, or 129% */
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(253, 186, 43, 0.6);
}
.campaign-1_results-group-match__content__top__action {
  padding-bottom: 20px;
}
.campaign-1_results-group-match__content__top__action .btn {
  border: 1px solid #fdba2b;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #fdba2b;
  width: 100%;
  min-height: 48px;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-1_results-group-match__content__match {
  background: #131c39;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 12px;
}
.campaign-1_results-group-match__content__match__name {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  color: #ffffff;
}
.campaign-1_results-group-match__content__match__name__score {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  /* identical to box height, or 92% */
  text-align: center;
  color: #ffffff;
}
.campaign-1_results-group-match__content__match__name__flag {
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.3);
}
.campaign-1_results-group-match__content__match__Winner {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 15px;
  border-bottom: 1px dashed #28304d;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.campaign-1_results-group-match__content__match__Winner span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  color: #6877a6;
}
.campaign-1_results-group-match__content__match .status {
  min-width: 95px;
  border-radius: 3px;
  text-align: center;
}
.campaign-1_results-group-match__content__match .status span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.campaign-1_results-group-match__content__match .status.success {
  background: rgba(34, 202, 19, 0.5);
}
.campaign-1_results-group-match__content__match .status.error {
  background: rgba(255, 70, 70, 0.5);
}
.campaign-1_results-group-match__content__match__Correct_Score {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.campaign-1_results-group-match__content__match__Correct_Score span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  color: #6877a6;
}

.campaign-1 {
  font-family: "Inter", sans-serif;
  background: #000c26;
  margin-top: 0;
  background-image: url(../images/campaign-1/top-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 320px;
}
.campaign-1 .navbar.fixed-top {
  background: transparent;
  box-shadow: none;
  position: inherit;
}
.campaign-1 .navbar.fixed-top #back_url img {
  height: 16px;
}
.campaign-1__content .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign-1__content .accordion .accordion-item {
  background: #131c39;
  border-radius: 10px;
  overflow: hidden;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background: #131c39;
  border-radius: 10px;
  padding: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  box-shadow: none;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-open {
  margin: -8px 0 -10px -10px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-close {
  display: none;
  margin-right: 10px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/minus.svg);
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-open {
  display: none;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-close {
  display: initial;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/plus.svg);
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #94a3d3;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results {
  padding: 0;
  padding-top: 15px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__see-all {
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  border-top: 1px solid #000c26;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  color: #fdba2b;
  margin-top: 10px;
  text-decoration: none;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item {
  display: flex;
  place-items: center;
  place-content: space-between;
  gap: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 15px 15px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item
  span {
  color: #fdba2b;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes {
  padding-top: 15px;
  padding-bottom: 30px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item {
  position: relative;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__correct {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #6877a6;
  margin: 7px 0 10px 0;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__subtitle {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5b9bfb;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul {
  padding-left: 20px;
  list-style: none;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li {
  margin-bottom: 10px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li::before {
  content: "\2022";
  color: #5b9bfb;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul {
  list-style: decimal;
  margin-top: 10px;
}
.campaign-1__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul
  li::before {
  content: none;
}
.campaign-1__content__Predict_ALL_NOW {
  margin: 10px 0;
}
.campaign-1__content__Predict_ALL_NOW .btn {
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000c26;
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.5);
  border-radius: 5px;
  width: 100%;
}
.campaign-1__content__ticket-required {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #5b9bfb;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-1__content__ticket-required > span {
  padding-right: 5px;
}
.campaign-1__content__ticket-required > span:last-child {
  color: #fff;
}
.campaign-1__content__match {
  background: rgba(19, 28, 57, 0.5);
  border-radius: 10px;
  padding: 15px;
}
.campaign-1__content__match__item {
  margin-bottom: 30px;
}
.campaign-1__content__match__item__vs {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
.campaign-1__content__match__item__name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}
.campaign-1__content__match__item__name img {
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.3);
}
.campaign-1__content__match__item__voted {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #6877a6;
}
.campaign-1__content__match__item__voited-result {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-top: 20px;
}
.campaign-1__content__match__item__voited-result .percent {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #6877a6;
}
.campaign-1__content__match__item__voited-result .percent.warning {
  color: #fdba2b;
}
.campaign-1__content__match__item__voited-result .progress {
  width: 80%;
  background: #405188;
  box-shadow: 0px 2px 10px rgba(64, 81, 136, 0.5);
  height: 5px;
}
.campaign-1__content__match__item__voited-result .progress .progress-bar {
  background-color: #fdba2b;
  box-shadow: 0px 2px 10px rgba(253, 186, 43, 0.5);
  border-right: solid 3px #131c39;
}
.campaign-1__content__match__item__voited-result
  .progress
  .progress-bar.border-none {
  border: none !important;
}
.campaign-1__content__match__item__voited-result .progress.row-reverse {
  flex-direction: row-reverse;
}
.campaign-1__content__match__item__voited-result
  .progress.row-reverse
  .progress-bar {
  border-right: none;
  border-left: solid 3px #131c39;
}
.campaign-1__content__match > div:last-child {
  margin-bottom: 0;
}
.campaign-1__content__group-match__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 5px;
}
.campaign-1__content__group-match__title {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #fdba2b;
}
.campaign-1__content__group-match__title span {
  color: #ffffff;
}
.campaign-1__content__group-match__time {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.campaign-1__content__group-match img {
  margin-right: 15px;
}
.campaign-1__content__balance {
  margin-bottom: 30px;
}
.campaign-1__content__balance__item {
  background: #131c39;
  border-radius: 10px;
  padding: 20px 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.campaign-1__content__balance__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #6877a6;
  margin-bottom: 15px;
}
.campaign-1__content__top__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.campaign-1__content__top__title h2 {
  font-weight: 800;
  font-size: 33px;
  line-height: 52px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
  text-transform: initial;
}
.campaign-1__content__top__mega-jackpot {
  background: #131c39;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.campaign-1__content__top__mega-jackpot__icon {
  position: absolute;
  right: -20px;
  top: 10%;
}
.campaign-1__content__top__mega-jackpot__You_won {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.3);
  padding: 3px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000c26;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  width: 80%;
  place-content: center;
  place-items: center;
  min-height: 23px;
  margin: auto;
  margin-bottom: 25px;
}
.campaign-1__content__top__mega-jackpot__currency {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1__content__top__mega-jackpot__currency span {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(253, 186, 43, 0.6);
}
.campaign-1__content__top__mega-jackpot__currency-1 {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1__content__top__mega-jackpot__currency-1 span {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1__content__top__mega-jackpot__action {
  padding-bottom: 20px;
}
.campaign-1__content__top__mega-jackpot__action .btn {
  border: 1px solid #fdba2b;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #fdba2b;
  width: 100%;
  min-height: 48px;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-1__content__top__mega-jackpot__action .btn-outline-warning:hover {
  background-color: #2b2d34 !important;
  box-shadow: none !important;
}

.campaign-1_submission {
  font-family: "Inter", sans-serif;
  background: #000c26;
}
.campaign-1_submission .navbar.fixed-top {
  background: #000c26;
  box-shadow: none;
}
.campaign-1_submission .navbar.fixed-top #back_url img {
  height: 16px;
}
.campaign-1_submission__content__action {
  margin-top: 15px;
  text-align: center;
}
.campaign-1_submission__content__action .btn {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.5);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #000c26;
  min-height: 48px;
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-1_submission__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 26px;
}
.campaign-1_submission__content__top {
  background: #131c39;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  position: relative;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.campaign-1_submission__content__top p {
  color: #fdba2b;
}
.campaign-1_submission__content__match {
  background: #131c39;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 12px;
}
.campaign-1_submission__content__match__name {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  color: #ffffff;
}
.campaign-1_submission__content__match__name__score {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  /* identical to box height, or 92% */
  text-align: center;
  color: #ffffff;
}
.campaign-1_submission__content__match__name__flag {
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.3);
}
.campaign-1_submission__content__match__question {
  margin-bottom: 15px;
  border-bottom: 1px dashed #28304d;
  padding-bottom: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
}
.campaign-1_submission__content__match__question span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  color: #6877a6;
}
.campaign-1_submission__content__match__question:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.campaign-1_submission__content__match__question.input .input-group {
  margin-top: 15px;
}
.campaign-1_submission__content__match__question.input
  .input-group
  .form-control {
  max-width: 45px;
  border: 1px solid #28304d;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  padding: 3px 5px;
  height: 30px;
}
.campaign-1_submission__content__match__question.input
  .input-group
  .input-group-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.campaign-1_submission__content__match__question.radio-group .btn-group {
  margin-top: 15px;
}
.campaign-1_submission__content__match__question.radio-group .btn-group .btn {
  margin-left: 0;
  margin-right: 10px;
  border: 1px solid #28304d;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  min-width: 40px;
  padding: 3px 10px;
  height: 30px;
}
.campaign-1_submission__content__match__question.radio-group
  .btn-group
  .btn:focus {
  box-shadow: none !important;
}
.campaign-1_submission__content__match__question.radio-group
  .btn-group
  .btn-check:checked
  + .btn-outline-warning {
  border: 1px solid rgba(253, 186, 43, 0.8);
  filter: drop-shadow(0px 4px 20px rgba(253, 186, 43, 0.5));
  background: transparent;
}
.campaign-1_submission__content__match__question.select {
  display: flex;
  place-content: space-between;
  place-items: center;
}
.campaign-1_submission__content__match__question.select .form-select {
  width: auto;
  min-width: 120px;
  background-color: transparent;
  padding: 0;
  text-align: right;
  padding-right: 30px;
  border: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.campaign-1_submission__content__match__question.select .form-select:focus {
  box-shadow: none;
}

.campaign-2 {
  font-family: "Inter", sans-serif;
  background: #000c26;
  margin-top: 0;
  background-image: url(../images/campaign-1/top-bg2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 320px;
}
.campaign-2 .navbar.fixed-top {
  background: transparent;
  box-shadow: none;
  position: inherit;
}
.campaign-2 .navbar.fixed-top #back_url img {
  height: 16px;
}
.campaign-2__content .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign-2__content .accordion .accordion-item {
  background: #131c39;
  border-radius: 10px;
  overflow: hidden;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background: #131c39;
  border-radius: 10px;
  padding: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  box-shadow: none;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-open {
  margin: -8px 0 -10px -10px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-close {
  display: none;
  margin-right: 10px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/minus.svg);
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-open {
  display: none;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-close {
  display: initial;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/plus.svg);
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #94a3d3;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .title
  span {
  color: #5b9bfb;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results {
  padding: 0;
  padding-top: 15px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__see-all {
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  border-top: 1px solid #000c26;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  color: #fdba2b;
  margin-top: 10px;
  text-decoration: none;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item {
  display: flex;
  place-items: center;
  place-content: space-between;
  gap: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 15px 15px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item
  span {
  color: #fdba2b;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes {
  padding-top: 15px;
  padding-bottom: 30px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item {
  position: relative;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__correct {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #6877a6;
  margin: 7px 0 10px 0;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__subtitle {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5b9bfb;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul {
  padding-left: 20px;
  list-style: none;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li {
  margin-bottom: 10px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li::before {
  content: "\2022";
  color: #5b9bfb;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul {
  list-style: decimal;
  margin-top: 10px;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul.list-none {
  list-style: none;
}
.campaign-2__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul
  li::before {
  content: none;
}
.campaign-2__content .table-responsive {
  background: rgba(19, 28, 57, 0.5);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.campaign-2__content .table-responsive .table {
  margin-bottom: 0;
}
.campaign-2__content .table-responsive .table > :not(:first-child) {
  border-top: 1px solid #28304d;
}
.campaign-2__content .table-responsive .table thead tr th {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6877a6;
  border-bottom: 1px solid #28304d;
}
.campaign-2__content .table-responsive .table tbody tr td {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  border-bottom: 1px solid #28304d;
  vertical-align: middle;
}
.campaign-2__content .table-responsive .table tbody tr td .btn:focus {
  box-shadow: none !important;
}
.campaign-2__content .table-responsive .table tbody tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.campaign-2__content
  .table-responsive
  .table
  tbody
  tr.See_all_board_link[aria-expanded="true"] {
  display: none;
}
.campaign-2__content__group-match__subtitle {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.campaign-2__content__group-match__subtitle span {
  color: #fdba2b;
}
.campaign-2__content__group-match__title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  place-content: space-between;
  place-items: center;
  gap: 15px;
}
.campaign-2__content__group-match__title .total-prize {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(253, 186, 43, 0.5);
  border-radius: 3px;
  padding: 4px 8px;
}
.campaign-2__content__group-match__title .total-prize img {
  margin-right: 5px;
}
.campaign-2__content__group-match__title .total-prize span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.campaign-2__content__group-match__title .total-prize.master {
  background: rgba(210, 210, 210, 0.5);
}
.campaign-2__content__group-match img {
  margin-right: 15px;
}
.campaign-2__content__balance {
  margin-bottom: 30px;
}
.campaign-2__content__balance__item {
  background: #131c39;
  border-radius: 10px;
  padding: 20px 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.campaign-2__content__balance__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #6877a6;
  margin-bottom: 15px;
}
.campaign-2__content__top__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.campaign-2__content__top__title h2 {
  font-weight: 800;
  font-size: 33px;
  line-height: 52px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
  text-transform: initial;
}
.campaign-2__content__top__mega-jackpot {
  background: #131c39;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  place-content: space-between;
}
.campaign-2__content__top__mega-jackpot__icon {
  position: absolute;
  right: 0;
  top: 5px;
  height: 100px;
}
.campaign-2__content__top__mega-jackpot__You_won {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.3);
  padding: 3px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000c26;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  width: 80%;
  place-content: center;
  place-items: center;
  min-height: 23px;
  margin: 0 auto;
}
.campaign-2__content__top__mega-jackpot__currency {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
  text-align: left;
}
.campaign-2__content__top__mega-jackpot__currency span {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(253, 186, 43, 0.6);
}
.campaign-2__content__top__mega-jackpot__currency-1 {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-2__content__top__mega-jackpot__currency-1 span {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-2__content__top__mega-jackpot__date {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6877a6;
}
.campaign-2__content__top__mega-jackpot__action {
  padding-bottom: 20px;
}
.campaign-2__content__top__mega-jackpot__action .btn {
  border: 1px solid #fdba2b;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #fdba2b;
  width: 100%;
  min-height: 48px;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-2__content__top__mega-jackpot__action .btn-outline-warning:hover {
  background-color: #2b2d34 !important;
  box-shadow: none !important;
}

.campaign-desktop {
  max-width: 1920px !important;
}
.campaign-desktop .btn-warning:hover {
  background-color: #2b2d34 !important;
}
.campaign-desktop .btn-outline-warning:hover {
  background-color: #2b2d34 !important;
}
.campaign-desktop .modal-backdrop.fade.show {
  background: rgba(2, 11, 31, 0.6);
  backdrop-filter: blur(10px);
  opacity: 1;
}
.campaign-desktop .modal.alert .modal-dialog {
  max-width: 450px;
  margin: auto;
}
.campaign-desktop .modal.alert .modal-dialog .modal-content {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
}
.campaign-desktop .modal.alert .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.campaign-desktop
  .modal.alert
  .modal-dialog
  .modal-content
  .modal-header
  .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}
.campaign-desktop .modal.alert .modal-dialog .modal-content .modal-body {
  padding: 60px;
  background: #000c26;
  border-radius: 20px;
}
.campaign-desktop
  .modal.alert
  .modal-dialog
  .modal-content
  .modal-body
  .campaign-1_megajackpot__content {
  padding: 0 !important;
}
.campaign-desktop .modal.alert .modal-dialog .modal-content .modal-body .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
  margin-bottom: 20px;
}
.campaign-desktop .modal.alert .modal-dialog .modal-content .modal-body .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.campaign-desktop
  .modal.alert
  .modal-dialog
  .modal-content
  .modal-body
  .text
  span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fdbb2c;
}
.campaign-desktop
  .modal.alert
  .modal-dialog
  .modal-content
  .modal-body
  .action {
  margin-top: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
}
.campaign-desktop
  .modal.alert
  .modal-dialog
  .modal-content
  .modal-body
  .action
  .btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
}
@media (min-width: 1400px) {
  .campaign-desktop .container,
  .campaign-desktop .container-lg,
  .campaign-desktop .container-md,
  .campaign-desktop .container-sm,
  .campaign-desktop .container-xl,
  .campaign-desktop .container-xxl {
    max-width: 1200px;
  }
}

.campaign-1-desktop {
  font-family: "Inter", sans-serif;
  background: #000c26;
  margin-top: 0;
  background-image: url(../images/campaign-1/top-bg-desktop.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.campaign-1-desktop__content .accordion {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.campaign-1-desktop__content .accordion .accordion-item {
  background: #131c39;
  border-radius: 10px;
  overflow: hidden;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background: #131c39;
  border-radius: 10px;
  padding: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.3s;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:hover {
  color: #fdba2b;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-open {
  margin: -8px 0 -10px -10px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-close {
  display: none;
  margin-right: 10px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/minus.svg);
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-open {
  display: none;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-close {
  display: initial;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/plus.svg);
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 10px 30px 30px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #94a3d3;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results {
  padding: 0;
  padding-top: 15px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__see-all {
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  border-top: 1px solid #000c26;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  color: #fdba2b;
  margin-top: 10px;
  text-decoration: none;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item {
  display: flex;
  place-items: center;
  place-content: start;
  gap: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 30px 30px;
  transition: all 0.3s;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item
  span {
  color: #fdba2b;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item
  img {
  margin-left: 30px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item:hover {
  opacity: 0.6;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes {
  padding-top: 15px;
  padding-bottom: 30px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item {
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 20px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__correct {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #6877a6;
  margin: 7px 0 10px 0;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 16px;
  text-align: center;
  color: #5b9bfb;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul {
  padding-left: 20px;
  list-style: none;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li {
  margin-bottom: 20px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li::before {
  content: "\2022";
  color: #5b9bfb;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul {
  list-style: decimal;
  margin-top: 10px;
}
.campaign-1-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul
  li::before {
  content: none;
}
.campaign-1-desktop__content__Predict_ALL_NOW {
  margin: 15px 0;
}
.campaign-1-desktop__content__Predict_ALL_NOW .btn {
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000c26;
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.5);
  border-radius: 5px;
  width: fit-content;
  min-width: 250px;
  margin: auto;
}
.campaign-1-desktop__content__ticket-required {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #5b9bfb;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-1-desktop__content__ticket-required > span {
  padding-right: 5px;
}
.campaign-1-desktop__content__ticket-required > span:last-child {
  color: #fff;
}
.campaign-1-desktop__content__match {
  background: rgba(19, 28, 57, 0.5);
  border-radius: 10px;
  padding: 15px 10px;
  margin-bottom: 40px;
}
.campaign-1-desktop__content__match > div:nth-child(odd) {
  padding-right: 40px;
}
.campaign-1-desktop__content__match > div:nth-child(even) {
  padding-left: 40px;
}
.campaign-1-desktop__content__match__item {
  margin-bottom: 30px;
}
.campaign-1-desktop__content__match__item__vs {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
.campaign-1-desktop__content__match__item__name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}
.campaign-1-desktop__content__match__item__name img {
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.3);
}
.campaign-1-desktop__content__match__item__voted {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #6877a6;
}
.campaign-1-desktop__content__match__item__voited-result {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-top: 20px;
}
.campaign-1-desktop__content__match__item__voited-result .percent {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #6877a6;
}
.campaign-1-desktop__content__match__item__voited-result .percent.warning {
  color: #fdba2b;
}
.campaign-1-desktop__content__match__item__voited-result .progress {
  width: 80%;
  background: #405188;
  box-shadow: 0px 2px 10px rgba(64, 81, 136, 0.5);
  height: 5px;
}
.campaign-1-desktop__content__match__item__voited-result
  .progress
  .progress-bar {
  background-color: #fdba2b;
  box-shadow: 0px 2px 10px rgba(253, 186, 43, 0.5);
  border-right: solid 3px #131c39;
}
.campaign-1-desktop__content__match__item__voited-result
  .progress
  .progress-bar.border-none {
  border: none !important;
}
.campaign-1-desktop__content__match__item__voited-result .progress.row-reverse {
  flex-direction: row-reverse;
}
.campaign-1-desktop__content__match__item__voited-result
  .progress.row-reverse
  .progress-bar {
  border-right: none;
  border-left: solid 3px #131c39;
}
.campaign-1-desktop__content__match > div:last-child {
  margin-bottom: 0;
}
.campaign-1-desktop__content__group-match__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.campaign-1-desktop__content__group-match__title {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #fdba2b;
}
.campaign-1-desktop__content__group-match__title span {
  color: #ffffff;
}
.campaign-1-desktop__content__group-match__time {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.campaign-1-desktop__content__group-match img {
  margin-right: 15px;
}
.campaign-1-desktop__content__balance {
  margin-bottom: 30px;
}
.campaign-1-desktop__content__balance > div:nth-child(odd) {
  padding-right: 25px;
}
.campaign-1-desktop__content__balance > div:nth-child(even) {
  padding-left: 25px;
}
.campaign-1-desktop__content__balance__item {
  background: #131c39;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 14px;
  color: #ffffff;
}
.campaign-1-desktop__content__balance__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6877a6;
  margin-bottom: 0;
}
.campaign-1-desktop__content__top__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 150px;
}
.campaign-1-desktop__content__top__title h2 {
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
  text-transform: initial;
  margin-bottom: 15px;
  padding-top: 110px;
}
.campaign-1-desktop__content__top__mega-jackpot {
  background: #131c39;
  border-radius: 10px;
  padding: 0 60px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  min-height: 170px;
}
.campaign-1-desktop__content__top__mega-jackpot__icon {
  position: absolute;
  right: -20px;
  top: -40px;
}
.campaign-1-desktop__content__top__mega-jackpot__You_won {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.3);
  padding: 3px 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000c26;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 23px;
  width: fit-content;
  margin-bottom: 25px;
}
.campaign-1-desktop__content__top__mega-jackpot__currency {
  font-style: normal;
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1-desktop__content__top__mega-jackpot__currency span {
  font-weight: 900;
  font-size: 40px;
  line-height: 36px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(253, 186, 43, 0.6);
}
.campaign-1-desktop__content__top__mega-jackpot__currency-1 {
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1-desktop__content__top__mega-jackpot__currency-1 span {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1-desktop__content__top__mega-jackpot__action .btn {
  border: 1px solid #fdba2b;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fdba2b;
  width: 100%;
  min-height: 48px;
  display: flex;
  place-content: center;
  place-items: center;
}

.campaign-1_submission_desktop {
  font-family: "Inter", sans-serif;
  background: #000c26;
  margin-top: 40px;
}
.campaign-1_submission_desktop__content__action {
  margin-top: 15px;
  text-align: center;
}
.campaign-1_submission_desktop__content__action .btn {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.5);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #000c26;
  min-height: 48px;
  width: fit-content;
  min-width: 335px;
  margin: auto;
  display: flex;
  place-content: center;
  place-items: center;
}
.campaign-1_submission_desktop__content__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 26px;
  display: block;
}
.campaign-1_submission_desktop__content__title .back-img {
  height: 10px;
  margin-right: 20px;
}
.campaign-1_submission_desktop__content__top {
  background: #131c39;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  position: relative;
  display: flex;
  place-content: space-around;
  place-items: center;
  min-height: 170px;
  margin-bottom: 40px;
}
.campaign-1_submission_desktop__content__top > div {
  margin-right: 300px;
}
.campaign-1_submission_desktop__content__top p {
  color: #fdba2b;
}
.campaign-1_submission_desktop__content__top img {
  position: absolute;
  right: 20%;
}
.campaign-1_submission_desktop__content .prediction {
  background: rgba(19, 28, 57, 0.5);
  border-radius: 10px;
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
.campaign-1_submission_desktop__content .prediction > div {
  padding: 0;
}
.campaign-1_submission_desktop__content .prediction > div:nth-child(odd) {
  padding-right: 40px;
}
.campaign-1_submission_desktop__content .prediction > div:nth-child(even) {
  padding-left: 40px;
}
.campaign-1_submission_desktop__content__match {
  margin-bottom: 15px;
}
.campaign-1_submission_desktop__content__match__name {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  color: #ffffff;
}
.campaign-1_submission_desktop__content__match__name__score {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  /* identical to box height, or 92% */
  text-align: center;
  color: #ffffff;
}
.campaign-1_submission_desktop__content__match__name__flag {
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.3);
}
.campaign-1_submission_desktop__content__match__question {
  margin-bottom: 15px;
  border-bottom: 1px dashed #28304d;
  padding-bottom: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
}
.campaign-1_submission_desktop__content__match__question span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  color: #6877a6;
}
.campaign-1_submission_desktop__content__match__question:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.campaign-1_submission_desktop__content__match__question.input .input-group {
  margin-top: 15px;
}
.campaign-1_submission_desktop__content__match__question.input
  .input-group
  .form-control {
  max-width: 45px;
  border: 1px solid #28304d;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  padding: 3px 5px;
  height: 30px;
}
.campaign-1_submission_desktop__content__match__question.input
  .input-group
  .input-group-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.campaign-1_submission_desktop__content__match__question.radio-group
  .btn-group {
  margin-top: 15px;
}
.campaign-1_submission_desktop__content__match__question.radio-group
  .btn-group
  .btn {
  margin-left: 0;
  margin-right: 10px;
  border: 1px solid #28304d;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  min-width: 40px;
  padding: 3px 10px;
  height: 30px;
}
.campaign-1_submission_desktop__content__match__question.radio-group
  .btn-group
  .btn:focus {
  box-shadow: none !important;
}
.campaign-1_submission_desktop__content__match__question.radio-group
  .btn-group
  .btn-check:checked
  + .btn-outline-warning {
  border: 1px solid rgba(253, 186, 43, 0.8);
  filter: drop-shadow(0px 4px 20px rgba(253, 186, 43, 0.5));
  background: transparent;
}
.campaign-1_submission_desktop__content__match__question.select {
  display: flex;
  place-content: space-between;
  place-items: center;
}
.campaign-1_submission_desktop__content__match__question.select .form-select {
  width: auto;
  min-width: 120px;
  background-color: transparent;
  padding: 0;
  text-align: right;
  padding-right: 30px;
  border: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.campaign-1_submission_desktop__content__match__question.select
  .form-select:focus {
  box-shadow: none;
}

.campaign-1_results-group-match-desktop {
  font-family: "Inter", sans-serif;
  background: #000c26;
  margin-top: 40px;
}
.campaign-1_results-group-match-desktop .navbar.fixed-top {
  background: #000c26;
  box-shadow: none;
}
.campaign-1_results-group-match-desktop .navbar.fixed-top #back_url img {
  height: 10px;
}
.campaign-1_results-group-match-desktop__content__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 26px;
  display: block;
}
.campaign-1_results-group-match-desktop__content__title .back-img {
  height: 10px;
  margin-right: 20px;
}
.campaign-1_results-group-match-desktop__content__top {
  background: #131c39;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
  min-height: 170px;
  margin-bottom: 36px;
}
.campaign-1_results-group-match-desktop__content__top__You_won {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.3);
  padding: 3px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000c26;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 23px;
  margin: auto;
  margin-bottom: 25px;
  width: fit-content;
  min-width: 210px;
}
.campaign-1_results-group-match-desktop__content__top__currency {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  /* identical to box height, or 129% */
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-1_results-group-match-desktop__content__top__currency span {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  /* identical to box height, or 129% */
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(253, 186, 43, 0.6);
}
.campaign-1_results-group-match-desktop__content__top__action {
  padding-bottom: 20px;
}
.campaign-1_results-group-match-desktop__content__top__action .btn {
  border: 1px solid #fdba2b;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #fdba2b;
  width: 100%;
  min-height: 48px;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 260px;
}
.campaign-1_results-group-match-desktop__content .prediction-answers {
  background: rgba(19, 28, 57, 0.5);
  border-radius: 10px;
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
.campaign-1_results-group-match-desktop__content .prediction-answers > div {
  padding: 0;
}
.campaign-1_results-group-match-desktop__content
  .prediction-answers
  > div:nth-child(odd) {
  padding-right: 40px;
}
.campaign-1_results-group-match-desktop__content
  .prediction-answers
  > div:nth-child(even) {
  padding-left: 40px;
}
.campaign-1_results-group-match-desktop__content__match {
  margin-bottom: 15px;
}
.campaign-1_results-group-match-desktop__content__match__name {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  color: #ffffff;
}
.campaign-1_results-group-match-desktop__content__match__name__score {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  /* identical to box height, or 92% */
  text-align: center;
  color: #ffffff;
}
.campaign-1_results-group-match-desktop__content__match__name__flag {
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.3);
}
.campaign-1_results-group-match-desktop__content__match__Winner {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-bottom: 15px;
  border-bottom: 1px dashed #28304d;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.campaign-1_results-group-match-desktop__content__match__Winner span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  color: #6877a6;
}
.campaign-1_results-group-match-desktop__content__match .status {
  min-width: 95px;
  border-radius: 3px;
  text-align: center;
}
.campaign-1_results-group-match-desktop__content__match .status span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.campaign-1_results-group-match-desktop__content__match .status.success {
  background: rgba(34, 202, 19, 0.5);
}
.campaign-1_results-group-match-desktop__content__match .status.error {
  background: rgba(255, 70, 70, 0.5);
}
.campaign-1_results-group-match-desktop__content__match__Correct_Score {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.campaign-1_results-group-match-desktop__content__match__Correct_Score span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  color: #6877a6;
}

.campaign-2-desktop {
  font-family: "Inter", sans-serif;
  background: #000c26;
  margin-top: 0;
  background-image: url(../images/campaign-1/top-bg2-desktop.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.campaign-2-desktop__content .accordion {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.campaign-2-desktop__content .accordion .accordion-item {
  background: #131c39;
  border-radius: 10px;
  overflow: hidden;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background: #131c39;
  border-radius: 10px;
  padding: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.3s;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:hover {
  color: #fdba2b;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-open {
  margin: -8px 0 -10px -10px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img.img-close {
  display: none;
  margin-right: 10px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/minus.svg);
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-open {
  display: none;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  img.img-close {
  display: initial;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(../images/campaign-1/plus.svg);
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 10px 30px 30px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #94a3d3;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .title
  span {
  color: #5b9bfb;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results {
  padding: 0;
  padding-top: 15px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__see-all {
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  border-top: 1px solid #000c26;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  color: #fdba2b;
  margin-top: 10px;
  text-decoration: none;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item {
  display: flex;
  place-items: center;
  place-content: space-between;
  gap: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 15px 15px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body.prediction-results
  .__item
  span {
  color: #fdba2b;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes {
  padding-top: 15px;
  padding-bottom: 30px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item {
  position: relative;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item:nth-child(even):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../images/campaign-1/prediction-prizes-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2px;
  height: 100%;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__correct {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #6877a6;
  margin: 7px 0 10px 0;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .prediction-prizes__item__subtitle {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5b9bfb;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul {
  padding-left: 20px;
  list-style: none;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li {
  margin-bottom: 20px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li::before {
  content: "\2022";
  color: #5b9bfb;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul {
  list-style: decimal;
  margin-top: 10px;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul.list-none {
  list-style: none;
}
.campaign-2-desktop__content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  ul
  li::before {
  content: none;
}
.campaign-2-desktop__content .table-responsive {
  background: rgba(19, 28, 57, 0.5);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  height: 100%;
}
.campaign-2-desktop__content .table-responsive .table {
  margin-bottom: 0;
}
.campaign-2-desktop__content .table-responsive .table > :not(:first-child) {
  border-top: 1px solid #28304d;
}
.campaign-2-desktop__content .table-responsive .table thead tr th {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6877a6;
  border-bottom: 1px solid #28304d;
}
.campaign-2-desktop__content .table-responsive .table tbody tr td {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  border-bottom: 1px solid #28304d;
}
.campaign-2-desktop__content .table-responsive .table tbody tr td .btn:focus {
  box-shadow: none !important;
}
.campaign-2-desktop__content .table-responsive .table tbody tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.campaign-2-desktop__content
  .table-responsive
  .table
  tbody
  tr.See_all_board_link[aria-expanded="true"] {
  display: none;
}
.campaign-2-desktop__content__group-match__subtitle {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.campaign-2-desktop__content__group-match__subtitle span {
  color: #fdba2b;
}
.campaign-2-desktop__content__group-match__title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.campaign-2-desktop__content__group-match__title .total-prize {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(253, 186, 43, 0.5);
  border-radius: 3px;
  padding: 4px 8px;
}
.campaign-2-desktop__content__group-match__title .total-prize img {
  margin-right: 5px;
}
.campaign-2-desktop__content__group-match__title .total-prize span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.campaign-2-desktop__content__group-match__title .total-prize.master {
  background: rgba(210, 210, 210, 0.5);
}
.campaign-2-desktop__content__group-match img {
  margin-right: 15px;
}
.campaign-2-desktop__content__balance {
  margin-bottom: 40px;
}
.campaign-2-desktop__content__balance__item {
  background: #131c39;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 14px;
  color: #ffffff;
}
.campaign-2-desktop__content__balance__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6877a6;
  margin-bottom: 0;
}
.campaign-2-desktop__content__top__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 170px;
}
.campaign-2-desktop__content__top__title h2 {
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
  text-transform: initial;
  margin-bottom: 15px;
  padding-top: 110px;
}
.campaign-2-desktop__content__top__mega-jackpot {
  background: #131c39;
  border-radius: 10px;
  padding: 0 60px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  min-height: 170px;
}
.campaign-2-desktop__content__top__mega-jackpot__icon {
  position: absolute;
  right: -20px;
  top: -40px;
}
.campaign-2-desktop__content__top__mega-jackpot__You_won {
  background: #fdba2b;
  box-shadow: 0px 4px 20px rgba(253, 186, 43, 0.3);
  padding: 3px 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000c26;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 23px;
  width: fit-content;
  margin-bottom: 25px;
}
.campaign-2-desktop__content__top__mega-jackpot__currency {
  font-style: normal;
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-2-desktop__content__top__mega-jackpot__currency span {
  font-weight: 900;
  font-size: 40px;
  line-height: 36px;
  color: #fdba2b;
  text-shadow: 0px 2px 15px rgba(253, 186, 43, 0.6);
}
.campaign-2-desktop__content__top__mega-jackpot__currency-1 {
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-2-desktop__content__top__mega-jackpot__currency-1 span {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.6);
}
.campaign-2-desktop__content__top__mega-jackpot__date {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6877a6;
  text-shadow: none;
}
.campaign-2-desktop__content__top__mega-jackpot__action .btn {
  border: 1px solid #fdba2b;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fdba2b;
  width: 100%;
  min-height: 48px;
  display: flex;
  place-content: center;
  place-items: center;
}


.me-3 {
    margin-right: 1rem!important;
}

.gap-2 {
    gap: 0.5rem!important;
}
.uppertxt {
    text-transform: uppercase;	
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    outline:none!important;
}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.form-control {
    height: auto;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.text-end {
    text-align: right!important;
}

.me-auto {
    margin-right: auto!important;
}
.ps-2 {
    padding-left: 0.5rem!important;
}
.d-none {
	display: none;
}

.transferAll-bg {
	position:relative;
	background: #19264B;
    border-radius: 12px;
    padding: 30px;
}

.transferStatus span {
	font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
	color: #fff!important;
}


.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select option {
   color: #fff;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
   background: #222C43;
   width: 100% !important;
   z-index: 1;
   position: initial;
   border: none;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 1;
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.me-2 {
    margin-right: 0.5rem!important;
}

.gap-4 {
    gap: 1.5rem!important;
}

label.error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ff1a1a;
    margin-bottom: 5px;
}

.xdsoft_datetimepicker {
   margin-top: -125px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
}
.hover-drop {
	text-decoration: none!important;
}

.hover-drop:hover {
	opacity: 1;	
}

.promotion__content .outer-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.promotion__content .outer-wrap a.each {
    width: calc(100% * (1/5));
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    padding: 12px 0px;
    padding-right: 0;
    border-radius: 12px;
    border: none;
	margin-bottom: 20px;
}

.promotion__content .outer-wrap a.each.active {
    background-color: rgba(253, 187, 44, 0.2);
    color: #fdbb2c;
}

.promotion__content .outer-wrap a.each:hover {
    color: #f6bc30
}

.app-download .andriod-container {
    position: absolute;
    top: 193px;
    left: 32.5%;
    z-index: 9;
    display: none
}

.app-download .andriod-container.active {
    display: block
}

.app-download .scan-qr-bg {
    position: relative;
    background: #fff 0% 0% no-repeat padding-box;
    color: #cb132f;
    font-size: 12px;
    text-align: center;
    width: 150px;
    height: fit-content;
    border-radius: 10px;
    padding: 10px;
    font-family: notosans-bold
}

.app-download .scan-qr-bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 0 6px 10px;
    top: -10px;
    left: 19%;
    margin-left: -6px
}

.app-download .card-image img {
    width: 100%;
    border-radius: 15px
}

.start-0 {
  left: 0!important;
}

.ps-0 {
    padding-left: 0!important;
}
.pe-5 {
    padding-right: 3rem!important;
}

.ps-4 {
    padding-left: 1.5rem!important;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.cyptoReminder ol li {
	font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}
.general_err {
	color: red;
	font-weight: 500;
	margin-left: -20px;
}

/*404 error*/

.box {
    min-height: 450px;
    border-radius: 20px;
    box-sizing: border-box
}

.box .box__ghost {
    padding: 15px 25px 25px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-30%)
}

.box .box__ghost .symbol:nth-child(1) {
    opacity: .2;
    animation: shine 4s ease-in-out 3s infinite
}

.box .box__ghost .symbol:nth-child(1):before,.box .box__ghost .symbol:nth-child(1):after {
    content: "";
    width: 12px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    left: 0
}

.box .box__ghost .symbol:nth-child(1):before {
    transform: rotate(45deg)
}

.box .box__ghost .symbol:nth-child(1):after {
    transform: rotate(-45deg)
}

.box .box__ghost .symbol:nth-child(2) {
    position: absolute;
    left: -5px;
    top: 30px;
    height: 18px;
    width: 18px;
    border: 4px solid;
    border-radius: 50%;
    border-color: #fff;
    opacity: .2;
    animation: shine 4s ease-in-out 1.3s infinite
}

.box .box__ghost .symbol:nth-child(3) {
    opacity: .2;
    animation: shine 3s ease-in-out .5s infinite
}

.box .box__ghost .symbol:nth-child(3):before,.box .box__ghost .symbol:nth-child(3):after {
    content: "";
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    top: 5px;
    left: 40px
}

.box .box__ghost .symbol:nth-child(3):before {
    transform: rotate(90deg)
}

.box .box__ghost .symbol:nth-child(3):after {
    transform: rotate(180deg)
}

.box .box__ghost .symbol:nth-child(4) {
    opacity: .2;
    animation: shine 6s ease-in-out 1.6s infinite
}

.box .box__ghost .symbol:nth-child(4):before,.box .box__ghost .symbol:nth-child(4):after {
    content: "";
    width: 15px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    top: 10px;
    right: 30px
}

.box .box__ghost .symbol:nth-child(4):before {
    transform: rotate(45deg)
}

.box .box__ghost .symbol:nth-child(4):after {
    transform: rotate(-45deg)
}

.box .box__ghost .symbol:nth-child(5) {
    position: absolute;
    right: 5px;
    top: 40px;
    height: 12px;
    width: 12px;
    border: 3px solid;
    border-radius: 50%;
    border-color: #fff;
    opacity: .2;
    animation: shine 1.7s ease-in-out 7s infinite
}

.box .box__ghost .symbol:nth-child(6) {
    opacity: .2;
    animation: shine 2s ease-in-out 6s infinite
}

.box .box__ghost .symbol:nth-child(6):before,.box .box__ghost .symbol:nth-child(6):after {
    content: "";
    width: 15px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: 65px;
    right: -5px
}

.box .box__ghost .symbol:nth-child(6):before {
    transform: rotate(90deg)
}

.box .box__ghost .symbol:nth-child(6):after {
    transform: rotate(180deg)
}

.box .box__ghost .box__ghost-container {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    position: relative;
    margin: 0 auto;
    animation: upndown 3s ease-in-out infinite
}

.box .box__ghost .box__ghost-container .box__ghost-eyes {
    position: absolute;
    left: 50%;
    top: 45%;
    height: 12px;
    width: 70px
}

.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
    width: 12px;
    height: 12px;
    background: #332f63;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    left: 0
}

.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
    width: 12px;
    height: 12px;
    background: #332f63;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    right: 0
}

.box .box__ghost .box__ghost-container .box__ghost-bottom {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.box .box__ghost .box__ghost-container .box__ghost-bottom div {
    flex-grow: 1;
    position: relative;
    top: -10px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff
}

.box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
    top: -12px;
    margin: 0 0;
    border-top: 15px solid #332f63;
    background: 0 0
}

.box .box__ghost .box__ghost-shadow {
    height: 20px;
    box-shadow: 0 50px 15px 5px #3b3769;
    border-radius: 50%;
    margin: 0 auto;
    animation: smallnbig 3s ease-in-out infinite
}

.box .box__description {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.box .box__description .box__description-container {
    color: #fff;
    text-align: center;
    width: 200px;
    font-size: 16px;
    margin: 0 auto
}

.box .box__description .box__description-container .box__description-title {
    font-size: 24px;
    letter-spacing: .5px
}

.box .box__description .box__description-container .box__description-text {
    color: #8c8aa7;
    line-height: 20px;
    margin-top: 20px;
	font-weight: 700;
}

.box .box__description .box__button {
    display: block;
    position: relative;
    background: #ffc107;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 50px;
    font-size: 18px;
	font-weight: 700;
    padding: 0 70px;
    white-space: nowrap;
    margin-top: 25px;
    transition: background .5s ease;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white,black)
}

.box .box__description .box__button:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100px;
    background: #fff;
    bottom: -25px;
    left: 0;
    border: 2px solid #fff;
    transform: translateX(-50px) rotate(45deg);
    transition: transform .5s ease
}

.box .box__description .box__button:hover:before {
    transform: translateX(250px) rotate(45deg)
}

@keyframes upndown {
    0% {
        transform: translateY(5px)
    }

    50% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(5px)
    }
}

@keyframes smallnbig {
    0% {
        width: 90px
    }

    50% {
        width: 100px
    }

    100% {
        width: 90px
    }
}

@keyframes shine {
    0% {
        opacity: .2
    }

    25% {
        opacity: .1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: .2
    }
}

.category-page__content__container__games_lobby__content__item__img__logo {
  transform: scale(1.2);
}

@media screen and (max-width: 992px) {
  .category-page__content__container__games_lobby__content__item__img__logo {
    max-height: fit-content !important;
    transform: unset !important;
  }
}

.Maintenancebtn {
  background: none;
  border: none;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  background-image: url("<?= $imgUrl; ?>images/closebutton.png");
  right: -100%;
  top: -35%;
  position: relative;
}

/* Language Deployment */
#collapseCountry {
  padding: 12px;
  padding-top: 2em;
}

#collapseCountry .country {
  display: flex;
  column-gap: 0.8em;
  align-items: center;
  padding-bottom: 2.2em;
}

#collapseCountry .title {
  width: 52%;
  font-weight: 500;
  font-size: 16px;
}

#collapseCountry .selection {
  display: flex;
  width: 65%;
}

#collapseCountry .flag-icon {
  width: 25px;
  height: 25px;
  margin-right: 0.8em;
}

.flag-icon {
  border-radius: 30px;
}

#collapseCountry button {
  width: 100%;
  padding: 7px 3px;
  border: 1px solid #434242;
  background: #ffffff21;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff80;
  flex: 0 0 33%;
  font-size: 12px;
  text-align: center;
}

#collapseCountry:focus {
  outline: none;
}

#collapseCountry button:hover,
#collapseCountry button.active {
  background: #FDBB2C;
  color: black;
}

.country-arrow {
  transition: transform 0.3s ease;
}

/* When collapsed (closed) → arrow points down */
.left-nav__container__menu__country.collapsed .country-arrow {
  transform: rotate(0deg);
}

/* When expanded → rotate arrow 180° */
.left-nav__container__menu__country:not(.collapsed) .country-arrow {
  transform: rotate(180deg);
}
/* Language Deployment END*/


/* Login-Register Language Deployment */
.language-dropdown .btn-region {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px !important;
}

.btn-region img {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  object-fit: contain;
}

/* language panel  */
.language-dropdown {
  position: relative;
  display: inline-block;
}

/* Hidden box */
.lang-panel {
  position: absolute;
  top: 110%;
  right: 30%;
  width: 270px;
  background: #131D39;
  border: 1px solid #FFFFFF0F;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s ease;
  z-index: 50;
}

/* Show panel on hover */
.language-dropdown:hover .lang-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.lang-panel .country {
  padding: 20px;
  border-bottom: 1px solid #4b4b4b;
}

.lang-panel .country:last-child {
  margin-bottom: 0;
  border-bottom: none !important;
}

.lang-panel .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.lang-panel .flag-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.flag-icon {
  border-radius: 30px;
}

.lang-panel button {
  width: 100%;
  margin-bottom: 6px;
  padding: 5px 10px;
  border: 1px solid #434242;
  background: #FFFFFF21;
  cursor: pointer;
  transition: 0.2s;
  color: #FFFFFF80;
  flex: 0 0 33%;
  font-size: 12px;
}

.lang-panel:focus {
  outline: none;
}

.lang-panel button:hover,
.lang-panel button.active {
  background: #FDBB2C;
  color: black;
}
/* Login-Register Language Deployment END*/


/* UWIN-1938 浮动图标样式 */
.cny2026-floating-icon {
    position: fixed;
    right: 0;
    top: 46%;      
    transform: translateY(-50%);
    z-index: 9999;    
    pointer-events: none; 
}

.cny2026-floating-icon .floating-icon-wrap {
    position: relative;
    width: 160px; 
    height: auto;
    background: transparent;
    pointer-events: auto; 
}

.cny2026-floating-icon .floating-icon {
    display: block;
    width: 100%; 
    height: auto;
    cursor: pointer;
}

.cny2026-floating-icon .close-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 12px;        
    top: 20px;          
    z-index: 10000;
}
#fortuneModal .modal-dialog.modal-dialog-centered {
	width: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
	height: 100vh !important;
}

#fortuneModal .modal-content {
	padding: 0 !important;
	height: 100vh !important;
}

#navbarText {
  font-size: 12px;
  border-top: 1px solid #ffffff1a;
  padding-top: 18px;
}
