@import url("/css/fonts/roboto/font.css");

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.42857;
  min-width: 1230px;
  width: 100%;
  background: #350707;
}
header {
  /* background: -webkit-linear-gradient(top, #107165 0%, #00433a 100%); */
  /* background: linear-gradient(top, #107165 0%, #00433a 100%); */
  background-color: #350707;
  padding-top: 4px
}
ul {
  display: flex;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0
}
ul li {
  padding: 0 8px
}
a {
  text-decoration: none;
  color: #fff
}
.text-muted {
  color: #9f9eb1
}
hr {
  margin: 10px 0 20px 0;
  border-color: #cac9c9;
  border-top: 1px solid rgba(113, 123, 143, .2)
}
.wrapper {
  width: 100%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 0px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .wrapper {
    padding: 0 1rem
  }
}
.row {
  display: flex
}
.button {
  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: 10px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  transition: .3s
}
.button:focus {
  outline: 0
}
.button:active {
  opacity: .2
}
.button--yellow {
  color: #212121;
  background-color: #e3a43b;
  border-color: #e3a43b
}
.button--yellow:hover {
  background-color: #ce8c1d;
  border-color: #c5851c
}
.button--blue {
  color: #212121;
  background-color: #1da0cb;
  border-color: #1da0cb
}
.button--blue:hover {
  background-color: #177d9e;
  border-color: #157695
}
.button--cancel {
  color: #212121;
  background-color: #e6e5e5;
  border-color: rgba(113, 123, 143, .2)
}
.button--cancel:hover {
  background-color: #cdcbcb;
  border-color: rgba(86, 94, 109, .2)
}
.header-top {
  margin-bottom: 18px
}
.header-top__detail {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  z-index: 9
}
.header-top__detail li {
  border-right: 1px solid rgba(255, 255, 255, .2)
}
.header-top__detail li:last-child {
  border-right: none
}
.header-top__detail .language {
  position: relative;
  padding-bottom: 3px
}
.header-top__detail .language .flag {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 15px;
  background-size: 21px auto;
  background-image: url(../img/language.jpg);
  box-shadow: 0 1px 1px rgba(10, 10, 10, .15);
  margin-left: 5px
}
.header-top__detail .language .flag--en {
  background-position: 0 0
}
.header-top__detail .language .flag--id {
  background-position: 0 -30px
}
.header-top__detail .language__option {
  background-color: #fff;
  position: absolute;
  top: 21px;
  right: 4px;
  min-width: 100px;
  display: none;
  z-index: 9
}
.header-top__detail .language__option-detail {
  padding: 8px 0;
  text-align: center
}
.header-top__detail .language__option-detail span {
  color: #212121
}
.header-top__detail .language:hover .language__option {
  display: block
}
.header-mdl {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 8px
}
.header-mdl__logo {
  position: absolute;
  top: -32px;
  width: 200px;
  height: 45px
}
.header-mdl__logo img {
  max-width: 100%;
  height: auto
}
.header-mdl__login {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
.header-mdl__login-form {
  margin-bottom: 8px;
  display: flex
}
.header-mdl__login-form .form-group {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.header-mdl__login-form .form-group input {
  background-color: #fff;
  color: #0a0a0a;
  font-size: 14px;
  padding: 6px 12px;
  border: none;
  min-width: 195px;
  height: 32px;
  margin: 0 2px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif
}
.header-mdl__login-form .form-group input:focus {
  outline: 0
}
.header-mdl__login-form .button {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 5px 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin: 0 4px
}
.header-mdl__login-form .button:hover {
  opacity: .8
}
.header-mdl__login-form .button:focus {
  outline: 0
}
.header-mdl__login-form .button:active {
  opacity: .2
}
.header-mdl__login-form .button--login {
  background-color: #1da0cb
}
.header-mdl__login-form .button--signup {
  background-color: #ffc700;
  /* border:1px solid #ffc700 */
}
.header-mdl__login-forgot {
  font-size: 11px;
  cursor: pointer
}
.header-mdl__login-account {
  padding-bottom: 8px
}
.header-mdl__login-account ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative
}
.header-mdl__login-account ul li:first-child::after,
.header-mdl__login-account ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, .2)
}
.header-mdl__login-account ul li i.fa-user {
  margin-top: -2px;
  font-size: 12px
}
.header-mdl__login-account ul li i.fa-chevron-down {
  font-size: 10px
}
.header-mdl__login-account ul li span {
  font-weight: 300;
  margin: 0 6px
}
.header-mdl__login-account ul li .button--yellow {
  font-weight: 700;
  padding: 10px 16px
}
.header-mdl__login-account ul li:first-child span {
  color: #1da0cb
}
.header-mdl__login-account ul li .dropdown,
.header-mdl__login-account ul li .dropdown-balance {
  background: #1da0cb;
  border-radius: 4px;
  min-width: 200px;
  padding: 5px 0 6px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 9999;
  display: none
}
.header-mdl__login-account ul li .dropdown-balance::before,
.header-mdl__login-account ul li .dropdown::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1da0cb;
  border-left: 10px solid transparent;
  position: absolute;
  top: -9px;
  right: 3px
}
.header-mdl__login-account ul li .dropdown ul,
.header-mdl__login-account ul li .dropdown-balance ul {
  display: flex;
  flex-direction: column
}
.header-mdl__login-account ul li .dropdown ul li,
.header-mdl__login-account ul li .dropdown-balance ul li {
  padding: 0
}
.header-mdl__login-account ul li .dropdown ul li a,
.header-mdl__login-account ul li .dropdown-balance ul li a {
  background: #e6e5e5;
  border-top: 1px solid #898989;
  box-shadow: 0 1px 0 0 rgba(10, 10, 10, .42), 0 1px 0 0 #fff inset;
  color: #6b1213;
  padding: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  display: flex
}
.header-mdl__login-account ul li .dropdown ul li a i,
.header-mdl__login-account ul li .dropdown-balance ul li a i {
  font-size: 16px;
  flex: 1;
  text-align: center
}
.header-mdl__login-account ul li .dropdown ul li a span,
.header-mdl__login-account ul li .dropdown-balance ul li a span {
  color: #6b1213;
  flex: 4
}
.header-mdl__login-account ul li .dropdown ul li a:hover,
.header-mdl__login-account ul li .dropdown-balance ul li a:hover {
  background: #e3a43b;
  border-color: transparent;
  box-shadow: none;
  color: #6b1213
}
.header-mdl__login-account ul li .dropdown-balance {
  min-width: 250px;
  font-weight: 300
}
.header-mdl__login-account ul li .dropdown-balance ul li {
  background: #e6e5e5;
  border-top: 1px solid #898989;
  box-shadow: 0 1px 0 0 rgba(10, 10, 10, .42), 0 1px 0 0 #fff inset;
  color: #6b1213;
  padding: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: flex;
  align-items: flex-start
}
.header-mdl__login-account ul li .dropdown-balance ul li .left {
  flex: 2
}
.header-mdl__login-account ul li .dropdown-balance ul li .right {
  flex: 1
}
.header-mdl__login-account ul li .dropdown-balance ul li:first-child {
  background: #1da0cb;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: unset;
  box-shadow: unset
}
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .left,
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .right {
  flex: auto
}
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .left strong,
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .right strong {
  font-size: 16px
}
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .left span,
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .right span {
  color: #fff
}
.header-mdl__login-account ul li .dropdown-balance ul li:first-child .right {
  text-align: right
}
.header-mdl__login-account ul li:hover .dropdown,
.header-mdl__login-account ul li:hover .dropdown-balance {
  display: block
}


