input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.logo-header {
  text-indent: -999999px;
  background-repeat: no-repeat;
}

.logo-header-zoom2x {
  zoom: 150%;
}

.font-size-small {
  font-size: 14px;
}

.maintenance-number {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 20px 10px;
  border: 3px solid #ffb11a;
  font-weight: 600;
  color: #ffb119 !important;
}

.main-menu-icon {
  font-size: 1.5rem;
}

.homepage-listmenu {
  margin-top: -58px;
}

.homepage-listmenu a {
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px 0;
  font-size: 1.7rem;
  border-radius: 28px;
  color: #fff;
  text-align: left;
  background-color: #4931b6;
}

.homepage-listmenu a > i.icon {
  margin: 0 15px 0 12%;
  width: 66px;
  height: 66px;
  background-color: #fff;
  border-radius: 33px;
  background-image: url("../../media/common/homemenu_icon.svg");
  background-repeat: no-repeat;
}

.homepage-listmenu a > span {
  -ms-flex: 1;
      flex: 1;
  line-height: 4.0625rem;
}

.homepage-listmenu a.sportsbook > .icon {
  background-position: 7px 6px;
}

.homepage-listmenu a.casino > .icon {
  background-position: 7px -60px;
}

.homepage-listmenu a.prevision > .icon {
  background-position: 7px -126px;
}

.homepage-listmenu a.keno > .icon {
  background-position: 7px -192px;
}

.homepage-listmenu a.slot > .icon {
  background-position: 7px -258px;
}

.homepage-listmenu a.fishgames > .icon {
  background-position: 7px -322px;
}

@media only screen and (min-width: 320px) {
  .homepage-slider {
    height: 189px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 375px) {
  .homepage-slider {
    height: 226px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 414px) {
  .homepage-slider {
    height: 252px;
    overflow: hidden;
  }
  .slick-slider {
    margin: 0 auto;
  }
}

.header-login-dropdown {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #b89ccf;
}

.slick-dots {
  display: none !important;
}

.homepage-slider {
  /*background-color: $theme-ysbcolor-lighter;*/
}

.user-info {
  line-height: 20px;
}

.sp-main-title {
  background-color: #4931b6;
}

.sp-main-title a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 30px;
  color: #fff;
  font-size: 12px;
}

.sp-multiselection .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 30px;
  color: #393c46;
  font-size: 12px;
  border-right: 1px solid #fff;
  background-color: #dcdbe3;
}

.sp-multiselection a.col {
  border-right: 0;
}

.nav-vertical-align {
  background-color: #454652;
  overflow-x: hidden;
}

.nav-vertical-align a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  height: 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.custom-control-label {
  border: 0 !important;
}

.custom-control-label::before {
  background-color: #9899a0;
}

#newscontent,
#news,
#news a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

/* Directional Scrolling */
/* Frame */
.frame {
  overflow: hidden;
  position: relative;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 58px;
  overflow-y: hidden;
}

.frame ul li {
  float: left;
  height: 100%;
  color: #DDD;
  text-align: center;
  cursor: pointer;
}

.frame ul li.last-none {
  width: 30px;
  height: 0;
  font-size: 0;
}

.frame ul li a {
  padding: .4rem .325rem .375rem .625rem;
  display: block;
  font-size: 12px;
  color: #393c46;
}

.frame ul li.active a {
  color: #FF9200;
}

.scrollbar {
  height: 1px;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #FF9200;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.frame .icon-sports {
  display: block;
}

