/* body { */
/*   background: #fafafa; */
/*   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
/*   color: #333; } */
html, body {
  font-family: 'Work Sans', sans-serif, "Microsoft Yahei";
  color: #1f1f1f;
  font-size: 100%;
  line-height: 24px;
  height: 100%;
  position: relative; }

a {
  color: #E3AE34;
  text-decoration: none; }

/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/* ==========================================================================
Development Ribbon
========================================================================== */
.ribbon {
  background-color: #a00;
  box-shadow: 0 0 10px #888;
  left: -3.5em;
  moz-box-shadow: 0 0 10px #888;
  moz-transform: rotate(-45deg);
  ms-transform: rotate(-45deg);
  o-transform: rotate(-45deg);
  overflow: hidden;
  position: absolute;
  top: 40px;
  transform: rotate(-45deg);
  webkit-box-shadow: 0 0 10px #888;
  webkit-transform: rotate(-45deg);
  white-space: nowrap;
  width: 15em;
  z-index: 9999;
  pointer-events: none; }

.ribbon a {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
  pointer-events: none; }

/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
  font-size: 10px;
  color: #ccc; }

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
Logo styles
========================================================================== */
.navbar-brand.logo {
  padding: 5px 15px; }

.navbar-brand.logo .logo-img {
  height: 45px;
  display: inline-block; }

/* ==========================================================================
Main page styles
========================================================================== */
.hero-unit {
  margin: 50px auto 0 auto;
  width: 300px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  background-color: #eee;
  border-radius: 6px;
  padding: 60px; }

.hero-unit h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px; }

.hipster {
  display: inline-block;
  width: 347px;
  height: 497px;
  background: url("../../content/images/hipster.png") no-repeat center top;
  background-size: contain; }

/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hipster {
    background: url("../../content/images/hipster2x.png") no-repeat center top;
    background-size: contain; } }

/* ==========================================================================
Generic styles
========================================================================== */
.error {
  color: white;
  background-color: red; }

.pad {
  padding: 10px; }

.break {
  white-space: normal;
  word-break: break-all; }

.voffset {
  margin-top: 2px; }

.voffset1 {
  margin-top: 5px; }

.voffset2 {
  margin-top: 10px; }

.voffset3 {
  margin-top: 15px; }

.voffset4 {
  margin-top: 30px; }

.voffset5 {
  margin-top: 40px; }

.voffset6 {
  margin-top: 60px; }

.voffset7 {
  margin-top: 80px; }

.voffset8 {
  margin-top: 100px; }

.voffset9 {
  margin-top: 150px; }

.readonly {
  background-color: #eee;
  opacity: 1; }

/* ==========================================================================
make sure browsers use the pointer cursor for anchors, even with no href
========================================================================== */
a:hover, .hand, [jh-sort-by] {
  cursor: pointer; }

/* ==========================================================================
Metrics and Health styles
========================================================================== */
#threadDump .popover, #healthCheck .popover {
  top: inherit;
  display: block;
  font-size: 10px;
  max-width: 1024px; }

#healthCheck .popover {
  margin-left: -50px; }

.health-details {
  min-width: 400px; }

/* ==========================================================================
start Password strength bar style
========================================================================== */
ul#strength {
  display: inline;
  list-style: none;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  vertical-align: 2px; }

.point {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px; }

.point:last {
  margin: 0 !important; }

/* ==========================================================================
Custom alerts for notification
========================================================================== */
.alerts .alert {
  text-overflow: ellipsis; }

.alerts .alert pre {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0; }

.alerts .alert .popover pre {
  font-size: 10px; }

.alerts .toast {
  position: fixed;
  width: 100%; }

.alerts .toast.left {
  left: 5px; }

.alerts .toast.right {
  right: 5px; }

.alerts .toast.top {
  top: 55px; }

.alerts .toast.bottom {
  bottom: 55px; }

@media screen and (min-width: 480px) {
  .alerts .toast {
    width: 50%; } }

/* ==========================================================================
entity tables helpers
========================================================================== */
/* Remove Bootstrap padding from the element
   http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

/* bootstrap 3 input-group 100% width
   http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */
.width-min {
  width: 1% !important; }

/* Makes toolbar not wrap on smaller screens
   http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */
.flex-btn-group-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.jh-table > tbody > tr > td {
  /* Align text in td vertically (top aligned by Bootstrap) */
  vertical-align: middle; }

.jh-table > thead > tr > th > .glyphicon-sort, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt {
  /* less visible sorting icons */
  opacity: 0.5; }

.jh-table > thead > tr > th > .glyphicon-sort:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt:hover {
  /* full visible sorting icons and pointer when mouse is over them */
  opacity: 1;
  cursor: pointer; }

/* ==========================================================================
entity detail page css
========================================================================== */
.dl-horizontal.jh-entity-details > dd {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .dl-horizontal.jh-entity-details > dt {
    margin-bottom: 15px; }
  .dl-horizontal.jh-entity-details > dd {
    border-bottom: 1px solid #eee;
    padding-left: 180px;
    margin-left: 0; } }

/* ==========================================================================
ui bootstrap tweaks
========================================================================== */
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer; }

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default,
.uib-datepicker-popup > li > div.uib-datepicker > table .btn-default {
  border: 0; }

.datetime-picker-dropdown > li.date-picker-menu div > table:focus,
.uib-datepicker-popup > li > div.uib-datepicker > table:focus {
  outline: none; }

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

.disableWebKitAppear {
  -moz-appearance: textfield !important; }

/* jhipster-needle-scss-add-main JHipster will add new css style */
/* portal global style */
html, body {
  font-family: 'Work Sans', sans-serif, "Microsoft Yahei" !important;
  color: #1f1f1f;
  font-size: 100%;
  line-height: 24px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000; }