.header-menu ul {
  display: flex
}
.header-menu ul li {
  text-align: center;
  position: static
}
.header-menu ul li:nth-child(1) a,
.header-menu ul li:nth-child(2) a {
  padding: 10px 20px
}
.header-menu ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.header-menu ul li a i {
  font-size: 18px
}
.header-menu ul li a .star {
  position: absolute;
  top: -2px;
  right: -0px;
  color: #ffcd00
}
.header-menu ul li a .star i {
  font-size: 14px
}
.header-menu ul li:hover {
  background-color: #27185a
}
.header-menu ul li:hover a {
  color: #1da0cb
}
.header-menu ul li:hover .dropdown-menu {
  display: block
}
.header-menu ul li .dropdown-menu {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(10, 10, 10, .9);
  box-shadow: 0 1px 3px rgba(10, 10, 10, .15);
  min-width: 1230px;
  width: 100%;
  display: none
}
.header-menu ul li .dropdown-menu__detail {}
.header-menu ul li .dropdown-menu__detail-list {
  display: inline-block;
  font-size: 0px;
}
.header-menu ul li .dropdown-menu__detail-list:last-child {}
.header-menu ul li .dropdown-menu__detail-list .img-thumbnail {
  margin-bottom: 8px
}
.header-menu ul li .dropdown-menu__detail-list span {
  background-color: #1da0cb;
  border-color: #1da0cb;
  color: #212121;
  font-size: 11px;
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  padding: 6px 12px;
  display: block
}
.header-menu ul li .dropdown-menu__detail-list span:hover {
  opacity: .9
}
.header-menu ul li.active {
  border-bottom: 2px solid #1da0cb
}
.header-menu ul li.active a {
  color: #1da0cb
}
.slider {
  margin-bottom: -3px;
  position: relative;
  z-index: 2
}
.slider .marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(23, 19, 66, .5);
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 9
}
.slider .marquee marquee {
  width: calc(100% - 22px);
  display: inline-block
}
.slider .marquee__bullhorn {
  display: inline-block
}
.slider .marquee__bullhorn i {
  font-size: 12px
}
.slider img {
  width: 100%;
  height: auto
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background: white;
}
.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: 32px
}
.slider .swiper-button-prev {
  left: 90px
}
.slider .swiper-button-next {
  right: 90px
}
.slider .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  background: rgba(255, 255, 255, .3);
  border-radius: 0
}
.slider .swiper-pagination-bullet-active {
  background: #fff
}
.matches {
  max-width: 20rem;
  margin: 16px auto;
  padding: 0 11px;
  position: absolute;
  right: 7%;
  top: 20%;
  z-index: 2
}
.matches__top {
  background: linear-gradient(-207deg, #6b1213 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: #ffc700;
}
.matches__title {
  position: absolute;
  top: 33px;
  left: 24px;
  z-index: 999
}
.matches__pagination {
  background: #6b1213;
  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: 24px 6px 12px
}
.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: 48px;
  height: 48px
}
.matches__detail-versus .club-detail__versus {
  margin-bottom: 16px;
  position: relative;
  padding: 12px 12px 16px
}
.matches__detail-versus .club-detail__versus span {
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700
}
.matches__detail-versus .club-detail__versus::before {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 70px;
  display: block;
  background-color: #0a0a0a;
  z-index: 0
}
.matches__detail-versus .club-detail__name {
  color: #292b2c;
  font-size: 12px;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px
}
.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-container {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}
.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: 0px
}
.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
}
.benefits {
  background: url(../img/bg_section.png);
  padding: 20px 0
}
.benefits__detail {
  display: flex
}
.benefits__detail-list {
  flex: 1;
  background: url(../img/bg_benefits.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer
}
.benefits__detail-list .detail-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%
}
.benefits__detail-list .detail-text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.featured {
  padding: 8px 0
}
.featured__detail {
  padding: 10px 0px
}
.featured__detail-title {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 24px
}
.featured__detail-title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #6b1213
}
.featured__detail-content {
  font-size: 0px;
  text-align: center
}
.featured__detail-content .content-box {
  display: inline-block;
  width: 23%;
  margin: 1%;
  position: relative;
}
.featured__detail-content.s2 .content-box {
  width: 48%;
}
.featured__detail-content .content-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10
}
.featured__detail-content .content-box--promo {
  flex: unset;
  position: relative;
  width: 397px;
  box-sizing: border-box;
  display: inline-table;
  margin-right: 0;
  padding-bottom: 16px
}
@media only screen and (max-width:1199px) {
  .featured__detail-content .content-box--promo {
    width: 383px
  }
}
.featured__detail-content .content-box__img {
  margin-bottom: -3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.featured__detail-content .content-box__img img {
  max-width: 100%;
  height: auto;
  transition: .3s
}
.featured__detail-content .content-box__img .cta-play {
  position: absolute
}
.featured__detail-content .content-box__img .cta-play .button-play,
.featured__detail-content .content-box__img .cta-play .button-try {
  color: #212121;
  background-color: #e3a43b;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 16px;
  box-shadow: 0 0 10px 0 rgba(10, 10, 10, .5);
  cursor: pointer;
  display: none
}
.featured__detail-content .content-box__img .cta-play .button-play:hover,
.featured__detail-content .content-box__img .cta-play .button-try:hover {
  box-shadow: 0 3px 0 0 #fff;
  background-color: #ce8c1d
}
.featured__detail-content .content-box__img .cta-play .button-try {
  margin-top: 8px;
  background-color: #1da0cb
}
.featured__detail-content .content-box__img .cta-play .button-try:hover {
  background-color: #177d9e
}
.featured__detail-content .content-box__img .cta-play img {
  width: 50px;
  height: auto;
  display: none
}
.featured__detail-content .content-box__title {
  background-color: #e6e5e5;
  color: #212121;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
}
.featured__detail-content .content-box__text {
  background-color: #e6e5e5;
  color: #212121;
  padding: 12px
}
.featured__detail-content .content-box__text-title {
  font-size: 12px;
  color: #9f9eb1
}
.featured__detail-content .content-box__text-title strong {
  color: #212121;
  font-size: 18px;
  font-weight: 400
}
.featured__detail-content .content-box__text-desc {
  color: #9f9eb1;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.featured__detail-content .content-box__text .text-center {
  text-align: center
}
.featured__detail-content .content-box__promotion {
  background-color: #e6e5e5;
  color: #212121;
  padding: 12px;
  min-height: 114px;
  box-sizing: border-box
}
.featured__detail-content .content-box__promotion-title {
  font-size: 16px;
  margin-bottom: 10px
}
.featured__detail-content .content-box__promotion-summary {
  color: #9f9eb1;
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.featured__detail-content .content-box__footer {
  background-color: #e6e5e5;
  display: flex;
  padding: 0 12px 12px;
  justify-content: space-between
}
.featured__detail-content .content-box__footer button {
  flex: 1;
  margin-right: 12px
}
.featured__detail-content .content-box__footer button:first-child {
  max-width: 44px
}
.featured__detail-content .content-box__footer button:last-child {
  margin-right: 0
}
.featured__detail-content .content-box:hover .content-box__title {
  color: #1da0cb
}
.featured__detail-content .content-box:hover .button-play,
.featured__detail-content .content-box:hover .button-try {
  display: block
}
.featured__detail-content .content-box:hover .cta-play img {
  display: block
}
.featured__detail-content .content-box:hover img.img-blur {
  filter: blur(3px)
}
.featured__detail-content .content-box:hover img.img-zoom {
  transform: scale(1.1, 1.1)
}
.featured__detail-content .content-box:hover .has-shadow {
  box-shadow: 0 2px 0 #1da0cb
}
.featured__detail-content .content-box:hover .content-box__text-title strong {
  color: #1da0cb
}
.featured__detail--secondary {
  max-width: 75%;
  margin: 0 auto
}
.featured__detail--secondary .content-box {
  flex: 1
}
.featured__detail--secondary:last-child {
  padding: 24px 12px 24px 36px
}
.featured .promo-terms {
  background: #e5e4e4;
  color: #212121;
  padding: 10px 20px 20px;
  margin: 0 24px 30px
}
.featured .promo-terms__title {
  font-size: 24px;
  padding: 20px 0 10px
}
.featured .promo-terms ul {
  display: block;
  padding-inline-start: 40px;
  list-style-type: disc
}
#list-tabs {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #e5e4e4;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  margin-bottom: 30px
}
#list-tabs li {
  flex: auto;
  border: 1px solid #cac9c9;
  text-align: center;
  transition: .3s;
  padding: 0
}
#list-tabs li:hover {
  background-color: #251e6a;
  border-color: #251e6a
}
#list-tabs li.active {
  background-color: #6b1213;
  border-color: #6b1213
}
#list-tabs li.active a {
  color: #fff
}
#list-tabs li a {
  display: block;
  text-align: center;
  margin-right: 0;
  color: #262626;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 16px
}
#list-tabs li a:hover {
  color: #fff
}