.icon-sports {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  text-rendering: auto;
  display: block;
  background-image: url(../../media/icon/icon-sports.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.icon-sports.soccer {
  background-position-y: -6px;
}

.icon-sports.basketball {
  background-position-y: -36px;
}

.icon-sports.tennis {
  background-position-y: -66px;
}

.icon-sports.baseball {
  background-position-y: -96px;
}

.icon-sports.volley {
  background-position-y: -126px;
}

.icon-sports.futsal {
  background-position-y: -156px;
}

.icon-sports.bandy {
  background-position-y: -186px;
}

.icon-sports.pingpong {
  background-position-y: -216px;
}

.icon-sports.rugby {
  background-position-y: -246px;
}

.icon-sports.icehock {
  background-position-y: -276px;
}

.icon-sports.boxing {
  background-position-y: -306px;
}

.icon-sports.snooker {
  background-position-y: -336px;
}

.icon-sports.guanjun {
  background-position-y: -366px;
}

.icon-sports.horse {
  background-position-y: -396px;
}

.icon-sports.motorracing {
  background-position-y: -426px;
}

.icon-sports.badminton {
  background-position-y: -456px;
}

.icon-sports.cricket {
  background-position-y: -486px;
}

.icon-sports.waterpolo {
  background-position-y: -516px;
}

.icon-sports.usfootball {
  background-position-y: -546px;
}

.icon-sports.aussieball {
  background-position-y: -546px;
}

.icon-sports.dog {
  background-position-y: -576px;
}

.icon-sports.redcard {
  background-position-y: -606px;
}

.icon-sports.yellowcard {
  background-position-y: -636px;
}

.icon-sports.esports {
  background-position-y: -666px;
}

.icon-sports.stock {
  background-position-y: -696px;
}

.icon-sports.lotto {
  background-position-y: -726px;
}

.icon-sports.beachvolley {
  background-position-y: -756px;
}

.icon-sports.hockey {
  background-position-y: -786px;
}

.icon-sports.olympic {
  background-position-y: -816px;
}

.icon-sports.beachfootball {
  background-position-y: -846px;
}

.icon-sports.handball {
  background-position-y: -906px;
}

.icon-sports.dart {
  background-position-y: -966px;
}

.icon-sports.golf {
  background-position-y: -996px;
}

.icon-sports.topsoccer {
  background-position-y: -1030px;
}

.footer-bar {
  width: 10rem;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer-bar-container {
  width: 10rem;
  height: 1.30667rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #e2e2e2;
}

.bar-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}

.bar-item img {
  width: .53333rem;
  height: .53333rem;
}

.bar-item .activeIndex {
  color: #ff6000;
}

.bar-item span {
  font-size: .26667rem;
  color: #444;
  margin-top: .09333rem;
}

.iPhoneX-area {
  height: constant(safe-area-inset-bottom);
  height: env(safe-area-inset-bottom);
  background-color: #fff;
  width: 10rem;
}

.accordion .block {
  margin-bottom: 0;
  border-bottom: 1px solid #6f4d88;
}

.accordion .block-header > a {
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #4931b6;
}

.accordion .block-header {
  padding: 0 !important;
}

.block-header .show-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.block-header .show-arrow .arrow-icon {
  width: 10px;
  height: 7px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-image: url(../../media/icon/icon-arrow.svg);
  background-repeat: no-repeat;
}

.block-header .show-arrow.collapsed .arrow-icon {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.block-header .show-arrow .arrow-icon {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.barstatus-session {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 11px;
  line-height: 38px;
  background-color: #dcdbe3;
}

.barstatus-session .item {
  -ms-flex: auto;
      flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 34px;
}

.block-content p {
  margin-bottom: 0 !important;
  line-height: 0.875rem;
}

.barstatus-session .item-time {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  max-width: 50px;
  font-size: 10px;
}

.item p {
  width: 100%;
  text-align: center;
}

.barstatus-session .item-score {
  max-width: 60px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-bottom: 34px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.item-team-left,
.item-team-right {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.item-team-left p {
  padding-right: 3px;
  text-align: right;
}

.item-team-right p {
  padding-left: 3px;
  text-align: left;
}

.item-icon {
  max-width: 50px;
  text-align: right;
}

.item-team-left p,
.item-team-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
}

.event-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.event-session {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background-color: #f2f2f3;
}

/*
@media (max-width: 325px) {
  .event-session {
    padding: 10px 2px 10px 2px;
  }
}
@media (min-width: 326px) and (max-width: 660px) {
  .event-session {
    padding: 10px 8px 10px 2px;
  }
}
@media (min-width: 661px) and (max-width: 1200px) {
  .event-session {
    padding: 10px 14px 10px 2px;
  }
}
@media (min-width: 1201px) {
  .event-session {
    padding: 10px 16px 10px 0px;
  }
}
*/
.event-session:nth-child(even) {
  background-color: #fff;
}

.event-session.split {
  -ms-flex: 0.1;
      flex: 0.1;
  padding: 0;
  background: #f00;
  height: 100%;
}

.event-title {
  width: 100%;
  color: #8e8f9e;
  font-size: 11px;
}

.event-score {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #393c46;
}

.event-score a {
  color: #393c46;
}

.event-handicat,
.event-overunder {
  -ms-flex: 1;
      flex: 1;
  padding: 0.0625rem;
}

.event-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
}

.bet-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 6px;
}

.bet-wrap > .text {
  -ms-flex: 0.5;
      flex: 0.5;
  font-size: 0.6875rem;
  text-align: right;
}

.bet-wrap > .button {
  -ms-flex: 4;
      flex: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
  border-radius: 0.1875rem;
  min-width: 40px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}

.bet-wrap span.value {
  color: #ff5103;
  font-weight: 700;
}

.external-account {
  padding: 0;
}

.external-account .form-control {
  padding: 0.755rem 0.75rem;
  height: auto;
  text-align: center;
}

.external-account .list-view {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.column-pushicon {
  position: relative;
}

.column-pushicon .pushicon {
  position: absolute;
  right: 20px;
  top: 23%;
  color: #888;
}

.list-view-logo {
  margin: 20px auto;
  height: 80px;
  text-indent: -99999px;
  background-image: url(../../languages/zh-cn/img/logo_only.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.65;
  filter: alpha(opacity=85);
}

.list-button {
  margin: 1rem 0;
  padding: 0 .825rem;
}

.btn-listview {
  width: 100%;
  font-size: 16px;
  padding: 0.475rem 0.75rem;
}

.btn-listview-visited {
  border: 1px solid #5c4d8c;
  background-color: #5c4d8c;
}

.list-button-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
  width: 100%;
}

.list-view-title {
  font-size: 18px;
}

.list-view-center {
  width: 100%;
}

.list-view-disabled {
  background-color: #ECE9EF !important;
}

.list-view {
  margin: 2px 0;
  background-color: #f5f6fa;
}

.list-view .form-control.form-control-alt:focus {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.list-view .list-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}

.list-view .list-bar.list-space {
  padding-left: 15px;
  padding-right: 15px;
}

.list-view .column-title {
  -ms-flex: auto;
      flex: auto;
}

.list-view .column {
  -ms-flex: 10;
      flex: 10;
}

.external-account-fullheight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: calc(100vh - 52px);
}

.list-button button {
  width: 100%;
  font-size: 16px;
}

.list-slideunlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 15px;
}

#slide_unlock_box {
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-width: 260px;
  height: 44px;
  font-size: 14px;
  background-color: #F9DFDF;
  border: none;
}

#slide_unlock_xbox {
  position: absolute;
  z-index: 9;
  width: 50px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #FFF;
  background: #35B34A;
}

