@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");
@font-face {
  font-family: "Aldo the Apache";
  font-style: normal;
  font-weight: 400;
  src: local("Aldo the Apache"), url("../fonts/AldotheApache.woff") format("woff");
}
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;
  background: #E8F5FF;
}

* {
  outline: none;
}

img {
  max-width: 100%;
}

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

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

.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 {
  padding-top: 65px;
  padding-bottom: 80px;
  min-height: 100vh;
}

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

.custom-file {
  display: flex;
  flex: 1;
  padding: 10px 0;
}
.custom-file .btn {
  border-radius: 0;
  border: none;
  background-color: #ddd;
  border-radius: 5px;
  color: #000;
  width: 150px;
  display: flex;
  place-content: center;
  place-items: center;
}
.custom-file .form-control {
  background-color: transparent;
  border-radius: 0;
  padding: 5px !important;
}

.modal.slide-up {
  top: auto;
  bottom: 0;
  margin: 0;
}
.modal.slide-up.show .modal-dialog {
  transform: none !important;
}
.modal.slide-up.fade .modal-dialog {
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  -o-transform: translate(0, 100vh);
  transform: translate(0, 100vh);
  display: flex;
  align-items: flex-end;
  margin: auto;
  height: 100%;
}
.modal.slide-up.fade .modal-dialog .modal-content {
  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;
}

.confirm .modal-content {
  padding: 0 !important;
}
.confirm .modal-content .modal-header {
  background-color: #4E7FFF;
  color: #fff;
  justify-content: center;
}
.confirm .modal-content .modal-footer {
  border-top: none;
  justify-content: center;
}

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

@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 {
  padding-bottom: 60px;
  padding-top: 0;
}
.home.without-login .home-game {
  padding-bottom: 60px;
}
.home .navbar.fixed-top {
  background: #E8F5FF;
  position: relative;
}
.home .download-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 10px;
  background-color: #fff;
  color: #999;
  font-size: 10px;
}
.home .download-bar .logo {
  width: 40px;
}
.home .download-bar .btn-close {
  min-width: auto;
}
.home .download-bar .btn-download {
  min-width: auto;
  padding: 2px 5px;
  font-size: 12px;
}
.home .download-bar .download-title {
  font-size: 12px;
  color: #000000;
  margin-bottom: 2px;
}
.home .download-bar > div {
  flex: 1;
}
.home .download-bar > div:nth-child(1) {
  max-width: 20px;
}
.home .download-bar > div:nth-child(2) {
  max-width: 40px;
}
.home .download-bar > div:nth-child(3) {
  width: 100%;
}
.home .download-bar > div:nth-child(4) {
  max-width: 60px;
}
.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;
}
.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;
}
.home__content .home-login-now .btn-register {
  -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: rgba(255, 136, 0, 0) 0 0 0 10px;
    opacity: 1;
  }
}
.home__content .home-game {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-bottom: 10px;
}
.home__content .home-game__nav {
  margin-left: -5px;
  margin-right: -5px;
  flex: 1;
  width: 70px;
  flex-direction: column;
  gap: 5px;
}
.home__content .home-game__nav__item {
  padding-left: 5px;
  padding-right: 5px;
}
.home__content .home-game__nav__item__link {
  display: flex;
  place-items: center;
  place-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  background-image: url(../images/MOBILE/MENU/default-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 55px;
  width: 45px !important;
}
.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: 10px;
  line-height: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
.home__content .home-game__nav__item__link.active {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/MOBILE/MENU/active-bg.png);
}
.home__content .home-game__nav__item__link.active .home-game__nav__item__link__text {
  color: #FFFFFF;
}
.home__content .home-game__nav__item__link.active .home-game__nav__item__link__img img:last-child {
  display: block;
}
.home__content .home-game__nav__item__link.active .home-game__nav__item__link__img img:first-child {
  display: none;
}
.home__content .home-game__content {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.home__content .home-game__content .home-item {
  position: relative;
}
.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(../images/home/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(../images/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: 20px;
  padding-right: 20px;
}
.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-between;
  gap: 15px;
  opacity: 0;
}
.home__content .home-game__content .lottery-game #lotteryGame .carousel-inner .carousel-item.nav .nav-item .nav-link {
  padding: 0;
}
.home__content .home-game__content .lottery-game #lotteryGame .carousel-inner .carousel-item.nav .nav-item .nav-link img {
  max-width: 40px;
  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.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: 100px;
  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;
  }
  .home__content .home-game__nav__item__link {
    width: 100%;
  }
  .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: 10px;
    line-height: 12px;
  }
  .home__content .home-game__nav__item__link.active .home-game__nav__item__link__img img:last-child {
    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: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
}
#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(../images/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: 50px;
}
.deposit__content {
  background: #E8F5FF;
  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;
}
@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 {
  padding: 20px 15px 30px;
  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__content__tab_content .deposit-qr__copy__item__code {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.deposit__content__tab_content .best-stable {
  padding: 0 15px 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
  margin: 0 -15px;
}
.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;
  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;
}

.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(../images/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(../images/wallet/deposit/checked.png);
}

.extra_icon {
  position: absolute;
  right: 2px;
  top: -18px;
}
.extra_icon img {
  width: 45px;
}

.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 {
  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;
}
.promotion .promotion-nav .nav-item .nav-link.active {
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  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;
}

.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: #E8F5FF;
  font-size: 14px;
}
.my-account .benefits {
  background-image: url(../images/new-icons/profile/benefits-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.my-account .benefits .benefits-title {
  font-size: 16px;
  color: #122b55;
  font-weight: 600;
}
.my-account .benefits .claim-button {
  color: white;
  border: none;
  background-color: transparent;
  font-size: 12px;
}
.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: 0;
  gap: 8px;
  align-self: flex-start;
}
.my-account__content__topcontent__nav img {
  max-width: 33px;
}
.my-account__content__topcontent__top {
  display: flex;
  place-content: flex-start;
  place-items: center;
  padding-top: 15px;
  gap: 10px;
}
.my-account__content__topcontent__top__avatar {
  max-width: 60px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.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: #333;
}
.my-account__content__topcontent__top__user-info h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  margin-bottom: 2px;
}
.my-account__content__topcontent__balance {
  background-image: url(../images/my-account/wallet-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  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;
  padding: 10px;
  background: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-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-around;
  place-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  padding: 15px 0;
}
.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;
  text-transform: capitalize;
}
.my-account__content__promotion {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 15px;
}
.my-account__content__navbar {
  list-style: none;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 15px;
}
.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: 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 {
  max-width: 20px;
  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);
}