footer section {
  padding: 16px 0;
  border-bottom: 1px solid rgba(113, 123, 143, .2);
  display: flex;
  justify-content: center
}
footer .social-logo li {
  padding: 0 16px
}
footer .social-logo li a {
  color: rgba(159, 158, 177, .7);
  font-size: 24px
}
footer .social-logo li a:focus,
footer .social-logo li a:hover {
  color: #1da0cb
}
footer .nav-bottom {
  font-size: 12px;
  flex-direction: column;
  align-items: center
}
footer .nav-bottom li {
  border-right: 1px solid rgba(113, 123, 143, .2)
}
footer .nav-bottom li:last-child {
  border-right: none
}
footer .nav-bottom li a {
  color: #9f9eb8
}
footer .nav-bottom li a:focus,
footer .nav-bottom li a:hover {
  color: #1da0cb
}
footer .nav-bottom .copyright {
  color: #9f9eb8;
  margin-top: 12px
}
footer .bank-logo li {
  padding: 0 24px
}
footer .bank-logo li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background: transparent url(../img/bank.png) 0 0 no-repeat;
  mix-blend-mode: luminosity;
  height: 23px;
  background-position-y: 0
}
footer .bank-logo li a.bca {
  background-position-x: -1px;
  width: 71px
}
footer .bank-logo li a.mandiri {
  background-position-x: -90px;
  width: 78px
}
footer .bank-logo li a.bni {
  background-position-x: -178px;
  width: 71px
}
footer .bank-logo li a.bri {
  background-position-x: -262px;
  width: 90px
}
footer .bank-logo li a.cimb {
  background-position-x: -365px;
  width: 131px
}
footer .bank-logo li a:focus,
footer .bank-logo li a:hover {
  background-position-y: -42px;
  mix-blend-mode: normal
}
footer .information {
  display: flex
}
footer .information__detail {
  flex: 1;
  padding: 0 15px;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 1px
}
footer .information__detail .heading {
  text-transform: uppercase;
  margin-bottom: 30px
}
footer .information__detail h5 {
  margin: 10px 0
}
footer .information__detail p {
  color: #9f9eb1;
  font-size: 11px;
  margin-block-start: 0;
  letter-spacing: 0
}
footer .logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: none
}
footer .logo__sponsored span {
  font-size: 12px
}
footer .logo__sponsored ul {
  margin-top: 8px
}
footer .logo__sponsored ul li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 22px;
  height: 34px;
  background: transparent url(../img/sponsored.png) 0 0 no-repeat;
  filter: grayscale(100%);
  mix-blend-mode: luminosity
}
footer .logo__sponsored ul li a.hl {
  width: 40px;
  background-position-x: -142px
}
footer .logo__sponsored ul li a.gl {
  width: 36px;
  background-position-x: -299px
}
footer .logo__sponsored ul li a.bmm {
  width: 74px;
  background-position-x: -216px
}
footer .logo__sponsored ul li a.tst {
  width: 67px;
  background-position-x: -345px;
  cursor: default
}
footer .logo__sponsored ul li a.itech {
  width: 25px;
  background-position-x: -421px;
  cursor: default
}
footer .logo__sponsored ul li a.verified {
  width: 132px;
  background-position-x: -456px;
  cursor: default
}
footer .logo__sponsored ul li a:hover {
  background-position-y: -199px;
  mix-blend-mode: normal;
  filter: grayscale(0)
}
footer .logo__payment span {
  font-size: 12px
}
footer .logo__payment ul {
  margin-top: 8px
}
footer .logo__payment ul li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 22px;
  height: 34px;
  background: transparent url(../img/sponsored.png) 0 0 no-repeat;
  filter: grayscale(100%);
  mix-blend-mode: luminosity;
  height: 33px;
  background-position-y: -160px
}
footer .logo__payment ul li a:hover {
  mix-blend-mode: normal;
  filter: grayscale(0);
  background-position-y: -359px
}
footer .logo__payment ul li a.atm {
  width: 30px;
  background-position-x: -6px
}
footer .logo__payment ul li a.h2p {
  width: 50px;
  background-position-x: -400px
}
footer .logo__payment ul li a.gsc {
  width: 41px;
  background-position-x: -344px
}
.sidebar__left {
  position: fixed;
  top: 25%;
  left: -1px;
  z-index: 99;
  cursor: pointer
}
.sidebar__right {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 99;
  cursor: pointer
}
.sidebar__right a.contact {
  position: absolute;
  right: 0;
  transition: .3s cubic-bezier(.18, .89, .32, 1.28)
}
.sidebar__right ul {
  position: absolute;
  top: 0;
  right: -235px;
  margin-top: 16px;
  width: 235px;
  min-height: 240px;
  background-color: #e6e5e5;
  background-image: linear-gradient(to right, #e6e5e5 10%, #c1bebe 100%);
  background-repeat: repeat-x;
  display: block;
  transition: .3s cubic-bezier(.18, .89, .32, 1.28);
  border-color: #1da0cb;
  border-style: solid;
  border-width: 1px 0px 1px 1px
}
.sidebar__right ul li {
  padding: 12px
}
.sidebar__right ul li a {
  color: #6b1213
}
.sidebar__right ul li a i {
  margin-right: 8px
}
.sidebar__right ul li:hover {
  background-color: #cdcbcb
}
.sidebar__right ul li:hover a {
  color: #1da0cb
}
.sidebar__right:hover a.contact {
  right: 235px
}
.sidebar__right:hover ul {
  right: 0
}
.sidebar__qr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999
}
.sidebar__qr-box {
  background-image: -webkit-linear-gradient(top, #1da0cb 50%, #105a72 100%);
  background-color: #1da0cb;
  height: 160px;
  width: 152px;
  padding-top: 10px;
  margin-top: 5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 5px 0 #105a72;
  position: relative
}
.sidebar__qr-box .icon-close {
  background-color: #105a72;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
.sidebar__qr-box .icon-close:active {
  opacity: .2
}
.sidebar__qr-box .box-barcode {
  padding: 4px 24px
}
.sidebar__qr-box .box-barcode__detail {
  margin-right: 8px
}
.sidebar__qr-box .box-barcode__detail img {
  max-width: 100%;
  height: auto
}
.sidebar__qr-box .box-barcode i {
  font-size: 30px;
  color: #0d485b
}
.sidebar__qr-box .text-title {
  display: block;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  border-radius: 25px;
  background: #105a72;
  text-align: center;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, .8)
}
.sidebar__qr-box .main-text {
  color: #fff;
  width: 100%;
  font-weight: 700;
  margin-top: 5px;
  display: block;
  text-align: center;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, .8)
}
.sidebar__game {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  transition: all ease .5s
}
.sidebar__game-top {
  background-color: #105a72;
  padding: 8px 12px;
  position: relative
}
.sidebar__game-top .top-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}
.sidebar__game-top .top-close {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer
}
.sidebar__game-top .top-close:active {
  opacity: .2
}
.sidebar__game-top .top-close i {
  font-size: 16px
}
.sidebar__game-detail {
  background-image: -webkit-linear-gradient(top, #1da0cb 50%, #105a72 100%);
  display: flex;
  align-items: center;
  padding: 16px
}
.sidebar__game-detail .detail-img {
  margin-right: 8px
}
.sidebar__game-detail .detail-img img {
  width: 90px;
  height: auto;
  border: 4px solid #fff
}
.sidebar__game-detail .detail-content {
  max-width: 220px
}
.sidebar__game-detail .detail-content__title {
  font-size: 18px;
  margin-bottom: 4px
}
.sidebar__game-detail .detail-content__desc {
  font-size: 14px;
  line-height: 19px
}
.sidebar .slide-in {
  right: -360px
}
.modal-signup {
  background-color: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none
}
.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%;
  transform: translateY(-50%)
}
.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
}
.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
}
.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: 2px 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:nth-child(1) {
  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 .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: #6b1213;
  background: #6b1213
}
.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: 10px auto 0px;
  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: 450px;
  background-color: #e9e9ed;
  color: #464a4c;
  box-shadow: 0 0 50px 10px rgba(10, 10, 10, .25);
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.modal-forgot__dialog::after,
.modal-forgot__dialog::before {
  content: "";
  position: absolute;
  width: 352px;
  height: 379px;
  transform: translate(-60%, -50%);
  top: 30%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/forgot password.png");
  background-color: transparent;
  background-size: 70%
}
.modal-forgot__dialog::after {
  transform: translate(80%, -50%);
  top: 70%;
  right: 80px
}
.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
}
.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
}
.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 .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
}
.vip-body {
  background: url("../img/bg vip.jpg");
  background-size: cover
}
.vip-body .wrapper {
  padding: 40px 0
}
.vip-body__container {
  background-color: rgba(0, 0, 0, .611765);
  width: 87%;
  margin: 40px auto 0;
  padding: 10px 30px 30px;
  box-sizing: border-box;
  position: relative
}
.vip-body__container .vip-title {
  font-weight: 700;
  background: -webkit-linear-gradient(25deg, #fcfdb8 0, #7d5d38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px
}
.vip-body__container .vip-img {
  position: absolute;
  right: 15px;
  top: -20px
}
.vip-body__container .vip-img img {
  max-height: 300px
}
.vip-body__container ul {
  display: block;
  padding-right: 200px;
  padding-bottom: 30px
}
.vip-body__container ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px
}
.vip-body__container ul li span {
  margin: 0 4px
}
.vip-body__container ul .indent {
  padding-left: 78px;
  display: flex;
  align-items: center
}
.vip-body__container ul .vip-legend-content {
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
  margin-left: 15px
}
.vip-body__container table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgba(113, 123, 143, .2);
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0
}
.vip-body__container table thead tr th {
  background-color: #3a3939;
  padding: 8px;
  line-height: 1.42857;
  border: 1px solid rgba(113, 123, 143, .2)
}
.vip-body__container table thead tr th:first-child {
  background-color: #252424
}
.vip-body__container table thead tr th .normal {
  color: #47ad60
}
.vip-body__container table thead tr th .silver {
  color: #989ca3
}
.vip-body__container table thead tr th .gold {
  color: #b97b00
}
.vip-body__container table thead tr th .diamond {
  color: #c900bd
}
.vip-body__container table tbody tr td {
  border: 1px solid rgba(113, 123, 143, .2)
}
.vip-body__container table tbody tr td:first-child {
  background-color: #252424
}
.vip-body__container table tbody tr:nth-of-type(odd) {
  background-color: #545454
}
.vip-body__container table tbody tr:nth-of-type(odd) td {
  background-color: #545454
}
.vip-body__container table tbody tr:nth-of-type(even) {
  background-color: #3a3939
}
.vip-body__container .cta {
  text-align: center;
  margin: 24px 0
}
.modal-promotion {
  background-color: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: auto
}
.modal-promotion__dialog {
  max-width: 900px;
  background-color: #e9e9ed;
  color: #464a4c;
  box-shadow: 0 0 50px 10px rgba(10, 10, 10, .25);
  margin: auto;
  position: relative;
  top: 5%;
  margin-bottom: 20px;
  transform: translateY(-25%);
  transition: .3s
}
.modal-promotion__dialog-header {
  position: relative
}
.modal-promotion__dialog-header .header-bg img {
  max-width: 100%;
  height: auto
}
.modal-promotion__dialog-header .header-cta {
  position: absolute;
  top: 0;
  right: 0
}
.modal-promotion__dialog-body {
  padding: 25px 15px;
  min-height: 64px
}
.modal-promotion__dialog-body .promo-timer {
  margin: 0 0 15px 15px;
  background-color: transparent;
  border-radius: 0;
  float: right
}
.modal-promotion__dialog-body .promo-timer .button,
.modal-promotion__dialog-body .promo-timer span {
  display: table-cell;
  min-width: 68px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding-right: 2px
}
.modal-promotion__dialog-body .promo-timer .button:last-child,
.modal-promotion__dialog-body .promo-timer span:last-child {
  padding-right: 0
}
.modal-promotion__dialog-body .promo-timer .button small,
.modal-promotion__dialog-body .promo-timer span small {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #6b1213;
  display: block;
  padding: 8px
}
.modal-promotion__dialog-body .promo-timer .button big,
.modal-promotion__dialog-body .promo-timer span big {
  color: #6b1213;
  padding: 8px;
  display: block;
  background-color: #fafafb;
  font-size: 30px
}
.modal-promotion__dialog-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
}
.modal-promotion__dialog-body .promo-title,
.modal-promotion__dialog-body .second-title {
  margin-bottom: 20px;
  color: #6b1213;
  font-weight: 700;
  font-size: 18px
}
.modal-promotion__dialog-body .second-title {
  color: #262626;
  font-weight: 400
}
.profile {
  padding: 64px 0 0
}
.profile__nav ul {
  border: 0;
  border-radius: 0;
  background-color: #e5e4e4;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3)
}
.profile__nav ul li {
  padding: 0;
  flex: 1;
  transition: .3s
}
.profile__nav ul li a {
  color: #262626;
  padding: 13px 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center
}
.profile__nav ul li a i {
  font-size: 18px;
  margin-right: 12px
}
.profile__nav ul li a span {
  font-weight: 300
}
.profile__nav ul li.active {
  background-color: #6b1213;
  border-color: #6b1213
}
.profile__nav ul li.active a {
  color: #fff
}
.profile__nav ul li:hover {
  background-color: #251e6a;
  border-color: #251e6a
}
.profile__nav ul li:hover a {
  color: #fff
}
.profile__verification {
  padding-top: 30px
}
.profile__verification-box {
  width: auto;
  background: #e6e5e5;
  height: 110px;
  margin-bottom: 30px;
  border-radius: 80px;
  padding: 12px;
  box-sizing: border-box;
  position: relative
}
.profile__verification-box .verification-detail {
  display: flex;
  align-items: center
}
.profile__verification-box .verification-detail__badge {
  background: url(../img/account.png);
  background-size: 120px;
  height: 90px;
  width: 90px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  margin: -2px 20px 0 0;
  background-position: 0 0
}
.profile__verification-box .verification-detail__account {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: -4px
}
.profile__verification-box .verification-detail__account .section-top {
  display: flex
}
.profile__verification-box .verification-detail__account .section-top .av-icon {
  background: url(../img/account.png);
  background-repeat: no-repeat;
  background-size: 130px;
  height: 30px;
  width: 34px;
  margin: 0 10px 10px 10px;
  display: inline-block
}
.profile__verification-box .verification-detail__account .section-top .av-icon:first-child {
  margin-left: 0
}
.profile__verification-box .verification-detail__account .section-top .av-icon.av-profile {
  background-position-x: -97px
}
.profile__verification-box .verification-detail__account .section-top .av-icon.av-bank {
  background-position: -97px -31px
}
.profile__verification-box .verification-detail__account .section-top .av-icon.av-sms {
  background-position: -97px -67px
}
.profile__verification-box .verification-detail__account .section-top .av-icon.av-email {
  background-position: -97px -98px
}
.profile__verification-box .verification-detail__account .section-top .av-icon__bonus {
  background: url(../img/account.png);
  background-size: 130px;
  display: block;
  height: 20px;
  width: 20px;
  background-position: -98px -130px;
  background-repeat: no-repeat;
  margin-left: 19px;
  margin-top: 12px
}
.profile__verification-box .verification-detail__account .section-bottom {
  color: #262626;
  font-weight: 300
}
.profile__verification-box .verification-detail__balance {
  height: 86px;
  min-width: 230px;
  max-width: 290px;
  background-color: #f1f1f1;
  border-radius: 50px;
  float: right;
  margin-left: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.profile__verification-box .verification-detail__balance-title {
  color: #262626
}
.profile__verification-box .verification-detail__balance-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c4c4c4
}
.profile__verification-box .verification-detail__balance-detail span {
  font-size: 22px;
  margin-right: 8px
}
.profile__verification-box .verification-detail__balance-detail span.points {
  color: #262626
}
.profile__verification-box .verification-detail__balance-currency {
  color: #262626
}
.profile__verification-box .verification-detail__balance:first-child {
  margin-right: 16px
}
.profile__verification-box .verification-detail__balance.av-balance {
  position: relative
}
.tab {
  color: #262626;
  padding-bottom: 30px
}
.tab__menu {
  position: relative
}
.tab__menu ul {
  border-bottom: 0;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  border-radius: 0
}
.tab__menu ul li {
  text-align: center;
  display: table-cell;
  float: none;
  padding: 0
}
.tab__menu ul li a {
  color: #262626;
  line-height: 28px;
  padding: 7px 15px;
  display: block;
  transition: .3s
}
.tab__menu ul li a:hover {
  background-color: #e5e4e4;
  border-color: transparent
}
.tab__menu ul li a i {
  font-size: 18px;
  margin-right: 4px
}
.tab__menu ul li a span {
  font-weight: 300
}
.tab__menu ul li.active a {
  background-color: #6b1213;
  border: 1px solid #6b1213;
  border-bottom-color: transparent;
  cursor: default;
  color: #fff
}
.tab__detail {
  background-color: #e6e5e5;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3)
}
.tab__detail-title {
  font-size: 24px;
  margin-bottom: 30px
}
.tab__detail-form {
  position: relative;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap
}
.tab__detail-form .detail-right {
  width: 100%;
  text-align: right;
  padding: 0 15px
}
.tab__detail-form .detail-right__check {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px
}
.tab__detail-form .detail-right__check span {
  color: #262626;
  margin-right: 4px
}
.tab__detail-form .detail-right__check 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
}
.tab__detail-form .detail-right__check input[type=checkbox]:checked {
  color: #fff;
  border-color: #6b1213;
  background: #6b1213
}
.tab__detail-form .detail-right__check input[type=checkbox]:checked::before {
  opacity: 1
}
.tab__detail-form .detail-right__check 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
}
.tab__detail-form .detail-right .button {
  font-size: 12px;
  padding: 5px 10px
}
.tab__detail-cta {
  display: flex;
  justify-content: flex-end
}
.tab__detail-cta .button {
  font-size: 18px
}
.tab__detail-password {
  max-width: 595px;
  margin: 0 auto
}
.tab__detail-password .form-detail {
  width: 100% !important;
  padding: 0 !important
}
.tab__detail-bank {
  max-width: 799px;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(159, 158, 177, .9)
}
.tab__detail-bank .bank-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px
}
.tab__detail-bank .bank-header__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase
}
.tab__detail-bank .bank-header__cta .button {
  font-size: 12px;
  padding: 5px 10px
}
.tab__detail-bank .bank-footer {
  color: rgba(159, 158, 177, .9);
  font-size: 11.9px
}
.tab__detail-bank:last-child {
  margin-top: 32px
}
.tab__detail-message table {
  width: 100%;
  max-width: 100%
}
.tab__detail-message table thead tr th {
  color: #212121;
  text-align: left;
  padding: 8px;
  line-height: 1.42857
}
.tab__detail-message table thead tr th:nth-child(2) {
  visibility: hidden
}
.tab__detail-message table tbody tr:nth-of-type(2n+1) {
  background-color: rgba(77, 77, 77, .1)
}
.tab__detail-message table tbody tr td {
  line-height: 1.42857;
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid rgba(113, 123, 143, .2)
}
.tab__detail-message table tbody tr td.text-center {
  text-align: center
}
.tab__detail-newmsg {
  width: 100%;
  text-align: center;
  margin-top: 16px
}
.tab__detail hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(113, 123, 143, .2);
  border-color: #cac9c9
}
.form-detail {
  position: relative;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
  box-sizing: border-box
}
.form-detail--full {
  width: 100%
}
.form-detail label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300
}
.form-detail label .text-danger {
  color: #d42848
}
.form-detail .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  box-sizing: border-box;
  color: #0a0a0a;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-detail .form-control[disabled],