#unlock_before_btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  width: 50px;
  height: 44px;
  background-color: #FE4A4A;
  float: right;
  box-shadow: 0 0 15px 0 #DDD;
}

#unlock_before_btn > .iconfont {
  font-size: 20px;
}

.unlock_before_label {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4D4D4D), color-stop(0.4, #4D4D4D), color-stop(0.5, white), color-stop(0.6, #4D4D4D), color-stop(1, #4D4D4D));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 2s infinite;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  width: 100%;
}

#unlock_before_btn > i {
  color: #FFF;
  margin-right: -6px;
  margin-left: -3px;
}

.unlock_after_label {
  padding-right: 50px;
}

@-webkit-keyframes slidetounlock {
  0% {
    background-position: -160px 0;
  }
  100% {
    background-position: 160px 0;
  }
}

@keyframes slidetounlock {
  0% {
    background-position: -160px 0;
  }
  100% {
    background-position: 160px 0;
  }
}

#unlock_after_btn {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 100%;
  right: 0;
  background: #429851;
}

#unlock_after_btn > i {
  font-size: 20px;
}

.form-control:disabled.form-control-listview,
.form-control[readonly].form-control-listview {
  background-color: #ece9ef;
  border-color: #ece9ef;
}

.form-control-code {
  font-size: 22px;
  font-weight: 600;
  color: #ff4900;
}

/* ---------- */
/* Games Page */
/* ---------- */
.games-picture {
  padding: 0;
}

.games-content {
  padding: 0 0.75rem 0.75rem 0.75rem;
  background-color: #9368b6;
}

