@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  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;
}

html,
body {
  font-size: var(--default-font-size);
  line-height: 16px;
  font-weight: 300;
  max-width: var(--max-with-mobile);
  margin: auto;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  position: relative;
}

* {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  border: 0;
}

.text-end {
  text-align: right !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
  margin: -8px;
}

.fw-bold {
  font-weight: 700 !important;
  color: #000 !important;
  text-align: left;
}

.gap-2 {
  padding: 0.5rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: var(--bs-gutter-x-mobile, 0.75rem);
  padding-left: var(--bs-gutter-x-mobile, 0.75rem);
}

.form-control {
  font-size: 14px;
  line-height: 16px;
}

.form-error {
  color: #ff0000;
  font-size: 0.9rem;
  text-align: left;
}

.form-error label {
  color: #ff0000 !important;
  font-size: 0.9rem !important;
}

.hide_input {
  height: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
}

.btn {
  border-radius: 10px;
  min-width: 80px;
}
.btn-primary {
  background-color: #4e7fff;
  border-color: #4e7fff;
}
.btn-primary:disabled {
  background-color: #597ef7;
  border-color: #597ef7;
}
.btn-outline-primary {
  color: #4e7fff;
  border-color: #4e7fff;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0);
  opacity: 0.65;
}

.ui-dialog {
  border-radius: 20px;
  padding: 0 0 0.2em;
  border: 0;
}

.ui-dialog .ui-dialog-titlebar {
  border: 0;
  background: #4e7fff;
  text-align: center;
}

.ui-dialog .ui-dialog-title {
  float: none;
  text-transform: uppercase;
  margin: auto;
  color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-dialog-content {
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
  border: 0;
  padding: 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 auto;
  min-width: 100px;
  background: #4e7fff;
  border-color: #4e7fff;
  color: #fff;
  border-radius: 8px;
  outline: none;
}

.ui-dialog .ui-resizable-se {
  display: none;
}

.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-content-wrapper {
  margin-top: 70px;
  padding-bottom: 100px;
}
.main {
  padding-top: 65px;
  padding-bottom: 80px;
  min-height: 100vh;
}

a {
  color: #597ef7;
  text-decoration: none;
}

.opacity-0 {
  opacity: 0;
}
.spin-action {
  -webkit-animation: spin 1s ease-in-out;
  -moz-animation: spin 1s linear;
  animation: spin 1s linear;
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.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%;
  flex-direction: row;
  max-height: 100%;
}
.modal.slide-up.fade .modal-dialog .modal-content {
  border-radius: 20px 20px 0px 0px;
  height: 80vh;
}
.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-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 .modal-dialog {
  max-width: 300px;
  margin: auto;
}
.modal.alert .modal-dialog .modal-content {
  border-radius: 20px;
}
.slideup-modal-row-item-wrapper {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}
.slideup-modal-row-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  cursor: pointer;
}
#mySidenav.sidenav {
  width: 100%;
  position: fixed;
  z-index: 1035;
  top: 0;
  bottom: 0;
  left: -500%;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  max-width: var(--max-with-mobile);
}
#mySidenav.sidenav .left-nav {
  width: 75%;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: space-between;
  max-width: 300px;
  min-width: 300px;
  overflow: auto;
}
#mySidenav.sidenav .left-nav__top__info {
  background-image: url(../img/utility/menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 15px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 15px;
  color: #fff;
}
#mySidenav.sidenav .left-nav__top__info__user-info {
  color: #fff;
}
#mySidenav.sidenav .left-nav__top__info__avatar {
  max-width: 80px;
}
#mySidenav.sidenav .left-nav__top__info h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  font-weight: 300;
}
#mySidenav.sidenav .left-nav__top__info p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
#mySidenav.sidenav .left-nav__top__info div {
  font-style: normal;
  font-size: 18px;
  line-height: 14px;
}
#mySidenav.sidenav .left-nav__top__nav {
  padding: 15px;
  list-style: none;
}
#mySidenav.sidenav .left-nav__top__nav__item a {
  position: relative;
  display: flex;
  place-items: center;
  gap: 15px;
  text-decoration: none;
}
#mySidenav.sidenav .left-nav__top__nav__item a div {
  text-align: center;
  width: 30px;
}
#mySidenav.sidenav .left-nav__top__nav__item a div img {
  max-width: 25px;
  max-height: 25px;
}
#mySidenav.sidenav .left-nav__top__nav__item a span {
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
  padding: 15px 0;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
#mySidenav.sidenav .left-nav__top__nav__item a .badge {
  position: absolute;
  right: 0;
}
#mySidenav.sidenav .left-nav__bottom__follow-us {
  text-align: center;
}
#mySidenav.sidenav .left-nav__bottom__follow-us div {
  padding: 15px;
}
#mySidenav.sidenav .left-nav__bottom__follow-us div img {
  max-width: 30px;
  max-height: 30px;
  margin: 0 10px;
}
#mySidenav.sidenav .left-nav__bottom__follow-us span {
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
#mySidenav.sidenav .left-nav__bottom__logout {
  border-top: 1px solid #7f7f7f;
  text-align: center;
  padding: 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
}
#mySidenav.sidenav .left-nav__bottom__logout a {
  color: #000000;
  text-decoration: none;
}
#mySidenav.sidenav .left-nav__bottom__logout img {
  margin-right: 15px;
  max-width: 20px;
}
#mySidenav.sidenav .backdrop {
  transition: 1s;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: inherit;
}
#mySidenav.sidenav.active {
  left: 0;
}

.universal {
  min-height: 100vh;
  max-width: var(--max-with-mobile);
  text-align: center;
  overflow: hidden;
}
.universal video {
  position: fixed;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
}
.universal__content {
  display: flex;
  place-content: center;
  place-items: center;
  align-items: stretch;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  flex-direction: column;
  max-width: var(--max-with-mobile);
  left: 0;
}
.universal__content__logo img {
  max-width: 310px;
}
.universal__content .play-now .btn {
  width: 100%;
  background: #597ef7;
  border-radius: 10px;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  display: flex;
  place-content: center;
  place-items: center;
  margin-top: 20px;
}
.universal__content #selectLanguage {
  padding: 20px 0;
}
.universal__content #selectLanguage .slick-arrow {
  top: 60%;
  width: 22px;
  height: 22px;
}
.universal__content #selectLanguage .slick-arrow::before {
  content: "";
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  font-family: initial;
  display: block;
}
.universal__content #selectLanguage .slick-arrow.slick-prev {
  left: -8px;
}
.universal__content #selectLanguage .slick-arrow.slick-prev::before {
  background-image: url(../img/utility/language/left.png);
}
.universal__content #selectLanguage .slick-arrow.slick-next {
  right: -8px;
}
.universal__content #selectLanguage .slick-arrow.slick-next::before {
  background-image: url(../img/utility/language/right.png);
}
.universal__content #selectLanguage .slick-list {
  padding: 0 !important;
}
.universal__content #selectLanguage .slick-list .slick-track {
  display: flex;
  left: -5px;
}
.universal__content #selectLanguage .slick-list .slick-track .slick-slide {
  display: flex;
  place-content: flex-end;
  place-items: center;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  min-height: 120px;
  transition: all 0.3s;
  opacity: 0.5;
}
.universal__content
  #selectLanguage
  .slick-list
  .slick-track
  .slick-slide
  .title {
  margin-top: 5px;
}
.universal__content
  #selectLanguage
  .slick-list
  .slick-track
  .slick-slide.slick-current {
  min-width: 150px !important;
  position: relative;
  opacity: 1;
}
.universal__content
  #selectLanguage
  .slick-list
  .slick-track
  .slick-slide.slick-current
  img {
  margin-bottom: 10px;
}
.universal__content
  #selectLanguage
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .title {
  margin-bottom: 15px;
}
.universal__content
  #selectLanguage
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .bg {
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: -1;
}
.universal__content__language {
  margin-top: 40px;
}
.universal__content__language__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

.login {
  display: flex;
  place-content: center;
  place-items: center;
  background-image: url("../img/utility/login-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  text-align: center;
  color: #fff;
}
.fullscreen-bg__video {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 100vh;
}
.login__logo {
  margin-bottom: 20px;
}
.login__logo img {
  max-width: 265px;
}
.login__logo1 {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 60px;
  margin-bottom: 65px;
}
.login__logo1 img {
  max-width: 105px;
}
.login__form {
  display: flex;
  min-height: 450px;
}
.login__form form {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px 0 0 10px;
  padding: 20px;
  width: 100%;
}
.login__form form h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.login__form form .input-group {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  border: none;
  min-height: 50px;
}
.login__form form .input-group .input-group-text {
  background-color: transparent;
  border: none;
  padding-left: 20px;
}
.login__form form .input-group .input-group-text img {
  width: 25px;
}
.login__form form .input-group .form-control {
  background-color: transparent;
  border: none;
  color: #ffffff;
  height: 50px;
}
.login__form form .input-group .form-control::placeholder {
  color: #ffffff;
}
.login__form form .input-group .form-control:focus {
  box-shadow: none;
}
.login__form form .form-check {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
}
.login__form form .form-check .form-check-input {
  border-radius: 50%;
  margin-right: 0;
}
.login__form form .form-check .form-check-label {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  color: #ffffff;
  padding-top: 2px;
}
.login__form form a {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}
.login__form form .btn-login {
  background: rgba(89, 126, 247);
  border-color: rgba(89, 126, 247);
  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;
}
.login__form__right-button {
  display: contents;
}
.login__form__right-button .register_link {
  display: flex;
  place-content: center;
  writing-mode: tb-rl;
  text-orientation: mixed;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  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;
  min-width: 50px;
}
.login__form__right-button .register_link img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  width: 25px;
}

@media only screen and (max-width: 425px) {
  .login {
    min-height: 100vh;
  }
  .login__logo {
    margin-bottom: 20px;
  }
  .login__logo img {
    max-width: 265px;
  }
  .login__logo1 {
    gap: 60px;
    margin-bottom: 65px;
  }
  .login__form {
    min-height: 450px;
  }
  .login__form form {
    border-radius: 10px 0 0 10px;
    padding: 15px;
    width: 100%;
  }
  .login__form form h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .login__form form .input-group {
    border-radius: 30px;
    min-height: 45px;
  }
  .login__form form .input-group .input-group-text {
    padding-left: 15px;
  }
  .login__form form .form-check {
    gap: 10px;
  }
  .login__form form .form-check .form-check-input {
    border-radius: 50%;
    margin-right: 0;
  }
  .login__form form .form-check .form-check-label {
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
  }
  .login__form form a {
    font-size: 12px;
    line-height: 14px;
  }
  .login__form form .btn-login {
    border-radius: 30px;
    width: 100%;
    min-height: 45px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .login__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;
  }
}

.register {
  display: flex;
  place-content: center;
  place-items: center;
  background-image: url("../img/utility/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;
  height: 50px;
}
.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 #carouselHome .carousel-indicators {
  margin-bottom: 0;
}
.home__content #carouselHome .carousel-indicators > [data-bs-target] {
  width: 20px;
}