.form-detail .form-control[readonly] {
  color: rgba(38, 38, 38, .5);
  border-color: rgba(113, 123, 143, .2);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMBAMAAAA1uUwYAAAAIVBMVEWvr69HcEzu7u64uLiwsLCwsLCwsLCwsLCzs7OwsLCvr68Fd4lGAAAAC3RSTlNmAAELSSBWXBQ7Lw+TlLEAAADGSURBVEjH7dUhC8JQFIbhF9SN2e42Zdg2sDswGFUx2BRE6wz2FcE6DFaDP2D+U8NUmLDjwsrm/dIXHu49cMJBlQqaaVYDNrzHxir5xXoRgLGRmX0DAMsXmcsrc5GlsLxMtmBJzIOzUnZwhURgLmaolFJOzExgIzpZWdMSWMohK326ApvyyMqAtsCi9+QepsAgzEoAxcwG/9PKsGpfqyvbkcupgMV5ZhQwvtJ4thiXYqFTJSv56R9sIcors4Dt8+yoL6BmjWBPOoizghls9qIAAAAASUVORK5CYII=);
  padding-right: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 38px;
  cursor: not-allowed
}
.form-detail .form-control[readonly] {
  cursor: text
}
.form-detail .form-control:focus {
  outline: 0;
  border: 1px solid
}
.form-detail select {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 38px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAi0lEQVR4Ae3QMQ0CQRRF0XWADdz9n0wxHWYwQIkGWhocYIIE1sKj2AT2nOQauAsJAAAAAAAAAAAAuvtSVe8Neq2d/mHY4+sJeeefHzbGOFbVc4NZtznnYVmZls8yLZ9lWj7LtHSWacEs04JZppkVTjMrmGZWMM2sYJpZwbR7d193MQsAAAAAAAAAAD6rXkPcI0ThZQAAAABJRU5ErkJggg==) !important;
  -webkit-appearance: none;
  -moz-appearance: none
}
.form-detail .input-group {
  position: relative
}
.form-detail .input-group-addon {
  width: auto;
  z-index: 3;
  border: 0;
  padding: 4px;
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 1px;
  background-color: transparent !important;
  pointer-events: none
}
.form-detail .input-group-addon i {
  font-size: 20px;
  color: #262626
}
.balance {
  margin: 30px 0px;
  background-color: rgba(205, 203, 203, .9)
}
.balance ul {
  display: block
}
.balance ul li {
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px;
  width: calc(25% - 7px);
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background-color: #e6e5e5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.balance ul li:first-child {
  width: calc(100% - 4px)
}
.balance__title {
  line-height: 1;
  font-size: 10px;
  color: #0a0a0a;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.balance__detail span {
  color: #9f9eb1;
  font-size: 10.5px
}
.balance__detail strong {
  color: #6b1213;
  font-size: 16.8px
}
.transfer {
  display: block;
  position: relative;
  border-radius: 0;
  background-color: #e6e5e5;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  margin-bottom: 30px;
  color: #262626
}
.transfer__form {
  max-width: 366px;
  margin: 0 auto
}
.transfer__form .form-detail {
  width: 100%
}
.transfer__form-cta {
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}
.transfer__form-cta i {
  font-size: 24px;
  margin-right: 8px
}
.funds {
  margin-bottom: 30px;
  background-color: #e6e5e5;
  padding: 20px;
  color: #262626
}
.funds__container ul {
  margin-bottom: 15px;
  border-bottom: 1px solid #262626
}
.funds__container ul li {
  padding: 0
}
.funds__container ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  color: #6b1213;
  transition: .3s
}
.funds__container ul li.active a {
  color: #fff;
  background-color: #6b1213;
  border: 1px solid #6b1213;
  border-bottom-color: transparent;
  cursor: default
}
.funds__detail {
  display: flex
}
.funds__detail-left {
  width: 30%;
  padding-right: 15px
}
.funds__detail-left ul {
  border: none;
  display: flex;
  flex-direction: column
}
.funds__detail-left ul li {
  display: flex;
  padding: 8px;
  border-bottom: 1px solid rgba(113, 123, 143, .2)
}
.funds__detail-left ul li span {
  color: #262626;
  font-weight: 700;
  flex: 1
}
.funds__detail#referral-bonus span {
  font-weight: 400
}
.funds__detail#referral-bonus span:first-child {
  flex: 3
}
.funds__detail-right {
  width: 70%;
  padding-left: 15px;
  color: #262626
}
.funds__detail-right .detail-box {
  overflow: hidden;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #dad8d8;
  color: #262626;
  margin-bottom: 15px
}
.funds__detail-right .detail-box .field-title {
  font-size: 16px;
  font-weight: 700
}
.funds__detail-right .detail-box .bank-option {
  display: flex
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer {
  width: 40%;
  position: relative
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .radio-inline {
  line-height: 30px;
  padding-left: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .radio-inline .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .radio-inline .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .radio-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-left: -20px;
  margin: 4px 0 0;
  box-sizing: border-box;
  padding: 0
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .radio-inline input:checked~.checkmark {
  background-color: #2196f3
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .radio-inline input:checked~.checkmark::after {
  display: block
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .banktooltip-container .bank-status {
  left: 170px !important;
  height: 16px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  margin-top: 7px
}
.funds__detail-right .detail-box .bank-option .system-bankaccount-maincontainer .banktooltip-container .bank-up-status {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 100px;
  top: 0;
  border-radius: 50%;
  background: #fff;
  background-image: url(../img/checklist.png)
}
.funds__detail-right .detail-box .bank-option__information {
  flex: 1
}
.funds__detail-right .detail-box .bank-option__information .information-detail {
  color: #262626;
  border-color: #cac9c9;
  padding: 9px;
  border-radius: 1.5px;
  min-height: 20px;
  background-color: #e6e5e5;
  border: 1px solid rgba(113, 123, 143, .2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-sizing: border-box
}
.funds__detail-right .detail-box .deposit-option {
  display: flex
}
.funds__detail-right .detail-box .deposit-option .row {
  display: flex
}
.funds__detail-right .detail-box .deposit-option__form {
  flex: 1
}
.funds__detail-right .detail-box .deposit-option__info {
  flex: 1
}
.funds__detail-right .detail-box .deposit-option__info-detail {
  flex: 1
}
.funds__detail-right .detail-box .deposit-option__info-detail .detail-box {
  background-color: #ff5b77;
  border-color: #ff5b77;
  color: #721c23;
  font-size: 13px;
  padding: 15px;
  border-radius: 4px;
  display: flex
}
.funds__detail-right .detail-box .deposit-option__info-detail .detail-box i {
  font-size: 24px
}
.funds__detail-right .detail-box .deposit-option__info-detail .detail-box .msg {
  flex: 1 1 auto;
  margin: 0 12px
}
.funds__detail-right .detail-box .deposit-option__info .button {
  font-size: 12px;
  padding: 5px 10px
}
.funds__detail-right .cta-right {
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  margin-top: 32px
}
.funds__detail-right .withdrawal-notice {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e6e5e5;
  border: 1px solid rgba(113, 123, 143, .2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.funds__detail-right .withdrawal-notice p {
  color: #9f9eb1;
  margin: 0 0 10px
}
.funds__detail-note {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #262626;
  min-height: 20px;
  padding: 19px;
  margin: 0 15px 20px;
  border: 1px solid rgba(113, 123, 143, .2);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-sizing: border-box
}
.funds__detail-note p {
  margin-block-start: 0
}
.funds__detail-note ul {
  list-style-type: disc;
  padding-inline-start: 40px;
  display: block;
  margin-bottom: 0;
  border-bottom: none
}
.funds__detail-note ul li a {
  display: unset;
  padding: unset
}
.funds__detail-title {
  padding: 0 15px;
  max-width: 300px;
  box-sizing: border-box;
  margin-bottom: 24px
}
.funds__detail-title .row {
  display: flex
}
.funds__detail-title .row strong {
  flex: 3
}
.funds__detail-title .row span {
  flex: 1
}
.funds__detail-freebet {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  color: #262626
}
.funds__detail-freebet .cta-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  box-sizing: border-box
}
.funds__detail-form {
  position: relative;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}
.funds__detail-form .cta-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  box-sizing: border-box
}
.funds__rebate-header {
  display: flex;
  justify-content: space-between
}
.funds__rebate-header .header-left .form-detail {
  padding: 0;
  width: unset;
  display: flex;
  align-items: center
}
.funds__rebate-header .header-left .form-detail .form-control {
  font-size: 12px
}
.funds__rebate-header .header-left .form-detail label {
  color: #262626;
  width: 110px
}
.funds__rebate-header .header-right small {
  color: #9f9eb1
}
.funds__rebate-table table {
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 0;
  color: #262626
}
.funds__rebate-table table caption {
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  font-weight: 400;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
  background-color: rgba(202, 201, 201, .4);
  padding-top: 8px;
  padding-bottom: 8px
}
.funds__rebate-table table thead tr th {
  padding: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
  width: 1%;
  position: relative;
  vertical-align: middle;
  text-align: center
}
.funds__rebate-table table thead tr th:first-child {
  text-align: left
}
.funds__rebate-table table tbody {
  border-width: 0 2px 1px 1px;
  border-color: #cac9c9
}
.funds__rebate-table table tbody tr td {
  padding: 5px;
  border-top: 1px solid rgba(113, 123, 143, .2);
  text-align: center
}
.funds__rebate-table table tbody tr td:first-child {
  color: #212121;
  text-align: left;
  position: relative
}
.funds__rebate-table table tbody tr td:nth-child(2n) {
  padding: 5px 12px;
  background-color: rgba(100, 100, 100, .2)
}
.funds__rebate-table table tbody tr td span:first-child {
  width: 70%;
  word-break: break-word;
  display: inline-block;
  vertical-align: text-top;
  overflow: hidden;
  line-height: 30px
}
.funds__rebate-table table tbody tr td span.label-info {
  min-width: 62px;
  text-align: center;
  top: 12px;
  right: 5px;
  padding-top: 3px;
  position: absolute;
  background-color: #5bc0de;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}
.funds__rebate-table table tbody tr td .btn {
  display: inline-block;
  margin-bottom: 0;
  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 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.funds__rebate-table table tbody tr td .btn-block {
  display: block;
  width: 100%
}
.funds__rebate-table table tbody tr td .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.funds__rebate-table table tbody tr td .btn-default {
  color: #3c3c3c;
  background-color: #e6e5e5;
  border-color: rgba(113, 123, 143, .2)
}
.funds__rebate-table table tbody tr td .btn[disabled] {
  cursor: not-allowed
}
.info {
  display: flex;
  color: #262626;
  padding: 60px 0
}
.info a {
  color: #1da0cb
}
.info__left {
  background-color: #e6e5e5;
  flex: 1;
  margin-right: 24px;
  max-height: 246px
}
.info__left ul {
  display: flex;
  flex-direction: column
}
.info__left ul li {
  padding: 0;
  border: 1px solid rgba(113, 123, 143, .2);
  border-top: 0px;
}
.info__left ul li:first-child {
  border-top: 1px solid rgba(113, 123, 143, .2)
}
.info__left ul li a {
  color: #262626;
  padding: 10px 16px;
  display: block;
  position: relative
}
.info__left ul li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #262626;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.info__left ul li.active {
  background-color: #6b1213;
  border-color: #251e6a;
}
.info__left ul li:hover {
  background-color: #251e6a;
  border-color: #251e6a;
}
.info__left ul li.active a,
.info__left ul li:hover a {
  color: #fff
}
.info__left ul li.active a::after,
.info__left ul li:hover a::after {
  border-left-color: #fff
}
.info__right {
  background-color: #e6e5e5;
  flex: 3
}
.info__right-title {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(113, 123, 143, .2);
  font-size: 24px;
  font-weight: 700
}
.info__right-content {
  padding: 30px
}
.info__right-content h4 {
  margin-block-start: 0;
  margin-block-end: 0
}
.info__right-content .term__list-title {
  padding: 10px 15px;
  border: 1px solid rgba(113, 123, 143, .2);
  cursor: pointer
}
.info__right-content .term__list-title:active {
  opacity: .2
}
.info__right-content .term__list-detail {
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgba(113, 123, 143, .2);
  display: none
}
.info__right-content .term__list-detail ol li p {
  margin-block-start: 0
}
.info__right-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px
}
.info__right-content p {
  margin-block-start: 0
}
.info__right-content .faq ul.menu {
  display: flex;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  background-color: #e5e4e4;
  box-shadow: 0 1px 2px rgba(10, 10, 10, .3);
  margin-bottom: 15px
}
.info__right-content .faq ul.menu li {
  flex: auto;
  padding: 0;
  transition: .3s
}
.info__right-content .faq ul.menu li a {
  color: #262626;
  display: block;
  padding: 10px 15px;
  text-align: center
}
.info__right-content .faq ul.menu li a:focus {
  outline: 0
}
.info__right-content .faq ul.menu li.active {
  background-color: #6b1213;
  border-color: #6b1213
}
.info__right-content .faq ul.menu li.active a {
  color: #fff
}
.info__right-content .faq ul.menu li:hover {
  background-color: #251e6a
}
.info__right-content .faq ul.menu li:hover a {
  color: #fff
}
.info__right-content .faq__list {
  margin-bottom: 8px
}
.info__right-content .faq__list-title {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid rgba(113, 123, 143, .2);
  cursor: pointer
}
.info__right-content .faq__list-title .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.info__right-content .faq__list-content {
  background-color: #fff;
  padding: 15px;
  display: none
}
.info__right-content .faq__list-content p {
  margin-block-start: 0
}
.info__right-content .contact__title {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center
}
.info__right-content .contact__detail ul.contact {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0
}
.info__right-content .contact__detail ul.contact li {
  background-color: #fff;
  width: 32%;
  min-height: 200px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  box-sizing: border-box
}
.info__right-content .contact__detail ul.contact li span {
  font-size: 18px
}
.info__right-content .contact__detail ul.contact li i {
  font-size: 38px
}
.info__right-content .contact__detail ul.contact li a {
  font-size: 14px;
  color: #1da0cb
}
.header-menu ul li .dropdown-menu a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px
}
.header-menu ul li .dropdown-menu a:hover,
.header-menu ul li .dropdown-menu a:focus {
  background: transparent;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(29, 160, 203, 0.5) 0%, transparent 70%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(29, 160, 203, 0.5) 0%, transparent 70%);
  background: radial-gradient(ellipse at center, rgba(29, 160, 203, 0.5) 0%, transparent 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$hilight-color', endColorstr='transparent', GradientType=1)
}
.form-control.error {
  border: 2px solid #ff0000 !important
}
label.error {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  padding-top: 3px;
  display: block;
}
.modal-signup__dialog:before,
.modal-signup__dialog:after,
.modal-login__dialog:before,
.modal-login__dialog:after,
.modal-forgot__dialog:before,
.modal-forgot__dialog:after {
  content: '';
  position: absolute;
  width: 352px;
  height: 379px;
  transform: translate(-60%, -50%);
  top: 30%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/modal-bg.png");
  background-color: transparent;
  background-size: 70%
}
.modal-signup__dialog:after,
.modal-forgot__dialog:after,
.modal-login__dialog:after {
  transform: translate(80%, -50%);
  top: 70%;
  right: 80px
}
.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 0px
}
.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%;
  transform: translateY(-50%)
}
.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:nth-child(1) {
  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: #6b1213;
  background: #6b1213
}
.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: 1050 !important
}
.modal-content {
  background-color: #E6E5E5
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  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: #6b1213;
  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 form {
  padding: 12px
}
.modal__content form .form-group {
  margin-bottom: 16px;
  position: relative
}
.modal__content form .form-group label {
  font-size: 12px;
  text-transform: uppercase
}
.modal__content form .form-group label strong {
  color: #c4281c
}
.modal__content 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 form .form-group input:focus {
  outline: 0;
  border: 1px solid #6b1213
}
.modal__content form .form-group span {
  color: #d42848;
  font-size: 12px;
  margin-top: 4px
}
.modal__content form .form-group .password-show {
  position: absolute;
  top: 18px;
  right: 12px;
  cursor: pointer
}
.modal__content form .form-group .password-show:active {
  opacity: .2
}
.modal__content form .form-group .password-show i {
  font-size: 18px
}
.modal__content form .form-group label.error {
  margin: 4px 0 0;
  color: #d42848;
  font-size: 12px
}
.modal__content form .forgot-password {
  color: #1da0cb;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  padding-top: 16px
}
.modal__content form .forgot-password:active {
  opacity: .2
}
.modal__content form .button {
  margin-top: 16px;
  width: 100%
}
.modal__content form:nth-child(2) {
  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-notification {
  background: rgba(0, 0, 0, .5)
}
.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%;
  transform: translateY(-50%)
}
.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 {}
.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:nth-child(1) {
  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: #6b1213;
  background: #6b1213
}
.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: #ffffff;
  border: 0px;
  font-size: 12px;
  width: calc(100% - 16px)
}
.mobLine .btn {
  background-color: #e3a43b;
  color: #212121;
  cursor: pointer;
  border: 0px;
  padding: 6px 20px;
  font-weight: bold;
}
.mobLine .btn:hover {
  background-color: #d0942f
}
.swiper__img {
  background-color: #111111;
  text-align: center;
}
.pbox {
  color: #212121;
  margin: 60px 0px 20px;
}
.pbox img {
  max-width: 100%;
  height: auto !important
}
.dl-box {
  padding: 30px 0px
}
.dl-listing {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(113, 123, 143, 0.2);
}
.dl-listing ul {
  text-align: center;
  display: block;
}
.dl-listing ul li {
  display: inline-block;
}
.dl-listing img {
  filter: grayscale(100%);
  max-width: 44px;
}
.dl-listing a.active img {
  filter: grayscale(0%);
}
.dl-body {
  font-size: 0px;
}
.dl-bb {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 20px 0px
}
.dl-bbt {
  background-color: rgba(113, 123, 143, 0.25);
  font-size: 0px;
  display: inline-block;
  max-width: 200px
}
.dl-bbt .l {
  display: inline-block;
}
.dl-bbt .r {
  display: inline-block;
}
.dl-bbt img {
  max-width: 100px
}
.dl-bb h4 {
  color: #212121;
  font-size: 16px;
  padding: 0px;
  margin: 15px 0px 10px;
}
.dl-bb a {
  color: #212121;
  background-color: #e3a43b;
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
}
.dl-bb a:hover {
  background-color: #ce8c1d
}
.dl-bb a.b2 {
  background-color: #1da0cb
}
.dl-bb a.b2:hover {
  background-color: #0f92bd
}
.button-sm {
  margin-top: 3px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  width: 100%
}
.msgbigbox {
  padding: 0px 15px;
  position: relative;
  min-height: 500px
}
.msglist-box {
  background-color: #6b1213;
  color: #ffffff;
  margin-bottom: 10px !important
}
.msglist-box-left {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
  min-width: 25%
}
.msglist-box-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.msglist-box a {
  color: #ce8c1d
}
/*** WALLET ***/
.g8-bal {
  text-align: right;
  color: #6b1213
}
.g8-bal .bbl {
  padding: 2px 8px;
  border-bottom: 1px solid #898989;
  position: relative;
  background-color: #e6e5e5;
  box-shadow: 0 1px 0 0 rgba(10, 10, 10, .42), 0 1px 0 0 #fff inset
}
.g8-bal .bbl p {
  float: left;
  margin: 0px;
  font-size: 12px;
}
.g8-bal .bbl span {
  padding: 0px 5px;
  font-size: 12px;
  margin: 0px;
}
.g8-bal .bbl a {
  color: #6b1213
}
.g8-bal .bbl a:hover {
  color: #111111
}
.g8-bal .bbl-0 {
  background-color: #1da0cb;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  box-shadow: unset;
}
.g8-bal .bbl-0 p {
  float: none;
  font-size: 14px;
}
.g8-bal .bbl-0 span {
  float: none;
  font-size: 14px;
  padding: 0px
}
.g8-bal .bbl-0 a {
  color: #ffffff
}
.g8-bal .bbl-0 .b1,
.g8-bal .bbl-0 .b2 {
  position: absolute;
  top: 10px;
  right: 0px;
}
.g8-bal .bbl-0 .b1 {
  right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #6b1213;
  padding: 5px 8px;
  font-weight: bold;
}
.g8-bal .bbl-0 .b2 {
  right: 30px;
}
.g8-bal .bbl-0 .b1:hover {
  background-color: #111111;
  color: #ffffff
}
.bbloverlap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/common/images/preloader.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40px
}
.g8-bal-top {
  border-radius: 4px;
  background-color: #e6e5e5;
  display: inline-block;
  width: calc(100% - 24px);
  margin: 2px;
  padding: 10px;
  text-align: center;
}
.g8-bal-top p {
  font-weight: 700;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px 0px 2px
}
.g8-bal-top span {
  font-weight: bold;
  color: #6b1213;
  font-size: 16px;
}
.g8-bal.v2 {
  text-align: center;
}
.g8-bal.v2 .bbl {
  border-radius: 4px;
  background-color: #e6e5e5;
  display: inline-block;
  width: calc(16.66% - 24px);
  margin: 2px;
  padding: 10px;
  text-align: center;
  border: 0px;
  box-shadow: unset;
}
.g8-bal.v2 .bbl p {
  float: none;
  font-weight: 700;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px 0px 2px
}
.g8-bal.v2 .bbl span {
  font-weight: bold;
  color: #6b1213;
  font-size: 16px
}
.g8-bal.v2 .bbl-0 a {
  color: #6b1213
}
.g8-bal.v2 .bbl-0 a.b1 {
  color: #ffffff;
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  margin-left: 5px;
  padding: 4px 8px;
  vertical-align: top
}
/*** END WALLET ***/
#showM {
  display: none;
}
.regbank-tickbox {
  padding-top: 3px;
  font-size: 11px;
  display: none;
}
.modal-signup__dialog-body .img-container img,
.modal-forgot__dialog-body .img-container img,
.modal-login__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;
}
.funds__rebate-table table tbody tr td .btn-claim {
  width: auto
}
/*** custom ***/
.header-mdl__logo {
  top: -27px;
}
.header-mdl__logo img {
  height: 80px;
  width: auto;
  max-width: none;
}
.header-menu {
  background-color: #350707
}
.header-menu ul li a {
  color: #101010
}
.header-menu ul li.active {
  border-color: #ffc700
}
.header-menu ul li.active a {
  color: #ffffff
}
.header-menu ul li:hover {
  background-color: #000000
}
.header-menu ul li:hover a {
  color: black;
}
.header-menu ul li .dropdown-menu__detail-list span {
  background-color: #350707
}
.header-mdl__login-form .button--login {
  /* background-color: #6b1213;
  border:1px solid #6b1213; */
  background: #6b1213;
  background: linear-gradient(to bottom,#6b1213 0%,#450d0e 100%);
  color: #ffffff
}
.slider .marquee {
  background: rgba(0, 0, 0, 0.5)
}
.sidebar__right ul li:hover a {
  color: #2b0334
}
.sidebar__right ul {
  border-width: 0px
}
.featured__detail-title {
  color: #ffffff
}
.featured__detail-title::after {
  background-color: #350707
}
.featured__detail-content .content-box__title,
.featured__detail-content .content-box__text {
  background-color: #350707
}
.featured__detail-content .content-box:hover .content-box__title {
  color: #ffffff
}
.featured__detail-content .content-box:hover .has-shadow {
  box-shadow: 0 2px 0 #ffffff
}
.featured__detail-content .content-box:hover .content-box__text-title strong {
  color: #ffffff
}
.dl-bb h4,
.pbox {
  color: #ffffff
}
footer {
  background-color: #350707;
  border-top: 5px solid #722c30;
  padding: 8px 0
}
footer .social-logo li a:focus,
footer .social-logo li a:hover {
  color: #ffc700
}
footer .nav-bottom li a:focus,
footer .nav-bottom li a:hover {
  color: white
}
.header-mdl__login-account ul li:first-child span {
  color: #ffffff
}
.header-mdl__login-account ul li .dropdown,
.header-mdl__login-account ul li .dropdown-balance {
  background: #350707
}
.header-mdl__login-account ul li .dropdown-balance::before,
.header-mdl__login-account ul li .dropdown::before {
  border-bottom-color: #350707
}
.g8-bal .bbl-0 {
  background-color: #350707
}
.dl-bb a.b2 {
  background-color: #6a6a6a;
  color: #ffffff
}
.dl-bb a.b2:hover {
  background-color: #333333;
}
.profile__nav ul li.active,
.info__left ul li.active {
  background-color: #722c30;
  border-color: #722c30
}
.profile__nav ul li:hover,
.info__left ul li:hover {
  background-color: #722c30;
  border-color: #722c30
}
.matches__top {
  background: #000000
}
.matches__top-title strong {
  color: #ffc700
}
/*.matches__top-close {background-color: #ffffff; border-radius: 50%}*/
.matches__top-close i,
.matches__detail-versus .club-detail__score-point {
  color: #ffc700
}
.matches__pagination {
  background-color: #350707;
  color: #101010
}
.matches__detail-footer .button-cta {
  background-color: #350707
}
.matches .swiper-button-next,
.matches .swiper-button-prev,
.matches .swiper-pagination-fraction,
.matches__title {
  color: black;
}
.ref-dbox .ref-dbox-data .dd {
  background-color: #e6e5e5;
  color: #262626;
}
.ref-dbox .ref-dbox-input .ref-dbox-input-l .ii input {
  color: #000000;
  background-color: #ffffff;
}
.ref-dbox .ref-dbox-data table {
  color: #000000;
  background-color: #ffffff;
}
.ref-dbox .ref-dbox-data table thead {
  color: #000000;
  background-color: #ffffff;
}
.ref-dbox .ref-dbox-data .dd.aaa {
  color: #000000;
  background-color: #ffffff;
}
.dl-bb a {
  background-color: #ffc700;
  color: black;
}
.dl-bb a:hover {
  background-color: #570c4d;
}
.header-menu ul li:hover {
  background-color: #ffc700;
}
.featured__detail-content .content-box__img .cta-play .button-play,
.featured__detail-content .content-box__img .cta-play .button-try {
  background-color: #ffc700;
  color: black;
}
.g8sggl .g8sggl-t,
.g8sggl .searchbar input {
  background-color: #6b1213 !important;
  color: #ffffff !important;
}
.g8sggl .g8sggl-t .ii,
.g8sggl .g8sggl-c {
  background-color: #080711 !important;
}
.g8sggl .g8sggl-b {
  background-color: #080711 !important;
}
.g8sggl .g8sggl-tarr,
.g8sggl .g8sggl-c .ll .ii.aaa,
.g8sggl .g8sggl-c .ll .ii:hover {
  background-color: #6b1213 !important;
  color: #ffffff !important;
}
.g8sggl .glbox .gl .gltext,
.g8sggl .glbox .gl .hwrap .hbox .main {
  background-color: #6b1213 !important;
  color: #ffffff !important;
}
.button--yellow,
.modal-signup__dialog-body form .button--register,
.modal-forgot__dialog-body form .button--submit,
.modal-login__dialog-body form .button--register {
  background-color: #ffc700;
  border-color: #ffc700;
  color: black;
}
.button--yellow:hover,
.modal-signup__dialog-body form .button--register:hover,
.modal-forgot__dialog-body form .button--submit:hover,
.modal-login__dialog-body form .button--register:hover {
  background-color: #bd2025;
  border-color: #bd2025;
}
/* Mission */
.miswrap,
.mlwrap {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.miswrap.active,
.mlwrap.active {
  visibility: visible;
  opacity: 1
}
.misbtn,
.sw-a {
  display: none;
}
.openmis:hover {
  background: #a88e2f
}
.miswrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9990;
  visibility: hidden;
  opacity: 0
}
.miswrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.miswrap .misbox {
  max-width: 800px;
  width: 90%;
  position: absolute;
  z-index: 2;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.miswrap .misbox .mishead {
  background-color: #350707;
  position: relative;
}
.miswrap .misbox .mishead h2 {
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}
.miswrap .misbox .mishead .mistol {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  color: #212121;
  background-color: #ffffff;
  padding: 3px 10px;
  border-radius: 5px;
}
.miswrap .misbox .mishead .misclose {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.miswrap .misbox .mishead .misclose:hover {
  opacity: 0.8
}
.miswrap .misbox .misbody {
  background-color: #000000;
  border: 1px solid #350707;
  max-height: 450px;
  overflow-y: auto;
}
.miswrap .misbox .misbody .mislist {
  line-height: normal;
  padding: 15px;
  border-bottom: 1px solid #350707;
  font-size: 0px;
}
.miswrap .misbox .misbody .mislist h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 5px;
}
.miswrap .misbox .misbody .mislist .desc {
  font-size: 14px;
}
.miswrap .misbox .misbody .mislist .l {
  width: 75%;
  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 #FFFFFF;
}
.miswrap .misbox .misbody .mislist .r span {
  color: #ffffff;
  font-size: 14px;
  display: block;
}
.miswrap .misbox .misbody .mislist .r a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #555555;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 5px
}
.miswrap .misbox .misbody .mislist .r a.btn-continue {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c
}
.miswrap .misbox .misbody .mislist .r a:hover {
  border-color: #350707;
  background-color: #350707;
  text-decoration: none;
  color: #FFFFFF
}
.miswrap .misbox .misbody .mislist .r span.btn-void {
  color: #555555;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #111111;
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 5px
}
.miswrap .misbox .misbody .mislist .r span.btn-done {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #350707;
  border: 1px solid #350707;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 5px
}
.miswrap .misbox .misbody .mislist.done {
  background-color: #222222;
}
.miswrap .misbox .misbody .mislist.done .r a {
  border-color: #350707;
  background-color: #350707;
  text-decoration: none;
  color: #FFFFFF;
  cursor: default;
}
.mlwrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9991;
  visibility: hidden;
  opacity: 0
}
.mlwrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.mlwrap .mlbox {
  max-width: 500px;
  width: 90%;
  position: absolute;
  z-index: 2;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mlwrap .mlbox .mlhead {
  background-color: #350707;
  position: relative;
}
.mlwrap .mlbox .mlhead h2 {
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}
.mlwrap .mlbox .mlhead .mlclose {
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mlwrap .mlbox .mlhead .mlclose:hover {
  opacity: 0.8
}
.mlwrap .mlbox .mlbody {
  background-color: #000000;
  border: 1px solid #350707;
  padding: 15px;
}
.mlwrap .mlbox .mlbody input {
  width: 95%;
  color: #212121;
  padding: 3px 10px
}
.mlwrap .mlbox .mlbody input::placeholder {
  color: #212121
}
.mlwrap .mlbox .mlbody .subbtn {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #222222;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
}
.mlwrap .mlbox .mlbody .subbtn:hover {
  border-color: #350707;
  background-color: #350707;
  text-decoration: none;
  color: #FFFFFF
}
.mlwrap .mlbox .mlbody .error {
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 3px 0px;
  color: #ff0000;
  font-weight: bold;
}
.login-drop {
  width: 250px;
  background: #b80d5b;
  padding: 10px 15px;
  color: #ffe5f1;
  font-weight: normal;
}
.promotab {
  background-color: #450d0e;
  margin: 15px 0;
  padding: 0px;
}
.promotab li {
  display: inline-block;
  list-style: none;
}
.promotab li a {
  text-transform: uppercase;
  color: #999999;
  padding: 10px 20px;
  display: block;
}
.promotab li a.active {
  color: black;
  background-color: #ffc700
}
.btns .btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  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;
  -ms-user-select: none;
  user-select: none;
}
.ptballbox {}
.ptballbox .panel-heading {
  padding: 0px;
}
.ptballbox .panel-default>.panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.ptballbox .panel-default {
  border-color: #dddddd;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 2%
}
.ptballbox .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}
.ptballbox .panel-body {
  background-color: transparent;
  color: #ffffff
}
.ptballbox .row {
  padding-right: 20px;
}
.panel-heading .btns {
  padding: 25px;
  text-align: center;
  display: grid;
}
.btn-joinnow {
  background-color: #ffc700;
  color: black;
  border-radius: 0px;
  margin-bottom: 10px
}
.btn-moreinfo {
  border-color: #cccccc;
  background-color: #6b1213;
  color: #ffffff;
  border-radius: 0px;
}
.ptballbox .btn:hover,
.ptballbox .btn:focus,
.ptballbox .btn.focus {
  color: #333333;
  background-color: #e6e6e6
}
.ptballbox th {
  background: white;
  height: 30px;
  text-align: center;
}
.ptballbox table,
.ptballbox th,
.ptballbox td {
  border: 1px solid green;
  text-align: center;
}
.ptballbox table {
  width: 100%;
  background: white;
  color: black;
  text-align: center;
}
.panel-content {
  display: none;
}
.register-body {
  background-color: #e9e9ed;
  color: #464a4c;
}
.modal-signup__dialog-body .img-container {
  margin-top: 70px;
}
.modal-signup__dialog-body .img-container img {
  margin-top: 2%;
}
.dib.d50 {
  font-size: 0px;
}
.dib.d50 div {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
/* New Template Color */
/* header {background-color: #2129ac;} */
.header-mdl__login-account ul li .dropdown ul li a:hover,
.header-mdl__login-account ul li .dropdown-balance ul li a:hover {
  background: #6b1213;
  border-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.header-mdl__login-account ul li .dropdown ul li a:hover span,
.header-mdl__login-account ul li .dropdown-balance ul li a:hover span {
  color: #ffffff;
}
.header-menu,
.matches__detail-footer .button-cta,
.featured__detail-content .content-box__title,
.featured__detail-content .content-box__text,
.featured__detail-title::after {
  background-color: #6b1213;
  color: white;
}
.matches__detail-footer .button-cta {
  background-color: #ffc700;
  color: black;
}
.matches__pagination {
  background-color: #ffc700;
  color: black;
}
.header-menu ul li .dropdown-menu__detail-list span {
  background-color: #ffc700;
  color: black;
}
.matches__top-close i,
.matches__detail-versus .club-detail__score-point {
  color: #ffc700;
}
.header-mdl__login-form .button--login {
  /*background-color: #e68a06;*/
}
.header-mdl__login-form .button--signup {
  background-color: #ffc700;
  color: black;
}
.header-menu ul li a {
  color: #fff;
}
.featured__detail-content .content-box__text .content-box__text-title strong {
  color: #ffffff;
}
/* added style for new home page */
@font-face {
  font-family: 'Open24DisplaySt';
  src: url('fonts/Open24DisplaySt.woff2') format('woff2'), url('fonts/Open24DisplaySt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}
.benefits.jackpot-home {
  padding: 0;
  background: none;
  padding: 20px 0px;
}
.progressive-jackpot {
  background: center no-repeat;
  background-size: 100% 100%;
  background-image: url('../img/progressive-jackpot.png');
  font-family: 'Open24DisplaySt';
  font-size: 70px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  width: 1200px;
  height: 186px;
}
.progressive-jackpot .jackpot-container {
  padding: 52px 95px 0px 455px
}
.progressive-jackpot .jackpot-currency {
  color: #6b1213;
  margin-right: 10px;
  display: inline-block;
  text-align: right
}
.progressive-jackpot .jackpotNumber {
  display: inline-block;
  text-align: left;
}
.home-games {
  margin-top: 30px;
}
.home-games:first-child {
  margin-top: 0;
}
.home-games>.title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.home-games>.title span {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.home-games>.title a {
  background-color: #ffc700;
  color: black;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
}
.home-games>.title a:hover {
  background-color: #222;
  color: #fff;
}
.home-games>.game-items {
  display: flex;
  gap: 10px;
}
.home-games>.game-items>.box {
  cursor: pointer;
  text-align: center;
  z-index: 2;
  color: #fff;
  width: calc(100%/6 - 5px);
  border-radius: 15px;
  padding: 10px;
  background: #6b1213;
}
.home-games>.game-items>.box>span {
  padding-top: 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.home-games>.game-items>.box>.box-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.home-games>.game-items>.box>.box-item button {
  background-color: #ffc700;
  padding: 10px;
  border: none;
  color: black;
  border-radius: 20px;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgb(10 10 10 / 50%);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.home-games>.game-items>.box>.box-item>span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1;
}
.home-games>.game-items>.box>.box-item>img {
  max-width: 100%;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  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 span {
  display: block;
}
.home-games>.game-items>.box:hover>.box-item>img {
  transform: scale(1.25);
}
.services {
  margin-top: 30px;
}
.services .wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.services .text-bg {
  color: white;
}
.services .box {
  flex: 1;
  overflow: hidden;
}
.services .box.half {
  flex: 1 0 15%;
}
.services .box h4 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}
.services .box-item {
  border-radius: 15px;
  background: #6b1213;
  padding: 18px;
  height: 374px;
}
.services .box-item.download {
  text-align: center;
}
.services .box-item.download h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px;
  text-transform: uppercase;
}
.services .box-item .deposit-withdraw {
  display: flex;
  gap: 15px;
}
.services .box-item .payments-system {
  border-radius: 15px;
  background-color: #350707;
  padding: 15px 15px 7px;
  margin-top: 30px;
}
.services .box-item .payments-system .title-header {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 3px;
  border-bottom: 1px solid #707070;
}
.services .box-item .payments-system .title-header img {
  width: 50px;
}
.services .box-item .payments-system .swiper {
  margin-top: 18px;
}
.services .box-item .payments-system .swiper-wrapper {
  margin-bottom: 15px;
}
.services .box-item .payments-system .swiper-pagination {
  bottom: 0;
}
/* bank */
.services .box-item .payments-system .swiper-slide div {
  padding: 10px 5px;
  background-color: #cdcdcd;
  border-radius: 5px;
  position: relative;
}
.services .box-item .payments-system .swiper-slide div::before {
  content: '';
  background-color: #3fed61;
  padding: 3px;
  border-radius: 4px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.services .box-item .payments-system .swiper-slide div.offline {
  background-color: #706c6c;
}
.services .box-item .payments-system .swiper-slide div.offline::before {
  background-color: #fb4920;
}
.services .box-item .deposit-withdraw .card {
  padding: 16px 9px;
  background-color: #350707;
  box-shadow: 0 4px 24px 1px rgba(0, 0, 0, .15);
  border-radius: 10px;
  width: calc(100%/2);
}
.services .box-item .deposit-withdraw .card .card-header {
  display: flex;
  gap: 5px;
  align-items: center;
}
.services .box-item .deposit-withdraw .card .card-header .title {
  font-weight: 600;
  font-size: 16px;
}
.services .box-item .deposit-withdraw .card .circle-wrp {
  padding: 10px;
  font-size: 30px;
  vertical-align: middle;
  background: #450d0e;
  border-radius: 10px;
}
.services .box-item .deposit-withdraw .card .circle-wrp i {
  background: #ffc700;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.services .box .deposit-withdraw .card .text-time {
  text-align: right;
  padding-bottom: 8px;
}
.services .box .deposit-withdraw .card .progress {
  background: #450d0e;
  border-radius: 10px;
  height: 12px;
}
.services .box .deposit-withdraw .card .progress-bar {
  background: #ffc700;
  border-radius: 10px;
  height: 12px;
}
.services .box .member-service {
  font-size: 17px;
}
.services .box .member-service .swiper-wrapper {
  min-height: 374px;
}
.services .box .member-service .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services .box .member-service a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid white;
  border-radius: 14px;
}
.services .box .member-service i {
  font-size: 25px;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.services .box .download a img {
  margin-top: 5rem;
}
/* partner footer */
.partner {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(113, 123, 143, .2);
}
.partner span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: center;
}
.partner img {
  filter: grayscale(1);
  opacity: .7;
  max-height: 45px;
  margin: 0px 5px 0px;
  width: auto;
  transition: .35s;
}
.partner img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.provider_group {
  margin: 8px 4px 8px 0;
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -mos-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.provider_group ul {
  padding: 6px 10px;
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
}
.provider_group p {
  margin: 0;
  position: absolute;
  top: -10px;
  left: -3px;
  padding: 0 5px;
  font-weight: 700;
  background-color: #2f2f2fbf;
  font-size: 14px;
  border-radius: 5px;
}
.provider_group ul li {
  display: inline-block;
  border: 0px;
}
footer .bank-logo li a.gopay {
  background-position-x: -597px;
  width: 87px
}
footer .bank-logo li a.ovo {
  background-position-x: -695px;
  width: 56px
}
footer .bank-logo li a.linkaja {
  background-position-x: -914px;
  width: 25px
}
footer .bank-logo li a.telkomsel {
  background-position-x: -802px;
  width: 101px
}
footer .bank-logo li a.xl {
  background-position-x: -762px;
  width: 29px
}
.seo {
  margin-top: 20px;
}
.featured {
  padding: 0;
}
/* fix bug mode desktop in mobile */
.header-menu .wrapper {
  overflow: auto;
}
footer .logo {
  display: inherit;
}
footer .logo .logo__sponsored {
  display: inline-block;
}
footer .logo .logo__payment {
  float: right;
}
.wa-icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99;
}
.wa-icon img {
  max-width: 54px;
}
.powerup {
  padding: 10px;
  border-bottom: 1px solid rgba(113, 123, 143, .2);
  text-align: center;
}
.powerup img {
  width: 300px;
  height: auto;
  filter: grayscale(1);
  opacity: .7;
  transition: .5s;
}
.powerup img:hover {
  filter: grayscale(0);
  opacity: 1;
}
/* Rtp slot */
.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%;
  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;
  }
}
.ptbox ul,
.seo ul {
  display: inherit;
}
footer .nav-bottom .seo li {
  border-right: none;
}
/* Toogle .seo content */
.seo {
  position: relative;
  pointer-events:none;
}
.seo:after {
  content: "View more";
  position: absolute;
  bottom: -20px;
  cursor: pointer;
  left: 0;
  text-decoration: underline;
  pointer-events:auto;
}
.seo.active:after {
  content: "View less";
}
.seo > :nth-child(n+4) {
  display: none;
}
.seo.active > :nth-child(n+4) {
  display: block;
}
/* new bank image */
.services .box-item .payments-system .swiper-slide span,
footer .bank-logo li a {
  background-image: url(/common/images/bank.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 23px;
  background-position: -2px -2px;
}
.services .box-item .payments-system .swiper-slide .offline span {
  mix-blend-mode: luminosity;
}
footer .bank-logo li a {
  mix-blend-mode: normal;
  filter: grayscale(0.8) brightness(0.4) contrast(0.4);
  transition: filter .4s ease;
}
footer .bank-logo li a:hover {
  filter: none;
}
.services .box-item .payments-system .swiper-slide .bca,
footer .bank-logo li a.bca {
  width: 73px;
  background-position: -56px -2px;
}
.services .box-item .payments-system .swiper-slide .mandiri,
footer .bank-logo li a.mandiri {
  width: 54px;
  background-position: -133px -2px;
}
.services .box-item .payments-system .swiper-slide .bni,
footer .bank-logo li a.bni {
  width: 78px;
  background-position: -191px -2px;
}
.services .box-item .payments-system .swiper-slide .bri,
footer .bank-logo li a.bri {
  width: 61px;
  background-position: -2px -29px;
}
.services .box-item .payments-system .swiper-slide .sinarmas,
footer .bank-logo li a.sinarmas {
  width: 96px;
  background-position: -67px -29px;
}
.services .box-item .payments-system .swiper-slide .danamon,
footer .bank-logo li a.danamon {
  width: 92px;
  background-position: -167px -29px;
}
.services .box-item .payments-system .swiper-slide .dbs,
footer .bank-logo li a.dbs {
  width: 79px;
  background-position: -2px -56px;
}
.services .box-item .payments-system .swiper-slide .ocbcnisp,
footer .bank-logo li a.ocbcnisp {
  width: 110px;
  background-position: -85px -56px;
}
.services .box-item .payments-system .swiper-slide .permata,
footer .bank-logo li a.permata {
  width: 90px;
  background-position: -2px -83px;
}
.services .box-item .payments-system .swiper-slide .panin,
footer .bank-logo li a.panin {
  width: 134px;
  background-position: -96px -83px;
}
.services .box-item .payments-system .swiper-slide .seabank,
footer .bank-logo li a.seabank {
  width: 72px;
  background-position: -199px -56px;
}
.services .box-item .payments-system .swiper-slide .cimbniaga,
footer .bank-logo li a.cimbniaga {
  width: 134px;
  background-position: -2px -110px;
}
.services .box-item .payments-system .swiper-slide .neo,
footer .bank-logo li a.neo {
  width: 96px;
  background-position: -140px -110px;
}
.services .box-item .payments-system .swiper-slide .jenius,
footer .bank-logo li a.jenius {
  width: 87px;
  background-position: -2px -137px;
}
.services .box-item .payments-system .swiper-slide .jago,
footer .bank-logo li a.jago {
  width: 71px;
  background-position: -93px -137px;
}
.services .box-item .payments-system .swiper-slide .syariahindonesia,
footer .bank-logo li a.syariahindonesia {
  width: 83px;
  background-position: -168px -137px;
}
.services .box-item .payments-system .swiper-slide .bpdpapua,
footer .bank-logo li a.bpdpapua {
  width: 127px;
  background-position: -2px -164px;
}
.services .box-item .payments-system .swiper-slide .bpdbali,
footer .bank-logo li a.bpdbali {
  width: 23px;
  background-position: -234px -83px;
}
.services .box-item .payments-system .swiper-slide .maybank,
footer .bank-logo li a.maybank {
  width: 110px;
  background-position: -133px -164px;
}
.services .box-item .payments-system .swiper-slide .allobank,
footer .bank-logo li a.allobank {
  width: 108px;
  background-position: -2px -191px;
}
.services .box-item .payments-system .swiper-slide .bpdkaltim,
footer .bank-logo li a.bpdkaltim {
  width: 87px;
  background-position: -114px -191px;
}
.services .box-item .payments-system .swiper-slide .bpdkalbar,
footer .bank-logo li a.bpdkalbar {
  width: 63px;
  background-position: -205px -191px;
}
.services .box-item .payments-system .swiper-slide .bpdsulselbar,
footer .bank-logo li a.bpdsulselbar {
  width: 39px;
  background-position: -240px -110px;
}
.services .box-item .payments-system .swiper-slide .bpdsulteng,
footer .bank-logo li a.bpdsulteng {
  width: 95px;
  background-position: -2px -218px;
}
.services .box-item .payments-system .swiper-slide .bpdsumselbabel,
footer .bank-logo li a.bpdsumselbabel {
  width: 48px;
  background-position: -101px -218px;
}
.services .box-item .payments-system .swiper-slide .telkomsel,
footer .bank-logo li a.telkomsel {
  width: 101px;
  background-position: -153px -218px;
}
.services .box-item .payments-system .swiper-slide .xl,
footer .bank-logo li a.xl {
  width: 29px;
  background-position: -247px -164px;
}
.services .box-item .payments-system .swiper-slide .gopay,
footer .bank-logo li a.gopay {
  width: 104px;
  background-position: -2px -245px;
}
.services .box-item .payments-system .swiper-slide .shopeepay,
footer .bank-logo li a.shopeepay {
  width: 116px;
  background-position: -110px -245px;
}
.services .box-item .payments-system .swiper-slide .linkaja,
footer .bank-logo li a.linkaja {
  width: 23px;
  background-position: -255px -137px;
}
.services .box-item .payments-system .swiper-slide .sakuku,
footer .bank-logo li a.sakuku {
  width: 87px;
  background-position: -273px -2px;
}
.services .box-item .payments-system .swiper-slide .ovo,
footer .bank-logo li a.ovo {
  width: 74px;
  background-position: -263px -29px;
}
.services .box-item .payments-system .swiper-slide .qris,
footer .bank-logo li a.qris {
  width: 60px;
  background-position: -275px -56px;
}
.services .box-item .payments-system .swiper-slide .dana,
footer .bank-logo li a.dana {
  width: 81px;
  background-position: -261px -83px;
}
.header-menu ul li .dropdown-menu__detail-list span,
.featured__detail-content .content-box__img .cta-play .button-play,
.dl-bb a, .matches__detail-footer .button-cta,
.button {
  border-radius: 3px
}
.dl-bb a.has-login {
  border-radius: 3px 0 0 3px;
}
.dl-bb a.b2 {
   border-radius: 0 3px 3px 0;
}