.games-title {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 15px 0;
  margin: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.games-button-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.games-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 0;
  width: 45%;
  color: #212529;
  background-color: #fff;
  border-color: #dae0e5;
  border-radius: 3px;
}

.games-button:not(:disabled):not(.disabled):active,
.games-button:not(:disabled):not(.disabled).active,
.show > .games-button.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.games-series,
.keno-series,
.fishing-series,
.prevision-series {
  border-radius: 3px;
}

.slots-series {
  border-radius: 3px;
}


.prevision-series .options-item {
  /*transform: scale(1.4) rotate(-8deg) !important;*/
}

.slots-series .options-item {
  -webkit-transform: scale(1.6) translate(0, -12%) rotate(-8deg) !important;
          transform: scale(1.6) translate(0, -12%) rotate(-8deg) !important;
}

.slots-series .options-item.img-pt {
  -webkit-transform: scale(1.3) translate(0, -19%) rotate(-8deg) !important;
          transform: scale(1.3) translate(0, -19%) rotate(-8deg) !important;
}

.games-series .options-overlay,
.prevision-series .options-overlay,
.slots-series .options-overlay,
.keno-series .options-overlay,
.fishing-series .options-overlay {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.slots-series .options-overlay {
  -ms-flex-align: end;
      align-items: flex-end;
}

.options-container .options-overlay-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

/*.games-series .options-overlay,*/
.prevision-series .options-overlay,
.slots-series .options-overlay {
  background-color: rgba(39, 17, 53, 0.2) !important;
}

.keno-series .options-overlay,
.fishing-series .options-overlay {
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 15px;
}

.keno-series .btn-keno,
.fishing-series .btn-fishing {
  padding: 10px 60px;
  border-radius: 30px;
  font-size: 20px;
  color: #3b1964;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.9);
}

.keno-series .btn-keno:active,
.fishing-series .btn-fishing:active {
  color: rgba(59, 25, 100, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}

.games-series .gs-title,
.prevision-series .gs-title,
.slots-series .gs-title {
  font-size: 1.875rem;
  color: #fff;
  width: 100%;
  margin-bottom: 1rem !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.games-series .gs-desc,
.prevision-series .gs-desc,
.slots-series .gs-desc {
  font-size: 1rem;
  color: white !important;
  margin-bottom: 1rem !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.98);
}

.games-series .gs-desc {
  width: 100%;
}

.keno-series .gs-title,
.keno-series .gs-desc,
.fishing-series .gs-title,
.fishing-series .gs-desc {
  font-size: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.games-series a.btn,
.prevision-series a.btn,
.keno-series a.btn,
.fishing-series a.btn {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
}

.prevision-series a.btn {
  width: 45%;
}

.slots-series a.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.games-series a.btn i,
.prevision-series a.btn i,
.keno-series a.btn i,
.fishing-series a.btn i,
.slots-series a.btn i {
  margin-right: 2px;
}

.prevision-series .mark-title {
  margin: 5px 10px;
  padding: 20px 10px;
  color: #fff;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0.45);
}

.prevision-series .mark-title i {
  margin: 0 10px;
  font-size: 2.5rem;
}

.prevision-comingsoon {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.prevision-comingsoon .gs-title,
.prevision-comingsoon .mark-title {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.prevision-comingsoon .options-overlay {
  background-color: rgba(39, 17, 53, 0.8) !important;
}

.prevision-jackpot-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
  padding: 0 14px;
  width: 100%;
}

.prevision-jackpot-box .title,
.prevision-jackpot-box .amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 38px;
  background: #ffeacb;
}

.prevision-jackpot-box .title {
  -ms-flex: 1.2;
      flex: 1.2;
  color: #fff;
  background-color: #e53131;
}

.prevision-jackpot-box .amount {
  -ms-flex: 2;
      flex: 2;
  font-size: 1.375rem;
  font-weight: 600;
}
.prevision-jackpot-box .col-sm:first-child .title {border-top-left-radius:18px;}
.prevision-jackpot-box .col-sm:first-child .amount {border-bottom-left-radius:18px;}
.prevision-jackpot-box .col-sm:last-child .title {border-top-right-radius:18px;}
.prevision-jackpot-box .col-sm:last-child .amount {border-bottom-right-radius:18px;}









.page-header {
  position: fixed;
  z-index: 90;
  top: 46px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 42px;
  font-size: 1.125rem;
  color: #fff;
  background-color: rgba(30, 15, 94, 0.65);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.page-header p.title {
  margin-bottom: 0;
}

.page-header-pull {
  height: 46px;
  clear: both;
}

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 350ms ease;
  margin-bottom: 10px;
}

.scale-anm {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.game-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.game-list span {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.game-list span.title {
  font-size: 0.75rem;
  height: 22px;
  color: #FFF;
  background-color: #4931b6;
}

.block-title-appdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 0.75rem!important;
  background-color: #604fab;
  border-radius: 5px;
}

.block-title-appdown .text {
  margin-right: 10px;
}

.block-title-appdown .text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.125rem;
}

.block-title-appdown .icon i {
  color: #fff;
  font-size: 1.75rem;
}

.block-content-appdown,
.block-content-help {
  padding: .75em 0;
}

.block-content-appdown .list-group-item h5,
.block-content-help .list-group-item h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
}

.block-content-appdown .block-content,
.block-content-help .block-content {
  padding-bottom: 1.2rem;
  font-size: 0.75rem;
  border-left: 1px solid #e7eaf3;
  border-right: 1px solid #e7eaf3;
  background-color: #f7f7f7;
}

.block-content-appdown .block-content h6,
.block-content-help .block-content h6 {
  font-size: 0.875rem;
  margin: 10px 0;
}

.block-content-appdown .block-content ul,
.block-content-help .block-content ul {
  padding-left: 1.625rem;
}

.block-content-help .block-content p {
  margin-bottom: .75rem !important;
}

.block-content-help .block-content p,
.block-content-help .block-content li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.block-content-appdown .block-content .img-capture,
.block-content-help .block-content .img-capture {
  margin: 10px 0;
  width: 85%;
  max-width: 300px;
  border: 2px solid #c1c1c1;
  border-radius: 12px;
}

.block-content-appdown .block-content .step-by-step li {
  padding: 10px 0;
}

.block-content-appdown .block-content .step-title {
  padding-bottom: 10px;
  font-weight: 600;
  color: #4931b6;
}

.block-content-help .collapse .collapse,
.block-content-help .collapse .collapsing {
  padding: 15px;
}

.button-app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 200px;
  margin-top: 10px;
  color: #FFF;
  font-size: 0.875rem;
  border-radius: 10px;
  background-color: #4931b6;
}

.button-app-download p {
  text-align: center;
  padding: 10px 0;
}

.button-app-download .title {
  width: 60%;
}

.button-app-download .download {
  background-color: #ff9600;
  width: 40%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.multi-selection {
  width: 100%;
}

.list-view-space {
  margin-bottom: 0 !important;
  height: 12px;
  display: block;
}

.list-view {
  margin: 2px 0;
  background: #ECE9EF;
}

.list-view .list-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.block-content-help .list-view .list-bar {
  padding: 10px 15px;
}

.list-view > .list-bar > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-view > .list-bar > span > i {
  padding-left: 8px;
  color: #ABAEBA;
}

.external-account > .list-view-center > .list-view {
  background: #fff !important;
}

.external-account > .list-view-center > .list-view > .list-bar {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.external-account > .list-view-center > .list-view > .list-bar > .column > input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: rgba(6, 6, 6, 0.03);
}

.contact-qrcode {
  margin-top: 10px;
}

.qrcode-text p {
  margin-bottom: 0;
}

.qrcode-text .qrcode-acc {
  color: #4931b6;
  font-weight: 600;
}

.qrcode-text {
  text-align: center;
}

.register-rule {
  font-size: 14px;
}

.register-rule .custom-block-indicator,
.register-rule .custom-block-indicator-off {
  position: absolute;
  top: 11px;
  left: 13px;
}

.register-rule .custom-block-indicator {
  display: none;
  z-index: 10;
}

.register-rule .custom-block-indicator-off {
  display: block;
  z-index: 9;
}

.register-rule .custom-control-label {
  margin-bottom: 1px;
  background-color: #E4E4E4;
}

.floating-icon {
  right: 0;
  bottom: 68px;
  height: auto;
  position: fixed;
  z-index: 110;
}

.floating-icon-count {
  background-color: #fff;
  width: 20px;
  height: 20px;
  font-size: 0.825rem;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: -4px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
#ImportantNotice {background-color:rgba(0, 0, 0, 0.9);}
#ImportantNotice .container-notice {border-radius:0;}
.click-to-dismiss {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 5px;
}

.floating-icon-image {
  width: 95px;
  height: 100%;
}

.floating-icon .block {
  margin-right: 10px;
  background: transparent !important;
}

.floating-icon a {
  display: block;
}

.btn-block-option .si {
  width: 16px;
  height: 16px;
  background-color: #3c3c3c;
  border-radius: 50%;
  color: #fff;
}

.btnani {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btnani.left:after {
  left: 0;
}

.btnani.right:after {
  right: 0;
}

.btnani.wave:after {
  content: "";
  background: #FFF;
  display: block;
  position: absolute;
  width: 300%;
  height: 300%;
  top: -5%;
  border-radius: 50px;
  margin-left: -30%;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.btnani.wave.right:after {
  content: "";
  background: #FFF;
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  top: -5%;
  border-radius: 50px;
  margin-right: -30%;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.btnani.wave:active:after {
  width: 0px;
  opacity: 1;
  transition: 0s;
}

.btnani.stroke:after {
  content: "";
  background: #FFF;
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.btnani.stroke:active:after {
  width: 0px;
  opacity: 1;
  transition: 0s;
}

.btnani.half-stroke:after {
  content: "";
  background: #FFF;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.btnani.half-stroke:active:after {
  width: 0px;
  opacity: 1;
  transition: 0s;
}

.btnani.bubble:after {
  content: "";
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.75s ease-in-out;
}

.floating-icon .btn-block-option {
  position: relative;
  top: 0;
  right: 4px;
  width: 16px;
  height: 16px;
  padding: 0;
  z-index: 40;
}

.btnani.bubble:active:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  transition: 0s;
}

.content-space {
  padding: 46px 0 0 0;
  font-size: 1rem;
}

.floatbar-header {
  position: fixed;
  z-index: 90;
  top: 46px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 42px;
  font-size: 1.125rem;
  color: #FFF;
  background-color: rgba(30, 15, 94, 0.65);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.accordion dt {
  margin: 0 0 5px 0;
  padding: 10px 15px;
  display: block;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  background: #f1f1f1;
}

.accordion dt:hover {
  background: rgba(141, 100, 170, 0.25);
}

.accordion dt:hover .one {
  color: #4931b6 !important;
}

.accordion dt span {
  float: left;
}

.accordion dt .accordion_icon {
  float: right;
}

.accordion_icon {
  color: #ccc;
}

.accordion dt:hover .one {
  color: #07B288;
}

.accordion dt:active {
  background: #f1f1f1;
}

.accordion_content {
  margin: 0;
  padding: 15px;
}

.nav-tabs-normal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #ffffff;
}

.nav-tabs-normal .nav-item {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-tabs-normal .nav-item a {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.9375rem;
}

.accordion-normal {
  font-size: 0.875rem;
}

.accordion-normal p {
  line-height: normal;
}

.accordion-normal .date {
  padding-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-normal .title {
  padding-top: 5px;
}

.block-analysis .frame-panel,
.block-analysis .accordion-normal {
  min-height: 50vh;
}

.accordion-normal .accordion_content {
  margin-top: -5px;
}

.modal-content {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  }
  .homepage-body .modal-content,
  .sportsbook-body .modal-content {
    border: 0 !important;
    }

.badge.badge-pill.badge-danger.position-absolute.left-0.top-0.fsize-12.radius {
  border-radius: 3px;
  left: 8px !important;
  top: 5px !important;
  opacity: .95;
  box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
}

.qrcode-img {
  max-width:275px;
}
.countdown-verify {
  display:flex;
  justify-content: center;
  align-items: center;
  min-width:80px;
  color: rgba(63, 0, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.11);
  font-size:14px;
  border-left:0;
  background-color: rgba(255, 255, 255, 0.03);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bar-notify {
  display:inline-flex;
  justify-content: center;
  padding:0.375rem 0.75rem;
  color: #42c26f;
  border-radius: 2rem;
  border-width:1px;
  border-style: solid;
  border-color: #42c26f;
}
.bar-notify span {
  padding-left:2px;
  font-size:12px;
}