body {
  font-family:Roboto,sans-serif;
  font-size:14px;
  color:#fff;
  margin:0;
  box-sizing:border-box;
  line-height:1.42857
}
header {
  background-color:#171342;
  padding-top:4px
}
ul {
  display:flex;
  list-style:none;
  -webkit-margin-before:0;
  margin-block-start:0;
  -webkit-margin-after:0;
  margin-block-end:0;
  -webkit-margin-start:0;
  margin-inline-start:0;
  -webkit-margin-end:0;
  margin-inline-end:0;
  -webkit-padding-start:0;
  padding-inline-start:0
}
ul li {
  padding:0 8px
}
a {
  text-decoration:none;
  color:#fff
}
a:focus {
  outline:0
}
a:active {
  opacity:.2
}
.wrapper {
  width:100%;
  padding:0 6rem;
  box-sizing:border-box
}
.hide {
  display:none
}
.close-any {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0
}
.close-any__clickable {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:999
}
.button {
  margin:0 auto;
  width:100%;
  display:block;
  padding:12px 16px;
  font-size:16px;
  line-height:1.33333;
  border-radius:0;
  cursor:pointer;
  box-sizing:border-box;
  text-align:center;
  border:none
}
.button:active {
  opacity:.2
}
.button:focus {
  outline:0
}
.button--blue {
  color:#212121;
  background-color:#1da0cb;
  border-color:#1da0cb
}
input {
  font-family:Roboto,sans-serif
}
.text-muted {
  color:#636c72
}
.nav {
  box-shadow:0 1px 0 rgba(0,0,0,.3);
  position:fixed;
  top:0;
  height:50px;
  width:100%;
  z-index:9998;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.nav__menu,
.nav__notification {
  cursor:pointer;
  padding:8px 10px;
  z-index:1
}
.nav__menu:active,
.nav__notification:active {
  opacity:.2
}
.nav__menu .fa-times {
  display:none
}
.nav__menu .fa-arrow-left {
  font-size:16px
}
.nav__logo {
  max-width:90px
}
.nav__logo img {
  max-width:100%;
  height:auto
}
.nav__title {
  font-size:20px;
  margin-top:-2px
}
.nav__title-container {
  display:inline
}
.nav__title-container span {
  font-size:20px
}
.nav__title-container i {
  font-size:14px
}
.nav__title-dropdown {
  position:fixed;
  top:43px;
  right:0;
  left:0;
  height:0;
  transition:.3s;
  overflow:hidden
}
.nav__title-dropdown.show {
  height:400px
}
.nav__title-dropdown ul {
  display:block
}
.nav__title-dropdown ul li {
  background-color:#f0f0f0
}
.nav__title-dropdown ul li:hover {
  background-color:#e4e2e2
}
.nav__title-dropdown ul li a {
  padding:.625rem 1rem;
  font-size:.875rem;
  border-bottom:1px solid #dfdddd;
  display:block;
  color:#262626
}
.nav__right {
  padding-right:16px;
  padding-left:0
}
.nav__right img {
  width:18px;
  height:18px
}
.slider__bg {
  background-color:#292b2c
}
.slider__bg-img {
  max-width:50rem;
  width:100%;
  height:auto;
  margin:0 auto -4px
}
.slider__bg-img img {
  max-width:100%;
  height:auto
}
.slider img {
  width:100%;
  height:auto;
  margin-bottom:-4px
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  color:rgba(255,255,255,.4)
}
.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
  font-size:16px
}
.slider .swiper-button-next:focus,
.slider .swiper-button-prev:focus {
  outline:0
}
.slider .swiper-pagination-bullet {
  background:0 0;
  opacity:1;
  width:48px;
  height:48px;
  border-radius:100%;
  position:relative
}
.slider .swiper-pagination-bullet:after {
  content:"";
  display:block;
  background:#212121;
  width:13px;
  height:13px;
  border-radius:100%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.slider .swiper-pagination-bullet-active {
  background:0 0
}
.slider .swiper-pagination-bullet-active::after {
  background:#fff
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom:5px
}
.matches {
  max-width:35rem;
  margin:16px auto 0;
  padding:0 11px;
  position:relative
}
.matches__top {
  background:linear-gradient(-207deg,#171342 50%,#105a72);
  position:relative;
  border-top-left-radius:15px;
  border-top-right-radius:15px
}
.matches__top-title {
  font-size:15px;
  text-transform:uppercase;
  padding:4px;
  text-align:center;
  font-weight:700;
  margin-bottom:-1px
}
.matches__top-title strong {
  color:#1da0cb
}
.matches__top-close {
  position:absolute;
  top:5px;
  right:5px;
  cursor:pointer
}
.matches__top-close:active {
  opacity:.2
}
.matches__top-close i {
  font-size:19px;
  color:#1da0cb
}
.matches__title {
  position:absolute;
  top:33px;
  left:24px;
  z-index:999
}
.matches__pagination {
  background:#301d6e;
  margin:0;
  padding:15px;
  position:relative
}
.matches__detail {
  background-image:url(../img/football.png);
  background-color:#fff;
  background-repeat:no-repeat;
  background-position:center -35px;
  background-size:65%;
  border:1px solid #dedede;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px
}
.matches__detail-versus {
  display:flex;
  justify-content:center;
  align-items:flex-end;
  padding:12px 24px
}
@media only screen and (max-width:475px) {
  .matches__detail-versus {
    padding:6px 2px
  }
}
.matches__detail-versus .club-detail {
  display:flex;
  flex-direction:column;
  align-items:center;
  flex:1;
  padding:0 8px
}
.matches__detail-versus .club-detail__logo img {
  width:32px;
  height:32px
}
.matches__detail-versus .club-detail__versus {
  background-color:#000;
  width:32px;
  height:32px;
  border-radius:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:16px
}
.matches__detail-versus .club-detail__name {
  color:#292b2c;
  font-size:12px;
  white-space:nowrap;
  max-width:100px;
  overflow:hidden;
  text-overflow:ellipsis
}
.matches__detail-versus .club-detail__score {
  background-color:#000;
  padding:5px 7px;
  border-radius:4px;
  font-size:12px;
  width:93%;
  margin:auto;
  display:flex;
  justify-content:space-between
}
.matches__detail-versus .club-detail__score-title {
  text-transform:uppercase
}
.matches__detail-versus .club-detail__score-point {
  color:#1da0cb;
  font-weight:700
}
.matches__detail-footer {
  background-color:#e8e8e8;
  padding:8px 15px;
  display:flex;
  justify-content:space-between;
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px
}
.matches__detail-footer .detail-time {
  color:#000;
  font-size:14px;
  font-weight:700
}
.matches__detail-footer .button-cta {
  background-color:#1da0cb;
  color:#000;
  padding:8px 24px;
  font-weight:700;
  font-size:14px
}
.matches .swiper-button-next,
.matches .swiper-button-prev {
  color:#fff;
  top:15px
}
.matches .swiper-button-next::after,
.matches .swiper-button-prev::after {
  font-size:12px
}
.matches .swiper-button-next:focus,
.matches .swiper-button-prev:focus {
  outline:0
}
.matches .swiper-button-next {
  right:0
}
.matches .swiper-button-prev {
  left:auto;
  right:58px
}
.matches .swiper-pagination-fraction {
  top:6px;
  width:unset!important;
  right:23px;
  font-size:12px;
  left:unset!important
}
.game-list {
  max-width:35rem;
  margin:0 auto
}
.game-list.has-padding {
  padding-top:40px
}
.game-list__detail {
  display:flex;
  flex-wrap:wrap;
  padding:10px
}
@media only screen and (max-width:475px) {
  .game-list__detail {
    justify-content:center
  }
}
.game-list__detail .detail-list {
  position:relative;
  padding:1%;
  width:23%;
  font-size:0px
}
@media only screen and (max-width:475px) {
  .game-list__detail .detail-list {
    width:31.33%
  }
}
.game-list__detail .detail-list img {
  max-width:100%;
  height:auto;
  border-radius:8px
}
.game-list__detail .detail-list img.has-shadow {
  box-shadow:0 4px 6px 0 rgba(0,0,0,.3),0 2px 2px 0 rgba(0,0,0,.2)
}
.game-list__detail .detail-list__title {
  position:absolute;
  left:0;
  right:0;
  bottom:15px;
  text-align:center;
  font-size:16px
}
.footer {
  width:100%;
  margin:0 auto;
  padding-bottom:24px
}
.footer .social-logo {
  margin-bottom:0;
  padding-bottom:12px
}
.footer .social-logo ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:center
}
.footer .social-logo ul li {
  padding:5px 8px
}
.footer .social-logo ul li a {
  color:#211f69;
  font-size:26px
}
.footer .copyright {
  color:#262626;
  font-size:16px;
  text-align:center
}
.bottom-nav {
  background-color:#171342;
  position:fixed;
  bottom:-1px;
  height:60px;
  width:100%;
  z-index:999
}
.bottom-nav ul {
  width:100%;
  height:100%;
  display:flex;
  align-items:center
}
.bottom-nav ul li {
  flex:1;
  text-align:center
}
.bottom-nav ul li a {
  display:flex;
  flex-direction:column;
  font-size:12px
}
.bottom-nav ul li a i {
  font-size:28px;
  margin-bottom:3px
}
.menu {
  background-color:#fff;
  position:fixed;
  top:0;
  left:-280px;
  min-height:100vh;
  z-index:9999;
  max-width:17.5rem;
  width:280px;
  height:100%;
  overflow:auto;
  transition:all ease .3s
}
.menu ul {
  display:block
}
.menu ul li {
  padding:10px 16px;
  border-bottom:1px solid #ddd;
  display:grid;
  -webkit-box-align:center
}
.menu ul li a {
  display:flex;
  align-items:center
}
.menu ul li a img {
  width:21px;
  height:21px;
  margin-right:16px
}
.menu ul li a .sub-menu {
  width:32px;
  height:32px;
  margin-right:16px;
  -o-object-fit:contain;
  object-fit:contain
}
.menu ul li a .black-to-white {
  filter:invert(0)!important;
  -webkit-filter:invert(0)!important
}
.menu ul li a span {
  color:#fff;
  font-size:16px
}
.menu__close {
  margin-top:8px;
  cursor:pointer
}
.menu__close:active {
  opacity:.2
}
.menu__close i {
  font-size:24px
}
.menu--login ul li:first-child,
.menu--login ul li:nth-child(2) {
  background-color:unset;
  border-bottom:1px solid #ddd
}
.menu--login ul li:first-child a span {
  text-transform:unset
}
.modal {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow-x:hidden;
  overflow-y:auto;
  z-index:999999;
  background:rgba(0,0,0,.5);
  display:none
}
.modal__box {
  max-width:45%;
  margin:2% auto;
  transition:all ease .3s
}
@media only screen and (max-width:732px) {
  .modal__box {
    max-width:96%;
    margin:2% auto
  }
}
@media only screen and (max-width:475px) {
  .modal__box {
    max-width:100%;
    margin:0
  }
}
.modal__content {
  position:relative;
  background-color:#e6e5e5;
  color:#292b2c;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem;
  outline:0
}
@media only screen and (max-width:475px) {
  .modal__content--full {
    max-width:100%;
    margin:0;
    min-height:100vh
  }
}
.modal__content .login-header,
.modal__content .notif-header {
  padding:15px;
  position:relative
}
.modal__content .login-header__title,
.modal__content .notif-header__title {
  font-size:24px;
  text-align:center
}
.modal__content .login-header__close,
.modal__content .notif-header__close {
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:40px;
  background-color:#171342;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer
}
.modal__content .login-header__close:active,
.modal__content .notif-header__close:active {
  opacity:.2
}
.modal__content .login-header__close img,
.modal__content .notif-header__close img {
  width:16px;
  height:auto
}
.modal__content .login-header__img,
.modal__content .notif-header__img {
  display:flex;
  justify-content:center
}
@media only screen and (max-width:475px) {
  .modal__content .login-header__img,
  .modal__content .notif-header__img {
    margin-top:80px
  }
}
.modal__content .login-header__img img,
.modal__content .notif-header__img img {
  max-width:200px;
  height:auto
}
.modal__content .notif-body {
  padding:0 24px 24px
}
.modal__content .notif-body__detail-list {
  margin-bottom:16px
}
.modal__content .notif-body__detail-list .detail-header {
  background-color:#eceeef;
  padding:10px;
  display:flex;
  justify-content:space-between;
  margin-bottom:12px;
  cursor:pointer
}
.modal__content .notif-body__detail-list .detail-content {
  display:none
}
.modal__content .notif-body__detail-list .detail-content__box {
  border-color:rgba(0,0,0,.1);
  background-color:#fff;
  margin-bottom:12px;
  border-radius:.5rem
}
.modal__content .notif-body__detail-list .detail-content__box .content {
  padding:12px
}
.modal__content .notif-body__detail-list .detail-content__box .content a {
  color:#1da0cb
}
.modal__content #login-forgot,
.modal__content #login-form {
  padding:12px
}
.modal__content #login-forgot .form-group,
.modal__content #login-form .form-group {
  margin-bottom:16px;
  position:relative
}
.modal__content #login-forgot .form-group label,
.modal__content #login-form .form-group label {
  font-size:12px;
  text-transform:uppercase
}
.modal__content #login-forgot .form-group label strong,
.modal__content #login-form .form-group label strong {
  color:#c4281c
}
.modal__content #login-forgot .form-group input,
.modal__content #login-form .form-group input {
  padding:11px 8px;
  font-size:14px;
  height:40px;
  box-sizing:border-box;
  border:none;
  background-color:#fff;
  width:100%;
  margin-top:8px;
  font-size:1rem
}
.modal__content #login-forgot .form-group input:focus,
.modal__content #login-form .form-group input:focus {
  outline:0;
  border:1px solid #171342
}
.modal__content #login-forgot .form-group span,
.modal__content #login-form .form-group span {
  color:#d42848;
  font-size:12px;
  margin-top:4px
}
.modal__content #login-forgot .form-group .password-show,
.modal__content #login-form .form-group .password-show {
  position:absolute;
  top:18px;
  right:12px;
  cursor:pointer
}
.modal__content #login-forgot .form-group .password-show:active,
.modal__content #login-form .form-group .password-show:active {
  opacity:.2
}
.modal__content #login-forgot .form-group .password-show i,
.modal__content #login-form .form-group .password-show i {
  font-size:18px
}
.modal__content #login-forgot .forgot-password,
.modal__content #login-form .forgot-password {
  color:#1da0cb;
  font-size:12px;
  text-align:center;
  cursor:pointer;
  padding-top:16px
}
.modal__content #login-forgot .forgot-password:active,
.modal__content #login-form .forgot-password:active {
  opacity:.2
}
.modal__content #login-forgot .button,
.modal__content #login-form .button {
  margin-top:16px
}
.modal__content #login-forgot {
  display:none
}
.modal__content .login-body {
  max-width:300px;
  margin:0 auto
}
.modal__content .login-footer {
  max-width:300px;
  padding:16px;
  box-sizing:border-box;
  margin:0 auto
}
#modal-login {
  overflow-y:hidden
}
#modal-promo .modal-header {
  position:relative
}
#modal-promo .modal-header__bg img {
  max-width:100%;
  height:auto
}
#modal-promo .modal-header__cta {
  position:absolute;
  top:0;
  right:0;
  display:flex
}
#modal-promo .modal-header__cta .button {
  padding:8px 12px
}
#modal-promo .modal-body {
  padding:10px
}
#modal-promo .modal-body .promo-subtitle,
#modal-promo .modal-body .promo-title {
  font-size:1.5rem;
  text-align:center;
  width:100%;
  margin:0;
  overflow:hidden;
  word-wrap:break-word;
  margin-bottom:8px
}
#modal-promo .modal-body .promo-subtitle {
  text-align:left;
  margin-top:8px
}
#modal-promo .modal-body .promo-timer {
  background-color:transparent;
  border-radius:0;
  width:290px;
  margin:0 auto;
  text-align:center;
  display:flex
}
#modal-promo .modal-body .promo-timer .button,
#modal-promo .modal-body .promo-timer span {
  line-height:1;
  vertical-align:middle;
  padding-right:2px;
  flex:1
}
#modal-promo .modal-body .promo-timer .button:last-child,
#modal-promo .modal-body .promo-timer span:last-child {
  padding-right:0
}
#modal-promo .modal-body .promo-timer .button small,
#modal-promo .modal-body .promo-timer span small {
  font-size:8px;
  text-transform:uppercase;
  color:#fff;
  background-color:#171342;
  display:block;
  padding:8px
}
#modal-promo .modal-body .promo-timer .button big,
#modal-promo .modal-body .promo-timer span big {
  color:#171342;
  padding:8px;
  display:block;
  background-color:#fafafb;
  font-size:26px;
  font-weight:300
}
#modal-promo .modal-body .promo-timer .button {
  padding:10px 12px!important;
  font-size:16px;
  text-transform:uppercase;
  text-shadow:0 2px 2px rgba(10,10,10,.15);
  border-radius:0
}
.box {
  padding:10px 15px;
  max-width:50rem;
  margin:0 auto;
  box-sizing:border-box
}
.box__detail-img {
  margin-bottom:.75rem;
  cursor:pointer
}
.box__detail-img.default-cursor {
  cursor:default
}
.box__detail-img img {
  max-width:100%;
  height:auto;
  border-radius:.5rem;
  border:1px solid rgba(0,0,0,.125)
}
.box__detail-cta {
  display:flex;
  margin:-9px -1px 0 1px
}
.box__detail-cta a {
  flex:1
}
.box__detail-cta a:first-child {
  border-bottom-left-radius:.5rem
}
.box__detail-cta a:last-child {
  border-bottom-right-radius:.5rem
}
@media (max-width:543px) {
  .box__detail-cta a {
    padding:6px 8px;
    font-size:12px
  }
}
.box__promo {
  display:block;
  padding-top:55px
}
.box__promo-list {
  padding:0;
  box-shadow:0 4px 6px 0 rgba(0,0,0,.3),0 2px 2px 0 rgba(0,0,0,.2);
  margin-bottom:.625rem;
  border-radius:.5rem;
  overflow:hidden
}
.box__promo-list .promo-title {
  background-color:#fff;
  min-height:80px;
  padding:15px 20px 0;
  box-sizing:border-box
}
.box__promo-list .promo-title h3 {
  color:#292b2c;
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:5px
}
.box__promo-list .promo-title small {
  font-size:12px;
  color:#636c72
}
.box__promo-list .promo-img img {
  max-width:100%;
  height:auto
}
.box__promo-list .promo-cta {
  display:flex;
  margin-top:-5px
}
.box__promo-list .promo-cta a {
  flex:1;
  text-transform:uppercase
}
.box__promo-list .promo-cta a:first-child {
  max-width:44px
}
@media (max-width:543px) {
  .box__promo-list .promo-cta a {
    padding:6px 8px;
    font-size:12px
  }
}
.box--promo {
  padding:43px 15px;
  max-width:25rem;
  position:relative
}
.box--promo #list-tabs {
  background:#fff;
  position:absolute;
  left:0;
  right:0;
  overflow:auto
}
.box--promo #list-tabs::-webkit-scrollbar {
  display:none
}
.box--promo #list-tabs li {
  padding:0;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:block;
  transition:.3s
}
.box--promo #list-tabs li.active {
  border-bottom:1px solid #1da0cb
}
.box--promo #list-tabs li.active a {
  color:#1da0cb
}
.box--promo #list-tabs li a {
  color:#636c72;
  padding:.625rem 2rem;
  display:block;
  text-transform:uppercase
}
.vip {
  padding:75px 10px
}
.vip__top-header {
  color:#301d6e;
  font-size:1.25rem;
  text-align:center;
  overflow:hidden;
  word-wrap:break-word
}
.vip__top-content {
  margin-top:16px
}
.vip__top-content .content-detail__list {
  display:flex;
  align-items:center
}
.vip__top-content .content-detail__list .detail-img {
  margin-right:8px
}
.vip__top-content .content-detail__list .detail-img img {
  width:50px;
  height:50px
}
.vip__top-content .content-detail__list .detail-text {
  color:#3c3c3c;
  font-size:12px;
  padding-right:26px
}
.vip__content {
  margin-top:16px
}
.vip__content #list-tabs {
  background-color:#171342;
  display:flex
}
.vip__content #list-tabs li {
  padding:0;
  flex:1
}
.vip__content #list-tabs li a {
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
  border-right:1px solid #b3b3b3
}
.vip__content #list-tabs li a:last-child {
  border-right:none
}
.vip__content #list-tabs li a:before {
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:3px;
  background-color:#b3b3b3
}
.vip__content #list-tabs li a img {
  width:40px;
  height:40px;
  margin-bottom:4px
}
.vip__content #list-tabs li a span {
  color:#fff;
  font-size:14px;
  text-transform:uppercase
}
.vip__content #list-tabs li:first-child.active {
  background-color:#1a5213
}
.vip__content #list-tabs li:first-child.active a:before {
  background-color:#1a5213
}
.vip__content #list-tabs li:nth-child(2).active {
  background-color:#707479
}
.vip__content #list-tabs li:nth-child(2).active a:before {
  background-color:#707479
}
.vip__content #list-tabs li:nth-child(3).active {
  background-color:#e7b44b
}
.vip__content #list-tabs li:nth-child(3).active a:before {
  background-color:#e7b44b
}
.vip__content #list-tabs li:nth-child(4).active {
  background-color:#c900bd
}
.vip__content #list-tabs li:nth-child(4).active a:before {
  background-color:#c900bd
}
.vip__content #content {
  margin-top:12px
}
.vip__content #content .tab-content {
  display:none
}
.vip__content #content .tab-content table {
  width:100%;
  max-width:100%;
  border-collapse:collapse;
  background-color:transparent
}
.vip__content #content .tab-content table tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,.05)
}
.vip__content #content .tab-content table tr td {
  vertical-align:middle;
  padding:.75rem;
  border-top:1px solid rgba(0,0,0,.1)
}
.vip__bottom {
  color:#292b2c;
  text-align:center;
  display:flex;
  flex-direction:column
}
.vip__bottom small {
  font-size:12.8px
}
.vip__bottom small:first-child {
  margin-bottom:4px
}
.vip__bottom small:nth-child(2) {
  margin-bottom:8px;
  line-height:2
}
.vip__bottom .button {
  width:unset
}
.profile__header {
  padding:1.25rem;
  background-color:#e6e5e5;
  color:#292b2c;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center
}
.profile__header-title {
  font-size:12px;
  font-weight:700;
  margin-bottom:4px;
  text-transform:uppercase;
  letter-spacing:1px
}
.profile__header-currency {
  font-size:12px;
  color:#636c72;
  font-style:italic
}
.profile__header--secondary {
  background-color:#fff;
  flex-direction:row;
  padding:12px
}
.profile__header--secondary .profile__header-title {
  font-size:1rem;
  margin-right:4px
}
.profile__balance {
  background-color:#efefef;
  display:flex
}
.profile__balance-section {
  flex:1;
  padding:15px 10px;
  text-align:center
}
.profile__balance-section span {
  font-size:12.8px;
  color:#7e7e7e
}
.profile__balance-section span:last-child {
  color:#bbb
}
.profile__balance-section .balance-detail {
  display:flex;
  justify-content:center;
  align-items:center
}
.profile__balance-section .balance-detail__number {
  font-size:18px;
  color:#1da0cb;
  margin-right:8px
}
.profile__balance-section .balance-detail__icon {
  color:#7e7e7e
}
.profile__menu {
  margin-top:1px;
  padding-bottom:55px
}
.profile__menu ul {
  display:flex;
  flex-wrap:wrap
}
.profile__menu ul li {
  background-color:#e6e5e5;
  flex:0 0 33.333%;
  padding:unset;
  border:1px solid rgba(0,0,0,.125);
  border-width:0 1px 1px 0;
  border-color:#fff;
  box-sizing:border-box
}
@media (max-width:544px) {
  .profile__menu ul li {
    flex:0 0 50%
  }
}
.profile__menu ul li a {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:1.25rem;
  color:#262626
}
.profile__menu ul li a img {
  width:40px;
  height:41px;
  margin-bottom:8px
}
.profile__menu ul li a span {
  font-size:10px;
  text-transform:uppercase;
  font-weight:300
}
.profile__edit {
  max-width:30rem;
  margin:0 auto;
  padding:10px 15px 65px;
  box-sizing:border-box
}
.profile__bank {
  max-width:30rem;
  margin:0 auto;
  padding:10px 15px 65px;
  box-sizing:border-box
}
.profile__bank-box {
  border:1px solid #ddd;
  border-radius:.5rem
}
.profile__bank-box .bank-section__top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 20px;
  border-bottom:1px solid #ddd
}
.profile__bank-box .bank-section__top-title {
  font-size:20px;
  color:#292b2c
}
.profile__bank-box .bank-section__top-button .button {
  font-size:10px;
  padding:5px;
  text-transform:uppercase
}
.profile__bank-box .bank-section__detail {
  padding:12px 20px;
  display:none
}
.profile__bank-box .bank-section__notes {
  padding:12px 20px;
  font-size:12.8px;
  color:#636c72;
  border-top:1px solid #ddd
}
.profile__compose {
  position:fixed;
  right:15px;
  bottom:75px
}
.profile__compose .button {
  width:56px;
  height:56px;
  border-radius:100%;
  display:flex;
  align-items:center;
  justify-content:center
}
.profile__compose .button i {
  font-size:24px
}
.profile__to {
  padding:0 15px
}
.profile__message {
  position:fixed;
  left:0;
  right:0;
  bottom:50px;
  background-color:#e6e5e5;
  padding:.75rem;
  display:flex;
  align-items:center
}
.profile__message textarea {
  font-size:.875rem;
  border:0;
  resize:none;
  padding:.5rem;
  background-color:#fff;
  border-radius:.5rem;
  flex:1;
  line-height:1.25;
  color:#464a4c;
  min-height:60px
}
.profile__message textarea:focus {
  outline:0
}
.profile__message button {
  width:56px;
  padding:0;
  background-color:transparent;
  color:#1da0cb
}
.form-group {
  margin-bottom:1rem
}
.form-group label {
  font-size:.75rem;
  color:#262626;
  text-transform:uppercase;
  margin-bottom:0;
  display:inline-block
}
.form-group p {
  color:#fff;
  margin-top:5px
}
.form-group label .text-danger {
  color:#c4281c
}
.form-group .form-control {
  display:block;
  width:100%;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.25;
  color:#464a4c;
  border:1px solid rgba(0,0,0,.15);
  font-weight:300;
  text-align:left;
  border-radius:0;
  transition:all .2s ease-in-out;
  margin-top:.6rem;
  box-sizing:border-box;
  background-color:#fff
}
.form-group .form-control:focus {
  border:1px solid;
  outline:0;
  border-color:#171342
}
.form-group .form-control[disabled],
.form-group .form-control[readonly] {
  padding-right:1.75rem;
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAHlBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaVcReAAAACnRSTlMAXBI6KExVHTEGZKQ5ZwAAAGNJREFUeF5joCXQCBRtQhfjEHUvCWxAEzQrYGBgT0YVY0kCkWoOKILTwFyWTBRBVwgVgiJojEIxoChxHdyCxsapxmAQZmwMFxQ2hgNDuKAQAxwojgoCgbgSHBTCBQWRAAONAABW0hXaky1gaAAAAABJRU5ErkJggg==) no-repeat right center;
  background-size:20px;
  opacity:1
}
.form-group .custom-select {
  font-size:1rem;
  line-height:1.25;
  color:#464a4c;
  width:100%;
  padding:.5rem .75rem .5rem 0;
  background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAAD3RSTlMAvwQKkpm3h40QgnKeUU0GYVJMAAAArklEQVR4XmMgA2hnK2CIMS0UXIQhqC4oKI6ulKlQUFCwCFOhoKAEqlKmRkEQaEYRNBEEAxEDJDFmR0EIcEYSNBWEAlGEUuZAQRgIhgtOFYQDmQlQMc6DgghwEirIIogERKCCbMiCYlBB3kRBBMhlGGCA6aQ8PI5H9aYEtgCJxBJ0ogZ4AxkRHSIGeCMOEcUSBsiCzJDE0MSAAjRAYuIKeBMYIoVJKeBPtMjJm2QAABFbIeu0XeKXAAAAAElFTkSuQmCC) no-repeat right center;
  background-size:.75rem;
  border:0;
  border-bottom:1px solid rgba(0,0,0,.1);
  display:inline-block;
  max-width:100%;
  -moz-appearance:window;
  -webkit-appearance:none
}
.form-group .custom-select:focus {
  border:none;
  border-bottom:1px solid;
  outline:0;
  border-color:#171342
}
.form-group .input-icon {
  position:relative
}
.form-group .input-icon img {
  position:absolute;
  right:8px;
  width:20px;
  height:20px;
  top:8px
}
.form-group .custom-control {
  position:relative;
  display:inline;
  padding-left:1.5rem;
  cursor:pointer;
  color:#262626
}
.form-group .custom-control-block {
  display:block;
  position:relative;
  padding-left:0
}
.form-group .custom-switch {
  margin-top:.46875rem
}
.form-group .custom-control-input {
  position:absolute;
  z-index:-1;
  opacity:0
}
.form-group .custom-control-indicator {
  position:absolute;
  top:-.125rem;
  left:0;
  display:block;
  width:3.125rem;
  height:1.875rem;
  pointer-events:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  background-color:#bbb;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:75%;
  border-radius:.9375rem;
  transition:.4s;
  left:auto;
  right:0;
  margin-top:-.23438rem
}
.form-group .custom-control-indicator::before {
  content:"";
  position:absolute;
  left:1px;
  top:2px;
  width:1.625rem;
  height:1.625rem;
  background-color:#fff;
  border-radius:50%;
  transition:.4s
}
.form-group .custom-switch .custom-control-input:checked~.custom-control-indicator:before {
  -webkit-transform:translateX(1.25rem);
  transform:translateX(1.25rem)
}
.form-group .custom-control-description {
  font-size:1rem;
  text-transform:none;
  color:#636c72
}
.form-group .custom-switch .custom-control-input:checked~.custom-control-indicator {
  background-color:#171342
}
.form-group .custom-control-input:checked~.custom-control-indicator {
  color:#fff;
  border-color:#171342
}
.form-group .input-group {
  display:table;
  position:relative;
  width:100%;
  border-collapse:separate
}
.form-group .input-group .custom-select {
  width:15%;
  border:1px solid rgba(0,0,0,.1);
  border-right:0;
  padding:.2rem .5rem;
  height:38px;
  float:left;
  margin-top:.6rem;
  background-position:95% center
}
.form-group .input-group .form-control {
  width:85%;
  display:table
}
.form-group .custom-file {
  font-size:1rem;
  text-transform:none;
  width:100%;
  position:relative;
  display:inline-block;
  max-width:100%;
  height:2.5rem;
  cursor:pointer
}
.form-group .custom-file-input {
  min-width:14rem;
  max-width:100%;
  margin:0;
  opacity:0;
  display:block;
  padding:.5rem 1rem;
  margin-bottom:10px
}
.form-group .custom-file-control {
  padding-left:0;
  background-color:transparent;
  border:0;
  border-bottom:1px solid rgba(0,0,0,.1);
  padding-right:2rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:5;
  height:2rem;
  padding:.5rem 0 0;
  line-height:1.5;
  color:#555;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  border-radius:0
}
.funds__header {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  padding:20px 24px 0
}
.funds__header-left {
  display:flex;
  flex-direction:column
}
.funds__header-left span {
  color:#262626;
  text-transform:uppercase;
  font-size:12px
}
.funds__header-left .header-balance {
  display:flex;
  align-items:center;
  color:#1da0cb
}
.funds__header-left .header-balance small {
  font-size:12px;
  margin-right:4px
}
.funds__header-left .header-balance strong {
  font-size:40px
}
.funds__header-right {
  padding-bottom:10px
}
.funds__header-right .header-more {
  width:34px;
  height:30px;
  background-color:#e6e6e6;
  display:flex;
  justify-content:center;
  align-items:center
}
.funds__header-right .header-more i {
  color:#262626;
  font-size:24px
}
.funds__menu {
  margin-top:1px;
  padding-bottom:55px
}
.funds__menu ul {
  display:flex;
  flex-wrap:wrap
}
.funds__menu ul li {
  background-color:#e6e5e5;
  flex:0 0 33.333%;
  width:33.333%;
  padding:unset;
  border:1px solid rgba(0,0,0,.125);
  border-width:0 1px 1px 0;
  border-color:#fff;
  box-sizing:border-box
}
@media (max-width:544px) {
  .funds__menu ul li {
    flex:0 0 50%;
    width:50%
  }
}
.funds__menu ul li a {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:1.25rem;
  color:#262626
}
.funds__menu ul li a img {
  width:40px;
  height:41px;
  margin-bottom:8px
}
.funds__menu ul li a span {
  font-size:10px;
  text-transform:uppercase;
  font-weight:300
}
.funds__menu--wallet {
  display:none;
  padding-bottom:0
}
.funds__menu--wallet ul li {
  background-color:#171342;
  padding:.75rem 1rem;
  text-align:center
}
.funds__menu--wallet ul li .label {
  font-size:.625rem;
  text-transform:uppercase;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:300
}
.funds__menu--wallet ul li .value {
  font-size:1.5rem;
  color:#1da0cb
}
.funds__menu--wallet ul li .currency {
  font-size:1rem;
  font-weight:700
}
.funds__transfer {
  max-width:30rem;
  margin:0 auto;
  padding:15px 15px 45px;
  box-sizing:border-box
}
.funds__container {
  position:relative
}
.funds__container ul {
  border-color:transparent;
  background-color:#f2f2f2;
  position:relative;
  left:0;
  right:0;
  overflow:auto
}
.funds__container ul::-webkit-scrollbar {
  display:none
}
.funds__container ul li {
  padding:0;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:block;
  transition:.3s
}
.funds__container ul li a {
  padding:10px 32px;
  color:#636c72;
  display:block
}
.funds__container ul li.active {
  border-bottom:1px solid #1da0cb
}
.funds__container ul li.active a {
  color:#1da0cb
}
.funds__container-section {
  max-width:30rem;
  margin:0 auto;
  padding:12px 15px;
  box-sizing:border-box
}
.funds__container-section table {
  width:100%;
  max-width:100%;
  margin-bottom:1rem;
  font-size:.875rem;
  color:#292b2c
}
.funds__container-section table tr td,
.funds__container-section table tr th {
  vertical-align:middle;
  padding:.3rem;
  border-bottom:1px solid rgba(0,0,0,.1)
}
.funds__container-section table tr th {
  color:#171342;
  text-align:left;
  font-weight:300;
  padding-left:0
}
.funds__container-section .section-input {
  padding-bottom:50px
}
.funds__container-section .section-input .bank-information {
  padding:24px 0
}
.funds__container-section .section-input .bank-information ul {
  border-radius:.5rem;
  border:1px solid rgba(0,0,0,.125);
  display:flex;
  flex-direction:column;
  position:relative;
  background-color:#fff
}
.funds__container-section .section-input .bank-information ul li {
  padding:.75rem 1.25rem;
  display:flex
}
.funds__container-section .section-input .bank-information ul li span {
  font-size:1rem;
  color:#292b2c
}
.funds__container-section .section-input .bank-information ul li span:first-child {
  margin-right:4px
}
.funds__container-section .section-input .alert-danger {
  background-color:#f2dede;
  border-color:#ebcccc;
  color:#a94442
}
.funds__container-section .section-note {
  color:#292b2c
}
.funds__container-section .section-note__box {
  background-color:#d4edda;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  border:1px solid rgba(128,128,128,.2);
  padding:10px;
  border-radius:4px;
  font-size:16px
}
.funds__container-section .section-note__box ul {
  display:block;
  list-style-type:disc;
  -webkit-margin-before:1em;
  margin-block-start:1em;
  -webkit-margin-after:1em;
  margin-block-end:1em;
  -webkit-margin-start:0;
  margin-inline-start:0;
  -webkit-margin-end:0;
  margin-inline-end:0;
  -webkit-padding-start:40px;
  padding-inline-start:40px;
  border-color:unset;
  background-color:unset;
  position:unset;
  left:unset;
  right:unset;
  overflow:unset
}
.funds__container-section .section-note__box ul li {
  padding:unset;
  white-space:unset;
  text-overflow:unset;
  display:list-item;
  transition:unset
}
.funds__container-section .section-note__box ul li a {
  padding:unset;
  color:#1da0cb;
  display:unset
}
.funds__container-section .section-note h3 {
  font-size:16px
}
.funds__container-section .section-note .coupon {
  display:flex;
  font-size:16px;
  border-top:1px solid rgba(0,0,0,.15);
  padding:8px 0
}
.funds__container-section .section-note .coupon strong {
  flex:3
}
.funds__container-section .section-note .coupon span {
  flex:1
}
.funds__container-section .section-text {
  padding:16px
}
.funds__container-section .section-text p {
  font-size:16px
}
.funds__container-section .section-text a {
  color:#1da0cb
}
.funds__rebate {
  max-width:35rem;
  margin:0 auto;
  padding:55px 15px
}
.funds__rebate-header {
  padding-bottom:12px;
  border-bottom:1px solid rgba(0,0,0,.1)
}
.funds__rebate-detail {
  margin-top:16px;
  margin-right:-15px;
  margin-left:-15px
}
.funds__rebate-detail .rebate-item__title {
  text-align:center;
  font-size:14px;
  color:#292b2c;
  text-transform:uppercase
}
.funds__rebate-detail .rebate-item__detail {
  margin-top:12px;
  display:flex;
  flex-wrap:wrap
}
.funds__rebate-detail .rebate-item__detail-box {
  width:50%;
  padding:0 15px;
  box-sizing:border-box
}
@media only screen and (max-width:475px) {
  .funds__rebate-detail .rebate-item__detail-box {
    width:100%;
    padding:0
  }
}
.funds__rebate-detail .rebate-item__detail-box .box-header {
  position:relative;
  border-bottom:1px solid rgba(0,0,0,.1);
  padding:12px 15px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.funds__rebate-detail .rebate-item__detail-box .box-header span {
  color:#292b2c;
  font-size:12px
}
.funds__rebate-detail .rebate-item__detail-box .box-header .chevron i {
  color:#292b2c
}
.funds__rebate-detail .rebate-item__detail-box .box-content {
  background-color:#e6e5e5;
  display:none
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul {
  display:flex;
  flex-direction:column
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li {
  display:flex;
  justify-content:space-between;
  padding:5px 12px;
  background-color:#fff;
  border:1px solid #ddd;
  border-top:0
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li span {
  font-size:12px
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li span:first-child {
  color:#292b2c
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li span:last-child {
  color:#1da0cb
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li span.min {
  background-color:#e3a43b;
  padding:3px 8px;
  font-size:12px;
  color:#fff;
  border-radius:50rem
}
.funds__rebate-detail .rebate-item__detail-box .box-content__cta {
  padding:5px;
  text-align:center;
  color:#111
}
.funds__rebate-detail .rebate-item__detail-box .box-content__cta a {
  padding:8px;
  font-size:12px;
  color:#fff;
  display:block
}
.funds__rebate-footer {
  padding:12px 0 6px
}
.hamburger {
  padding:8px 8px!important;
  display:inline-block;
  cursor:pointer;
  transition-property:opacity,-webkit-filter;
  transition-property:opacity,filter;
  transition-property:opacity,filter,-webkit-filter;
  transition-duration:.15s;
  transition-timing-function:linear;
  font:inherit;
  color:inherit;
  text-transform:none;
  background-color:transparent;
  border:0;
  margin:0;
  overflow:visible
}
.hamburger:hover {
  opacity:.7
}
.hamburger-box {
  display:block;
  width:25px;
  height:16px
}
.hamburger-inner {
  display:block;
  top:50%;
  margin-top:-1px
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width:25px;
  height:2px;
  background-color:#fff;
  border-radius:4px;
  position:absolute;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform,-webkit-transform;
  transition-duration:.15s;
  transition-timing-function:ease
}
.hamburger-inner::after,
.hamburger-inner::before {
  content:"";
  display:block
}
.hamburger-inner::before {
  top:-7px
}
.hamburger-inner::after {
  bottom:-7px
}
.hamburger--squeeze .hamburger-inner {
  transition-duration:.1s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze .hamburger-inner::before {
  transition:top .1s .14s ease,opacity .1s ease
}
.hamburger--squeeze .hamburger-inner::after {
  transition:bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
  transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55, .055, .675, .19);
  transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55, .055, .675, .19),-webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}
.swmenu .hamburger:hover {
  opacity:1!important
}
.swmenu .hamburger-inner {
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  transition-delay:.14s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.swmenu .hamburger-inner::before {
  top:0;
  opacity:0;
  transition:top .1s ease,opacity .1s .14s ease
}
.swmenu .hamburger-inner::after {
  bottom:0;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  transition:bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
  transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215, .61, .355, 1);
  transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215, .61, .355, 1),-webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1)
}
.modal-signup {
  background-color:rgba(255,255,255,.9);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:9999999;
  display:none;
  overflow:auto
}
.modal-signup__dialog {
  max-width:650px;
  background-color:#e9e9ed;
  color:#464a4c;
  box-shadow:0 0 50px 10px rgba(10,10,10,.25);
  margin:auto;
  position:relative;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:unset;
  -webkit-transform:unset;
  transform:unset
}
.modal-signup__dialog-header {
  padding:15px;
  border-bottom:1px solid rgba(128,128,128,.2);
  position:relative
}
.modal-signup__dialog-header .header-title {
  text-align:center
}
.modal-signup__dialog-header .header-close {
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer
}
.modal-signup__dialog-header .header-close:active {
  opacity:.2
}
.modal-signup__dialog-header .header-close i {
  font-size:18px
}
.modal-signup__dialog-body .img-container {
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:24px
}
.modal-signup__dialog-body .img-container img {
  max-width:200px;
  margin:0 auto;
  height:auto
}
.modal-signup__dialog-body form {
  padding:24px 24px 48px
}
.modal-signup__dialog-body form .form-container {
  display:flex;
  flex-direction:column
}
.modal-signup__dialog-body form .form-container .form-input {
  flex:1
}
.modal-signup__dialog-body form .form-container .form-input .form-group {
  display:flex;
  flex-direction:column;
  padding:12px;
  position:relative;
  margin-bottom:0
}
.modal-signup__dialog-body form .form-container .form-input .form-group label {
  margin-bottom:8px
}
.modal-signup__dialog-body form .form-container .form-input .form-group label span {
  color:#d42848
}
.modal-signup__dialog-body form .form-container .form-input .form-group .form-control {
  padding:11px 8px;
  font-size:14px;
  height:40px;
  box-sizing:border-box;
  border:none;
  background-color:#fff
}
.modal-signup__dialog-body form .form-container .form-input .form-group .form-control:focus {
  outline:0
}
.modal-signup__dialog-body form .form-container .form-input .form-group .select-date {
  margin-right:8px
}
.modal-signup__dialog-body form .form-container .form-input .form-group .select-date:first-child {
  flex:1
}
.modal-signup__dialog-body form .form-container .form-input .form-group .select-date:nth-child(2) {
  flex:3
}
.modal-signup__dialog-body form .form-container .form-input .form-group .select-date:nth-child(3) {
  flex:2;
  margin-right:0
}
.modal-signup__dialog-body form .form-container .form-input .form-group .m-code {
  margin-right:8px;
  width:60px
}
.modal-signup__dialog-body form .form-container .form-input .form-group .phone {
  flex:1
}
.modal-signup__dialog-body form .form-container .form-input .form-group select {
  -webkit-appearance:none;
  border-radius:0;
  background-position:right center;
  background-repeat:no-repeat;
  background-size:38px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAi0lEQVR4Ae3QMQ0CQRRF0XWADdz9n0wxHWYwQIkGWhocYIIE1sKj2AT2nOQauAsJAAAAAAAAAAAAuvtSVe8Neq2d/mHY4+sJeeefHzbGOFbVc4NZtznnYVmZls8yLZ9lWj7LtHSWacEs04JZppkVTjMrmGZWMM2sYJpZwbR7d193MQsAAAAAAAAAAD6rXkPcI0ThZQAAAABJRU5ErkJggg==)!important
}
.modal-signup__dialog-body form .form-container .form-input .form-group input::-webkit-inner-spin-button,
.modal-signup__dialog-body form .form-container .form-input .form-group input::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0
}
.modal-signup__dialog-body form .form-container .form-input .form-group input[type=number] {
  -moz-appearance:textfield
}
.modal-signup__dialog-body form .form-container .form-input .form-group label.error {
  margin:4px 0 0;
  color:#d42848;
  font-size:12px
}
.modal-signup__dialog-body form .terms-condition {
  display:flex;
  padding:12px 12px 24px;
  position:relative
}
.modal-signup__dialog-body form .terms-condition input[type=checkbox] {
  position:relative;
  width:18px;
  height:18px;
  background-color:#fff;
  border:1px solid rgba(113,123,143,.2);
  border-radius:4px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:0;
  cursor:pointer
}
.modal-signup__dialog-body form .terms-condition input[type=checkbox]:checked {
  color:#fff;
  border-color:#171342;
  background:#171342
}
.modal-signup__dialog-body form .terms-condition input[type=checkbox]:checked::before {
  opacity:1
}
.modal-signup__dialog-body form .terms-condition input[type=checkbox]::before {
  position:absolute;
  content:"";
  display:block;
  top:0;
  left:5px;
  width:5px;
  height:11px;
  border-style:solid;
  border-color:#fff;
  border-width:0 2px 2px 0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  opacity:0
}
.modal-signup__dialog-body form .terms-condition__text {
  margin-left:8px;
  font-size:12px;
  color:#525165;
  max-width:530px
}
.modal-signup__dialog-body form .terms-condition__text a {
  color:#1da0d9
}
.modal-signup__dialog-body form .terms-condition__text span {
  color:#d42848
}
.modal-signup__dialog-body form .terms-condition .error {
  position:absolute;
  position:absolute;
  top:8px;
  right:8px
}
.modal-signup__dialog-body form .terms-condition .error .caption {
  position:absolute;
  bottom:37px;
  right:0;
  padding:10px;
  border-radius:4px;
  background-color:#d42848;
  border-color:#bf245a;
  color:#fff;
  text-align:center;
  width:150px;
  box-sizing:border-box;
  display:none
}
.modal-signup__dialog-body form .terms-condition .error i {
  font-size:25px;
  color:#d42848
}
.modal-signup__dialog-body form .terms-condition .error:hover .caption {
  display:block
}
.modal-signup__dialog-body form .button {
  margin:0 auto;
  width:180px;
  display:block;
  padding:12px 16px;
  font-size:16px;
  line-height:1.33333;
  border-radius:0;
  cursor:pointer;
  box-sizing:border-box;
  text-align:center
}
.modal-signup__dialog-body form .button:focus {
  outline:0
}
.modal-signup__dialog-body form .button:active {
  opacity:.2
}
.modal-signup__dialog-body form .button--register {
  color:#212121;
  background-color:#e3a43b;
  border-color:#e3a43b
}
.modal-forgot {
  background-color:rgba(255,255,255,.9);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:9999999;
  display:none
}
.modal-forgot__dialog {
  max-width:650px;
  background-color:#e9e9ed;
  color:#464a4c;
  box-shadow:0 0 50px 10px rgba(10,10,10,.25);
  margin:auto;
  position:relative;
  flex:1
}
.modal-forgot__dialog-header {
  padding:15px;
  border-bottom:1px solid rgba(128,128,128,.2);
  position:relative
}
.modal-forgot__dialog-header .forgot-title {
  text-align:center
}
.modal-forgot__dialog-header .forgot-close {
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer
}
.modal-forgot__dialog-header .forgot-close:active {
  opacity:.2
}
.modal-forgot__dialog-header .forgot-close i {
  font-size:18px
}
.modal-forgot__dialog-body .img-container {
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:24px
}
.modal-forgot__dialog-body .img-container img {
  max-width:200px;
  margin:0 auto;
  height:auto
}
.modal-forgot__dialog-body form {
  padding:24px 12px 48px
}
.modal-forgot__dialog-body form .form-container .form-group {
  display:flex;
  flex-direction:column;
  padding:12px 0;
  position:relative;
  margin-bottom:0
}
.modal-forgot__dialog-body form .form-container .form-group .form-control {
  padding:11px 8px;
  font-size:14px;
  height:40px;
  box-sizing:border-box;
  border:none;
  background-color:#fff;
  margin-top:0
}
.modal-forgot__dialog-body form .form-container .form-group .form-control:focus {
  outline:0
}
.modal-forgot__dialog-body form .form-container .form-group .icon {
  position:absolute;
  top:22px;
  right:12px
}
.modal-forgot__dialog-body form .form-container .form-group .icon i {
  font-size:16px
}
.modal-forgot__dialog-body form .form-container .form-group .icon .caption {
  position:absolute;
  bottom:37px;
  right:0;
  padding:10px;
  border-radius:4px;
  background-color:#d42848;
  border-color:#bf245a;
  color:#fff;
  text-align:center;
  width:150px;
  box-sizing:border-box
}
.modal-forgot__dialog-body form .form-container .form-group label.error {
  margin:4px 0 0;
  color:#d42848;
  font-size:12px
}
.modal-forgot__dialog-body form .button {
  margin:0 auto;
  width:180px;
  display:block;
  padding:12px 16px;
  font-size:16px;
  line-height:1.33333;
  border-radius:0;
  cursor:pointer;
  box-sizing:border-box;
  text-align:center
}
.modal-forgot__dialog-body form .button:focus {
  outline:0
}
.modal-forgot__dialog-body form .button:active {
  opacity:.2
}
.modal-forgot__dialog-body form .button--submit {
  color:#212121;
  background-color:#e3a43b;
  border-color:#e3a43b;
  margin-top:16px
}
.modal-login {
  background-color:rgba(255,255,255,.9);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:9999999;
  display:none;
  overflow:auto
}
.modal-login__dialog {
  max-width:650px;
  background-color:#e9e9ed;
  color:#464a4c;
  box-shadow:0 0 50px 10px rgba(10,10,10,.25);
  margin:auto;
  position:relative;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:unset;
  -webkit-transform:unset;
  transform:unset
}
.modal-login__dialog-header {
  padding:15px;
  border-bottom:1px solid rgba(128,128,128,.2);
  position:relative
}
.modal-login__dialog-header .header-title {
  text-align:center
}
.modal-login__dialog-header .header-close {
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer
}
.modal-login__dialog-header .header-close:active {
  opacity:.2
}
.modal-login__dialog-header .header-close i {
  font-size:18px
}
.modal-login__dialog-body .img-container {
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:24px
}
.modal-login__dialog-body .img-container img {
  max-width:200px;
  margin:0 auto;
  height:auto
}
.modal-login__dialog-body form {
  padding:24px 24px 48px
}
.modal-login__dialog-body form .form-container {
  display:flex;
  flex-direction:column
}
.modal-login__dialog-body form .form-container .form-input {
  flex:1
}
.modal-login__dialog-body form .form-container .form-input .form-group {
  display:flex;
  flex-direction:column;
  padding:12px;
  position:relative
}
.modal-login__dialog-body form .form-container .form-input .form-group label {
  margin-bottom:8px
}
.modal-login__dialog-body form .form-container .form-input .form-group label span {
  color:#d42848
}
.modal-login__dialog-body form .form-container .form-input .form-group .form-control {
  padding:11px 8px;
  font-size:14px;
  height:40px;
  box-sizing:border-box;
  border:none;
  background-color:#fff
}
.modal-login__dialog-body form .form-container .form-input .form-group .form-control:focus {
  outline:0
}
.modal-login__dialog-body form .form-container .form-input .form-group .select-date {
  margin-right:8px
}
.modal-login__dialog-body form .form-container .form-input .form-group .select-date:first-child {
  flex:1
}
.modal-login__dialog-body form .form-container .form-input .form-group .select-date:nth-child(2) {
  flex:3
}
.modal-login__dialog-body form .form-container .form-input .form-group .select-date:nth-child(3) {
  flex:2;
  margin-right:0
}
.modal-login__dialog-body form .form-container .form-input .form-group .m-code {
  margin-right:8px;
  width:60px
}
.modal-login__dialog-body form .form-container .form-input .form-group .phone {
  flex:1
}
.modal-login__dialog-body form .form-container .form-input .form-group select {
  -webkit-appearance:none;
  border-radius:0;
  background-position:right center;
  background-repeat:no-repeat;
  background-size:38px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAi0lEQVR4Ae3QMQ0CQRRF0XWADdz9n0wxHWYwQIkGWhocYIIE1sKj2AT2nOQauAsJAAAAAAAAAAAAuvtSVe8Neq2d/mHY4+sJeeefHzbGOFbVc4NZtznnYVmZls8yLZ9lWj7LtHSWacEs04JZppkVTjMrmGZWMM2sYJpZwbR7d193MQsAAAAAAAAAAD6rXkPcI0ThZQAAAABJRU5ErkJggg==)!important
}
.modal-login__dialog-body form .form-container .form-input .form-group input::-webkit-inner-spin-button,
.modal-login__dialog-body form .form-container .form-input .form-group input::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0
}
.modal-login__dialog-body form .form-container .form-input .form-group input[type=number] {
  -moz-appearance:textfield
}
.modal-login__dialog-body form .form-container .form-input .form-group label.error {
  margin:4px 0 0;
  color:#d42848;
  font-size:12px
}
.modal-login__dialog-body form .terms-condition {
  display:flex;
  padding:12px 12px 24px;
  position:relative
}
.modal-login__dialog-body form .terms-condition input[type=checkbox] {
  position:relative;
  width:18px;
  height:18px;
  background-color:#fff;
  border:1px solid rgba(113,123,143,.2);
  border-radius:4px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:0;
  cursor:pointer
}
.modal-login__dialog-body form .terms-condition input[type=checkbox]:checked {
  color:#fff;
  border-color:#171342;
  background:#171342
}
.modal-login__dialog-body form .terms-condition input[type=checkbox]:checked::before {
  opacity:1
}
.modal-login__dialog-body form .terms-condition input[type=checkbox]::before {
  position:absolute;
  content:"";
  display:block;
  top:0;
  left:5px;
  width:5px;
  height:11px;
  border-style:solid;
  border-color:#fff;
  border-width:0 2px 2px 0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  opacity:0
}
.modal-login__dialog-body form .terms-condition__text {
  margin-left:8px;
  font-size:12px;
  color:#525165;
  max-width:530px
}
.modal-login__dialog-body form .terms-condition__text a {
  color:#1da0d9
}
.modal-login__dialog-body form .terms-condition__text span {
  color:#d42848
}
.modal-login__dialog-body form .terms-condition .error {
  position:absolute;
  position:absolute;
  top:8px;
  right:8px
}
.modal-login__dialog-body form .terms-condition .error .caption {
  position:absolute;
  bottom:37px;
  right:0;
  padding:10px;
  border-radius:4px;
  background-color:#d42848;
  border-color:#bf245a;
  color:#fff;
  text-align:center;
  width:150px;
  box-sizing:border-box;
  display:none
}
.modal-login__dialog-body form .terms-condition .error i {
  font-size:25px;
  color:#d42848
}
.modal-login__dialog-body form .terms-condition .error:hover .caption {
  display:block
}
.modal-login__dialog-body form .button {
  margin:0 auto;
  width:180px;
  display:block;
  padding:12px 16px;
  font-size:16px;
  line-height:1.33333;
  border-radius:0;
  cursor:pointer;
  box-sizing:border-box;
  text-align:center
}
.modal-login__dialog-body form .button:focus {
  outline:0
}
.modal-login__dialog-body form .button:active {
  opacity:.2
}
.modal-login__dialog-body form .button--register {
  color:#212121;
  background-color:#e3a43b;
  border-color:#e3a43b
}
.modal,
.modal-apps {
  z-index:9999!important
}
.modal-apps {
  background-color:rgba(255,255,255,.9);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:9999999;
  display:none;
  overflow:auto
}
.modal-apps__dialog {
  max-width:650px;
  background-color:#e9e9ed;
  color:#464a4c;
  box-shadow:0 0 50px 10px rgba(10,10,10,.25);
  margin:auto;
  position:relative;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:unset;
  -webkit-transform:unset;
  transform:unset
}
.modal-apps__dialog-header {
  padding:15px;
  border-bottom:1px solid rgba(128,128,128,.2);
  position:relative
}
.modal-apps__dialog-header .header-title {
  text-align:center
}
.modal-apps__dialog-header .header-close {
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer
}
.modal-apps__dialog-header .header-close:active {
  opacity:.2
}
.modal-apps__dialog-header .header-close i {
  font-size:18px
}
.modal-apps__dialog-body .img-container {
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:24px
}
.modal-apps__dialog-body .img-container img {
  max-width:200px;
  margin:0 auto;
  height:auto
}
.modal-apps__dialog-body form .form-container {
  display:flex;
  flex-direction:column
}
.modal-apps__dialog-body form .form-container .form-input {
  flex:1
}
.modal-apps__dialog-body form .form-container .form-input .form-group {
  display:flex;
  flex-direction:column;
  padding:12px;
  position:relative
}
.modal-apps__dialog-body form .form-container .form-input .form-group label {
  margin-bottom:8px
}
.modal-apps__dialog-body form .form-container .form-input .form-group label span {
  color:#d42848
}
.modal-apps__dialog-body form .form-container .form-input .form-group .form-control {
  padding:11px 8px;
  font-size:14px;
  height:40px;
  box-sizing:border-box;
  border:none;
  background-color:#fff
}
.modal-apps__dialog-body form .form-container .form-input .form-group .form-control:focus {
  outline:0
}
.modal-apps__dialog-body form .form-container .form-input .form-group .select-date {
  margin-right:8px
}
.modal-apps__dialog-body form .form-container .form-input .form-group .select-date:first-child {
  flex:1
}
.modal-apps__dialog-body form .form-container .form-input .form-group .select-date:nth-child(2) {
  flex:3
}
.modal-apps__dialog-body form .form-container .form-input .form-group .select-date:nth-child(3) {
  flex:2;
  margin-right:0
}
.modal-apps__dialog-body form .form-container .form-input .form-group .m-code {
  margin-right:8px;
  width:60px
}
.modal-apps__dialog-body form .form-container .form-input .form-group .phone {
  flex:1
}
.modal-apps__dialog-body form .form-container .form-input .form-group select {
  -webkit-appearance:none;
  border-radius:0;
  background-position:right center;
  background-repeat:no-repeat;
  background-size:38px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAi0lEQVR4Ae3QMQ0CQRRF0XWADdz9n0wxHWYwQIkGWhocYIIE1sKj2AT2nOQauAsJAAAAAAAAAAAAuvtSVe8Neq2d/mHY4+sJeeefHzbGOFbVc4NZtznnYVmZls8yLZ9lWj7LtHSWacEs04JZppkVTjMrmGZWMM2sYJpZwbR7d193MQsAAAAAAAAAAD6rXkPcI0ThZQAAAABJRU5ErkJggg==)!important
}
.modal-apps__dialog-body form .form-container .form-input .form-group input::-webkit-inner-spin-button,
.modal-apps__dialog-body form .form-container .form-input .form-group input::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0
}
.modal-apps__dialog-body form .form-container .form-input .form-group input[type=number] {
  -moz-appearance:textfield
}
.modal-apps__dialog-body form .form-container .form-input .form-group label.error {
  margin:4px 0 0;
  color:#d42848;
  font-size:12px
}
.modal-apps__dialog-body form .terms-condition {
  display:flex;
  padding:12px 12px 24px;
  position:relative
}
.modal-apps__dialog-body form .terms-condition input[type=checkbox] {
  position:relative;
  width:18px;
  height:18px;
  background-color:#fff;
  border:1px solid rgba(113,123,143,.2);
  border-radius:4px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:0;
  cursor:pointer
}
.modal-apps__dialog-body form .terms-condition input[type=checkbox]:checked {
  color:#fff;
  border-color:#171342;
  background:#171342
}
.modal-apps__dialog-body form .terms-condition input[type=checkbox]:checked::before {
  opacity:1
}
.modal-apps__dialog-body form .terms-condition input[type=checkbox]::before {
  position:absolute;
  content:"";
  display:block;
  top:0;
  left:5px;
  width:5px;
  height:11px;
  border-style:solid;
  border-color:#fff;
  border-width:0 2px 2px 0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  opacity:0
}
.modal-apps__dialog-body form .terms-condition__text {
  margin-left:8px;
  font-size:12px;
  color:#525165;
  max-width:530px
}
.modal-apps__dialog-body form .terms-condition__text a {
  color:#1da0d9
}
.modal-apps__dialog-body form .terms-condition__text span {
  color:#d42848
}
.modal-apps__dialog-body form .terms-condition .error {
  position:absolute;
  position:absolute;
  top:8px;
  right:8px
}
.modal-apps__dialog-body form .terms-condition .error .caption {
  position:absolute;
  bottom:37px;
  right:0;
  padding:10px;
  border-radius:4px;
  background-color:#d42848;
  border-color:#bf245a;
  color:#fff;
  text-align:center;
  width:150px;
  box-sizing:border-box;
  display:none
}
.modal-apps__dialog-body form .terms-condition .error i {
  font-size:25px;
  color:#d42848
}
.modal-apps__dialog-body form .terms-condition .error:hover .caption {
  display:block
}
.modal-apps__dialog-body form .button {
  margin:0 auto;
  width:180px;
  display:block;
  padding:12px 16px;
  font-size:16px;
  line-height:1.33333;
  border-radius:0;
  cursor:pointer;
  box-sizing:border-box;
  text-align:center
}
.modal-apps__dialog-body form .button:focus {
  outline:0
}
.modal-apps__dialog-body form .button:active {
  opacity:.2
}
.modal-apps__dialog-body form .button--register {
  color:#212121;
  background-color:#e3a43b;
  border-color:#e3a43b
}
.mobLine {
  padding:20px
}
.mobLine input {
  padding:6px 8px;
  background-color:#fff;
  border:0;
  font-size:12px;
  width:calc(100% - 16px)
}
.mobLine .btn {
  background-color:#e3a43b;
  color:#212121;
  cursor:pointer;
  border:0;
  padding:6px 20px;
  font-weight:700
}
.mobLine .btn:hover {
  background-color:#d0942f
}
.text-center {
  text-align:center
}
.modal-login__dialog-body .button2 {
  color:#212121;
  background-color:#1da0cb;
  border-color:#1da0cb
}
.modal-login__dialog-body .button-forget {
  color:#1da0cb;
  display:block;
  margin:20px 0
}
.form-control.error {
  border:2px solid red!important
}
label.error {
  font-size:12px;
  font-weight:700;
  color:red;
  padding-top:3px;
  display:block;
  text-transform:none
}
#showD {
  display:none
}
body.swmenu {
  overflow-x:hidden
}
body.swmenu .menu {
  left:0
}
body.swmenu .bottom-nav,
body.swmenu .content,
body.swmenu .nav {
  -webkit-transform:translate(280px);
  transform:translate(280px)
}
.bottom-nav,
.content,
.nav {
  transition-duration:.3s
}
.overlap {
  position:fixed;
  width:100%;
  height:100%;
  background:rgb(0 0 0 / 85%);
  z-index:9999;
  display:none
}
body.swmenu .overlap {
  display:block
}
.pbox {
  color:#212121
}
.pbox img {
  max-width:100%;
  height:auto!important
}
.err404 {
  color:#636c72;
  text-align:center;
  padding:20px 0
}
.err404 h1 {
  color:#212121;
  font-size:76px;
  padding:0;
  margin:0;
  line-height:80px
}
.dl-box {
  padding:20px 0
}
.dl-listing {
  padding-bottom:20px;
  border-bottom:1px solid rgba(113,123,143,.2)
}
.dl-listing ul {
  text-align:center;
  display:block
}
.dl-listing ul li {
  display:inline-block
}
.dl-listing img {
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  max-width:44px
}
.dl-listing a.active img {
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%)
}
.dl-body {
  font-size:0px
}
.dl-bb {
  display:inline-block;
  width:46%;
  text-align:center;
  padding:20px 2%
}
.dl-bbt {
  background-color:rgba(113,123,143,.25);
  font-size:0px;
  display:flex;
  align-items:center
}
.dl-bbt .l,
.dl-bbt .r {
  flex:1
}
.dl-bbt img {
  width:100%;
  height:auto
}
.dl-bb h4 {
  color:#212121;
  font-size:16px;
  padding:0;
  margin:15px 0 10px
}
.dl-bb a {
  color:#212121;
  background-color:#e3a43b;
  padding:6px 0;
  display:inline-block;
  font-size:12px;
  width:50%
}
.dl-bb a:hover {
  background-color:#ce8c1d
}
.dl-bb a.b2 {
  background-color:#333
}
.dl-bb a.b2:hover {
  background-color:#333
}
.funds__header-right .header-more {
  cursor:pointer
}
.funds__header-right .header-more .caret {
  display:block;
  width:0;
  height:0;
  margin:6px auto -2px;
  border:8px solid transparent;
  border-top-color:#171342;
  transition:.3s
}
.funds__header-right .header-more.aa {
  background-color:#171342
}
.funds__header-right .header-more.aa .caret {
  border-bottom-color:#fff;
  margin:-2px auto 6px
}
.g8-bal {
  text-align:center;
  color:#301d6e;
  font-size:0px
}
.g8-bal .bbl {
  padding:6px 5px;
  position:relative;
  background-color:#171342;
  border:1px solid #fff;
  border-bottom:0;
  width:calc(33.33% - 12px);
  display:inline-block
}
.g8-bal .bbl p {
  margin:0;
  font-size:10px;
  text-transform:uppercase;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#fff
}
.g8-bal .bbl span {
  padding:0 5px;
  font-size:18px;
  margin:0;
  color:#1da0cb
}
.g8-bal .bbl a {
  color:#fff;
  font-size:14px
}
.g8-bal .bbl a:hover {
  color:#1da0cb
}
.g8-bal .bbl-0 {
  width:calc(100% - 12px)
}
.g8-bal .bbl-0 .b1 {
  display:block;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase
}
.bbloverlap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.7);
  background-image:url(/assets/img/preloader.svg);
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto 40px
}
.nav__logo {
  max-width:none
}
.nav__logo a {
  display:inline-flex
}
.nav__logo img {
  max-width:none;
  height:41px;
  width:auto
}
.content {
  margin:50px 0 100px
}
.funds__rebate-detail .rebate-item {
  margin:0 25px
}
.arrow {
  transition:.3s;
  -webkit-transform:rotate(0);
  transform:rotate(0)
}
.arrow.aa {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.funds__rebate-detail .rebate-item__detail p {
  display:block;
  color:#fff;
  width:100%;
  margin:0;
  text-align:center
}
.button-sm {
  margin-top:3px;
  font-size:12px;
  font-weight:700;
  padding:5px;
  display:inline-block;
  width:100%
}
.funds__container-section h3 {
  color:#fff;
  font-size:16px
}
.msglist-box {
  background-color:#171342;
  color:#fff;
  margin-bottom:10px!important;
  font-size:12px;
  padding:10px!important
}
.msglist-box-left {
  display:inline-block;
  vertical-align:top;
  padding-right:5px;
  min-width:150px
}
.msglist-box-right {
  display:inline-block;
  vertical-align:top;
  padding-left:5px
}
.msglist-box a {
  color:#ce8c1d
}
.seo {
  padding:25px 15px;
  border-top:0 solid rgba(113,123,143,.2);
  color:#fff
}
.seo h1,
.seo h2,
.seo h3,
.seo h4,
.seo h5 {
  font-size:1em;
  margin:0 0 10px;
  line-height:normal;
  color:#06a351
}
.seo p {
  font-size:12px
}
.seo a {
  font-weight:700;
  color:#83bd82ff
}
.regbank-tickbox {
  padding-top:3px;
  font-size:11px;
  display:none
}
.modal-forgot__dialog-body .img-container img,
.modal-login__dialog-body .img-container img,
.modal-signup__dialog-body .img-container img {
  -webkit-filter:brightness(0%);
  filter:brightness(0%)
}
.matches__detail-versus .club-detail__score.center {
  display:inline-block;
  text-align:center
}
.contact {
  color:#262626
}
.contact .d {
  text-align:center
}
.contact .d ul {
  font-size:0px;
  display:block
}
.contact .d ul li {
  display:inline-block;
  width:calc(50% - 10px);
  font-size:14px;
  background-color:#eee;
  vertical-align:top;
  padding:10px 0;
  margin:5px
}
.contact .d ul li span {
  font-size:16px;
  display:block
}
.contact .d ul li i {
  font-size:26px;
  display:block;
  padding:10px 0
}
.contact .d ul li a {
  color:#373737
}
.box__detail.s1 {
  font-size:0px
}
.box__detail.s1 .box__detail-img {
  margin-bottom:8px;
  width:calc(25% - 10px);
  display:inline-block;
  padding:0 5px
}
.box__detail.s1 .box__detail-img img {
  border-radius:.5rem
}
.box__detail-img img {
  border:0;
  width:100%;
  border-radius:.5rem .5rem 0 0
}
.box__detail-img .cta {
  display:none;
  background-color:#04a351;
  color:#212121;
  text-transform:uppercase;
  padding:4px 0;
  font-size:14px;
  text-align:center;
  border-radius:0 0 .5rem .5rem
}
@media only screen and (max-width:479px) {
  .box__detail.s1 .box__detail-img {
    width:calc(100%/3 - 10px)
  }
}
body {
  background-color:#101010;
  overflow-x:hidden
}
.nav {
  background-color:#101010
}
.bottom-nav {
  background-color:#002311
}
.bottom-nav a {
  color:#101010
}
.menu {
  background-color:#080711
}
.menu ul li,
.menu--login ul li:first-child,
.menu--login ul li:nth-child(2) {
  border-color:#002311;
}
.menu ul li a img {
  -webkit-filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(3deg) brightness(111%) contrast(101%)!important;
  filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(3deg) brightness(111%) contrast(101%)!important
}
.footer .social-logo ul li a {
  color:#04a351
}
.footer .copyright {
  color:#fff
}
.modal-login__dialog-body .button-forget {
  color:#111
}
.modal-login__dialog-body .button2 {
  background-color:#5d5d5d;
  color:#fff
}
.dl-bb h4,
.pbox {
  color:#fff
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  width:48px;
  height:48px
}
.form-group label,
.funds__container-section table,
.funds__header-left span {
  color:#fff
}
.funds__container-section table tr th,
.funds__header-left .header-balance {
  color:#04a351
}
.funds__header-right .header-more.aa {
  background-color:#04a351
}
.funds__header-right .header-more.aa .caret {
  border-top-color:#04a351
}
.g8-bal {
  border-bottom:1px solid #333
}
.g8-bal .bbl {
  background-color:#222;
  border-color:#333
}
.g8-bal .bbl span {
  color:#04a351
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li span:first-child,
.funds__rebate-detail .rebate-item__detail-box .box-header span {
  color:#fff
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li span:last-child,
.funds__rebate-detail .rebate-item__detail-box .box-content__cta,
.funds__rebate-detail .rebate-item__detail-box .box-header .chevron i {
  color:#fff
}
.funds__rebate-detail .rebate-item__detail-box .box-content {
  background-color:#333
}
.funds__rebate-detail .rebate-item__detail-box .box-content ul li {
  background-color:#555;
  border-color:#333
}
.funds__container ul {
  background-color:#333
}
.funds__container ul li a {
  color:#999
}
.funds__container ul li.active {
  border-color:#04a351
}
.funds__container ul li.active a {
  color:#fff
}
.form-group .custom-select {
  margin-top:.6rem
}
.form-group .custom-select.error {
  border:2px solid red!important
}
label.error {
  color:red!important
}
.matches__top {
  background:#000
}
.matches__top-title strong {
  color:red
}
.matches__detail-versus .club-detail__score-point,
.matches__top-close i {
  color:#04a351
}
.matches__pagination {
  background-color:#04a351;
  color:#101010
}
.matches__detail-footer .button-cta {
  background-color:#04a351
}
.matches .swiper-button-next,
.matches .swiper-button-prev,
.matches .swiper-pagination-fraction,
.matches__title {
  color:#fff
}
.ref-dbox .ref-dbox-data .dd {
  background-color:#e6e5e5;
  color:#262626
}
.ref-dbox .ref-dbox-input .ref-dbox-input-l .ii input {
  color:#000;
  background-color:#fff
}
.ref-dbox .ref-dbox-data table {
  color:#000;
  background-color:#fff
}
.ref-dbox .ref-dbox-data table thead {
  color:#000;
  background-color:#fff
}
.ref-dbox .ref-dbox-data .dd.aaa {
  color:#000;
  background-color:#fff
}
div[id^=gb-widget-] {
  display:none
}
.dl-bb a {
  background-color:#04a351;
  color:#fff
}
.dl-bb a:hover {
  background-color:#085b89
}
.g8sggl .g8sggl-t,
.g8sggl .searchbar input {
  background-color:#04a351!important;
  color:#fff!important
}
.g8sggl .g8sggl-c,
.g8sggl .g8sggl-t .ii {
  background-color:#002310!important
}
.g8sggl .g8sggl-b {
  background-color:#003218!important
}
.g8sggl .g8sggl-c .ll .ii.aaa,
.g8sggl .g8sggl-c .ll .ii:hover,
.g8sggl .g8sggl-tarr {
  background-color:#04a351!important;
  color:#fff!important
}
.g8sggl .glbox .gl .gltext,
.g8sggl .glbox .gl .hwrap .hbox .main {
  background-color:#04a351!important;
  color:#fff!important
}
.button--yellow,
.modal-forgot__dialog-body form .button--submit,
.modal-login__dialog-body form .button--register,
.modal-signup__dialog-body form .button--register {
  background-color:#06a351;
  color:#fff
}
.button--yellow:hover,
.modal-forgot__dialog-body form .button--submit:hover,
.modal-login__dialog-body form .button--register:hover,
.modal-signup__dialog-body form .button--register:hover {
  opacity:.8
}
.miswrap,
.mlwrap {
  transition:all .3s ease
}
.miswrap.active,
.mlwrap.active {
  visibility:visible;
  opacity:1
}
.misbtn,
.sw-a {
  display:none
}
.misbtn.in-mission,
.sw-a.in-mission {
  display:block
}
.miswrap {
  position:fixed;
  width:100%;
  height:100%;
  z-index:10001;
  visibility:hidden;
  opacity:0
}
.miswrap .overlay {
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
  background-color:rgba(0,0,0,.7)
}
.miswrap .misbox {
  max-width:800px;
  width:90%;
  position:absolute;
  z-index:2;
  max-height:90%;
  left:50%;
  top:40%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.miswrap .misbox .mishead {
  background-color:#04a351;
  position:relative
}
.miswrap .misbox .mishead h2 {
  color:#fff;
  padding:10px 15px;
  font-size:20px;
  font-weight:700;
  margin:0
}
.miswrap .misbox .mishead .mistol {
  position:absolute;
  right:30px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  font-size:12px;
  font-weight:700;
  color:#212121;
  background-color:#fff;
  padding:3px 10px;
  border-radius:5px
}
.miswrap .misbox .mishead .misclose {
  color:#fff;
  position:absolute;
  right:10px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
.miswrap .misbox .mishead .misclose:hover {
  opacity:.8
}
.miswrap .misbox .misbody {
  background-color:#000;
  border:1px solid #04a351;
  max-height:450px;
  overflow-y:auto
}
.miswrap .misbox .misbody .mislist {
  line-height:normal;
  padding:15px;
  border-bottom:1px solid #04a351;
  font-size:0px
}
.miswrap .misbox .misbody .mislist h3 {
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#fff;
  padding-bottom:5px
}
.miswrap .misbox .misbody .mislist .desc {
  font-size:14px
}
.miswrap .misbox .misbody .mislist .l {
  width:70%;
  padding-right:10px;
  display:inline-block
}
.miswrap .misbox .misbody .mislist .r {
  width:20%;
  padding-left:10px;
  display:inline-block;
  text-align:right;
  vertical-align:top;
  border-left:1px solid #fff
}
.miswrap .misbox .misbody .mislist .r span {
  color:#fff;
  font-size:14px;
  display:block
}
.miswrap .misbox .misbody .mislist .r a {
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  background-color:#555;
  border:1px solid #888;
  border-radius:5px;
  padding:5px 5px;
  display:inline-block;
  margin-top:5px
}
.miswrap .misbox .misbody .mislist .r a.btn-continue {
  color:#fff;
  background-color:#5cb85c;
  border-color:#5cb85c
}
.miswrap .misbox .misbody .mislist .r a:hover {
  border-color:#04a351;
  background-color:#04a351;
  text-decoration:none;
  color:#fff
}
.miswrap .misbox .misbody .mislist .r span.btn-void {
  color:#555;
  text-transform:uppercase;
  font-size:12px;
  background-color:#111;
  border:1px solid #fff;
  border-radius:5px;
  padding:5px 5px;
  display:inline-block;
  margin-top:5px
}
.miswrap .misbox .misbody .mislist .r span.btn-done {
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  background-color:#04a351;
  border:1px solid #04a351;
  border-radius:5px;
  padding:5px 5px;
  display:inline-block;
  margin-top:5px
}
.miswrap .misbox .misbody .mislist.done {
  background-color:#fff
}
.miswrap .misbox .misbody .mislist.done .r a {
  border-color:#04a351;
  background-color:#04a351;
  text-decoration:none;
  color:#fff;
  cursor:default
}
.mlwrap {
  position:fixed;
  width:100%;
  height:100%;
  z-index:10002;
  visibility:hidden;
  opacity:0
}
.mlwrap .overlay {
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
  background-color:rgba(0,0,0,.7)
}
.mlwrap .mlbox {
  max-width:500px;
  width:90%;
  position:absolute;
  z-index:2;
  max-height:90%;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.mlwrap .mlbox .mlhead {
  background-color:#04a351;
  position:relative
}
.mlwrap .mlbox .mlhead h2 {
  color:#fff;
  padding:10px 15px;
  font-size:20px;
  font-weight:700;
  margin:0
}
.mlwrap .mlbox .mlhead .mlclose {
  color:#fff;
  position:absolute;
  right:10px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
.mlwrap .mlbox .mlhead .mlclose:hover {
  opacity:.8
}
.mlwrap .mlbox .mlbody {
  background-color:#000;
  border:1px solid #04a351;
  padding:15px
}
.mlwrap .mlbox .mlbody input {
  width:95%;
  color:#212121;
  padding:3px 10px
}
.mlwrap .mlbox .mlbody input::-webkit-input-placeholder {
  color:#212121
}
.mlwrap .mlbox .mlbody input::-moz-placeholder {
  color:#212121
}
.mlwrap .mlbox .mlbody input::placeholder {
  color:#212121
}
.mlwrap .mlbox .mlbody .subbtn {
  color:#aaa;
  text-transform:uppercase;
  font-size:14px;
  background-color:#04a351;
  border:1px solid #555;
  border-radius:5px;
  padding:5px 15px;
  display:inline-block;
  margin-top:10px
}
.mlwrap .mlbox .mlbody .subbtn:hover {
  border-color:#04a351;
  background-color:#04a351;
  text-decoration:none;
  color:#fff
}
.mlwrap .mlbox .mlbody .error {
  font-size:12px;
  text-align:center;
  display:block;
  padding:3px 0;
  color:red;
  font-weight:700
}
.promo_dropown {
  position:relative;
  padding:0 10px;
  color:#fff;
  font-size:18px;
  background-color:#04a351;
  margin-top:20px
}
.promo_dropown a {
  color:#fff;
  display:block;
  padding:10px
}
.promo_dropown>a {
  text-transform:capitalize
}
.promo_dropown .caret {
  position:absolute;
  right:20px;
  top:25px;
  font-size:18px
}
.promo_dropown.open {
  background-color:#04a351
}
.promo_dropown.open .caret {
  -webkit-transform:rotateZ(180deg);
  transform:rotateZ(180deg)
}
.promo_dropown .dropdown-menu {
  border-radius:0;
  background:#000
}
.promo_dropown .dropdown-menu li a {
  color:#fff;
  background-color:#101010
}
.promotab {
  background-color:#005a2c;
  margin:15px 0;
  padding:0
}
.promotab li {
  display:inline-block;
  list-style:none
}
.promotab li a {
  text-transform:uppercase;
  color:#999;
  padding:10px 20px;
  display:block
}
.btns .btn {
  font-weight:400;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 10px;
  font-size:14px;
  line-height:1.42857143;
  border-radius:4px;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.ptballbox .panel-heading {
  padding:0
}
.ptballbox .panel-default>.panel-heading {
  background-color:#f5f5f5;
  border-color:#ddd
}
.ptballbox .panel-default {
  border-color:#ddd;
  background-color:transparent;
  border-radius:0;
  margin-bottom:2%
}
.ptballbox .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color:transparent
}
.ptballbox .panel-body {
  background-color:transparent;
  color:#fff
}
.ptballbox .row {
  padding-right:20px
}
.panel-heading .btns {
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:10px
}
.btn-joinnow {
  background-color:#e3a43b;
  color:#333
}
.btn-moreinfo {
  background-color:#2b0334;
  color:#fff
}
.ptballbox .btn.focus,
.ptballbox .btn:focus,
.ptballbox .btn:hover {
  color:#333;
  background-color:#e6e6e6
}
.ptballbox .btn.focus,
.ptballbox .btn:focus,
.ptballbox .btn:hover {
  color:#333;
  background-color:#e6e6e6
}
.ptballbox th {
  background:#fff;
  height:30px;
  text-align:center
}
.ptballbox table,
.ptballbox td,
.ptballbox th {
  border:1px solid green;
  text-align:center
}
.ptballbox table {
  width:100%;
  background:#fff;
  color:#000;
  text-align:center
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content:none
}
.panel-content {
  display:none
}
.dropdown-menu.promotab {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  margin:0;
  padding:0;
  list-style:none;
  font-size:14px;
  text-align:left
}
.open>.dropdown-menu {
  display:flex;
  flex-direction:column;
  width:100%
}
.dropdown-menu.promotab li {
  padding:0
}
.register-body {
  max-width:650px;
  background-color:#e9e9ed;
  color:#464a4c;
  box-shadow:0 0 50px 10px rgb(10 10 10 / 25%);
  margin:auto
}
.modal-signup__dialog-body .img-container {
  padding-top:30px
}
.box__detail-img .cta,
.matches__detail-footer .button-cta,
.matches__pagination {
  background-color:#04a351;
  color:#fff
}
.bottom-nav a,
.footer .social-logo ul li a,
.matches__detail-versus .club-detail__score-point,
.matches__top-close i {
  color:#e4e4e4
}
.dib.d50 {
  font-size:0px
}
.dib.d50 div {
  display:inline-block;
  width:50%;
  font-size:14px
}
.marquee {
  display:flex;
  background-color:#101010;
  padding:8px 10px;
  color:#fff;
  font-weight:700;
  font-style:italic
}
.marquee marquee {
  line-height:28px
}
.marquee .marquee__bullhorn {
  border-radius:5px;
  display:flex;
  align-items:center
}
.marquee .marquee__bullhorn svg {
  fill:#05a451
}
.quick-btn {
  display:flex
}
.quick-btn a {
  flex:1;
  text-align:center;
  padding:10px 0;
  font-weight:700;
  letter-spacing:1px;
  background:#5d5d5d
}
.quick-btn a:last-child {
  background:#06a351
}
.menu-2 {
  display:flex;
  overflow:auto;
  background-color:#002311;
  border-color:#002311;
  border-width:1px 0 1px 0;
  border-style:solid
}
.quick-btn+.menu-2 {
  border-top:0
}
.menu-2 li {
  font-size:14px;
  padding:10px 12px 3px 12px;
  border-bottom:3px solid transparent
}
.menu-2 li.active {
  background-color:#0000000a;
  border-bottom:3px solid #04a351
}
.menu-2 li.active a {
  color:#ff9dff
}
.menu-2 a {
  align-items:center;
  display:flex;
  flex-direction:column
}
.menu-2 a img {
  height:50px;
  width:auto
}
.menu-2 svg {
  -webkit-filter:invert(100%);
  filter:invert(100%)
}
.menu-2 li.active svg {
  -webkit-filter:invert(100%) grayscale(100%) brightness(70%) sepia(50%) hue-rotate(260deg) saturate(500%) contrast(100%);
  filter:invert(100%) grayscale(100%) brightness(70%) sepia(50%) hue-rotate(260deg) saturate(500%) contrast(100%)
}
.menu-2 span {
  white-space:nowrap;
  margin-top:5px
}
.progressive-jackpot-text-wrapper {
  width:100%;
  text-align:center;
  margin-top:20px
}
.progressive-jackpot-text-wrapper img {
  height:17px;
  width:auto
}
.progressive-jackpot {
  background:center no-repeat;
  background-size:700px auto;
  background-image:url(/assets/img/progressive-jackpot-m.png);
  background-image:url(/assets/img/progressive-jackpot-m.webp);
  color:#fff;
  height:109px;
  position:relative;
  margin-top:5px
}
.progressive-jackpot .jackpot-container {
  font-family:Quantico,sans-serif;
  font-size:40px;
  line-height:60px;
  letter-spacing:1px;
  position:absolute;
  width:auto;
  text-align:center;
  top:25px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  white-space:nowrap
}
.progressive-jackpot .jackpot-currency {
  color:#05a451;
  margin-right:0;
  display:inline-block;
  text-align:right
}
.progressive-jackpot .jackpotNumber {
  display:inline-block;
  text-align:left
}
.menu-2+.nav__title {
  margin-top:10px
}
.menu-2+.nav__title.single {
  margin-top:0;
  padding-top:10px
}
.nav__title {
  text-align:center
}
.games {
  padding:0 10px
}
.home-games {
  margin-top:20px
}
.home-games:first-child {
  margin-top:5px
}
.home-games:last-child {
  margin-bottom:20px
}
.home-games>.title {
  display:flex;
  justify-content:space-between;
  margin-bottom:8px
}
.home-games>.title .text-color {
  color:#06a351
}
.home-games>.title span {
  color:#fff;
  font-weight:700;
  font-size:15px;
  align-self:center
}
.home-games>.title a {
  background-color:#06a351;
  color:#fff;
  font-size:8px;
  font-weight:700;
  padding:5px 10px;
  border-radius:5px
}
.home-games .game-wrapper {
  overflow-x:auto
}
.home-games .game-items {
  display:flex;
  width:625px;
  gap:3px
}
.home-games .game-items>.box {
  cursor:pointer;
  text-align:center;
  color:#fff;
  width:calc(100%/6 - 5px);
  min-width:112px;
  border-radius:15px;
  padding:6px;
  background:#003218;
  border:1px solid #06a351
}
.home-games .game-items>.box>span {
  padding-top:5px;
  display:block;
  color:#fff;
  text-transform:uppercase;
  font-size:9px;
  overflow:hidden;
  text-wrap:nowrap;
  text-overflow:ellipsis
}
.home-games .game-items>.box>.box-item {
  overflow:hidden;
  border-radius:5px
}
.home-games .game-items>.box>.box-item img {
  max-width:100%;
  height:auto;
  transition:-webkit-transform .2s ease-in-out;
  transition:transform .2s ease-in-out;
  transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.home-games .game-items>.box:hover>.box-item img {
  -webkit-transform:scale(1.25);
  transform:scale(1.25)
}
.depo-withdraw {
  display:flex;
  gap:10px;
  padding:15px 10px
}
@media only screen and (max-width:370px) {
  .depo-withdraw {
    display:grid
  }
}
.depo-withdraw .card {
  padding:16px 9px;
  background-color:#003218;
  box-shadow:0 4px 24px 1px rgba(0,0,0,.15);
  border-radius:10px;
  width:calc(100%/1.04)
}
.depo-withdraw .card .card-header {
  display:flex;
  gap:5px;
  align-items:center;
  text-align:left
}
.depo-withdraw .card .card-header .title {
  font-weight:600;
  font-size:16px
}
.depo-withdraw .card .circle-wrp {
  padding:0;
  font-size:30px;
  vertical-align:middle;
  background:#444242;
  border-radius:100%;
  width:43px;
  height:31px;
  display:grid;
  align-items:center;
  justify-items:center;
  margin-right:4px
}
.depo-withdraw .card .text-wrp {
  width:100%
}
.depo-withdraw .text-note {
  font-style:italic
}
.depo-withdraw .card .text-wrp .text-row {
  display:flex;
  flex-direction:row;
  align-content:stretch;
  justify-content:space-between;
  align-items:center
}
.depo-withdraw .card .circle-wrp .ring {
  padding:0;
  background:#005a2c;
  width:27px;
  height:27px;
  border-radius:100%;
  display:grid;
  align-items:center;
  justify-items:center
}
.depo-withdraw .card .circle-wrp .ring .icon {
  width:100%;
  height:100%
}
.depo-withdraw .card .progress {
  background:#101010;
  border-radius:10px;
  height:6px;
  margin-top:6px
}
.depo-withdraw .card .progress-bar {
  background:#06a351;
  border-radius:10px;
  height:6px;
  position:relative
}
.depo-withdraw .card .progress-bar::before {
  content:'';
  display:inline-block;
  width:12px;
  height:12px;
  border-radius:7.5px;
  background-color:#06a351;
  position:absolute;
  right:-1px;
  top:-3px
}
.depo-withdraw .card .text-time-new {
  text-align:left;
  padding-bottom:0;
  font-size:18px;
  font-weight:800
}
.depo-withdraw .card .text-time-new span {
  font-size:38px
}
@media only screen and (max-width:700px) {
  .depo-withdraw .card .card-header .title {
    font-weight:600;
    font-size:12px
  }
  .depo-withdraw .card .card-header .description {
    font-weight:600;
    font-size:12px
  }
  .depo-withdraw .card .text-time-new {
    text-align:left;
    padding-bottom:0;
    font-size:12px;
    font-weight:800
  }
  .depo-withdraw .card .text-time-new span {
    font-size:12px
  }
}
@media only screen and (max-width:450px) {
  .depo-withdraw .card .card-header .title {
    font-weight:600;
    font-size:8px
  }
  .depo-withdraw .card .card-header .description {
    font-weight:400;
    font-size:8px
  }
}
.depo-withdraw>div {
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  flex:1;
  padding:7px;
  border-radius:10px;
  background:#141126;
  text-align:center
}
.depo-withdraw>div i {
  font-size:32px;
  color:#ffffff9c
}
.depo-withdraw>div div h4 {
  margin:0 0 5px
}
.supported-banks {
  padding:0 15px 15px
}
.supported-banks .list-wrapper {
  display:flex;
  gap:16px
}
.supported-banks .title {
  text-align:center;
  font-size:14px;
  font-weight:500;
  margin:0 0 10px
}
.supported-banks .title .text-color {
  color:#06a351
}
@media only screen and (max-width:350px) {
  .supported-banks .list-wrapper {
    display:grid
  }
}
.supported-banks .button-pay {
  display:flex;
  align-items:center;
  box-sizing:border-box;
  overflow:hidden;
  outline:0;
  border:none;
  cursor:inherit;
  width:100%;
  height:30px;
  opacity:1;
  background-color:#06a351;
  border-radius:5px;
  box-shadow:rgba(3,3,3,.1) 0 0 10px;
  padding:0 0;
  gap:16px;
  justify-content:center
}
.supported-banks .button-pay .icon {
  width:22px;
  height:22px;
  display:block
}
.supported-banks .button-pay .text {
  text-align:left;
  line-height:4.3px
}
.supported-banks .button-pay .text .text-title {
  color:#fff;
  font-weight:700;
  white-space:nowrap
}
.supported-banks .button-pay .text .text-description {
  color:#cdcdcd;
  white-space:nowrap;
  font-size:12px
}
@media only screen and (max-width:700px) {
  .supported-banks .button-pay {
    gap:6px
  }
  .supported-banks .button-pay .text .text-title {
    text-align:left;
    line-height:4.3px;
    font-size:10px;
    white-space:normal!important;
    line-height:normal
  }
  .supported-banks .button-pay .text {
    text-align:left;
    line-height:4.3px
  }
}
.modal-signup .form-group label {
  color:#262626
}
.loading-slots {
  height:100vh;
  background:url(/assets/img/preloader.svg) center no-repeat
}
#showM.wt .nav {
  top:60px
}
#showM.wt .content {
  margin-top:110px
}
body.swmenu .g8app-mob {
  -webkit-transform:translate(280px);
  transform:translate(280px)
}
.g8app-mob {
  height:60px;
  background-color:#111;
  position:fixed;
  top:0;
  width:100%;
  z-index:9998;
  transition-duration:.3s;
  /*! display:none */
}
.g8app-mob .l {
  height:60px;
  position:absolute;
  left:0;
  top:0;
  width:50px;
  font-size:20px;
  text-align:center;
  cursor:pointer;
  display:grid;
  justify-content:center;
  align-items:center
}
.g8app-mob .l i {
  font-size:10px;
  color:#dedede
}
.wrapper-close {
  border:1px solid #7e7e7e;
  height:24px;
  display:grid;
  width:24px;
  align-items:center;
  border-radius:8px;
  background:#424242;
  line-height:0
}
.g8app-mob .c {
  height:50px;
  position:absolute;
  left:50px;
  top:5px;
  width:calc(100% - 110px)
}
.g8app-mob .c .cl {
  float:left;
  height:50px;
  padding-right:15px
}
.g8app-mob .c .cl img {
  height:100%;
  width:auto
}
.g8app-mob .c .cr {
  float:left;
  height:100%;
  display:flex;
  flex-direction:column;
  gap:3px
}
.g8app-mob .c .cr h3 {
  margin:0;
  text-transform:uppercase;
  font-size:18px
}
.g8app-mob .c .cr p {
  margin:0;
  font-size:12px
}
.g8app-mob .r {
  height:60px;
  position:absolute;
  right:0;
  top:0;
  width:140px;
  font-size:26px;
  display:flex;
  align-items:flex-end
}
.g8app-mob .r a {
  text-align:center;
  width:60px;
  background-color:#e3a43b;
  height:100%;
  display:grid;
  align-content:center;
  justify-content:center
}
.g8app-mob .r i {
  line-height:60px
}
.r img {
  width:60px;
  height:auto;
  -o-object-fit:contain;
  object-fit:contain;
  padding:0 10px;
  display:block
}
.r .icon-download {
  width:31px;
  height:auto;
  -o-object-fit:contain;
  object-fit:contain
}
.modal-signup__dialog-body form .form-container .form-input .form-group label {
  color:#333
}
.bottom-nav img {
  height:24px;
  width:auto;
  margin:5px auto;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0
}
.bottom-nav .wrap {
  height:24px;
  width:24px;
  margin:5px auto;
  border-radius:100%;
  background-color:#002311;
  -webkit-transform:scale(2.5) translateY(-5px);
  transform:scale(2.5) translateY(-5px);
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%
}
.bottom-nav .wrap img {
  position:relative;
  top:-3px;
  height:20px;
  width:20px
}
.bottom-nav .active img {
  -webkit-filter:brightness(0) saturate(100%) invert(96%) sepia(73%) saturate(6173%) hue-rotate(327deg) brightness(104%) contrast(95%);
  filter:brightness(0) saturate(100%) invert(96%) sepia(73%) saturate(6173%) hue-rotate(327deg) brightness(104%) contrast(95%)
}
.bottom-nav .active .wrap img {
  -webkit-transform:scale(1);
  transform:scale(1)
}
.bottom-nav .live-chat {
  background:0 0;
  -webkit-animation:pulse 3s infinite;
  animation:pulse 3s infinite
}
@-webkit-keyframes pulse {
  0% {
    -webkit-filter:initial;
    filter:initial
  }
  50% {
    -webkit-filter:brightness(40.5) drop-shadow(0 0 10px white);
    filter:brightness(40.5) drop-shadow(0 0 10px white)
  }
}
@keyframes pulse {
  0% {
    -webkit-filter:initial;
    filter:initial
  }
  50% {
    -webkit-filter:brightness(40.5) drop-shadow(0 0 10px white);
    filter:brightness(40.5) drop-shadow(0 0 10px white)
  }
}
.wa-icon {
  position:fixed;
  left:24px;
  bottom:68px;
  z-index:99
}
.wa-icon img {
  max-width:40px;
  height:auto
}
.powerup {
  padding:15px 0;
  text-align:center
}
.powerup img {
  width:200px;
  height:auto
}
.footer {
  padding-bottom:0
}
.menu .games .fa-gamepad {
  margin-right:10px;
  font-size:18px
}
.menu .games span {
  font-size:16px
}
.menu .games .all-games {
  margin-top:7px
}
.menu .games .all-games li {
  background-color:transparent;
  border-color:transparent;
  padding:7px 16px
}
.g8sggl .glbox .gl .glpic {
  width:101%!important
}
.rtp-container {
  position:relative;
  background-color:#e9e4e4
}
.rtp-container>div {
  background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size:1rem 1rem;
  -webkit-animation:progress-bar-stripes 1s linear infinite;
  animation:progress-bar-stripes 1s linear infinite
}
.rtp-container span {
  position:absolute;
  color:#232520;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.rtp-container .green {
  background-color:#4caf50
}
.rtp-container .yellow {
  background-color:#f3c821
}
.rtp-container .red {
  background-color:#f44336
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position:1rem 0
  }
  to {
    background-position:0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position:1rem 0
  }
  to {
    background-position:0 0
  }
}
@media only screen and (max-width:767px) {
  .progressive-jackpot {
    background-size:100% auto;
    margin:5px 10px
  }
}
@media only screen and (max-width:480px) {
  .progressive-jackpot {
    height:80px
  }
  .progressive-jackpot .jackpot-container {
    font-size:26px;
    line-height:35px;
    letter-spacing:1px;
    width:auto
  }
}
@media only screen and (max-width:400px) {
  .progressive-jackpot .jackpot-currency {
    margin-right:4px
  }
}
.ptbox ul,
.seo ul {
  display:inherit
}
.nav .nav__logo,
.nav .nav__title {
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%
}
.nav-bals {
  position:absolute;
  right:5px;
  background-color:#1c1c39;
  border-radius:5px;
  padding:6px;
  cursor:pointer;
  color:#fff;
  min-width:65px;
  min-height:24px
}
.nav-bals .nav-bals-details {
  text-align:right;
  line-height:12px;
  font-size:11px;
  padding-right:10px
}
.nav-bals .nav-bals-details span {
  display:block
}
.nav-bals .nav-bals-details strong {
  font-weight:400;
  color:#ffd200
}
.nav-bals .nav-bals-details .refsh-wallet-all {
  display:none
}
.nav-bals .nav-bals-arrow {
  position:absolute;
  right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  background-color:#ffd200;
  width:10px;
  height:100%;
  border-radius:0 5px 5px 0
}
.sidenav {
  background:#002311;
  padding:20px 25px
}
.sidenav .welcome {
  text-align:center
}
.sidenav .sw-a {
  margin:0
}
.g8-bal-total,
.sidenav .g8-name {
  color:#ffd200
}
.sidenav h1 {
  margin:6px 0
}
.sidenav .refsh-wallet-all {
  color:#c7a36a
}
.sidenav .sidenav_logo {
  margin:10px 0;
  text-align:center
}
.sidenav .sidenav_logo img {
  width:150px;
  height:auto
}
.sidenav .sidenav_btn_title {
  text-align:center;
  color:#fff;
  font-size:13px
}
.menu--login .sidenav .sidenav_btn {
  text-align:center;
  padding:8px 0
}
.sidenav .sidenav_btn a.g8-logout {
  outline:0;
  border-radius:5px;
  font-size:16px;
  font-weight:500;
  padding:10px;
  box-shadow:0 1px 1px rgb(0 0 0 / 25%);
  color:#fff;
  cursor:pointer;
  background:#49494c
}
.sidenav .sidenav_btn a.g8-logout i {
  margin-left:4px
}
.sidenav .sidenav_btn_button {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:8px 0
}
.sidenav .sidenav_btn_button button {
  outline:0;
  border:none;
  border-radius:5px;
  min-width:105px;
  font-size:16px;
  font-weight:500;
  padding:10px 0;
  box-shadow:0 1px 1px rgb(0 0 0 / 25%);
  color:#fff;
  cursor:pointer
}
.sidenav .sidenav_btn_button .sidenav-login {
  background:#5d5d5d;
  margin-right:5px
}
.sidenav .sidenav_btn_button .sidenav-register {
  background:#06a351
}
.sidenav .sidenav_btn_forgetpw {
  text-align:right;
  font-size:13px;
  color:#fff
}
.sidenav-games {
  padding:10px 25px
}
.sidenav-games .games>svg {
  position:absolute;
  right:28px;
  margin-top:6px;
  fill:#fff
}
.funds__container-section.referral .refib-l {
  text-align:center
}
.funds__container-section.referral .ref-counter {
  display:flex;
  justify-content:space-evenly
}
.funds__container-section.referral .ref-link p {
  margin:0
}
.funds__container-section.referral .ref-link .the-link {
  background-color:#494949;
  border:1px solid #878484;
  border-radius:7px;
  color:#fff;
  padding:5px;
  margin-bottom:10px;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  box-shadow:1px 2px 8px #5d5b5b
}
.funds__container-section.referral .refLinkCode {
  margin-right:10px
}
.downline-list-wrapper {
  overflow:auto
}
.funds__container-section table span.ref-id {
  text-transform:uppercase;
  text-align:center;
  color:#fff;
  border-radius:5px;
  padding:3px 10px
}
.funds__container-section table span.ref-id.active {
  background-color:#059605
}
.funds__container-section table span.ref-id.inactive {
  background-color:#db0000
}
.funds__container-section table span.ref-id.kyc-link {
  background-color:#047ace;
  text-transform:capitalize;
  padding:0;
  display:inline-block
}
.funds__container-section table span.ref-id.kyc-link.hide {
  display:none
}
.funds__container-section table span.ref-id.kyc-link a {
  padding:3px 10px;
  display:block
}
.funds__container-section table span.ref-id.kyc-waiting {
  background-color:#f4c300;
  color:#424242;
  text-transform:lowercase
}
.funds__container-section table.ref-list {
  border-collapse:collapse;
  width:100%;
  white-space:nowrap
}
.funds__container-section table.ref-list td,
.funds__container-section table.ref-list th {
  border:1px solid #8a8888;
  padding:8px
}
.funds__container-section table.ref-list tr:nth-child(2n) {
  background-color:#3b3b3b
}
.funds__container-section table.ref-list th {
  padding-top:12px;
  padding-bottom:12px;
  text-align:left;
  background-color:#4a1111;
  color:#fff
}
.depo-select-wrap {
  color:#e8e8e8;
  border-bottom:2px solid #034f28;
  padding:0
}
.funds__container .depo-select {
  display:flex;
  cursor:pointer;
  background-color:transparent
}
.funds__container .depo-select li {
  flex:1;
  padding:12px;
  background-color:#230a20;
  text-align:center
}
.funds__container .depo-select li.active {
  background-color:#034f28;
  border:none
}
.depo-select-iframe {
  width:100%;
  border:none;
  height:460px
}
.drp-wrap {
  margin-top:10px;
  margin-bottom:10px;
  display:flex;
  gap:5px
}
.drp-wrap button {
  width:inherit;
  margin:0
}
.drp {
  background:#111;
  cursor:pointer;
  padding:5px;
  border:1px solid #ccc;
  display:flex;
  align-items:center;
  max-width:270px;
  min-width:265px;
  gap:5px
}
.drp.dt-full {
  max-width:100%
}
.drp span {
  flex:1
}
.daterangepicker .ranges ul {
  display:inherit
}
.daterangepicker .ranges ul li {
  color:#4b4b4b
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  color:#464343
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  color:#fff
}
.funds__container .depo-select {
  align-items:flex-end;
  overflow:auto;
  height:44px;
  -webkit-tap-highlight-color:transparent
}
.funds__container .depo-select li {
  background-color:#4f4f4f;
  position:relative;
  height:6px;
  display:grid;
  align-content:space-around;
  font-size:12px
}
.funds__container .depo-select li.active {
  background-color:#06a351;
  height:12px
}
.list-metode {
  width:100%;
  margin-top:1rem
}
.row-list-metode {
  display:flex;
  gap:4px;
  margin-top:6px;
  overflow:auto
}
.row-list-metode .btn {
  width:100%;
  padding:8px;
  border:2px solid #272727;
  border-radius:6px;
  text-align:center;
  cursor:pointer;
  background:#272727;
  color:#fff
}
.row-list-metode .btn-img {
  width:100%;
  max-width:118px;
  padding:8px;
  border:2px solid #9b9b9b;
  border-radius:6px;
  text-align:center;
  cursor:pointer;
  display:grid;
  justify-content:center;
  align-items:center;
  height:20px;
  background:#9b9b9b;
  min-width:60px
}
.row-list-metode .btn-img.badge {
  position:relative
}
.row-list-metode .btn-img.badge span {
  position:absolute;
  color:#fff;
  font-size:9px;
  top:1px;
  right:1px;
  background-color:#098bf3;
  padding:2px 5px;
  line-height:normal;
  border-radius:50%;
  border:solid 1px #fff
}
.row-list-metode .btn-img img {
  height:20px
}
.row-list-metode .btn.active {
  background:#06a351;
  border:2px solid #06a351
}
.row-list-metode .btn-img.active {
  background:#fff;
  border:2px solid #06a351
}
.badge-description {
  padding:0 10px;
  border-radius:4px;
  display:grid;
  align-self:center
}
.badge-description.bg-green {
  background:#7ca129
}
.badge-description.bg-main {
  background:#06a351
}
.badge-description.fly {
  position:absolute;
  top:-8px;
  right:12px;
  font-size:10px;
  font-style:italic
}
.badge-description.fly-2 {
  position:absolute;
  top:-10px;
  right:12px
}
.row-title {
  display:flex;
  gap:10px;
  justify-content:space-between
}
.wrapper-information {
  background:#efefef;
  display:flex;
  padding:20px 10px;
  border-radius:8px;
  gap:10px;
  box-shadow:2px 2px 5px gray;
  position:relative
}
.wrapper-information .wrapper-icon {
  width:47px;
  text-align:center;
  align-self:center
}
.wrapper-information .wrapper-icon i {
  color:gray;
  border:2px solid gray;
  width:14px;
  height:14px;
  display:grid;
  align-content:center;
  border-radius:100%;
  font-size:8px
}
.wrapper-information .wrapper-icon-img {
  width:47px;
  text-align:center;
  align-self:center;
  position:absolute;
  top:10px
}
.wrapper-information .wrapper-icon-img i {
  color:gray;
  border:2px solid gray;
  width:14px;
  height:14px;
  display:grid;
  align-content:center;
  border-radius:100%;
  font-size:8px
}
.wrapper-information span {
  color:gray;
  font-size:11px
}
.img-description-deposit-cepat {
  height:25px
}
.wrapper-description-information {
  text-align:center
}
.deposit-settings {
  margin-bottom:15px;
  position:relative;
  font-size:12px
}
.wrapper-deposit-settings {
  background-color:#2b2b2b;
  display:flex;
  padding:8px;
  gap:10px;
  align-items:center;
  margin-bottom:2px
}
.wrapper-deposit-settings .bank-name {
  background:#616161;
  padding:2px 14px;
  border-radius:6px;
  width:60px;
  text-align:center
}
.wrapper-deposit-settings .max-min {
  flex:1
}
.wrapper-deposit-settings .amount {
  flex:1;
  color:#06a351
}
.wrapper-balance {
  display:flex;
  justify-content:flex-end;
  margin-bottom:40px;
  gap:10px;
  font-size:22px;
  align-items:center
}
.wrapper-balance span {
  font-weight:600;
  font-size:16px
}
.wrapper-balance i {
  margin-left:5px;
  background-color:#ffd200;
  font-size:15px;
  padding:5px;
  border-radius:8px;
  color:#1e1e1e
}
.wrapper-toggle {
  background:#616161;
  border-radius:8px;
  display:flex
}
.wrapper-toggle .btn {
  color:#fff;
  flex:1;
  text-align:center;
  padding:10px;
  cursor:pointer
}
.wrapper-toggle .btn.active {
  background:#06a351;
  border-radius:8px
}
.register-success-body {
  margin:100px 0;
  background:#00371a;
  padding:10px;
  border-radius:6px
}
.register-success-body .white-image {
  line-height:0
}
.register-success-body .white-image img {
  filter:brightness(0) invert(1);
  -webkit-filter:brightness(0) invert(1);
  width:165px;
  height:auto
}
.register-success-body .row-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #757575;
  margin-bottom:12px;
  padding-bottom:6px
}
.register-success-body .header-title {
  display:flex;
  background:#04a351;
  padding:10px 20px;
  align-items:center;
  gap:10px;
  border-radius:10px;
  color:#fff;
  fill:#fff;
  font-weight:600;
  font-size:12px
}
.register-success-body .content-2 {
  background:#064d28;
  padding:40px 65px;
  border-radius:6px
}
.register-success-body .content-2 hr {
  border-color:#04a351
}
.register-success-body .content-2 a {
  background:#04a351;
  border:0;
  padding:10px 30px;
  color:#fff;
  border-radius:6px;
  font-weight:600;
  display:inline-block;
  margin-bottom:5px
}
.register-success-body .content-2 .wrapper-bottom {
  text-align:center;
  gap:10px;
  display:grid;
  place-items:center;
  margin-top:30px
}
.register-success-body .content-2 .wrapper-bottom h3 {
  font-size:1em;
  line-height:0
}
.register-success-body .content-2 .wrapper-bottom p {
  line-height:12px
}
.register-success-body .content-2 .wrapper-bottom .row-payment {
  display:grid;
  gap:20px
}
.register-success-body .content-2 .wrapper-bottom .row-payment .card-payment {
  display:flex;
  align-items:center;
  text-align:left;
  border:1px solid #04a351;
  padding:5px 30px;
  gap:8px;
  font-size:10px
}
.register-success-body .content-2 .wrapper-bottom .row-payment .card-payment span {
  color:#ddd
}
.deposit-success-body {
  margin:0 0;
  color:#fff;
  padding:10px;
  border-radius:6px
}
.deposit-success-body .white-image {
  line-height:0
}
.deposit-success-body .white-image img {
  filter:brightness(0) invert(1);
  -webkit-filter:brightness(0) invert(1);
  width:165px;
  height:auto
}
.deposit-success-body .row-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #757575;
  margin-bottom:12px;
  padding-bottom:6px
}
.deposit-success-body .header-title {
  display:flex;
  background:#04a351;
  padding:10px 20px;
  align-items:center;
  gap:10px;
  border-radius:10px;
  color:#fff;
  fill:#fff;
  font-weight:600;
  font-size:12px
}
.deposit-success-body .content-2 {
  background:#064d28;
  padding:25px 15px;
  border-radius:6px
}
.deposit-success-body .content-2 hr {
  border-color:#04a351
}
.deposit-success-body .content-2 a {
  background:#04a351;
  border:0;
  padding:10px 30px;
  color:#fff;
  border-radius:6px;
  font-weight:600;
  display:inline-block;
  margin-bottom:5px
}
.deposit-success-body .content-2 .wrapper-bottom {
  text-align:center;
  gap:10px;
  display:grid;
  place-items:center;
  margin-top:30px
}
.deposit-success-body .content-2 .wrapper-bottom h3 {
  font-size:1em;
  line-height:0
}
.deposit-success-body .content-2 .wrapper-bottom p {
  line-height:12px
}
.deposit-success-body .content-2 .wrapper-bottom .row-payment {
  display:grid;
  gap:20px
}
.deposit-success-body .content-2 .wrapper-bottom .row-payment .card-payment {
  display:flex;
  align-items:center;
  text-align:left;
  border:1px solid #04a351;
  padding:5px 30px;
  gap:8px;
  font-size:10px
}
.deposit-success-body .content-2 .wrapper-bottom .row-payment .card-payment span {
  color:#ddd
}
.deposit-success-body .content-2 .wrapper-bottom .contact-socials {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
  margin-top:1em
}
.deposit-success-body .content-2 .wrapper-bottom .contact-socials a {
  background-color:transparent;
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  padding:0
}
.deposit-success-body .content-2 .wrapper-bottom .contact-socials a i {
  font-size:20px
}
.deposit-success-popup {
  display:grid;
  place-items:center;
  text-align:center;
  margin-top:10px
}
.deposit-success-popup .fa-check {
  border:1px solid #7f7f7f;
  width:48px;
  height:48px;
  display:grid;
  justify-content:center;
  align-items:center;
  border-radius:100%;
  font-size:20px
}
.deposit-success-popup .title-text {
  line-height:0;
  margin-top:43px
}
.kyc {
  padding:23px 15px 12px
}
.kyc .kyc-title {
  padding:7px;
  border:1px solid #fff;
  margin-bottom:2rem;
  text-align:center
}
.kyc .kyc-notice-wrap {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.kyc .asf-logo-full {
  width:100px;
  height:auto
}
.kyc .kyc-notice {
  color:#fff;
  background-color:#06a351;
  padding:6px 8px;
  border-radius:8px;
  font-size:11px
}
.kyc .form-group.otp-field {
  display:flex;
  gap:7px;
  align-items:center;
  margin-top:.6rem
}
.kyc .form-group.otp-field>input,
.kyc .form-group.otp-field>select {
  width:97px;
  margin-top:0
}
.kyc .form-group.otp-field .display-wrap {
  flex:1;
  position:relative
}
.kyc .form-group.otp-field .display-wrap input {
  margin-top:0;
  padding-right:4rem
}
.kyc .form-group.otp-field .display-wrap a {
  position:absolute;
  color:#ff6f00;
  font-size:12px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  right:6px
}
.kyc .form-group.otp-field .display-wrap a.waiting {
  color:#706969
}
.kyc .form-group.ktp-section {
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:.6rem
}
.kyc .form-group.ktp-section .upload {
  background-color:#fff;
  color:#000;
  padding:6px 10px;
  border-radius:5px
}
.kyc .form-group.ktp-section .upload.err {
  border:2px solid red
}
.kyc .tnc-kyc {
  border-radius:5px;
  padding:14px;
  margin-bottom:1.5em;
  background-color:#4d4b4b
}
.kyc .tnc-kyc h3 {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:0;
  font-size:17px
}
.kyc .tnc-kyc h3 .asf-logo-white {
  width:30px;
  height:auto
}
.kyc .tnc-kyc ol {
  padding-left:14px;
  margin-bottom:10px
}
.kyc .agree-kyc {
  margin-left:13px
}
.kyc .agree-kyc.err {
  color:#fc1919
}
.kyc .agree-kyc input {
  margin:0
}
.kyc .error-section {
  border-radius:5px;
  padding:14px;
  margin-bottom:1.5em;
  background-color:#fff;
  border:1px solid #da0808;
  display:none
}
.kyc .button--yellow {
  border-radius:5px
}
.form-group.input-otp {
  position:relative
}
.form-group.input-otp .send-otp {
  position:absolute;
  color:#ff6f00;
  font-size:12px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  right:10px;
  margin-top:16px
}
.form-group.input-otp .error+.send-otp {
  margin-top:7px
}
.form-group.input-otp .send-otp.waiting {
  color:#706969
}
.nav__notification.g8pop-ann {
  display:flex;
  align-items:center
}
.notif-info {
  position:relative
}
.notif-info span {
  font-size:8px;
  position:absolute;
  background-color:#ffcd00;
  border-radius:50%;
  padding:5px 3px;
  top:3px;
  right:-2px;
  line-height:0
}
.notanim {
  -webkit-animation:notanim 2s ease infinite;
  animation:notanim 2s ease infinite
}
@-webkit-keyframes notanim {
  70% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  80% {
    -webkit-transform:translateY(-15%);
    transform:translateY(-15%)
  }
  90% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  95% {
    -webkit-transform:translateY(-7%);
    transform:translateY(-7%)
  }
  97% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  99% {
    -webkit-transform:translateY(-3%);
    transform:translateY(-3%)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@media only screen and (max-width:500px) {
  .supported-banks .button-pay .text .text-title {
    font-size:8px;
    white-space:nowrap!important
  }
  .supported-banks .button-pay {
    height:30px
  }
  .supported-banks .button-pay .icon {
    width:16px;
    height:16px
  }
}
.promo_dropown a {
  position:relative
}
.promo_dropown>a:after {
  font-family:"Font Awesome 5 Free";
  content:"\f060";
  color:#fff;
  font-weight:900;
  transition:all .3s;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  right:6px;
  line-height:normal;
  font-size:16px
}
.promo_dropown.open>a:after {
  -webkit-transform:translateY(-50%) rotateZ(-90deg);
  transform:translateY(-50%) rotateZ(-90deg)
}
@media only screen and (max-width: 768px) {
  .wa-icon, .livechat{display:none;}
}