.wallet {
  background: #E8F5FF;
}
.wallet .navbar .fixed-top {
  font-size: 14px;
  line-height: 14px;
  color: #597EF7;
}
.wallet__content__top {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  font-size: 12px;
  align-items: center;
}
.wallet__content__top h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  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;
  gap: 10px;
}
.wallet__content__top__icons img {
  max-width: 40px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 420px) {
  .wallet__content__top__icons img {
    max-width: 30px;
  }
}
.wallet__content__top__icons p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  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: 18px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.wallet__content__bottom__items {
  display: flex;
  place-items: center;
  gap: 12px;
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 10px;
}
.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: #0F9214;
}
.wallet__content__bottom__items__content__description {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.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 {
  padding-top: 0;
}
.withdrawal__content {
  background: #E8F5FF;
  padding-left: 0;
  padding-right: 0;
}
.withdrawal__content__withdrawal-verification {
  background-image: url(../images/SG-verification-page/Frame-and-girl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 80px;
  padding-right: 20px;
  margin-right: 20px;
}
.withdrawal__content__withdrawal-verification span {
  color: #3678FE;
  font-size: 25px;
  line-height: 45px;
  display: block;
}
.withdrawal__content__withdrawal-verification .icon {
  max-width: 150px;
}
.withdrawal__content__wallet {
  background-image: url(../images/new-icons/mobile.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  margin: 15px 0;
  border-radius: 10px;
  padding: 20px 15px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.withdrawal__content__wallet h3 {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 5px;
}
.withdrawal__content__wallet h3 img {
  max-width: 20px;
  margin: 0 !important;
}
.withdrawal__content__wallet p {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  text-align: right;
  color: white;
  margin-top: 8px;
  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 {
  max-height: 300px;
  overflow-y: auto;
}
.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__status {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  right: 40px;
}
.withdrawal__content__bank-account__items__label__status.verifying {
  background-color: #F4D48C;
}
.withdrawal__content__bank-account__items__label__status.verified {
  background-color: #597EF7;
}
.withdrawal__content__bank-account__items__label .checkmark {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../images/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(../images/wallet/deposit/checked.png);
}
.withdrawal__content__bank-account__items.crypto {
  max-height: 270px;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label {
  background-image: url(../images/new-icons/desktop.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 80px;
  width: 100%;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label .checkmark {
  width: 20px;
  height: 20px;
  background-image: none;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label__checkbox {
  display: none;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label__checkbox:checked ~ .checkmark {
  background-image: url(../images/new-icons/check.svg);
  background-color: #fff;
  padding: 5px;
  border-radius: 100%;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label .withdrawal__content__bank-account__items__label__content__title {
  color: #FFFFFF;
  text-align: left;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label .withdrawal__content__bank-account__items__label__content__title > div:nth-child(2) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}
.withdrawal__content__bank-account__items.crypto .withdrawal__content__bank-account__items__label .withdrawal__content__bank-account__items__label__content__title > div:nth-child(3) {
  margin-top: 8px;
}
.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 {
  background: #E8F5FF;
  border-radius: 10px;
}
.withdrawal__content__input .input-group input {
  border: none;
  background-color: transparent;
}
.withdrawal__content__input .input-group-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background: transparent;
  border: none;
}
.withdrawal__content__input .input-group-text.withdrawal-max-value {
  color: #597EF7;
}
.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;
}

.btn-delete-wallet {
  position: absolute;
  padding: 0;
  right: 2px;
  width: 30px;
  left: auto;
  min-width: auto;
}
.btn-delete-wallet img {
  height: 30px;
}

.add-bank-account {
  background-color: #f2f2f2;
}
.add-bank-account__content {
  padding-left: 0;
  padding-right: 0;
}
.add-bank-account__content__input {
  background: #FFFFFF;
  padding: 15px;
}
.add-bank-account__content__input__select-bank {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 2px solid #EEEEEE;
  padding: 10px 0;
  margin-bottom: 30px;
  cursor: pointer;
}
.add-bank-account__content__input__select-bank__input__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 10px;
  text-align: left;
}
.add-bank-account__content__input__select-bank__input__placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #A5A9B3;
}
.add-bank-account__content__input .items {
  padding-bottom: 30px;
}
.add-bank-account__content__input .items:last-child {
  padding-bottom: 0;
}
.add-bank-account__content__input .items .form-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
}
.add-bank-account__content__input .items .form-control {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #A5A9B3;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0;
}
.add-bank-account__content__input .items .form-control:focus, .add-bank-account__content__input .items .form-control:active {
  box-shadow: none;
}
.add-bank-account__content__input .items .form-control:disabled {
  border-bottom: 0;
  padding-bottom: 0;
  background: #fff;
}
.add-bank-account__content__input .items .form-control::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #A5A9B3;
}
.add-bank-account__content__input .items .input-group {
  border-bottom: 2px solid #EEEEEE;
}
.add-bank-account__content__input .items .input-group .input-group-text {
  background: transparent;
  border: 0;
  height: 30px;
}
.add-bank-account__content__input .items .input-group .form-control {
  border-bottom: none;
}
.add-bank-account__content__input .items .input-group .btn-primary {
  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-primary.disabled, .add-bank-account__content__input .items .input-group .btn-primary: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;
  font-weight: 300;
}
.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;
}
.sponsors-article__content__top-carousel .carousel-indicators button {
  background-color: #A5A9B3;
  width: 24px;
}
.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(../images/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: 20%;
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-prev:before {
  background-image: url(../images/sponsors/article/left.png);
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-next {
  right: 20%;
}
.sponsors-article__content__items .slider-flip .slick-arrow.slick-next:before {
  background-image: url(../images/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(../images/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(../images/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;
}
.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(../images/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;
}

.leicester .sponsors-article__content__items__title {
  color: rgb(22, 65, 148);
}
.leicester #carouselSposorshipEventVideo .slick-list {
  background-image: url(../images/sponsors/leicester/videobg.9d5d2d39307c023734fc4105a3058da0.png);
  background-repeat: no-repeat;
  background-position-y: 20px;
  background-position-x: initial;
  background-size: cover;
}
.leicester #carouselSposorshipEventVideo .slick-list .carousel-item-caption {
  margin-top: 15px;
  color: rgb(22, 65, 148);
}
.leicester #carouselSposorshipEventVideo .slick-dots {
  display: none;
}
.leicester h3 {
  color: rgb(22, 65, 148);
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.leicester h4 {
  color: rgb(22, 65, 148);
  font-size: 16px;
  line-height: 20px;
}
.leicester .sponsors-article__content__items {
  border-bottom-color: rgb(203, 218, 248);
}
.leicester .sponsors-article__content__items .sponsors-article__content__items__description {
  color: rgb(22, 65, 148);
}
.leicester .sponsors-article__content__items .Highlight_Moment_item {
  margin: 20px 0;
  border-left: 15px solid rgb(206, 222, 253);
  position: relative;
}
.leicester .sponsors-article__content__items .Highlight_Moment_item__img {
  padding: 10px 0;
}
.leicester .sponsors-article__content__items .Highlight_Moment_item__content {
  position: absolute;
  left: 0px;
  bottom: 10px;
  background: linear-gradient(rgba(61, 98, 169, 0) -37.81%, rgb(24, 57, 119) 100%);
  border-radius: 1px;
  width: 100%;
  color: rgb(255, 255, 255);
  text-indent: 2em;
  padding: 15px 10px;
}
.leicester .sponsors-article__content__items .Team_Star {
  background-image: url(../images/sponsors/leicester/Oval.b015b378f14465d574a2f7c43f4d090c.png);
  background-repeat: no-repeat;
  background-size: 100% 76%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.leicester .sponsors-article__content__items .Team_Star__img {
  display: flex;
  flex-direction: column;
  place-content: center;
  position: relative;
  padding: 0;
}
.leicester .sponsors-article__content__items .Team_Star__img img {
  height: 180px;
  width: fit-content;
}
.leicester .sponsors-article__content__items .Team_Star__img__name {
  background: linear-gradient(133.11deg, rgb(89, 203, 252) 11.06%, rgb(57, 113, 235) 94.99%);
  box-shadow: rgba(55, 104, 233, 0.41) 3px 3px 10px, rgba(39, 96, 227, 0.45) -3px -3px 3px inset, rgba(180, 237, 255, 0.35) 3px 3px 3px inset;
  z-index: 3;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 0;
}
.leicester .sponsors-article__content__items .Team_Star__content {
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
  border: 0.02rem solid rgb(196, 232, 253);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  text-align: justify;
  color: rgb(22, 65, 148);
  position: relative;
  letter-spacing: -0.01rem;
}

.transaction-history {
  background-color: #f2f2f2;
  position: relative;
  transition: 0.3s;
}
.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: 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;
}
.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;
}

.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 {
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 30px;
}
.profile__content form .items {
  margin-bottom: 15px;
}
.profile__content form .items .avatar {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
}
.profile__content form .items .avatar > div {
  position: relative;
  display: table;
}
.profile__content form .items .avatar > div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/profile/avatarEdit.png);
  background-repeat: no-repeat;
}
.profile__content form .items .avatar > div img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.profile__content form .items label {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.profile__content form .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 {
  box-shadow: none;
}
.profile__content form .items .form-control::placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #CED4D9;
}
.profile__content form .items .form-control:read-only {
  background: transparent;
}
.profile__content form .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 .modal .modal-content {
  min-height: 350px !important;
  height: 40vh !important;
  position: relative;
}
.profile .modal .modal-content .select-profile-picture-modal__items {
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.profile .modal .modal-content .select-profile-picture-modal__items__item {
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.profile .modal .modal-content .select-profile-picture-modal__items__item img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}
.profile .modal .modal-content .select-profile-picture-modal__items__item .checkmark {
  width: 16px;
  height: 16px;
  background-image: url(../images/profile/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: none;
}
.profile .modal .modal-content .select-profile-picture-modal__items__item input:checked ~ .checkmark {
  display: block;
}
.profile .modal .modal-content .select-profile-picture-modal__items__item input:checked ~ img {
  border: 2px solid #597EF7;
}
.profile .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;
}
.profile .modal .modal-content .select-profile-picture-modal .action .btn {
  display: flex;
  place-content: center;
  place-items: center;
}
.profile .modal .modal-content .select-profile-picture-modal .action .btn:focus {
  box-shadow: none;
}
.profile .modal .modal-content .select-profile-picture-modal .action .btn-select {
  min-height: 40px;
}
.profile .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;
}
.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: 15px;
  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: 18px;
  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;
}
.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;
}
.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;
}
.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-items: center;
  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(../images/vip/privilege/vip-0-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip1 {
  background-image: url(../images/vip/privilege/vip-1-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip2 {
  background-image: url(../images/vip/privilege/vip-2-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip3 {
  background-image: url(../images/vip/privilege/vip-3-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip4 {
  background-image: url(../images/vip/privilege/vip-4-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip5 {
  background-image: url(../images/vip/privilege/vip-5-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip6 {
  background-image: url(../images/vip/privilege/vip-6-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip7 {
  background-image: url(../images/vip/privilege/vip-7-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip8 {
  background-image: url(../images/vip/privilege/vip-8-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip9 {
  background-image: url(../images/vip/privilege/vip-9-bg.png);
}
.vip__content .privilege-content__card #privilegeVipCard .slick-list .slick-track .slick-slide .privilege-card.vip10 {
  background-image: url(../images/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(../images/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(../images/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;
}
.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(../images/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;
}

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

.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(../images/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(../images/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(../images/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(../images/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(../images/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 {
  flex-wrap: nowrap;
  overflow-x: auto;
  place-content: space-around;
  place-items: center;
  width: 100%;
  padding: 0 15px;
  gap: 25px;
}
.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;
}
.slot-page .slot-page-nav .nav-item .nav-link.active {
  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;
}

.access-denied {
  background-image: url(../images/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: block;
  text-align: right;
  float: right;
  padding: 0;
}

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

.world-cup-block {
  padding-top: 50px;
}
.world-cup-block__content {
  padding: 30px 0;
  position: relative;
  background-size: cover;
  background-repeat: repeat-y;
  background-image: url(../images/world-cup/f70f8b4384ee4d20a512f8fae66140d8.jpeg);
}
.world-cup-block .block-content {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e0e7fa;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .world-cup-block .block-content {
    padding: 15px;
  }
}
.world-cup-block .block-content.text h3 {
  color: #fcb33c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.world-cup-block .block-content.text .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.world-cup-page__top-banner img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .world-cup-page__top-banner img {
    min-height: 200px;
    object-fit: cover;
  }
}
.world-cup-page__container__tab .tab-content {
  padding-top: 30px;
}
.world-cup-page__container__tab .nav-tabs {
  border-bottom: none;
}
@media only screen and (max-width: 620px) {
  .world-cup-page__container__tab .nav-tabs .nav-item {
    flex: 1 1;
  }
}
.world-cup-page__container__tab .nav-tabs .nav-item .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #a7c5ff;
  border-bottom: 2px solid #a7c5ff;
  border-left: 1px solid #a7c5ff;
  border-right: 1px solid #a7c5ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbe6ff));
  background: -webkit-linear-gradient(top, #ffffff, #dbe6ff);
  background: linear-gradient(to bottom, #ffffff, #dbe6ff);
  -webkit-box-shadow: inset 0 -4px 8px 0 #fff;
  box-shadow: inset 0 -4px 8px 0 #fff;
  text-shadow: none;
  min-height: 60px;
  border-radius: 0;
  font-size: 18px;
  height: 100%;
}
.world-cup-page__container__tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#83a7ff), to(#276ff6));
  background: -webkit-linear-gradient(top, #83a7ff, #276ff6);
  background: linear-gradient(to bottom, #83a7ff, #276ff6);
  border: 2px solid #719cfd;
  -webkit-box-shadow: 0 10px 20px 0 rgba(57, 122, 248, 0.2), inset 0 -3px 10px 0 rgba(204, 224, 255, 0.3);
  box-shadow: 0 10px 20px 0 rgba(57, 122, 248, 0.2), inset 0 -3px 10px 0 rgba(204, 224, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container__tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 620px) {
  .world-cup-page__container__tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 20px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.world-cup-page__container__tab .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 2px solid #a7c5ff;
}
.world-cup-page__container__tab .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 2px solid #a7c5ff;
}
.world-cup-page__container__block_content {
  border-radius: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/box-bg.png);
  background-position: top;
  font-size: 14px;
  line-height: 25px;
}
.world-cup-page__container__block_content p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
}
.world-cup-page__container__block_content p:last-child {
  margin-bottom: 0;
}
.world-cup-page__container__block_content.event-detail {
  background-image: none;
  position: relative;
  padding-bottom: 50px;
  padding-top: 20px;
}
.world-cup-page__container__block_content.event-detail::before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/world-cup/en/common-border-top.f3155c653ae076c1c651baab081c12eb.webp);
}
@media only screen and (max-width: 1200px) {
  .world-cup-page__container__block_content.event-detail::before {
    height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .world-cup-page__container__block_content.event-detail::before {
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container__block_content.event-detail::before {
    height: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .world-cup-page__container__block_content.event-detail::before {
    height: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .world-cup-page__container__block_content.event-detail::before {
    height: 15px;
  }
}
.world-cup-page__container__block_content.event-detail::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/world-cup/en/common-border-bottom.86132a89c2cafb679ad4578bbbb8655a.webp);
}
.world-cup-page__container__block_content.event-detail .event-detail-content {
  background-size: 100%;
  background-repeat: repeat-y;
  background-image: url(../images/world-cup/en/common-border-middle.88ffae16aba74af2bbc9473fc6f103b6.webp);
  padding: 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container__block_content.event-detail .event-detail-content {
    padding: 0 15px 15px;
    padding-top: 30px;
  }
}
.world-cup-page__container__block_content.event-detail .event-detail-content__header {
  text-align: center;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__header img {
  max-width: 350px;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container__block_content.event-detail .event-detail-content__header img {
    max-width: 250px;
  }
}
.world-cup-page__container__block_content.event-detail .event-detail-content__item {
  display: flex;
  place-content: flex-start;
  place-items: center;
  font-size: 18px;
  line-height: 26px;
  gap: 15px;
  margin-bottom: 5px;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__item__title {
  color: #ba1643;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .world-cup-page__container__block_content.event-detail .event-detail-content__item {
    font-size: 14px;
    list-style: 18px;
  }
}
.world-cup-page__container__block_content.event-detail .event-detail-content__description {
  list-style: numeric;
  margin-top: 50px;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__description li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .world-cup-page__container__block_content.event-detail .event-detail-content__description li {
    font-size: 14px;
    list-style: 18px;
  }
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table {
  margin-top: 50px;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table .table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table .table > :not(caption) > * > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table .table thead tr th {
  background-image: url(../images/world-cup/en/PINK_BAR.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border: 1px solid #ffcfdb !important;
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .world-cup-page__container__block_content.event-detail .event-detail-content__table .table thead tr th {
    font-size: 14px;
    list-style: 18px;
  }
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table .table tbody {
  border-top: none !important;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table .table tbody tr {
  border-color: #ffcfdb;
}
.world-cup-page__container__block_content.event-detail .event-detail-content__table .table tbody tr td {
  border-bottom: none;
}
.world-cup-page__container__block_content.event-detail .header {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: -8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  display: flex;
  place-content: center;
  place-items: center;
}
.world-cup-page__container__block_content.event-detail .header span {
  background: #fff;
  padding: 0 20px;
}
@media only screen and (max-width: 576px) {
  .world-cup-page__container__block_content.event-detail .header {
    top: 16px;
    font-size: 18px;
  }
}
.world-cup-page__container__block_content__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/en/PINK_LongBAR.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
}
.world-cup-page__container__block_content__table {
  margin-top: 15px;
}
.world-cup-page__container__block_content__table .table-footer {
  text-align: right;
  padding-top: 10px;
  border-top: 2px solid #999;
  display: flex;
  place-content: flex-end;
  place-items: center;
  gap: 5px;
  font-weight: 600;
  color: initial;
}
.world-cup-page__container__block_content__table .table {
  margin-bottom: 0;
}
.world-cup-page__container__block_content__table .table > :not(caption) > * > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.world-cup-page__container__block_content__table .table thead tr th {
  background-image: url(../images/world-cup/en/PINK_BAR.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border-right: 3px solid #f2f2f4;
  font-size: 18px;
  vertical-align: middle;
}
.world-cup-page__container__block_content__table .table thead tr th:last-child {
  border-right: none;
}
.world-cup-page__container__block_content__table .table tbody {
  border-top: none !important;
}
.world-cup-page__container__block_content__table .table tbody tr td {
  border-bottom: none;
  vertical-align: middle;
}
.world-cup-page__container .play-now {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/en/bg_loading_bonus.jpg);
  background-position: center;
  position: relative;
  border: 3px solid #cf3c66;
  border-radius: 8px;
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container .play-now {
    min-height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .world-cup-page__container .play-now {
    min-height: 250px;
  }
}
@media only screen and (max-width: 426px) {
  .world-cup-page__container .play-now {
    min-height: 200px;
  }
}
.world-cup-page__container .play-now > div {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.world-cup-page__container .play-now__ticker_remaining {
  position: absolute;
  left: 30px;
  top: 15px;
  background-image: url(../images/world-cup/en/BAR_Ticket_Remaining.png);
  min-width: 290px;
  min-height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  place-items: center;
  place-content: space-around;
}
.world-cup-page__container .play-now__ticker_remaining .text {
  font-size: 20px;
  font-weight: 400;
}
.world-cup-page__container .play-now__ticker_remaining .number {
  padding-right: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container .play-now__ticker_remaining {
    display: none;
  }
}
.world-cup-page__container .play-now__world-cup-logo {
  width: 100px;
  right: 30px;
  top: 15px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .world-cup-page__container .play-now__world-cup-logo {
    display: none;
  }
}
.world-cup-page__container .play-now__tap-to-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 426px) {
  .world-cup-page__container .play-now__tap-to-play {
    font-size: 18px;
  }
}
.world-cup-page__container .play-now__tap-to-play img {
  max-width: 90px;
}
.world-cup-page__container .play-now__tap-to-play img:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 426px) {
  .world-cup-page__container .play-now__tap-to-play img {
    max-width: 50px;
  }
}
.world-cup-page__container__how-to-play-img {
  width: 100%;
  border: 3px solid #cf3c66;
  border-radius: 15px;
}
.world-cup-page__container__how-to-play-btn {
  margin: auto;
  margin-top: 15px;
  background-image: url(../images/world-cup/en/Bontton.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  border: none;
  border-radius: 8px;
  min-height: 50px;
  min-width: 200px;
  text-transform: uppercase;
}
.world-cup-page__container__how-to-play-btn:hover {
  opacity: 0.7;
}
.world-cup-page__container__how-to-play-btn:active, .world-cup-page__container__how-to-play-btn:focus {
  box-shadow: none !important;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-content-all {
  background-image: url(../images/world-cup/how-to-play-bg.png);
  background-size: initial;
  background-repeat: repeat-y;
  background-position: top;
  border: 2px solid #b4b4b4;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-content-all {
    background-image: url(../images/world-cup/how-to-play-mobile-bg.png);
  }
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  place-content: center;
  padding: 0;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn {
  padding: 0;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn img {
  max-width: 50px;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn:active, .world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  place-content: center;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-header__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/bar-bg.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 3px 40px;
  height: 35px;
  display: flex;
  place-content: center;
  place-items: center;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body {
  padding: 0 15px 15px;
  text-align: center;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 576px) {
  .world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps {
    padding: 15px 15px 0;
  }
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps > div {
  margin-bottom: 20px;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item {
  border: 2px solid #e24b72;
  background-color: #727272;
  border-radius: 15px;
  height: 100%;
  padding: 0 15px 15px;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/bar-child-bg.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 3px 15px;
  min-height: 25px;
  display: flex;
  place-content: center;
  place-items: center;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__img {
  height: 100px;
  padding: 10px;
}
.world-cup-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__description {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
}

.event-icon {
  position: fixed;
  left: 30px;
  bottom: 70px;
  padding: 0;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: flex-start;
  gap: 10px;
  width: 100%;
  right: 0;
  max-width: var(--max-with-mobile);
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .event-icon {
    left: 10px;
    bottom: 70px;
  }
}
.event-icon img {
  max-width: 120px;
}
@media only screen and (max-width: 576px) {
  .event-icon img {
    max-width: 90px;
  }
}
.event-icon .btn-close {
  position: initial !important;
  padding: 5px;
}
.event-icon .btn-close:focus, .event-icon .btn-close:active {
  box-shadow: none !important;
}

.raia-mini-game-block {
  margin-top: 50px;
  padding-top: 0;
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top;
  background-image: url(../images/raia-mini-game/RAYA-BG-03.png);
}
.raia-mini-game-block__content {
  padding: 30px 0;
  position: relative;
}
.raia-mini-game-block .block-content {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e0e7fa;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-block .block-content {
    padding: 15px;
  }
}
.raia-mini-game-block .block-content.text h3 {
  color: #fcb33c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.raia-mini-game-block .block-content.text .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.raia-mini-game-page__top-banner img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page__top-banner img {
    min-height: 200px;
    object-fit: cover;
  }
}
.raia-mini-game-page__container__tab .tab-content {
  padding-top: 30px;
}
.raia-mini-game-page__container__tab .nav-tabs {
  border-bottom: none;
}
@media only screen and (max-width: 620px) {
  .raia-mini-game-page__container__tab .nav-tabs .nav-item {
    flex: 1 1;
  }
}
.raia-mini-game-page__container__tab .nav-tabs .nav-item .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #0e3a2e;
  border-bottom: 2px solid #0e3a2e;
  border-left: 1px solid #0e3a2e;
  border-right: 1px solid #0e3a2e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbe6ff));
  background: -webkit-linear-gradient(top, #ffffff, #dbe6ff);
  background: linear-gradient(to bottom, #ffffff, #dbe6ff);
  -webkit-box-shadow: inset 0 -4px 8px 0 #fff;
  box-shadow: inset 0 -4px 8px 0 #fff;
  text-shadow: none;
  min-height: 60px;
  border-radius: 0;
  font-size: 18px;
  color: #0d362b;
  height: 100%;
}
.raia-mini-game-page__container__tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#65b1a6), to(#238171));
  background: -webkit-linear-gradient(top, #65b1a6, #238171);
  background: linear-gradient(to bottom, #65b1a6, #238171);
  border: 2px solid #0e3a2e;
  -webkit-box-shadow: 0 10px 20px 0 rgba(57, 122, 248, 0.2), inset 0 -3px 10px 0 rgba(204, 224, 255, 0.3);
  box-shadow: 0 10px 20px 0 rgba(57, 122, 248, 0.2), inset 0 -3px 10px 0 rgba(204, 224, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container__tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 620px) {
  .raia-mini-game-page__container__tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 20px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.raia-mini-game-page__container__tab .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 2px solid #0e3a2e;
}
.raia-mini-game-page__container__tab .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 2px solid #0e3a2e;
}
.raia-mini-game-page__container__block_content {
  border-radius: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/box-bg.png);
  background-position: top;
  font-size: 14px;
  line-height: 25px;
}
.raia-mini-game-page__container__block_content p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
}
.raia-mini-game-page__container__block_content p:last-child {
  margin-bottom: 0;
}
.raia-mini-game-page__container__block_content.event-detail {
  background-image: none;
  position: relative;
  padding-bottom: 50px;
  padding-top: 20px;
}
.raia-mini-game-page__container__block_content.event-detail::before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/world-cup/en/common-border-top.f3155c653ae076c1c651baab081c12eb.webp);
}
@media only screen and (max-width: 1200px) {
  .raia-mini-game-page__container__block_content.event-detail::before {
    height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .raia-mini-game-page__container__block_content.event-detail::before {
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container__block_content.event-detail::before {
    height: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .raia-mini-game-page__container__block_content.event-detail::before {
    height: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .raia-mini-game-page__container__block_content.event-detail::before {
    height: 15px;
  }
}
.raia-mini-game-page__container__block_content.event-detail::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/world-cup/en/common-border-bottom.86132a89c2cafb679ad4578bbbb8655a.webp);
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content {
  background-size: 100%;
  background-repeat: repeat-y;
  background-image: url(../images/world-cup/en/common-border-middle.88ffae16aba74af2bbc9473fc6f103b6.webp);
  padding: 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container__block_content.event-detail .event-detail-content {
    padding: 0 15px 15px;
    padding-top: 30px;
  }
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__header {
  text-align: center;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__header img {
  max-width: 350px;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container__block_content.event-detail .event-detail-content__header img {
    max-width: 250px;
  }
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__item {
  display: flex;
  place-content: flex-start;
  place-items: center;
  font-size: 18px;
  line-height: 26px;
  gap: 15px;
  margin-bottom: 5px;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__item__title {
  color: #ba1643;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page__container__block_content.event-detail .event-detail-content__item {
    font-size: 14px;
    list-style: 18px;
  }
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__description {
  list-style: numeric;
  margin-top: 50px;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__description li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page__container__block_content.event-detail .event-detail-content__description li {
    font-size: 14px;
    list-style: 18px;
  }
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table {
  margin-top: 50px;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table > :not(caption) > * > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table thead tr th {
  background-image: url(../images/raia-mini-game/tag.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border: 1px solid #ffcfdb !important;
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table thead tr th {
    font-size: 14px;
    list-style: 18px;
  }
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table tbody {
  border-top: none !important;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table tbody tr {
  border-color: #ffcfdb;
}
.raia-mini-game-page__container__block_content.event-detail .event-detail-content__table .table tbody tr td {
  border-bottom: none;
}
.raia-mini-game-page__container__block_content.event-detail .header {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: -8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  display: flex;
  place-content: center;
  place-items: center;
}
.raia-mini-game-page__container__block_content.event-detail .header span {
  background: #fff;
  padding: 0 20px;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page__container__block_content.event-detail .header {
    top: 16px;
    font-size: 18px;
  }
}
.raia-mini-game-page__container__block_content__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/raia-mini-game/bar.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
}
.raia-mini-game-page__container__block_content__table {
  margin-top: 15px;
}
.raia-mini-game-page__container__block_content__table .table-footer {
  text-align: right;
  padding-top: 10px;
  border-top: 2px solid #999;
  display: flex;
  place-content: flex-end;
  place-items: center;
  gap: 5px;
  font-weight: 600;
  color: initial;
}
.raia-mini-game-page__container__block_content__table .table {
  margin-bottom: 0;
}
.raia-mini-game-page__container__block_content__table .table > :not(caption) > * > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.raia-mini-game-page__container__block_content__table .table thead tr th {
  background-image: url(../images/raia-mini-game/tag.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border-right: 3px solid #f2f2f4;
  font-size: 18px;
  vertical-align: middle;
}
.raia-mini-game-page__container__block_content__table .table thead tr th:last-child {
  border-right: none;
}
.raia-mini-game-page__container__block_content__table .table tbody {
  border-top: none !important;
}
.raia-mini-game-page__container__block_content__table .table tbody tr td {
  border-bottom: none;
  vertical-align: middle;
}
.raia-mini-game-page__container .play-now {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/raia-mini-game/game-bg.png);
  background-position: center;
  position: relative;
  border: 3px solid #0e3a2e;
  border-radius: 8px;
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container .play-now {
    min-height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page__container .play-now {
    min-height: 250px;
  }
}
@media only screen and (max-width: 426px) {
  .raia-mini-game-page__container .play-now {
    min-height: 200px;
  }
}
.raia-mini-game-page__container .play-now > div {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.raia-mini-game-page__container .play-now__ticker_remaining {
  position: absolute;
  left: 30px;
  top: 15px;
  background-image: url(../images/raia-mini-game/BAR_Ticket_Remaining.png);
  min-width: 290px;
  min-height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  place-items: center;
  place-content: space-around;
}
.raia-mini-game-page__container .play-now__ticker_remaining .text {
  font-size: 20px;
  font-weight: 400;
}
.raia-mini-game-page__container .play-now__ticker_remaining .number {
  padding-right: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container .play-now__ticker_remaining {
    display: none;
  }
}
.raia-mini-game-page__container .play-now__world-cup-logo {
  width: 100px;
  right: 30px;
  top: 15px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page__container .play-now__world-cup-logo {
    display: none;
  }
}
.raia-mini-game-page__container .play-now__tap-to-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 426px) {
  .raia-mini-game-page__container .play-now__tap-to-play {
    font-size: 18px;
  }
}
.raia-mini-game-page__container .play-now__tap-to-play img {
  max-width: 90px;
}
.raia-mini-game-page__container .play-now__tap-to-play img:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 426px) {
  .raia-mini-game-page__container .play-now__tap-to-play img {
    max-width: 50px;
  }
}
.raia-mini-game-page__container__how-to-play-img {
  width: 100%;
  border: 3px solid #0e3a2e;
  border-radius: 15px;
}
.raia-mini-game-page__container__how-to-play-btn {
  margin: auto;
  margin-top: 15px;
  background: rgb(107, 181, 170);
  background: linear-gradient(21deg, rgb(107, 181, 170) 0%, rgb(76, 158, 145) 49%, rgb(35, 129, 113) 100%);
  border: 3px solid #197562;
  border-radius: 8px;
  min-height: 50px;
  min-width: 200px;
  text-transform: uppercase;
}
.raia-mini-game-page__container__how-to-play-btn:hover {
  opacity: 0.7;
  border-color: #197562 !important;
}
.raia-mini-game-page__container__how-to-play-btn:active, .raia-mini-game-page__container__how-to-play-btn:focus {
  box-shadow: none !important;
  border-color: #197562 !important;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-content-all {
  background-image: url(../images/world-cup/how-to-play-bg.png);
  background-size: initial;
  background-repeat: repeat-y;
  background-position: top;
  border: 2px solid #b4b4b4;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-content-all {
    background-image: url(../images/world-cup/how-to-play-mobile-bg.png);
  }
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  place-content: center;
  padding: 0;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn {
  padding: 0;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn img {
  max-width: 50px;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn:active, .raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  place-content: center;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-header__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/raia-mini-game/bar.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 3px 40px;
  height: 35px;
  display: flex;
  place-content: center;
  place-items: center;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body {
  padding: 0 15px 15px;
  text-align: center;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 576px) {
  .raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps {
    padding: 15px 15px 0;
  }
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps > div {
  margin-bottom: 20px;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item {
  border: 2px solid #0e3a2e;
  background-color: #727272;
  border-radius: 15px;
  height: 100%;
  padding: 0 15px 15px;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/raia-mini-game/bar.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 3px 15px;
  min-height: 25px;
  display: flex;
  place-content: center;
  place-items: center;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__img {
  height: 100px;
  padding: 10px;
}
.raia-mini-game-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__description {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
}

.event-icon {
  position: fixed;
  left: 30px;
  bottom: 70px;
  padding: 0;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: flex-start;
  gap: 10px;
  width: 100%;
  right: 0;
  max-width: var(--max-with-mobile);
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .event-icon {
    left: 10px;
    bottom: 70px;
  }
}
.event-icon img {
  max-width: 120px;
}
@media only screen and (max-width: 576px) {
  .event-icon img {
    max-width: 90px;
  }
}
.event-icon .btn-close {
  position: initial !important;
  padding: 5px;
}
.event-icon .btn-close:focus, .event-icon .btn-close:active {
  box-shadow: none !important;
}

.nav-live-match {
  display: flex;
  place-content: flex-start;
  place-items: center;
  width: 100%;
}
.nav-live-match span {
  border-bottom: none !important;
  width: auto !important;
  padding: 0 !important;
  position: relative;
}
.nav-live-match span::after {
  position: absolute;
  content: "";
  right: -25px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/live-match/live.gif);
  background-size: 75px;
  background-position: center;
  top: -3px;
}

.live-match-block {
  padding: 0;
}
.live-match-block__content {
  padding: 50px 0 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/live-match/bg.png);
  background-attachment: fixed;
}
.live-match-block .block-content {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e0e7fa;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
.live-match-block .block-content.text h3 {
  color: #fcb33c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.live-match-block .block-content.text .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.live-match-page__ads {
  display: flex;
  place-content: center;
  place-items: center;
  height: 60px;
  background-color: transparent;
  margin: 30px auto -15px;
  width: 100%;
  padding: 70px 15px 0;
}
.live-match-page__top {
  margin: auto;
  padding-bottom: 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-size: cover;
  background-repeat: repeat-y;
  background-image: url(../images/live-match/top-bg.png);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.live-match-page__top__video {
  min-height: 270px;
}
.live-match-page__top__video iframe {
  width: 100%;
  height: 270px;
}
.live-match-page__top__video__vs {
  background-color: #E1E8F5;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  place-content: space-around;
  place-items: center;
  width: fit-content;
  margin: 15px auto 0;
  min-height: 45px;
  border-radius: 30px;
  padding: 0 50px;
}
.live-match-page__top__video__vs__name {
  font-size: 18px;
  font-weight: 300;
}
.live-match-page__content {
  margin: 30px auto 0;
  padding: 15px 15px 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: repeat-y;
  background-image: url(../images/live-match/content-bg.png);
  background-color: #fff;
}
.live-match-page__content__title {
  display: flex;
  place-content: center;
  place-items: center;
  margin-bottom: 20px;
  position: relative;
  min-height: 50px;
}
.live-match-page__content__title span {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #5986F2;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 160px;
}
.live-match-page__content__title span::before {
  position: absolute;
  width: 70px;
  height: 40px;
  left: -50%;
  content: "";
  background-image: url(../images/live-match/live-match-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.live-match-page__content__title span::after {
  position: absolute;
  width: 70px;
  height: 40px;
  right: -50%;
  content: "";
  background-image: url(../images/live-match/live-match-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.live-match-page__content__tab {
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.live-match-page__content__tab .nav {
  border-bottom: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
}
.live-match-page__content__tab .nav .nav-item {
  background-color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
}
.live-match-page__content__tab .nav .nav-item .nav-link {
  text-align: center;
  letter-spacing: 0px;
  color: #5986F2;
  font-size: 15px;
  min-height: 30px;
  border: none;
  border-right: 1px solid #C8CEE3;
  border-radius: 0;
  white-space: nowrap;
  min-width: 80px;
}
.live-match-page__content__tab .nav .nav-item:last-child .nav-link {
  border-right: none;
}
.live-match-page__content__tab .tab-content {
  padding: 15px;
  background-size: cover;
  background-image: url(../images/live-match/tab-content-bg.png);
}
.live-match-page__content__tab .tab-content .match-item-top {
  display: flex;
  place-content: flex-start;
  place-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  overflow: auto;
  padding: 20px 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #BBBBCB;
}
.live-match-page__content__tab .tab-content .match-left-item {
  padding: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 29px;
  position: relative;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  width: 220px;
  box-sizing: border-box;
  flex: none;
}
.live-match-page__content__tab .tab-content .match-left-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 6px;
  background: transparent linear-gradient(90deg, #557ABB 0%, #85A8ED 99%) 0% 0% no-repeat padding-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: auto;
}
.live-match-page__content__tab .tab-content .match-left-item__title {
  text-align: left;
  letter-spacing: 0px;
  color: #5986F2;
  font-size: 14px;
  padding-bottom: 15px;
}
.live-match-page__content__tab .tab-content .match-left-item__match {
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #E1E8F5 98%) 0% 0% no-repeat padding-box;
  border: 1px solid #C8CEE3;
  border-radius: 12px;
  min-height: 100px;
  padding: 15px;
  display: flex;
  place-content: space-between;
  place-items: flex-end;
  font-size: 14px;
}
.live-match-page__content__tab .tab-content .match-left-item__time {
  padding: 8px 15px;
  color: #818594;
  font-size: 13px;
  border-bottom: 1px solid #C8CEE3;
}
.live-match-page__content__tab .tab-content .match-left-item__action {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 10px 0;
}
.live-match-page__content__tab .tab-content .match-left-item__action .btn {
  padding: 0;
  min-width: initial;
}
.live-match-page__content__tab .tab-content .match-left-item__action .btn-watch {
  display: flex;
  place-content: center;
  place-items: center;
}
.live-match-page__content__tab .tab-content .match-left-item__action .btn-watch .icon {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  place-content: center;
  place-items: center;
  z-index: 2;
}
.live-match-page__content__tab .tab-content .match-left-item__action .btn-watch .icon img {
  width: 20px;
}
.live-match-page__content__tab .tab-content .match-left-item__action .btn-watch .text {
  background-color: #5393FB;
  color: #fff;
  min-height: 25px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 100px;
  margin-left: -20px;
  padding-left: 10px;
  font-weight: 300;
  font-size: 13px;
}
.live-match-page__content__tab .tab-content .match-left-item__action .btn-next img {
  width: 20px;
}
.live-match-page__content__tab .tab-content .match-right-item {
  padding: 15px 30px 15px 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 29px;
  position: relative;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  min-height: 180px;
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
.live-match-page__content__tab .tab-content .match-right-item::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 140px;
  background: transparent linear-gradient(180deg, #557ABB 0%, #85A8ED 99%) 0% 0% no-repeat padding-box;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: auto;
}
.live-match-page__content__tab .tab-content .match-right-item__title {
  display: flex;
  place-content: space-between;
  place-items: center;
  width: 100%;
}
.live-match-page__content__tab .tab-content .match-right-item__title__btn {
  background: transparent linear-gradient(0deg, #C4D1FA 0%, #F9FBFC 99%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 27px;
  color: #5986F2;
  font-size: 16px;
  min-width: 115px;
  min-height: 35px;
  display: flex;
  place-content: center;
  place-items: center;
}
.live-match-page__content__tab .tab-content .match-right-item__title__time {
  color: #818594;
  font-size: 14px;
}
.live-match-page__content__tab .tab-content .match-right-item__match {
  background: #E1E8F5;
  border-radius: 30px;
  padding: 15px 10px;
  display: flex;
  place-content: space-between;
  place-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #353F4B;
  margin: 15px 0;
  width: 100%;
}
.live-match-page__content__tab .tab-content .match-right-item__match .time {
  font-weight: 700;
}
.live-match-page__content__tab .tab-content .match-right-item__match > div {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 5px;
}
.live-match-page__content__tab .tab-content .match-right-item__match > div img {
  width: 25px;
}
.live-match-page__content__tab .tab-content .match-right-item__action {
  display: flex;
  place-content: space-between;
  place-items: center;
  width: 100%;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn {
  padding: 0;
  min-width: initial;
  font-size: 13px;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn-watch {
  display: flex;
  place-content: center;
  place-items: center;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn-watch .icon {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  place-content: center;
  place-items: center;
  z-index: 2;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn-watch .icon img {
  width: 20px;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn-watch .text {
  background-color: #5393FB;
  color: #fff;
  min-height: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 110px;
  margin-left: -20px;
  padding-left: 10px;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn-next {
  color: #5B67EE;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  background-color: rgba(91, 103, 238, 0.1);
  padding: 5px 10px 5px 5px !important;
  border-radius: 25px;
}
.live-match-page__content__tab .tab-content .match-right-item__action .btn-next img {
  width: 20px;
}

.nav-rewards-new {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
}

.bg-purple {
  background-color: #597EF7;
}

.rewards-block {
  padding-top: 50px;
  padding-bottom: 300px;
  background-size: 100%;
  background-repeat: repeat-y;
  background-image: url(../images/rewards/bg-mb.png);
}
.rewards-block__content {
  padding: 30px 0;
  position: relative;
}
.rewards-block .block-content {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e0e7fa;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .rewards-block .block-content {
    padding: 15px;
  }
}
.rewards-block .block-content.text h3 {
  color: #fcb33c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rewards-block .block-content.text .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.rewards-page__top-banner {
  border-bottom: 30px solid #636c82;
}
.rewards-page__top-banner img {
  width: 100%;
}

.rewards-block__content__card {
  padding: 8px;
  background-color: rgba(218, 230, 254, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 3px #d2e0fe;
  -webkit-box-shadow: 0px 0px 10px 3px #d2e0fe;
  -moz-box-shadow: 0px 0px 10px 3px #d2e0fe;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}
.rewards-block__content__card.style3, .rewards-block__content__card.style2 {
  background: linear-gradient(180deg, rgb(233, 242, 255) 0%, rgb(238, 244, 253) 50%, rgb(245, 247, 250) 100%);
  box-shadow: 0px 10px 10px 3px #d2e0fe;
  -webkit-box-shadow: 0px 10px 10px 3px #d2e0fe;
  -moz-box-shadow: 0px 10px 10px 3px #d2e0fe;
}
.rewards-block__content__card.style3 .rewards-block__content__card__content, .rewards-block__content__card.style2 .rewards-block__content__card__content {
  border: none;
  background-color: transparent !important;
  padding: 0;
}
.rewards-block__content__card.style3::after, .rewards-block__content__card.style2::after {
  content: "";
  position: absolute;
  height: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 7px solid #b4d1ff;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.rewards-block__content__card.style3 {
  background: linear-gradient(180deg, #baceed 0%, #d5e1f3 50%, #f5f7fa 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.rewards-block__content__card.style3::after {
  border-bottom-width: 10px;
}
.rewards-block__content__card__content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #8ab5f3;
  border-radius: 20px;
}
.rewards-block__content__card__content .content {
  min-height: 150px;
}
.rewards-block__content__card__content .current-point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  text-shadow: 1px 1px 10px rgb(255, 210, 97);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.rewards-block__content__card__content__title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, rgb(0, 90, 212) 0%, rgb(35, 116, 233) 51%, rgb(77, 144, 255) 100%);
  border-radius: 10px;
  height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.rewards-block__content__card__content__title::before, .rewards-block__content__card__content__title::after {
  content: "";
  position: absolute;
  background-image: url(../images/rewards/card-title-vector.png);
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rewards-block__content__card__content__title::before {
  left: 10px;
}
.rewards-block__content__card__content__title::after {
  right: 10px;
}
.rewards-block__content__card__content__title > span {
  position: relative;
}
.rewards-block__content__card__content__title > span::before, .rewards-block__content__card__content__title > span::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -5px;
}
.rewards-block__content__card__content__title > span::before {
  left: -50px;
  background-image: url(../images/rewards/card-title-vector-left.png);
}
.rewards-block__content__card__content__title > span::after {
  right: -50px;
  background-image: url(../images/rewards/card-title-vector-right.png);
}
.rewards-block__content__card__content .bottom {
  background-color: #cee1ff;
  color: #7f9fd2;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  max-width: 80%;
}
.rewards-block__content__card__content .bottom::before, .rewards-block__content__card__content .bottom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  background-image: url(../images/rewards/reft.png);
}
.rewards-block__content__card__content .bottom::before {
  left: -20px;
}
.rewards-block__content__card__content .bottom::after {
  right: -20px;
}
.rewards-block__content__card__content .items .item {
  margin: 10px 0;
  padding: 10px;
  background-color: rgba(218, 230, 254, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 3px #d2e0fe;
  -webkit-box-shadow: 0px 0px 10px 3px #d2e0fe;
  -moz-box-shadow: 0px 0px 10px 3px #d2e0fe;
  border-radius: 15px;
}
.rewards-block__content__card__content .items .item__content {
  background-color: #fff;
  border-bottom: 8px solid #d0d6fd;
  border-radius: 13px;
  box-shadow: 0px 0px 10px 3px #d2e0fe;
  -webkit-box-shadow: 0px 0px 10px 3px #d2e0fe;
  -moz-box-shadow: 0px 0px 10px 3px #d2e0fe;
  overflow: hidden;
}
.rewards-block__content__card__content .items .item__content__title {
  background-color: #7aa3f4;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 3px;
  line-height: 13px;
}
.rewards-block__content__card__content .items .item__content__title.bg-yellow {
  background-color: #ffc50b;
}
.rewards-block__content__card__content .items .item__content__img {
  margin: 10px 0;
  height: 80px;
  display: flex;
  place-content: center;
  place-items: center;
}
.rewards-block__content__card__content .items .item__content__img.full-width img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.rewards-block__content__card__content .items .item__content__img img {
  max-width: 80px;
  max-height: 80px;
}
.rewards-block__content__card__content .items .item__content__des {
  text-align: center;
}
.rewards-block__content__card__content .items .item__content__des span {
  background-color: #cadaff;
  color: #1654b5;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 10px;
  display: inline-block;
}
.rewards-block__content__card__content .items .item__content__action {
  padding: 5px 0;
  text-align: center;
}
.rewards-block__content__card__content .items .item__content__action .btn {
  transition: 0.3s;
}
.rewards-block__content__card__content .items .item__content__action .btn:focus, .rewards-block__content__card__content .items .item__content__action .btn:active {
  box-shadow: none !important;
}
.rewards-block__content__card__content .items .item__content__action .btn:hover {
  opacity: 0.8 !important;
}

.uefa-euro-block {
  padding-bottom: 0;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: bottom;
}
.uefa-euro-block.perdict-event {
  background-image: url(../images/euro/prediction-event/BG.png);
}
.uefa-euro-block.pentalty-shoot {
  background-image: url(../images/euro/penalty/BG.png);
}
.uefa-euro-block.match-prediction {
  background-image: url(../images/euro/match-prediction/BG.png);
}
.uefa-euro-block__content {
  padding: 0 0 20vh;
  position: relative;
  margin-bottom: 60px;
}
.uefa-euro-block #bannerTab2 {
  width: 90%;
  margin: auto;
}
.uefa-euro-block #bannerTab3 {
  width: 80%;
  margin: auto;
}
.uefa-euro-block .block-container {
  border-radius: 20px;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  background-color: transparent;
  padding: 5px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.uefa-euro-block .block-container.blue-bg {
  background: #d9eaff;
}
.uefa-euro-block .block-container .match-title {
  text-align: center;
}
.uefa-euro-block .block-container .match-title img {
  max-height: 30px;
}
.uefa-euro-block .block-container.text h3 {
  color: #fcb33c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.uefa-euro-block .block-container.text .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.uefa-euro-block .block-container .block-content {
  background-color: transparent;
  border-radius: 30px;
  overflow: hidden;
  min-height: 50px;
  height: 100%;
}
.uefa-euro-block .block-container .block-content.blue-border {
  border: 2px solid #349dff;
}
.uefa-euro-block .block-container .block-content .match_flag {
  display: flex;
  place-items: center;
  place-content: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 5px;
}
.uefa-euro-block .block-container .block-content .match_flag .match_flag_item {
  padding: 5px;
  border-radius: 3px;
}
.uefa-euro-block .block-container .block-content .match_flag .match_flag_item:hover {
  background-color: #349dff;
}
.uefa-euro-block .block-container .block-content .match_flag .match_flag_item img {
  width: 35px;
}
.uefa-euro-block .block-container .block-content .match-date {
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.uefa-euro-block .block-container .block-content .match-date img {
  max-height: 25px;
}
.uefa-euro-block .block-container .block-content .match-container {
  padding: 20px 10px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 15px;
}
.uefa-euro-block .block-container .block-content .match-container .match-item {
  min-width: 140px;
  border-radius: 20px;
  border: 3px solid #fff;
  padding: 5px;
  position: relative;
  background-color: transparent;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.2);
}
.uefa-euro-block .block-container .block-content .match-container .match-item .match-flag {
  background-size: cover;
  background-repeat: repeat-y;
  background-image: url(../images/euro/match-prediction/match-bg.png);
  background-position: center;
  margin-bottom: 10px;
  min-height: 130px;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: flex;
  place-content: center;
  place-items: center;
}
.uefa-euro-block .block-container .block-content .match-container .match-item .match-flag .match_team_logo {
  max-width: 55px;
  padding-bottom: 15px;
}
.uefa-euro-block .block-container .block-content .match-container .match-item .match-name {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.2);
  min-height: 30px;
  margin-bottom: 10px;
  display: flex;
  place-content: center;
  place-items: center;
}
.uefa-euro-block .block-container .block-content .match-container .match-item .match-name .match_team_name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.uefa-euro-block .block-container .block-content .match-container .match-item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 5px;
  background-color: #349dff;
  margin: auto;
  left: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.uefa-euro-block .block-container .block-content .match-container .vs {
  font-size: 20px;
  font-weight: 900;
  color: #349dff;
}
.uefa-euro-block .block-container .block-content .match-submit {
  text-align: center;
  margin-bottom: 20px;
}
.uefa-euro-block .block-container .block-content .match-submit img {
  max-height: 40px;
}
.uefa-euro-block .block-container .block-content.term-container {
  background-color: #f4f7ff;
  border: 3px solid #fff;
  border-radius: 20px;
}
.uefa-euro-block .block-container .block-content.term-container .term-title {
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #0c66d8;
}
.uefa-euro-block .block-container .block-content.term-container .term-content {
  min-height: 300px;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 18px;
}
.uefa-euro-block .block-container .block-content.term-container .term-content h4 {
  font-size: 16px;
}
.uefa-euro-block .block-container .block-content.term-container .term-content table {
  margin: 0 auto 30px;
}
.uefa-euro-block .block-container .block-content.term-container .term-content table tr th {
  padding: 8px;
  text-align: center;
  border: 1px solid #07182a;
  border-collapse: collapse;
}
.uefa-euro-block .block-container .block-content.term-container .term-content table tbody tr td {
  padding: 8px;
  text-align: center;
  border: 1px solid #07182a;
  border-collapse: collapse;
}
.uefa-euro-block .block-container .block-content.prize-container {
  background-color: #f4f7ff;
  border: 3px solid #fff;
  border-radius: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  place-items: center;
}
.uefa-euro-block .block-container .block-content.prize-container .prize-title {
  background: #fff;
  padding: 3px 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #0c66d8;
}
.uefa-euro-block .block-container .block-content.prize-container .prize-content {
  min-height: 300px;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 18px;
}
.uefa-euro-block .block-container .block-content.prize-container .prize-content h4 {
  font-size: 16px;
}
.uefa-euro-block .block-container .block-content.prize-container .prize-content table {
  margin: 0 auto 30px;
}
.uefa-euro-block .block-container .block-content.prize-container .prize-content table tr th {
  padding: 8px;
  text-align: center;
  border: 1px solid #07182a;
  border-collapse: collapse;
}
.uefa-euro-block .block-container .block-content.prize-container .prize-content table tbody tr td {
  padding: 8px;
  text-align: center;
  border: 1px solid #07182a;
  border-collapse: collapse;
}
.uefa-euro-block .block-container.penalty-container {
  background-color: #d9eaff !important;
}
.uefa-euro-block .block-container.penalty-container .block-content {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 7px;
}
.uefa-euro-block .block-container.penalty-container .block-content .penalty-player {
  border: 4px solid #349dff;
  border-radius: 20px;
  min-height: 320px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.uefa-euro-block .block-container.penalty-container .block-content .penalty-player .penalty-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.uefa-euro-block .block-container.penalty-container .block-content .penalty-player .penalty-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.uefa-euro-block .block-container.penalty-container .block-content .penalty-how-to-play {
  text-align: center;
  margin-bottom: 15px;
}
.uefa-euro-block .block-container.penalty-container .block-content .penalty-how-to-play img {
  max-height: 50px;
}
.uefa-euro-block .block-content-no-style {
  margin-bottom: 10px;
}
.uefa-euro-block .block-title {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #0c66d8;
  padding: 10px 0;
  line-height: 40px;
  position: relative;
}
.uefa-euro-block .block-title::before {
  content: "";
  position: absolute;
  left: 25%;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-repeat: repeat-y;
  background-image: url(../images/euro/prediction-event/left.png);
  background-position: center;
  margin: auto;
  display: flex;
  place-content: center;
  place-items: center;
  top: 0;
  bottom: 0;
}
.uefa-euro-block .block-title::after {
  content: "";
  position: absolute;
  right: 25%;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-repeat: repeat-y;
  background-image: url(../images/euro/prediction-event/right.png);
  background-position: center;
  margin: auto;
  display: flex;
  place-content: center;
  place-items: center;
  top: 0;
  bottom: 0;
}

.uefa-euro-page__top-banner img {
  width: 100%;
}
.uefa-euro-page__container {
  padding: 0;
}
.uefa-euro-page__container__tab {
  width: 100%;
  margin: auto;
}
.uefa-euro-page__container__tab .tab-content {
  padding-top: 20px;
}
.uefa-euro-page__container__tab .tab-content #tab3,
.uefa-euro-page__container__tab .tab-content #tab2 {
  padding: 0 10px;
}
.uefa-euro-page__container__tab .nav-tabs {
  border-bottom: none;
  box-shadow: 0px 0px 5px 4px rgba(12, 102, 216, 0.2);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(12, 102, 216, 0.2);
  -moz-box-shadow: 0px 0px 5px 4px rgba(12, 102, 216, 0.2);
  border-radius: 20px;
  overflow: hidden;
  gap: 5px;
}
.uefa-euro-page__container__tab .nav-tabs .nav-item {
  padding: 2px;
  position: relative;
}
.uefa-euro-page__container__tab .nav-tabs .nav-item .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  text-shadow: none;
  min-height: 30px;
  border-radius: 0;
  font-size: 12px;
  height: 100%;
  font-weight: 700;
  border-radius: 20px;
  padding: 3px 5px;
}
.uefa-euro-page__container__tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  text-shadow: none;
  background: #0c66d8;
}
.uefa-euro-page__container__tab .nav-tabs .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -3px;
  height: 30%;
  width: 1px;
  background: #0c66d8;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 0px 2px 1px rgba(12, 102, 216, 0.49);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(12, 102, 216, 0.49);
  -moz-box-shadow: 0px 0px 2px 1px rgba(12, 102, 216, 0.49);
  overflow: hidden;
  opacity: 0.5;
}
.uefa-euro-page__container__block_content {
  border-radius: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/box-bg.png);
  background-position: top;
  font-size: 14px;
  line-height: 25px;
}
.uefa-euro-page__container__block_content p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
}
.uefa-euro-page__container__block_content p:last-child {
  margin-bottom: 0;
}
.uefa-euro-page__container__block_content.event-detail {
  background-image: none;
  position: relative;
  padding-bottom: 50px;
  padding-top: 20px;
}
.uefa-euro-page__container__block_content.event-detail::before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/world-cup/en/common-border-top.f3155c653ae076c1c651baab081c12eb.webp);
}
.uefa-euro-page__container__block_content.event-detail::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/world-cup/en/common-border-bottom.86132a89c2cafb679ad4578bbbb8655a.webp);
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content {
  background-size: 100%;
  background-repeat: repeat-y;
  background-image: url(../images/world-cup/en/common-border-middle.88ffae16aba74af2bbc9473fc6f103b6.webp);
  padding: 0 30px 30px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__header {
  text-align: center;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__header img {
  max-width: 350px;
  margin: 20px auto 50px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__item {
  display: flex;
  place-content: flex-start;
  place-items: center;
  font-size: 18px;
  line-height: 26px;
  gap: 15px;
  margin-bottom: 5px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__item__title {
  color: #ba1643;
  font-weight: 600;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__description {
  list-style: numeric;
  margin-top: 50px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__description li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table {
  margin-top: 50px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table .table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table .table > :not(caption) > * > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table .table thead tr th {
  background-image: url(../images/world-cup/en/PINK_BAR.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border: 1px solid #ffcfdb !important;
  font-size: 18px;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table .table tbody {
  border-top: none !important;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table .table tbody tr {
  border-color: #ffcfdb;
}
.uefa-euro-page__container__block_content.event-detail .event-detail-content__table .table tbody tr td {
  border-bottom: none;
}
.uefa-euro-page__container__block_content.event-detail .header {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: -8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  display: flex;
  place-content: center;
  place-items: center;
}
.uefa-euro-page__container__block_content.event-detail .header span {
  background: #fff;
  padding: 0 20px;
}
.uefa-euro-page__container__block_content__title {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/en/PINK_LongBAR.png);
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
}
.uefa-euro-page__container__block_content__table {
  margin-top: 15px;
}
.uefa-euro-page__container__block_content__table .table-footer {
  text-align: right;
  padding-top: 10px;
  border-top: 2px solid #999;
  display: flex;
  place-content: flex-end;
  place-items: center;
  gap: 5px;
  font-weight: 600;
  color: initial;
}
.uefa-euro-page__container__block_content__table .table {
  margin-bottom: 0;
}
.uefa-euro-page__container__block_content__table .table > :not(caption) > * > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.uefa-euro-page__container__block_content__table .table thead tr th {
  background-image: url(../images/world-cup/en/PINK_BAR.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border-right: 3px solid #f2f2f4;
  font-size: 18px;
  vertical-align: middle;
}
.uefa-euro-page__container__block_content__table .table thead tr th:last-child {
  border-right: none;
}
.uefa-euro-page__container__block_content__table .table tbody {
  border-top: none !important;
}
.uefa-euro-page__container__block_content__table .table tbody tr td {
  border-bottom: none;
  vertical-align: middle;
}
.uefa-euro-page__container .play-now {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/world-cup/en/bg_loading_bonus.jpg);
  background-position: center;
  position: relative;
  border: 3px solid #cf3c66;
  border-radius: 8px;
  min-height: 500px;
}
.uefa-euro-page__container .play-now > div {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.uefa-euro-page__container .play-now__ticker_remaining {
  position: absolute;
  left: 5px;
  top: 0;
  background-image: url(../images/euro/penalty/ticket_remaining.png);
  min-width: 150px;
  min-height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  place-items: center;
  place-content: space-around;
}
.uefa-euro-page__container .play-now__ticker_remaining .text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.uefa-euro-page__container .play-now__ticker_remaining .number {
  padding-right: 13px;
  font-size: 15px;
  font-weight: 800;
  color: #0c66d8;
}
.uefa-euro-page__container .play-now__world-cup-logo {
  width: 65px;
  right: 5px;
  top: 5px;
  position: absolute;
}
.uefa-euro-page__container .play-now__tap-to-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.uefa-euro-page__container .play-now__tap-to-play img {
  max-width: 90px;
}
.uefa-euro-page__container .play-now__tap-to-play img:hover {
  opacity: 0.8;
}
.uefa-euro-page__container__how-to-play-img {
  width: 100%;
  border: 3px solid #cf3c66;
  border-radius: 15px;
}
.uefa-euro-page__container__how-to-play-btn {
  margin: auto;
  margin-top: 15px;
  background-image: url(../images/world-cup/en/Bontton.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  border: none;
  border-radius: 8px;
  min-height: 50px;
  min-width: 200px;
  text-transform: uppercase;
}
.uefa-euro-page__container__how-to-play-btn:hover {
  opacity: 0.7;
}
.uefa-euro-page__container__how-to-play-btn:active, .uefa-euro-page__container__how-to-play-btn:focus {
  box-shadow: none !important;
}
.uefa-euro-page .event-detail .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-header {
  border-top: none;
  border-bottom: none;
  place-content: flex-end;
  padding: 0;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-header .btn {
  padding: 0;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-header .btn img {
  max-width: 40px;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-header .btn:active, .uefa-euro-page .event-detail .modal-content .modal-content-all .modal-header .btn:focus {
  box-shadow: none;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-body {
  border: 3px solid #2c71a7;
  border-bottom-width: 8px;
  border-top-width: 1px;
  border-radius: 20px;
  background-color: #1e3970;
  box-shadow: 1px -1px 100px 1px #152849 inset;
  -webkit-box-shadow: 1px -1px 100px 1px #152849 inset;
  -moz-box-shadow: 1px -1px 100px 1px #152849 inset;
  padding: 30px;
  color: #FFFFFF;
  overflow: auto;
  max-height: 90vh;
  font-size: 12px;
  line-height: 20px;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-body h4 {
  font-size: 12px;
  margin-bottom: 20px;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-body h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-body table {
  margin: 0 auto 30px;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-body table thead tr th {
  background-color: #083763;
  padding: 2px 4px;
  text-align: center;
  border: 1px solid #07182a;
  border-collapse: collapse;
}
.uefa-euro-page .event-detail .modal-content .modal-content-all .modal-body table tbody tr td {
  background-color: #0d5394;
  padding: 2px 4px;
  text-align: center;
  border: 1px solid #07182a;
  border-collapse: collapse;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-content-all {
  background-image: url(../images/world-cup/how-to-play-bg.png);
  background-size: initial;
  background-repeat: repeat-y;
  background-position: top;
  border: 2px solid #b4b4b4;
  border-radius: 15px;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  place-content: center;
  padding: 0;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn {
  padding: 0;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn img {
  max-width: 50px;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn:active, .uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  place-content: center;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-header__title {
  background: #0c66d8;
  padding: 10px 40px;
  display: inline-block;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 3px 40px;
  height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body {
  padding: 0 15px 15px;
  text-align: center;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps {
  padding: 30px 30px 0;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps > div {
  margin-bottom: 20px;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  padding: 0 15px 15px;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__title {
  background: #0c66d8;
  padding: 12px 50px;
  display: inline-block;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 3px 15px;
  min-height: 35px;
  display: flex;
  place-content: center;
  place-items: center;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__img {
  height: 100px;
  padding: 10px;
}
.uefa-euro-page #howToPlayModal .modal-dialog .modal-content .modal-body .steps__item__description {
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-body-color);
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
}

.event-icon {
  position: fixed;
  left: 30px;
  bottom: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: flex-end;
  gap: 10px;
}
.event-icon img {
  max-width: 120px;
}
.event-icon .btn-close {
  position: initial !important;
  padding: 5px;
}
.event-icon .btn-close:focus, .event-icon .btn-close:active {
  box-shadow: none !important;
}

.blog-page {
  padding-top: 50px;
}
.blog-page .row {
  margin: 0;
}
.blog-page h1 {
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-page a {
  color: #181818;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 400;
}
.blog-page .blog-container {
  padding: 30px 0;
}
.blog-page .breadcrumbs-wrapper {
  background-color: #f8f8f8;
}
.blog-page #breadcrumbs {
  padding: 15px 0;
  white-space: nowrap;
  overflow-x: auto;
}
.blog-page #breadcrumbs span.separator {
  padding: 0 4px;
  opacity: 0.5;
}
.blog-page #breadcrumbs span.separator .breadcrumb-sep:after {
  content: ">";
  display: inline-block;
  opacity: 0.5;
  font-size: 10px;
}
.blog-page #breadcrumbs .item-current {
  opacity: 0.5;
}
.blog-page .news-item {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}
.blog-page .news-item .thumb-wrapper img {
  width: 100%;
  vertical-align: middle;
}
.blog-page .news-item .new-text-group {
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
  padding: 30px;
  flex-grow: 1;
}
.blog-page .news-item .new-text-group .news-info {
  margin-bottom: 15px;
  color: #a8a8a6;
  font-weight: 700;
  font-size: 0.8571428571rem;
}
.blog-page .news-item .new-text-group .news-info span {
  font-weight: 400;
}
.blog-page .news-item .new-text-group .news-info .pull-right {
  float: right;
}
.blog-page .news-item .new-text-group h2 {
  font-weight: 700;
  font-size: 1.5714285714rem;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.blog-page .news-item .new-text-group p {
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 15px;
}
.blog-page .news-item .new-text-group .read-more {
  color: #d02d21;
  font-size: 1rem;
  font-weight: 700;
}
.blog-page .pagination {
  display: block;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.blog-page .pagination span,
.blog-page .pagination a {
  display: inline-block;
  min-width: 44px;
  padding: 0 12px;
  line-height: 44px;
  background-color: #312f2f;
  border-radius: 5px;
  margin: 0 4px;
  opacity: 0.4;
  color: #fff;
}
.blog-page .pagination a {
  opacity: 1;
  transition: 0.4s;
}
.blog-page .pagination a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.blog-page .sidebar {
  background-color: #eeedeb;
  padding: 30px 35px 30px;
}
.blog-page .sidebar .widget {
  margin-bottom: 35px;
}
.blog-page .sidebar .widget h3 {
  font-size: 1.4285714286rem;
  font-weight: 500;
  border-bottom: 1px solid #a8a8a6;
  padding-bottom: 10px;
}
.blog-page .sidebar .widget ul {
  padding-left: 15px;
  margin-top: 15px;
}
.blog-page .sidebar .widget ul li {
  list-style-position: outside;
  margin-bottom: 15px;
}
.blog-page .sidebar .widget ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.blog-page .sidebar .widget ul li a:hover {
  text-decoration: underline;
}
.blog-page .single-post-wrapper .post-info {
  background-color: #eeedeb;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 0.8571428571rem;
}
.blog-page .single-post-wrapper .post-info .post-info__left {
  float: left;
}
@media (max-width: 575px) {
  .blog-page .single-post-wrapper .post-info .post-info__left {
    float: none;
    text-align: center;
  }
}
.blog-page .single-post-wrapper .post-info .post-info__right {
  float: right;
}
@media (max-width: 575px) {
  .blog-page .single-post-wrapper .post-info .post-info__right {
    float: none;
    text-align: center;
    padding-top: 7px;
    margin-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.blog-page .single-post-wrapper .post-info a {
  color: #fcb813;
}
.blog-page .single-post-wrapper .post-info .seperator {
  padding: 0 8px;
  opacity: 0.5;
  display: inline-block;
}
.blog-page .single-post-wrapper .blog-detail-content img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.blog-page .single-post-wrapper .blog-detail-content p {
  margin-bottom: 20px;
  line-height: 20px;
}

.daily-mission {
  padding-bottom: 130px;
  padding-top: 60px;
  background-color: #fff;
  font-size: 12px;
}
.daily-mission .claim-footer {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 5px 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
}
.daily-mission .claim-footer .btn {
  width: 100%;
  margin-top: 4px;
  background: rgb(59, 237, 172);
  background: linear-gradient(100deg, rgb(59, 237, 172) 0%, rgb(27, 253, 161) 100%);
  border: none;
}
.daily-mission__content__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
  text-transform: capitalize !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.daily-mission__content__title span {
  position: relative;
}
.daily-mission__content__title span::before {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: rgb(130, 185, 255);
  background: linear-gradient(0deg, rgb(130, 185, 255) 0%, rgb(105, 212, 255) 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.daily-mission__content .btn {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.daily-mission__content .badge-time {
  background-color: #d6f0fb;
  padding: 2px 10px;
  border-radius: 15px;
  color: #999;
  font-size: 12px;
}
.daily-mission__content .btn-spin,
.daily-mission__content .btn-claimall {
  padding: 3px 20px;
  border-radius: 15px;
  color: #fff;
}
.daily-mission__content .btn-spin:hover,
.daily-mission__content .btn-claimall:hover {
  opacity: 0.7;
}
.daily-mission__content .btn-spin {
  background: rgb(138, 16, 188);
  background: linear-gradient(100deg, rgb(138, 16, 188) 0%, rgb(234, 95, 240) 100%);
  position: relative;
  padding-left: 30px;
}
.daily-mission__content .btn-spin img {
  position: absolute;
  left: -20px;
}
.daily-mission__content .btn-claimall {
  background: rgb(59, 237, 172);
  background: linear-gradient(100deg, rgb(59, 237, 172) 0%, rgb(27, 253, 161) 100%);
}
.daily-mission__content .badge-total-point {
  background-color: #f3f3f3;
  padding: 5px 15px;
  border-radius: 15px;
}
.daily-mission__content .badge-total-point span {
  color: #7bb0ec;
}
.daily-mission__content .mission-item {
  padding: 10px;
  border-radius: 12px;
  background-color: #f3f3f3;
  box-shadow: 0px -1px 12px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px -1px 12px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px -1px 12px 1px rgba(0, 0, 0, 0.1) inset;
}
.daily-mission__content .mission-item .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.daily-mission__content .mission-item .btn-start,
.daily-mission__content .mission-item .btn-claim {
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.daily-mission__content .mission-item .btn-start:hover,
.daily-mission__content .mission-item .btn-claim:hover {
  opacity: 0.7;
}
.daily-mission__content .mission-item .btn-start {
  background: rgb(52, 212, 217);
  background: linear-gradient(100deg, rgb(52, 212, 217) 0%, rgb(213, 252, 156) 100%);
  box-shadow: -1px -1px 10px 0px rgba(52, 212, 217, 0.75);
  -webkit-box-shadow: -1px -1px 10px 0px rgba(52, 212, 217, 0.75);
  -moz-box-shadow: -1px -1px 10px 0px rgba(52, 212, 217, 0.75);
}
.daily-mission__content .mission-item .btn-claim {
  background: rgb(107, 210, 255);
  background: linear-gradient(100deg, rgb(107, 210, 255) 0%, rgb(139, 176, 255) 100%);
  box-shadow: -1px -1px 10px 0px rgba(107, 210, 255, 0.75);
  -webkit-box-shadow: -1px -1px 10px 0px rgba(107, 210, 255, 0.75);
  -moz-box-shadow: -1px -1px 10px 0px rgba(107, 210, 255, 0.75);
}
.daily-mission__content .mission-item .btn-claim:disabled {
  background: #ddd;
  box-shadow: -1px -1px 10px 0px #999;
  -webkit-box-shadow: -1px -1px 10px 0px #999;
  -moz-box-shadow: -1px -1px 10px 0px #999;
}
.daily-mission__content .mission-item .progress {
  width: 150px;
  height: 12px;
  border-radius: 15px;
  position: relative;
  background: rgb(225, 222, 219);
  background: linear-gradient(100deg, rgb(225, 222, 219) 0%, rgb(212, 208, 203) 100%);
}
.daily-mission__content .mission-item .progress .progress-label {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
}
.daily-mission__content .mission-item .progress .progress-bar {
  text-transform: uppercase;
  background: rgb(107, 211, 255);
  background: linear-gradient(100deg, rgb(107, 211, 255) 0%, rgb(139, 177, 255) 100%);
}
.daily-mission #dailyMissionModal .modal-content {
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.daily-mission #dailyMissionModal .modal-content a {
  color: #7bb0ec;
}
.daily-mission #dailyMissionModal .modal-content .title {
  font-size: 20px;
  font-weight: bold;
}

.spin-event {
  padding-bottom: 80px;
  padding-top: 60px;
  background-color: #fff;
  font-size: 12px;
  background-size: cover;
  background-image: url(../images/spin-event/PC/BG.png);
}
.spin-event .btn {
  transition: 0.3s;
}
.spin-event .btn:hover {
  opacity: 0.6;
}
.spin-event .spin-top {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/spin-event/PC/top-bg.png);
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
}
.spin-event .spin-top .frame {
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  margin: auto;
}
.spin-event .spin-top .frame .frame-img {
  width: 360px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.spin-event .spin-top .frame .prize-spin {
  position: absolute;
  top: 20px;
  width: 320px;
}
.spin-event .spin-top .frame .arrow {
  position: absolute;
  top: -23%;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 60px;
}
.spin-event .spin-top .frame .spin-available {
  color: #22aff2;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  bottom: 12px;
  padding-right: 20px;
}
.spin-event .spin-top .frame .claim-point {
  position: absolute;
  bottom: -30px;
  width: 110px;
  cursor: pointer;
  right: 5px;
}
.spin-event .leaderboard-img {
  margin-bottom: -30px;
  margin-top: -100px;
}
.spin-event .leaderboard {
  padding: 20px;
  background-color: #fff;
  box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.spin-event .leaderboard .leaderboard-btn {
  padding-top: 30px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.spin-event .leaderboard .leaderboard-btn .btn {
  width: 100%;
  border: none;
  min-height: 50px;
  box-shadow: -1px 4px 13px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 4px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 4px 13px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid #016df1;
  background: rgb(33, 152, 255);
  background: linear-gradient(0deg, rgb(33, 152, 255) 0%, rgb(55, 227, 234) 100%);
}
.spin-event .leaderboard .leaderboard-items {
  height: 600px;
  overflow-y: auto;
}
.spin-event .leaderboard .leaderboard-items .leaderboard-item {
  color: #22aff2;
  width: 100%;
  font-size: 14px;
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  margin-bottom: 20px;
}
.spin-event .terms {
  margin-top: 50px;
  box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 12px;
  border: 1px solid #fff;
}
.spin-event .terms .terms-items {
  background-color: #fff;
  box-shadow: -1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid rgba(33, 152, 255, 0.5);
  min-height: 500px;
}
.spin-event .terms .terms-items .terms-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/spin-event/PC/T_C_title.png);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.spin-event .terms .terms-items .terms-content {
  color: #3c84f6;
  padding-top: 30px;
  font-size: 12px;
  line-height: 18px;
}
.spin-event .terms .terms-items .terms-content b {
  font-weight: 700;
}
.spin-event .prizes {
  margin-top: 20px;
  box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 12px;
  border: 1px solid #fff;
  margin-bottom: 150px;
}
.spin-event .prizes .prizes-items {
  background-color: #fff;
  box-shadow: -1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 15px 20px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.spin-event .prizes .prizes-items > div {
  box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.spin-event .prizes .prizes-items > div .prizes-item {
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(33, 152, 255);
  background: linear-gradient(0deg, rgb(33, 152, 255) 0%, rgb(55, 227, 234) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
}
.spin-event .prizes .prizes-items > div .prizes-item .icon {
  height: 30px;
}
.spin-event .prizes .prizes-items > div .prizes-item .img {
  position: absolute;
  right: 8px;
  bottom: 5px;
  text-align: right;
}
.spin-event .prizes .prizes-items > div .prizes-item .img img {
  height: 40px;
  margin: auto;
}
.spin-event .prizes .prizes-items > div .prizes-item .empty {
  width: 50px;
}
.spin-event .prizes .prizes-items > div .prizes-item .btn {
  width: 100%;
  border: none;
  min-height: 45px;
  margin-top: 10px;
  font-size: 18px;
  box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 5px solid #36dde8;
  background: rgb(33, 152, 255);
  background: linear-gradient(0deg, rgb(33, 152, 255) 0%, rgb(55, 227, 234) 100%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}