@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&amp;display=swap);
.hot-games.wrapper {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.hot-games .img-container {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hot-games .games-leave-active {
  -webkit-animation: leave 25s linear;
  animation: leave 25s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-leave-active:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games .games-leave-active.run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-leave-active.pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games .games-enter-active {
  -webkit-animation: enter 25s linear;
  animation: enter 25s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-enter-active:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games .games-enter-active.run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-enter-active.pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games a {
  color: inherit;
}
.hot-games .game-item {
  position: relative;
  margin-right: 5px;
  padding-top: 15px;
  background-color: #000;
  height: 143px;
  width: 120px;
  text-align: center;
}
.hot-games .game-item img {
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #5c5252;
}
.hot-games .game-item .game-title {
  padding: 0 15px;
  text-align: left;
  height: 60px;
  width: 120px;
  background-color: #171613;
  color: #fff;
}
@-webkit-keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.u-section-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #f99824;
  background: linear-gradient(180deg, #ffe550, #f99824);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-section-box--bg {
  background: #014cc9;
  border-radius: 10px;
  color: #fff;
}
.u-muted-txt {
  color: #6b7586;
}
.carousel-indicators {
  z-index: 3;
  bottom: -10px;
}
.carousel-indicators li {
  background: #131b33;
  border: 0;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.carousel-indicators li.active {
  background: linear-gradient(180deg, #fff, #90919b);
}
.g-slider-wrapper .title-wrapper {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
}
.g-slider-wrapper .pagi-wrp .btn {
  width: 40px;
  height: 40px;
  border: 1px solid;
}
.mobile .g-slider-wrapper .pagi-wrp {
  display: none;
}
.g-slider-wrapper a.game-box,
.g-slider-wrapper div.game-box {
  width: 110px;
  height: auto !important;
  border-radius: 4px 4px 0 0;
}
.g-slider-wrapper a.game-box > img,
.g-slider-wrapper div.game-box > img {
  background: #000;
  border-radius: 4px 4px 0 0;
  width: 110px;
  height: 110px;
}
.desktop .g-slider-wrapper a.game-box > img,
.desktop .g-slider-wrapper div.game-box > img {
  width: 150px;
  height: 150px;
}
.g-slider-wrapper .content-wrapper.round {
  height: 80px;
}
.desktop .g-slider-wrapper .content-wrapper.round {
  height: 110px;
}
.g-slider-wrapper a.game-box.round,
.g-slider-wrapper div.game-box.round {
  width: auto;
  height: auto;
}
.g-slider-wrapper a.game-box.round > img,
.g-slider-wrapper div.game-box.round > img {
  width: 70px;
  max-width: 70px;
  height: auto;
  border-radius: 50%;
}
.desktop .g-slider-wrapper a.game-box.round > img,
.desktop .g-slider-wrapper div.game-box.round > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.desktop .g-slider-wrapper a.game-box.round,
.desktop .g-slider-wrapper div.game-box.round {
  width: 100px;
  height: auto;
  max-width: 100%;
}
.g-slider-wrapper .game-title {
  border-radius: 0 0 4px 4px;
  background: transparent;
  text-align: left;
  padding-left: 15px;
  line-height: 2;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  padding-right: 4px;
  color: #fff;
}
.mobile .g-slider-wrapper .game-title {
  padding-left: 7px;
  font-size: 11.2px;
  font-weight: 400;
}
.g-slider-wrapper .game-title img.logo {
  height: 18px;
  width: 18px;
}
.g-slider-wrapper.hot .game-title {
  background: #ab1010;
}
.g-slider-wrapper.recommend .game-title {
  background: #0d673c;
}
.g-slider-wrapper.new .game-title {
  background: #2d1a62;
}
.home-info-grp .title-box {
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .home-info-grp .content-box {
    height: 356px;
  }
}
.svc-advantage .content-box {
  padding: 17px 15px;
}
.svc-advantage .card {
  padding: 16px 9px;
  background: linear-gradient(
    180deg,
    rgba(98, 108, 117, 0.5) 24.5%,
    rgba(16, 18, 28, 0.5)
  );
  box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.svc-advantage .card .circle-wrp {
  width: 2em;
  height: 2em;
  font-size: 30px;
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
  background: #41040e;
  border-radius: 50%;
  text-align: center;
}
.svc-advantage .card .circle-wrp > i {
  color: #ff4e50;
  background: linear-gradient(180deg, #ff4e50, #f9d423);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.svc-advantage .card .text-wrp {
  padding-top: 12px;
  padding-left: 10px;
  line-height: 1.2;
}
.svc-advantage .card .text-wrp .u-section-title {
  font-size: 16px;
}
.svc-advantage .card-header > * {
  float: left;
}
.svc-advantage .progress {
  background: #41040e;
  border-radius: 10px;
  height: 12px;
  margin-bottom: 10px;
}
.svc-advantage .progress-bar {
  background: linear-gradient(180deg, #ff4e50, #f9d423);
  border-radius: 150px;
  line-height: 12px;
}
.info-centre .content-box {
  padding: 7px 8px 27px 14px;
}
.info-centre .content-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}
.info-centre .content-box li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  line-height: 1;
  padding: 25px 0 30px;
  border-bottom: 1px solid #6a2631;
}
.info-centre .content-box li .text {
  font-size: 16px;
  font-weight: 500;
  padding: 5.4px 0;
}
.info-centre .content-box li .btn-link {
  background: #2c0007;
  box-shadow: 0 -1px 1px 1px #c0223d;
  border-radius: 4px;
  font-size: 11.2px;
  color: #fff;
  padding: 5.4px 7px;
}
.icon-wrp {
  width: 2em;
  height: 2em;
  font-size: 30px;
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
  background: #2c0007;
  box-shadow: 0 4px 24px 1px #c0223d;
  border-radius: 50%;
  text-align: center;
}
.icon-wrp > i {
  color: inherit;
}
.member-svc #contacts-carousel {
  position: unset;
}
.member-svc .content-box {
  padding: 20px 5px 45px 27px;
  height: 356px;
  position: relative;
}
.member-svc .contact-item {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 25px;
}
.member-svc .carousel-indicators {
  bottom: 20px;
  z-index: 3;
}
.member-svc .text-wrp {
  padding-left: 20px;
  font-size: 16px;
  overflow: hidden;
}
.mobile .btns-log .btn.btn-block {
  border-radius: 0;
  border: 0;
  font-weight: 600;
}
.mobile .scroll-wrapper[_home] .next-btn,
.mobile .scroll-wrapper[_home] .prev-btn,
.mobile .scroll-wrapper[_home] .slider-content {
  background: linear-gradient(0deg, #85182a, #85182a);
  background-blend-mode: overlay, normal, normal;
  box-shadow: none;
  color: #fff;
}
.desktop .carousel-indicators {
  bottom: 30px;
}
.desktop .main.nav-wrapper {
  background: linear-gradient(0deg, #0a1849, #85182a);
  background-blend-mode: overlay, normal, normal;
  box-shadow: none;
}
.desktop .main.nav-wrapper .nav-item .navlink {
  color: #fff;
}
.desktop .main.nav-wrapper .main-nav {
  padding-top: 5px;
}
.desktop .ann-wrapper {
  background: transparent;
  color: #fff;
  padding-right: 3rem;
  width: 450px;
}
.desktop .ann-wrapper i {
  color: #ffd600;
}
.desktop .site-footer {
  background: #0a1849;
}
.jackpot .text-content {
  color: #cfbd85;
  background: linear-gradient(180deg, #ff5050, #ff1b1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-align: right;
  -webkit-transform: translateX(-20px) translateY(-10px);
  transform: translateX(-20px) translateY(-10px);
}
.desktop .jackpot .text-content {
  text-align: center;
  -webkit-transform: translateX(80px) translateY(-10px);
  transform: translateX(80px) translateY(-10px);
}
body.mobile,
body.mobile .inner-header {
  background-color: #641220;
  background-image: #641220;
}
body.mobile .ann-wrapper {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
body.mobile .ann-wrapper i {
  color: #ffd600;
}
body.desktop {
  background-color: #0a1849;
  background-image: #641220;
}
.menu-bottom .navbar-inverse {
  background: #310008;
}
.menu-bottom .footericon-single,
.menu-bottom .footericon-single a {
  color: #fff;
}
.inline-form .input-l {
  padding: 6px 0 6px 30px;
}
.inline-form .icon-input.icon-input i.left {
  top: 4px;
  left: 8px;
  font-size: 1.2rem;
}
.inline-form .form-group {
  margin-bottom: 0;
}
.inline-form .help-block {
  margin: 0;
  word-break: break-all;
  position: absolute;
  right: 0;
  text-align: right;
  white-space: nowrap;
}
.header-wrapper .btn.fix.thin {
  margin-right: 0 !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.header-wrapper .flex-right .flex-row .compliant-btn {
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 8px;
}
.header-wrapper .flex-right .flex-row .compliant-btn i {
  font-size: 14px;
}
.scroll-wrapper[_home] .btn-box {
  height: auto;
  padding: 6px 10px 0;
}
.main.nav-wrapper .nav-item .navlink i {
  font-size: 1.75rem;
}
#sideNav .nav-item-content.games i,
.main.nav-wrapper .nav-item .navlink i[class^="icon-"]:not(.icon-mobile),
.scroll-wrapper[_home] .slider-content i {
  width: 75px;
  height: 53px;
  margin: 0 auto;
  display: block;
  background: url(../../../../../files.sitestatic.net/assets/imgs/onix/icon_nav.png)
    no-repeat;
  background-size: 71.7%;
}
#sideNav .nav-item-content.games i:before,
.main.nav-wrapper .nav-item .navlink i[class^="icon-"]:not(.icon-mobile):before,
.scroll-wrapper[_home] .slider-content i:before {
  content: none;
}
#sideNav .nav-item-content.games i.icon-home,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-home,
.scroll-wrapper[_home] .slider-content i.icon-home {
  background-position: center 1px !important;
}
#sideNav .nav-item-content.games i.icon-users,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-users,
.scroll-wrapper[_home] .slider-content i.icon-users {
  background-position: center -485px !important;
}
#sideNav .nav-item-content.games i.icon-gift,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-gift,
.scroll-wrapper[_home] .slider-content i.icon-gift {
  background-position: center -120px !important;
}
#sideNav .nav-item-content.games i.icon-soccer,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-soccer,
.scroll-wrapper[_home] .slider-content i.icon-soccer {
  background-position: center -615px !important;
}
#sideNav .nav-item-content.games i.icon-casino,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-casino,
.scroll-wrapper[_home] .slider-content i.icon-casino {
  background-position: center -190px !important;
}
#sideNav .nav-item-content.games i.icon-slot,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-slot,
.scroll-wrapper[_home] .slider-content i.icon-slot {
  background-position: center -56px !important;
}
#sideNav .nav-item-content.games i.icon-rng,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-rng,
.scroll-wrapper[_home] .slider-content i.icon-rng {
  background-position: center -686px !important;
}
#sideNav .nav-item-content.games i.icon-menu-poker-01,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-menu-poker-01,
.scroll-wrapper[_home] .slider-content i.icon-menu-poker-01 {
  background-position: center -409px !important;
}
#sideNav .nav-item-content.games i.icon-others,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-others,
.scroll-wrapper[_home] .slider-content i.icon-others {
  background-position: center -686px !important;
}
#sideNav .nav-item-content.games i.icon-lottery,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-lottery,
.scroll-wrapper[_home] .slider-content i.icon-lottery {
  background-position: center -334px !important;
}
#sideNav .nav-item-content.games i.icon-fish_hunter,
#sideNav .nav-item-content.games i.icon-fishing,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-fish_hunter,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-fishing,
.scroll-wrapper[_home] .slider-content i.icon-fish_hunter,
.scroll-wrapper[_home] .slider-content i.icon-fishing {
  background-position: center -260px !important;
}
#sideNav .nav-item-content.games i.icon-cockfight,
.main.nav-wrapper
  .nav-item
  .navlink
  i[class^="icon-"]:not(.icon-mobile).icon-cockfight,
.scroll-wrapper[_home] .slider-content i.icon-cockfight {
  background-position: center -753px !important;
}
#sideNav .nav-item-content.games i,
.scroll-wrapper[_home] .slider-content i {
  width: 46px;
  height: 50px;
  background-size: 117.5%;
}
.main.nav-wrapper .nav-icon .hot {
  top: 0;
  left: 0;
}
.top-bar a,
.top-bar button {
  color: #cfbd85;
}
#loginForm i.form-control-feedback {
  top: 2px;
  right: 0;
}
.onix_hkb {
  margin-right: 10px !important;
  cursor: default;
}
.mobile .onix_hkb {
  margin-right: 0 !important;
  width: 105px !important;
}
.onix_hkb_result {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #51000e !important;
  color: #fff;
  border-radius: 10px !important;
  text-align: center;
  margin: 0 9px;
  border: 1px solid #6a2631 !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center !important;
}
.mobile .onix_hkb_result {
  margin: 3px;
}
.onix_hkb_period {
  padding: 5px;
  font-size: 12px;
}
.onix_hkb_number {
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  padding: 5px 5px 8px;
  line-height: 40px;
}
.mobile .onix_hkb_number {
  font-size: 23px;
}
.onix_hkb_date {
  font-size: 12px;
  padding: 5px 10px;
  background: #ab1010;
  width: 100%;
}
.hkb_onix {
  height: 130px;
}
.desktop .g-slider-wrapper {
  padding-top: 4px;
}
.desktop .g-slider-wrapper .content-wrapper {
  overflow: hidden;
}
.desktop .g-slider-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  white-space: nowrap;
}
.desktop .g-slider-wrapper ul::-webkit-scrollbar {
  display: none;
}
.desktop .g-slider-wrapper ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.desktop .g-slider-wrapper li {
  display: inline-block;
  position: relative;
}
.desktop .g-slider-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.desktop .g-slider-wrapper a.game-box,
.desktop .g-slider-wrapper div.game-box {
  position: relative;
  display: block;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  color: inherit;
}
.desktop .g-slider-wrapper .game-title {
  text-transform: uppercase;
  font-size: 11.2px;
  overflow: hidden;
}