.home__content #carouselHome .carousel-inner {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.home__content .notification {
  display: flex;
  place-items: center;
  gap: 15px;
  padding: 15px 0;
}
.home__content .notification__sound {
  min-width: 20px;
}
.home__content .notification__sound img {
  width: 30px;
}
.home__content .notification__hot-matches {
  width: 90px;
  min-width: 80px;
}
.home__content .notification .text-animated {
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.home__content .notification .text-animated .text-overflow {
  word-wrap: none;
  position: relative;
}

.home__content .balance {
  display: flex;
  place-items: center;
  place-content: space-between;
  padding-bottom: 15px;
}
.home__content .balance__total {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.home__content .balance__total > div {
  display: flex;
  place-items: center;
  gap: 5px;
}
.home__content .balance__total h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 5px;
}
.home__content .balance__total .vip0 {
  width: 30px;
}
.home__content .balance__icons {
  display: flex;
  place-items: center;
  place-content: space-between;
  gap: 10px;
  font-style: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}
.home__content .balance__icons > div {
  max-width: 40px;
}
.home__content .balance__icons > div > div {
  min-height: 36px;
}
.home__content .balance__icons > div p {
  margin-bottom: 0;
}

.home__content .home-login-now {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  place-content: space-between;
  place-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
.home__content .home-login-now .btn {
  height: 25px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: #597ef7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  place-content: center;
  place-items: center;
}

.btn-pulse {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  animation: 1.5s ease 0s infinite normal none registerMove;
}
@keyframes registerMove {
  0% {
    opacity: 0.9;
  }
  10% {
    transform: translate3d(-1.5px, 0, 0);
  }
  70% {
    transform: scale(1);
    box-shadow: rgba(50, 197, 255, 0.5) 0 0 0 7px;
  }
  80% {
    transform: translate3d(-1.5px, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: #ff880000 0 0 0 10px;
    opacity: 1;
  }
}

.home__content .home-game__nav {
  margin-left: -5px;
  margin-right: -5px;
}
.home__content .home-game__nav__item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}
.home__content .home-game__nav__item__link {
  display: flex;
  place-items: center;
  place-content: space-around;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #a5d9ff;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(165, 217, 255, 0.3);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  background-image: url(../img/utility/default-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  outline: none;
}
.home__content .home-game__nav__item__link__img img {
  width: 25px;
  min-width: 25px;
}
.home__content .home-game__nav__item__link__img img:last-child {
  display: none;
}
.home__content .home-game__nav__item__link__text {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.home__content .home-game__nav__item__link.active {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/active-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home__content
  .home-game__nav__item__link.active
  .home-game__nav__item__link__text {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.home__content
  .home-game__nav__item__link.active
  .home-game__nav__item__link__img
  img {
  width: 25px;
  min-width: 25px;
}
.home__content
  .home-game__nav__item__link.active
  .home-game__nav__item__link__img
  img:last-child {
  display: block;
  min-width: 35px;
}
.home__content
  .home-game__nav__item__link.active
  .home-game__nav__item__link__img
  img:first-child {
  display: none;
}

.home__content .home-game__content .home-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
}
.home__content .home-game__content .home-item__bg {
  width: 100%;
}
.home__content .home-game__content .home-item__official {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  border-top-right-radius: 10px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background-image: url(../img/utility/official-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.home__content .home-game__content .home-item__official span {
  transform: rotate(45deg);
  margin-top: -11px;
  margin-right: -11px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
  line-height: 16px;
}
.home__content .home-game__content .home-item__title-head {
  position: absolute;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  display: flex;
  place-content: center;
}
.home__content .home-game__content .home-item__title-head span {
  background-image: url(../img/utility/home/title-head-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3px 45px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.home__content .home-game__content .home-item__content {
  position: absolute;
  left: 15px;
  right: 40%;
  top: 15px;
  bottom: 15px;
  display: flex;
  place-content: center;
  place-items: flex-start;
  flex-direction: column;
}
.home__content .home-game__content .home-item__content__title {
  font-family: "Aldo the Apache", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: #9faaca;
  margin-bottom: 10px;
}
.home__content .home-game__content .home-item__content__subtitle {
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9faaca;
}
.home__content .home-game__content .home-item__content__highest_return {
  background: linear-gradient(180deg, #7696ff 0%, #557bf7 100%);
  border-radius: 20px;
  padding: 4px 10px;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.home__content .home-game__content .home-item__content__play_now {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #9faaca;
  margin-top: 12px;
}
@media only screen and (max-width: 410px) {
  .home__content .home-game__content .home-item__content {
    left: 10px;
  }
  .home__content .home-game__content .home-item__content__title {
    font-size: 25px;
    line-height: 25px;
  }
  .home__content .home-game__content .home-item__content__play_now {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 390px) {
  .home__content .home-game__content .home-item__content {
    left: 10px;
  }
  .home__content .home-game__content .home-item__content__title {
    font-size: 24px;
    line-height: 24px;
  }
  .home__content .home-game__content .home-item__content__play_now {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .home__content .home-game__content .home-item__content {
    left: 10px;
  }
  .home__content .home-game__content .home-item__content__title {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 7px;
  }
}

.home__content .home-game__content .lottery-game #lotteryGame {
  background: #f5f5f5;
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item {
  padding: 10px 0;
  height: 55px;
  display: flex;
  place-items: center;
  place-content: space-around;
  gap: 5px;
  opacity: 0;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item.nav
  .nav-item
  .nav-link {
  padding: 0;
  outline: none;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item.nav
  .nav-item
  .nav-link
  img {
  filter: grayscale(1);
  max-width: 35px;
  max-height: 30px;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item.nav
  .nav-item
  .nav-link.active {
  background-color: transparent;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item.nav
  .nav-item
  .nav-link.active
  img {
  filter: grayscale(0);
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item.active {
  opacity: 1;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-inner
  .carousel-item.active
  div
  img {
  max-width: 40px;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-control-prev {
  width: auto;
  left: -5px;
  opacity: 1;
}
.home__content
  .home-game__content
  .lottery-game
  #lotteryGame
  .carousel-control-next {
  width: auto;
  right: -5px;
  opacity: 1;
}

.home__content .home-game__content .lottery-game .tab-content {
  margin-top: 15px;
}
.home__content .home-game__content .lottery-game .tab-content .card {
  border: none;
}
.home__content .home-game__content .lottery-game .tab-content .card-header {
  background: linear-gradient(90deg, #7696ff 0%, #557bf7 100%);
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-bottom: none;
}
.home__content .home-game__content .lottery-game .tab-content .card-header h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.home__content .home-game__content .lottery-game .tab-content .card-body {
  background: #f5f5f5;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
}
.home__content
  .home-game__content
  .lottery-game
  .tab-content
  .card-body__items__title {
  background: linear-gradient(90deg, #7696ff 0%, #557bf7 100%);
  padding: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.home__content
  .home-game__content
  .lottery-game
  .tab-content
  .card-body__items__item {
  display: flex;
  place-items: center;
  place-content: space-around;
}
.home__content
  .home-game__content
  .lottery-game
  .tab-content
  .card-body__items__item
  h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  color: #4e7fff;
  margin-bottom: 20px;
}
.home__content
  .home-game__content
  .lottery-game
  .tab-content
  .card-body__items__item
  div {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.home__content .home-game__content .lottery-game .tab-content .card-footer {
  border-top: none;
  background-color: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 20px;
  margin: 20px 0;
}
.home__content
  .home-game__content
  .lottery-game
  .tab-content
  .card-footer
  .btn {
  min-width: 140px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  min-height: 40px;
}

@media only screen and (max-width: 425px) {
  .home__content #carouselHome .carousel-indicators {
    margin-bottom: 0;
  }
  .home__content #carouselHome .carousel-indicators > [data-bs-target] {
    width: 20px;
  }
  .home__content #carouselHome .carousel-inner {
    border-radius: 10px;
  }
  .home__content .notification {
    gap: 5px;
    padding: 15px 0;
  }
  .home__content .notification__sound {
    min-width: 20px;
  }
  .home__content .notification__hot-matches {
    width: 85px;
    min-width: 70px;
  }
  .home__content .notification .text-animated {
    font-size: 14px;
    line-height: 14px;
  }
  .home__content .balance {
    padding-bottom: 15px;
  }
  .home__content .balance__total {
    font-size: 12px;
    line-height: 14px;
  }
  .home__content .balance__total > div {
    gap: 5px;
  }
  .home__content .balance__total h3 {
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .home__content .balance__icons {
    gap: 10px;
  }
  .home__content .balance__icons > div {
    max-width: 40px;
  }
  .home__content .balance__icons > div > div {
    min-height: 36px;
  }
  .home__content .balance__icons > div p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
  }
  .home__content .home-game__nav {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home__content .home-game__nav__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }
  .home__content .home-game__nav__item__link {
    place-content: space-between;
    gap: 0;
    box-shadow: 0px 2px 4px rgba(165, 217, 255, 0.3);
    border-radius: 10px;
    width: 100%;
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .home__content .home-game__nav__item__link__img img {
    width: 25px;
  }
  .home__content .home-game__nav__item__link__img img:last-child {
    display: none;
  }
  .home__content .home-game__nav__item__link__text {
    font-size: 12px;
    line-height: 16px;
  }
  .home__content
    .home-game__nav__item__link.active
    .home-game__nav__item__link__text {
    font-size: 12px;
    line-height: 16px;
  }
  .home__content
    .home-game__nav__item__link.active
    .home-game__nav__item__link__img
    img {
    width: 30px;
  }
  .home__content
    .home-game__nav__item__link.active
    .home-game__nav__item__link__img
    img:last-child {
    display: block;
    min-width: 30px;
    margin-left: 0;
  }
  .home__content
    .home-game__nav__item__link.active
    .home-game__nav__item__link__img
    img:first-child {
    display: none;
  }
}

#hotMatchModal .modal-content {
  background-color: transparent;
  border: none;
  padding: 0 40px;
}
#hotMatchModal .modal-content .modal-body {
  padding: 0;
}
#hotMatchModal .modal-content .modal-body .hot-match-close-btn {
  text-align: right;
}
#hotMatchModal .modal-content .modal-body .hot-match-close-btn button {
  padding: 0;
  border: none;
  background: transparent;
}
#hotMatchModal .modal-content .modal-body .hot-match-top {
  position: relative;
}
#hotMatchModal .modal-content .modal-body .hot-match-top img {
  width: 100%;
}
#hotMatchModal .modal-content .modal-body .hot-match-top__content {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  place-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  width: 45%;
}
#hotMatchModal .modal-content .modal-body .hot-match-content {
  padding: 0 20px 15px;
  background: linear-gradient(90deg, #b9c9e6 0%, #7d94e4 100%);
  border-radius: 0px 0px 12px 12px;
  display: grid;
}
#hotMatchModal .modal-content .modal-body .hot-match-content .hot-match-items {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  margin-bottom: 12px;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__label {
  background-image: url(../img/utility/hot-matcher/label.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  position: absolute;
  left: -3px;
  top: -3px;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__label
  div {
  font-family: "Aldo the Apache";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  color: #ffffff;
  transform: rotate(-40.39deg);
  position: absolute;
  top: 13px;
  left: 5px;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__subtitle {
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__vs {
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #000000;
  place-items: center;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__vs
  img {
  margin-bottom: 5px;
  max-width: 32px;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__vs
  .vs {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__btn {
  text-align: center;
  margin-top: 10px;
}
#hotMatchModal
  .modal-content
  .modal-body
  .hot-match-content
  .hot-match-items__btn
  .btn {
  background: #597ef7;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  width: 100px;
}

.deposit {
  background: #f2f2f2;
  padding-bottom: 60px;
  padding-top: 60px;
}
.deposit__content {
  background: #ffffff;
  padding-top: 10px;
}
.deposit__content__tab {
  background: #eeeeee;
  border-radius: 10px;
  flex-wrap: nowrap;
}
.deposit__content__tab__item {
  flex: 1 1 0 !important;
}
.deposit__content__tab__item__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #a5a9b3;
  border-radius: 9px !important;
  margin-bottom: 0;
  transition: 0.5s;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 380px) {
  .deposit__content__tab__item__link {
    font-size: 12px;
  }
}
.deposit__content__tab__item__link:hover,
.deposit__content__tab__item__link:focus,
.deposit__content__tab__item__link.active {
  background: #ffffff;
  margin-bottom: 0;
}
.deposit__content__tab_content {
  padding: 20px 0;
  padding-bottom: 0;
}
.deposit__content__tab_content .deposit-complete {
  background-color: #f2f2f2;
  padding: 50px 15px;
  margin: 0 -15px;
}
.deposit__content__tab_content .deposit-complete .btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.deposit__content__tab_content .deposit-complete div {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}
.deposit__content__tab_content .deposit-qr {
  padding: 15px 0;
  text-align: center;
}
.deposit__content__tab_content .deposit-qr__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  padding-bottom: 15px;
}
.deposit__content__tab_content .deposit-qr > .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #a5a9b4;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
.deposit__content__tab_content .deposit-qr__copy {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
}
.deposit__content__tab_content .deposit-qr__copy__item__title {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #597ef7;
  margin-bottom: 5px;
}
.deposit-qr__copy__item.addr {
  width: 70%;
}
.deposit__content__tab_content .deposit-qr__copy__item__code {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.deposit__content__tab_content .best-stable {
  padding: 0 15px 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
  margin: 0 -15px;
  border-bottom: 10px solid #f2f2f2;
}
.deposit__content__tab_content .best-stable span {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.deposit__content__tab_content .best-stable a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #597ef7;
}
.deposit__content__tab_content .deposit-minimun-crypto {
  margin: 0 -15px;
  background: #f2f2f2;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #a5a9b3;
}
.deposit__content__tab_content .deposit-minimun-crypto span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ff0000;
}
.deposit__content__tab_content .deposit-items {
  margin-bottom: 20px;
}
.deposit__content__tab_content .deposit-items__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.deposit__content__tab_content .deposit-items__content {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.deposit__content__tab_content .deposit-items__content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}
.deposit__content__tab_content .deposit-items__content ul {
  padding-right: 15px;
  padding-left: 15px;
  list-style: decimal;
}
.deposit__content__tab_content .deposit-items__content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 10px;
}
.deposit__content__tab_content .deposit-items__content ul li::marker {
  padding-right: 5px;
}

.dep-trans-id-note {
  color: #dac7b0;
  font-weight: bold;
  font-size: 1.2em;
}

.select-promotion__items {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}
.select-promotion__items__img {
  max-height: 180px;
  overflow: hidden;
}
.select-promotion__items__img img {
  object-fit: cover;
  width: 100%;
}
.select-promotion__items__content {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
.select-promotion__items__content__text {
  width: 100%;
}
.select-promotion__items__content__input {
  width: 30px;
}
.select-promotion__items__content__input .checkmark {
  width: 30px;
  height: 30px;
  background-image: url(../img/utility/wallet/deposit/check-none.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.select-promotion__items__content__input input:checked ~ .checkmark {
  background-image: url(../img/utility/wallet/deposit/checked.png);
}
.expend-internal-wallet {
  border: 1px solid #000;
}
.promotion {
  background-color: #f2f2f2;
  min-height: 100vh;
}
.promotion .promotion-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  place-content: start;
  place-items: center;
  padding: 0 15px;
  gap: 25px;
}
.promotion .promotion-nav::-webkit-scrollbar {
  height: 0;
  background: gray;
}
.promotion .promotion-nav .nav-item .nav-link {
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  outline: none;
}
.promotion .promotion-nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #4e7fff;
  border-color: #4e7fff;
}
.promotion__content {
  padding-top: 40px;
}
.promotion__content__tab__pane .promotion_items {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.promotion__content__tab__pane .promotion_items__img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}
.promotion__content__tab__pane .promotion_items__label {
  position: absolute;
  top: 5px;
  left: -30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  transform: rotate(-40deg);
  width: 100px;
  height: 25px;
  text-transform: uppercase;
  display: flex;
  place-content: center;
  place-items: center;
}
.promotion__content__tab__pane .promotion_items__label.vip {
  background: linear-gradient(80deg, #e5d6c3 23%, #c9af92 55%);
}
.promotion__content__tab__pane .promotion_items__label.limited {
  background: linear-gradient(80deg, #c595f5 23%, #a45aed 55%);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  left: -28px;
}
.promotion__content__tab__pane .promotion_items__label.new {
  background: linear-gradient(80deg, #68c5fa 23%, #5293f7 55%);
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
}
.promotion__content__tab__pane .promotion_items__content {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 15px;
}
.promotion__content__tab__pane .promotion_items__content__text {
  max-width: 70%;
}
.promotion__content__tab__pane .promotion_items__content__text__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 3px;
}
.promotion__content__tab__pane .promotion_items__content__text__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.promotion__content__tab__pane .promotion_items__content__lean_more {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
}

.promoModal .modal-dialog .modal-content {
  border: 0;
}
.promoModal .modal-dialog .modal-content .modal-header {
  background-image: url("../img/utility/select-language-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  border-radius: 0 !important;
}

.sponsors {
  background-color: #f2f2f2;
  min-height: 100vh;
}
.sponsors__content {
  padding-top: 0px;
}
.sponsors__content .sponsors_items {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  place-items: center;
}
.sponsors__content .sponsors_items__img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
  max-width: 65%;
}
.sponsors__content .sponsors_items__content {
  text-align: center;
  width: 35%;
}
.sponsors__content .sponsors_items__content__img {
  margin-bottom: 10px;
  max-height: 47px;
}
.sponsors__content .sponsors_items__content__title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.sponsors__content .sponsors_items__content__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.sponsors__content .sponsors_items__content__more_info {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 425px) {
  .sponsors {
    background-color: #f2f2f2;
    min-height: 100vh;
  }
  .sponsors__content {
    padding-top: 0px;
  }
  .sponsors__content .sponsors_items {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    place-items: center;
  }
  .sponsors__content .sponsors_items__img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    max-width: 60%;
  }
  .sponsors__content .sponsors_items__content {
    text-align: center;
    width: 40%;
  }
  .sponsors__content .sponsors_items__content__img {
    margin-bottom: 10px;
  }
  .sponsors__content .sponsors_items__content__title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
  .sponsors__content .sponsors_items__content__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
  }
  .sponsors__content .sponsors_items__content__more_info {
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.my-account {
  padding: 0;
  background-color: #fff;
}
.my-account__content__topcontent {
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/my-account-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.my-account__content__topcontent__nav {
  display: flex;
  place-content: flex-end;
  place-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 20px;
  gap: 8px;
  padding-bottom: 10px;
}
.my-account__content__topcontent__nav img {
  max-width: 33px;
}
.my-account__content__topcontent__top {
  display: flex;
  place-content: flex-start;
  place-items: center;
  padding: 20px;
  padding-top: 0;
  padding-left: 40px;
  gap: 15px;
}
.my-account__content__topcontent__top__avatar {
  max-width: 65px;
}
.my-account__content__topcontent__top__user-info {
  display: flex;
  place-content: space-between;
  width: 100%;
  place-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.my-account__content__topcontent__top__user-info h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
.my-account__content__topcontent__balance {
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/wallet-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 40px;
  padding: 12px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #e7d3a5;
  display: flex;
  place-content: space-between;
  place-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.my-account__content__topcontent__balance h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  margin: 0;
}
.my-account__content__topcontent__wallet {
  margin: 0 20px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 390px) {
  .my-account__content__topcontent__wallet {
    margin: 0 15px !important;
  }
}
.my-account__content__topcontent__wallet__top {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.my-account__content__topcontent__wallet__top a {
  color: #000000;
}
.my-account__content__topcontent__wallet__top a img {
  max-width: 70px;
}
.my-account__content__topcontent__wallet__top a > span > span {
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  color: #94a6b7;
}
@media only screen and (max-width: 390px) {
  .my-account__content__topcontent__wallet__top a img {
    max-width: 60px;
  }
  .my-account__content__topcontent__wallet__top a > span > span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 370px) {
  .my-account__content__topcontent__wallet__top a img {
    max-width: 55px;
  }
}
.my-account__content__topcontent__wallet__bottom {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  padding: 20px 0 15px 15px;
}
.my-account__content__topcontent__wallet__bottom > a {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  color: #000000;
}
.my-account__content__topcontent__wallet__bottom > a img {
  max-width: 40px;
}
.my-account__content__topcontent__wallet__bottom > a > div {
  margin-bottom: 0;
  margin-top: 5px;
}
.my-account__content__navbar {
  list-style: none;
  border-top: 7px solid #f2f2f2;
  padding: 0px 20px 20px;
}
.my-account__content__navbar li a {
  display: flex;
  place-items: center;
  place-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  padding-top: 15px;
}
.my-account__content__navbar li a > div {
  display: flex;
  place-items: center;
  place-content: space-between;
  gap: 10px;
}
.my-account__content__navbar li a > div .icon {
  min-width: 30px;
  max-width: 30px;
  text-align: center;
}
.my-account__content__navbar li a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 425px) {
  .my-account {
    padding: 0;
    background-color: #fff;
  }
  .my-account__content__topcontent {
    background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/my-account-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
  .my-account__content__topcontent__nav {
    display: flex;
    place-content: flex-end;
    place-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    gap: 8px;
  }
  .my-account__content__topcontent__nav img {
    max-width: 33px;
  }
  .my-account__content__topcontent__top {
    display: flex;
    place-content: flex-start;
    place-items: center;
    padding: 20px;
    padding-top: 0;
    padding-left: 40px;
    gap: 15px;
  }
  .my-account__content__topcontent__top__avatar {
    max-width: 65px;
  }
  .my-account__content__topcontent__top__user-info {
    display: flex;
    place-content: space-between;
    width: 100%;
    place-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .my-account__content__topcontent__top__user-info h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 14px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .my-account__content__topcontent__balance {
    background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/wallet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 40px;
    padding: 12px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #e7d3a5;
    display: flex;
    place-content: space-between;
    place-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
  .my-account__content__topcontent__balance h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    margin: 0;
  }
  .my-account__content__topcontent__wallet {
    margin: 0 20px;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
  }
  .my-account__content__topcontent__wallet__top {
    display: flex;
    place-content: space-between;
    place-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    padding-right: 10px;
  }
  .my-account__content__topcontent__wallet__top img {
    max-width: 60px;
  }
  .my-account__content__topcontent__wallet__bottom {
    display: flex;
    place-content: space-between;
    place-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    padding: 20px 0 15px 15px;
  }
  .my-account__content__topcontent__wallet__bottom > a {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
  }
  .my-account__content__topcontent__wallet__bottom > a img {
    max-width: 35px;
  }
  .my-account__content__topcontent__wallet__bottom > a > div {
    margin-bottom: 0;
  }
  .my-account__content__navbar {
    list-style: none;
    border-top: 7px solid #f2f2f2;
    padding: 0px 20px 20px;
  }
  .my-account__content__navbar li a {
    display: flex;
    place-items: center;
    place-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    padding-top: 30px;
  }
  .my-account__content__navbar li a > div {
    display: flex;
    place-items: center;
    place-content: space-between;
    gap: 8px;
  }
  .my-account__content__navbar li a > div .icon {
    min-width: 30px;
    max-width: 30px;
    max-width: 30px;
    text-align: center;
  }
  .my-account__content__navbar li a span {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    color: rgba(0, 0, 0, 0.2);
  }
}

.wallet {
  background: #f2f2f2;
}
.wallet .navbar .fixed-top {
  font-size: 14px;
  line-height: 14px;
  color: #597ef7;
}
.wallet__content__top {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
}
.wallet__content__top h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-top: 5px;
}
.wallet__content__top__icons {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  text-align: center;
}
.wallet__content__top__icons img {
  max-width: 75px;
}
@media only screen and (max-width: 420px) {
  .wallet__content__top__icons img {
    max-width: 60px;
  }
}
.wallet__content__top__icons p {
  margin-bottom: 0;
  margin-top: -8px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000000;
}
.wallet__content__bottom {
  padding: 30px 0;
}
.wallet__content__bottom h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.wallet__content__bottom__items {
  display: flex;
  place-items: center;
  gap: 12px;
  padding: 15px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
  background: #ffffff;
  margin-bottom: 20px;
}
.wallet__content__bottom__items_img {
  max-width: 30px;
}
.wallet__content__bottom__items__content {
  width: 100%;
}
.wallet__content__bottom__items__content__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
.wallet__content__bottom__items__content__title span {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.wallet__content__bottom__items__content__subtitle {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.wallet__content__bottom__items__content__subtitle__time {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.wallet__content__bottom__items__content__subtitle__status {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #000000;
}
.wallet__content__bottom__items__content__description {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}
.no-recent-transaction-wrapper {
  text-align: center;
}
.no-transaction-dep-btn {
  margin-top: 12px;
}

.transfer {
  background-color: #f2f2f2;
}
.transfer__content {
  padding-left: 0;
  padding-right: 0;
}
.transfer__content__wallet {
  background: #ffffff;
  padding: 15px;
}
.transfer__content__wallet__title {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}
.transfer__content__wallet__title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #597ef7;
}
.transfer__content__wallet__main {
  display: flex;
  place-content: space-around;
  place-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #eeeeee;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.transfer__content__wallet__main > div {
  width: 50%;
  position: relative;
}
.transfer__content__wallet__main > div:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background-color: #eee;
  margin: auto;
}
.transfer__content__wallet__main > div p {
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #597ef7;
}
.transfer__content__wallet__content {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #333333;
}
.transfer__content__wallet__content .row {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.transfer__content__wallet__content .row .item {
  display: flex;
  flex-direction: column;
  place-content: flex-end;
  place-items: center;
  position: relative;
}
.transfer__content__wallet__content .row .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background-color: #eee;
  margin: auto;
}
.transfer__content__wallet__content .row .item:last-child::after {
  display: none;
}
.transfer__content__wallet__content .row .item > div {
  margin-bottom: 5px;
}
.transfer__content__wallet__content .row .item span {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #a5a9b3;
}
.transfer__content__wallet__expand {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #a5a9b3;
  padding-top: 15px;
}
.transfer__content__auto-switch {
  background: #ffffff;
  margin-top: 15px;
  padding: 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.transfer__content__auto-switch .form-check {
  display: flex;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  color: #a5a9b3;
  padding-left: 0;
  display: flex;
  place-items: center;
  margin-bottom: 0;
}
.transfer__content__auto-switch .form-check label {
  padding-right: 5px;
}
.transfer__content__auto-switch .form-check .form-check-input {
  width: 52px;
  height: 30px;
  border-radius: 20px;
  background-color: #eaecf4;
  border-color: #eaecf4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  border: none;
  margin: 0;
}
.transfer__content__auto-switch .form-check .form-check-input:checked {
  background-color: #597ef7;
  border-color: #597ef7;
}
.transfer__content__auto-switch-off {
  background: #ffffff;
  margin-top: 15px;
  padding: 15px;
}
.transfer__content__auto-switch-off__main {
  display: flex;
  place-content: space-around;
  place-items: center;
  border-bottom: 2px solid #eeeeee;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.transfer__content__auto-switch-off__transfer {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #a5a9b3;
  padding-bottom: 15px;
}
.transfer__content__auto-switch-off__input .form-control {
  background: #ffffff;
  border: 1px solid #a5a9b3;
  box-sizing: border-box;
  border-radius: 10px !important;
  min-height: 40px;
}
.transfer__content__auto-switch-off__input .form-control::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a5a9b3;
}
.transfer__content__auto-switch-off__input .input-group-text {
  background: #fff;
  border: none;
}
.transfer__content__auto-switch-off__input .input-group-text.left {
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #000000;
}
.transfer__content__auto-switch-off__input .input-group-text.right {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.transfer__content__auto-switch-off__input .input-group-text.right img {
  margin-right: 5px;
}
.transfer__content__action {
  padding: 15px;
}
.transfer__content__action button {
  min-height: 50px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}

.withdrawal {
  background-color: #f2f2f2;
}
.withdrawal__content {
  padding-left: 0;
  padding-right: 0;
}
.withdrawal__content__wallet {
  background: #ffffff;
  padding: 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.withdrawal__content__wallet h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
}
.withdrawal__content__wallet p {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  text-align: right;
  color: #597ef7;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
}
.withdrawal__content__wallet img {
  margin-left: 5px;
  margin-right: 5px;
}
.withdrawal__content__bank-account {
  background: #fff;
  margin-top: 15px;
  padding: 15px;
}
.withdrawal__content__bank-account__title {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.withdrawal__content__bank-account__items__label {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.withdrawal__content__bank-account__items__label__content {
  display: flex;
  place-items: center;
  gap: 15px;
}
.withdrawal__content__bank-account__items__label__content__img {
  min-height: 30px;
}
.withdrawal__content__bank-account__items__label__content__img img {
  max-width: 30px;
}
.withdrawal__content__bank-account__items__label__content__title {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}
.withdrawal__content__bank-account__items__label .checkmark {
  width: 16px;
  height: 16px;
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/wallet/deposit/check-none.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.withdrawal__content__bank-account__items__label__checkbox {
  display: none;
}
.withdrawal__content__bank-account__items__label__checkbox:checked
  ~ .checkmark {
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/wallet/deposit/checked.png);
}
.withdrawal__content__bank-account__add-bank {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  padding: 15px;
  padding-bottom: 0;
}
.withdrawal__content__description {
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  color: #a5a9b3;
  padding: 15px;
}
.withdrawal__content__input {
  padding: 15px;
  background: #fff;
}
.withdrawal__content__input .input-group-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  color: #000000;
  background: transparent;
  border: none;
}
.withdrawal__content__input .input-group-text.left {
  padding-left: 0;
  padding-right: 20px;
}
.withdrawal__content__input .input-group-text.right {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding-right: 0;
  padding-left: 20px;
}
.withdrawal__content__input .input-group-text.right img {
  margin-right: 5px;
}
.withdrawal__content__input .form-control {
  border: 1px solid #a5a9b3;
  box-sizing: border-box;
  border-radius: 10px !important;
  min-height: 40px;
}
.withdrawal__content__input .form-control::placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #a5a9b3;
}
.withdrawal__content__submit {
  padding: 15px;
}
.withdrawal__content__submit .btn {
  width: 100%;
  min-height: 50px;
}
.withdrawal__content__help {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
  padding: 15px;
}

.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__wrapper {
  margin-bottom: 30px;
}
.add-bank-account__content__input__select-bank {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0;
  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;
  background-color: transparent;
}
.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-bank-account {
  background-color: #f2f2f2;
  position: relative;
}
.manage-bank-account__content {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.manage-bank-account__content__add-btn {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #a1a2a7;
}
.manage-bank-account__content__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #a1a2a7;
}
.manage-bank-account .withdrawal__content__bank-account__title {
  display: flex;
  place-content: space-between;
  place-items: center;
}

.sponsors-article {
  background: #eeeeee;
  padding-top: 50px;
  padding-bottom: 150px;
}
.sponsors-article .navbar.nav-child .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.sponsors-article__content__top-carousel .carousel-indicators {
  margin-bottom: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.sponsors-article__content__top-carousel .carousel-indicators button {
  background-color: #a5a9b3;
  width: 24px;
  margin: 0 3px;
  height: 3px;
}
.sponsors-article__content__top-carousel .carousel-indicators button.active {
  background-color: #333;
}
.sponsors-article__content__top-carousel .carousel-inner .carousel-item img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.sponsors-article__content .back-to-top {
  padding: 20px;
  text-align: center;
  display: flex;
}
.sponsors-article__content .back-to-top a {
  background: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  margin: auto;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  min-width: 130px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 4px 10px 2px rgba(1, 1, 1, 0.1);
}
.sponsors-article__content__items {
  padding: 15px;
  border-bottom: 15px solid #a5a9b3;
  background: #ffffff;
}
.sponsors-article__content__items.no-boder,
.sponsors-article__content__items:last-child {
  border-bottom: none;
}
.sponsors-article__content__items__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #595959;
  margin-bottom: 0;
  padding: 10px;
  padding-left: 20px;
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/sponsors/article/border-left.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 15px;
}
.sponsors-article__content__items__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
  padding: 10px 0;
  text-align: justify;
}
.sponsors-article__content__items .slider-flip {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.sponsors-article__content__items .slider-flip .slick-dots {
  bottom: 190px;
  z-index: 1;
}
.sponsors-article__content__items .slider-flip .slick-dots li button {
  border: 1px solid #727272;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
}
.sponsors-article__content__items .slider-flip .slick-dots li button:before {
  display: none;
}
.sponsors-article__content__items
  .slider-flip
  .slick-dots
  li.slick-active
  button {
  background: #727272;
}
.sponsors-article__content__items .slider-flip .slick-arrow {
  z-index: 2;
  width: 22px;
  height: 22px;
  top: auto;
  bottom: 180px;
}
.sponsors-article__content__items .slider-flip .slick-arrow:before {
  content: "";
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #000000;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
  display: block;
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-prev {
  left: 15%;
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-prev:before {
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/sponsors/article/left.png);
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-next {
  right: 15%;
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-next:before {
  background-image: url(https://dbwin.jpaytrf.com/assets/img/utility/sponsors/article/right.png);
}
.sponsors-article__content__items .slider-flip .slick-list .slick-track {
  display: flex;
  place-content: center;
  place-items: center;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
  display: flex;
  place-content: center;
  place-items: center;
  transform: scale(0.95);
  flex-direction: column;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-images,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-video {
  width: 100%;
  margin-bottom: 60px;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-images
  img,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-images
  video,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-video
  img,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-video
  video {
  width: 100%;
  object-fit: cover;
  padding-top: 30px;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
  margin-top: 60px;
  min-height: 130px;
  margin-left: -20px;
  margin-right: -20px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-caption
  p {
  margin-bottom: 0;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
  transform: scale(1.1);
  z-index: 99;
  padding-top: 0;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-images,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-video {
  width: 100%;
  margin-bottom: 0;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-images
  img,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-images
  video,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-video
  img,
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-video
  video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 0;
}
.sponsors-article__content__items
  .slider-flip
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-caption {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.sponsors-article__content__items #carouselSponsoredEventPhotos1 .slick-dots {
  bottom: 115px;
  z-index: 1;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-images,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-video {
  width: 100%;
  margin-bottom: 40px;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-images
  img,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-images
  video,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-video
  img,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-video
  video {
  width: 100%;
  object-fit: cover;
  padding-top: 30px;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-caption {
  margin-top: 50px;
  min-height: 70px;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide
  .carousel-item-caption
  p {
  margin-bottom: 0;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
  transform: scale(1.1);
  z-index: 99;
  padding-top: 0;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-images,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-video {
  width: 100%;
  margin-bottom: 0;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-images
  img,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-images
  video,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-video
  img,
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-video
  video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 0;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos1
  .slick-list
  .slick-track
  .slick-slide.slick-current
  .carousel-item-caption {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.sponsors-article__content__items #carouselSposorship .carousel-indicators {
  bottom: 145px;
  place-items: center;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button {
  border: 1px solid #727272;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.active {
  background: #727272;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-next,
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-prev {
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  position: initial;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-next
  .carousel-control-next-icon,
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-next
  .carousel-control-prev-icon,
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-prev
  .carousel-control-next-icon,
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-prev
  .carousel-control-prev-icon {
  background-size: 6px;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-next
  .carousel-control-prev-icon,
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-prev
  .carousel-control-prev-icon {
  background-image: url(../img/utility/sponsors/article/left.png);
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-next
  .carousel-control-next-icon,
.sponsors-article__content__items
  #carouselSposorship
  .carousel-indicators
  button.carousel-control-prev
  .carousel-control-next-icon {
  background-image: url(../img/utility/sponsors/article/right.png);
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-inner
  .carousel-item-video {
  width: 100%;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-inner
  .carousel-item-video
  video {
  width: 100%;
  object-fit: cover;
}
.sponsors-article__content__items
  #carouselSposorship
  .carousel-inner
  .carousel-item-caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
  margin-top: 60px;
  min-height: 130px;
}
.sponsors-article__content__items #carouselSportsHighlights {
  margin-bottom: 10px;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-indicators {
  margin: 0;
  gap: 10px;
  margin-top: 10px;
  position: initial;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-indicators
  button {
  padding: 0;
  border: none;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  text-indent: initial;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-indicators
  button.active {
  background: #727272;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-indicators
  button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #727272;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-inner
  .carousel-item-video {
  width: 100%;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-inner
  .carousel-item-video
  video {
  width: 100%;
  object-fit: cover;
}
.sponsors-article__content__items
  #carouselSportsHighlights
  .carousel-inner
  .carousel-item-caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
  margin-top: 50px;
}
.sponsors-article__content__items #carouselSponsorInformation {
  padding-top: 40px;
  padding-bottom: 50px;
}
.sponsors-article__content__items
  #carouselSponsorInformation
  .carousel-indicators {
  bottom: -5px;
  place-items: center;
}
.sponsors-article__content__items
  #carouselSponsorInformation
  .carousel-indicators
  button {
  border: 1px solid #727272;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
}
.sponsors-article__content__items
  #carouselSponsorInformation
  .carousel-indicators
  button.active {
  background: #727272;
}
.sponsors-article__content__items
  #carouselSponsorInformation
  .carousel-inner
  img {
  width: 100%;
  object-fit: cover;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos
  .carousel-indicators {
  bottom: auto;
  bottom: 90px;
  place-items: center;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos
  .carousel-indicators
  button {
  border: 1px solid #727272;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos
  .carousel-indicators
  button.active {
  background: #727272;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos
  .carousel-inner
  .carousel-item-image {
  width: 100%;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos
  .carousel-inner
  .carousel-item-image
  img {
  width: 100%;
  object-fit: cover;
}
.sponsors-article__content__items
  #carouselSponsoredEventPhotos
  .carousel-inner
  .carousel-item-caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
  margin-top: 50px;
  min-height: 80px;
}
.sponsors-article__content__items.industry .industry-bottom {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  padding-top: 30px;
  padding-bottom: 15px;
}
.sponsors-article__content__items.industry .industry-bottom div {
  padding-top: 70px;
  position: relative;
}
.sponsors-article__content__items.industry .industry-bottom div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  background-image: url(../img/utility/sponsors/article/juventus/industry-lisence.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sponsors-article__content__items.industry .industry-bottom div.img-1::after {
  background-position: left;
}
.sponsors-article__content__items.industry .industry-bottom div.img-2::after {
  background-position: center;
}
.sponsors-article__content__items.industry .industry-bottom div.img-3::after {
  background-position: right;
}
.sponsors-article__content__items.industry .industry__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px;
}
.sponsors-article__content__items.industry .industry__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #7e8796;
  margin-bottom: 15px;
}
.sponsors-article__content__items.industry .items {
  margin-bottom: 15px;
}
.sponsors-article__content__items.industry .items__img {
  width: 42px;
  margin-bottom: 5px;
}
.sponsors-article__content__items.industry .items__img img {
  width: 100%;
}
.sponsors-article__content__items.industry .items__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4e7fff;
  margin-bottom: 5px;
}
.sponsors-article__content__items.industry .items__description {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #7e8796;
  margin-bottom: 5px;
}

.transaction-history {
  background-color: #f2f2f2;
  position: relative;
  transition: 0.3s;
  margin-top: 101px;
  padding-top: 12px;
}
.transaction-history.backdrop .transaction-history__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(133, 133, 133, 0.5);
}
.transaction-history .nav-expand {
  display: flex;
  place-content: flex-start;
  place-items: center;
  padding: 5px 15px 10px;
  gap: 15px;
  width: 100%;
}
.transaction-history .nav-expand .dropdown {
  position: initial;
}
.transaction-history .nav-expand .dropdown > .btn {
  background: #f7f8fc;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  border: none;
  padding: 10px 20px;
}
.transaction-history .nav-expand .dropdown > .btn.show::after {
  transform: rotate(180deg);
}
.transaction-history .nav-expand .dropdown > .btn:focus {
  box-shadow: none;
}
.transaction-history .nav-expand .dropdown .dropdown-menu.show {
  top: calc(100% + 1px);
  margin: 0;
  border: none;
  border-radius: 0;
  left: 0;
  right: 0;
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.transaction-history .nav-expand .dropdown .dropdown-menu.show .description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #a5a9b3;
  width: 100%;
}
.transaction-history .nav-expand .dropdown .dropdown-menu.show .btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #a5a9b3;
  padding-left: 5px;
  padding-right: 5px;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary {
  border-color: #a5a9b3;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary:hover,
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary:active {
  background-color: #597ef7;
  border-color: #597ef7;
  color: #ffffff;
  box-shadow: none;
}
.transaction-history .nav-expand .dropdown .dropdown-menu.show .btn.active {
  background-color: #597ef7;
  border-color: #597ef7;
  color: #ffffff;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate {
  width: 100%;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div {
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  place-items: center;
  margin-top: 5px;
  padding: 0;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div:first-child {
  border-bottom: 2px solid #eeeeee;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div
  .form-control {
  border: none;
  text-align: right;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div
  .form-control[readonly] {
  background-color: transparent;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-top: 5px;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn {
  min-height: 50px;
  width: 50%;
  border-radius: 0;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn-cancel {
  background-color: #e9f6ff;
  color: #597ef7;
}
.transaction-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn-confirm {
  background-color: #597ef7;
  color: #fff;
}
.transaction-history__content {
  padding-left: 8px;
  padding-right: 8px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.transaction-history__content__add-btn {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #a1a2a7;
}
.transaction-history__content__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #a1a2a7;
}
.transaction-history__content.history-items {
  padding: 60px 15px 100px 15px;
  position: initial;
  width: 100%;
  flex-direction: column;
}
.transaction-history__content.history-items .items {
  width: 100%;
  display: flex;
  place-items: center;
  gap: 12px;
  padding: 15px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
  background: #ffffff;
  text-align: left;
}
.transaction-history__content.history-items .items_img {
  min-width: 30px;
}
.transaction-history__content.history-items .items_img img {
  max-width: 30px;
}
.transaction-history__content.history-items .items__content {
  width: 100%;
}
.transaction-history__content.history-items .items__content__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
.transaction-history__content.history-items .items__content__title span {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.transaction-history__content.history-items .items__content__subtitle {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.transaction-history__content.history-items .items__content__subtitle__time {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.transaction-history__content.history-items .items__content__subtitle__status {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #0f9214;
}
.transaction-history__content.history-items
  .items__content__subtitle__status.rejected {
  color: #ae1b1b;
}
.transaction-history__content.history-items .items__content__description {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}
.transaction-history .withdrawal__content__bank-account__title {
  display: flex;
  place-content: space-between;
  place-items: center;
}
.histable {
  width: 100%;
}
.histable .dataTable {
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
}
.histable .dataTable thead tr {
  background-color: #4e7fff;
  color: #fff;
}
.histable .dataTable tr td {
  padding: 4px;
}

.dataTables_info {
  text-align: left;
}

.betting-record {
  background-color: #f2f2f2;
  position: relative;
  transition: 0.3s;
}
.betting-record.backdrop .betting-record__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(133, 133, 133, 0.5);
}
.betting-record .nav-expand {
  display: flex;
  place-content: flex-start;
  place-items: center;
  padding: 5px 15px 10px;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}
.betting-record .nav-expand__description {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  width: 100%;
}
.betting-record .nav-expand .dropdown {
  position: initial;
}
.betting-record .nav-expand .dropdown > .btn {
  background: #f7f8fc;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  border: none;
  padding: 10px 20px;
}
.betting-record .nav-expand .dropdown > .btn.show::after {
  transform: rotate(180deg);
}
.betting-record .nav-expand .dropdown > .btn:focus {
  box-shadow: none;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show {
  top: calc(100% - 5px);
  margin: 0;
  border: none;
  border-radius: 0;
  left: 0;
  right: 0;
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  place-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show .description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #a5a9b3;
  width: 100%;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show .btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #a5a9b3;
  padding: 2px 5px;
  width: 22%;
  min-width: auto;
  max-width: 22%;
  word-break: break-word;
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 35px;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary {
  border-color: #a5a9b3;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary:hover,
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary:active {
  background-color: #597ef7;
  border-color: #597ef7;
  color: #ffffff;
  box-shadow: none;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show .btn.active {
  background-color: #597ef7;
  border-color: #597ef7;
  color: #ffffff;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show.w-auto {
  place-content: flex-start;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show.w-auto .btn {
  width: auto;
  min-width: 80px;
  max-width: initial;
}
.betting-record .nav-expand .dropdown .dropdown-menu.show #collapseCustomDate {
  width: 100%;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div {
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  place-items: center;
  margin-top: 5px;
  padding: 0;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div:first-child {
  border-bottom: 2px solid #eeeeee;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div
  .form-control {
  border: none;
  text-align: right;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div
  .form-control[readonly] {
  background-color: transparent;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-top: 5px;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn {
  min-height: 50px;
  width: 50%;
  max-width: 50%;
  border-radius: 0;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn-cancel {
  background-color: #e9f6ff;
  color: #597ef7;
}
.betting-record
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn-confirm {
  background-color: #597ef7;
  color: #fff;
}
.betting-record__content {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.betting-record__content__add-btn {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #a1a2a7;
}
.betting-record__content__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #a1a2a7;
}
.betting-record__content.betting-record-items {
  padding: 110px 15px 50px 15px;
  position: initial;
  width: 100%;
  flex-direction: column;
}
.betting-record__content.betting-record-items > .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 12px;
  color: #000000;
  text-align: left;
  width: 100%;
}
.betting-record__content.betting-record-items .items {
  width: 100%;
  display: flex;
  place-items: center;
  gap: 12px;
  padding: 15px;
  background: #ffffff;
  text-align: left;
}
.betting-record__content.betting-record-items .items__content {
  width: 100%;
}
.betting-record__content.betting-record-items .items__content__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
}
.betting-record__content.betting-record-items .items__content__info {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  border-left: 2px solid #7696ff;
  margin: 8px 0;
  padding-left: 15px;
}
.betting-record__content.betting-record-items .items__content__subtitle {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.betting-record__content.betting-record-items .items__content__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #a5a9b3;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.betting-record .withdrawal__content__bank-account__title {
  display: flex;
  place-content: space-between;
  place-items: center;
}

.profile {
  background-color: #f2f2f2;
}
.profile__content {
  padding: 0;
}
.profile__content form,
.profile__content .form-container {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
}
.profile__content form .items,
.profile__content .form-container .items {
  margin-bottom: 15px;
}
.profile__content form .items .avatar,
.profile__content .form-container .items .avatar {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.profile__content form .items .avatar > div,
.profile__content .form-container .items .avatar > div {
  position: relative;
  display: table;
}
.profile__content form .items .avatar > div::after,
.profile__content .form-container .items .avatar > div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/utility/profile/avatarEdit.png);
  background-repeat: no-repeat;
}
.profile__content form .items .avatar > div img,
.profile__content .form-container .items .avatar > div img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.profile__content form .items label,
.profile__content .form-container .items label {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.profile__content form .items .form-control,
.profile__content .form-container .items .form-control {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0px 0 15px;
}
.profile__content form .items .form-control:focus,
.profile__content .form-container .items .form-control:focus {
  box-shadow: none;
}
.profile__content form .items .form-control::placeholder,
.profile__content .form-container .items .form-control::placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #ced4d9;
}
.profile__content form .items .form-control:read-only,
.profile__content .form-container .items .form-control:read-only {
  background: transparent;
}
.profile__content form .items .input-group-text,
.profile__content .form-container .items .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #eeeeee;
  padding-top: 0;
}
.profile__content > .description {
  padding: 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #6c7c9d;
}
.profile__content .dob-calendar {
  position: absolute;
  right: 12px;
  top: 20px;
  pointer-events: none;
}
#selectProfilePictureModal.modal .modal-dialog {
  flex-direction: row;
  max-height: none;
}
#selectProfilePictureModal.modal .modal-content {
  min-height: 350px !important;
  height: 50vh !important;
  position: relative;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal__items {
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal__items__item {
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal__items__item
  img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal__items__item
  .checkmark {
  width: 16px;
  height: 16px;
  background-image: url(../img/utility/profile/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: none;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal__items__item
  input:checked
  ~ .checkmark {
  display: block;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal__items__item
  input:checked
  ~ img {
  border: 2px solid #597ef7;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal
  .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f2f2f2;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal
  .action
  .btn {
  display: flex;
  place-content: center;
  place-items: center;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal
  .action
  .btn:focus {
  box-shadow: none;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal
  .action
  .btn-select {
  min-height: 40px;
}
#selectProfilePictureModal.modal
  .modal-content
  .select-profile-picture-modal
  .action
  .btn-cancel {
  min-height: 60px;
  border-top: 10px solid #f2f2f2;
}

.vip {
  background: #fff;
}
.vip#vipPage {
  padding-top: 50px;
}
.vip .navbar.fixed-top .content {
  background: #0d1a26;
}
.vip .navbar.fixed-top .content #vipTab {
  border-bottom: none;
}
.vip .navbar.fixed-top .content #vipTab .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  background-color: transparent;
  outline: none;
}
.vip .navbar.fixed-top .content #vipTab .nav-item .nav-link.active {
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  border-color: #fff;
}
.vip__content .vip-info-content__head img {
  width: 100%;
}
.vip__content .vip-info-content .vip-terms {
  padding: 15px 0;
}
.vip__content .vip-info-content .vip-terms__head {
  padding: 15px;
  display: flex;
  place-content: center;
  border-bottom: 1px solid #f2f2f2;
}
.vip__content .vip-info-content .vip-terms__head span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
}
.vip__content .vip-info-content .vip-terms__head span::after {
  position: absolute;
  content: "";
  width: 3px;
  left: -15px;
  top: 0;
  bottom: 0;
  background: #597ef7;
}
.vip__content .vip-info-content .vip-terms__description {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}
.vip__content .vip-info-content .vip-terms__items {
  padding: 30px 15px;
}
.vip__content .vip-info-content .vip-terms__items__content {
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
.vip__content .vip-info-content .vip-terms__items__content::after {
  content: "1";
  position: absolute;
  left: 0;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #597ef7;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  place-content: center;
  place-items: center;
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(2)::after {
  content: "2";
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(3)::after {
  content: "3";
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(4)::after {
  content: "4";
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(5)::after {
  content: "5";
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(6)::after {
  content: "6";
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(7)::after {
  content: "7";
}
.vip__content .vip-info-content .vip-terms__items__content:nth-child(8)::after {
  content: "8";
}
.vip__content .vip-info-content .vip-terms__items__content__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.vip__content .vip-info-content .vip-terms__items__content__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #98a5b3;
}
.vip__content .vip-info-content #vipDescriptionTab {
  background: #f2f2f2;
  padding: 12px;
  padding-bottom: 0;
  border-bottom: none;
}
.vip__content .vip-info-content #vipDescriptionTab .nav-item {
  flex-basis: initial;
}
.vip__content .vip-info-content #vipDescriptionTab .nav-item .nav-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #697b8c;
  padding: 0 1px;
  padding-bottom: 10px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  width: 100%;
}
.vip__content .vip-info-content #vipDescriptionTab .nav-item .nav-link.active {
  border-color: #597ef7;
  font-weight: 500;
  color: #597ef7;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__head {
  background: linear-gradient(90deg, #f8fafa 0%, #e9f4fa 100%);
  text-align: center;
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
  place-content: center;
  place-items: center;
  gap: 10px;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__link {
  padding: 15px;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__link
  a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #c2ac79;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__table {
  margin-bottom: 0;
  background-color: transparent;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__table
  .text-warning {
  color: #c1ab77 !important;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__table
  > :not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__table
  thead
  tr
  th {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 0.5em;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__table
  tbody
  tr
  th {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #c1ab77;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
.vip__content
  .vip-info-content
  #vipDescriptionTabContent
  .vip-description-items__table
  tbody
  tr
  td {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #98a5b3;
  border: 1px solid #eeeeee;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
.vip__content .vip-info-content #vipContentTab {
  background: #f2f2f2;
  padding: 15px;
  place-content: space-between;
  place-items: center;
  border: none;
  gap: 10px;
}
.vip__content .vip-info-content #vipContentTab .nav-item {
  width: 18%;
}
.vip__content .vip-info-content #vipContentTab .nav-item .nav-link {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9aa7b5;
  text-transform: uppercase;
  padding: 0;
  width: 70px;
  height: 40px;
  overflow: hidden;
  border: none;
  display: flex;
  place-items: center;
  place-content: center;
}
.vip__content .vip-info-content #vipContentTab .nav-item .nav-link img {
  margin-left: -5px;
  filter: grayscale(200%);
}
.vip__content .vip-info-content #vipContentTab .nav-item .nav-link span {
  margin-left: -5px;
}
.vip__content .vip-info-content #vipContentTab .nav-item .nav-link.active {
  color: #000;
}
.vip__content .vip-info-content #vipContentTab .nav-item .nav-link.active img {
  filter: grayscale(0);
}
@media only screen and (max-width: 430px) {
  .vip__content .vip-info-content #vipContentTab .nav-item {
    width: 16%;
  }
  .vip__content .vip-info-content #vipContentTab .nav-item .nav-link {
    width: 68px;
  }
  .vip__content .vip-info-content #vipContentTab .nav-item .nav-link img {
    width: 35px;
    margin-left: -10px;
  }
  .vip__content .vip-info-content #vipContentTab .nav-item .nav-link span {
    margin-left: -3px;
  }
}
.vip__content .vip-info-content #vipContentTabContent {
  background: #fff;
  padding: 15px;
}
.vip__content .vip-info-content #vipContentTabContent .vip-tab-content__card {
  position: relative;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__card__head {
  width: 100%;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__card__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 15px;
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  flex-direction: column;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__card__content__title {
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__card__content__items {
  width: 88%;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__card__content__items__item {
  display: flex;
  place-content: space-between;
  margin-top: 12px;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__card__content__items__item
  span:last-child {
  width: 50px;
  text-align: left;
}
.vip__content .vip-info-content #vipContentTabContent .vip-tab-content__bottom {
  padding: 15px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items:last-child {
  display: flex;
  place-items: center;
  place-content: center;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items:last-child
  > div {
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items__item {
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px;
  min-height: 90px;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items__item__title {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 5px;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items__item__price {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #597ef7;
  margin-bottom: 15px;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items__item__price
  span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #597ef7;
}
.vip__content
  .vip-info-content
  #vipContentTabContent
  .vip-tab-content__bottom__items__item__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #9aa7b5;
}
.vip__content .privilege-content__head {
  background: #0d1a26;
  padding: 30px 50px;
  position: relative;
}
.vip__content .privilege-content__head__bg {
  width: 100%;
}
.vip__content .privilege-content__head__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  place-content: flex-start;
  place-items: center;
  flex-direction: column;
  gap: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #597ef7;
}
.vip__content .privilege-content__head__content img {
  width: 30px;
}
.vip__content .privilege-content__head__content__avatar {
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.vip__content .privilege-content__card {
  background: #0d1a26;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}
.vip__content .privilege-content__card #privilegeVipCard {
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.vip__content .privilege-content__card #privilegeVipCard .slick-arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 99;
}
.vip__content .privilege-content__card #privilegeVipCard .slick-arrow::before {
  content: "" !important;
  font-family: initial !important;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-arrow.slick-prev {
  left: 0;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-arrow.slick-next {
  right: 0;
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list {
  padding: 0 25px !important;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide {
  display: flex;
  place-content: center;
  place-items: center;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 15px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip0 {
  background-image: url(../img/utility/vip/privilege/vip-0-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip1 {
  background-image: url(../img/utility/vip/privilege/vip-1-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip2 {
  background-image: url(../img/utility/vip/privilege/vip-2-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip3 {
  background-image: url(../img/utility/vip/privilege/vip-3-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip4 {
  background-image: url(../img/utility/vip/privilege/vip-4-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip5 {
  background-image: url(../img/utility/vip/privilege/vip-5-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip6 {
  background-image: url(../img/utility/vip/privilege/vip-6-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip7 {
  background-image: url(../img/utility/vip/privilege/vip-7-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip8 {
  background-image: url(../img/utility/vip/privilege/vip-8-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip9 {
  background-image: url(../img/utility/vip/privilege/vip-9-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card.vip10 {
  background-image: url(../img/utility/vip/privilege/vip-10-bg.png);
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card__current {
  position: absolute;
  top: 0;
  left: 0;
  background: #e0cda1;
  border-radius: 7px 0px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card__title {
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-top: 10px;
}
.vip__content
  .privilege-content__card
  #privilegeVipCard
  .slick-list
  .slick-track
  .slick-slide
  .privilege-card__sub_title {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card {
    min-height: 220px;
  }
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card__sub_title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 530px) {
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card {
    min-height: 180px;
  }
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card__sub_title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card {
    min-height: 155px;
    padding-bottom: 0;
  }
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card__current {
    font-size: 10px;
    line-height: 10px;
  }
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card__title {
    font-size: 20px;
    line-height: 25px;
  }
  .vip__content
    .privilege-content__card
    #privilegeVipCard
    .slick-list
    .slick-track
    .slick-slide
    .privilege-card__sub_title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details {
  padding: 15px;
  border-top: 15px solid #f2f2f2;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__header {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-left: 15px;
  background-image: url(../img/utility/vip/privilege/my-privilege-title-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 15px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content {
  margin-left: -10px;
  margin-right: -10px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items {
  position: relative;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #dae0e8;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items:nth-child(6)::after,
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items:nth-child(3)::after {
  display: none;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items__child {
  text-align: center;
  border-bottom: 1px solid #dae0e8;
  padding: 10px 0;
  position: relative;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items__child__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #be9e55;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .my-vip-details__content__items__child__description {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items {
  padding: 15px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__header {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-left: 15px;
  background-image: url(../img/utility/vip/privilege/my-privilege-title-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 15px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content {
  margin-left: 0;
  margin-right: 0;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item {
  position: relative;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item:nth-child(odd) {
  padding-left: 0;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #dae0e8;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item:last-child:after {
  display: none;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item:nth-child(even) {
  padding-right: 0;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item__child {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 5px;
  border-bottom: 1px solid #dae0e8;
  padding: 10px 0;
  position: relative;
  min-height: 70px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item__child__img {
  max-width: 40px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item__child__description__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  place-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item__child__description__title
  span {
  font-size: 16px;
  line-height: 19px;
}
.vip__content
  .privilege-content__info
  #privilegeInfo
  .slick-list
  .slick-track
  .slick-slide
  .privilege-info-items__content__item__child__description__info {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}

.vip-cash-rebate-rules {
  background-color: #f2f2f2;
}
.vip-cash-rebate-rules__content {
  background-color: #fff;
  padding: 15px 15px 15px 30px;
  list-style: decimal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  color: #000000;
}
.vip-cash-rebate-rules__content li {
  padding-bottom: 20px;
}
.vip-cash-rebate-rules__content li:last-child {
  padding-bottom: 0;
}

.account-setting {
  background: #f2f2f2;
  padding-top: 35px;
}
@media only screen and (max-width: 425px) {
  .account-setting {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 370px) {
  .account-setting {
    padding-top: 25px;
  }
}
.account-setting__content__info {
  background-image: url(../img/utility/account-setting/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 310px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.account-setting__content__info img {
  width: 200px;
}
.account-setting__content__info > div {
  padding-bottom: 20px;
}
.account-setting__content__card {
  padding: 0 15px;
  margin-top: -30px;
}
.account-setting__content__card .list-group {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
  padding: 15px;
}
.account-setting__content__card .list-group-item {
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
.account-setting__content__card .list-group-item .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  display: flex;
  place-content: space-between;
}
.account-setting__content__card .list-group-item .title img {
  max-width: 25px;
}
.account-setting__content__card .list-group-item .description {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.account-setting__content__card .list-group-item .description.text-danger {
  color: #ff0000;
}

.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;
}

.campaign-bonanza {
  background: #f2f2f2;
}
.campaign-bonanza__content__items {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.campaign-bonanza__content__items__img {
  position: relative;
}
.campaign-bonanza__content__items__img img {
  width: 100%;
}
.campaign-bonanza__content__items__img__content {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.campaign-bonanza__content__items__img__content__title {
  font-family: "Aldo the Apache";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  background: linear-gradient(180deg, #8c9bc6 0%, #7e85a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.campaign-bonanza__content__items__img__content__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #606e95;
}
.campaign-bonanza__content__items__content {
  background: #fff;
  padding: 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.campaign-bonanza__content__items__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.campaign-bonanza__content__items__content__learn-more {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-transform: uppercase;
}

.campaign-bonanza-detail {
  background: #ebeef6;
  padding-top: 50px;
}
.campaign-bonanza-detail .campaign-bonanza-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.campaign-bonanza-detail__top {
  position: relative;
}
.campaign-bonanza-detail__top__img {
  width: 100%;
}
.campaign-bonanza-detail__top__content {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.campaign-bonanza-detail__top__content__title {
  font-family: "Aldo the Apache";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 40px;
  /* or 83% */
  text-align: center;
  background: linear-gradient(180deg, #8c9bc6 0%, #7e85a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 5px;
}
.campaign-bonanza-detail__top__content__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #606e95;
}
.campaign-bonanza-detail__content {
  padding: 15px;
}
.campaign-bonanza-detail__content__amount__top {
  position: relative;
}
.campaign-bonanza-detail__content__amount__top__label {
  background: #597ef7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 5px 5px 0px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  color: #ffffff;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-left: -15px;
  display: inline-block;
}
.campaign-bonanza-detail__content__amount__top__price {
  font-weight: 500;
  font-size: 25px;
  line-height: 14px;
  color: #000000;
  margin: 15px 0;
}
.campaign-bonanza-detail__content__amount__top img {
  position: absolute;
  right: 0;
  top: 0;
}
.campaign-bonanza-detail__content__amount__bottom {
  padding-top: 10px;
  border-top: 2px solid #eaeaea;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #000000;
}
.campaign-bonanza-detail__content__items {
  margin: 15px -5px;
}
.campaign-bonanza-detail__content__items__item {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.campaign-bonanza-detail__content__items__item .campaign-bonanza-card img {
  margin: auto;
  margin-bottom: 10px;
}
.campaign-bonanza-detail__content__items__item .campaign-bonanza-card__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.campaign-bonanza-detail__content__items__item .campaign-bonanza-card__sub {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.campaign-bonanza-detail__content__items__item .campaign-bonanza-card__amount {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #4e7fff;
}
.campaign-bonanza-detail__content__items__item .campaign-bonanza-card .btn {
  min-width: 125px;
  background: #597ef7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 15px;
}
.campaign-bonanza-detail__content__terms__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.campaign-bonanza-detail__content__terms__items {
  list-style: decimal;
  padding-left: 15px;
}
.campaign-bonanza-detail__content__terms__items li {
  padding-bottom: 15px;
}

.referral-program {
  padding-top: 50px;
}
.referral-program__content__img img {
  width: 100%;
}
.referral-program__content__items {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 15px 15px 30px;
  padding: 15px;
}
.referral-program__content__items__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
}
.referral-program__content__items__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 10px;
  background-image: url(../img/utility/referral-program/referral-program-left.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
.referral-program__content__items__title::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 10px;
  background-image: url(../img/utility/referral-program/referral-program-right.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
.referral-program__content__items__steps {
  text-align: center;
  margin: 0;
  margin-top: 30px;
}
.referral-program__content__items__steps__item {
  position: relative;
}
.referral-program__content__items__steps__item__img {
  max-width: 45px;
}
.referral-program__content__items__steps__item__title {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}
.referral-program__content__items__steps__item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  background-image: url(../img/utility/referral-program/right.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -10px;
  top: 15px;
}
.referral-program__content__items__steps__item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  background-image: url(../img/utility/referral-program/right.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -10px;
  top: 15px;
}
.referral-program__content__items__table {
  margin-top: 30px;
  padding: 0;
}
.referral-program__content__items__table .table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}
.referral-program__content__items__table .table > :not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.referral-program__content__items__table .table thead tr {
  background: linear-gradient(90deg, #7696ff 0%, #557bf7 100%);
}
.referral-program__content__items__table .table thead tr th {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  height: 50px;
  width: 50%;
}
.referral-program__content__items__table .table tbody tr th {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #c1ab77;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
.referral-program__content__items__table .table tbody tr td {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #98a5b3;
  border: 1px solid #eeeeee;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
.referral-program__content__items__table__note {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #ff0000;
  text-align: left;
  margin-top: 15px;
}
.referral-program__content__items__term {
  margin-top: 15px;
}
.referral-program__content__items__term__items {
  list-style: decimal;
  padding-left: 15px;
  margin-bottom: 0;
}
.referral-program__content__items__term__items li {
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #000000;
}
.referral-program__content__items__term__items li:last-child {
  padding-bottom: 0;
}

.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: linear-gradient(90deg, #6d8ffd 0%, #5f83fa 100%) !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#generaltnc .img-left {
  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__content__items.items-none.mb-5 {
  margin-bottom: 0rem !important;
}
.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;
}

.bonus-history {
  background-color: #f2f2f2;
  position: relative;
  transition: 0.3s;
}
.bonus-history.backdrop .bonus-history__items::after,
.bonus-history.backdrop .bonus-history__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(133, 133, 133, 0.5);
}
.bonus-history .total-nav {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #eeeeee;
  margin: 5px 20px;
  padding-bottom: 10px;
}
.bonus-history .total-nav__items {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #333333;
}
.bonus-history .total-nav__items:first-child::after {
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  bottom: 0;
  width: 1px;
  height: 50%;
  background-color: #eee;
}
.bonus-history .total-nav__items span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #597ef7;
}
.bonus-history .nav-expand {
  display: flex;
  place-content: flex-start;
  place-items: center;
  padding: 5px 15px 10px;
  gap: 15px;
  width: 100%;
}
.bonus-history .nav-expand .dropdown {
  position: initial;
}
.bonus-history .nav-expand .dropdown > .btn {
  background: #f7f8fc;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  border: none;
  padding: 10px 20px;
}
.bonus-history .nav-expand .dropdown > .btn.show::after {
  transform: rotate(180deg);
}
.bonus-history .nav-expand .dropdown > .btn:focus {
  box-shadow: none;
}
.bonus-history .nav-expand .dropdown .dropdown-menu.show {
  top: calc(100% + 1px);
  margin: 0;
  border: none;
  border-radius: 0;
  left: 0;
  right: 0;
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  place-content: flex-start;
  place-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bonus-history .nav-expand .dropdown .dropdown-menu.show .description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #a5a9b3;
  width: 100%;
}
.bonus-history .nav-expand .dropdown .dropdown-menu.show .btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #a5a9b3;
  padding-left: 5px;
  padding-right: 5px;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary {
  border-color: #a5a9b3;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary:hover,
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  .btn-outline-secondary:active {
  background-color: #597ef7;
  border-color: #597ef7;
  color: #ffffff;
  box-shadow: none;
}
.bonus-history .nav-expand .dropdown .dropdown-menu.show .btn.active {
  background-color: #597ef7;
  border-color: #597ef7;
  color: #ffffff;
}
.bonus-history .nav-expand .dropdown .dropdown-menu.show #collapseCustomDate {
  width: 100%;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div {
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  place-items: center;
  margin-top: 5px;
  padding: 0;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div:first-child {
  border-bottom: 2px solid #eeeeee;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div
  .form-control {
  border: none;
  text-align: right;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div
  .form-control[readonly] {
  background-color: transparent;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-top: 5px;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn {
  min-height: 50px;
  width: 50%;
  border-radius: 0;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn-cancel {
  background-color: #e9f6ff;
  color: #597ef7;
}
.bonus-history
  .nav-expand
  .dropdown
  .dropdown-menu.show
  #collapseCustomDate
  > div.action
  .btn-confirm {
  background-color: #597ef7;
  color: #fff;
}
.bonus-history__items {
  padding: 110px 15px 15px;
}
.bonus-history__items__item {
  background: #ffffff;
  margin: 0;
  padding: 15px;
  place-items: center;
  margin-bottom: 15px;
}
.bonus-history__items__item__left {
  padding: 0;
}
.bonus-history__items__item__left__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.bonus-history__items__item__left__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 8px;
}
.bonus-history__items__item__left__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #a5a9b3;
}
.bonus-history__items__item__right {
  text-align: center;
}
.bonus-history__items__item__right .btn {
  background: #4e7fff;
  border-radius: 5px;
  height: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  margin: auto;
  margin-bottom: 8px;
  min-width: 95px !important;
}
.bonus-history__items__item__right__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #a5a9b3;
}
.bonus-history__content {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.bonus-history .withdrawal__content__bank-account__title {
  display: flex;
  place-content: space-between;
  place-items: center;
}

.about-us {
  background-color: #f2f2f2;
  padding-top: 45px;
}
.about-us__content__bottom {
  padding: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #7e8796;
}
.about-us__content__legal-content {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  padding: 30px 15px;
}
.about-us__content__legal-content__item__img {
  padding-top: 75px;
  position: relative;
}
.about-us__content__legal-content__item__img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  background-image: url(../img/utility/about-us/about-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us__content__legal-content__item__img.img-1::after {
  background-position: left;
}
.about-us__content__legal-content__item__img.img-2::after {
  background-position: center;
}
.about-us__content__legal-content__item__img.img-3::after {
  background-position: right;
  left: -35px;
}
.about-us__content__legal {
  text-align: center;
  margin-top: 30px;
}
.about-us__content__legal span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4e7fff;
  position: relative;
}
.about-us__content__legal span::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 17px;
  background-image: url(../img/utility/about-us/left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  right: calc(100% + 15px);
}
.about-us__content__legal span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 17px;
  background-image: url(../img/utility/about-us/right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  left: calc(100% + 15px);
}
.about-us__content__logo {
  position: relative;
}
.about-us__content__logo img {
  width: 100%;
}
.about-us__content__logo__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
  color: #4e7fff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.cryptocurrency-introduction {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
.cryptocurrency-introduction .nav-child .title {
  font-size: 15px !important;
}
.cryptocurrency-introduction__content__warning {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #ff0000;
  padding: 15px;
}
.cryptocurrency-introduction__content__items {
  position: relative;
  background-color: #fff;
  padding: 40px 15px 15px 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}
.cryptocurrency-introduction__content__items__title {
  background-image: url(../img/utility/wallet/cryptocurrency-introduction/title-bg.png);
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  background-size: contain;
  background-position: center center;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
  right: 0;
}
.cryptocurrency-introduction__content__items__title.long {
  background-image: url(../img/utility/wallet/cryptocurrency-introduction/title-bg1.png);
}
.cryptocurrency-introduction__content__items__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #000000;
  margin-bottom: 5px;
}
.cryptocurrency-introduction__content__items__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}
.cryptocurrency-introduction__content__items__table {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: none;
}
.cryptocurrency-introduction__content__items__table .table {
  margin-bottom: 0;
  border-collapse: collapse;
  overflow: hidden;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.cryptocurrency-introduction__content__items__table
  .table
  > :not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.cryptocurrency-introduction__content__items__table .table thead {
  border-color: rgba(0, 0, 0, 0.3);
}
.cryptocurrency-introduction__content__items__table .table thead tr th {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  height: 35px;
  background: #e5ecfe;
  text-align: center;
  vertical-align: middle;
}
.cryptocurrency-introduction__content__items__table .table tbody tr {
  border-color: rgba(0, 0, 0, 0.3);
}
.cryptocurrency-introduction__content__items__table .table tbody tr th {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  background: #f9fbfe;
}
.cryptocurrency-introduction__content__items__table .table tbody tr td {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  background: #f9fbfe;
}
.cryptocurrency-introduction__content__items__table
  .table
  tbody
  tr:nth-of-type(odd)
  > * {
  --bs-table-accent-bg: #fff;
}
.cryptocurrency-introduction__content__items__item1 {
  margin: 15px -8px 0 -8px;
}
.cryptocurrency-introduction__content__items__item1__content {
  padding-left: 5px;
  padding-right: 5px;
}
.cryptocurrency-introduction__content__items__item1__content > div {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 8px;
  height: 100%;
  text-align: center;
}
.cryptocurrency-introduction__content__items__item1__content > div .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  margin: 10px 0;
  min-height: 35px;
  display: flex;
  place-items: center;
  place-content: center;
}
.cryptocurrency-introduction__content__items__item1__content
  > div
  .description {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
  color: #000000;
}
.cryptocurrency-introduction__content__items__item2__content {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #ffffff;
  place-items: center;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.cryptocurrency-introduction__content__items__item2__content > div:last-child {
  padding: 15px 10px 15px 0;
  height: 100%;
}
.cryptocurrency-introduction__content__items__item2__content
  > div:last-child
  .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.cryptocurrency-introduction__content__items__item2__content
  > div:last-child
  .description {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  color: #000000;
}
.cryptocurrency-introduction__content__items__item2__content
  > div:last-child
  .description
  ul {
  padding-left: 15px;
}
.cryptocurrency-introduction__content__items__item2__content
  > div:last-child
  .description
  ul
  li {
  padding-bottom: 5px;
}
.cryptocurrency-introduction__content__items__item2__content
  > div:last-child
  .description
  ul
  li:last-child {
  padding-bottom: 0;
}
.cryptocurrency-introduction__content__items ul {
  margin-bottom: 0;
}
.cryptocurrency-introduction__content__items ul li {
  padding-bottom: 15px;
}
.cryptocurrency-introduction__content__items ul li:last-child {
  padding-bottom: 0;
}

.slot-page {
  background-color: #f2f2f2;
  min-height: 100vh;
}
.slot-page .slot-page-nav {
  padding: 0 15px;
  gap: 25px;
  list-style-type: none;
}
.slot-page .slot-page-nav::-webkit-scrollbar {
  height: 0;
  background: gray;
}
.slot-page .slot-page-nav .nav-item .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  background-color: transparent;
  outline: none;
}
.slot-page .slot-page-nav .nav-item.active .nav-link {
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #4e7fff;
  border-color: #4e7fff;
}
.slot-page__content {
  padding-top: 40px;
}
.slot-page__content__tab__pane .row {
  margin-left: -8px;
  margin-right: -8px;
}
.slot-page__content__tab__pane .row .slot-page_items {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
}
.slot-page__content__tab__pane .row .slot-page_items__item {
  background: #ffffff;
}
.slot-page__content__tab__pane .row .slot-page_items__item__img {
  width: 100%;
}
.slot-page__content__tab__pane .row .slot-page_items__item__content {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: flex;
  place-content: space-between;
  place-items: center;
}
.search-wrap {
  width: calc(100% - 60px);
}
.search-bar {
  width: 100%;
  position: relative;
}
.search-bar input {
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  border-radius: 50%;
  border-radius: 20px;
  padding: 10px 38px;
  line-height: 1;
}
.search-bar .fa-search {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  pointer-events: none;
}
.slot-search-cancel {
  width: 50px;
}
#search-result-text-container {
  background-color: #f2f2f2;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.search-result-text {
  position: relative;
  padding: 15px;
}
.games-wrap {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.access-denied {
  background-image: url(../img/utility/access-denied-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 15px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  overflow: auto;
}
.access-denied__content__logo {
  max-width: 80%;
  margin: auto;
  margin-bottom: 15px;
}
.access-denied__content__image {
  max-width: 80%;
  margin: auto;
}
.access-denied__content__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 5px;
}
.access-denied__content__subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4e7fff;
  margin-bottom: 15px;
}
.access-denied__content__dear {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 7px;
}
.access-denied__content__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #000000;
}
.access-denied__content__action {
  display: flex;
  place-content: space-between;
  place-items: center;
  margin-top: 30px;
}
.access-denied__content__action .btn {
  display: flex;
  place-content: center;
  place-items: center;
  width: 49%;
  height: 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.inbox {
  background-color: #f2f2f2;
}
.inbox .nav-child .inbox_close img {
  height: 25px;
}
.inbox__empty {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  place-content: center;
  place-items: center;
}
.inbox__action {
  display: flex;
  place-content: space-between;
  place-items: center;
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #fff;
}
.inbox__detail {
  background-color: #fff;
  padding: 15px;
}
.inbox__detail__top {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.inbox__detail__top__img {
  width: 35px;
}
.inbox__detail__top__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.inbox__detail__top__content__date {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #94a6b7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inbox__detail__bottom {
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.inbox__items {
  background-color: #fff;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.inbox__items .inbox_checkbox {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.inbox__items__img {
  width: 35px;
}
.inbox__items__content {
  width: 100%;
}
.inbox__items__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.inbox__items__content__description {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #94a6b7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inbox__items__right {
  height: 100%;
  position: relative;
}
.inbox__items__right__date {
  min-width: 70px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #94a6b7;
  margin-bottom: 5px;
}
.inbox__items__right .badge {
  width: 8px;
  height: 8px;
  background-color: #ff0000;
  border-radius: 50%;
  display: none;
  text-align: right;
  float: right;
  padding: 0;
}

.inbox__items__right .badge.active {
  display: block;
}

.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;
}
.navbar {
  max-width: var(--max-with-mobile);
}
.navbar.nav-child {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  min-height: 50px;
}
.navbar.nav-child .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.navbar.nav-child img {
  max-width: 30px;
}
.navbar.fixed-top {
  background-color: #ffffff;
  padding: 0;
  left: auto;
  right: auto;
  width: 100%;
}
.navbar.fixed-top .content {
  display: flex;
  min-height: 50px;
}
.navbar.fixed-top .content #navMenu {
  width: 80px;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.navbar.fixed-top .content #navMenu:focus {
  box-shadow: none;
}
.navbar.fixed-top .content #navMenu img {
  width: 20px;
}
.navbar.fixed-top .content__customer_service {
  width: 80px;
  font-style: normal;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #597ef7;
}
.navbar.fixed-top .content__customer_service img {
  width: 25px;
}
.navbar.fixed-top .content__logo {
  /* max-width: 140px; */
  max-width: 50px;
}
.navbar.fixed-bottom {
  min-height: 60px;
  background-color: #ffffff;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
  left: auto;
  right: auto;
  width: 100%;
  padding: 0;
}
.navbar.fixed-bottom .content {
  display: flex;
  place-content: space-between;
  place-items: center;
  text-align: center;
}
.navbar.fixed-bottom .content .nav-item {
  min-width: 50px;
  text-decoration: none;
}
.navbar.fixed-bottom .content .nav-item .img {
  min-height: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  width: 30px;
  margin: auto;
}
.navbar.fixed-bottom .content .nav-item .img .active {
  display: none;
}
.navbar.fixed-bottom .content .nav-item .text {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.navbar.fixed-bottom .content .nav-item.active .img img {
  display: none;
}
.navbar.fixed-bottom .content .nav-item.active .img img.active {
  display: block;
}
.navbar.fixed-bottom .content .nav-item.active .text {
  color: #597ef7;
}

.select-bank {
  margin-left: -8px;
  margin-right: -8px;
}
.select-bank__item {
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.select-bank__item__label {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 70px;
  width: 100%;
  display: flex;
  place-content: space-around;
  place-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 8px 0;
}
.select-bank__item__label .checkmark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 10px;
}
.select-bank__item__label__checkbox {
  display: none;
}
.select-bank__item__label__checkbox:checked ~ .checkmark {
  border-color: #597ef7;
}
.select-bank__item__label__checkbox:checked ~ .checkmark::before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(../img/utility/wallet/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.select-bank__item__label__img img {
  max-height: 30px;
  max-width: 30px;
}
.select-bank__item__label__title {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}

.deposit-amount {
  margin-left: -8px;
  margin-right: -8px;
}
.deposit-amount__select-bank,
.deposit-amount__select-promotion {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0;
  margin-bottom: 30px;
  cursor: pointer;
}
.deposit-amount__select-bank__input__label,
.deposit-amount__select-promotion__input__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 10px;
  text-align: left;
}
.deposit-amount__select-bank__input__placeholder,
.deposit-amount__select-promotion__input__placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #a5a9b3;
}
.deposit-amount__summary {
  margin-top: -15px;
  margin-bottom: 15px;
}
.deposit-amount__summary__title {
  background: #597ef7;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}
.deposit-amount__summary__content {
  background: #ffffff;
  border: 1px solid #a5a9b3;
  border-top: none;
  box-sizing: border-box;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.deposit-amount__summary__content__sub {
  background: #eeeeee;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 10px;
}
.deposit-amount__action {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}
.deposit-amount__action .btn {
  min-height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}
.deposit-amount__action .btn-choose {
  min-height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  border: 1px solid #a5a9b3;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  place-items: center;
  place-content: center;
  gap: 5px;
}
.deposit-amount__action .btn-choose:hover,
.deposit-amount__action .btn-choose:active {
  background-color: #fff;
}
.deposit-amount__action .btn-choose img {
  max-width: 24px;
}
.deposit-amount__input-group {
  margin-bottom: 15px;
}
.deposit-amount__input-group .form-control {
  background: #ffffff;
  border: 1px solid #a5a9b3;
  box-sizing: border-box;
  border-radius: 10px !important;
  min-height: 40px;
}
.deposit-amount__input-group .form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a5a9b3;
}
.deposit-amount__input-group .input-group-text {
  background: #ffffff;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #000000;
  padding-left: 0;
}
.deposit-amount__item {
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.deposit-amount__item__label {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 50px;
  width: 100%;
  display: flex;
  place-content: space-around;
  place-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 8px 0;
}
.deposit-amount__item__label .checkmark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 10px;
}
.deposit-amount__item__label__checkbox {
  display: none;
}
.deposit-amount__item__label__checkbox:checked ~ .checkmark {
  border-color: #597ef7;
}
.deposit-amount__item__label__checkbox:checked ~ .checkmark::before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(../img/utility/wallet/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.deposit-amount__item__label__title {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}

#customerAnnoucement .modal-dialog,
#selectLanguage .modal-dialog {
  padding: 0 30px;
  margin: auto;
}

#customerAnnoucement .modal-dialog .modal-content,
#selectLanguage .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

#customerAnnoucement .modal-dialog .modal-content .modal-header,
#selectLanguage .modal-dialog .modal-content .modal-header {
  background-image: url(../img/utility/select-language-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  border-radius: 0 !important;
}

#customerAnnoucement .modal-dialog .modal-content .modal-body,
#selectLanguage .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

#customerAnnoucement .modal-dialog .modal-content .modal-body img,
#selectLanguage .modal-dialog .modal-content .modal-body img {
  max-width: 40px;
}

#customerAnnoucement .modal-dialog .modal-content .modal-body .choose-language,
#selectLanguage .modal-dialog .modal-content .modal-body .choose-language {
  word-break: keep-all;
}

#customerAnnoucement .modal-dialog .modal-content .modal-body .title,
#selectLanguage .modal-dialog .modal-content .modal-body .title {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin-top: 7px;
}

#customerAnnoucement .modal-dialog .modal-content .modal-body .subtitle,
#selectLanguage .modal-dialog .modal-content .modal-body .subtitle {
  display: flex;
  place-items: center;
  place-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  gap: 0.5rem;
  padding-bottom: 25px;
}

#selectBankModal .select-bank-modal__items {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}
#selectBankModal .select-bank-modal__items__img {
  min-width: 40px;
  text-align: center;
}
#selectBankModal .select-bank-modal__items__img img {
  max-width: 30px;
  max-height: 30px;
}
#selectBankModal .select-bank-modal__items__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}

#chooseWalletModal .choose-modal__items {
  display: flex;
  place-content: space-between;
  place-items: center;
  gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}
#chooseWalletModal .choose-modal__items__img {
  min-width: 50px;
  text-align: center;
}
#chooseWalletModal .choose-modal__items__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}
#chooseWalletModal .choose-modal__items .checkmark {
  opacity: 0;
  transition: 0.3s;
}
#chooseWalletModal .choose-modal__items input:checked ~ .checkmark {
  opacity: 1;
}

.mbsc-popup-content .mbsc-ios.mbsc-scroller {
  background-color: #fff !important;
}
.mbsc-popup-content
  .mbsc-ios.mbsc-scroller
  .mbsc-ios.mbsc-scroller-wheel-group-cont {
  padding: 0;
}
.mbsc-popup-content
  .mbsc-ios.mbsc-scroller
  .mbsc-ios.mbsc-scroller-wheel-group-cont
  .mbsc-ios.mbsc-scroller-wheel-line {
  margin: 0;
  border-radius: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0);
}

.mbsc-popup
  .mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d,
.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d {
  background: #fff;
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
  background: #fff;
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-overlay-bottom,
.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-overlay-top {
  background: transparent !important;
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.back-to-top {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
}
.back-to-top a {
  background: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  margin: auto;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  min-width: 130px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 4px 10px 2px rgba(1, 1, 1, 0.1);
}

#collapseCustomDate .action a {
  display: flex;
  place-content: center;
  place-items: center;
}

html[lang="zh"] .register_link {
  place-items: center !important;
}
html[lang="zh"] .register_link span {
  transform: rotate(-180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}

@media only screen and (max-width: 380px) {
  .dropdown-menu .btn {
    min-width: 50px !important;
  }
}

#max-btn {
  cursor: pointer;
}

table.fd-table {
  width: 100%;
  border: none;
}
table.fd-table tr > th {
  background: #597ef7;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
table.fd-table tr > td {
  color: #000;
  background: #f9faff;
  text-align: center;
  padding: 5px 0;
}

.werr {
  margin-top: -26px;
  position: absolute;
}

/*Announcement style css*/
.home__content .home-login-now .btn {
  display: inline-block;
}

#newsModal .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

#newsModal .modal-dialog .modal-content .modal-body .table {
  background: #fff;
}

#newsModal .modal-dialog .modal-content .modal-body .table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border: none;
  height: 50px;
  background: linear-gradient(180deg, #8ea9ff 0%, #678bff 32.29%, #557bf7 100%);
}

#newsModal .modal-dialog .modal-content .modal-body .table tbody {
  border-top: none !important;
}

#newsModal .modal-dialog .modal-content .modal-body .table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background-color: #fff;
  height: 50px;
  text-align: left;
  vertical-align: middle;
}

.werr {
  margin-top: -26px;
  position: absolute;
}

.tutorial-close {
  top: 10px;
  right: 20px;
  position: absolute;
}

/*vpn popup*/
.error-title {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.error-msg {
  padding: 15px 35px 20px;
  font-size: 12px;
  color: #9D9D9D;
  font-weight: 700;
  white-space: normal;
}

.errorpopup-content {
  background-image: url(../img/utility/login-popup.png)!important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto !important;
  background-color: transparent;
  background-position: center center;
  border-radius: 20px;
  border: unset !important;
}

#error-global-modal .modal-dialog,
#crypto-modal .modal-dialog {
  width: auto;
  margin: 0.5rem;
  padding: 15px;
}

.errorpopup-content .modal-body {
  padding: 15px 0;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0.7 1 auto;
}

.error-event-modal {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.okay-btn {
  /*
  background: transparent linear-gradient(180deg, #980000 0%, #4C0000 100%) 0% 0% no-repeat padding-box;
  padding: 3px 31px;
  cursor: pointer;
  font-size: 16px
  */
  background: linear-gradient(180deg, #2196F3 0, #2196F3 100%);
  border-radius: 6px;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  color: white;
  border: 0;
  font-weight: 700;
  outline: 0;
  width: 35%;
}

.m-hide {
  display:none;
}