.portal-header {
  background: #060709; }

.portal {
  background: #000; }

.portal-menu {
  background: #040707;
  height: 46px; }

.portal-body {
  background: #000;
  background-image: url(../../content/images/background/noise_bg.jpg);
  background-repeat: no-repeat;
  background-position: top; }

.portal-footer {
  background: #121411; }

.portal-web {
  min-width: 1272px !important; }

/* ipad */
@media only screen and (max-device-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; } }

@media (max-width: 1200px) {
  .container {
    min-width: 1200px; }
  .container-fluid {
    min-width: 1200px; }
  .navbar-user-control-container {
    min-width: 540px; }
  .fishing-desp1-sg {
    left: -8px !important; }
  .fishing-desp1-fw {
    left: -11px !important; }
  .fishing-desp1-fg {
    left: -32px !important; } }

.mobile-container html, .mobile-container body {
  min-width: 100% !important;
  position: fixed;
  overflow: hidden; }

.web-container html, .web-container body {
  min-width: 1272px !important; }

.gallery-container {
  background: #161616;
  padding-top: 20px;
  width: 954px; }

button:focus {
  outline: 0; }

/* to fix chrome custom blue outline issue when focus */
/* end portal global style */
/* button style */
.login_wrap {
  background-color: #E8AC32;
  color: #fff;
  padding: 0 6px 0 6px;
  height: 30px;
  min-width: 60px;
  width: 100px;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px; }

.login_wrap:hover {
  background-color: #ffc550; }

.register_wrap {
  background-color: #cc001b;
  color: #fff;
  padding: 0 6px 0 6px;
  height: 30px;
  min-width: 60px;
  width: 100px;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px; }

.register_wrap:hover {
  background-color: #e2384e; }

.playnow_wrap, .playnow_wrap2 {
  background-color: #FEE8B8;
  color: black;
  padding: 0 6px 0 6px;
  height: 45px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0; }

.playnow_wrap {
  color: black !important; }

.playnow_wrap:hover,
.playnow_wrap2:hover,
.mobile-gallery-item-btn:hover {
  background-color: #FEE8B8; }

.demo_wrap {
  background-color: #757575;
  color: #fff;
  padding: 0 6px 0 6px;
  height: 45px;
  width: 130px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0; }

.demo_wrap:hover {
  background-color: #004b99; }

.playnow_vsport {
  position: relative;
  left: -25px;
  top: 320px; }

.playnow_fishing1 {
  position: relative;
  left: -30px;
  top: 200px; }

.playnow_fishing1_sa {
  left: -42px !important;
  top: 310px !important; }

.fishing-desp1-sa {
  left: -25px !important;
  top: 210px !important; }

.playnow_fishing2 {
  position: relative;
  left: 335px;
  top: 365px;
  width: fit-content;
  display: none; }

.playnow_fishing1_pt {
  position: relative;
  left: -30px;
  top: 200px; }

.playnow_fishing2_pt {
  display: none;
  position: relative;
  left: 180px;
  top: 370px;
  width: fit-content; }

.playnow_fishing1_sg {
  position: relative;
  left: 10px;
  top: 210px; }

.playnow_fishing2_sg {
  position: relative;
  left: 180px;
  top: 330px;
  width: fit-content;
  display: none; }

.btn-fg {
  padding: 0 1em !important;
  font-size: 22px !important; }

.playnow_fishing2_fg {
  position: relative;
  width: 274px;
  margin-top: 100px;
  display: none; }

.playnow_casino {
  position: relative;
  left: -25px;
  top: 125px; }

.playnow_casino2 {
  position: relative;
  left: 0px;
  top: 65px; }

.playnow_poker1 {
  position: relative;
  left: -25px;
  top: 210px; }

.playnow_poker2 {
  position: relative;
  left: 500px;
  top: -245px;
  width: fit-content;
  display: none; }

.playnow_poker3 {
  position: relative;
  left: -25px;
  top: 150px; }

.playnow_ultimate1 {
  position: relative;
  left: -25px;
  top: 225px; }

.playnow_ultimate2 {
  position: relative;
  left: 163px;
  top: -150px;
  width: fit-content;
  display: none; }

.playnow_ime {
  position: relative;
  left: -32px;
  top: 250px; }

/* end button style */
/* global filtering style */
.gallery-filtering-container {
  min-height: 60px;
  width: 954px;
  display: flex; }

.gallery-filtering-container button {
  margin-left: 3px;
  margin-right: 3px; }

.filter_select {
  background-color: #FEE8B8;
  color: black;
  padding: 0 10px 0 10px;
  height: 36px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 0px;
  white-space: nowrap; }

.filter_select:link, .filter_select:hover {
  background-color: #fbeccb; }

.filter_btn {
  background-color: #343434;
  color: #808080;
  padding: 0 10px 0 10px;
  height: 36px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 0px;
  white-space: nowrap; }

.filter_btn:link, .filter_btn:hover {
  background-color: #444; }

/* end global filtering style */
/* redirect & common style */
.info-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  min-height: 150px;
  margin-top: 20px; }

.info-box .desc {
  color: white; }

/* end redirect & common style */
.marquee-speaker-col {
  padding-right: 1px;
  padding-top: 3px; }

.marquee-col {
  padding-left: 1px; }

/* Make it a marquee */
.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box; }

/* Make it move */
@keyframes marquee {
  0% {
    text-indent: 27.5em; }
  100% {
    text-indent: -105em; } }

.container-flex {
  display: flex; }

.container-flex-left {
  flex: 1; }

.container-flex-right {
  flex: 10; }

.row-flex {
  overflow: hidden;
  border-style: double;
  border-color: #aca7f1; }

.row-flex .col-flex {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  border-style: double;
  border-color: #aca7f1; }

.carousel-indicators .active {
  background-color: #FEE8B8 !important;
  width: 10px !important;
  height: 10px !important; }

.carousel-indicators li {
  border: none !important;
  background-color: #CECECE !important;
  margin: 1px 3px !important; }

#home-banner-carousel .carousel-indicators li {
  width: 30px !important;
  height: 5px !important;
  border-radius: 0 !important; }

#home-banner-carousel .carousel-indicators {
  bottom: 10px !important;
  width: 50% !important;
  margin-left: -25% !important; }

.progress-bar {
  background-color: #FDB813 !important; }

div.successTable {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

.divSuccessTable.successTable .divSuccessTableCell, .divSuccessTable.successTable .divSuccessTableHead {
  border: 0px solid #000000; }

.divSuccessTable.successTable .divSuccessTableBody .divSuccessTableCell {
  font-size: 13px; }

.successTable .tableFootStyle {
  font-size: 14px; }

.divSuccessTable {
  display: table; }

.divSuccessTableRow {
  display: table-row; }

.divSuccessTableHeading {
  display: table-header-group; }

.divSuccessTableCell, .divSuccessTableHead {
  display: table-cell; }

.divSuccessTableLeftCell {
  display: table-cell;
  color: #8F8F8F;
  border-right: 5px solid transparent; }

.divSuccessTableSpecialCell {
  display: table-cell;
  color: red;
  border-right: 5px solid transparent; }

.divSuccessTableSpanCell {
  display: table-cell;
  border-right: 10px solid transparent; }

.divSuccessTableSpecialSpanCell {
  display: table-cell;
  border-right: 10px solid transparent;
  color: red; }

.divSuccessTableHeading {
  display: table-header-group; }

.divSuccessTableFoot {
  display: table-footer-group; }

.divSuccessTableBody {
  display: table-row-group; }

.divSuccessTableContainer {
  border: 1px solid silver; }

.divSuccessTableContainerMargin {
  margin: 20px; }

.divSuccessTableBtn {
  display: flex;
  margin-left: 50%;
  margin-bottom: 10px; }

.gallery-title {
  font-size: 36px;
  color: #42B32F;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e; }

.filter-button {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #42B32F;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42B32F; }

.filter_btnVip {
  background-color: #fdb813;
  color: #fff;
  padding: 0 10px 0 10px;
  height: 36px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 0px;
  white-space: nowrap; }

.filter_btnVip:focus {
  background-color: #fdb813; }

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white; }

.casino-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff; }

.casino-high {
  font-size: 18px;
  /* line-height: 30px; */
  color: white;
  position: relative;
  left: 0px;
  top: 45px; }

.casino-desp {
  font-size: 18px;
  color: #999;
  position: relative;
  left: -25px;
  top: 150px; }

.ultimate-desp1 {
  font-size: 18px;
  color: white;
  position: relative;
  left: -25px;
  top: 130px;
  height: 0; }

.mobile-desp {
  font-size: 18px;
  color: white;
  position: relative;
  left: -25px;
  top: 270px;
  height: 0; }

.vsport-desp {
  font-size: 18px;
  color: white;
  position: relative;
  left: -40px;
  top: 260px;
  height: 0; }

.virtual-desp {
  font-size: 16px;
  line-height: 18px;
  color: #FEE8B8;
  position: absolute;
  left: 20px;
  top: 215px; }

.slot_icondld {
  position: relative;
  left: -20px;
  top: 3px; }

.feature-desp {
  height: 0;
  font-size: 16px;
  line-height: 18px;
  color: white; }

.feature-desp1 {
  font-size: 16px;
  line-height: 18px;
  color: white; }

.feature-desp2 {
  font-size: 14px;
  line-height: 16px;
  color: #fff; }

.feature-desp3 {
  font-size: 14px;
  line-height: 16px;
  color: #fff; }

.pt-fishing-desp3 {
  font-size: 14px;
  line-height: 18px;
  color: #ecbe1f; }

.ultimate-desp2 {
  position: relative;
  left: 120px;
  top: 250px;
  height: 0;
  width: fit-content; }

.poker-desp1 {
  font-size: 18px;
  color: white;
  position: relative;
  left: -25px;
  top: 120px;
  height: 0; }

.poker-desp2 {
  position: relative;
  left: 120px;
  top: 170px;
  height: 0;
  width: fit-content; }

.poker-desp3 {
  position: relative;
  left: 710px;
  top: 360px;
  height: 0;
  width: fit-content;
  display: none; }

.slot-title {
  font-size: 46px;
  font-weight: 600;
  color: #ffffff; }

.slot-desp {
  font-size: 18px;
  color: white;
  position: relative;
  left: -27px;
  top: 100px;
  height: 0; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

.casino-game {
  border: 1px solid #351B85;
  background-color: pink;
  border-radius: 10px;
  width: 500px;
  height: 150px;
  margin: 30px;
  text-align: center;
  line-height: 150px; }

.casino-game div {
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.ultimate-bn {
  background-image: url(../../content/images/background/ultimate-bn.jpg);
  background-repeat: no-repeat;
  background-position: top; }

.ftr-wrap {
  font-size: 12px;
  color: #E5D1B4; }

.footer-cell {
  display: table-cell;
  padding-right: 5px; }

.ftr-subnav, .ftr-subnav:link {
  font-size: 13px;
  color: #757575; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999 !important;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  -webkit-animation: fadeEffect 0.3s;
  animation: fadeEffect 0.3s; }

.overlay-content {
  position: relative;
  z-index: 999 !important;
  top: 30%;
  width: 100%;
  /* text-align: center; */
  margin-top: 30px;
  background-color: #003b79;
  min-height: 300px; }

/* .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
} */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .overlay-close-lg {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #818181; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .overlay-close-lg {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

.overlay-container {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  line-height: 1.5; }

.overlay-close-sm {
  cursor: pointer;
  color: #d9991d;
  height: 30px;
  font-weight: bold; }

.overlay-close-sm:hover {
  text-decoration: underline; }

.overlay-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold; }

.overlay-body {
  color: #FFFFFF;
  font-size: 13px; }

.overlay-footer {
  color: #FFFFFF;
  font-size: 24px; }

.overlay-content-desc {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px; }

.overlay-content-livechat:hover {
  cursor: pointer;
  text-decoration: underline; }

.borderdot {
  border-top: 1px dotted #404040; }

.slideshow-body {
  background: #111d2a; }

.slideshow {
  display: block;
  margin: auto; }

.annoucement-body {
  width: 91%;
  min-height: 32px;
  background: #000000;
  color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0); } }

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 32px;
  padding-left: 100%; }

.ticker {
  display: inline-block;
  min-height: 32px;
  min-width: 800px;
  line-height: 32px;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 120s;
  animation-duration: 120s; }
  .ticker__item {
    display: inline-block;
    padding: 0 2rem; }

.ticker:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

.annoucement-bannerleft {
  float: left;
  width: 28px; }

.annoucement-bannerright {
  float: right;
  width: 28px; }

.annoucement-bannericon {
  float: left;
  width: 32px; }

.annoucement-bannercenter {
  float: left;
  /* min-width: 935px; */ }

.annoucement-banner {
  /* background: #111111; */
  height: 45px;
  display: flex;
  /* margin-left:50px; */ }

.video-container {
  min-height: 355px;
  min-width: 650px;
  background-color: #0a1623;
  margin: 5px 5px 0px 30px; }

.video-frame-display {
  min-height: 300px;
  min-width: 550px;
  margin: 25px 50px 25px 50px; }

.home-row-display {
  display: flex; }

.homepage-hotgame-panel {
  height: 423px;
  width: 659px;
  background: #000000; }

.homepage-jackpot-panel {
  height: 423px;
  width: 301px;
  background: #000000; }

.homepage-video-panel {
  width: 659px;
  height: 350px;
  padding: 5px;
  background: #000000; }

.homepage-service-panel {
  width: 301px;
  height: 350px;
  background: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.progress-jackpotdisplay {
  margin-left: 30px; }

.promo_wrap {
  font-size: 16px;
  color: black;
  padding-left: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #FEE8B8;
  width: 100%; }

.promo-container {
  height: 120px;
  width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.promo_header {
  font-size: 22px;
  color: #FEE8B8;
  padding: 15px 15px 0 15px; }

.promo_detail {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding-left: 15px; }

.promo_detail_link {
  position: relative;
  font-size: 20px;
  color: #fff; }

.text-register-header {
  font-family: Arial, sans-serif;
  font-size: 30px;
  color: #fff; }

.text-register-label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #a1a1a1; }

.text-register-label2 {
  width: 80px; }

.btn-register {
  color: #FFFFFF; }

.info_container {
  min-height: 395px;
  min-width: 200px;
  background-color: #0a1623; }

.item_container {
  padding: 2px; }

.slide_container {
  height: 395px;
  width: 324px;
  background: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.slide_background {
  background: #0a1623;
  width: 100%;
  height: 345px; }

.slide_footer {
  height: 0; }

.slide_content {
  padding: 20px; }

/*start promotion*/
.promo-list-button {
  background-color: #FEE8B8;
  color: black;
  min-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  border: 0px;
  width: 100%; }

.promo-list-button:hover {
  background-color: #fbeccb; }

.promo-list-image {
  width: 709px;
  height: 142px;
  max-width: 709px;
  max-height: 142px; }

.promo-listing-content-container {
  width: 239px;
  background: #2d2d2d;
  height: 142px;
  padding: 10px 10px 10px 10px; }

.promo-listing-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 3px;
  padding-bottom: 20px; }

.promo-list-title {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  max-height: 50px;
  font-size: 17px;
  color: white; }

.promo-list-desp {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  max-height: 40px;
  font-size: 14px;
  color: #a1a1a1; }

.promo-list-container {
  min-height: 80px; }

/*end promotion*/
/* Start Fishing*/
.fishing-container {
  min-height: 254px;
  min-width: 160px; }

.fishing-bn-gg {
  background-image: url(../../content/images/games/fishing/fishing-bn-gg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  margin-left: 3.33333%; }

.fishing-bn-pt {
  background-image: url(../../content/images/games/fishing/fishing-bn-pt.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  margin-left: 3.33333%; }

.fishing-bn-sa {
  background-image: url(../../content/images/games/fishing/fishing-bn-sa.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  margin-left: 3.33333%; }

.fishing-bn-sg {
  background-image: url(../../content/images/games/fishing/fishing-bn-sg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  margin-left: 3.33333%; }

.fishing-bn-fg {
  background-image: url(../../content/images/games/fishing/fishing-bn-fg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  margin-left: 3.33333%; }

.fishing-fg-bn-feature {
  background-repeat: no-repeat;
  background-position: bottom;
  /* min-height: 673px; */
  padding-left: 80px; }

.fishing-feature-container {
  min-height: 450px; }

.fishing-bn-feature {
  background-repeat: no-repeat;
  background-position: bottom;
  /* min-height: 673px; */
  padding-left: 80px;
  position: absolute;
  padding-top: 10px; }

.fishing-pt-bn-feature {
  background-repeat: no-repeat;
  background-position: bottom;
  /* min-height: 673px; */
  padding-left: 80px;
  padding-top: 10px; }

.fishing-sg-bn-feature {
  background-repeat: no-repeat;
  background-position: bottom;
  /* min-height: 673px; */
  padding-left: 80px; }

.fishing-playnow-wrap {
  background-color: #FEE8B8;
  color: black;
  padding: 0 6px 0 6px;
  height: 45px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  font-weight: bold; }

.fishing-playnow-wrap:hover {
  background-color: #fbeccb; }

.ultimate-playfun_wrap {
  background-color: #757575;
  color: black;
  padding: 0 6px 0 6px;
  height: 45px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  font-weight: bold; }

.fishing-playfun_wrap {
  background-color: #757575;
  color: black;
  padding: 0 6px 0 6px;
  height: 45px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  font-weight: bold; }

.ultimate-playfun_wrap:hover,
.fishing-playfun_wrap:hover {
  background-color: #999; }

.fishing-desp1 {
  font-size: 18px;
  color: white;
  position: relative;
  left: -30px;
  top: 115px;
  height: 0; }

.fishing-desp2 {
  position: relative;
  left: 170px;
  top: 220px;
  height: 0;
  width: fit-content;
  display: none; }

.fishing-desp1-pt {
  font-size: 18px;
  color: white;
  position: relative;
  left: -30px;
  top: 130px;
  height: 0; }

.fishing-desp2-pt {
  position: relative;
  left: 430px;
  top: 320px;
  height: 0;
  width: fit-content;
  text-align: center;
  line-height: 16px;
  display: none; }

.fishing-playnow-wrap2 {
  background-color: #006dc0;
  color: #fff;
  padding: 0 6px 0 6px;
  height: 45px;
  width: 130px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px; }

.fishing-playnow-wrap2:hover {
  background-color: #0a497c; }

.fishing-playfun_wrap2 {
  background-color: #757575;
  color: #fff;
  padding: 0 6px 0 6px;
  height: 45px;
  width: 130px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px; }

.fishing-playfun_wrap2:hover {
  background-color: #999; }

.fishing-desp1-sg {
  font-size: 18px;
  color: #999;
  position: relative;
  left: -20px;
  top: 240px;
  height: 0; }

.fishing-desp2-sg {
  position: relative;
  left: 180px;
  top: 220px;
  height: 0;
  width: fit-content; }

.fishing-desp1-fg {
  font-size: 18px;
  color: #fff;
  position: relative;
  left: -46px;
  top: 166px;
  height: 0; }

.fishing-desp1-fg p {
  margin-bottom: 0px; }

.fishing-desp2-fg {
  width: fit-content;
  color: #fff;
  font-size: 22.5px;
  font-weight: 600; }

.text-fish-container {
  position: relative;
  top: 435px;
  margin: auto;
  width: fit-content; }

.playnow-fg {
  top: 0;
  left: 0;
  display: block; }

.top_playnow_fg {
  display: block;
  margin-top: 18px; }

.fishing-desp2-fg p {
  text-align: center; }

/*End Fishing*/
/* affiliate */
.affiliate-container {
  min-height: 900px;
  text-align: center;
  color: #fff; }

/* end affiliate */
/*Start Setting Tab*/
.setting-container {
  background-color: #535152;
  padding-bottom: 10px; }

.setting-header {
  font-size: 16px;
  color: white;
  padding: 5px 0px 5px 15px;
  background-color: #1F1F1F;
  margin: 15px 10px 15px 5px;
  min-width: 910px; }

.setting-wrap {
  font-size: 12px;
  color: white; }

.setting-column-cell {
  margin: 0px 5px 5px 10px; }

.setting-wallet {
  text-align: center;
  min-width: 300px; }

.setting-wallet-wrap {
  font-size: 16px;
  color: white; }

.setting-main-wallet {
  margin-top: 26px; }

.floating-box {
  border-right: 2px solid #1F1F1F;
  min-height: 100px; }

.box {
  background: #FEE8B8;
  border-radius: 50px;
  min-width: 150px;
  margin-left: 7px;
  text-align: center; }

.btn-transfer-all {
  background-color: transparent;
  border-color: transparent;
  font-size: 10px;
  color: black; }

.btn-transfer-all:hover, .btn-transfer-all:focus, .btn-transfer-all:active {
  background-color: transparent;
  border-color: transparent;
  font-size: 10px; }

.setting-tabs {
  background-color: #9F9D9E;
  margin-right: 5px;
  text-align: center;
  min-width: 100px;
  min-height: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px; }

.nav-pills > li > a {
  color: #474646;
  padding: 2px 1px 1px 1px;
  border-radius: 0px;
  min-height: 30px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #FEE8B8;
  color: black; }

.setting-content-container {
  font-size: 14px;
  background-color: #D7D7D7; }

.setting-tab-footer {
  background-color: #161616;
  min-height: 45px;
  padding-top: 5px;
  margin-bottom: -10px; }

.setting-footer-image-cell {
  padding-left: 10px; }

.text-field-must-12 {
  font-size: 12px;
  color: red;
  margin-right: 3px; }

.item-display {
  display: flex;
  margin-bottom: 10px; }

.setting-button {
  margin-left: 20px;
  background-color: #FEE8B8;
  border: #FEE8B8;
  color: black; }

.button :hover {
  background-color: #FEE8B8;
  border-color: #FEE8B8; }

.account-tab {
  margin: 2px 5px 2px 5px;
  text-align: center;
  min-width: auto;
  min-height: 25px;
  font-size: 13px;
  border: transparent; }

.nav-tabs > li > a {
  color: #474646;
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  min-width: auto; }

.nav-tabs > li:nth-child(1) {
  margin-left: 12px; }

.nav-tabs > li > a:hover {
  min-width: auto;
  border-bottom: transparent; }

.nav-tabs {
  border-bottom: 1px solid black; }

.nav-tabs > li {
  float: left;
  margin-bottom: -2px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid #545253;
  border-bottom: transparent;
  border-radius: 4px 4px 0 0;
  border-radius: 0px; }

.nav-tabs > li > a:hover {
  background-color: transparent;
  border: 1px solid #797979;
  border-bottom: transparent; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #D7D7D7;
  border: 1px solid black;
  border-bottom-color: transparent;
  cursor: default;
  height: 24px; }

.wallet-button {
  background-color: #DDDDDD;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  min-width: 100%;
  min-height: 30px;
  border: 1px solid #797979;
  border-left: 0px; }

.turnover-button {
  background-color: #FFFFFF;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  min-width: 100%;
  min-height: 30px;
  border: 1px solid #797979;
  border-left: 0px; }

.button-left {
  margin-left: -15px; }

.button-wrap {
  color: black;
  font-weight: bold; }

.provider-display-wrap {
  font-size: 12px; }

.arrow-display {
  margin-top: -43px;
  margin-left: 206px; }

.wallet-container {
  margin-left: 0px; }

.wallet-provider {
  min-height: 70px;
  text-align: center;
  padding-top: 10px;
  min-width: 237px;
  border-right: 1px solid #797979;
  border-bottom: 1px solid #797979; }

.inputbox-display {
  margin-left: 9px;
  min-width: 100px;
  max-width: 297px; }

.radionbutton-display {
  margin-left: 16px;
  margin-bottom: 5px;
  min-width: 100px;
  max-width: 297px; }

.lock30-display {
  width: 35px;
  height: 35px;
  margin-top: -25px; }

/* Start Tab - My Account*/
.setting-account-textwrap {
  font-size: 14px;
  color: black; }

.form-control:hover {
  border: 1px solid #006CC0; }

/* End Tab - My Account*/
/*Start Tab - Deposit (Online Transfer)*/
.setting-onlinetransfer-box {
  text-align: justify;
  font-size: 14px;
  display: inline-block;
  border-right: 2px solid #DDDDDD;
  min-height: 100px;
  padding-right: 20px; }

.setting-onlinetransfer-wrap {
  color: #006CC0; }

.display-bank-text {
  color: #006CC0;
  margin-left: 30px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; }

.bank-icon-img-size {
  height: 1.8rem;
  width: 1.8rem; }

/*End Tab - Deposit (Online Transfer)*/
/* Start Tab- Cash Deposit */
.thumb {
  width: 100px;
  height: 100px;
  float: none;
  position: relative;
  top: 7px; }

.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

.file-button {
  width: 100px;
  height: 20px; }

.btn-uploadfile {
  background-color: #ED1C24;
  color: white; }

.btn-uploadfile:hover {
  color: white; }

/* End Tab - Cash Deposit*/
/* Start Tab- Deposit History */
.setting-history-listheader {
  background-color: #337AB7;
  color: white; }

/* End Tab - Deposit History*/
/*End Setting Tab*/
.panel-background {
  background-color: #D2D2D2; }

.panel {
  background-color: #D2D2D2; }

.promotion-display-logo {
  width: 230px;
  height: 80px;
  margin-left: 600px; }

.right.carousel-control, .left.carousel-control {
  display: none; }

.messages-display-container {
  background: #FFFFFF; }

/*
body {
  padding-top: 70px;
  padding-bottom: 30px; }

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 970px; }

.lead {
  font-size: 16px; }

.page-header {
  margin-bottom: 30px; }

.page-header .lead {
  margin-bottom: 10px; }
  
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2); }

.container {
  width: 970px;
  max-width: none !important; }
  
*/
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

.navbar-header {
  float: left; }

.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important; }

.navbar-toggle {
  display: none; }

.navbar-collapse {
  border-top: 0; }

.navbar-brand {
  margin-left: -15px; }

.navbar-nav {
  position: relative;
  height: auto !important;
  float: left;
  margin: 0;
  margin-bottom: -20px; }

.navbar-nav > li {
  float: left; }

.navbar-nav > li > a {
  padding: 13px; }

.navbar-nav.navbar-right {
  float: right; }

.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333; }

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important; }

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important; }

.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.navbar-form .form-control-static {
  display: inline-block; }

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle; }

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto; }

.navbar-form .input-group > .form-control {
  width: 100%; }

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle; }

.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0; }

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0; }

.navbar-form .has-feedback .form-control-feedback {
  top: 0; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.form-inline .form-control-static {
  display: inline-block; }

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle; }

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto; }

.form-inline .input-group > .form-control {
  width: 100%; }

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0; }

.form-inline .has-feedback .form-control-feedback {
  top: 0; }

#top_menu > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.message-content-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.message-content-text > tbody > tr:focus {
  background-color: #f5f5f5; }

.message-content {
  min-height: 500px; }

.message-content-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px; }

.rotating-img {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.red-color {
  color: red; }

.green-color {
  color: green; }

.warning-td {
  background-color: #ef8383 !important; }

.announcement-list {
  background-color: #DDDDDD;
  font-size: 16px;
  color: black;
  padding: 15px;
  border-bottom: 1px solid #9F9D9E;
  font-family: Arial, Helvetica, sans-serif; }

.validation-text {
  font-size: 10px;
  color: red;
  font-family: Arial, Helvetica, sans-serif; }

.home-slidebar-text {
  color: white;
  font-family: Arial, Helvetica, sans-serif; }

.deposit-text {
  color: #FEE8B8;
  font-size: 20px; }

.withdrawal-text {
  color: #FEE8B8;
  font-size: 20px; }

.deposit-avgtime {
  background: #FEE8B8 !important;
  width: 62px !important;
  height: 42px !important;
  position: absolute !important;
  left: -5px !important;
  top: 2px !important;
  padding-left: 2px;
  padding-top: 2px; }

.deposit-avgtime-mins {
  position: relative !important;
  left: 45px !important;
  top: 18px !important; }

.deposit-avgtime-container .odometer {
  font-size: 32px;
  color: black; }

.withdrawal-avgtime {
  background: #FEE8B8 !important;
  width: 62px !important;
  height: 42px !important;
  position: absolute !important;
  left: -5px !important;
  top: 2px !important;
  padding-left: 2px;
  padding-top: 2px; }

.withdrawal-avgtime-mins {
  position: relative !important;
  left: 45px !important;
  top: 18px !important; }

.withdrawal-avgtime-container .odometer {
  font-size: 32px;
  color: black; }

#winner {
  background: #B69F6D;
  position: relative;
  width: 310px;
  height: 230px;
  top: 258px;
  left: -25px;
  font-family: Arial, Helvetica, sans-serif; }

#winner-latest-container {
  position: absolute;
  top: 0px;
  left: 25px; }

#winner-latest {
  font-size: 16px;
  position: relative;
  top: 8px;
  left: 0px; }

#winner-pager-container {
  position: relative;
  top: 12px;
  left: 210px; }

#winner-pager-left {
  cursor: pointer; }

#winner-pager-center {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 0px; }

#winner-pager-current {
  color: #FDB813; }

#winner-pager-right {
  cursor: pointer; }

#winner-pager-loading {
  display: none; }

#winner-page-container {
  background: #181816;
  position: relative;
  width: 260px;
  height: 180px;
  top: 25px;
  left: 25px; }

.winner1 {
  position: relative;
  width: 260px;
  height: 60px;
  top: 0px;
  left: 0px; }

.winner2 {
  position: relative;
  width: 260px;
  height: 60px;
  top: 0px;
  left: 0px; }

.winner3 {
  position: relative;
  width: 260px;
  height: 60px;
  top: 0px;
  left: 0px; }

.winner-username-game {
  position: relative;
  width: 130px;
  height: 60px;
  top: 0px;
  left: 0px;
  text-align: left;
  padding: 5px 20px; }

.winner-currency-amount {
  position: relative;
  width: 130px;
  height: 60px;
  top: -60px;
  left: 130px;
  text-align: right;
  padding: 5px 20px; }

.winner-username {
  color: #fff; }

.winner-game {
  color: #FEE8B8; }

.winner-currency {
  color: #FEE8B8; }

.winner-amount {
  color: #fff; }

.winner-divider1 {
  background: #091E3D;
  position: absolute;
  width: 260px;
  height: 3px;
  top: 60px;
  left: 0px; }

.winner-divider2 {
  background: #091E3D;
  position: absolute;
  width: 260px;
  height: 3px;
  top: 120px;
  left: 0px; }

.datetime-picker-dropdown {
  /* width: 100%; */ }

.btn-calendar {
  height: 34px; }

.div_exchange {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -15px; }

.div_exchange .line_up, .div_exchange .line_down {
  display: block;
  width: 20px;
  height: 10px;
  border: solid #ccc; }

.div_exchange .line_up {
  border-width: 1px 1px 0 0; }

.div_exchange .line_down {
  border-width: 0 1px 1px 0; }

.div_exchange .btn_exchange {
  margin: 5px 13px; }

.btn_exchange {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../content/images/icon/icon_u_transfer.png) no-repeat;
  cursor: pointer; }

.btn_exchange:hover {
  background: url(../../content/images/icon/icon_u_transfer.png) no-repeat; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #FFFFFF !important;
  opacity: 1 !important; }

.cash-deposit-note {
  font-size: 14px; }

.upcoming_event_container {
  height: 348px;
  width: 324px;
  background: #0a1625;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: white;
  text-align: center; }

/*wordcup countdown timer*/
.timer {
  zoom: 0.24;
  -moz-transform: scale(0.27) translate(-300px, -35px);
  -ms-transform: scale(0.27);
  -o-transform: scale(0.27); }

.flip-clock-dot {
  display: block;
  background: white;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider {
  padding: 10px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: white;
  font-size: 1.8em;
  text-shadow: none; }

.cursor-default {
  cursor: default !important; }

.cursor-pointer {
  cursor: pointer; }

.centered-modal.in {
  display: flex !important; }

.centered-modal .modal-dialog {
  margin: auto; }

.no-min-width {
  min-width: 0px !important; }

.bot-right {
  height: 1px;
  background: #FEE8B8;
  background: linear-gradient(to right, #FEE8B8, black);
  width: 50%; }

.bot-left {
  height: 1px;
  background: #FEE8B8;
  background: linear-gradient(to left, #FEE8B8, black);
  width: 50%; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: black;
  background-color: #FEE8B8;
  border-color: #FEE8B8; }

.setting_wrapGroup {
  color: black; }

.btn-primary {
  background-color: #FEE8B8 !important;
  color: black !important; }

.btn-primary:hover {
  color: black !important;
  background-color: #fbeccb !important; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: black !important; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #FEE8B8;
  border-color: white; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  background-color: #FEE8B8;
  border-color: #FEE8B8; }

.mobile-gallery-container {
  width: 954px;
  display: flex;
  flex-wrap: wrap; }

.mobile-gallery-item-container {
  position: relative;
  background: #000000;
  margin: 5px; }

.mobile-gallery-item-btn {
  background-color: #FEE8B8;
  color: #fff;
  padding: 0 6px 0 6px;
  height: 35px;
  width: 147px;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0; }

.mobile-gallery-qr-container {
  height: 199px;
  width: 308px;
  background: black;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

div.affiliate-article {
  box-sizing: border-box;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  orphans: 2;
  text-align: start;
  widows: 2;
  -webkit-text-stroke-width: 0px;
  text-decoration-style: initial;
  text-decoration-color: initial;
  word-spacing: 0px;
  margin: 0in 0in 7.9pt 0in;
  font-size: 10.5pt;
  font-family: 'Tahoma',sans-serif;
  color: #dddddd; }

.affiliate-article h1 {
  font-weight: bold;
  font-size: 13pt;
  font-family: 'Tahoma',sans-serif;
  color: #ffffff; }

.affiliate-article h2 {
  font-weight: bold;
  font-size: 11pt;
  font-family: 'Tahoma',sans-serif;
  color: #dddddd; }

.affiliate-article .highlight {
  color: #5b9be3; }

.aff-contact-category {
  width: 150px;
  height: 50px;
  background: white;
  border: 3px solid #003b79;
  padding: 10px 10px 10px 20px;
  margin-right: 15px;
  color: #003b79; }

.aff-contact-category:hover {
  background: #dddddd; }

.aff-contact-category img {
  margin: 0 auto;
  display: block; }

.aff-contact-category.selected {
  border: 3px solid #fcb813;
  color: #fcb813;
  background: transparent; }

.aff-contact-category-type {
  font-weight: 600; }

.aff-contact-category-type-desc {
  font-size: 10px; }

.aff-contact-category-type-desc.selected {
  color: white; }

.aff-contact-category-triangle-structure {
  width: 150px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center; }

.aff-contact-category-triangle-structure.selected {
  display: flex; }

.aff-contact-category-triangle-container {
  width: 34px;
  height: 0px;
  border-top: 3px solid black;
  position: relative; }

.aff-contact-category-triangle {
  position: absolute;
  margin: auto;
  top: -16px;
  left: 0;
  right: 0;
  width: 27px;
  height: 27px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 3px solid #fcb813;
  border-bottom: 3px solid #fcb813; }

.aff-contact-info {
  border: 3px solid #fcb813;
  color: #dddddd;
  padding: 15px;
  margin-top: -21px;
  width: 970px; }

.vip-login {
  background-image: url(../images/background/vip-login-background.jpg);
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: round; }

.vip-login form input {
  border-radius: 5px; }

.vip-login form button[type=submit] {
  width: 100%;
  background-color: #093E78;
  border: 0;
  border-radius: 5px;
  height: 30px;
  color: white; }

.vip-login-success {
  background-image: url(../images/background/vip-thankyou-background.jpg);
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-repeat: round; }

.overview-title {
  color: #999;
  font-size: 18px; }

.overview-font {
  color: #ccc;
  font-size: 15px; }

.overview-panel {
  color: #ccc;
  background-color: #333333;
  border: none;
  font-size: 12px; }

.overview-panel > .panel-heading {
  color: #ccc;
  background-color: #777777;
  border: none;
  text-align: center; }

.overview-panel > .panel-body {
  padding: 7px; }

.overview-panel > .panel-body > .overview-row {
  width: 100%; }

.overview-panel > .panel-body > .overview-row > div:first-of-type {
  width: 50%;
  display: inline-block;
  text-align: left; }

.overview-panel > .panel-body > .overview-row > div:nth-of-type(2) {
  width: 47%;
  display: inline-block;
  text-align: right; }

.vip-bg {
  background-image: url(../../content/images/background/vip-en.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.center {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.search-container {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  width: 285px; }

.search-container input#keyword {
  height: 34px;
  float: left;
  color: #000000;
  padding-left: 45px;
  border: 1px solid #ccc;
  font-size: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #c1c1c1; }

.search-container input#keyword::-webkit-input-placeholder {
  color: #65737e; }

.search-container input#keyword:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e; }

.search-container input#keyword::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e; }

.search-container input#keyword:-ms-input-placeholder {
  color: #65737e; }

.search-container .icon {
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 5px;
  z-index: 1;
  color: #4f5b66; }

.form-group2 {
  display: flex; }

.form-control2 {
  margin-left: 20px; }

.notification-container {
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #888;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  position: relative;
  margin-bottom: 1em;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 10px 30px 11px 20px;
  min-width: 350px;
  max-width: 500px; }

.notification-inner {
  padding: 1px 0 1px 40px;
  background-position: 0 center;
  background-repeat: no-repeat;
  min-height: 21px;
  background-image: url(../../content/images/icon/messenger_icon_info.gif); }

.notification-success-icon {
  background-image: url(../../content/images/icon/success-green.png); }

.notification-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #888;
  opacity: 1;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 7px 7px;
  cursor: pointer;
  background: transparent;
  border: 0; }

@media screen and (max-width: 768px) {
  .notification-container {
    max-width: 80%;
    min-width: 50%; } }

.setting_label {
  width: 25%;
  float: left;
  padding-left: 15px; }

.no-background-image {
  background-image: none !important; }

.notification-btn-div {
  padding-left: 60px;
  padding-top: 30px;
  font-size: 11px;
  font-weight: 600;
  text-align: center; }

.notification-btn {
  background-color: #fff;
  color: #474646;
  border: 1px solid #CCC; }

.notification-btn.active {
  border: 1px solid #337ab7; }

.fishing-bn-fw {
  background-image: url(../../content/images/games/fishing/fishing-bn-fw.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  margin-left: 3.33333%; }

.fg-desc-width {
  width: 45%; }

.fishing-desp1-fw {
  font-size: 18px;
  color: white;
  position: relative;
  left: -32px;
  top: 250px;
  height: 0; }

.fishing-desp1-fw p {
  margin: 0 0 0px; }

.fishing-playnow-fw {
  background-color: #FEE8B8;
  color: black;
  padding: 0 6px 0 6px;
  height: 45px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  font-weight: bold; }

.fishing-playnow-fw:hover {
  background-color: #fbeccb; }

.fishing-desp2-fw,
.playnow_fishing2_fw2 {
  display: none; }

.top_playnow_fw {
  margin-top: 32px; }

.fishing-fw-bn-feature {
  padding-left: 80px;
  padding-top: 10px; }

/* remove navbar default margin and border */
.navbar-no-margin {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important; }

.navbar-default .navbar-nav .nav-menu {
  display: flex;
  justify-content: center;
  height: 46px;
  padding-left: 4px;
  padding-right: 4px; }

.navbar-default .navbar-nav .nav-menu:hover {
  background-color: #FEE8B8; }

.navbar-default .navbar-nav .nav-menu:hover > .nav-content span {
  color: black; }

.navbar-default .navbar-nav .nav-menu .nav-content,
.navbar-default .navbar-nav .nav-menu .nav-content > a {
  align-self: center;
  color: #ffffff;
  padding: 0 5px; }

.navbar-center {
  display: flex;
  justify-content: center; }

.navbar-submenu {
  background: #121411;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 150;
  min-height: 127px;
  font-size: 13px;
  color: black; }

.navbar-submenu a span {
  color: white; }

.navbar-submenu a:hover,
.navbar-submenu a:active,
.navbar-submenu a:focus {
  text-decoration: none; }

.navbar-slot-submenu-container {
  min-height: 150px;
  position: flex;
  align-items: center;
  justify-content: center; }

.navbar-submenu-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-inline-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: inline-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  align-items: center; }

.navbar-casino-submenu-item {
  min-width: auto; }

.navbar-submenu-item-content {
  margin: 0 auto; }

.navbar-submenu-item-content img {
  display: block;
  margin: 0 auto; }

.navbar-submenu-item-content:hover {
  background: #535152;
  border-radius: 50%; }

.navbar-submenu-footer {
  position: absolute;
  width: 100%;
  height: 8px;
  z-index: 150; }

.navbar-header-tbl {
  display: table;
  height: 100px;
  width: 100%; }

.navbar-header-row {
  display: table-row; }

.navbar-header-cell {
  display: table-cell; }

.navbar-header-left {
  display: table-cell; }

.navbar-header-right {
  display: table-cell;
  width: 100%; }

.navbar-header-container {
  width: 100%; }

.navbar-function-tbl {
  display: table;
  float: right; }

.navbar-function-small-tbl {
  display: table;
  float: right; }

.navbar-function-row {
  display: flex; }

.navbar-function-cell {
  padding-left: 3px;
  padding-right: 3px; }

.navbar-function-cell:active,
.navbar-function-cell:focus {
  outline: 0;
  outline: none; }

.text-hdr-login-fill-12 {
  border-radius: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #b3b3b3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #8b8b8b;
  padding: 10px;
  height: 30px;
  width: 130px; }

.navbar-login-tbl {
  display: table;
  width: 100%; }

.nav-login-row {
  display: table-row; }

.language-dropdown {
  width: 60px;
  display: flex; }

.nav-login-cell {
  display: table-cell;
  padding: 0 5px; }

.nav-setting-word {
  vertical-align: text-top;
  color: #808080;
  font-size: 14px; }

.header-nav-dv {
  font-size: 18px;
  color: #393939;
  margin-left: 3px;
  vertical-align: middle;
  font-weight: 100; }

.top-nav-livechat, .top-nav-livechat:link, .top-nav-lang, .top-nav-lang:link {
  font-size: 12px;
  color: #808080;
  margin-left: 3px;
  vertical-align: middle;
  font-weight: 700; }

.top-nav-livechat:hover, .top-nav-lang:hover {
  color: #d9991d; }

.navbar-function-cell a:hover {
  color: #d9991d; }

.language-dropdown-content {
  position: absolute;
  z-index: 1;
  background-color: #161616; }

.language-details {
  position: flex;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden; }

.language-details:hover {
  background: #434242; }

.nav-user-greet {
  font-size: 14px;
  color: #808080;
  margin-left: 3px;
  vertical-align: middle;
  font-weight: 700; }

.nav-user-name {
  color: #ffffff;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block; }

.nav-user-msg-count {
  color: red; }

.nav-fifa-countdown-container {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 40px; }

.nav-fifa-days-container {
  left: 12px;
  height: 40px; }

.nav-fifa-hours-container {
  left: 37px;
  height: 40px; }

.nav-fifa-minutes-container {
  left: 62px;
  height: 40px; }

.nav-fifa-seconds-container {
  left: 88px;
  height: 40px; }

.nav-fifa-days-container .odometer,
.nav-fifa-hours-container .odometer,
.nav-fifa-minutes-container .odometer,
.nav-fifa-seconds-container .odometer {
  font-size: 12px;
  color: white; }

.nav-fifa-days-container .odometer-digit,
.nav-fifa-hours-container .odometer-digit,
.nav-fifa-minutes-container .odometer-digit,
.nav-fifa-seconds-container .odometer-digit {
  margin-top: 9px; }

.nav-fifa-days-container .odometer-digit-inner,
.nav-fifa-hours-container .odometer-digit-inner,
.nav-fifa-minutes-container .odometer-digit-inner,
.nav-fifa-seconds-container .odometer-digit-inner {
  background: transparent;
  color: white; }

.nav-mail-container {
  position: relative; }

.nav-mail-counter {
  position: absolute;
  top: 13px;
  right: 8px;
  background: red;
  color: white;
  width: 16px;
  height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  line-height: 17px;
  text-align: center; }

.icons-new-provider {
  width: 20% !important;
  height: 20% !important;
  position: absolute;
  top: 7.7rem;
  left: 7.7rem; }

/* mobile */
.mobile-bn {
  background-image: url(../../content/images/games/mobile/mobile-bn.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.mobile-container {
  min-height: 254px; }

/* end mobile */
/* sportsbook */
.sportsbook-bg {
  background-image: url(../../content/images/background/sportsbook_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 910px;
  align: center;
  valign: top; }

.sportsbook-container {
  min-height: 910px;
  background: #ffffff;
  margin: 0 60px; }

.sportsbook-container iframe {
  position: relative;
  width: 100%;
  min-height: inherit; }

.livetv-sportsbook-container {
  height: 910px;
  min-height: 910px;
  background: #ffffff;
  margin: 0 60px;
  overflow-y: auto; }

.ibc-sb-bg {
  background-image: url(../../content/images/background/ibc_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 910px;
  align: center;
  valign: top; }

.ibc-required-new-tab-container {
  text-align: center;
  padding-top: 150px;
  background-color: white;
  padding-bottom: 150px;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px; }

.ibc-sportsbook-container {
  min-height: 910px;
  background: #ffffff;
  margin: 0 58px; }

.ibc-sportsbook-container iframe {
  position: relative;
  width: 100%;
  min-height: inherit; }

.m8-bg {
  background-image: url(../../content/images/background/m8_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 910px;
  align: center;
  valign: top; }

.m8-container {
  min-height: 910px;
  background: #ffffff;
  margin: 0 38px; }

.m8-container iframe {
  position: relative;
  width: 100%;
  min-height: inherit; }

/* end sportsbook */
/* IME */
.ime-bg {
  background-image: url(../../content/images/background/im-esports-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 733px; }

.ime-container {
  min-height: 726px;
  margin: 0 38px; }

.ime-container iframe {
  position: relative;
  width: 100%;
  min-height: inherit; }

.ime-landing-bg {
  background-image: url(../../content/images/background/ime-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px; }

.ime-desc {
  width: 365px;
  font-size: 17px;
  color: #fff;
  position: relative;
  left: -32px;
  top: 130px;
  height: 0; }

/* end of IME */
/* casino */
.casino-game-container {
  min-height: 460px;
  margin: 20px; }

.casino-description {
  font-size: 18px;
  color: white;
  word-wrap: break-word;
  margin-left: -18px; }

.align-bottom {
  align-self: flex-end; }

.casino-bn-allbet {
  background-image: url(../../content/images/background/casino-bn-allbet.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.allbet-desp-container {
  height: 300px;
  width: 328px;
  display: flex;
  margin-left: -25px; }

.allbet-desp-playnow-container {
  margin-top: 20px;
  margin-left: -40px; }

.casino-bn-gd {
  background-image: url(../../content/images/background/casino-bn-gd.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.gd-desp-container {
  height: 300px;
  width: 265px;
  display: flex;
  margin-left: -25px; }

.gd-desp-playnow-container {
  margin-top: 20px;
  margin-left: -40px; }

.casino-gd-high {
  background-image: url(../../content/images/background/casino-gd-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px; }

.casino-gd-container {
  position: relative;
  margin-top: 25px; }

.casino-gd-banner-2 {
  margin-left: 585px; }

.casino-gd-banner-2-desc {
  width: 310px; }

.casino-gd-banner-playnow {
  margin-left: 650px;
  margin-top: 20px; }

.casino-bn-evo {
  background-image: url(../../content/images/background/casino-bn-evo.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.eg-desp-container {
  height: 300px;
  width: 270px;
  display: flex;
  margin-left: -20px; }

.eg-desp-playnow-container {
  margin-top: 20px;
  margin-left: -35px; }

.casino-eg-container {
  position: relative;
  margin-top: 25px; }

.casino-evo-high {
  background-image: url(../../content/images/background/casino-evo-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  align: center;
  valign: top; }

.casino-eg-banner-2 {
  margin-left: 635px; }

.casino-eg-banner-2-desc {
  width: 330px; }

.casino-eg-banner-playnow {
  margin-left: 700px;
  margin-top: 20px; }

.casino-bn-gp {
  background-image: url(../../content/images/background/casino-bn-gp.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.casino-bn-sa {
  background-image: url(../../content/images/background/casino-bn-sa.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.casino-sa-high {
  background-image: url(../../content/images/background/casino-sa-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px; }

.gp-desp-container {
  height: 300px;
  width: 350px;
  display: flex;
  margin-left: -25px; }

.gp-desp-playnow-container {
  margin-top: 20px;
  margin-left: -40px; }

.casino-gp-container {
  position: relative; }

.casino-gp-high {
  background-image: url(../../content/images/background/casino-gp-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  align: center;
  valign: top; }

.casino-gp-banner-2 {
  margin-left: 585px; }

.casino-gp-banner-2-desc {
  width: 450px; }

.casino-gp-banner-playnow {
  margin-left: 700px;
  margin-top: 40px; }

.casino-bn-ag {
  background-image: url(../../content/images/background/casino-bn-ag.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.casino-ag-high {
  background-image: url(../../content/images/background/casino-ag-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  align: center;
  valign: top; }

.casino-bn-dream {
  background-image: url(../../content/images/background/casino-bn-dream.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.casino-dream-high {
  background-image: url(../../content/images/background/casino-dream-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  align: center;
  valign: top; }

.casino-bn-pt {
  background-image: url(../../content/images/background/casino-bn-pt.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.pt-desp-container {
  height: 280px;
  width: 360px;
  display: flex;
  margin-left: -25px; }

.pt-desp-playnow-container {
  margin-top: 10px;
  margin-left: -40px; }

.casino-pt-container {
  position: relative;
  align: center;
  margin-top: 25px; }

.casino-pt-high {
  background-image: url(../../content/images/background/casino-pt-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  align: center;
  valign: top; }

.casino-pt-banner-2 {
  margin-left: 580px; }

.casino-pt-banner-2-desc {
  width: 450px; }

.casino-pt-banner-playnow {
  margin-left: 700px;
  margin-top: 20px; }

.casino-dg {
  background-image: url(../../content/images/background/livecasino_DG_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 907px;
  align: center;
  valign: top; }

.dg-desp-container {
  height: 250px;
  width: 340px;
  display: flex;
  margin-left: -15px; }

.dg-desp-playnow-container {
  margin-top: 15px;
  margin-left: -30px; }

.casino-dg-container {
  position: relative;
  margin-top: 25px; }

.casino-dg-banner-2 {
  margin-left: 590px; }

.casino-dg-banner-2-desc {
  width: 380px; }

.casino-dg-banner-playnow {
  margin-left: 700px;
  margin-top: 10px; }

.casino-ag {
  background-image: url(../../content/images/background/livecasino_AG_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 907px;
  align: center;
  valign: top; }

.ag-desp-container {
  height: 290px;
  width: 340px;
  display: flex;
  margin-left: -25px; }

.ag-desp-playnow-container {
  margin-top: 10px;
  margin-left: -43px; }

.casino-ag-container {
  position: relative;
  margin-top: 25px; }

.casino-ag-banner-2 {
  margin-left: 605px; }

.casino-ag-banner-2-desc {
  width: 400px; }

.casino-ag-banner-playnow {
  margin-left: 700px;
  margin-top: 20px; }

.casino-bn-ebet {
  background-image: url(../../content/images/background/casino-bn-ebet.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.ebet-desp-container {
  height: 300px;
  width: 270px;
  display: flex;
  margin-left: -20px; }

.ebet-desp-playnow-container {
  margin-top: 20px;
  margin-left: -35px; }

.casino-ebet-container {
  position: relative;
  margin-top: 25px; }

.casino-ebet-high {
  background-image: url(../../content/images/background/casino-ebet-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  align: center;
  valign: top; }

.casino-ebet-banner-2 {
  margin-left: 635px; }

.casino-ebet-banner-2-desc {
  width: 330px; }

.casino-ebet-banner-playnow {
  margin-left: 700px;
  margin-top: 20px; }

/* end casino */
/* slot */
.slot-bn-spade {
  background-image: url(../../content/images/background/slot-bn-spade.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-ultimate {
  background-image: url(../../content/images/ultimate/ultimate-bn.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-ag {
  background-image: url(../../content/images/background/slot-bn-ag.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-gp {
  background-image: url(../../content/images/background/slot-bn-gp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-mg {
  background-image: url(../../content/images/background/slot-bn-mg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-ttg {
  background-image: url(../../content/images/background/slot-bn-ttg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-pp {
  background-image: url(../../content/images/background/slot-bn-pp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-pt {
  background-image: url(../../content/images/background/slot-bn-pt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-sa {
  background-image: url(../../content/images/background/slot-bn-sa.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-pg {
  background-image: url(../../content/images/background/slot-bn-pg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-bn-nsp {
  background-image: url(../../content/images/background/slot-bn-nextspin.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.slot-jackpot-container {
  height: 120px;
  width: 980px;
  display: block;
  position: relative;
  margin: 15px 0 15px 0px; }

.slot-jackpot-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.slot-jackpot-container .jackpot {
  position: relative;
  left: 312px;
  top: 22px;
  width: 650px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center; }

.slot-jackpot-container .jackpot-container {
  background-color: rgba(0, 188, 212, 0); }

.slot-jackpot-container .jackpot-container .text-style {
  font-size: 64px;
  color: black;
  top: 66px; }

.slot-jackpot-container .odometer {
  font-size: 44px;
  color: white; }

.slot-jackpot-container .odometer-value {
  width: 100%; }

.slot-jackpot-container .odometer-digit {
  margin-right: 10px;
  margin-top: 10px; }

.slot-jackpot-container .odometer-digit-inner {
  height: 52px;
  width: 30px;
  background: #101010;
  border-radius: 4px;
  border-style: solid;
  border-color: #fee8b8;
  border-width: 1px; }

.slot-jackpot-container .odometer-formatting-mark {
  color: #fff; }

.text-0 {
  position: absolute;
  left: 463px; }

.text-1 {
  position: absolute;
  left: 507px; }

.text-2 {
  position: absolute;
  left: 551px; }

.text-3 {
  position: absolute;
  left: 610px; }

.text-4 {
  position: absolute;
  left: 654px; }

.text-5 {
  position: absolute;
  left: 697px; }

.text-6 {
  position: absolute;
  left: 756px; }

.text-7 {
  position: absolute;
  left: 800px; }

.text-8 {
  position: absolute;
  left: 845px; }

.text-9 {
  position: absolute;
  left: 904px; }

.text-10 {
  position: absolute;
  left: 948px; }

.text-0-home {
  position: absolute;
  left: 478px; }

.text-1-home {
  position: absolute;
  left: 522px; }

.text-2-home {
  position: absolute;
  left: 566px; }

.text-3-home {
  position: absolute;
  left: 625px; }

.text-4-home {
  position: absolute;
  left: 669px; }

.text-5-home {
  position: absolute;
  left: 712px; }

.text-6-home {
  position: absolute;
  left: 771px; }

.text-7-home {
  position: absolute;
  left: 815px; }

.text-8-home {
  position: absolute;
  left: 860px; }

.text-9-home {
  position: absolute;
  left: 919px; }

.text-10-home {
  position: absolute;
  left: 963px; }

.slot-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 146px);
  grid-gap: 1rem;
  justify-content: space-between;
  align-content: flex-start;
  list-style: none;
  width: 954px;
  padding: 0;
  overflow: auto; }

.slot-gallery-item-container {
  position: relative;
  min-height: 239px;
  background: #000000; }

.slot-gallery-play-container {
  background-color: black;
  opacity: .50;
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  border: 1px solid lightblue;
  min-height: 189px;
  max-height: 189px;
  min-width: 146px;
  max-width: 146px; }

.slot-gallery-img-container {
  border: 1px solid #000000;
  min-height: 189px;
  max-height: 189px;
  min-width: 146px;
  max-width: 146px; }

.slot-gallery-play-container img,
.slot-gallery-img-container img {
  min-height: 187px;
  max-height: 187px;
  min-width: 144px;
  max-width: 144px; }

.slot-gallery-play-circle {
  position: absolute;
  width: 146px;
  height: 30px;
  left: 0px;
  top: 69px;
  font-size: 16px;
  color: black;
  line-height: 30px;
  text-align: center;
  background: #FEE8B8; }

.slot-gallery-play-single {
  top: 85px !important; }

.slot-gallery-demo-circle {
  position: absolute;
  width: 146px;
  height: 30px;
  top: 100px;
  font-size: 16px;
  color: white;
  line-height: 30px;
  text-align: center;
  background: #808080; }

.slot-gallery-play-circle:hover {
  color: #444; }

.slot-gallery-demo-circle:hover {
  color: #343434; }

.slot-gallery-title-container {
  display: table;
  min-height: 50px;
  width: 100%;
  text-align: center; }

.slot-gallery-title-container span {
  display: table-cell;
  vertical-align: middle; }

.slot-gallery-item-container:not(:hover) .slot-gallery-play-container,
.slot-gallery-item-container:not(:hover) .slot-gallery-play-circle,
.slot-gallery-item-container:not(:hover) .slot-gallery-demo-circle {
  display: none; }

.slot-gallery-item-container:hover .slot-gallery-img-container {
  display: none; }

.slot-gallery-item-container:hover .slot-gmtitle {
  color: lightblue; }

.slot-gmtitle {
  font-size: 14px;
  color: #fff;
  height: 50px;
  text-align: center;
  line-height: 16px; }

/* end slot */
/* poker */
.poker-bn-idn {
  background-image: url(../../content/images/games/poker/poker-bn-idn.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%;
  margin-bottom: 10px; }

/* end poker */
/* virtual sports */
.virtual-bn-betradar {
  background-image: url(../../content/images/background/virtual-bn.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.virtual-bn-betradars {
  background-image: url(../../content/images/background/virtualsports_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top; }

.virtual-game-container {
  min-height: 460px;
  margin: 20px; }

.virtual-sub-container {
  background: #161616;
  padding-top: 20px;
  width: 954px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 290px; }

.virtual-sub {
  margin-bottom: 30px;
  margin-right: 10px;
  position: relative; }

.virtualsports-bg {
  background-image: url(../../content/images/background/virtualsports_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 1000px;
  align: center;
  valign: top; }

.virtualsports-container {
  min-height: 910px;
  background: #ffffff;
  margin: 0 43px; }

.virtualsports-container iframe {
  position: relative;
  width: 100%;
  min-height: 1200px; }

.virtualsports-left-frame {
  position: relative;
  float: left;
  min-width: 754px;
  min-height: inherit; }

.virtualsports-right-frame {
  position: relative;
  float: right;
  min-width: 272px;
  min-height: inherit; }

/* end virtual sports */
/* scr888 */
.scr888-container {
  min-height: 870px;
  position: relative;
  min-width: 920px;
  margin: 0 auto; }

.scrLogo {
  position: relative;
  margin: 0 auto; }

.scrCredential-container {
  position: relative;
  width: 360px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  inline-height: 100px;
  background-color: #434142; }

.scrcredential {
  font-size: 24px;
  color: #F2BD79;
  font-family: arial; }

.scrcredentialTitle {
  font-size: 16px;
  color: #FFFFFF;
  font-family: arial; }

.scrCredential-iframe {
  min-width: 920px;
  min-height: 540px; }

/* end scr888 */
/* SBO */
.sbo-bg {
  background-image: url(../../content/images/background/sbo-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.sbo-desc {
  font-size: 17px;
  color: #fff;
  position: relative;
  left: -25px;
  top: 233px;
  height: 0; }

/* end SBO */
/* live tv */
.livetv {
  background-color: #cfcfcf; }

.livetv-container {
  display: flex;
  padding: 5px;
  font-family: arial; }

.livetv-container .left-container {
  flex: 5;
  background-color: #e7e7e7;
  height: 134px; }

.livetv-container .left-container .title {
  height: 30px;
  background-color: black;
  color: white;
  font-size: 14px;
  padding: 10px 30px;
  line-height: 10px; }

.livetv-container .left-container .title .left {
  float: left;
  display: flex; }

.livetv-container .left-container .title .left img {
  padding-left: 5px;
  margin-top: -5px; }

.livetv-container .left-container .title .right {
  float: right; }

.livetv-container .left-container .content {
  height: 74px;
  background: white;
  color: black;
  display: flex; }

.livetv-container .left-container .content .info {
  display: flex;
  width: 100%; }

.livetv-container .left-container .content .info .left {
  flex: 10;
  position: relative; }

.livetv-container .left-container .content .info .left .left-content {
  float: left;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -10px; }

.livetv-container .left-container .content .info .left .right-content {
  float: right;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px; }

.livetv-container .left-container .content .info .right {
  flex: 10;
  position: relative; }

.livetv-container .left-container .content .info .right .rleft-content {
  float: left;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -10px; }

.livetv-container .left-container .content .info .right .rright-content {
  float: right;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px; }

.livetv-container .left-container .content .info .center {
  flex: 4;
  text-align: center;
  line-height: 18px; }

.livetv-container .left-container .content .info .center .middle-container {
  height: 74px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.livetv-container .left-container .content .info .center .middle-container .game-time {
  font-size: 22px; }

.livetv-container .left-container .content .info .center .middle-container .game-start {
  font-size: 12px; }

.livetv-container .left-container .score {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.livetv-container .left-container .score .live-score {
  font-size: 16px; }

.livetv-container .right-container {
  flex: 1;
  margin-left: 5px;
  height: 134px; }

.livetv-container .right-container .cdtimer {
  height: 30px;
  background-color: #4a4a4a;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.livetv-container .right-container .commentary-container {
  margin-top: 5px; }

.livetv-container .right-container .commentary-container img {
  display: block;
  margin: auto; }

.livetv-sportsbook-container .livetv-break {
  display: flex; }

.livetv-sportsbook-container .livetv-break-container {
  display: flex;
  margin: auto;
  margin-top: 100px; }

.livetv-sportsbook-container .livetv-break-img-container {
  margin-right: 38px; }

.livetv-sportsbook-container .livetv-break-img-container img {
  display: block;
  height: 92px; }

.livetv-sportsbook-container .livetv-break-text-container {
  justify-content: center;
  display: flex;
  flex-direction: column; }

.livetv-sportsbook-container .livetv-break-text-container p {
  margin-bottom: 0; }

.livetv-break-text-container > p > span > a {
  color: #d6ab08 !important;
  text-decoration: underline; }

/* end live tv */
/*start live score*/
.liveScore-container {
  height: 910px;
  min-height: 910px;
  background: #ffffff;
  margin: 0 auto; }

.liveScore-iframe {
  position: relative;
  width: 100%;
  min-height: 878px; }

.liveScore-subnav, .liveScore-subnav:link {
  font-size: 15px;
  font-weight: bold;
  color: #757575;
  margin: 0 30px; }

.liveScore-subnav-container {
  width: 100%;
  min-height: 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.liveScore-subnav-container span a.active {
  color: #d9991d;
  text-decoration: underline; }

/* end live score*/
/*start terms*/
.terms-container {
  height: 910px;
  min-height: 910px;
  background: #ffffff;
  margin: 0 auto; }

.terms-subnav-container {
  width: 100%;
  min-height: 65px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px; }

.terms-subnav {
  width: 100%;
  min-height: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: #003b79;
  color: #ffffff;
  font-size: 100%;
  padding: 0 10px; }

.terms-content {
  position: relative;
  width: 100%;
  height: 845px;
  overflow-y: scroll;
  text-align: justify;
  line-height: 1;
  padding: 0 15px; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer {
  vertical-align: text-top; }

/* end terms*/
.casino-bn-sb {
  background-image: url(../../content/images/background/casino-bn-sb.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px;
  align: center;
  valign: top;
  margin-left: 3.33333%; }

.casino-sb-high {
  background-image: url(../../content/images/background/casino-sb-highlight.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px; }

.sb-desp-playnow-container {
  margin-left: -40px;
  position: relative;
  top: 250px; }

.sb-desp-container {
  width: 328px;
  margin-left: -25px;
  position: relative;
  top: 230px; }

.casino-sb-container {
  position: relative;
  margin-top: 25px;
  align: center;
  text-align: center; }

.casino-sb-banner-2 {
  text-align: center;
  margin-left: 500px; }

.casino-sb-banner-2-desc {
  width: 350px; }

.casino-sb-banner-playnow {
  text-align: center;
  margin-left: 190px; }

/* start mega888 */
.mega888-container {
  min-height: 910px;
  position: relative;
  min-width: 920px;
  margin: 0 auto; }

.megaLogo {
  position: relative;
  margin: 0 auto; }

.megaCredential-container {
  position: relative;
  width: 360px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  inline-height: 100px;
  background-color: #434142; }

.megacredentialTitle {
  font-size: 16px;
  color: white;
  font-family: arial;
  font-weight: bold; }

.megacredential {
  font-size: 16px;
  color: #FFFFFF;
  font-family: arial;
  font-weight: bold; }

.megaCredential-iframe {
  min-width: 920px;
  min-height: 730px; }

/* end mega */
.lottery-bn-qqkeno {
  background-image: url(../../content/images/background/qqkeno-bn.jpg);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 514px; }

.lottery-bn-qqkeno .lottery-container {
  position: relative; }

.lottery-bn-qqkeno .lottery-container .game-desc-container {
  position: relative;
  top: 250px;
  left: -20px;
  width: 220px;
  font-size: 19px;
  color: #b5b4b9; }

.lottery-bn-qqkeno .lottery-container .btn-container {
  position: relative;
  top: 320px;
  left: -22px; }

.lottery-playnow-wrap {
  background-color: #FEE8B8;
  color: black;
  padding: 0 6px 0 6px;
  height: 45px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  font-weight: bold; }

.lottery-playnow-wrap:hover {
  background-color: #fbeccb; }

.left-download-banner {
  top: 15%;
  left: -200px;
  width: 198px;
  height: auto;
  position: fixed;
  z-index: 200; }

.left-download-content-container {
  min-width: 197px;
  min-height: 67px;
  background-color: #050608;
  border-right: 3px solid transparent;
  padding: 13px;
  line-height: 14px !important; }

.left-download-content-border {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #FFE8E9, transparent);
  background-image: -moz-linear-gradient(left, #FFE8E9, transparent);
  background-image: -ms-linear-gradient(left, #FFE8E9, transparent);
  background-image: -o-linear-gradient(left, #FFE8E9, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E9', endColorstr='transparent', GradientType=1);
  /* IE6-9 */ }

.left-download-content-container:hover {
  background: #050608; }

.left-download-content-container-td {
  min-width: 130px; }

.left-download-content-title {
  color: white;
  font-weight: 700;
  font-size: 16px; }

.left-download-content-desc {
  color: #fff;
  font-size: 14px; }

.left-download-content-desc > a {
  color: #fff; }

.left-download-content-desc > a:hover {
  color: #fff; }

.left-download-content-download {
  color: black;
  font-weight: 700;
  font-size: 18px;
  writing-mode: vertical-lr;
  text-align: center; }

.left-download-sidebar {
  background-image: url(../../content/images/icon/download_dd_50.png);
  min-width: 50px;
  max-width: 50px;
  min-height: 203px;
  max-height: 203px;
  left: 200px;
  top: -204px;
  position: relative; }

.left-download-sidebar div {
  position: absolute;
  left: 13px;
  top: 50px;
  height: 150px;
  display: flex; }

.left-download-sidebar img {
  position: absolute;
  left: 4px;
  top: 10px; }

.left-games-banner {
  width: 240px;
  height: auto;
  position: fixed;
  z-index: 200;
  left: -243px;
  top: 17%;
  border-top: 1px solid #FEE8B8;
  border-right: 1px solid #FEE8B8;
  border-bottom: 1px solid #FEE8B8; }

.left-games-banner:focus,
.left-game-bottom-flag:focus,
.left-game-bottom-flag-hover:focus,
.hot-game-banner #hotGameCloseBtn:focus {
  outline: 0 !important; }

.left-games-adv-container {
  min-width: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.left-games-adv-item {
  margin-left: 2px;
  margin-right: 2px; }

.left-games-adv-container span {
  font-weight: 800;
  font-size: 27px;
  line-height: 40px;
  background-color: #fcb813;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.left-game-middle-container {
  min-height: 48px;
  min-width: 240px;
  background: #E7E9EA;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.left-game-middle-container span {
  font-size: 12px;
  word-break: break-word;
  width: 100%;
  line-height: 14px;
  min-height: 48px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center; }

.left-game-middle-container img {
  cursor: pointer;
  -webkit-filter: brightness(150%);
  filter: brightness(150%); }

.left-game-hot-games-img {
  position: absolute;
  left: 72px;
  top: 203px; }

.left-game-new-games-img {
  position: absolute;
  left: 135px;
  top: 205px; }

.left-game-bottom-container {
  width: 240px;
  text-align: center;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 1px; }

.left-game-bottom-item {
  width: 79px;
  height: 80px;
  border: 1px solid #FEE8B8;
  color: white;
  font-size: 10px;
  position: relative;
  background: #161616; }

.left-game-bottom-item-hover {
  width: 79px;
  height: 80px;
  border: 1px solid #FEE8B8;
  color: white;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  background: #1f1f1f; }

.left-game-bottom-flag-container {
  width: 240px;
  text-align: center;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  position: absolute;
  top: 240px;
  left: 3px; }

.left-game-bottom-flag {
  position: relative;
  min-width: 80px;
  min-height: 80px; }

.left-game-bottom-flag img {
  float: right; }

.left-game-side-button {
  position: absolute;
  left: 240px;
  top: 194px; }

.left-game-side-hotimg {
  position: absolute;
  left: 245px;
  top: 228px; }

.right-support-banner {
  top: 15%;
  right: -190px;
  width: 240px;
  height: auto;
  position: fixed;
  z-index: 5000; }

.normal-support-container {
  display: none; }

.special-support-container {
  display: block; }

.right-support-container {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 190px;
  min-height: 50px; }

.right-support-item {
  width: 190px;
  margin-left: 1px;
  background: #084075; }

.right-support-item .img-middle {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alter {
  background: #09559a; }

.extra-padding {
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px; }

.special-right-support-item {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border-radius: 10px;
  background: black;
  color: white; }

.padding-content-td {
  line-height: 16px;
  padding-left: 5px; }

.right-support-sidebar {
  background-image: url(../../content/images/icon/contact_dd_50.png);
  min-width: 50px;
  max-width: 50px;
  min-height: 203px;
  max-height: 203px;
  position: relative; }

.right-support-sidebar div {
  position: absolute;
  left: 13px;
  top: 50px;
  height: 150px;
  display: flex; }

.right-support-sidebar div span {
  white-space: nowrap;
  writing-mode: vertical-lr;
  text-align: center; }

.right-support-sidebar img {
  position: absolute;
  left: 4px;
  top: 10px; }

.right-support-wechat,
.right-support-wechat img {
  height: 114px;
  width: 114px;
  margin: auto; }

.bottom-live-support {
  position: fixed;
  z-index: 200;
  bottom: 0%; }

.bottom-live-support-banner {
  width: 240px;
  height: 50px;
  position: fixed;
  z-index: 200;
  right: 10px;
  bottom: 35px;
  background: #006cbf; }

.bottom-live-support-banner #liveCloseBtn {
  position: absolute;
  right: 3px;
  top: 3px; }

.bottom-live-support-banner #liveIcon {
  position: absolute;
  right: 25px;
  top: -3px; }

.bottom-live-support-container {
  margin: 5px;
  line-height: 14px; }

.hot-game-banner {
  background-repeat: no-repeat;
  position: fixed;
  left: 10px;
  bottom: 1%;
  z-index: 200; }

.hot-game-banner #hotGameCloseBtn {
  z-index: 201;
  position: absolute; }

.justRelease-game-banner {
  background-repeat: no-repeat;
  position: fixed;
  z-index: 200; }

.justRelease-game-banner #hotGameCloseBtn {
  z-index: 201;
  position: absolute; }

.notification-banner {
  background: #cc001b;
  width: 240px;
  height: 50px;
  position: fixed;
  z-index: 200;
  left: 10px;
  bottom: 10px; }

.tab {
  overflow: hidden; }

.tab span {
  background-color: inherit;
  cursor: pointer;
  transition: 0.3s; }

.tab span:hover {
  background-color: #FEE8B8; }

.tab span.active {
  background-color: #FEE8B8; }

.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 0.3s;
  animation: fadeEffect 0.3s; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.chinese-char-sidebar-span-height {
  height: 100px !important; }

@media screen and (min-device-width: 600px) {
  .m-home-banner img {
    height: 200px !important; } }

@media screen and (max-device-width: 600px) {
  .m-category-title {
    font-size: 12px !important; } }

.touch {
  -webkit-overflow-scrolling: touch; }

/* mobile button style */
.m-deposit-button {
  background-color: #CC001B;
  margin-top: 30%; }

.m-red-btn {
  background-color: #B7B7B7;
  color: #000;
  border: 0px; }

.m-blue-btn {
  background-color: #FFE8B9;
  color: #000;
  border: 0px; }

.m-scroll-btn {
  background-color: #373737;
  color: #979797;
  border: 0px; }

.m-theme-light-btn {
  background-color: #454545;
  color: #fff;
  border: 0px; }

/* end mobile button style */
/* start mobile weekly turnover style */
.m-weekly-turnover-account-top {
  background-color: #171717;
  border-color: #383838;
  border-style: solid;
  border-width: 1px;
  border-top-style: none;
  padding: 10px; }

.m-weekly-turnover-currency {
  font-size: small;
  font-weight: 500;
  color: #525252; }

.m-weekly-turnover-container {
  width: 100%;
  text-align: center;
  color: #969495; }

.m-weekly-turnover-total-header {
  font-size: small;
  font-weight: 500;
  color: #525252;
  line-height: initial;
  padding-top: 5px; }

.m-weekly-turnover-total-value {
  font-size: larger;
  display: inline-flex; }

#weekly_refresh {
  fill: #969495; }

.m-weekly-turnover-container .cell-border > tr > td {
  border: 0.2px solid #383838;
  border-collapse: collapse;
  font-size: small; }

.m-weeklyTurnoverHeaders {
  color: #f79c20; }

.m-weeklyTurnoverProducts {
  background-color: #171717; }

.m-weeklyTurnoverProviders {
  background-color: #212121; }

/* end mobile weekly turnover style */
/* fullscreen style */
.m-fullscreen-header-container {
  display: flex;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  color: #8b8b8b;
  line-height: 50px; }

.m-fullscreen-header-container .title {
  min-width: 95%;
  font-weight: 600;
  font-size: 18px; }

.m-fullscreen-header-container .close-btn {
  min-width: 5%;
  font-size: 30px;
  font-weight: 600; }

/* end fullscreen style */
/* fifa countdown timer style */
.m-fifa-countdown-container {
  position: relative;
  width: 100%; }

.m-fifa-countdown-container .m-fifa-img {
  width: 100%; }

.m-fifa-days-container,
.m-fifa-hours-container,
.m-fifa-minutes-container,
.m-fifa-seconds-container {
  position: absolute !important; }

.m-fifa-days-container .odometer,
.m-fifa-hours-container .odometer,
.m-fifa-minutes-container .odometer,
.m-fifa-seconds-container .odometer {
  font-size: 12px;
  color: white; }

.m-fifa-days-container .odometer-digit,
.m-fifa-hours-container .odometer-digit,
.m-fifa-minutes-container .odometer-digit,
.m-fifa-seconds-container .odometer-digit {
  margin-top: 9px; }

.m-fifa-days-container .odometer-digit-inner,
.m-fifa-hours-container .odometer-digit-inner,
.m-fifa-minutes-container .odometer-digit-inner,
.m-fifa-seconds-container .odometer-digit-inner {
  background: transparent;
  color: white; }

/* end fifa countdown timer style */
/* casino background style */
.m-casino-user-info {
  background-color: #727272;
  padding: 5px;
  color: white; }

.m-casino-download {
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0280ca;
  color: white; }

.m-casino-box {
  height: 31vh;
  width: 100%;
  margin: auto; }

.m-casino-bmk {
  background-image: url(../../content/images/mobile/bg/evolutiongaming_mb-banner.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-bmk-play {
  background-image: url(../../content/images/mobile/bg/Evolution-gaming_mb.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-gd {
  background-image: url(../../content/images/mobile/bg/casino_mobile_gd.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-gd-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_gd.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-dg {
  background-image: url(../../content/images/mobile/bg/casino_mobile_dg.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-dg-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_dg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-ag {
  background-image: url(../../content/images/mobile/bg/casino_mobile_ag.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-ag-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_ag.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-pt {
  background-image: url(../../content/images/mobile/bg/casino_mobile_pt.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-gp {
  background-image: url(../../content/images/mobile/bg/casino_mobile_gp.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-gp-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_gp.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-gp-play span {
  font-size: 13px; }

.m-casino-ab {
  background-image: url(../../content/images/mobile/bg/mobile_banner_allbet.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-ab-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_ag.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-idn {
  background-image: url(../../content/images/mobile/bg/mobile_banner_idnplay.png);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-idn-play-android {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_android.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-idn-play-ios {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_ios.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-sa {
  background-image: url(../../content/images/mobile/bg/casino_mobile_sa.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-sa-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_sa.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-sb {
  background-image: url(../../content/images/mobile/bg/mobile_banner_sb.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-sb-play {
  background-image: url(../../content/images/mobile/bg/mobile_Poker_button_sb.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

.m-casino-ebet {
  background-image: url(../../content/images/mobile/bg/casino_mobile_ebet.jpg);
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat; }

.m-casino-ebet-play {
  background-image: url(../../content/images/mobile/bg/Mobile_Poker_button_ebet.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: black;
  background-size: contain;
  width: auto;
  height: 37vh;
  margin: 6vh 27vw; }

/* end casino background style */
/* mobile gallery style */
.m-gallery-filtering-container {
  margin-left: 0px;
  display: flex;
  width: 100vw;
  height: auto;
  overflow-x: auto; }

.m-filter_select {
  background-color: #343434;
  color: #FFE6BC;
  padding: 0 10px 0 10px;
  height: 36px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 0px;
  white-space: nowrap; }

.m-filter_select:link, .m-filter_select:hover {
  background-color: #343434; }

.m-filter_btn {
  background-color: #343434;
  color: #9C9A9B;
  padding: 0 10px 0 10px;
  height: 36px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 0px;
  white-space: nowrap; }

.m-filter_btn:link, .m-filter_btn:hover {
  background-color: #444; }

/* end mobile gallery style */
/* mobile layout style */
.m-mobile {
  height: 100%;
  width: 100vw;
  display: flex;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent; }

.m-main-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10; }

.m-main-content.active {
  transform: translate(100px, 0);
  OTransform: translate(100px, 0);
  msTransform: translate(100px, 0);
  MozTransform: translate(100px, 0);
  webkitTransform: translate(100px, 0);
  animation: m-main-content-animate-shift-right 0.25s; }

@keyframes m-main-content-animate-shift-right {
  0% {
    transform: translate(0, 0);
    OTransform: translate(0, 0);
    msTransform: translate(0, 0);
    MozTransform: translate(0, 0);
    webkitTransform: translate(0, 0); }
  100% {
    transform: translate(100px, 0);
    OTransform: translate(100px, 0);
    msTransform: translate(100px, 0);
    MozTransform: translate(100px, 0);
    webkitTransform: translate(100px, 0); } }

.m-main-content.active.sub-active {
  transform: translate(340px, 0);
  OTransform: translate(340px, 0);
  msTransform: translate(340px, 0);
  MozTransform: translate(340px, 0);
  webkitTransform: translate(340px, 0);
  animation: m-main-content-subactive-animate-shift-right 0.25s; }

@keyframes m-main-content-subactive-animate-shift-right {
  0% {
    transform: translate(100px, 0);
    OTransform: translate(100px, 0);
    msTransform: translate(100px, 0);
    MozTransform: translate(100px, 0);
    webkitTransform: translate(100px, 0); }
  100% {
    transform: translate(340px, 0);
    OTransform: translate(340px, 0);
    msTransform: translate(340px, 0);
    MozTransform: translate(340px, 0);
    webkitTransform: translate(340px, 0); } }

.wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: auto; }

.content-wrapper {
  width: 100vw;
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  overflow-x: hidden; }

.m-header {
  height: 50px; }

.m-content {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  height: calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden; }

.m-content.login {
  bottom: 70px;
  height: calc(100% - 120px);
  height: -moz-calc(100% - 120px);
  height: -webkit-calc(100% - 120px);
  overflow-y: auto;
  overflow-x: hidden; }

.sidebar-toggle {
  position: relative;
  z-index: 1000;
  width: 45px; }

.sidebar-nav {
  position: absolute;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 100px;
  height: 100%;
  background-color: #FAF4E6;
  border-width: 1px;
  border-color: #333;
  margin-left: -100px;
  overflow-y: auto; }

.sidebar-nav.active {
  margin-left: 0;
  animation: animate-shift-right 0.25s; }

.sidebar-nav.login {
  height: calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -webkit-calc(100% - 50px); }

@keyframes animate-shift-right {
  0% {
    margin-left: -100px; }
  100% {
    margin-left: 0; } }

.m-bottom-navbar-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 70px;
  width: 100vw;
  display: none; }

.m-bottom-navbar-container.login {
  display: flex; }

.m-bottom-navbar-container .nav-btn {
  display: flex;
  flex-direction: column;
  width: 25vw;
  padding: 5px;
  color: white; }

.m-bottom-navbar-container .nav-btn.active {
  color: #8f8d8e;
  background: #282828; }

.m-bottom-navbar-container .nav-btn img {
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.m-bottom-navbar-container .nav-btn span {
  text-align: center;
  font-size: 11px; }

.m-overlay {
  background-color: transparent;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0px;
  left: 0px; }

.m-overlay.active {
  z-index: 11;
  visibility: visible;
  opacity: 1; }

.m-noscroll-x {
  overflow-x: hidden !important; }

/* end mobile layout style */
.m-livetv {
  background-color: #cfcfcf; }

.m-livetv-container {
  display: flex;
  font-family: arial;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px; }

.m-livetv-left-container {
  height: 120px;
  width: 70vw; }

.m-livetv-right-container {
  height: 120px;
  width: 30vw; }

.m-livetv-top {
  height: 34px; }

.m-livetv-middle {
  height: 68px; }

.m-livetv-bottom {
  height: 18px; }

.m-livetv-break {
  font-size: 0.9rem;
  border-top: 0.02rem solid #0066d1;
  color: #cfcfcf;
  background: #000000; }

.m-livetv-break p {
  margin-bottom: 1px; }

.m-livetv-break-container {
  margin-top: 0.8rem;
  margin-left: 1rem; }

.m-livetv-break-container img {
  display: block;
  height: 6rem; }

.m-livetv-break-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-top: 0.7rem;
  padding: 10px; }

.m-livetv-break-text p {
  margin-bottom: 0;
  line-height: 1.2rem; }

.m-livetv-break-text > p > span > a {
  color: #d6ab08 !important;
  text-decoration: underline; }

.m-top-info {
  background-color: black;
  color: white;
  font-size: 13px;
  line-height: 13px;
  display: flex; }

.m-top-info img {
  height: 17px;
  margin: auto; }

.m-livetv-left-info {
  height: 34px;
  width: 55vw;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.m-livetv-teamscore {
  height: 34px;
  display: flex; }

.m-livetv-teamscore img {
  height: 33px; }

.m-livetv-teamscore .m-score-info-left {
  width: 45vw;
  border-right: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px; }

.m-livetv-teamscore .m-score-info-right {
  width: 15vw;
  display: flex;
  justify-content: center;
  align-items: center; }

.m-middle-info {
  background-color: white;
  font-size: 13px; }

.m-middle-detail-info {
  display: flex; }

.m-middle-detail-info img {
  width: 30vw;
  display: block;
  margin: auto; }

.m-bottom-info {
  background-color: #e7e7e7;
  font-size: 13px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center; }

.m-top-detail-info {
  background-color: #4a4a4a;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  padding-top: 4px;
  color: white; }

.m-credits {
  width: 100%;
  text-align: center;
  color: #969495; }

.m-credits img {
  height: 50px;
  margin: auto;
  display: block; }

.m-credits p {
  line-height: 10px;
  font-size: 10px;
  margin-top: 10px; }

.m-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  height: 50px;
  width: 100%; }

.m-navbar .logo {
  width: 60%;
  top: 0px;
  text-align: center; }

.m-navbar .logo img {
  height: 50px;
  margin: auto;
  display: block; }

.m-navbar .logo .logo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.m-navbar .logo .logo-title span {
  margin: auto;
  color: #949494;
  font-size: 18px;
  font-weight: 500; }

.m-navbar .menu {
  width: 20%;
  padding-top: 10px;
  padding-left: 10px;
  outline-style: none; }

.m-navbar .menu img {
  height: 32px; }

.m-navbar .notification {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  padding-top: 10px;
  min-width: 20%; }

.m-navbar .notification img {
  height: 28px; }

.unread-msg {
  margin-top: 6px;
  margin-right: 5px;
  line-height: 15px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: red; }

.m-announcement-container {
  background-color: white; }

.m-announcement {
  background-color: #1f1f1f;
  font-size: 16px;
  color: lightgrey;
  padding: 15px;
  border-bottom: 1px solid black; }

.m-login-bar {
  width: 100%;
  display: flex;
  height: 50px; }

.m-register {
  width: 50%; }

.m-login {
  width: 50%; }

.m-login-container {
  display: block;
  margin: 5px; }

.m-login-container input {
  width: 97vw; }

.m-provider-sidebtn {
  width: 20px; }

.m-scroll-btn {
  background-color: #373737;
  color: #979797;
  border: 0px; }

.m-home-banner {
  width: 100%; }

.m-home-banner img {
  display: block;
  margin: auto; }

.m-provider-container {
  display: flex;
  width: 100vw;
  height: 80px;
  background-color: #282828; }

.m-provider-category {
  display: flex;
  height: 80px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

.m-provider-category-container {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  width: 25%;
  flex-shrink: 0;
  height: 80px; }

.m-provider-category-selected {
  background-color: #E8AC32; }

.m-provider-category-container img {
  height: 40px; }

.m-category-title {
  color: #979797;
  font-size: 16px; }

.m-category-subtitle {
  color: #969495;
  font-size: 12px; }

.m-category-title-selected {
  color: #fff; }

.m-provider-submenu-container {
  height: auto;
  background-color: #171717;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.m-provider-submenu {
  width: 33.33%;
  padding: 2%;
  text-align: center;
  position: relative;
  justify-content: center;
  height: 100px;
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a; }

.m-provider-submenu-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -45%); }

.m-provider-submenu:nth-child(3n) {
  border-right: 0px; }

.m-provider-submenu img {
  height: 50px; }

.m-fullscreen-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0; }

.m-language-container {
  height: 100%;
  background-color: #1f1f1f;
  color: white; }

.m-language-icon {
  max-width: 35px; }

.m-language-new-icon {
  margin-left: 40px;
  margin-right: auto;
  margin-top: 35px;
  text-align: justify;
  align-items: center; }

.m-language-countryname-div {
  text-align: center;
  width: 70px;
  display: inline-block; }

.m-language-div {
  display: inline-block;
  color: #b3b3b3; }

.m-right-vertical-line {
  border-right: 1px solid #b3b3b3; }

.m-language-inactive {
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content; }

.m-language-active {
  color: #c29234;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content; }

.m-slot-icon {
  height: 80px; }

.m-contact-us-container {
  height: auto;
  width: 100%;
  background: #1C1C1C;
  border-bottom: 1px solid #585858; }

.m-contact-us-contain {
  display: flex;
  flex-direction: row;
  padding: 10px 5px 10px 5px; }

.m-contact-us {
  min-height: 50px;
  width: 80px; }

.m-contact-us-container img {
  height: 60px;
  width: 60px;
  margin: 5px; }

.m-contact-us-text {
  display: block;
  line-height: 14px;
  margin: 16px;
  width: 100%; }

.m-text-title {
  font-size: 16px;
  color: #ffe8b9; }

.m-text-detail {
  font-size: 12px;
  color: white; }

.m-text-detail > a {
  color: white; }

.m-slot-gallery-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 10px;
  margin-top: 40px; }

.m-slot-gallery-item-container {
  position: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.m-slot-gallery-item {
  color: white;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis; }

.m-slot-gallery-item img {
  height: 120px; }

.m-slot-gallery-item span {
  display: flex;
  justify-content: center; }

.m-slot-gallery-item-selected {
  position: flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.m-slot-gallery-item-selected .play {
  background-color: #FFE8B9;
  color: #000;
  height: 30px;
  width: 100%;
  margin-bottom: 5px;
  border-width: 0px; }

.m-slot-gallery-item-selected .fun {
  background-color: #282828;
  color: white;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  border-width: 0px; }

.m-slot-gallery-more-container {
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%; }

.m-slot-more-games {
  width: 100%;
  background-color: #FFE8B9;
  color: black;
  font-weight: 600; }

.m-scr-container {
  height: calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  overflow-y: auto;
  padding: 10px;
  background-color: #2d2d2d; }

.m-scr-title {
  color: #4531f1;
  font-size: 18px;
  font-weight: 600; }

.m-scr-detail {
  color: #8484e6;
  font-size: 14px; }

.m-scr-userinfo {
  height: 100px; }

.m-scr-userinfo-div {
  margin-left: 10px;
  color: grey; }

.m-scr-header {
  display: block;
  background-color: #747474;
  color: white;
  font-size: 14px;
  padding-left: 10px; }

.m-scrLogo {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.m-scr-iframe {
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 0px; }

.m-register-container {
  background-color: #292929; }

.m-login-background {
  background-color: #292929; }

.m-register-form {
  margin: 0px 20px 10px 20px; }

.m-account-top {
  background-color: #282828;
  height: 85px;
  border-color: #1B3342; }

.m-account-content {
  background-color: #171717; }

.m-account-icon {
  height: 75px; }

.m-account-verify-icon {
  height: 27px;
  margin-top: -3px; }

.m-account-login-wrap {
  font-size: 14px;
  color: #FFE8B9; }

.m-account-wrap {
  font-size: 10px;
  color: #959595; }

.m-account-label-wrap {
  font-size: 16px;
  color: white; }

.m-account-top-container {
  margin-top: 10px;
  display: inline-block; }

.m-account-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.m-account-display {
  width: 50%; }

.m-provider-wallets-container {
  display: flex;
  flex-direction: row;
  height: 50px;
  width: 100%;
  background-color: #282828;
  overflow-x: auto;
  overflow-y: hidden; }

.m-provider-wallets {
  justify-content: center;
  min-width: 83px;
  margin: 10px; }

.m-logo-display {
  width: 250px;
  margin: auto; }

.m-button {
  width: 100%;
  height: 50px;
  background-color: #FFE8B9;
  color: #000;
  padding: 0 6px 0 6px;
  font-size: 20px;
  text-align: center;
  border-radius: 0px;
  border: 0px; }

.m-button[disabled] {
  opacity: 0.50;
  cursor: not-allowed; }

.m-login-button {
  width: 100%;
  height: 50px;
  background-color: #FFE8B9;
  color: #000;
  padding: 0 6px 0 6px;
  font-size: 20px;
  text-align: center;
  border-radius: 0px;
  border: 0px; }

.m-login-textbox {
  border-radius: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #373737;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  height: 40px;
  width: 100%;
  background-color: #A8A8A8 !important;
  color: black !important; }

.m-login-textbox::-moz-placeholder {
  color: black;
  opacity: 1; }

.m-login-textbox:-ms-input-placeholder {
  color: black; }

.m-login-textbox::-webkit-input-placeholder {
  color: black; }

.m-register-bottom {
  text-align: center;
  font-size: 13px;
  color: #898989;
  border-top-style: solid;
  border-width: 1px;
  border-color: #1F1F1F;
  height: 60px;
  padding-top: 20px; }

.m-register-bottom > a {
  color: #FEE8B8 !important; }

.m-font {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFE8B9;
  font-size: 12px; }

.m-font > span > a {
  color: #FEE8B8; }

.m-font-small {
  font-family: Arial, Helvetica, sans-serif;
  color: #959494;
  font-size: 9px; }

.m-dob > div > select {
  display: inline-block !important;
  width: auto;
  vertical-align: middle;
  background-color: #b9b9b9 !important;
  color: black !important;
  border-radius: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #373737;
  height: 40px; }

.m-textbox {
  border-radius: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #373737;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  height: 40px;
  width: 100%;
  background-color: #A8A8A8 !important;
  color: black !important; }

.m-textbox[disabled] {
  background-color: #1f1f1f !important;
  color: white !important;
  opacity: 1 !important; }

.m-textbox::-moz-placeholder {
  color: #373737;
  opacity: 1; }

.m-textbox:-ms-input-placeholder {
  color: #373737; }

.m-textbox::-webkit-input-placeholder {
  color: #373737; }

.deposit-tabs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center; }

.deposit-tabs > li.active > a, .deposit-tabs > li.active > a:hover, .deposit-tabs > li.active > a:focus {
  border: 1px solid black;
  border-bottom-color: transparent;
  cursor: default; }

.m-bank-icon-img-size {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 10px; }

.m-message-title {
  border-radius: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #373737;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  background-color: #A8A8A8;
  color: #373737; }

.m-promotiondetail-container {
  background-color: #1C1C1C;
  color: white; }

.m-error-message {
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.m-history-label {
  font-size: 14px;
  color: #556168;
  text-align: left;
  display: block; }

.m-history-row {
  margin-left: 10px;
  line-height: 20px;
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #0E3342; }

.m-history-content {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #0E3342; }

.m-link {
  color: #FFE8B9; }

.m-register-link {
  color: #717578; }

.m-history-background {
  height: 100%;
  background-color: #171717; }

.m-provider-wallet-title {
  font-size: 10px;
  color: #FFE8B9;
  text-align: center;
  display: block; }

.m-download-gallery-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px; }

.m-download-gallery-item {
  width: 48%; }

.m-vip-login {
  background-image: url(../images/mobile/bg/vip_login_background_android.jpg);
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: round; }

.m-vip-login form input {
  border-radius: 5px; }

.m-vip-login form button[type=submit] {
  width: 100%;
  background-color: #093E78;
  border: 0;
  border-radius: 5px;
  height: 30px;
  color: white; }

.m-vip-login-success {
  background-image: url(../images/mobile/bg/vip_thankyou_background_android.jpg);
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-repeat: round; }

.remember-me {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.vip-remember-me {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.text-input-wrapper {
  border: 1px solid;
  padding: 1px 6px 1px 1px;
  display: inline-block;
  background-color: #B9B9B9 !important;
  border-radius: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #373737;
  width: 100%; }

.text-input-wrapper input {
  border: none;
  outline: none;
  padding: 0 0;
  margin: 0 0;
  font: inherit;
  border-radius: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #373737;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  height: 40px;
  background-color: #B9B9B9 !important;
  color: black !important;
  width: 95%; }

.text-input-wrapper span {
  cursor: pointer;
  color: #63636d;
  font-weight: bold;
  visibility: hidden; }

.dot {
  height: 25px;
  width: 25px;
  background-color: #595959;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10%;
  margin-bottom: 2.5%;
  top: 20%;
  position: absolute; }

.m-notification-btn-div {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.m-notification-btn {
  border: none;
  color: #fcb813;
  background-color: #202020;
  padding: 10px; }

.m-notification-btn.active {
  background-color: #004d9e; }

/* start mega */
.m-mega-container {
  overflow-y: auto;
  background-color: #2d2d2d; }

.m-mega-userinfo {
  height: 100px; }

.m-mega-userinfo-div {
  margin-left: 10px;
  color: grey; }

.m-megaLogo {
  position: relative;
  width: 100%; }

/* end mega */
.m-new-icon-provider {
  width: 25%;
  height: 25% !important;
  position: absolute;
  bottom: 4.0rem;
  left: 5.0rem; }

/*member-benefit*/
.member-benefit-container {
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  text-align: justify; }

.member-benefit {
  width: 100%;
  height: 40px;
  background-color: #FFE8B9;
  color: #000;
  padding: 0 6px 0 6px;
  text-align: center;
  border-radius: 0px;
  border: 0px; }

.popup-member-benefit-container .member-benefits.header {
  color: #54b2db;
  display: none; }

.popup-member-benefit-container .member-benefits.body {
  color: white;
  padding: 0px 0px;
  margin-left: -22px; }

.popup-member-benefits {
  position: relative;
  top: 30%;
  margin: 0;
  display: flex;
  justify-content: center; }

.popup-member-benefit-container {
  background-color: #1C1C1C; }

.popup-member-benefit-header {
  background-color: #1C1C1C;
  color: #ffe8b9;
  border-bottom: none !important; }

.popup-member-benefit-container-close {
  width: 20px;
  color: #fff; }

.popup-member-benefit-container .modal-body {
  padding: 2px 15px; }

.m-gallery-filtering-container2 {
  margin: 9.2rem -18px 1rem -20px;
  display: flex;
  width: 100vw;
  height: auto;
  overflow-x: auto; }

.scroll-main-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.2rem; }

.scroll-content-wrapper {
  display: flex;
  flex: 1;
  min-height: 0px; }

.scroll-overflow-container {
  flex: 1;
  overflow-y: auto; }

.recommend-container {
  width: 100%;
  background-color: #1f1f1f;
  height: 12.3rem;
  position: fixed;
  z-index: 99;
  border-bottom: 2px solid #000000; }

.recommend-container p {
  font-size: 0.82rem;
  color: #ffffff;
  text-align: left;
  width: 94%;
  padding-left: 5.5%;
  padding-right: 1%;
  margin-left: 2.5%;
  font-weight: bold;
  margin-top: 5px; }

.recommend-container .recommend-item-container {
  width: 94%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 11.9rem;
  display: flex;
  margin-top: -25px; }

.recommend-container .recommend-item-container tr {
  display: flex; }

.recommend-container .recommend-item-container .recommend-item {
  width: 30vw;
  margin: 2%;
  display: inline-block;
  margin-top: -2%; }

.recommend-container .recommend-item-container .recommend-item > span,
.recommend-container .recommend-item-container .recommend-item > div {
  font-size: 10px;
  display: block;
  color: #fff; }

.recommend-container .recommend-item-container .recommend-item > div {
  margin-top: 5px;
  color: #a7a7a7; }

.filtering-no-extend {
  margin-top: 0; }

.recommended-silder .slider {
  position: static !important; }

.recommended-silder ul li {
  display: block; }

.recommended-silder .slide_point {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 14.2rem;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px; }

.recommend-word {
  position: relative;
  left: -3%; }

.slots-game-search-container {
  display: inline-flex;
  width: auto;
  height: 0.8rem;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  margin-top: -1.95rem;
  right: 0.2rem;
  z-index: 9999;
  margin-right: 13%; }

.slots-game-search-container .slots-search-container {
  width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  height: 0.8rem; }

.slots-game-search-container .slots-search-container .slots-searchbar {
  background: #B9B9B9;
  width: 96%;
  height: 2.5rem;
  border-radius: 5px;
  position: relative;
  margin-left: 5%;
  border: 1px solid #373737; }

.slots-game-search-container .slots-search-container .slots-searchbar input {
  border: none;
  outline: none;
  margin: 0 0;
  font: inherit;
  font-size: 0.9rem;
  padding: 0.05rem 0.263rem;
  background-color: transparent !important;
  color: black !important;
  width: 89%;
  position: relative;
  top: 0.1rem;
  height: 80%; }

.slots-game-search-container .slots-search-container .slots-searchbar .search-clear {
  position: absolute;
  top: -0.1rem;
  right: 0.1rem; }

.recommend-game-name {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  line-height: 0.1rem;
  color: #ffffff;
  height: 0.1rem; }

.recommend-item img {
  height: 110px;
  width: 85px;
  border-radius: 6px; }

@media screen and (orientation: portrait) {
  .recommend-container {
    display: block; }
  .filtering-container.slot-filtering.filtering-no-extend {
    margin-top: 0; } }

@media (min-width: 400px) {
  .recommend-container p {
    margin-left: 5%; } }

@media (min-width: 475px) {
  .recommend-container p {
    margin-left: 6.5%; } }

@media (min-width: 555px) {
  .recommend-container p {
    margin-left: 7.0%; } }

@media (min-width: 600px) {
  .slots-game-search-container .slots-search-container .slots-searchbar {
    width: 100%; }
  .recommend-container p {
    margin-left: 8%; } }

@media (min-width: 700px) {
  .slots-game-search-container .slots-search-container .slots-searchbar {
    width: 100%; }
  .recommend-container p {
    margin-left: 9%; } }

@media (min-width: 840px) {
  .recommend-container p {
    margin-left: 9.5%; } }

@media (min-width: 900px) {
  .recommend-container p {
    margin-left: 10%; } }

@media (min-width: 1020px) {
  .recommend-container p {
    margin-left: 10.5%; } }

@media (min-width: 1150px) {
  .slots-game-search-container .slots-search-container .slots-searchbar {
    margin-left: 4%; }
  .recommend-container p {
    margin-left: 11.0%; } }

@media screen and (orientation: landscape) {
  .recommend-container {
    display: none; }
  .filtering-container.slot-filtering {
    margin-top: -15rem; }
  .filtering-container.slot-filtering.filtering-no-extend {
    margin-top: 0; }
  .m-gallery-filtering-container2 {
    margin-top: 11.9rem; } }

.recommended-silder .slide_point li {
  padding: 0;
  width: 0.72rem;
  height: 0.72rem;
  background: #CECECE;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  margin: 0 0.3rem;
  border: 0.06rem solid #CECECE;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.recommended-silder .slide_point li.on {
  background: #FEE8B8;
  border: 0.06rem solid #FEE8B8; }

.recommended-silder .slider .page_item {
  position: absolute;
  margin: 2%;
  width: 96%;
  text-align: center; }

.recommended-silder .slider .page_item.enter-active, .recommended-silder .slider .page_item.leave-active {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.recommended-silder .slider .page_item.enter {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%); }

.recommended-silder .slider .page_item.leave-to {
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%); }

.recommended-silder .slider.right .page_item.enter {
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%); }

.recommended-silder .slider.right .page_item.leave-to {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%); }

.recommend-item-selected {
  position: flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.recommend-item-selected .play {
  background-color: #FFE8B9;
  color: #000;
  height: 30px;
  width: 100%;
  margin-bottom: 2px;
  border-width: 0px;
  font-size: 16px; }

.recommend-item-selected .fun {
  background-color: #282828;
  color: #fff;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  border-width: 0px;
  width: 100%; }

.recommend-item-selected span {
  margin-top: 0px; }

.slost-game-search-word {
  font-size: 35px; }

/*
 * Sidebar Off Canvas
 * --------------------------------------------------
 */
.sidebar-menu {
  width: 100px;
  height: 100%; }

.sidebar-menu-container {
  height: 70px;
  padding: 12px;
  font-size: 10px;
  color: #dab867;
  text-align: center;
  display: block;
  line-height: 10px;
  margin-bottom: 5px; }

.sidebar-menu-wrap {
  font-size: 10px;
  color: #556168;
  text-align: center;
  display: block; }

.sidebar-menu-container.subactive {
  background-color: #E8AC32;
  color: white; }

.subsidebar-menu {
  position: absolute;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 250px;
  height: 100%;
  background-color: black;
  border-width: 1px;
  border-color: #333;
  top: 0;
  left: -250px;
  overflow-y: auto;
  padding-top: 10px;
  background-color: #0E0E0E; }

.subsidebar-menu.active {
  left: 100px; }

.subsidebar-menu-header-container {
  color: #dab867;
  font-weight: 700;
  font-size: 18px;
  margin: 15px; }

.subsidebar-menu-container {
  height: 40px; }

.subsidebar-menu-wrap {
  font-size: 16px;
  font-weight: 500;
  color: #d3dee3;
  margin-left: 15px; }

a:hover, a:focus {
  color: #FEE8B8; }

.sidebar-menu-icon {
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.sidebar-main-menu {
  display: flex;
  height: 100vh; }

/*
 * promotion Off Canvas
 * --------------------------------------------------
 */
.promotion-navbar {
  background-color: #282828;
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  position: fixed; }

.promotion-menu {
  display: inline; }

.promotion-menu-wrap {
  color: #5E5E5E;
  font-size: 14px;
  white-space: nowrap; }

.promotion-content {
  margin: 10px 20px 20px 20px;
  background-color: #2C2C2C;
  height: auto; }

.promotion-content:last-of-type {
  margin-bottom: 10px; }

.promotion-image {
  min-height: 100px; }

.promotion-title {
  color: #FCB813;
  font-size: 12px;
  margin: 0px 10px 10px 10px; }

.promotion-description {
  margin: 10px 10px 0px 10px;
  color: white;
  font-size: 10px; }

.promotion-showbutton {
  background-color: #024792;
  margin: 10px 10px 10px 10px;
  height: 30px;
  border-radius: 0px;
  border: 0px;
  color: white;
  font-size: 10px;
  text-align: center;
  width: 95%; }

.promotion-panel-background {
  background-color: #D2D2D2; }

.promotion-content-scroll {
  height: calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  width: 100%;
  flex-direction: column;
  overflow-x: auto; }

.promotion-button {
  background-color: #282828;
  border: none;
  margin: 4px 2px;
  cursor: pointer;
  height: 40px; }

.promotion-button:focus {
  background-color: #003b79; }

.m-promotion-title {
  color: #ffe8b9;
  font-size: 12px;
  margin: 0px 10px 10px 10px; }

.m-promotion-description {
  margin: 10px 10px 0px 10px;
  color: white;
  font-size: 10px; }

.m-promotion-showbutton {
  background-color: #FEE9B9;
  margin: 10px 10px 10px 10px;
  height: 30px;
  border-radius: 0px;
  border: 0px;
  color: black;
  font-size: 10px;
  text-align: center;
  width: 95%; }

.promotion-apply-header {
  background-color: #003b79;
  border-bottom: none !important; }

.promotion-apply-content {
  color: #fff;
  font-size: 12px; }

.promotion-apply-body {
  background-color: #343434; }

.promotion-apply-textbox > input {
  background-color: #808080 !important;
  color: black !important; }

.promotion-apply-textbox > textarea {
  background-color: #808080 !important; }

.promotion-apply-textbox > select {
  background-color: #808080 !important; }

.promo-button-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 5px; }

.promo-list-apply-button {
  background-color: #d9991d;
  color: #fff;
  min-height: 30px;
  font-size: 0.8em;
  text-align: center;
  border-radius: 4px;
  border: 0px;
  min-width: 48%; }

.promo-vip-button {
  position: absolute;
  top: 52%;
  left: 58%;
  background-color: #003b79;
  color: #fff;
  padding: 0 13px;
  height: 45px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0px;
  font-weight: bold;
  z-index: 1; }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8)); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Popup SCSS */
.modal-popup-transfer {
  background: transparent;
  padding-top: 110px;
  margin: 20px; }

@media (min-width: 768px) {
  .modal-popup-transfer {
    margin: 20px auto; } }

.modal-popup-transfer > .modal-content {
  background: transparent !important;
  border-width: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  max-width: 550px; }

.modal-popup-transfer > .modal-content > .modal-header {
  border-bottom: 0px;
  height: 0px;
  padding: 0px; }

.popup-transfer-close {
  position: absolute;
  right: -13px;
  top: 0px;
  z-index: 1;
  opacity: 0.9; }

.popup-transfer-close:hover {
  opacity: 1; }

.popup-transfer-close > img {
  background-color: #caced7;
  width: 30px;
  height: 30px; }

.popup-transfer-body {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px; }

.popup-transfer-wallet-container {
  background-color: #0a1624;
  height: 100px; }

.popup-transfer-wallet-container > div {
  display: flex;
  padding-left: 0px;
  padding-right: 0px; }

.popup-transfer-wallet-wrap {
  width: 130px;
  padding-top: 15px;
  padding-left: 45px;
  line-height: 22px; }

.popup-transfer-wallet-arrow {
  width: 35px; }

.popup-transfer-wallet-arrow > img {
  max-width: 40px;
  padding-top: 30px; }

.popup-transfer-wallet-provider {
  width: 150px; }

.popup-transfer-wallet-provider > img {
  max-width: 130px;
  padding-left: 15px;
  padding-top: 21px; }

.popup-transfer-main-container {
  background-color: #292929;
  height: 175px;
  align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px; }

.popup-transfer-btn-container {
  padding-left: 0px;
  padding-right: 0px; }

.popup-transfer-btn-container > button {
  height: 50px;
  width: 100%; }

.popup-transfer-slider-div {
  display: inline-flex;
  text-align: center;
  padding-top: 15px; }

.popup-transfer-slider-div > .popup-transfer-slider-label {
  color: #565656;
  font-family: Arial, Helvetica, sans-serif; }

.popup-transfer-slider {
  width: 210px;
  padding-left: 17px;
  padding-right: 17px; }

.popup-transfer-result-box {
  background-color: #292929; }

.popup-transfer-result-box > .col-xs-12 > img {
  height: 70px;
  margin-top: 25px; }

.popup-transfer-result-box > .col-xs-12 > h2 {
  color: #EDE6E8;
  font-family: Arial, Helvetica, sans-serif; }

.popup-transfer-result-box > .col-xs-12 > h5 {
  color: #EDE6E8;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px; }

.slider-track {
  background-color: #444;
  background-image: none;
  height: 15px !important;
  top: 40% !important; }

.slider-selection {
  background-image: none;
  background-color: #101010; }

.slider-handle {
  margin-left: -14px !important;
  margin-top: -8px !important;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: url("/public/images/mobile/popup-slider-btn.png") center no-repeat; }

.slider-handle:hover, .slider-handle:active {
  background: url("/public/images/mobile/popup-slider-btn-hover.png") center no-repeat; }

/**pop up transfer web**/
.popup-transfer-web {
  background-color: #013b7b;
  color: #fff;
  border-bottom: none; }

.popup-transfer-web-body {
  background-color: #fff; }

.popup-transfer-web-amount {
  color: #006dc0;
  font-size: 16px;
  font-weight: bolder; }

.popup-transfer-web-text {
  font-size: 12px; }

.popup-transfer-web-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 23%; }

.popup-transfer-web-wallet {
  color: black;
  font-size: 11px;
  font-weight: normal; }

.popup-transfer-arrow {
  display: block;
  max-width: 5%;
  height: auto;
  margin-left: 17%;
  padding: 1% 0; }

.popup-transfer-refresh {
  display: block;
  max-width: 100%;
  height: auto; }

.popup-transfer-play-button {
  color: #fff;
  background-color: #006dc0;
  width: 100%;
  height: 35px;
  border: 1px solid #006dc0;
  font-size: 14px; }

.popup-transfer-slider-web .slider-track {
  height: 5px !important;
  margin-top: -3px !important;
  background-color: #f3f3f3 !important; }

.popup-transfer-slider-web .slider-handle {
  height: 5px !important;
  margin-top: -3px !important;
  background-color: #f3f3f3 !important;
  margin-top: -1px !important;
  width: 15px !important;
  height: 15px !important;
  background: #006dc0 !important;
  border-radius: 50%; }

.popup-transfer-slider-web .slider-selection {
  background-color: #006dc0 !important; }

/**pop up transfer web**/
.popup-angpow-container {
  background-color: rgba(0, 0, 0, 0.5); }

.popup-angpow-container > div {
  padding-left: 0px;
  padding-right: 0px; }

.popup-angpow-name {
  display: block;
  position: relative;
  text-align: center;
  color: white;
  width: 64%;
  margin: 0 auto; }

.popup-angpow-currency {
  display: block;
  position: relative;
  text-align: center;
  color: white; }

.popup-angpow-desp {
  display: block;
  position: relative;
  text-align: center;
  color: #f3b01c;
  width: 65%;
  margin: 0 auto; }

.popup-angpow-img {
  position: fixed;
  text-align: center;
  margin-top: -14%;
  width: 25%;
  margin-left: -10%; }

.popup-ad-container {
  background-color: #292929;
  height: 105px;
  align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px; }

.popup-promotion-warning {
  float: right;
  width: 50%;
  padding-right: 30px;
  padding-left: 14px;
  font-size: 11px;
  color: red;
  font-weight: 600;
  margin-top: -48px;
  margin-bottom: 21px;
  line-height: 17px; }

.m-popup-promotion-warning-div {
  background-color: #292929; }

.m-popup-promotion-warning-text {
  font-size: 11px;
  color: red;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 13px;
  line-height: 17px; }

.language-inactive {
  padding-left: 15px;
  padding-right: 15px; }

.right-vertical-line {
  border-right: 1px solid #b3b3b3; }

.language-active {
  color: #0460a8;
  padding-left: 15px;
  padding-right: 15px; }

.language-options {
  text-align: left;
  height: 35px;
  padding-top: 6px;
  align-items: center;
  margin-left: 10px; }

.language-no-left-right-padding {
  padding-left: 0;
  padding-right: 0; }

.language-icon {
  max-width: 40px; }

.language-content {
  margin-top: 10px;
  margin-bottom: 10px; }

.left-circle {
  position: absolute;
  top: 5px;
  left: 0px; }

.middle-circle {
  position: absolute;
  top: 5px;
  right: 45%; }

.right-circle {
  position: absolute;
  right: 0px;
  top: 5px; }

.header-bar {
  background: black;
  color: white;
  width: 58.33%;
  height: 40px;
  padding: 7px 0px 0px 15px; }

.triangle-border {
  position: relative;
  margin: 1em 0 3em;
  color: #111111;
  background: #ddd;
  /* css3 */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  min-height: 24px; }

.triangle-border:before {
  content: "";
  position: absolute;
  border-style: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0; }

/* creates the smaller  triangle */
.triangle-border:after {
  content: "";
  position: absolute;
  border-style: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0; }

.triangle-border.detail {
  margin: 0px;
  left: -22px;
  top: 5px;
  padding-top: 5px;
  padding-bottom: 5px; }

/* creates the larger triangle */
.triangle-border.detail:before {
  top: 7px;
  /* controls vertical position */
  bottom: auto;
  left: -7px;
  /* value = - border-left-width - border-right-width */
  border-width: 5px 10px 5px 0;
  border-color: transparent #ddd; }

/* creates the smaller  triangle */
.triangle-border.detail:after {
  bottom: auto;
  left: -21px;
  /* value = - border-left-width - border-right-width */
  border-width: 9px 21px 9px 0;
  border-color: transparent rgba(255, 255, 255, 0); }

.stat-icon-div {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.stat-text-div {
  position: absolute;
  right: 0px; }

.header-title {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.no-spacing {
  padding: 0px;
  margin: 0px; }

.registration-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 13px; }

.active-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #0070c1;
  color: white; }

.inactive-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #e1e1e1;
  color: white; }

.success-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #6ac259;
  color: white; }

.square {
  border: 1px solid #DDDDDD;
  overflow: auto;
  position: relative;
  padding: 10% 0 10% 0; }

.register-form-data {
  display: inline;
  text-align: left;
  padding: 0px;
  font-size: 13px;
  line-height: 34px; }

.data-error {
  color: red;
  font-size: 10px;
  text-align: left;
  margin: 0px;
  display: flex;
  line-height: 15px;
  min-height: 16px;
  align-items: center; }

.data-problem {
  color: black;
  font-size: 10px;
  text-align: left;
  margin: 0px;
  display: flex;
  line-height: 15px;
  min-height: 16px;
  align-items: center; }

.no-right-spacing {
  margin-right: 0px;
  padding-right: 0px; }

.no-left-spacing {
  margin-left: 0px;
  padding-left: 0px; }

.status-area {
  height: 34px; }

.register-input-div:before {
  content: "* ";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
  color: red; }

.hover-highlight {
  background: white; }

.hover-highlight:hover {
  background: #1f1f1f; }

.success-image {
  margin-left: -44%;
  width: 170%; }
