@import url("ico.css");
@font-face {
  src: url(fonts/din-regular-webfont.eot);
  src: url(fonts/din-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(fonts/din-regular-webfont.woff) format("woff"),
    url(fonts/din-regular-webfont.ttf) format("truetype"),
    url(fonts/din-regular-webfont.svg#dinprobold) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  src: url(fonts/din-medium-webfont.eot);
  src: url(fonts/din-medium-webfont.eot?#iefix) format("embedded-opentype"),
    url(fonts/din-medium-webfont.woff) format("woff"),
    url(fonts/din-medium-webfont.ttf) format("truetype"),
    url(fonts/din-medium-webfont.svg#dinpro) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
body,
html {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: dinpro;
}
p {
  font-size: 0.875rem;
  color: #000;
}

.text-alt {
  color: #dab867;
}

.small,
small {
  font-size: 0.75rem;
}

.primary-link {
  color: #ffc31e;
}

.primary-link:focus,
.primary-link:hover {
  text-decoration: none;
  color: #216f93;
}

.canvas {
  background-color: #1f1f1f;
  overflow: hidden;
  -webkit-box-shadow: -5px 0 25px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0 25px 0 rgba(0, 0, 0, 0.3);
}

.canvas.expanded {
  -webkit-transform: translate(310px, 0) !important;
  -moz-transform: translate(310px, 0) !important;
  transform: translate(310px, 0) !important;
}

.main-screen {
  background: #111111;
  position: relative;
  height: 100%;
}

.download-app-box + .main-screen {
  height: calc(100% - 60px);
}

.screen {
  margin-left: -16px;
  margin-right: -16px;
}

.body {
  width: 100%;
  /* overflow: auto; */
  top: 57px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: 0 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

.body.has-tab {
  top: 94px;
}

.body.has-footer {
  bottom: 60px;
}

.body.main-content-full {
  padding: 0;
}

.body.full {
  top: 0;
}

body .modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

.has-banner {
  padding-top: 47px;
  position: absolute;
  overflow: auto;
  height: 100%;
  z-index: 0;
  background-color: #004ea3;
  width: 100%;
}

.has-banner .tab-bar {
  top: 0;
  position: relative;
}

.has-banner .has-tab {
  top: 0;
  position: relative;
}

.tab-bar-fixed .tab-bar {
  top: 47px;
  position: fixed;
}

.banner-tournament {
  background-color: #010d12;
  position: relative;
}

.banner-tournament img {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  display: block;
}

.banner-tournament .banner-content {
  text-align: center;
  padding: 15px;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  position: absolute;
  background: -moz-linear-gradient(top, transparent 0, #000 100%);
  background: -webkit-linear-gradient(top, transparent 0, #000 100%);
  background: linear-gradient(to bottom, transparent 0, #000 100%);
}

.banner-tournament .banner-content h4 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.banner-tournament .banner-content p {
  color: #d3dee3;
}

.body.vip {
  background: #1f1f1f;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > div[class*=" col-"],
.no-gutter > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.thin-gutter {
  margin-left: -8px;
  margin-right: -8px;
}

.thin-gutter > div[class*=" col-"],
.thin-gutter > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.extra-thin-gutter {
  margin-left: -2px;
  margin-right: -2px;
}

.extra-thin-gutter > div[class*=" col-"],
.extra-thin-gutter > div[class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.container {
  max-width: 768px;
}
.container-menu {
  background-image: linear-gradient(to top, #0e5cb0, #51acec);
}
.main_page {
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  /* text-align: center; */
  display: block;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-extra-thin {
  padding-left: 4px;
  padding-right: 4px;
}

.table-responsive {
  border: none;
}

.canvas-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-open .canvas-overlay {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}

.icon-ballon {
  position: relative;
}

.icon-ballon:after {
  content: "*";
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;

  width: 15px;
  height: 15px;
  background-color: #fd1f33;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  right: -15px;
  position: absolute;
}

@media all and (max-width: 320px) {
  .canvas.expanded {
    -webkit-transform: translate(290px, 0) !important;
    -moz-transform: translate(290px, 0) !important;
    transform: translate(290px, 0) !important;
  }
}

@media all and (min-width: 768px) {
  .break-sm {
    display: block;
  }
}

.btn {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.btn.active,
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0 none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-xxs {
  font-weight: 700;
  font-size: 0.688rem;
  padding: 2px 4px;
}

.btn.btn-xs {
  font-weight: 700;
  font-size: 0.75rem;
}

.btn.btn-lg {
  font-size: 1rem;
}

.btn.btn-icon > span {
  display: inline;
  vertical-align: middle;
}

.btn.btn-icon > i[class*="icon-"],
.btn.btn-icon > i[class^="icon-"] {
  font-size: 1.75rem;
  display: inline;
  vertical-align: middle;
}
.btn-gray {
  color: #000000;
  background-color: #f0b81c;
}

.btn-gray:active:focus,
.btn-gray:active:hover,
.btn-gray:focus,
.btn-gray:hover {
  color: #696969 !important;
  background-color: #fff;
  border-color: #fff;
}

.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover {
  background-color: #012534 !important;
  border-color: #012534 !important;
}

.btn-line {
  color: #d3dee3;
  background-color: transparent;
  border-color: #ffc31e;
}

.btn-line:active:focus,
.btn-line:active:hover,
.btn-line:focus,
.btn-line:hover {
  color: #d3dee3;
  background-color: transparent;
  border-color: #216f93;
}

.btn-ghost {
  color: #ffc31e;
  background-color: transparent;
  border-color: #292929;
}

.btn-ghost:active:focus,
.btn-ghost:active:hover,
.btn-ghost:focus,
.btn-ghost:hover {
  color: #216f93;
  background-color: transparent;
  border-color: #292929;
}

.input-group-btn .btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #141126;
  padding: 0.35rem 0.5rem;
  /*-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .095);*/
  /*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .095)*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.header:after,
.header:before {
  content: " ";
  display: table;
}

.header:after {
  clear: both;
}

.header .header-title {
  text-align: center;
  color: #000000;

  font-size: 1.25rem;
  display: block;
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header .header-title img {
  /* height: 3rem; */
  vertical-align: top;
}

.header .header-title.header-title-left {
  width: calc(100% - 145px);
  max-width: 100%;
  margin-left: 50px;
  margin-right: 0;
  text-align: left;
  overflow: hidden;
}

.header .header-title .header-title-text {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.header .header-button {
  text-align: center;
  width: 40px;
  height: 47px;
  display: table;
  z-index: 30;
  position: relative;
}

.header .header-button span {
  vertical-align: middle;
  display: table-cell;
}

.header .header-button.header-button-text {
  font-size: 0.875rem;
  width: auto !important;
  text-transform: uppercase;
}

.header .header-button.header-button-left {
  float: left !important;
}

.header .header-button.header-button-right {
  float: right !important;
}

.header .header-button .icon {
  font-size: 2rem;
  font-weight: 700;
}

.header .header-button .button-text {
  margin-left: 4px;
  letter-spacing: 1px;
}

.header .header-button.btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header .header-button small {
  color: #fff;

  line-height: 1.1;
  font-size: 17px;
  top: 5px;
  right: 0;
  background-color: #fd1f33;
  width: 12px;
  height: 12px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.header.header-search {
  text-align: left;
  display: table;
  table-layout: fixed;
}

.header.header-search .header-button,
.header.header-search .header-search-input {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}

.header.header-search .header-button {
  text-align: left;
  width: 45px !important;
  white-space: nowrap;
}

.header.header-search .header-search-input {
  width: 100%;
}

.header.header-search .header-search-input .form-control {
  color: #f2f2f2;
  border-color: #333;
  background-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.header.header-search .header-search-input .btn {
  color: #b3b3b3;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.header.header-search .header-search-input .btn span {
  font-size: 1.188rem;
}

.tab-bar {
  width: 100%;

  background-color: #ffc31e;
  background-image: none;
  height: 47px;
  border: none;
  top: 47px;
  z-index: 4;
  padding-left: 16px;
  position: absolute;
  overflow: auto;
}

.tab-bar ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  height: 47px;
}

.tab-bar ul li {
  text-align: center;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 1%;
}

.tab-bar ul li a {
  color: rgba(211, 222, 227, 0.95);
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-bar ul li.active a {
  color: #fff;
}

.tab-bar ul li.active:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
}

.tab-bar.tab-bar-scroll ul li {
  width: auto;
  min-width: 80px;
}

.tab-bar.tab-bar-scroll ul li a {
  width: auto;
  white-space: nowrap;
}
/* .side-nav {
  width: 118px;
} */

.side-nav.overflow-shown {
  width: 310px;
  overflow: scroll;
}

.side-nav.overflow-shown nav {
  width: 310px;
  overflow: scroll;
}

.side-nav-items {
  width: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #03355c;
}

.side-nav-items > li {
  display: block;
}

.side-nav-items > li > a {
  color: #d8d8d8;
  text-align: center;
  padding: 0.7rem 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.side-nav-items > li > a .icon {
  color: #d8d8d8;
  font-size: 30px;
  text-align: center;
  margin: 0 10px 0;
  display: block;
}

.side-nav-items > li > a span {
  color: inherit;
  font-size: 12px;
}

.side-nav-items > li:last-child {
  border-bottom: none;
}

.side-nav-items > li.active,
.side-nav-items > li > a:focus,
.side-nav-items > li > a:hover {
  background-color: #02223b;
}
.nav-category-items {
  width: 210px;
  padding: 2px;
  display: none;
  top: 0;
  left: 100px;
  bottom: 0;
  position: absolute;
}

.nav-category-items h4 {
  color: #dab867;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.nav-category-items .row {
  margin-left: -1px;
  margin-right: -1px;
}

.nav-category-items .row div[class*=" col-"],
.nav-category-items .row div[class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.nav-category-items img {
  width: 100%;
}

.nav-category-items div,
.nav-category-items div[class*=" col-"] > a,
.nav-category-items div[class^="col-"],
.nav-category-items > a {
  text-align: center;
  background-color: #030303;
  padding-bottom: 15px;
  margin-bottom: 4px;
  display: block;
}

.nav-category-items div span,
.nav-category-items div[class*=" col-"] > a span,
.nav-category-items div[class^="col-"] span,
.nav-category-items > a span {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #dab867;
  display: block;
  height: 30px;
}

.nav-category-items div span label,
.nav-category-items div[class*=" col-"] > a span label,
.nav-category-items div[class^="col-"] span label,
.nav-category-items > a span label {
  font-weight: 400;
}

.nav-category-items div:focus > span,
.nav-category-items div:hover > span,
.nav-category-items div[class*=" col-"] > a:focus > span,
.nav-category-items div[class*=" col-"] > a:hover > span,
.nav-category-items div[class^="col-"]:focus > span,
.nav-category-items div[class^="col-"]:hover > span,
.nav-category-items > a:focus > span,
.nav-category-items > a:hover > span {
  color: #fff;
}

.nav-category-items div {
  position: relative;
}

.nav-category-items div .nav-category-btns {
  padding-top: 20%;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: linear all 0.3s;
  transition: linear all 0.3s;
}

.nav-category-items div:focus > .title,
.nav-category-items div:hover > .title {
  color: #ffc31e;
}

.nav-category-items div:focus > img,
.nav-category-items div:hover > img {
  opacity: 0.3;
}

.nav-category-items div:focus > .nav-category-btns,
.nav-category-items div:hover > .nav-category-btns {
  visibility: visible;
  opacity: 1;
}

.nav-category-items.nav-category-items-shown {
  display: block;
}

.side-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-submenu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.side-submenu li a {
  text-align: left;
  color: #d3dee3;
  padding: 10px 15px;
  background-color: transparent;
  text-transform: uppercase;
  display: block;
}

.side-submenu li a span {
  font-size: 0.875rem;
  color: #d3dee3 !important;
}

.side-submenu li a:active span,
.side-submenu li a:focus span {
  color: #ffc31e;
}

@media all and (max-width: 320px) {
  .side-nav.overflow-shown {
    width: 290px;
  }

  .side-nav.overflow-shown nav {
    width: 290px;
  }

  .nav-category-items {
    width: 190px;
  }
}

.download-app-box {
  height: 60px;
  background-color: #111;
}

.download-app {
  padding: 0;
  margin: 0 auto;
  max-width: 768px;
}

.download-app .media {
  max-width: 460px;
  margin: 0 auto;
}

.download-app .media-left {
  text-align: right;
  vertical-align: middle;
}

.download-app .media-left.download-close {
  padding-right: 0;
}

.download-app .media-left.download-close span {
  font-size: 15px;
  padding: 5px;
}

.download-app .media-left.download-button {
  padding: 0;
}

.download-app .media-left.download-button div {
  width: 55px;
  vertical-align: middle;
}

.download-app .media-left.download-button div a {
  padding: 14px 4px;
}

.download-app .media-left.download-button div a .icon {
  font-size: 1.75rem;
}

.download-app .icon {
  font-size: 2.75rem;
}

.download-app .icon.icon-apple {
  color: #999;
}

.download-app .icon.icon-android {
  color: #a4c639;
}

.download-app .media-heading {
  font-size: 1rem;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.download-app .thin-gutter {
  margin-left: -3px;
  margin-right: -3px;
}

.download-app .thin-gutter > div[class*=" col-"],
.download-app .thin-gutter > div[class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.download-app p {
  color: #a6a6a6;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 320px) {
  html[lang*="ja-jp"] .download-app p,
  html[lang*="zh-cn"] .download-app p {
    font-size: 0.688rem;
  }
}

.form-box {
  margin-top: 30px;
}

.page-title {
  margin-bottom: 16px;
}

.page-title h3 {
  color: #bbb;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.page-title h3 a {
  margin-left: 10px;
  color: #3d5560;
}

.page-title p {
  font-size: 0.786em;
  line-height: 1.429em;
  color: gray;
  max-width: 90%;
  margin: 0 auto 10px;
  display: block;
}

.wallet-box {
  text-align: center;
  margin: -16px -16px 16px;
  padding: 16px 0;
  background: #1a1a1a;
}

.wallet-box h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.429em;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
}

.wallet-box p {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #dab867;
  margin-bottom: 0;
}

.wallet-box span {
  font-size: 0.75rem;
  color: #5b7f8f;
  display: block;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  color: #bbb;
  padding: 16px 0;
  vertical-align: middle;
  border-top: 1px solid #2c2c2c;
}

.table .table-entry-type {
  color: #dab867;
  font-size: 1rem;
  display: block;
}

.table .table-date,
.table .table-status {
  font-size: 0.75rem;
  color: #555;
  display: block;
}

.table .table-status {
  color: #bbb;
  font-weight: 700;
  display: inline;
}

.error-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: table;
}

.error-box {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.error-box .error-content .icon-error {
  color: #333;
  font-size: 6em;
  display: inline-block;
}

.error-box .error-content h1 {
  color: #dab867;
}

.error-box .error-content p {
  color: #7b7b7b;
  width: 75%;
  margin: 0 auto 45px;
  display: block;
}

/* .loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1024;
} */
.loader {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* ✅ Background overlay */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner inside */
.loader::after {
  content: "";
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.offscreen-view {
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 30;
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.offscreen-view.offscreen-view-downloads {
  background-color: #1f1f1f;
}

.offscreen-view.offscreen-view-open {
  left: 0;
}

.offscreen-view .offscreen-view-close {
  color: #fff;
  font-size: 1rem;
  background: rgba(1, 55, 77, 0.75);
  padding: 1px 3px;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
}

.offscreen-view .offscreen-view-header {
  background: #01374d;
  padding: 5px 0;
}

.offscreen-view .offscreen-view-header .offscreen-back {
  color: #bbb;
  font-size: 1.5rem;
  padding-left: 6px;
  padding-right: 6px;
}

.offscreen-view .offscreen-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 39px;
  position: absolute;
  overflow: hidden;
}

.offscreen-view .offscreen-container embed,
.offscreen-view .offscreen-container iframe,
.offscreen-view .offscreen-container object {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.offscreen-view .offscreen-container.offscreen-container-slots {
  top: 0;
}

.step-indicator .step-box {
  text-align: center;
  opacity: 0.3;
  margin-bottom: 16px;
}

.step-indicator .step-box h5 {
  font-size: 1rem;
  color: #bbb;
  width: 35px;
  height: 35px;
  border: 2px solid #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 5px;
  display: table;
}

.step-indicator .step-box h5 span {
  display: table-cell;
  vertical-align: middle;
}

.step-indicator .step-box p {
  color: #bbb;
  font-size: 0.75em;
  margin: 0;
}

.step-indicator .step-box.current {
  opacity: 1;
}

.step-indicator .step-box.done {
  opacity: 1;
}

.step-indicator .step-box.done h5 {
  color: #fff;
  border: 2px solid #ffc31e;
  background-color: #ffc31e;
}

.message-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.message-overlay .message-body {
  text-align: center;
  background-color: #393939;
  width: 100%;
  height: 70%;
  top: -100%;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.message-overlay .message-body .close {
  opacity: 1;
  color: #d3dee3;
  text-shadow: none;
  float: none;
  top: 16px;
  right: 16px;
  position: absolute;
}

.message-overlay .message-body .message-container {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0 auto;
  max-width: 600px;
}

.message-overlay .message-body .message-container .message-content {
  padding: 0 30px;
  vertical-align: middle;
  display: table-cell;
}

.message-overlay
  .message-body
  .message-container
  .message-content
  .message-icon
  span {
  font-size: 5rem;
  opacity: 0.5;
}

.message-overlay
  .message-body
  .message-container
  .message-content
  .message-text {
  margin-bottom: 30px;
}

.message-overlay .message-body .message-container .message-content h3 {
  margin-top: 0;
  color: #dab867;
}

.message-overlay.message-active {
  z-index: 20000;
  opacity: 1;
}

.message-overlay.message-active .message-body {
  top: 0;
}

.page-icon {
  margin-bottom: 30px;
}

.page-icon .icon {
  font-size: 4rem;
  color: #fff;
}

.info-box {
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.info-box .media-left .icon {
  font-size: 2rem;
  color: #ffc31e;
}

.bank-list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  text-align: center;
}

.bank-list li {
  display: inline-block;
}

.bank-select {
  color: #dab867;

  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  background-color: #01374d;
  padding: 32px 16px;
  display: block;
  margin-bottom: 8px;
  position: relative;
}

.bank-select:hover {
  background-color: #00131b;
}

.bank-select.bank-select-add {
  color: #fff;
  background-color: #ffc31e;
}

.bank-select.bank-select-add:hover {
  background-color: #216f93;
}

.bank-select.bank-select-default .icon {
  color: #fff;
  font-size: 1.5rem;
  top: 8px;
  right: 8px;
  position: absolute;
}

.instuction-box {
  padding-top: 5%;
  padding-bottom: 10%;
  max-width: 375px;
  margin: 0 auto;
}

.middle-box {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.middle-box .middle-box-content {
  display: table-cell;
  vertical-align: middle;
}

.middle-box .instuction-box {
  padding-top: 0;
}

@media (min-width: 321px) {
  .page-icon .icon {
    font-size: 5rem;
  }
}

@media (orientation: landscape) {
  .error-box .error-content p {
    margin: 0 auto 20px;
  }
}

@media (max-width: 991px) {
  .table-responsive {
    border: none;
  }
}

.slots-rescue-table tfoot,
.slots-rescue-table thead {
  font-weight: 700;
  background-color: #022635;
}

.slots-rescue-table tbody tr:nth-child(even) {
  background-color: #022b3b;
}

.slots-rescue-table tbody tr:nth-child(odd) {
  background-color: #022e40;
}

.slots-rescue-table .table > tbody > tr > td,
.slots-rescue-table .table > tbody > tr > th,
.slots-rescue-table .table > tfoot > tr > td,
.slots-rescue-table .table > tfoot > tr > th,
.slots-rescue-table .table > thead > tr > td,
.slots-rescue-table .table > thead > tr > th {
  color: #d3dee3;
  border: none;
  font-size: 0.75rem;
  padding: 10px;
}

.slots-rescue-table .table > tbody > tr > td:last-child,
.slots-rescue-table .table > tbody > tr > th:last-child,
.slots-rescue-table .table > tfoot > tr > td:last-child,
.slots-rescue-table .table > tfoot > tr > th:last-child,
.slots-rescue-table .table > thead > tr > td:last-child,
.slots-rescue-table .table > thead > tr > th:last-child {
  text-align: right;
}

.slots-rescue-table .table > thead > tr > th {
  color: #7698a8;
}

.slots-rescue-table .table > tfoot > tr > td:last-child {
  font-size: 0.875rem;
  color: #dab867;
}

.announcement-popup {
  top: 47px;
  right: 0;
  z-index: 4;
  position: absolute;
}

.announcement-popup.game-share {
  z-index: 1055;
  padding-right: 15px;
}

.announcement-popup .well {
  max-width: 480px;
  border: none;
  padding: 15px;
  margin: 5px 10px 15px 10px;
  background-color: #2e2e2e;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.announcement-popup .well p {
  color: #c8c8c8;
  font-size: 0.75rem;
}

.announcement-popup .well:before {
  content: "";
  top: -16px;
  right: 7px;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #2e2e2e;
  display: block;
}

.jssocials-share-wechat .jssocials-share-link {
  background: #7bb32e;
}

.jssocials-share-weibo .jssocials-share-link {
  background: #b84240;
}

.jssocials-share-skype .jssocials-share-link {
  background: #00aff0;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffc31e;
  background: rgba(42, 143, 189, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: unset;
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 60px;
  z-index: 4;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i:before {
  content: "\e91f";
}

.wallets {
  background-color: #012330;
  min-height: 100px;
  position: relative;
  -webkit-box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.075);
}

.wallets .wallet-main {
  text-align: center;
  padding: 15px 0;
}

.wallets .wallet-main .wallet-title {
  text-transform: capitalize;
  color: #dab867;
  margin-bottom: 0;
}

.wallets .wallet-main .wallet-value {
  font-size: 1.313rem;
  font-weight: 700;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 5px;
}

.wallets .wallet-main .wallet-currency {
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #5b7f8f;
}

.wallets .rewards-main {
  text-align: center;
  padding: 15px 0;
}

.wallets .rewards-main .rewards-title {
  text-transform: capitalize;
  color: #dab867;
  margin-bottom: 0;
}

.wallets .rewards-main .rewards-value {
  font-size: 1.313rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.wallets .rewards-main .rewards-currency {
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #5b7f8f;
}

.wallets .wallet-group {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.wallets .wallet-group .wallet-group-item {
  padding: 15px;
  text-align: center;
  display: inline-block;
}

.wallets .wallet-group .wallet-group-item p {
  color: #216f93;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.wallets .wallet-group .wallet-group-item h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #b4c7cf;
  margin-top: 0;
  margin-bottom: 0;
}

.dashboard {
  text-align: center;
}

.dashboard .row div[class*=" col-"],
.dashboard .row div[class^="col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dashboard .row div[class*=" col-"]:nth-child(2n + 2),
.dashboard .row div[class^="col-"]:nth-child(2n + 2) {
  border-right: none;
}

.dashboard a {
  padding: 15px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}

.dashboard a .icon {
  color: #d3dee3;
  font-size: 3.125rem;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
}

.dashboard a .dashboard-label {
  color: #dab867;
  text-transform: uppercase;
  font-size: 0.688rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.dashboard a:active,
.dashboard a:focus {
  color: #b0892b;
}

.dashboard a:active .icon,
.dashboard a:focus .icon {
  color: #95afbb;
}

.dashboard-funds {
  margin-bottom: 15px;
}

@media (min-height: 568px) {
  .dashboard-funds div[class*=" col-"],
  .dashboard-funds div[class^="col-"] {
    padding: 15px 0;
  }
}

@media (min-width: 768px) {
  .dashboard .row div[class*=" col-"]:nth-child(2n + 2),
  .dashboard .row div[class^="col-"]:nth-child(2n + 2) {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }

  .dashboard .row div[class*=" col-"]:nth-child(3n + 3),
  .dashboard .row div[class^="col-"]:nth-child(3n + 3) {
    border-right: none;
  }
}

.download-centre {
  padding-top: 4px;
}

.download-box {
  display: block;
  position: relative;
  margin-bottom: 4px;
  overflow: hidden;
}

.download-box img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.download-box .download-box-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  left: 0;
  bottom: 0;
  position: absolute;
  display: table;
  height: 55px;
}

.download-box label {
  margin-bottom: 0;
}

.download-box span {
  text-transform: capitalize;

  font-weight: 700;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  color: #dab867;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
}

.download-box span small {
  font-weight: 400;
  color: #b4c7cf;
  display: block;
}

.download-box:active > span,
.download-box:focus > span {
  color: #b0892b;
}

.download-box:active img,
.download-box:focus img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.download-coverphoto img {
  width: 100%;
}

.download-header {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #023c53;
}

.download-header h3 {
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
}

.download-instructions {
  padding-bottom: 15px;
  border-bottom: 1px solid #023c53;
  margin-bottom: 15px;
}

.download-button {
  margin-bottom: 30px;
}

.form-help-text,
.help-block {
  color: #bbb;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.form-help-text {
  margin-left: 48px;
  margin-top: 5px;
  display: block;
}

.form-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control-static {
  padding-top: 0;
  padding-bottom: 0;
  color: #d3dee3;
  min-height: auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group > label {
  width: 100%;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.form-group-password {
  position: relative;
}

.form-group-password .form-control {
  padding-right: 30px;
}

.form-group-password .btn {
  padding: 5px;
  background-color: transparent;
  border-color: transparent;
  right: 0;
  top: 5px;
  position: absolute;
}

.form-group-password label ~ .btn {
  top: 29px;
}

.form-control {
  padding: 10px 0;
  background-color: #f3f4f5;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.form-control:focus {
  border-color: #dc3545;
  outline: 0 none;
  -webkit-box-shadow: 0 1px 0 0 #ffc31e;
  box-shadow: 0 1px 0 0 #fff;
}

.form-group-icon {
  width: 100%;
  display: table;
  position: relative;
}

.form-group-icon .form-icon,
.form-group-icon .form-input {
  display: table-cell;
  vertical-align: top;
}

.form-group-icon .form-icon {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.form-group-icon .form-icon span[class*=" icon-"],
.form-group-icon .form-icon span[class^="icon-"] {
  font-size: 20px;
  color: #5e5e5e;
}

.form-group-icon .form-input {
  width: 10000px;
}
.form-group-icon .form-input input {
  padding-left: 30px;
  /* text-transform: uppercase; */
}
.form-group-icon .form-input > label {
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  opacity: 0.5;
  background-color: transparent;
}

select.form-control {
  background: url(../images/select-arrow.png) center right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label[for="start_date"],
label[for="end_date"] {
  color: #fff;
}
select.form-control option {
  background-color: #1f1f1f;
  color: #d3dee3;
  text-shadow: none;
}

.input-group .form-control {
  background-color: transparent;
  color: #d3dee3;
  border-bottom: 1px solid #476370;
}

.input-group .input-group-addon {
  color: #d3dee3;
  padding: 11px 5px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #476370;
}

.input-group .input-group-icon {
  padding: 0 15px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  opacity: 0.5;
}

.input-group:focus .form-control,
.input-group:focus .input-group-addon {
  border-color: #ffc31e;
  outline: 0 none;
  -webkit-box-shadow: 0 1px 0 0 #ffc31e;
  box-shadow: 0 1px 0 0 #ffc31e;
}

.checkbox label,
.radio label {
  color: #d3dee3;
  font-size: 0.875rem;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  margin-top: 3px;
}

.checkbox-custom label,
.radio-custom label {
  padding-left: 0;
}

.checkbox-custom span,
.radio-custom span {
  color: #dab867;
  padding-left: 25px;
  display: block;
}

.checkbox-custom span:before,
.radio-custom span:before {
  color: #d3dee3;
  font-family: icomoon;
  font-size: 1.313em;
  top: -2px;
  left: 0;
  position: absolute;
  display: block;
}

.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"],
.radio-custom input[type="checkbox"],
.radio-custom input[type="radio"] {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.checkbox-custom input[type="radio"] + span:before,
.radio-custom input[type="radio"] + span:before {
  content: "\e923";
}

.checkbox-custom input[type="radio"]:checked + span:before,
.radio-custom input[type="radio"]:checked + span:before {
  content: "\e922";
}

.checkbox-custom input[type="checkbox"] + span:before,
.radio-custom input[type="checkbox"] + span:before {
  content: "\e921";
}

.checkbox-custom input[type="checkbox"]:checked + span:before,
.radio-custom input[type="checkbox"]:checked + span:before {
  content: "\e920";
}

.checkbox-custom input[type="checkbox"]:checked + span:before,
.checkbox-custom input[type="radio"]:checked + span:before,
.radio-custom input[type="checkbox"]:checked + span:before,
.radio-custom input[type="radio"]:checked + span:before {
  color: #d3dee3 !important;
}

html[data-useragent*="UBrowser"] .checkbox-custom label,
html[data-useragent*="UBrowser"] .radio-custom label,
html[data-useragent*="UCBrowser"] .checkbox-custom label,
html[data-useragent*="UCBrowser"] .radio-custom label {
  width: 100%;
  display: block;
}

/*.has-error .form-control {*/
/*    border-color: #fd1f33;*/
/*    -webkit-box-shadow: 0 1px 0 0 #fd1f33;*/
/*    box-shadow: 0 1px 0 0 #fd1f33*/
/*}*/

/*.has-error .form-control:focus {*/
/*    border-color: #fd4253;*/
/*    -webkit-box-shadow: 0 1px 0 0 #fd4253;*/
/*    box-shadow: 0 1px 0 0 #fd4253*/
/*}*/

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #fd1f33;
}

.ui-datebox-container.dropdown-menu {
  max-width: 315px;
  padding: 0;
  border: none;
  background-color: #0a212b;
}

.ui-datebox-container.dropdown-menu .modal-header {
  padding: 8px;
}

.ui-datebox-container.dropdown-menu .modal-title {
  text-align: center;
  width: auto;
}

.ui-datebox-container.dropdown-menu .modal-title .closer {
  color: #bbb;
}

.datetime-left .ui-datebox-container {
  left: 0 !important;
  right: auto;
}

.ui-datebox-flipcenter {
  width: 100%;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-title .closer {
  color: #bbb;
}

.ui-datebox-header h4 {
  color: #dab867;
  font-size: 0.875rem;
}

.ui-datebox-flipcontent {
  padding-top: 10px;
  margin-bottom: -45px;
  background-color: #0c2a37;
}

.ui-datebox-flipcontent li {
  border-color: transparent;
}

.ui-datebox-flipcontent li span {
  margin-top: 6px;
  color: #5b7f8f;
}

.ui-datebox-flipcontent li.bg-success {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #15465d;
}

.ui-datebox-flipcontent li.bg-success span {
  color: #d3dee3;
}

.ui-datebox-flipcontent div {
  width: 31%;
}

.ui-datebox-controls {
  padding: 0;
}

.ui-datebox-controls .btn-default {
  color: #fff;
  padding: 10px;
  background-color: #ffc31e;
  border-color: #ffc31e;
}

.ui-datebox-controls .btn-default:focus,
.ui-datebox-controls .btn-default:hover {
  background-color: #216f93;
  border-color: #216f93;
}

.ui-datebox-controls .btn-default .glyphicon {
  display: none;
}

.ui-datebox-datebox-group.col-xs-3,
.ui-datebox-datebox-group.col-xs-4 {
  padding-left: 1px;
  padding-right: 1px;
}

.pay-note {
  margin-bottom: 15px;
}

.pay-note .pay-note-label {
  color: #fd1f33;
  font-weight: 700;
}

.payment-info {
  margin-bottom: 30px;
}

.form-details-box {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #022635;
}

.form-details-box > div {
  margin-bottom: 15px;
}

.form-details-box p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 320px) {
  .payment-info p {
    font-size: 0.75rem;
  }
}

@media (max-width: 470px) {
  .payment-info .payment-label {
    font-size: 0.75rem;
  }
}

.register-form .row.thin-gutter input[type="number"] + span.help-block {
  position: relative;
  left: -50%;
  margin-left: -8px;
  width: 150%;
  display: none;
}

.register-form .row.thin-gutter input[type="number"]:focus + span.help-block {
  display: block;
}

.register-form
  div.form-group
  input
  + .input-group-addon
  + div.ui-datebox-container
  + span.help-block,
.register-form div.form-group input + .input-group-addon + span.help-block,
.register-form div.form-group input + span.help-block,
.register-form div.form-group select + span.help-block {
  display: none;
}

.register-form div.form-group input:focus + span.help-block,
.register-form div.form-group select:focus + span.help-block {
  display: inline;
}

.register-form
  div.form-group
  input:focus
  + .input-group-addon
  + div.ui-datebox-container
  + span.help-block,
.register-form
  div.form-group
  input:focus
  + .input-group-addon
  + span.help-block {
  display: table-row;
}

.register-form div.form-group div.has-error + span.help-block {
  display: none;
}

.register-form div.form-group span.data-message {
  display: block;
  color: #bbb;
}

.x-mas .icon-events,
.x-mas .icon-home,
.x-mas .icon-profile {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  margin: auto;
}

.x-mas .icon-events:before,
.x-mas .icon-home:before,
.x-mas .icon-profile:before {
  content: none;
}

.x-mas .icon-profile {
  background-image: url(/_Static/Images/Icons/christmas-user@2x.png);
  background-size: contain;
}

.x-mas .icon-home {
  background: url(/_Static/Images/Icons/christmas-home@2x.png);
  background-size: contain;
}

.x-mas .icon-events {
  background: url(/_Static/Images/Icons/christmas-snowman@2x.png);
  background-size: contain;
}

.x-mas .side-nav .icon-events,
.x-mas .side-nav .icon-home,
.x-mas .side-nav .icon-profile {
  width: 34px;
  height: 34px;
}

.x-mas .dropdown-menu-right .icon-events,
.x-mas .dropdown-menu-right .icon-home,
.x-mas .dropdown-menu-right .icon-profile {
  width: 21px;
  height: 21px;
  display: inline-block;
}

.cny .icon-events,
.cny .icon-home,
.cny .icon-profile {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  margin: auto;
}

.cny .icon-events:before,
.cny .icon-home:before,
.cny .icon-profile:before {
  content: none;
}

.cny .icon-profile {
  background-image: url(/_Static/Images/Icons/cny-user@2x.png);
  background-size: contain;
}

.cny .icon-home {
  background: url(/_Static/Images/Icons/cny-home@2x.png);
  background-size: contain;
}

.cny .icon-events {
  background: url(/_Static/Images/Icons/cny-events@2x.png);
  background-size: contain;
}

.cny .side-nav .icon-events,
.cny .side-nav .icon-home,
.cny .side-nav .icon-profile {
  width: 34px;
  height: 34px;
}

.cny .dropdown-menu-right .icon-events,
.cny .dropdown-menu-right .icon-home,
.cny .dropdown-menu-right .icon-profile {
  width: 21px;
  height: 21px;
  display: inline-block;
}

.valentines .icon-events,
.valentines .icon-home,
.valentines .icon-profile {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  margin: auto;
}

.valentines .icon-events:before,
.valentines .icon-home:before,
.valentines .icon-profile:before {
  content: none;
}

.valentines .icon-profile {
  background-image: url(/_Static/Images/Icons/valentines-user@2x.png);
  background-size: contain;
}

.valentines .icon-home {
  background: url(/_Static/Images/Icons/valentines-home@2x.png);
  background-size: contain;
}

.valentines .icon-events {
  background: url(/_Static/Images/Icons/valentines-events@2x.png);
  background-size: contain;
}

.valentines .side-nav .icon-events,
.valentines .side-nav .icon-home,
.valentines .side-nav .icon-profile {
  width: 34px;
  height: 34px;
}

.valentines .dropdown-menu-right .icon-events,
.valentines .dropdown-menu-right .icon-home,
.valentines .dropdown-menu-right .icon-profile {
  width: 21px;
  height: 21px;
  display: inline-block !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal#w88modal {
  z-index: 1060;
}

.modal.modal-fullscreen {
  background-color: #ffffff;
}

.modal.modal-fullscreen .modal-header {
  padding: 9px 15px;
  background-color: #ffffff;
}

.modal.modal-fullscreen .modal-backdrop {
  opacity: 0.85 !important;
}

.modal.modal-fullscreen .modal-dialog {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.modal.modal-fullscreen .modal-body {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal.modal-fullscreen .modal-content {
  margin: -1px -1px 0;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.modal-fullscreen .modal-content .modal-header {
  border-bottom: none;
}

.modal.modal-fullscreen .modal-content .modal-footer {
  border-top: none;
}

.modal.modal-fullscreen .modal-content .close {
  margin-top: 0;
}

.modal.modal-fullscreen:before {
  display: none;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-header {
  border-bottom: none;
  position: relative;
}

.modal-header.mheader-notitle {
  margin-bottom: -30px;
}

.modal-title {
  text-align: left;
  color: #ffc107;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-footer {
  border-top: none;
}

.modal-backdrop {
  opacity: 0.85 !important;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  max-width: 460px;
}

.modal-dialog .close {
  opacity: 0.75;
  color: #ffc31e;
  font-size: 1.7rem;
  text-shadow: none;
  padding: 0;
  margin: 0;
}

.modal-dialog .close:active,
.modal-dialog .close:focus,
.modal-dialog .close:hover {
  opacity: 1;
}

.modal-content {
  background-color: #6f0101;
  border: 1px solid #ffc107;
}

.modal-content.modal-alt {
  border-color: #00131b;
  background-color: #00131b;
}
.modal-body p,
span {
  color: #fff;
}
.modal-content.modal-transparent {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-game .modal-body h4 {
  color: #dab867;
  font-weight: 700;
  margin-bottom: 30px;
}

.modal-game .modal-body .modal-game-thumb {
  margin: 0 auto 40px;
  width: 110px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.modal-game .modal-body .modal-game-thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  display: block;
}

.modal-potm .potm-box {
  width: auto;
  display: inline-block;
  position: relative;
}

.modal-potm .potm-box .close {
  color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
  position: absolute;
}

.modal-potm .potm-box > a {
  display: block;
}

.modal-potm .potm-box .checkbox {
  left: 10px;
  bottom: 0;
  position: absolute;
}

.modal-potm .potm-box .checkbox input[type="checkbox"] {
  margin-top: 5px;
}

#w88LiteModal .modal-dialog {
  width: 254px;
}

#w88LiteModal .modal-notif .modal-body {
  background-color: #01374d;
  padding: 0;
}

#w88LiteModal .modal-notif .notif-box {
  color: #dab867;
  text-align: center;
}

#w88LiteModal .modal-notif .notif-box div.main img {
  width: 100%;
}

#w88LiteModal .modal-notif .notif-box div.main .content {
  padding-top: 20px;
}

#w88LiteModal .modal-notif .notif-box .close {
  color: #fff;
  top: 0;
  right: 0;
  position: absolute;
}

#w88LiteModal .modal-notif .notif-box .close img {
  vertical-align: top;
}

#w88LiteModal .modal-notif .notif-box .modal-footer {
  padding: 0;
  text-align: center;
}

#w88LiteModal .modal-notif .notif-box .modal-footer .content {
  margin-bottom: 50px;
  color: #d3dee3;
  font-size: 0.9em;
}

#w88LiteModal .modal-notif .notif-box .modal-footer a {
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 700;
}

#notifModal .modal-dialog {
  width: 298px;
}

.modal-notif .modal-body {
  background-color: #01374d;
  padding: 0;
}

.modal-notif .notif-box {
  color: #dab867;
  text-align: center;
}

.modal-notif .notif-box div.main img {
  width: 100%;
}

.modal-notif .notif-box div.main .content {
  padding-top: 20px;
}

.modal-notif .notif-box div.main a {
  width: 100%;
}

.modal-notif .notif-box div.main .portrait {
  display: block;
}

.modal-notif .notif-box div.main .landscape {
  display: none;
}

.modal-notif .notif-box .close {
  color: #fff;
  top: 0;
  right: 0;
  position: absolute;
}

.modal-notif .notif-box .modal-footer .content {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

@media only screen and (orientation: landscape) {
  .modal-game .modal-body h4 {
    margin-bottom: 15px;
  }

  .modal-game-row .modal-game-col {
    float: left;
  }

  .modal-game-row .modal-game-col.modal-game-col-thumb {
    width: 35%;
  }

  .modal-game-row .modal-game-col.modal-game-col-thumb .modal-game-thumb {
    max-width: 100%;
  }

  .modal-game-row .modal-game-col.modal-game-col-btns {
    width: 65%;
  }
}

.sports-modal {
  padding: 5px;
}

.sports-modal.modal-dialog {
  padding: 0 5px;
  margin: 0;
  width: 90%;
}

.sports-modal.modal-dialog .modal-header {
  padding: 0;
  float: right;
}

.sports-modal.modal-dialog .modal-header + .modal-body:after {
  content: " ";
  display: block;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
}

.sports-modal.modal-dialog .modal-body {
  padding: 0 5px;
}

.sports-modal.modal-dialog .modal-body h4 {
  margin: 0 15px;
  margin-bottom: 10px;
}

.sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-thumb {
  margin: 0 auto;
  width: 200px;
}

.sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-btns a {
  font-size: 20px;
  padding: 5px 10px;
  width: 80%;
  margin: 0 auto;
}

.sports-modal.modal-dialog .modal-separator {
  background-image: linear-gradient(#1f1f1f, #555);
  height: 2px;
  width: 86%;
  margin: 9px auto;
  margin-top: 20px;
}

.sports-modal.modal-dialog .modal-separator:last-child {
  display: none;
}

@media only screen and (orientation: landscape) {
  .sports-modal.modal-dialog {
    max-width: 560px;
  }

  .sports-modal.modal-dialog .modal-header {
    width: 100%;
  }

  .sports-modal.modal-dialog .modal-header + .modal-body:after {
    display: none;
  }

  .sports-modal.modal-dialog .modal-body {
    width: 50%;
    float: left;
  }

  .sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-thumb {
    width: 100%;
  }

  .sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-btns {
    width: 100%;
  }

  .sports-modal.modal-dialog
    .modal-body
    .modal-game-row
    .modal-game-col-btns
    a {
    width: 100%;
  }

  .sports-modal.modal-dialog .modal-footer {
    width: 100%;
    clear: both;
  }

  .modal-notif .notif-box div.main .portrait {
    display: none;
  }

  .modal-notif .notif-box div.main .landscape {
    display: block;
  }
}

.on-splash-screen,
.splash-screen {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: fixed;
  display: table;
  background-color: #1f1f1f;
}

.on-splash-screen .splash-screen-box,
.splash-screen .splash-screen-box {
  display: table-cell;
  vertical-align: middle;
}

.on-splash-screen .splash-screen-box img,
.splash-screen .splash-screen-box img {
  margin-top: 0;
  max-width: 30%;
}

.on-splash-screen .splash-screen-box .on-spinner,
.on-splash-screen .splash-screen-box .spinner,
.splash-screen .splash-screen-box .on-spinner,
.splash-screen .splash-screen-box .spinner {
  margin-top: 30px;
  position: relative;
}

.loader.inner {
  position: relative;
  min-height: inherit;
}

.on-spinner,
.spinner {
  margin: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 0.714em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.on-spinner > div,
.spinner > div {
  background-color: #01374d;
  height: 100%;
  width: 4px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.on-spinner .rect2,
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  background-color: #01374d;
}

.on-spinner .rect3,
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.on-spinner .rect4,
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.on-spinner .rect5,
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    background-color: #01374d;
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #d3dee3;
  }
}

@keyframes css-loader {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.css-loader {
  display: inline-block;
  margin: 0 auto;
}

.css-loader > div {
  background-color: #d3dee3;
  width: 9px;
  height: 9px;
  border-radius: 0;
  margin: 0;
  animation-fill-mode: both;
  display: inline-block;
  animation: css-loader 0.8s 0s infinite linear;
}

.css-loader > div:nth-child(2n-1) {
  animation-delay: -0.35s !important;
}

.css-loader.css-loader-small > div {
  width: 5px;
  height: 5px;
}

.form-loader {
  position: relative;
}

.form-loader .form-control {
  color: transparent;
}

.form-loader .css-loader {
  position: absolute;
}

.form-loader .form-control ~ .css-loader {
  top: 7px;
  left: 9px;
}

.form-loader.form-group .css-loader {
  top: 30px;
  left: 0;
}

.css-loader-center {
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: table;
}

.css-loader-center .css-loader-container {
  vertical-align: middle;
  display: table-cell;
}

.css-loader-center .css-loader-logo {
  display: block;
  margin: 0 auto 30px;
}

.css-loader-center .css-loader {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.css-loader-full {
  background-color: rgba(6, 6, 6, 0.45);
  width: 100%;
  height: 100%;
  z-index: 1055;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: table;
}

.css-loader-full .css-loader-container {
  vertical-align: middle;
  display: table-cell;
}

.css-loader-full .css-loader-container img {
  display: none;
}

.css-loader-full .css-loader-logo {
  display: block;
  margin: 0 auto 30px;
}

.css-loader-full .css-loader {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.header .popover {
  background-color: #012736;
  border-color: #012736;
}

.header .popover .arrow:after {
  border-bottom-color: #012736;
}

.header .popover.bottom {
  margin-top: 14px;
}

.header .popover .popover-content {
  color: #dab867;
  font-size: 12px;
}

.footer {
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  overflow: visible;
  background-color: #262829;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
}

.footer .btn-group {
  position: relative;
  height: 100%;
}

.footer .btn-group .btn {
  padding: 0 5px;
  position: relative;
  height: 100%;
  background-color: transparent;
  border: none;
}

.footer .btn-group .btn .icon {
  color: #ffc31e;
  font-size: 1.813rem;
  margin-bottom: 2px;
  display: block;
}

.footer .btn-group .btn .footer-label {
  color: #d3dee3;
  font-size: 0.63rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-transform: none;
}

.footer .btn-group .btn.active,
.footer .btn-group .btn:focus,
.footer .btn-group .btn:hover {
  color: #fff;
}

.footer .btn-group .btn.active .icon,
.footer .btn-group .btn:focus .icon,
.footer .btn-group .btn:hover .icon {
  color: #fff;
}

.footer .btn-group .btn.active .footer-label,
.footer .btn-group .btn:focus .footer-label,
.footer .btn-group .btn:hover .footer-label {
  color: #fff;
}

.footer .btn-group.btn-mid {
  text-align: center;
}

.footer .btn-group.btn-mid .btn-round {
  background-color: #262829;
  border-radius: 100% !important;
  position: relative;
  margin-top: -15px;
  height: 150%;
  width: 100%;
  padding-top: 0;
  float: none;
  top: -1px;
}

.footer .btn-group.btn-mid .btn-round > .icon-deposit {
  font-size: 2.8rem;
  position: relative;
}

@media (max-width: 320px) {
  .footer .btn-group .btn .footer-label {
    font-size: 0.625rem;
  }

  .footer .btn-group.btn-mid .btn-round {
    height: 120%;
  }

  .footer .btn-group.btn-mid .btn-round > .icon-deposit {
    font-size: 2.4rem;
    line-height: 46px;
  }
}

.banner-lists {
  overflow-wrap: break-word;
  color: #eee;
  max-width: 640px;
  margin: 0 auto;
}

.banner-lists .col {
  width: 100%;
}

.banner-odd-even > div.row .banner-caption {
  max-width: 50%;
}

.banner-odd-even > div.row .banner-caption h3 {
  font-size: 1.429em;
}

.banner-odd-even > div.row .banner-caption p {
  font-size: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner-odd-even > div.row:nth-child(odd) {
  margin-bottom: 0;
}

.banner-odd-even > div.row:nth-child(odd) .banner-caption {
  float: right;
  text-align: right;
  margin-right: 15px;
}

.banner-odd-even > div.row .banner-left .banner-caption {
  float: none;
  text-align: left;
  margin-right: 0;
  margin-left: 15px;
}

.banner-odd-even > div.row:nth-child(even) .banner-caption {
  margin-left: 15px;
}

.banner-odd-even > div.row .btn {
  max-width: 210px;
  display: inline-block;
  width: 100%;
}

.banner {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
}

.banner .img-bg {
  position: absolute;
  width: 100%;
}

.banner .banner-caption {
  position: relative;
  z-index: 1;
  padding: 10px;
}

.banner .title {
  color: #dab867;
  font-size: 2rem;
  margin-top: 1rem;
}

@media all and (min-width: 768px) {
  .banner .banner-caption {
    margin-top: 7%;
  }

  .banner-odd-even > div.row .banner-caption h3 {
    font-size: 1.714em;
  }

  .banner-odd-even > div.row .banner-caption p {
    color: #fff;
    font-size: 1.143em;
  }
}

@media all and (max-width: 480px) {
  .banner-odd-even > div.row .banner-caption h3 {
    font-size: 1.286em;
  }

  .banner-odd-even > div.row .banner-caption p {
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 5px;
  }

  .banner-odd-even > div.row .btn {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

.language-flag {
  padding-bottom: 10px;
}

.language-flag img {
  width: 70%;
  max-width: 80px;
  margin-bottom: 10px;
}

.language-flag p {
  font-size: 0.75rem;
}

.language-flag p.active {
  color: #ffc31e;
}

.logo_1,
.logo_10,
.logo_11,
.logo_12,
.logo_13,
.logo_14,
.logo_15,
.logo_16,
.logo_17,
.logo_18,
.logo_19,
.logo_2,
.logo_20,
.logo_21,
.logo_22,
.logo_23,
.logo_24,
.logo_25,
.logo_26,
.logo_27,
.logo_28,
.logo_29,
.logo_3,
.logo_30,
.logo_31,
.logo_32,
.logo_33,
.logo_34,
.logo_35,
.logo_36,
.logo_37,
.logo_38,
.logo_39,
.logo_4,
.logo_40,
.logo_41,
.logo_42,
.logo_43,
.logo_44,
.logo_45,
.logo_46,
.logo_47,
.logo_48,
.logo_49,
.logo_5,
.logo_50,
.logo_51,
.logo_52,
.logo_53,
.logo_54,
.logo_55,
.logo_56,
.logo_57,
.logo_58,
.logo_59,
.logo_6,
.logo_60,
.logo_61,
.logo_62,
.logo_7,
.logo_8,
.logo_9 {
  display: inline-block;
  width: 92px;
  height: 42px;
  background-image: url(/_static/v2/assets/images/banklogo.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0;
}

.logo_1 {
  background-position: -10px -57px;
}

.logo_2 {
  background-position: -10px -104px;
}

.logo_3 {
  background-position: -10px -151px;
}

.logo_4 {
  background-position: -10px -198px;
}

.logo_5 {
  background-position: -10px -245px;
}

.logo_6 {
  background-position: -10px -292px;
}

.logo_7 {
  background-position: -10px -339px;
}

.logo_8 {
  background-position: -10px -386px;
}

.logo_9 {
  background-position: -10px -433px;
}

.logo_10 {
  background-position: -10px -480px;
}

.logo_11 {
  background-position: -10px -527px;
}

.logo_12 {
  background-position: -10px -574px;
}

.logo_13 {
  background-position: -10px -621px;
}

.logo_14 {
  background-position: -10px -668px;
}

.logo_15 {
  background-position: -10px -715px;
}

.logo_16 {
  background-position: -10px -762px;
}

.logo_17 {
  background-position: -10px -809px;
}

.logo_18 {
  background-position: -10px -856px;
}

.logo_19 {
  background-position: -10px -903px;
}

.logo_20 {
  background-position: -10px -950px;
}

.logo_21 {
  background-position: -10px -997px;
}

.logo_22 {
  background-position: -10px -1044px;
}

.logo_23 {
  background-position: -10px -1091px;
}

.logo_24 {
  background-position: -10px -1138px;
}

.logo_25 {
  background-position: -10px -1185px;
}

.logo_26 {
  background-position: -10px -1232px;
}

.logo_27 {
  background-position: -10px -1279px;
}

.logo_28 {
  background-position: -10px -1326px;
}

.logo_29 {
  background-position: -10px -1373px;
}

.logo_30 {
  background-position: -10px -1420px;
}

.logo_31 {
  background-position: -10px -1467px;
}

.logo_32 {
  background-position: -10px -1514px;
}

.logo_33 {
  background-position: -10px -1561px;
}

.logo_34 {
  background-position: -10px -1608px;
}

.logo_35 {
  background-position: -10px -1655px;
}

.logo_36 {
  background-position: -10px -1702px;
}

.logo_37 {
  background-position: -10px -1749px;
}

.logo_38 {
  background-position: -10px -1796px;
}

.logo_39 {
  background-position: -10px -1843px;
}

.logo_40 {
  background-position: -10px -1890px;
}

.logo_41 {
  background-position: -10px -1937px;
}

.logo_42 {
  background-position: -10px -1984px;
}

.logo_43 {
  background-position: -10px -2031px;
}

.logo_44 {
  background-position: -10px -2078px;
}

.logo_45 {
  background-position: -10px -2125px;
}

.logo_46 {
  background-position: -10px -2172px;
}

.logo_47 {
  background-position: -10px -2219px;
}

.logo_48 {
  background-position: -10px -2266px;
}

.logo_49 {
  background-position: -10px -2313px;
}

.logo_50 {
  background-position: -10px -2360px;
}

.logo_51 {
  background-position: -10px -2407px;
}

.logo_52 {
  background-position: -10px -2454px;
}

.logo_53 {
  background-position: -10px -2501px;
}

.logo_54 {
  background-position: -10px -2548px;
}

.logo_55 {
  background-position: -10px -2595px;
}

.logo_56 {
  background-position: -10px -2642px;
}

.logo_57 {
  background-position: -10px -2689px;
}

.logo_58 {
  background-position: -10px -2736px;
}

.logo_59 {
  background-position: -10px -2783px;
}

.logo_60 {
  background-position: -10px -2830px;
}

.logo_61 {
  background-position: -10px -2877px;
}

.logo_62 {
  background-position: -10px -2924px;
}

.logo_1.on,
.logo_10.on,
.logo_11.on,
.logo_12.on,
.logo_13.on,
.logo_14.on,
.logo_15.on,
.logo_16.on,
.logo_17.on,
.logo_18.on,
.logo_19.on,
.logo_2.on,
.logo_20.on,
.logo_21.on,
.logo_22.on,
.logo_23.on,
.logo_24.on,
.logo_25.on,
.logo_26.on,
.logo_27.on,
.logo_28.on,
.logo_29.on,
.logo_3.on,
.logo_30.on,
.logo_31.on,
.logo_32.on,
.logo_33.on,
.logo_34.on,
.logo_35.on,
.logo_36.on,
.logo_37.on,
.logo_38.on,
.logo_39.on,
.logo_4.on,
.logo_40.on,
.logo_41.on,
.logo_42.on,
.logo_43.on,
.logo_44.on,
.logo_45.on,
.logo_46.on,
.logo_47.on,
.logo_48.on,
.logo_49.on,
.logo_5.on,
.logo_50.on,
.logo_51.on,
.logo_52.on,
.logo_53.on,
.logo_54.on,
.logo_55.on,
.logo_56.on,
.logo_57.on,
.logo_58.on,
.logo_59.on,
.logo_6.on,
.logo_60.on,
.logo_61.on,
.logo_62.on,
.logo_7.on,
.logo_8.on,
.logo_9.on {
  background-position-x: -107px;
}

.pagination {
  margin-top: 0;
}

.pagination li span {
  color: #d3dee3;
  background-color: #004ea3;
  border-color: #004ea3;
}

.pagination li a {
  color: #fff;
  background-color: #ffc31e;
  border-color: #004ea3;
}

/* .account {
  background-color: #011c26;
} */

.account-box {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #022635;
}

.account-box > div {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

.account-box img {
  margin-right: 5px;
  width: 55px;
}

.account-box h4 {
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.account-box p {
  color: #d3dee3;
  font-size: 1rem;
  margin-bottom: 0;
}

.account-box.default {
  padding: 28px 15px;
}

.account-box.default h4 {
  font-size: 1.25rem;
}

.account-status {
  text-align: center;
  padding: 15px;
}

.account-status > a,
.account-status > span {
  padding: 0 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.account-status > a {
  color: #888;
}

.account-status > a > span[class*=" icon-"],
.account-status > a > span[class^="icon-"] {
  font-size: 2.25rem;
}

.account-status > a.account-done {
  color: #d3dee3;
}

.account-status > a.account-done .account-badge {
  color: #fff;
  background-color: #ffc31e;
}

.account-status > a:focus,
.account-status > a:hover {
  outline: 0 none;
}

.account-status .account-badge {
  color: #e6e6e6;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  background-color: gray;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -2px;
  right: 3px;
  position: absolute;
}

.account-status .popover {
  width: 100%;
  min-width: 300px;
  height: auto;
  background-color: #2b2d2e;
  border: none;
}

.account-status .popover .arrow:after {
  border-top-color: #2b2d2e !important;
}

.account-step-content {
  display: none;
}
.right-sidebar .popover {
  width: 75%;
  min-width: 150px;
}

.right-sidebar .dropdown-menu {
  background-color: #15317e;
  max-height: 200px;
  overflow: auto;
  padding: 0;
}

.right-sidebar .dropdown-menu li {
  border-bottom: 1px solid #292a2c;
}

.right-sidebar .dropdown-menu li a,
.right-sidebar .dropdown-menu li > span {
  padding: 10px 6px;
  color: #d3dee3;

  display: block;
}

.right-sidebar .dropdown-menu li a:active,
.right-sidebar .dropdown-menu li a:focus,
.right-sidebar .dropdown-menu li a:hover,
.right-sidebar .dropdown-menu li > span:active,
.right-sidebar .dropdown-menu li > span:focus,
.right-sidebar .dropdown-menu li > span:hover {
  color: #fff;
  background-color: #ffc31e;
}

.right-sidebar .dropdown-menu li a:active i[class*="icon-"],
.right-sidebar .dropdown-menu li a:active i[class^="icon-"],
.right-sidebar .dropdown-menu li a:focus i[class*="icon-"],
.right-sidebar .dropdown-menu li a:focus i[class^="icon-"],
.right-sidebar .dropdown-menu li a:hover i[class*="icon-"],
.right-sidebar .dropdown-menu li a:hover i[class^="icon-"],
.right-sidebar .dropdown-menu li > span:active i[class*="icon-"],
.right-sidebar .dropdown-menu li > span:active i[class^="icon-"],
.right-sidebar .dropdown-menu li > span:focus i[class*="icon-"],
.right-sidebar .dropdown-menu li > span:focus i[class^="icon-"],
.right-sidebar .dropdown-menu li > span:hover i[class*="icon-"],
.right-sidebar .dropdown-menu li > span:hover i[class^="icon-"] {
  color: #fff;
}

.right-sidebar .dropdown-menu li a i[class*="icon-"],
.right-sidebar .dropdown-menu li a i[class^="icon-"],
.right-sidebar .dropdown-menu li > span i[class*="icon-"],
.right-sidebar .dropdown-menu li > span i[class^="icon-"] {
  font-size: 1.5em;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.right-sidebar .dropdown-menu li .switch {
  float: left;
}

.right-sidebar .dropdown-menu li:last-of-type {
  border-bottom: none;
}

.right-sidebar .dropdown-menu.dropdown-wallet {
  min-width: 230px;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a {
  font-size: 0.75rem;
  color: #dab867;
  display: table;
  width: 100%;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a span {
  text-align: left;
  display: table-cell;
  width: 1%;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a .dropdown-wallet-value {
  text-align: right;
  font-weight: 700;
  color: #d3dee3;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a:active > span,
.right-sidebar .dropdown-menu.dropdown-wallet li a:focus > span,
.right-sidebar .dropdown-menu.dropdown-wallet li a:hover > span {
  color: #fff;
}

.right-sidebar .dropdown-menu.dropdown-menu-right {
  text-align: right;
}

.sidebar-avatar {
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #15317e;
}

.sidebar-avatar .icon-ballon:after {
  top: -5px;
  right: -10px;
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button,
.sidebar-avatar-buttons div[class*="col-"] > a {
  color: #d3dee3;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding: 2px;
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:focus,
.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:hover,
.sidebar-avatar-buttons div[class*="col-"] > a:focus,
.sidebar-avatar-buttons div[class*="col-"] > a:hover {
  color: #f2f5f7;
}

.sidebar-avatar-buttons .dropdown-menu {
  top: 75%;
}

.sidebar-avatar-buttons .dropdown-menu li {
  text-align: left;
}

.sidebar-avatar-buttons .dropdown-menu li a {
  padding: 8px 6px 14px;
}

.sidebar-avatar-buttons .dropdown-menu li a i[class*="icon-"],
.sidebar-avatar-buttons .dropdown-menu li a i[class^="icon-"] {
  color: #ffc31e;
}

.sidebar-avatar-user {
  text-align: center;
}

.sidebar-avatar-user .sidebar-avatar-image {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sidebar-avatar-user .sidebar-avatar-image img {
  width: 100%;
}

.sidebar-avatar-user h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

.sidebar-avatar-user p {
  color: #ffc31e;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sidebar-account {
  background-color: #022635;
}

.sidebar-account .account-status {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-account .account-status > a > span[class*=" icon-"],
.sidebar-account .account-status > a > span[class^="icon-"] {
  font-size: 1.75rem;
}

.sidebar-account .popover .btn {
  font-size: 0.688rem;
}

.sidebar-wallet {
  background-color: #022635;
}

.sidebar-wallet .row > div[class*="col-"],
.sidebar-wallet .row > div[class^="col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-wallet .row > div[class*="col-"]:last-of-type,
.sidebar-wallet .row > div[class^="col-"]:last-of-type {
  border-right: none;
}

.sidebar-wallet .sidebar-wallet-box {
  padding: 8px 16px;
  text-align: center;
  display: block;
}

.sidebar-wallet .sidebar-wallet-box span {
  color: #dab867;

  text-align: left;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 5px;
}

.sidebar-wallet .sidebar-wallet-box span i {
  color: #d3dee3;
  float: right;
}

.sidebar-wallet .sidebar-wallet-box h4 {
  color: #d3dee3;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-wallet .sidebar-wallet-box p {
  color: #7b7b7b;
  font-size: 0.688rem;
  margin-bottom: 0;
}

.sidebar-wallet .dropdown-menu {
  top: 37%;
  left: 9px;
}

.sidebar-forms > div {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-forms > div:last-of-type {
  border-bottom: none;
}

.sidebar-forms h5 {
  font-size: 0.75rem;
  color: #ffc31e;
  margin-top: 0;
  margin-bottom: 5px;
}

.sidebar-forms i[class*="icon-"],
.sidebar-forms i[class^="icon-"] {
  display: inline-block;
}

.sidebar-forms .icon-swap {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}

.sidebar-forms .row {
  margin-bottom: 10px;
}

.sidebar-forms .form-control {
  padding: 8px 0;
  font-size: 0.75em;
  height: 30px;
}

.sidebar-forms form .btn {
  padding: 0 14px;
  font-size: 1.2rem;
}

.sidebar-forms .dropdown-menu {
  left: -7px;
}

.sidebar-forms div[class*="col-"]:nth-child(even) .dropdown-menu,
.sidebar-forms div[class^="col-"]:nth-child(even) .dropdown-menu {
  text-align: right;
  left: auto;
  right: -7px;
}

.sidebar-forms .dropdown-select button {
  width: 100%;
  padding: 5px 0 6px;
  text-align: left;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #476370;
  font-size: 0.75rem;
}

.sidebar-forms .dropdown-select button b {
  font-weight: 400;
}

.sidebar-forms .dropdown-select button:focus {
  border-color: #ffc31e;
  outline: 0 none;
  -webkit-box-shadow: 0 1px 0 0 #ffc31e;
  box-shadow: 0 1px 0 0 #ffc31e;
}

.sidebar-forms .dropdown-select .caret {
  border-top-color: #86959b;
  float: right;
  margin-top: 7px;
}

.right-sidebar-maintenance {
  text-align: center;
  margin: 30px 0;
}

.right-sidebar-maintenance i[class*=" icon-"],
.right-sidebar-maintenance i[class^="icon-"] {
  color: #d3dee3;
  font-size: 3rem;
  margin-bottom: 10px;
}

.right-sidebar-maintenance h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #dab867;
}

@media all and (min-width: 375px) {
  .right-sidebar .popover {
    width: 80%;
    min-width: 200px;
  }

  .dropdown-menu-wallet {
    min-width: 265px;
  }

  .sidebar-wallet .sidebar-wallet-box h4 {
    font-size: 1rem;
  }
}

@media all and (min-width: 768px) {
  .right-sidebar {
    width: 340px;
  }

  .dropdown-menu-wallet {
    min-width: 275px;
  }
}

.sidebar-wrapper {
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1050;
  background-color: #004ea3;
}

.sidebar-wrapper .socialmedia-holder {
  padding: 12px 16px;
}

.sidebar-wrapper .socialmedia-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper .socialmedia-holder ul li {
  display: inline-block;
  width: 46px;
  margin: 0 10px;
  margin-bottom: 15px;
}

.sidebar-wrapper .socialmedia-holder ul li:last-child,
.sidebar-wrapper .socialmedia-holder ul li:nth-child(4) {
  margin-right: 0;
}

.sidebar-wrapper .socialmedia-holder ul li a p {
  color: #666;
  font-size: 12px;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 0;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-socialmedia {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-tencent {
  background: url(../images/socialmedia-sprite.png) no-repeat -1px 0;
  width: 32px;
  height: 28px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-renren {
  background: url(../images/socialmedia-sprite.png) no-repeat -43px 0;
  width: 28px;
  height: 28px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-weibo {
  background: url(../images/socialmedia-sprite.png) no-repeat -81px 0;
  width: 32px;
  height: 26px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-baidu {
  background: url(../images/socialmedia-sprite.png) no-repeat -123px 0;
  width: 29px;
  height: 32px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-instagram {
  background: url(../images/socialmedia-sprite.png) no-repeat -162px 0;
  width: 26px;
  height: 26px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-youtube {
  background: url(../images/socialmedia-sprite.png) no-repeat -198px 0;
  width: 26px;
  height: 20px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-facebook {
  background: url(../images/socialmedia-sprite.png) no-repeat -234px 0;
  width: 26px;
  height: 26px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-wechat {
  background: url(../images/socialmedia-sprite.png) no-repeat -270px 0;
  width: 30px;
  height: 25px;
}

.home-sections {
  border-bottom: 10px solid #022635;
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-sections .home-section-title {
  margin-bottom: 15px;
}

.home-sections .home-section-title h2 {
  font-size: 1.125rem;
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
}

.home-sections .home-section-title h2 span {
  color: #d3dee3;
}

.home-sections .home-section-title a {
  font-size: 1.375rem;
  padding: 0 10px;
}

.home-bets {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.home-bets li {
  border-bottom: 1px solid #023c53;
}

.home-bets li a {
  padding: 15px 0;
  display: block;
}

.home-bets li:first-child {
  border-top: 1px solid #023c53;
}

.home-bets h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-bets h3 i {
  color: #7698a8;
  margin-right: 5px;
  font-size: 1.429em;
  top: 4px;
  position: relative;
}

.home-bets h3 span {
  font-size: 0.857em;
  font-weight: 400;
  color: #d3dee3;
}

.home-bets p {
  color: #ffc31e;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 0;
}

.home-bets p i {
  color: #d3dee3;
}
.right-sidebar .popover {
  width: 75%;
  min-width: 150px;
}

.right-sidebar .dropdown-menu {
  background-color: #15317e;
  max-height: 200px;
  overflow: auto;
  padding: 0;
}

.right-sidebar .dropdown-menu li {
  border-bottom: 1px solid #292a2c;
}

.right-sidebar .dropdown-menu li a,
.right-sidebar .dropdown-menu li > span {
  padding: 10px 6px;
  color: #d3dee3;

  display: block;
}

.right-sidebar .dropdown-menu li a:active,
.right-sidebar .dropdown-menu li a:focus,
.right-sidebar .dropdown-menu li a:hover,
.right-sidebar .dropdown-menu li > span:active,
.right-sidebar .dropdown-menu li > span:focus,
.right-sidebar .dropdown-menu li > span:hover {
  color: #fff;
  background-color: #ffc31e;
}

.right-sidebar .dropdown-menu li a:active i[class*="icon-"],
.right-sidebar .dropdown-menu li a:active i[class^="icon-"],
.right-sidebar .dropdown-menu li a:focus i[class*="icon-"],
.right-sidebar .dropdown-menu li a:focus i[class^="icon-"],
.right-sidebar .dropdown-menu li a:hover i[class*="icon-"],
.right-sidebar .dropdown-menu li a:hover i[class^="icon-"],
.right-sidebar .dropdown-menu li > span:active i[class*="icon-"],
.right-sidebar .dropdown-menu li > span:active i[class^="icon-"],
.right-sidebar .dropdown-menu li > span:focus i[class*="icon-"],
.right-sidebar .dropdown-menu li > span:focus i[class^="icon-"],
.right-sidebar .dropdown-menu li > span:hover i[class*="icon-"],
.right-sidebar .dropdown-menu li > span:hover i[class^="icon-"] {
  color: #fff;
}

.right-sidebar .dropdown-menu li a i[class*="icon-"],
.right-sidebar .dropdown-menu li a i[class^="icon-"],
.right-sidebar .dropdown-menu li > span i[class*="icon-"],
.right-sidebar .dropdown-menu li > span i[class^="icon-"] {
  font-size: 1.5em;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.right-sidebar .dropdown-menu li .switch {
  float: left;
}

.right-sidebar .dropdown-menu li:last-of-type {
  border-bottom: none;
}

.right-sidebar .dropdown-menu.dropdown-wallet {
  min-width: 230px;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a {
  font-size: 0.75rem;
  color: #dab867;
  display: table;
  width: 100%;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a span {
  text-align: left;
  display: table-cell;
  width: 1%;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a .dropdown-wallet-value {
  text-align: right;
  font-weight: 700;
  color: #d3dee3;
}

.right-sidebar .dropdown-menu.dropdown-wallet li a:active > span,
.right-sidebar .dropdown-menu.dropdown-wallet li a:focus > span,
.right-sidebar .dropdown-menu.dropdown-wallet li a:hover > span {
  color: #fff;
}

.right-sidebar .dropdown-menu.dropdown-menu-right {
  text-align: right;
}

.sidebar-avatar {
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #15317e;
}

.sidebar-avatar .icon-ballon:after {
  top: -5px;
  right: -10px;
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button,
.sidebar-avatar-buttons div[class*="col-"] > a {
  color: #d3dee3;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding: 2px;
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:focus,
.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:hover,
.sidebar-avatar-buttons div[class*="col-"] > a:focus,
.sidebar-avatar-buttons div[class*="col-"] > a:hover {
  color: #f2f5f7;
}

.sidebar-avatar-buttons .dropdown-menu {
  top: 75%;
}

.sidebar-avatar-buttons .dropdown-menu li {
  text-align: left;
}

.sidebar-avatar-buttons .dropdown-menu li a {
  padding: 8px 6px 14px;
}

.sidebar-avatar-buttons .dropdown-menu li a i[class*="icon-"],
.sidebar-avatar-buttons .dropdown-menu li a i[class^="icon-"] {
  color: #ffc31e;
}

.sidebar-avatar-user {
  text-align: center;
}

.sidebar-avatar-user .sidebar-avatar-image {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sidebar-avatar-user .sidebar-avatar-image img {
  width: 100%;
}

.sidebar-avatar-user h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

.sidebar-avatar-user p {
  color: #ffc31e;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sidebar-account {
  background-color: #022635;
}

.sidebar-account .account-status {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-account .account-status > a > span[class*=" icon-"],
.sidebar-account .account-status > a > span[class^="icon-"] {
  font-size: 1.75rem;
}

.sidebar-account .popover .btn {
  font-size: 0.688rem;
}

.sidebar-wallet {
  background-color: #022635;
}

.sidebar-wallet .row > div[class*="col-"],
.sidebar-wallet .row > div[class^="col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-wallet .row > div[class*="col-"]:last-of-type,
.sidebar-wallet .row > div[class^="col-"]:last-of-type {
  border-right: none;
}

.sidebar-wallet .sidebar-wallet-box {
  padding: 8px 16px;
  text-align: center;
  display: block;
}

.sidebar-wallet .sidebar-wallet-box span {
  color: #dab867;

  text-align: left;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 5px;
}

.sidebar-wallet .sidebar-wallet-box span i {
  color: #d3dee3;
  float: right;
}

.sidebar-wallet .sidebar-wallet-box h4 {
  color: #d3dee3;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-wallet .sidebar-wallet-box p {
  color: #7b7b7b;
  font-size: 0.688rem;
  margin-bottom: 0;
}

.sidebar-wallet .dropdown-menu {
  top: 37%;
  left: 9px;
}

.sidebar-forms > div {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-forms > div:last-of-type {
  border-bottom: none;
}

.sidebar-forms h5 {
  font-size: 0.75rem;
  color: #ffc31e;
  margin-top: 0;
  margin-bottom: 5px;
}

.sidebar-forms i[class*="icon-"],
.sidebar-forms i[class^="icon-"] {
  display: inline-block;
}

.sidebar-forms .icon-swap {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}

.sidebar-forms .row {
  margin-bottom: 10px;
}

.sidebar-forms .form-control {
  padding: 8px 0;
  font-size: 0.75em;
  height: 30px;
}

.sidebar-forms form .btn {
  padding: 0 14px;
  font-size: 1.2rem;
}

.sidebar-forms .dropdown-menu {
  left: -7px;
}

.sidebar-forms div[class*="col-"]:nth-child(even) .dropdown-menu,
.sidebar-forms div[class^="col-"]:nth-child(even) .dropdown-menu {
  text-align: right;
  left: auto;
  right: -7px;
}

.sidebar-forms .dropdown-select button {
  width: 100%;
  padding: 5px 0 6px;
  text-align: left;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #476370;
  font-size: 0.75rem;
}

.sidebar-forms .dropdown-select button b {
  font-weight: 400;
}

.sidebar-forms .dropdown-select button:focus {
  border-color: #ffc31e;
  outline: 0 none;
  -webkit-box-shadow: 0 1px 0 0 #ffc31e;
  box-shadow: 0 1px 0 0 #ffc31e;
}

.sidebar-forms .dropdown-select .caret {
  border-top-color: #86959b;
  float: right;
  margin-top: 7px;
}

.right-sidebar-maintenance {
  text-align: center;
  margin: 30px 0;
}

.right-sidebar-maintenance i[class*=" icon-"],
.right-sidebar-maintenance i[class^="icon-"] {
  color: #d3dee3;
  font-size: 3rem;
  margin-bottom: 10px;
}

.right-sidebar-maintenance h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #dab867;
}

@media all and (min-width: 375px) {
  .right-sidebar {
    width: 100%;
  }

  .right-sidebar .popover {
    width: 80%;
    min-width: 200px;
  }

  .dropdown-menu-wallet {
    min-width: 265px;
  }

  .sidebar-wallet .sidebar-wallet-box h4 {
    font-size: 1rem;
  }
}

@media all and (min-width: 768px) {
  .right-sidebar {
    width: 340px;
  }

  .dropdown-menu-wallet {
    min-width: 275px;
  }
}

.sidebar-wrapper {
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1050;
  background-color: #004ea3;
}

.sidebar-wrapper .socialmedia-holder {
  padding: 12px 16px;
}

.sidebar-wrapper .socialmedia-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper .socialmedia-holder ul li {
  display: inline-block;
  width: 46px;
  margin: 0 10px;
  margin-bottom: 15px;
}

.sidebar-wrapper .socialmedia-holder ul li:last-child,
.sidebar-wrapper .socialmedia-holder ul li:nth-child(4) {
  margin-right: 0;
}

.sidebar-wrapper .socialmedia-holder ul li a p {
  color: #666;
  font-size: 12px;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 0;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-socialmedia {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-tencent {
  background: url(../images/socialmedia-sprite.png) no-repeat -1px 0;
  width: 32px;
  height: 28px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-renren {
  background: url(../images/socialmedia-sprite.png) no-repeat -43px 0;
  width: 28px;
  height: 28px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-weibo {
  background: url(../images/socialmedia-sprite.png) no-repeat -81px 0;
  width: 32px;
  height: 26px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-baidu {
  background: url(../images/socialmedia-sprite.png) no-repeat -123px 0;
  width: 29px;
  height: 32px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-instagram {
  background: url(../images/socialmedia-sprite.png) no-repeat -162px 0;
  width: 26px;
  height: 26px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-youtube {
  background: url(../images/socialmedia-sprite.png) no-repeat -198px 0;
  width: 26px;
  height: 20px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-facebook {
  background: url(../images/socialmedia-sprite.png) no-repeat -234px 0;
  width: 26px;
  height: 26px;
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-wechat {
  background: url(../images/socialmedia-sprite.png) no-repeat -270px 0;
  width: 30px;
  height: 25px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 14px;
  margin-top: 4px;
  margin-left: 4px;
}

.switch input {
  display: none;
}

.switch input:checked + .switch-slider {
  background-color: #fff;
}

.switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch input:checked + .switch-slider:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01374d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
}

.switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: -4px;
  bottom: -4px;
  background-color: #ffc31e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.login {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.login-container {
  vertical-align: middle;
  /*display: table-cell*/
}

.login-box {
  width: 100%;
  padding: 60px;
  max-width: 480px;
  margin: 0 auto;
}
/* 
.login-box .login-logo {
    height: 109px;
    width: 100%;
} */
.login-box #btnSubmit {
  font-size: 14px;
  line-height: 1.29;
  color: #fff;
  width: 100%;
  height: 39px;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  background-image: linear-gradient(to bottom, #5dbaff 0%, #2466ab);
  margin: 28px 0 0;
}
[data-p="login"] .header,
[data-p="login"] .header-title {
  background: #0c6db5;
  color: #fff;
}
.login-logo {
  right: 15px;
  width: 80%;
  position: relative;
  top: -5px;
}
[data-p="login"] .header .header-button .icon {
  color: #fff;
  font-size: 1rem;
}
.login-box .imgCaptcha {
  margin-bottom: 10px;
}

.login-forgot {
  margin-bottom: 30px;
}

.login-forgot a {
  font-size: 0.875rem;
}

.login-register {
  margin-bottom: 30px;
}

.login-register p {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.captcha-div > div {
  padding-left: 0;
}

@media all and (min-width: 480px) {
  .login-box .login-logo {
    padding-top: 0;
    margin-bottom: 15%;
  }

  .login-register p {
    max-width: 80%;
  }
}

.login-vip {
  background-color: #1e1e1e;
}

.login-vip .login-box {
  padding: 15px 30px;
}

.login-vip .login-form {
  border-top: 5px solid #ffc500;
  background-color: #1f1f1f;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.login-vip .login-form h2 {
  color: #fff;
  letter-spacing: -0.5px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 15px;
}

.login-vip .form-control {
  color: #1f1f1f;
  padding: 10px;
  background-color: #faffbd;
  border-color: #faffbd;
}

.login-vip .form-control:focus {
  border: #faffbd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-vip .has-error .form-control {
  border: 1px solid #fd1f33;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-vip .input-group-addon {
  background-color: #18191e;
  border: 1px solid #18191e;
  font-size: 1.5rem;
  padding: 6px 5px;
}

.login-vip .login-forgot {
  margin-bottom: 15px;
}

.login-vip .login-note p {
  color: #fff;

  font-size: 0.875rem;
}

.login-palazzo {
  background: #1f1f1f
    url(/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg) center center
    no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.login-palazzo .login-form {
  border: 1px solid #827e7b;
  background-color: rgba(46, 46, 46, 0.95);
  padding: 15px;
}

.login-palazzo .palazzo-prefix {
  font-size: 0.75rem;
  color: #ffc31e;
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 4px;
}

.login-palazzo .form-group {
  vertical-align: middle;
}

.login-palazzo .form-group label {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 6px;
  margin-bottom: 0;
}

.login-palazzo .form-control {
  height: 35px;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #555;
}

.login-palazzo .form-control:focus {
  border: 1px solid #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-palazzo .has-error .form-control {
  border: 1px solid #fd1f33;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-palazzo .login-forgot,
.login-palazzo .login-note {
  font-family: dinpro;
}

@media all and (min-width: 480px) {
  .login-palazzo .palazzo-prefix {
    font-size: 0.875rem;
  }

  .login-palazzo .form-group label {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 480px) {
  .login-palazzo .login-form {
    padding: 30px;
  }
}

@media all and (min-width: 768px) {
  .login-palazzo {
    background: #1f1f1f
      url(/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg) center
      center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }

  .login-palazzo .login-form {
    background-color: rgba(46, 46, 46, 0.75);
  }
}

@media all and (orientation: landscape) {
  .login-palazzo {
    background: #1f1f1f
      url(/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg) center
      center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }

  .login-palazzo .login-form {
    background-color: rgba(46, 46, 46, 0.75);
  }
}

.home-banner {
  background-color: #011f2b;
  overflow: hidden;
}

.home-banner a {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
}

.home-banner .badge-new {
  max-width: 55px;
  top: 0;
  right: 5%;
  position: absolute;
}

.home-banner .badge-new img {
  width: 100%;
  margin: auto;
}

.home-banner img {
  max-width: 100%;
  display: block;
}

.home-banner .slick-dots {
  height: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
}

.home-banner .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}

.home-banner .slick-dots li button {
  padding: 0;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border: none;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d3dee3;
  opacity: 0.9;
}

.home-banner .slick-dots li.slick-active button {
  background-color: #ffc31e;
}

.home-banner-text {
  width: 100%;
  padding: 15px 15px 25px;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-box-shadow: inset 0 -150px 100px -80px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 -150px 100px -80px rgba(0, 0, 0, 0.8);
}

.home-banner-text h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 2px 10px #000;
}

.home-banner-text p {
  color: #d3dee3;
  text-shadow: 0 2px 10px #000;
}

.home-footer {
  padding: 30px;
  text-align: center;
}

.home-footer .home-footer-gpi {
  width: 200px;
  height: 56px;
  margin: 0 auto 15px;
}

.home-footer .home-footer-gpi img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.home-footer p {
  color: #bbb;
  font-size: 10px;
}

.slick-slider .slick-slide {
  display: none;
}

.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffc31e;
  background: rgba(42, 143, 189, 0.7);
  width: 50px;
  height: 50px;
  z-index: 900;
  color: transparent;
  opacity: 0.5;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 10px;
  top: 10px;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-to-top:focus,
.back-to-top:hover {
  opacity: 1;
  text-decoration: none;
  background: #ffc31e;
}

.back-to-top:hover span {
  color: #fff;
  top: 5px;
}

.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

.worldcup-modal {
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  top: 47px;
  position: absolute;
  display: block;
}

.modal-body-cup {
  padding: 0;
}

.announcement-slide {
  padding: 10px 0;
  margin-left: 30px;
  position: relative;
}

.announcement-slide .megaphone {
  color: #ffc31e;
  font-family: icomoon !important;
  font-size: 1.5rem;
  content: "\e936";
  top: 3px;
  left: -30px;
  position: absolute;
}

.announcement-slide .megaphone .indicator {
  position: absolute;
  top: 0;
  left: -5px;
}

.announcement-slide:after {
  font-size: 14px;
  width: 10px;
  height: 10px;
  top: 8px;
  left: -30px;
}

.announcement-slide-box {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  clear: both;
  white-space: nowrap;
}

.announcement-slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
  width: auto;
  color: #606770;
  font-size: 0.9rem;
}
.main-screen-slot-bg .module,
.main-screen-xmas-bg .module,
.module {
  margin-bottom: 0.8rem;
  border-radius: 8px;
  padding: 0.8rem 0;
}
.swipe-list:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.module:last-of-type {
  border-bottom-width: 0;
}

.main-screen-slot-bg .module ~ .module,
.main-screen-xmas-bg .module ~ .module,
.module ~ .module {
  border-top: 0;
}

.module .sponsors .sponsors-list {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.module .sponsors .sponsors-list .sponsors-item {
  text-align: center;
  display: table-cell;
}

.module .sponsors .sponsors-list .sponsors-item img {
  height: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.module .sponsors .sponsors-list .sponsors-item img[src*="Wolverhampton"],
.module .sponsors .sponsors-list .sponsors-item img[src^="Wolverhampton"] {
  height: 110px;
  margin-top: 0;
  margin-bottom: 0;
}

.module .sponsors .sponsors-list .sponsors-item .media-title {
  color: #dab867;
  margin-top: 0;
  vertical-align: text-top;
}

.module-header {
  max-width: 1024px;
  margin: 0 auto 1px;
  padding: 0 15px;
}

.module-header .media-heading {
  color: #1c1e21;
  margin-top: 0;
  font-size: 1.125rem;
}

.module-header .btn {
  padding: 0;
  line-height: 1;
  border-width: 0;
}

.module-header.module-header-row {
  padding: 0;
}

.module-header.module-header-row .media-heading {
  height: 44px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0;
}

.page-shortcut-icons-wrapper {
  width: 100%;
  background-image: linear-gradient(to top, #0e5cb0, #51acec);
}

.page-shortcut-icons-wrapper .shortcut-icons {
  list-style: none;
  position: relative;
  text-align: center;
  font-size: 0;
  margin-bottom: 0;
  display: flex;
  overflow-x: auto;
  padding: 0;
}
.page-shortcut-icons-wrapper .shortcut-icons:after,
.page-shortcut-icons-wrapper .shortcut-icons:before {
  content: "";
  display: table;
  clear: both;
}

.page-shortcut-icons-wrapper .shortcut-icons.second-row {
  margin-bottom: 0;
}

.page-shortcut-icons-wrapper .shortcut-icons .shortcut-separator-line {
  width: 345px;
  height: 1px;
  background-color: #01374d;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block;
}

.page-shortcut-icons-wrapper .shortcut-icons li {
  flex: 1 0 90px;
  display: inline-block;
  padding: 0;
}

.page-shortcut-icons-wrapper .shortcut-icons li:last-child {
  padding-right: 0;
}

.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder {
  color: #f4f4f4;
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px;
  border-bottom: 3px solid transparent;
}
.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder:focus,
.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder.active {
  background-color: #03355c;
  border-color: #ffd400;
}
.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder .icomoon {
  border-radius: 24px;
  line-height: 3rem;
  color: inherit;
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
  white-space: nowrap;
  height: 3rem;
}

.page-shortcut-icons-wrapper
  .shortcut-icons
  li
  .iconn-holder
  .icomoon
  .indicator-new {
  position: absolute;
}

.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder .label {
  font-family: inherit;
  color: #f4f4f4;
  font-size: 12px;
  line-height: 1.2385;
  text-align: center;
  margin: 0;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder:focus .label,
.page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder.active .label {
  color: #ffd400;
}
.page-shortcut-icons-wrapper .shortcut-icons .icomoon {
  font-size: 35px;
  vertical-align: middle;
  color: #fff;
}

.swipe-box {
  max-width: 1024px;
  margin: 0 auto;
}

.swipe-box-promotions {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 140px;
}

.swipe-box-promotions .css-loader-center {
  margin: auto;
}

.swipe-box-events {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.swipe-box-events .css-loader-center {
  margin: auto;
}

.swipe-list {
  list-style: none;
  padding: 0 0 10px 0;
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.swipe-list li {
  vertical-align: top;
  display: inline-block;
}
.swipe-list li a {
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.swipe-list li a img {
  width: 100%;
}

.swipe-list li h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}

.swipe-list li p {
  margin-bottom: 0;
  font-size: 0.688rem;
  color: #95afbb;
}

.swipe-list.swipe-list-slots li {
  margin-top: 13px;
}

.swipe-list.swipe-list-slots li a {
  height: auto;
  /*max-width: 88px*/
}

.swipe-list.swipe-list-slots h5 {
  max-width: 100%;
  text-align: center;
}

.swipe-list.swipe-list-contact li {
  width: 88px !important;
}

.swipe-list.swipe-list-contact li a {
  max-width: 88px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.swipe-list.swipe-list-contact li .icon {
  color: #15317e;
  font-size: 2.5rem;
  display: block;
}

.swipe-list.swipe-list-contact h5 {
  max-width: 88px;
  vertical-align: middle;
  text-align: center;
}

.swipe-list.swipe-list-casino li {
  width: 104px;
}

.swipe-list.swipe-list-casino li a {
  max-width: 104px;
  height: 116px;
}

.swipe-list.swipe-list-casino h5 {
  max-width: 104px;
}

.swipe-list.swipe-list-promos li a {
  max-width: 256px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: none;
  background-image: url(/_static/images/promo-default.png);
}

.swipe-list.swipe-list-promos h5 {
  font-size: 0.875rem;
  max-width: 256px;
  margin-bottom: 0;
}

.swipe-list.swipe-list-events li a {
  max-width: 256px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: none;
  background-image: url(/_static/images/promo-default.png);
}

.swipe-list.swipe-list-events h5 {
  font-size: 0.875rem;
  max-width: 256px;
  margin-bottom: 0;
}

.swipe-list.swipe-list-sportsbook.home-banner {
  background-color: transparent;
}

.swipe-list.swipe-list-sportsbook li.event-item {
  position: relative;
  margin: 0;
  padding: 0 15px;
  border-radius: 10px;
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match {
  width: 100%;
  position: absolute;
  z-index: 100;
  display: table;
  left: 0;
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder {
  display: table-cell;
  vertical-align: middle;
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
  color: #ffc500;
  font-size: 24px;
  line-height: 14px;
  display: block;
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
  font-size: 9vw;
}

.swipe-list.swipe-list-sportsbook
  li.event-item
  .team-match
  .tm-holder
  p
  b.participant-1 {
  font-size: 25px;
  font-size: 8vw;
}

.swipe-list.swipe-list-sportsbook
  li.event-item
  .team-match
  .tm-holder
  p
  b.participant-2 {
  font-size: 20px;
  font-size: 7vw;
}

.swipe-list.swipe-list-sportsbook
  li.event-item
  .team-match
  .tm-holder
  p
  b.participant-3 {
  font-size: 15px;
  font-size: 6vw;
}

.swipe-list.swipe-list-sportsbook
  li.event-item
  .team-match
  .tm-holder
  p
  b.participant-4 {
  font-size: 10px;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 60px;
    font-size: 8vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-1 {
    font-size: 50px;
    font-size: 6vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-2 {
    font-size: 40px;
    font-size: 5vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-3 {
    font-size: 30px;
    font-size: 4vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-4 {
    font-size: 30px;
    font-size: 3vw;
  }
}

@media only screen and (min-width: 1200px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 80px;
    font-size: 6vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-1 {
    font-size: 60px;
    font-size: 5vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-2 {
    font-size: 50px;
    font-size: 4vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-3 {
    font-size: 40px;
    font-size: 3vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-4 {
    font-size: 30px;
    font-size: 2vw;
  }
}

@media only screen and (min-width: 1600px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 90px;
    font-size: 5vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-1 {
    font-size: 70px;
    font-size: 4vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-2 {
    font-size: 60px;
    font-size: 3vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-3 {
    font-size: 50px;
    font-size: 2vw;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    b.participant-4 {
    font-size: 40px;
    font-size: 1vw;
  }
}

.swipe-list.swipe-list-sportsbook li.event-item img {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box {
  background: #1c6080;
  width: 55%;
  height: 46px;
  float: left;
  text-align: center;
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box .col-xs-4 {
  height: 46px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0;
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box .col-xs-4:last-child {
  border: 0;
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box big {
  font-size: 18px;
  font-weight: 700;
  color: #ffc31e;
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box p {
  color: #fff;
  text-transform: uppercase;
}

.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet {
  width: 42%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  float: right;
}

.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet span {
  font-size: 9px;
  opacity: 0.3;
  display: block;
  font-weight: 400;
}

.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet.full {
  width: 100%;
}

.swipe-list.swipe-list-sportsbook .container > .row {
  margin-bottom: 20px;
}

.swipe-list.swipe-list-sportsbook .slick-dots {
  height: 24px;
}

@media (min-width: 321px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match {
    width: 100%;
    height: 125px;
  }

  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
    font-size: 34px;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    span {
    font-size: 28px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .swipe-list.swipe-list-sportsbook li.event-item {
    width: 100%;
  }

  .swipe-list.swipe-list-sportsbook li.event-item .team-match {
    width: 100%;
    height: 268px;
  }

  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
    font-size: 72px;
  }

  .swipe-list.swipe-list-sportsbook
    li.event-item
    .team-match
    .tm-holder
    p
    span {
    font-size: 58px;
    line-height: 54px;
  }

  .swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet {
    margin-right: 15px;
  }
}

.swipe-list.swipe-list-lg li {
  width: 140px;
  height: 140px;
  overflow: hidden;
  padding-bottom: 0;
}

.swipe-list.swipe-list-md li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding-bottom: 0;
}

.swipe-list.swipe-list-premierleague.home-banner {
  background-color: transparent;
}

.swipe-list.swipe-list-premierleague li.event-item {
  position: relative;
  margin: 0;
  padding: 0 15px;
  width: 100%;
}

.swipe-list.swipe-list-premierleague li.event-item .container {
  margin-top: 5px;
  height: 220px;
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up {
  text-align: center;
  margin-bottom: 10px;
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .logo {
  text-align: left;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .logo
  img {
  height: 48px;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .vs
  span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .name {
  padding-top: 10px;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .name
  span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .odds
  .box {
  border-radius: 8%;
  margin-top: 5px;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .odds
  .high {
  background-color: #ffd2d2;
  border: 5px solid #ffd2d2;
  color: #db0007;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .odds
  .low {
  background-color: #d2dfff;
  border: 5px solid #d2dfff;
  color: #274488;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .container
  .match-up
  .odds
  span {
  font-size: 16px;
  font-weight: 700;
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box {
  background-color: #022635;
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 55%;
  height: 46px;
  float: left;
  text-align: center;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .cd-timer-box
  .cd-box
  .col-xs-4 {
  height: 46px;
  padding: 0;
}

.swipe-list.swipe-list-premierleague
  li.event-item
  .cd-timer-box
  .cd-box
  .col-xs-4:last-child {
  border: 0;
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box big {
  font-size: 18px;
  font-weight: 700;
  color: #ffc31e;
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box p {
  color: #787e81;
  text-transform: uppercase;
}

.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet {
  width: 40%;
  font-weight: 700;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet span {
  font-size: 9px;
  opacity: 0.3;
  display: block;
  font-weight: 400;
}

.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet.full {
  width: 100%;
}

.swipe-list.swipe-list-premierleague li.event-item .slick-dots {
  height: 24px;
}

.swipe-list-promotions {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  overflow: auto;
  white-space: nowrap;
}

.swipe-list-promotions li {
  vertical-align: top;
  margin-right: 35px;
  display: inline-block;
}

.swipe-list-promotions li:first-child {
  margin-left: 15px;
}

.swipe-list-promotions li a {
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}

.swipe-list-promotions li a img {
  width: 100%;
}

.swipe-list-promotions li h5 {
  font-size: 0.75rem;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}

.swipe-list-promotions li p {
  margin-bottom: 0;
  font-size: 0.688rem;
  color: #95afbb;
}

.swipe-list-events {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  overflow: auto;
  white-space: nowrap;
}

.swipe-list-events li {
  vertical-align: top;
  margin-right: 15px;
  display: inline-block;
}

.swipe-list-events li:first-child {
  margin-left: 15px;
}

.swipe-list-events li a {
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}

.swipe-list-events li a img {
  width: 100%;
}

.swipe-list-events li h5 {
  font-size: 0.75rem;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}

.swipe-list-events li p {
  margin-bottom: 0;
  font-size: 0.688rem;
  color: #95afbb;
}

.swipe-list-events .launch-list {
  margin-right: 5px;
  margin-left: 5px !important;
}

.dashboard-potm {
  margin-bottom: 15px;
  position: relative;
}

.dashboard-potm img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}

.dashboard-potm .dashboard-potm-content {
  padding: 50px 10px 10px;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(100%, #000)
  );
  background: -webkit-linear-gradient(top, transparent 0, #000 100%);
  background: -o-linear-gradient(top, transparent 0, #000 100%);
  background: -ms-linear-gradient(top, transparent 0, #000 100%);
  background: linear-gradient(to bottom, transparent 0, #000 100%);
}

.dashboard-potm .dashboard-potm-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #dab867;
  margin-bottom: 0;
}

.dashboard-potm .dashboard-potm-content p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.dashboard-potm .dashboard-potm-content .media-body,
.dashboard-potm .dashboard-potm-content .media-right {
  vertical-align: bottom;
}

.dashboard-countdown {
  margin-top: -6px;
  width: 100%;
  height: 63px;
  background: url(/_Static/images/countdown-repeat.png) repeat-x center 0;
  position: relative;
  overflow: hidden;
}

.dashboard-countdown > img {
  width: 443px;
}

.dashboard-countdown .dashboard-countdown-box {
  background: url(/_Static/images/countdown.png) no-repeat -42px 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.dashboard-countdown .dashboard-countdown-content {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  padding-left: 30px;
  display: block;
}

.dashboard-countdown .dashboard-countdown-content h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 400;
  text-shadow: 0 1px 1px #000;
}

.dashboard-countdown .dashboard-countdown-content p {
  color: #d1d1d1;
  font-size: 0.625rem;
  margin-bottom: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.dashboard-countdown .dashboard-countdown-content .col-xs-4 {
  margin-top: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.dashboard-countdown .dashboard-countdown-content .col-xs-4:last-of-type {
  border-right-width: 0;
}

@media (min-width: 375px) {
  .dashboard-countdown .dashboard-countdown-box {
    background: url(/_Static/images/countdown.png) no-repeat center 0;
  }

  .dashboard-countdown .dashboard-countdown-content {
    max-width: 350px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .swipe-list::-webkit-scrollbar-track {
    background-color: #011f2b;
  }

  .swipe-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #011f2b;
  }

  .swipe-list::-webkit-scrollbar-thumb {
    background-color: #035576;
  }
}

.promo-holder {
  position: relative;
}

.event-holder {
  position: relative;
}

.slot-provider {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-top: 15px;
}

.slot-provider:after,
.slot-provider:before {
  content: "";
  display: table;
  clear: both;
}

.slot-provider li {
  width: 25%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.slot-provider li a {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 1px solid #ff0;
}

.slot-provider li a:before {
  width: 68px;
  height: 68px;
  content: "";
  position: absolute;
  display: block;
  border-radius: 100%;
  top: 0;
  left: 50%;
  margin-top: -1px;
  margin-left: -35px;
}

.slot-provider li a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 3px;
}

.slot-provider li .provider-logo {
  background-image: url(../images/provider-logo.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 361px auto;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 2px;
}

@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .slot-provider li .provider-logo {
    background-image: url(../images/provider-logo@2x.png);
    width: 100%;
    height: auto;
  }
}

.slot-provider li .gpi {
  background-position: -65px -4px;
  width: 69px;
  height: 14px;
}

.slot-provider li .mgs {
  background-position: -1px -2px;
  width: 59px;
  height: 15px;
  margin-top: 4px;
}

.slot-provider li .png {
  background-position: -145px -3px;
  width: 46px;
  height: 13px;
}

.slot-provider li .qt {
  background-position: -199px -5px;
  width: 45px;
  height: 10px;
}

.slot-provider li .pt {
  background-position: -249px -4px;
  width: 52px;
  height: 11px;
  margin-top: 7px;
}

.slot-provider li .isb {
  background-position: -310px -6px;
  width: 41px;
  height: 9px;
  margin-top: 8px;
}

.slot-provider li .pp {
  background-position: -277px -24px;
  width: 55px;
  height: 26px;
  margin-top: -4px;
}

.slot-provider li .net {
  background-position: 0 -29px;
  width: 42px;
  height: 16px;
}

.slot-provider li .sw {
  background-position: -49px -30px;
  width: 59px;
  height: 13px;
  margin-top: 8px;
}

.slot-provider li .sld {
  background-position: -177px -27px;
  width: 46px;
  height: 21px;
}

.slot-provider li .ttg {
  background-position: -114px -28px;
  width: 57px;
  height: 17px;
  margin-top: 6px;
}

.slot-provider li .bs {
  background-position: -227px -28px;
  width: 47px;
  height: 20px;
}

.slot-provider li .bg {
  background-position: 0 -59px;
  width: 45px;
  height: 15px;
}

.slot-provider li .bo {
  background-position: -56px -60px;
  width: 54px;
  height: 13px;
}

.slot-provider li .gns {
  background-position: -118px -62px;
  width: 45px;
  height: 11px;
  margin-top: 9px;
}

.slot-provider li .sg {
  background-position: -179px -60px;
  width: 60px;
  height: 12px;
  margin-top: 7px;
}

.slot-provider li .ygg {
  background-position: -247px -58px;
  width: 63px;
  height: 15px;
}

.slot-provider li .provider-logo-gpi {
  border-color: #a8c62c;
}

.slot-provider li .provider-logo-mgs {
  border-color: #23df2f;
}

.slot-provider li .provider-logo-png {
  border-color: #2285c8;
}

.slot-provider li .provider-logo-qt {
  border-color: #98070a;
}

.slot-provider li .provider-logo-pt {
  border-color: #2f3675;
}

.slot-provider li .provider-logo-isb {
  border-color: #ffb600;
}

.slot-provider li .provider-logo-pp {
  border-color: #fd9231;
}

.slot-provider li .provider-logo-net {
  border-color: #78bc1f;
}

.slot-provider li .provider-logo-sw {
  border-color: #a2a2a2;
}

.slot-provider li .provider-logo-ttg {
  border-color: #d61e00;
}

.slot-provider li .provider-logo-sld {
  border-color: #eb4b1e;
}

.slot-provider li .provider-logo-bs {
  border-color: #ff0;
}

.slot-provider li .provider-logo-bg {
  border-color: #e80f1f;
}

.slot-provider li .provider-logo-bo {
  border-color: #3df6ae;
}

.slot-provider li .provider-logo-gns {
  border-color: #ed36a3;
}

.slot-provider li .provider-logo-sg {
  border-color: #c41010;
}

.slot-provider li .provider-logo-ygg {
  border-color: #f1602f;
}

.btn-toggle {
  background-color: rgba(42, 143, 189, 0.1);
  width: 100%;
  padding: 4px 15px;
  font-size: 0.6rem;
  position: relative;
  bottom: -4px;
}

.btn-toggle:focus,
.btn-toggle:hover {
  background-color: #ffc31e;
}

.banner-event,
.main-screen-halloween-bg .banner-halloween,
.main-screen-slot-bg .banner-slot,
.main-screen-xmas-bg .banner-xmas {
  position: relative;
  overflow: hidden;
}

.banner-event a,
.main-screen-halloween-bg .banner-halloween a,
.main-screen-slot-bg .banner-slot a,
.main-screen-xmas-bg .banner-xmas a {
  position: relative;
  top: 0;
  display: block;
}

.banner-event a img,
.main-screen-halloween-bg .banner-halloween a img,
.main-screen-slot-bg .banner-slot a img,
.main-screen-xmas-bg .banner-xmas a img {
  width: 100%;
  display: block;
}

.banner-event a:after,
.main-screen-halloween-bg .banner-halloween a:after,
.main-screen-slot-bg .banner-slot a:after,
.main-screen-xmas-bg .banner-xmas a:after {
  background: -moz-linear-gradient(top, rgba(17, 25, 106, 0.3) 0, #111865 100%);
  background: -webkit-linear-gradient(
    top,
    rgba(17, 25, 106, 0.3) 0,
    #111865 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(17, 24, 106, 0.3) 0,
    #111865 100%
  );
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
}

.banner-event .search-holder,
.main-screen-halloween-bg .banner-halloween .search-holder,
.main-screen-slot-bg .banner-slot .search-holder,
.main-screen-xmas-bg .banner-xmas .search-holder {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 15px;
}

.banner-event .search-holder .top-search,
.main-screen-halloween-bg .banner-halloween .search-holder .top-search,
.main-screen-slot-bg .banner-slot .search-holder .top-search,
.main-screen-xmas-bg .banner-xmas .search-holder .top-search {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 0;
  padding: 5px 15px;
  font-size: 0.7rem;
  color: #bbb;
}

.banner-event .search-holder .top-search:focus,
.main-screen-halloween-bg .banner-halloween .search-holder .top-search:focus,
.main-screen-slot-bg .banner-slot .search-holder .top-search:focus,
.main-screen-xmas-bg .banner-xmas .search-holder .top-search:focus {
  outline: 0;
}

.main-screen-halloween-bg {
  background: #11196a;
  background: -moz-linear-gradient(top, #11196a 20%, #111450 100%);
  background: -webkit-linear-gradient(top, #11196a 20%, #111450 100%);
  background: linear-gradient(to bottom, #11196a 20%, #111450 100%);
}

.main-screen-halloween-bg .module {
  border: 0;
  padding: 0;
}

.main-screen-halloween-bg .module .swipe-list {
  padding: 0;
}

.position-top-reset {
  top: 0;
}

.main-screen-xmas-bg {
  background: #f5515f;
  background: -moz-linear-gradient(top, #f5515f 0, #9f041b 100%);
  background: -webkit-linear-gradient(top, #f5515f 0, #9f041b 100%);
  background: linear-gradient(to bottom, #f5515f 0, #9f041b 100%);
}

.main-screen-xmas-bg .module {
  border: 0;
  padding: 0;
}

.main-screen-xmas-bg .module .swipe-list {
  padding: 0;
}

.main-screen-xmas-bg .banner-xmas a:after {
  background: -moz-linear-gradient(top, rgba(160, 4, 28, 0.3) 0, #dd3e4e 100%);
  background: -webkit-linear-gradient(
    top,
    rgba(160, 4, 28, 0.3) 0,
    #dd3e4e 100%
  );
  background: linear-gradient(to bottom, rgba(160, 4, 28, 0.3) 0, #dd3e4e 100%);
}

.main-screen-slot-bg {
  background: #022635;
}

.main-screen-slot-bg .module {
  border: 0;
  padding: 0;
}

.main-screen-slot-bg .module .btn-link-text {
  height: 44px;
  line-height: 44px;
  padding: 0;
  font-weight: 700;
}

.main-screen-slot-bg .module .swipe-list {
  padding: 0;
}

.main-screen-slot-bg .module .swipe-box-disabled {
  max-width: 100%;
}

.main-screen-slot-bg .module .swipe-box-disabled .swipe-list {
  font-size: 0;
  white-space: normal;
}

.main-screen-slot-bg .module .swipe-box-disabled .swipe-list li {
  width: 80px;
  height: 80px;
  margin: 0 0 10px 11px;
}

.main-screen-slot-bg .banner-slot {
  min-height: 248px;
  padding-bottom: 60px;
}

.main-screen-slot-bg .banner-slot .swipe-box-provider {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder {
  max-width: 1024px;
  overflow-x: hidden;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-size: 0;
  white-space: nowrap;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a {
  background-color: #033549;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  margin-bottom: 0;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a::after {
  background: 0 0;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active,
.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a:hover {
  background: #2c44b1;
  background: -moz-linear-gradient(45deg, #2c44b1 0, #00a79e 100%);
  background: -webkit-linear-gradient(45deg, #2c44b1 0, #00a79e 100%);
  background: linear-gradient(45deg, #2c44b1 0, #00a79e 100%);
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider {
  background-image: url(../images/provider-logo-slot.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 380px auto;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
}

@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .main-screen-slot-bg
    .banner-slot
    .swipe-box-provider
    .swipe-list-holder
    .swipe-list
    a
    .ic-provider {
    background-image: url(../images/provider-logo-slot@2x.png);
    width: 100%;
    height: auto;
  }
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-gpi {
  background-position: 0 0;
  width: 48px;
  height: 9px;
  margin-left: -24px;
  margin-top: -4px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-mgs {
  background-position: -53px 0;
  width: 48px;
  height: 12px;
  margin-left: -24px;
  margin-top: -6px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-png {
  background-position: -106px -2px;
  width: 48px;
  height: 14px;
  margin-left: -24px;
  margin-top: -7px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-qt {
  background-position: -160px -1px;
  width: 46px;
  height: 10px;
  margin-left: -23px;
  margin-top: -5px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-pt {
  background-position: -212px 0;
  width: 48px;
  height: 10px;
  margin-left: -24px;
  margin-top: -5px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-isb {
  background-position: -266px -2px;
  width: 46px;
  height: 10px;
  margin-left: -23px;
  margin-top: -5px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-nt {
  background-position: -318px 0;
  width: 48px;
  height: 17px;
  margin-left: -24px;
  margin-top: -8px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-sg {
  background-position: 0 -22px;
  width: 48px;
  height: 17px;
  margin-left: -24px;
  margin-top: -5px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-tg {
  background-position: -53px -22px;
  width: 48px;
  height: 12px;
  margin-left: -24px;
  margin-top: -6px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-bs {
  background-position: -106px -22px;
  width: 35px;
  height: 16px;
  margin-left: -17px;
  margin-top: -6px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-pp {
  background-position: -194px -23px;
  width: 37px;
  height: 16px;
  margin-left: -18px;
  margin-top: -8px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-bg {
  background-position: -242px -22px;
  width: 32px;
  height: 16px;
  margin-left: -16px;
  margin-top: -8px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-bng {
  background-position: -279px -22px;
  width: 48px;
  height: 12px;
  margin-left: -24px;
  margin-top: -6px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-gns {
  background-position: -332px -22px;
  width: 48px;
  height: 12px;
  margin-left: -24px;
  margin-top: -6px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-spd {
  background-position: 0 -44px;
  width: 48px;
  height: 9px;
  margin-left: -24px;
  margin-top: -4px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a
  .ic-provider-ygg {
  background-position: -53px -105px;
  width: 48px;
  height: 12px;
  margin-left: -24px;
  margin-top: -6px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-gpi {
  background-position: 0 -61px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-mgs {
  background-position: -53px -61px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-png {
  background-position: -106px -63px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-qt {
  background-position: -160px -62px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-pt {
  background-position: -212px -61px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-isb {
  background-position: -266px -63px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-nt {
  background-position: -318px -61px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-sg {
  background-position: 0 -83px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-tg {
  background-position: -53px -83px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-bs {
  background-position: -106px -83px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-pp {
  background-position: -194px -84px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-bg {
  background-position: -242px -83px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-bng {
  background-position: -279px -83px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-gns {
  background-position: -332px -83px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-spd {
  background-position: 0 -105px;
}

.main-screen-slot-bg
  .banner-slot
  .swipe-box-provider
  .swipe-list-holder
  .swipe-list
  a.active
  .ic-provider-ygg {
  background-position: -53px -105px;
}

.main-screen-slot-bg .banner-slot a:after {
  background: -moz-linear-gradient(top, rgba(2, 38, 53, 0.45) 0, #022635 100%);
  background: -webkit-linear-gradient(
    top,
    rgba(2, 38, 53, 0.45) 0,
    #022635 100%
  );
  background: linear-gradient(to bottom, rgba(2, 38, 53, 0.45) 0, #022635 100%);
}

.register-success-icon {
  font-size: 7rem;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.75);
}

.register-success-message {
  padding: 15px 0;
  text-align: center;
}

.register-success-message h4 {
  font-size: 1.313rem;
  color: #dab867;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.register-success-message p.payment-note {
  color: #d3dee3;
  background-color: rgba(255, 255, 255, 0.075);
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.register-success-message a.deposit-now {
  font-size: 1.25rem;
  border: none;

  text-align: center;
  background-color: #01425c;
  color: #dab867;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 1px;
  display: block;
  position: relative;
}

.register-success-content {
  padding: 30px;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.register-success-content .table-container {
  width: 100%;
  overflow: auto;
}

.register-success-content .table-container table {
  font-size: 1.2rem;
  line-height: 2rem;
  table-layout: fixed;
}

.register-success-content .table-container table td,
.register-success-content .table-container table th {
  padding: 15px 15px 15px 0;
  vertical-align: top;
}

.register-success-content .table-container table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.register-success-content .table-container table tr:last-child {
  border-bottom: none;
}

.register-success-content ol,
.register-success-content ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.bank_logo {
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}

.register-gateway .list-group-item {
  font-size: 0.875rem;
  border: none;

  text-align: center;
  background-color: #01425c;
  color: #dab867;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 1px;
  display: block;
  position: relative;
}

.register-gateway .list-group-item:hover {
  color: #dab867;
  background-color: #02668e;
}

.strength-meter {
  display: none;
}

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  width: 25%;
  height: 0.5em;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"] {
  background: red;
}

meter[value="2"] {
  background: #ff0;
}

meter[value="3"] {
  background: orange;
}

meter[value="4"] {
  background: green;
}

meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
  background: #ff0;
}

meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}

meter[value="1"]::-moz-meter-bar {
  background: red;
}

meter[value="2"]::-moz-meter-bar {
  background: #ff0;
}

meter[value="3"]::-moz-meter-bar {
  background: orange;
}

meter[value="4"]::-moz-meter-bar {
  background: green;
}

p#password-strenth-text {
  font-size: 0.75rem;
}

.gateway-restrictions {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gateway-restrictions p {
  text-transform: uppercase;
  color: #a4bbc5;
  line-height: 1.2;
  margin-bottom: 5px;
}

.gateway-restrictions p small {
  text-transform: none;
}

.gateway-select > .btn {
  position: relative;
}

.gateway-select > .btn:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 45px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  display: block;
}

.gateway-select > .btn:after {
  color: #fff;
  content: "\e918";
  font-family: icomoon !important;
  font-size: 2rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 5px;
  right: 5px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.gateway-select > .btn img {
  max-height: 27px;
  padding-right: 10px;
}

.gateway-list {
  max-height: 0;
  transition: max-height 0.1s linear;
  overflow: auto;
}

.gateway-list .list-group img {
  padding-right: 10px;
}

.gateway-list .list-group-item {
  font-size: 0.875rem;
  text-align: center;
  color: #d3dee3;
  background-color: #1f1f1f;
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  border-left: none;
  border-right: none;
}

.gateway-list .list-group-item:first-child {
  border-top: none;
}

.gateway-list .list-group-item:last-child {
  border-bottom: none;
}

.gateway-list .list-group-item.active,
.gateway-list .list-group-item:active,
.gateway-list .list-group-item:focus,
.gateway-list .list-group-item:hover {
  color: #fff;
  background-color: #ffc31e;
}

.gateway-select #funds-glist-collapse:checked + #activeTab:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gateway-select #funds-glist-collapse:checked + #activeTab + #gateway-list {
  max-height: 500px;
}

#funds-glist-collapse {
  display: none;
}

.game-category {
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 15px solid #011e2a;
}

.game-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.index-page .game-category.potm-main {
  padding: 0;
  border-bottom: 0;
}

.index-page .game-category.potm-main .container {
  padding: 0;
}

.game-category-title {
  margin-bottom: 15px;
}

.game-category-title h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #dab867;
}

.game-category-title .btn {
  top: 6px;
  position: relative;
}

.game-card-box {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.quick-icons-main {
  padding-bottom: 0;
}

.quick-icons-main .module {
  border-top: 0;
}

.quick-icons-main .slot-provider {
  max-height: 190px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.quick-icons-main #quick-icons-slide:checked + .slot-provider {
  max-height: 490px;
  overflow: visible;
}

.quick-icons-main label.btn {
  height: 27px;
}

.quick-icons-main label.btn:after {
  color: #fff;
  content: "\e915";
  font-family: icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  top: 0;
  position: absolute;
  left: 48%;
}

.quick-icons-main
  #quick-icons-slide:checked
  + .slot-provider
  + label.btn-slide:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline;
}

.quick-icons-main #quick-icons-slide + .slot-provider + label.btn-slide:after {
  display: none;
}

.quick-icons-main
  #quick-icons-slide:checked
  + .slot-provider
  + label.btn-slide
  span {
  display: none;
}

.quick-icons-main #quick-icons-slide + .slot-provider + label.btn-slide span {
  display: inline;
}

.quick-icons-main .indicator-new-quicklinks {
  position: relative;
  margin: 0 50%;
}

.quick-icons-main .indicator-new-quicklinks:after {
  content: "*";
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;

  width: 15px;
  height: 15px;
  background-color: #fd1f33;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  right: -30px;
  position: absolute;
}

.game-card {
  width: 28.3%;
  float: left;
  margin: 0 2.5% 5% 2.5%;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.game-card .game-card-image {
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  background: #01374d;
}

.game-card .game-card-image img {
  max-width: 100%;
  width: 100%;
}

.game-list a {
  padding: 5px 15px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background-color: transprent;
}

.game-list li:first-child a {
  padding-top: 0;
}

.game-list .media {
  vertical-align: middle;
  margin-top: 0;
}

.game-list .media-left {
  vertical-align: middle;
}

.game-list .media-left .game-list-thumbnail {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.game-list .media-left img {
  width: 40px;
}

.game-list .media-body .media-heading {
  font-size: 0.875rem;
  color: #dab867;
  margin-top: 10px;
  margin-bottom: 0;
}

.game-list .media-body p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.game-launcher .iframe-launcher {
  width: 100%;
  height: 353px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#slotModal:before {
  height: 0;
}

#slotModal .slots-detail-bg {
  width: 100%;
  margin: 0;
  padding-top: 20vh;
  position: fixed;
  left: 0;
}

#slotModal .slots-detail-bg .modal-content {
  background-color: #011f2b;
  border: 0;
  height: auto;
}

#slotModal .slots-detail-bg .modal-content .modal-header .close {
  margin-top: 0;
}

#slotModal .slots-detail-bg .modal-content .modal-header .btn-close {
  background-color: transparent;
  border: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -36px;
  right: 11px;
  text-align: right;
  padding: 0;
}

#slotModal
  .slots-detail-bg
  .modal-content
  .modal-header
  .btn-close
  .icon-close {
  color: #ffc31e;
  background-position: center;
  width: 100%;
  font-size: 1.4em;
  display: block;
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top {
  margin-bottom: 15px;
}

#slotModal
  .slots-detail-bg
  .modal-content
  .modal-header
  .slots-top
  .no-padding-left {
  padding-left: 0;
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top h2 {
  color: #dab867;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top h2 div {
  margin-right: 30px;
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top h2 span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  display: block;
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .rating {
  width: 50%;
}

#slotModal
  .slots-detail-bg
  .modal-content
  .modal-header
  .slots-top
  .rating
  .img-responsive {
  margin: inherit;
  margin-left: 0;
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .btn-share {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -8px;
  right: 15px;
}

#slotModal
  .slots-detail-bg
  .modal-content
  .modal-header
  .slots-top
  .btn-share
  .icon-share {
  background-image: url(../images/ic_share.png);
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

#slotModal
  .slots-detail-bg
  .modal-content
  .modal-header
  .slots-top
  .btn-share
  .icon-share2 {
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.4em;
  padding: 5px 5px;
  padding-right: 0;
  text-align: right;
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  list-style: none;
  display: flex;
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper:after,
#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper:before {
  content: " ";
  display: table;
  clear: both;
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper li {
  float: left;
  margin-right: 15px;
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper li:last-child {
  margin-right: 0;
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  height: 170px;
}

#slotModal .slots-detail-bg .slots-btm {
  bottom: 0;
  width: 100%;
  display: inline-table;
}

#slotModal .slots-detail-bg .slots-btm:after,
#slotModal .slots-detail-bg .slots-btm:before {
  content: " ";
  display: table;
  clear: both;
}

#slotModal .slots-detail-bg .slots-btm .btn-slots {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#slotModal .slots-detail-bg .slots-btm .btn-slots-try {
  background-color: #014966;
  width: 30%;
}

#slotModal .slots-detail-bg .slots-btm .btn-slots-play {
  background-color: #ffc31e;
  width: 68%;
  margin-left: 2%;
}

#slotModal .slideInUp {
  transform: translate(0, 100%);
  transition: transform 0.5s ease-in;
  animation: none;
}

#slotModal.in .slideInUp {
  transition: transform 0.5s ease-out;
  transform: translate(0, 0);
}

#slotModal .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#slotModal .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 560px) {
  #slotModal .slots-detail-bg {
    padding-top: 30vh;
    margin: auto;
    position: relative;
  }
}

@media (min-width: 414px) {
  .game-card {
    width: 21%;
    margin: 0 2% 4% 2%;
  }
}

@media (min-width: 720px) {
  .game-card {
    width: 12.66%;
  }
}

.history-nav-container {
  background-color: #091d27;
}

.history-nav {
  background-color: #07171e;
  min-height: auto;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 30px;
}

.history-nav .slick-slide {
  text-align: center;
}

.history-nav .slick-slide:focus {
  outline: 0 none;
}

.history-nav .slick-slide span {
  font-size: 0.875em;
  cursor: pointer;
  text-transform: uppercase;

  color: #95afbb;
  padding: 15px 0;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.history-nav .slick-slide span:after {
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  position: absolute;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.history-nav .slick-slide span.current,
.history-nav .slick-slide span.initial {
  color: #d3dee3;
}

.history-nav .slick-slide span.current:after,
.history-nav .slick-slide span.initial:after {
  background-color: #d3dee3;
}

.history-nav .slick-next,
.history-nav .slick-prev {
  z-index: 10;
  position: absolute;
  top: 20%;
  margin-top: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 1rem;
}

.history-nav .slick-next:focus,
.history-nav .slick-prev:focus {
  outline: 0 none;
}

.history-nav .slick-next.slick-disabled,
.history-nav .slick-prev.slick-disabled {
  opacity: 0.2;
}

.history-nav .slick-prev {
  left: 0;
}

.history-nav .slick-next {
  right: 0;
}

.history-result .slick-list {
  height: auto !important;
}

.history-data {
  max-width: 768px;
  margin: 0 auto;
}

.history-data .h-title {
  color: #dab867;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 1.063rem;
}

.history-data p {
  color: #d3dee3;
  margin-bottom: 0;
  line-height: 1.4;
}

.history-data .h-to {
  color: #476370;
  line-height: 1;
}

.history-data .h-date {
  color: #476370;
}

.history-data .h-status {
  text-transform: uppercase;
  color: #95afbb;
}

.history-data-row {
  width: 100%;
  display: table;
  padding: 15px;
  border-bottom: 1px solid rgba(211, 222, 227, 0.05);
  cursor: pointer;
  table-layout: fixed;
}

.history-data-row:last-child {
  border-bottom: none;
}

.history-data-row > div {
  vertical-align: middle;
  display: table-cell;
}

.history-data-row .h-col-last {
  text-align: right;
}

.history-not-found {
  font-size: 0.875rem;
  text-align: center;
  padding: 5% 0;
}

.history-modal {
  position: relative;
  z-index: 1000;
}

.history-full {
  background-color: #032a39;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  overflow: auto;
  display: none;
}

.history-full-header {
  background-color: #15317e;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  height: 45px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095);
}

.history-full-header h5 {
  font-size: 1.063rem;
  color: #d3dee3;
  margin-top: 7px;
  margin-bottom: 0;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  top: 2px;
}

.history-full-header a {
  font-size: 1.563rem;
  padding: 5px 15px 0;
  height: 45px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #15317e;
}

.history-full-content > div {
  padding: 15px;
  border-bottom: 1px solid rgba(211, 222, 227, 0.05);
}

.history-full-content > div:last-child {
  border-bottom: none;
}

.history-full-content p {
  color: #577989;
  margin-bottom: 3px;
}

.history-full-content h5 {
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.063rem;
}

.history-result.slick-slider .slick-track [data-slick-index].slick-slide {
  height: 0;
}

.history-result.slick-slider
  .slick-track
  [data-slick-index].slick-slide.slick-active {
  height: 100%;
}

.show-balance {
  color: #d3dee3;
  background-color: #014966;
  text-align: left;
  position: relative;
  text-transform: none;
}

.show-balance:active,
.show-balance:focus,
.show-balance:hover {
  color: #d3dee3;
  background-color: #025b7f;
}

.show-balance:after {
  font-family: icomoon;
  content: "\e927";
  right: 15px;
  position: absolute;
}

.show-balance.collapsed:after {
  content: "\e928";
}

.balance-collapse {
  max-width: 768px;
  margin: 0 auto;
}

.balances {
  padding: 0 15px;
  background-color: #012534;
}

.balances table {
  width: 100%;
}

.balances table td {
  color: #a6a6a6;
  font-size: 0.75rem;
  padding: 10px 0;
}

.btn-swap {
  color: #ffc31e;
  border: none;
  background-color: transparent;
  font-size: 1.438rem;
  display: inline-block;
}

.btn-swap:active,
.btn-swap:focus,
.btn-swap:hover {
  outline: 0 none;
  color: #216f93;
}

.arrow-container {
  position: relative;
  width: 100%;
  max-width: 767px;
  margin: 0 auto 70px;
}

.arrow-container .slick-arrow {
  font-size: 1.125rem;
  padding: 5px;
  line-height: 1;
  top: 40%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  position: absolute;
  z-index: 10;
}

.arrow-container .slick-arrow:active,
.arrow-container .slick-arrow:focus,
.arrow-container .slick-arrow:hover {
  outline: 0 none;
  background: rgba(0, 0, 0, 0.75);
}

.arrow-container .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.arrow-container .slick-prev {
  left: 0;
}

.arrow-container .slick-next {
  right: 0;
}

.payment-banner.slick-slider {
  background-color: rgba(0, 0, 0, 0.1);
}

.payment-banner.slick-slider .slick-dots {
  height: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -43px;
  position: absolute;
}

.payment-banner.slick-slider .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}

.payment-banner.slick-slider .slick-dots li button {
  padding: 0;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border: none;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d3dee3;
  opacity: 0.9;
}

.payment-banner.slick-slider .slick-dots li.slick-active button {
  background-color: #ffc31e;
}

.payment-banner.slick-slider .slick-slide {
  padding: 32px 28px;
}

.payment-banner.slick-slider .slick-slide img {
  margin: 0 auto;
}

.payment-banner.slick-slider .slick-arrow {
  z-index: 10;
}

.payment-banner.slick-slider video {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.stop-video {
  border: none;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  top: 5px;
  right: 5px;
  z-index: 10;
  position: absolute;
}

.img-responsive {
  margin: auto;
}

.embed-responsive {
  padding: 0;
  height: 0;
  padding-bottom: 63%;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  width: 100%;
  height: 100%;
  border: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #222 center center;
}

.empty-state {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

.empty-state .empty-state-icon {
  background-color: #01425c;
  width: 80px;
  height: 80px;
  margin: 0 auto 2em;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.empty-state .empty-state-icon i {
  color: #b4c7cf;
  font-size: 3em;
  display: table-cell;
  vertical-align: middle;
}

.empty-state p {
  color: #b4c7cf;
  width: 80%;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.bonuspicker-container {
  padding: 0;
}

.bonuspicker-container .panel-group .panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bonuspicker-container .panel-group .panel:first-child .panel-heading {
  border-top: none;
}

.bonuspicker-container .panel-group .panel + .panel {
  margin-top: 0;
}

.bonuspicker-container .panel-group .panel-heading {
  border-top: 1px solid rgba(211, 222, 227, 0.1);
  border-bottom: none;
  background-color: transparent;
}

.bonuspicker-container .panel-default {
  border: none;
}

.bonuspicker-container
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: none;
}

.bonuspicker-container .panel-default:last-child .collapse {
  border-bottom: 1px solid rgba(211, 222, 227, 0.1);
}

.bonuspicker-container .panel-title > a {
  color: #dab867;
  font-size: 1rem;
  display: block;
  position: relative;
}

.bonuspicker-container .panel-title > a:after {
  color: #a2a2a2;
  font-family: icomoon;
  content: "\e91f";
  right: 0;
  position: absolute;
}

.bonuspicker-container .panel-title > a.collapsed:after {
  content: "\e915";
}

.bonus-box {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #023c53;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wallet-note {
  text-align: center;
  font-size: 0.8em;
  padding: 0 10px;
  padding-top: 5px;
}

.payment {
  max-width: 768px;
  margin: 0 auto;
}

.payment .payment-type {
  padding: 10px 15px;
  vertical-align: middle;
}

.payment .payment-type h5 {
  color: #ffc31e;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.payment .payment-type .icon-compose.bank-edit {
  font-size: 1.4em;
}

.payment .payment-option {
  background-color: #02384e;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.payment .payment-option > a {
  padding: 15px;
  border-bottom: 1px solid rgba(211, 222, 227, 0.1);
  display: block;
  position: relative;
}

.payment .payment-option > a h4 {
  font-size: 1rem;
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
}

.payment .payment-option > a p {
  color: #d3dee3;
  margin-bottom: 0;
}

.payment .payment-option > a:last-child {
  border-bottom: none;
}

.payment .payment-option > a:after {
  color: #a2a2a2;
  font-family: icomoon;
  content: "\e91e";
  top: 32%;
  right: 15px;
  position: absolute;
}

.payment .payment-option > a:focus,
.payment .payment-option > a:hover {
  background-color: #03435d;
}

.payment .payment-option > a .payment-status {
  text-transform: uppercase;
  color: #95afbb;
  font-style: italic;
}

.payment .payment-option > .payment-note {
  padding: 5px 15px;
}

.payment .payment-option .payment-note {
  margin-bottom: 0;
}

.payment .payment-option .payment-note small {
  color: #9c9c9c;
  font-size: 0.688rem;
}

.payment .payment-option .addbank {
  padding: 10px 20%;
}

.banking-details {
  width: 100%;
  text-align: center;
}

.banking-details .accordion-header,
.banking-details .banking-header {
  width: 96%;
  height: 54px;
  text-align: left;
  padding: 0;
  position: relative;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(211, 222, 227, 0.1);
}

.banking-details .accordion-header .icon,
.banking-details .banking-header .icon {
  font-size: 1.3rem;
  float: left;
  margin-top: 1px;
  margin-left: 15px;
}

.banking-details .accordion-header .icon-arrow-down,
.banking-details .accordion-header .icon-arrow-up,
.banking-details .banking-header .icon-arrow-down,
.banking-details .banking-header .icon-arrow-up {
  font-size: 1.3rem;
  opacity: 0.3;
  float: right;
  margin-right: 15px;
  margin-top: 1px;
}

.banking-details .accordion-header:focus,
.banking-details .banking-header:focus {
  outline: 0;
}

.banking-details .banking-header {
  padding: 0 15px;
  display: inline-block;
}

.banking-details .banking-header .btn-header-add {
  float: right;
  font-weight: 700;
  margin-right: 15px;
}

.banking-details .banking-header .btn-header-add .icon-plus {
  margin-right: 5px;
}

.banking-details .banking-header .banking-inner {
  padding: 15px 0;
}

.banking-details .banking-header .no-border {
  border: 0;
}

.banking-details .accordion-panel {
  padding: 10px 15px;
  text-align: left;
}

.banking-details .accordion-panel .bank-account-box {
  width: 100%;
  background-color: #02384e;
  border-radius: 8px;
  border-left-color: #ffc31e;
  border-left-width: 4px;
  border-left-style: solid;
  padding: 15px;
  margin-bottom: 10px;
}

.banking-details .accordion-panel .bank-account-box span {
  display: block;
}

.banking-details .accordion-panel .bank-account-box span.account-name {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
}

.banking-details .accordion-panel .bank-account-box span.account-number {
  color: #dab867;
  font-size: 1.2rem;
}

.banking-details .accordion-panel .bank-account-box:last-child {
  margin-bottom: 0;
}

.banking-details .accordion-panel .btn-add-bank-account {
  width: 200px;
  height: 45px;
  margin: 20px auto;
  display: block;
}

.banking-details .accordion-panel .account-info {
  color: #bbb;
  font-size: 0.7rem;
  display: block;
  text-align: center;
}

.banking-details .accordion-header.collapsed .col-sm-4 .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-container > a > img {
  width: 100%;
  padding-bottom: 15px;
}

.gateway-section {
  width: 100%;
  padding: 0 5px;
}

.gateway-section .btn-title {
  width: 100%;
  font-weight: 400;
  font-size: 0.875rem;
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
  padding: 17px 10px;
}

.gateway-section .gateway-selections {
  width: 100%;
  list-style: none;
  margin-left: -3px;
  padding: 0;
  position: relative;
  text-align: center;
  font-size: 0;
  margin-bottom: 0;
}

.gateway-section .gateway-selections li {
  width: 22%;
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 0;
}

.gateway-section .gateway-selections li a {
  background-color: #014966;
  width: 100%;
  height: 70px;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.gateway-section .gateway-selections li a .pg-alipay {
  background: url(../images/payment-gateway.png) no-repeat -10px -12px;
  width: 60px;
  height: 21px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-quickonline {
  background: url(../images/payment-gateway.png) no-repeat -205px -88px;
  width: 60px;
  height: 21px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-wechat {
  background: url(../images/payment-gateway.png) no-repeat -380px -86px;
  width: 29px;
  height: 25px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-qq {
  background: url(../images/payment-gateway.png) no-repeat -414px -86px;
  width: 21px;
  height: 25px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-banktransfer {
  background: url(../images/payment-gateway.png) no-repeat -75px -121px;
  width: 60px;
  height: 23px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-alipay-qrcode {
  background: url(../images/payment-gateway.png) no-repeat -140px -10px;
  width: 25px;
  height: 25px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-neteller {
  background: url(../images/payment-gateway.png) no-repeat -75px -93px;
  width: 60px;
  height: 11px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a .pg-quickpay {
  background: url(../images/payment-gateway.png) no-repeat -270px -92px;
  width: 60px;
  height: 12px;
  margin: 12px auto;
  display: block;
}

.gateway-section .gateway-selections li a span {
  color: #fff;
  font-size: 0.475rem;
  text-align: center;
  display: block;
}

.gateway-section .gateway-selections li a.active {
  background-color: #ffc31e;
  box-shadow: none;
}

.gateway-restrictions-new {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 0;
  margin: 0 15px;
  margin-top: 15px;
}

.form-wrapper .amount-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-wrapper .amount-wrapper li {
  float: left;
}

.form-wrapper .amount-wrapper li button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 5px;
  padding: 5px 25px;
  font-size: 0.775rem;
}

.form-wrapper .amount-wrapper li button:focus,
.form-wrapper .amount-wrapper li button:hover {
  background-color: #ffc31e;
  border-color: #ffc31e;
  outline: 0;
}

.form-wrapper .amount-wrapper li:last-child {
  margin-bottom: 15px;
}

.lite-footer {
  width: 100%;
  background: #022635;
  margin-bottom: 23px;
}

.lite-footer .row .image-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lite-footer .row .image-container img {
  width: 55px;
}

.lite-footer .row .content {
  margin-top: 10px;
  padding-left: 20px;
  color: #d3dee3;
}

.lite-footer .row .content label {
  margin: 0;
}

.lite-footer .row .navi {
  color: #d3dee3;
  margin-top: 20px;
  margin-left: -25px;
}

.lite-footer .row small {
  color: #dab867;
}

.lite-footer .row .icon-arrow-right {
  font-size: 1.5em;
  font-weight: bolder;
}

.gold-n {
  color: #dab867;
  font-weight: 400;
  font-size: 0.75rem;
}

.gold-b {
  color: #dab867;
  font-weight: 600;
  font-size: 0.975rem;
}

.daily-slots-banner {
  background-color: #01141c;
}

.daily-slots-banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.daily-slots-content {
  max-width: 768px;
  margin: 0 auto;
  padding: 15px;
}

.daily-slots-content .daily-slots-claim {
  display: none;
}

.daily-slots-content .daily-slots-claim.active {
  display: block;
}

.daily-slots-content .daily-slots-claim .daily-slots-claim-game {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.daily-slots-content .daily-slots-claim .daily-slots-claim-game img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.daily-slots-content .daily-slots-claim .daily-slots-claim-game span {
  font-size: 1rem;
  display: block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
}

.daily-slots-content .daily-slots-claim .table-responsive {
  border: none;
  margin-bottom: 15px;
}

.daily-slots-content .daily-slots-claim table {
  font-size: 0.875rem;
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 768px;
}

.daily-slots-content .daily-slots-claim table tr td:first-child {
  background-color: #033f58;
  text-align: right;
  font-weight: 700;
}

.daily-slots-content .daily-slots-claim table tr td {
  font-size: 0.875rem;
  background-color: #034a67;
  border: 1px solid #004ea3;
  padding: 5px;
}

.daily-slots-content .daily-slots-promo {
  display: none;
}

.daily-slots-content .daily-slots-promo.active {
  display: block;
}

.daily-slots-content-header {
  text-align: center;
  margin-bottom: 15px;
}

.daily-slots-content-header h4 {
  color: #d3dee3;
  text-transform: uppercase;

  font-weight: 700;
}

.daily-slots-content-header p {
  font-family: dinpro;
}

.daily-btns {
  margin-bottom: 15px;
}

.daily-btns .btn {
  margin-bottom: 5px;
}

.daily-btns .btn:last-child {
  margin-bottom: 0;
}

.daily-btns .btn.active {
  font-weight: 700;
  border-color: transparent;
  background-color: transparent;
}

.daily-slots-promo-nav {
  margin-bottom: 15px;
}

.daily-slots-promo-nav > .btn-group {
  border-right: 2px solid #004ea3;
}

.daily-slots-promo-nav > .btn-group .btn {
  white-space: normal;
  font-size: 0.75rem;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
}

.daily-slots-promo-nav > .btn-group:last-child {
  border-right: none;
}

.daily-slots-claim-terms {
  font-size: 0.875rem;
  margin-bottom: 30px;
}

.daily-slots-claim-terms li,
.daily-slots-claim-terms p {
  color: #bbb;
  font-size: 0.75rem;
}

.daily-slots-promo-games {
  text-align: center;
}

.daily-slots-promo-games p {
  margin-bottom: 15px;
}

.daily-games {
  margin-bottom: 15px;
}

.daily-games .daily-thumb {
  width: 31.3333%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  float: left;
  padding: 4px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.daily-games .daily-thumb.daily-inactive {
  opacity: 0.2;
}

.daily-games .daily-thumb.daily-active {
  background-color: #ffc31e;
}

.daily-games .daily-thumb.daily-active .daily-game-action p {
  color: #fff;
}

.daily-games .daily-thumb-img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.daily-games .daily-thumb-img img {
  width: 100%;
}

.daily-games .daily-game-action {
  padding: 5px 0;
  text-align: center;
  width: 100%;
  height: 40px;
  display: table;
}

.daily-games .daily-game-action p {
  color: #15317e;
  font-size: 0.688rem;
  margin-bottom: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 490px) {
  .daily-slots-promo-nav > .btn-group .btn {
    font-size: 0.875rem;
    height: auto;
  }

  .daily-games .daily-thumb {
    width: 23%;
  }

  .daily-games .daily-game-action {
    padding: 5px 0;
    text-align: center;
    height: auto;
  }
}

@media (min-width: 768px) {
  .daily-games .daily-thumb {
    width: 18%;
  }
}

.lottery-main .container {
  padding-left: 0;
  padding-right: 0;
}

.lottery-banner {
  position: relative;
  max-width: 632px;
  margin: 0 auto;
  overflow: hidden;
}

.lottery-banner img {
  width: 100%;
  display: block;
}

.lottery-banner .btn {
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.lottery-banner .banner-caption {
  text-align: right;
  margin: 10% 10px 0 0;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.lottery-banner .banner-caption-content h3 {
  color: #dab867;
  font-size: 1.714em;
  margin-bottom: 10px;
  margin-top: 0;
}

.lottery-banner .banner-caption-content p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 15px;
}

.lottery-banner:nth-child(even) .banner-caption {
  text-align: left;
  margin: 10% 0 0 10px;
  left: 0;
  right: auto;
}

#casino-placeholder .lottery-banner:first-child .banner-caption {
  top: auto;
  top: unset;
  right: auto;
  right: unset;
  width: 100%;
  height: auto;
  height: unset;
  margin-right: 0;
}

#casino-placeholder
  .lottery-banner:first-child
  .banner-caption
  .banner-caption-content {
  position: relative;
  margin-left: -5px;
  top: auto;
  top: unset;
  right: auto;
  right: unset;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  height: unset;
  text-align: center;
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
}

#casino-placeholder
  .lottery-banner:first-child
  .banner-caption
  .banner-caption-content
  h3.title {
  display: none;
}

#casino-placeholder
  .lottery-banner:first-child
  .banner-caption
  .banner-caption-content
  p {
  margin-bottom: 5px;
}

#casino-placeholder
  .lottery-banner:first-child
  .banner-caption
  .banner-caption-content
  a {
  margin: 0;
  overflow: hidden;
  width: 45%;
  display: inline-block;
}

#casino-placeholder
  .lottery-banner:first-child
  .banner-caption
  .banner-caption-content
  a:first-of-type {
  margin-right: 8px;
}

#casino-placeholder .lottery-banner:not(:first-child) .banner-caption {
  max-width: 150px;
}

#casino-placeholder .lottery-banner:not(:first-child) .banner-caption a {
  margin: 0;
  overflow: hidden;
  width: 90%;
  text-align: center;
  float: right;
}

#casino-placeholder
  .lottery-banner:not(:first-child):nth-child(even)
  .banner-caption
  a {
  float: left;
}

@media all and (max-width: 480px) {
  .lottery-banner .btn {
    max-height: 31px;
    font-size: 0.688em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 3px;
    display: block;
  }

  .lottery-banner img {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }

  .lottery-banner .banner-caption {
    margin: 3% 10px 0 0;
  }

  .lottery-banner .banner-caption.banner-caption-2 {
    width: 57%;
  }

  .lottery-banner .banner-caption h3 {
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .lottery-banner .banner-caption p {
    font-size: 0.688em;
    margin-bottom: 10px;
  }

  .lottery-banner:nth-child(even) .banner-caption {
    margin: 3% 0 0 10px;
  }
}

@media all and (min-width: 480px) {
  #casino-placeholder
    .lottery-banner:first-child
    .banner-caption
    .banner-caption-content {
    max-width: 400px;
  }
}

.rebates form {
  padding-top: 1em;
}

.rebates-group {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.rebates-group .rebates-row {
  margin-bottom: 15px;
}

.rebates-group .rebates-row > h2 {
  color: #d1d3d4;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: -5px;
}

.rebates-group .rebates-row > .thin-gutter h2 {
  color: #d1d3d4;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
}

.rebates-group .rebates-row.rebates-row-boxed {
  background-color: #022b3c;
  padding: 15px;
  margin-left: -16px;
  margin-right: -16px;
}

.rebates-group .rebate-box {
  background-color: #014561;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.rebates-group .rebate-box .collapsible-btn {
  margin-top: -1px;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #bbb;
  text-align: center;
  background-color: #014d6b;
  display: block;
  padding: 3px 0;
  cursor: pointer;
}

.rebates-group .rebate-box .collapsible-btn:after {
  font-family: icomoon;
  content: "\e915";
  margin-left: 4px;
}

.rebates-group .rebate-box .collapsible-btn.collapsed:after {
  content: "\e91f";
  margin-left: 4px;
}

.rebates-group .rebate-title {
  padding: 15px 15px 0;
}

.rebates-group .rebate-title h3 {
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rebates-group .collapsible-btn {
  margin: 0;
  margin-bottom: 1px;
}

.rebates-group .collapsible-btn .ui-collapsible-heading-toggle {
  color: #ccc;
  font-size: 1.143em !important;
  padding: 0.875em 1em;
  border: none !important;
}

.rebates-group .collapsible-btn .ui-collapsible-heading-toggle:after {
  content: "\f3d8";
}

.rebates-group .collapsible-btn .ui-collapsible-heading-toggle:focus,
.rebates-group .collapsible-btn .ui-collapsible-heading-toggle:hover {
  background-color: #1b5c7a;
}

.rebates-group
  .collapsible-btn.collapsible-btn
  collapsed
  .ui-collapsible-heading-toggle:after {
  content: "\f3d0";
}

.rebate-table {
  padding: 0 15px;
}

.rebate-table table {
  width: 100%;
  font-size: 0.75rem;
  color: #d3dee3;
}

.rebate-table table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.rebate-table table tr td {
  padding-top: 1em;
  padding-bottom: 1em;
}

.rebate-table table tr td:first-child {
  font-weight: 700;
}

.rebate-table table tr td:last-child {
  text-align: right;
}

.rebate-table table:last-child tr:last-child {
  border-bottom: none;
}

.rebate-table .collapsible-table {
  display: none;
}

.rebate-table.rebate-table-modal {
  padding: 0;
  background-color: transparent !important;
}

.rebates-disclaimer {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.rebates-modal-content {
  padding-top: 1.5em;
}

.rebates-modal-content h4 {
  color: #dab867;
  margin-bottom: 0;
}

.rebates-modal-content .disabled {
  opacity: 0.3;
}

@media all and (min-width: 769px) {
  .rebates-group .rebate-title .ui-btn {
    width: auto;
    display: inline-block;
  }
}

.tournament-banner {
  text-align: center;
}

.tournament-banner .tournament-image {
  background-color: #00131b;
}

.tournament-banner .tournament-image img {
  max-width: 730px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.tournament-banner h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.tournament-banner p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.tournament-banner-entry {
  text-align: center;
  top: 47px;
  position: absolute;
  width: 100%;
}

.tournament-banner-entry img {
  width: 100%;
  display: block;
}

.tournament-banner-entry h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.tournament-banner-entry p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.tournament-banner-content {
  padding-top: 10%;
  text-align: center;
  color: #fff;
  padding: 15% 10px 10px 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
  background: -moz-linear-gradient(top, transparent 0, #000 100%);
  background: -webkit-linear-gradient(top, transparent 0, #000 100%);
  background: linear-gradient(to bottom, transparent 0, #000 100%);
  top: 40px;
}

.tournament-banner-content h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.tournament-banner-content p {
  color: #fff;
  font-size: 0.857em;
  margin-bottom: 10px;
}

.tournament-banner-content .ui-btn {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-top: 0;
}

.tournament-list {
  padding-top: 15px;
  margin-bottom: 15px;
}

.tournament-list .nav-tabs {
  border: none;
}

.tournament-list .nav-tabs.nav-justified > li {
  margin-bottom: 0;
  display: table-cell;
  width: 1%;
}

.tournament-list .nav-tabs.nav-justified > li.active > a {
  border-color: #014561;
}

.tournament-list .nav-tabs.nav-justified > li > a {
  margin-bottom: -1px;
  border-bottom: none;
}

.tournament-list .nav-tabs > li.active > a {
  border: none;
  color: #d3dee3;
  background-color: #014561;
}

.tournament-list .nav-tabs a {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #b4c7cf;
  background-color: #011e2a;
}

.tournament-list .tab-content {
  background-color: #014561;
}

.tournament-ongoing {
  text-align: center;
  padding: 15px;
}

.tournament-ongoing h4 {
  font-size: 1.313rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-ongoing h5 {
  color: #fff;
  font-size: 1.063rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.tournament-ongoing .desc {
  font-size: 1.063rem;
  color: #dab867;
  margin: 0;
}

.tournament-ongoing p {
  margin-bottom: 15px;
  line-height: 1;
  color: #d3dee3;
}

.tournament-ongoing p > small {
  color: #999;
  margin-bottom: 3px;
  display: inline-block;
}

.tournament-ongoing p span {
  color: #6f6f6f;
}

.tournament-ongoing img {
  float: none;
  margin: 0 auto;
  width: 40.3%;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.tournament-top {
  padding: 15px;
  font-size: 0.875rem;
  text-align: left;
  border-bottom: 4px solid #01374d;
}

.tournament-top h5 {
  color: #dab867;
  text-align: center;
}

.tournament-top .table > tbody > tr > td,
.tournament-top .table > tbody > tr > th {
  border: none;
  padding: 7px 0;
}

.tournament-complete > div {
  padding: 15px;
  border-bottom: 1px solid #01374d;
}

.tournament-complete > div:last-child {
  border-bottom: none;
}

.tournament-complete h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-complete h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-complete .desc {
  font-size: 1.063rem;
  color: #dab867;
}

.tournament-complete p {
  margin-bottom: 0;
}

.tournament-how {
  color: #fff;
  padding: 15px;
  background-color: #ffc31e;
}

.tournament-how h4 {
  margin-bottom: 30px;
}

.tournament-how ol {
  padding-left: 18px;
  margin-bottom: 30px;
}

.tournament-how ol li {
  font-size: 0.875rem;
  margin-left: 0;
  margin-bottom: 10px;
}

.tournament-how p {
  font-size: 0.875rem;
  color: #fff;
}

.tournament-modal {
  max-width: 768px;
  margin: 0 auto;
}

.tournament-details {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}

.tournament-name {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tournament-name h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-name p {
  margin-bottom: 0;
}

.tournament-name p small {
  color: #999;
}

.tournament-name h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-name h5 {
  color: #fff;
  font-size: 1.063rem;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-name .desc {
  font-size: 1.063rem;
  color: #dab867;
}

.tournament-name img {
  float: none;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40.3%;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.tournament-prize {
  margin-bottom: 15px;
  margin-top: 10px;
}

.tournament-prize p {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.4;
}

.tournament-prize h3 {
  line-height: 1;
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0;
}

.tournament-sched {
  margin-bottom: 10px;
  border-bottom: 2px solid #01374d;
}

.tournament-sched div[class*=" col-"],
.tournament-sched div[class^="col-"] {
  margin-bottom: 10px;
}

.tournament-sched p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.tournament-sched p small {
  color: #999;
}

.tournament-sched p span {
  color: #6f6f6f;
}

.tournament-rank div[class*=" col-"],
.tournament-rank div[class^="col-"] {
  margin-bottom: 10px;
}

.tournament-rank p {
  margin-bottom: 0;
}

.tournament-rank p small {
  color: #959595;
}

.tournament-rank .yourName {
  float: left;
}

.tournament-rank .yourScore {
  float: right;
}

.tournament-tabs {
  border-bottom: 1px solid rgba(211, 222, 227, 0.15) !important;
  text-align: left;
}

.tournament-tabs .panel {
  background-color: transparent;
}

.tournament-tabs .panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tournament-tabs .panel-default > .panel-heading {
  color: #d3dee3;
  background-color: transparent;
  border-color: transparent;
  border-top: 1px solid rgba(211, 222, 227, 0.15) !important;
  padding-left: 0;
  padding-right: 0;
}

.tournament-tabs .panel-group {
  margin-bottom: 0;
}

.tournament-tabs .panel-body {
  padding: 0 0 15px 0;
}

.tournament-tabs .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.tournament-tabs .panel-heading .panel-title a {
  color: #ffc31e;
  font-weight: 700;
  display: block;
}

.tournament-tabs .panel-heading .panel-title a:after {
  font-family: icomoon;
  content: "\e91f";
  float: right;
  color: rgba(211, 222, 227, 0.3);
}

.tournament-tabs .panel-heading .panel-title a.collapsed:after {
  content: "\e915";
}

.tournament-tabs.tournament-tabs-info {
  border-bottom: none !important;
}

.tournament-tabs.tournament-tabs-info .panel-default > .panel-heading {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #01374d !important;
}

.tournament-tabs.tournament-tabs-info
  .panel-default:first-of-type
  > .panel-heading {
  border-top-width: 0 !important;
}

.tournament-tabs.tournament-tabs-info .panel-body {
  padding: 0 15px 5px;
}

.tournament-tabs.tournament-tabs-info a {
  text-transform: none;
}

.tournament-desc p {
  font-size: 0.75rem;
}

.tournament-support {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.tournament-support li {
  display: inline-block;
  font-size: 0.875rem;
}

.tournament-support li a {
  font-size: 1.188rem;
  color: #d3dee3;
  margin: 0 3px;
}

.tournament-support li a:focus,
.tournament-support li a:hover {
  color: #d3dee3;
  text-decoration: none;
}

.tournament-games {
  margin-bottom: 15px;
}

.tournament-games a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.tournament-terms {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.75rem;
  color: #bbb;
}

.tournament-terms b,
.tournament-terms strong {
  color: #ffc31e;
}

.tournament-terms ol {
  padding-left: 18px;
  margin-bottom: 15px;
}

.tournament-terms ol li {
  margin-bottom: 5px;
  font-size: 0.75rem;
}

.tournament-terms table {
  font-size: 0.75rem;
}

.table-gray > tbody > tr > td,
.table-gray > tbody > tr > th {
  border: none;
  border-bottom: 1px solid #272727;
  padding: 5px;
}

.table-gray > tbody > tr > th {
  color: #fff;
  background-color: #ffc31e;
}

.table-gray > tbody > tr {
  background-color: #0e0e0e;
}

.table-gray > tbody > tr:nth-child(even) {
  background-color: #1a1a1a;
}

.promotion-box {
  margin-bottom: 15px;
  background: #01425c;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.promotion-box:first-child {
  margin-top: 15px;
}

.promotion-image {
  background-color: #272727;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 60px;
  display: block;
}

.promotion-image img {
  width: 100%;
  display: block;
}

.promotion-details {
  padding: 15px;
}

.promotion-details h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.188rem;
  color: #dab867;
  text-transform: uppercase;
}

.promotion-details p {
  color: #d3dee3;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.modal-body-promotions {
  padding: 0;
}

.modal-body-promotions .promotion-image img {
  max-width: 768px;
  margin: 0 auto;
}

.modal-body-promotions .promotion-details {
  max-width: 768px;
  margin: 0 auto;
}

.promotion-countdown {
  max-width: 768px;
  padding: 0 15px;
  margin: 0 auto 30px;
  text-align: center;
}

.promotion-countdown .countdown-box {
  text-align: center;
  background-color: #01425c;
  margin-bottom: 10px;
}

.promotion-countdown h4 {
  font-weight: 700;
  color: #ffc31e;
  margin-bottom: 0;
  line-height: 1;
}

.promotion-countdown p {
  text-transform: uppercase;
}

.promotion-countdown p small {
  font-size: 0.625rem;
}

.promotion-countdown div[class*=" col-"],
.promotion-countdown div[class^="col-"] {
  border-right: 1px solid #014561;
}

.promotion-countdown div[class*=" col-"]:last-child,
.promotion-countdown div[class^="col-"]:last-child {
  border-right: none;
}

.promotion-infos {
  color: #bbb;
  padding: 0 15px 15px;
  font-size: 0.875rem;
  max-width: 768px;
  margin: 0 auto;
}

.promotion-infos h1,
.promotion-infos h2,
.promotion-infos h3,
.promotion-infos h4,
.promotion-infos h5 {
  color: #bbb;
}

.promotion-infos strong {
  color: #d3dee3;
}

.promotion-infos ol,
.promotion-infos ul {
  padding-left: 20px;
}

.promotion-infos ol li,
.promotion-infos ul li {
  margin-bottom: 10px;
}

.promotion-infos li,
.promotion-infos p {
  font-size: 0.875rem;
  color: #bbb;
}

.promotion-infos .subtitle {
  font-size: 1rem;
  color: #d3dee3;

  margin-bottom: 5px;
}

.promotion-infos .subtitle strong {
  font-size: 1rem;
}

.promotion-infos .paragraph {
  margin-bottom: 15px;
}

.promotion-infos table {
  font-size: 0.75rem;
  width: 100%;
}

.promotion-infos table tr {
  background-color: #012939;
}

.promotion-infos table tr:nth-child(even) {
  background-color: #012534;
}

.promotion-infos table td {
  padding: 8px;
  border: 1px solid #012330;
}

.promotion-infos table .rowHeader {
  font-weight: 700;
  background-color: #01374d;
}

.promotion-infos .sports-rank {
  padding-top: 10px;
}

.promotion-infos .sports-rank .table > tbody > tr > td,
.promotion-infos .sports-rank .table > tbody > tr > th {
  text-align: center;
  padding: 7px 5px;
}

.promotions-claim {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.game-score label {
  padding-top: 6px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #dab867;
}

.game-score .form-control-static {
  padding-top: 6px;
}

@media (max-width: 767px) {
  .promotion-infos table {
    display: block;
    overflow: scroll;
  }

  .promotion-infos table tbody {
    display: block;
    white-space: nowrap;
  }

  .promotion-infos table td {
    text-align: left;
  }
}

.promotion-infos .warn-details {
  color: #d3dee3;
  background-color: rgba(255, 255, 255, 0.075);
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.promotion-infos .tour-dates.small span {
  font-weight: 700;
}

.contact .media-list {
  margin-left: -15px;
  margin-right: -15px;
}

.contact .media {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.contact .icon {
  color: #ffc31e;
  font-size: 2.5rem;
  display: block;
}

.contact .media {
  padding-bottom: 20px;
}

.contact .media:first-child {
  margin-top: 15px;
}

.contact .media-left {
  vertical-align: middle;
}

.contact .media-body {
  vertical-align: middle;
}

.contact .media-body h4 {
  color: #dab867;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.contact .media-body p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.contact .contact-list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.contact .contact-list .contact-item {
  display: table-cell;
  width: 1%;
  padding: 10px 5px;
  padding-top: 3px;
}

.contact .contact-list .contact-item a {
  text-align: center;
  display: block;
}

.contact .contact-list .contact-item span.footer-label {
  font-size: 0.75rem;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}

.annnouncements {
  padding: 0;
}

.annnouncements .panel-group .panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.annnouncements .panel-group .panel:first-child .panel-heading {
  border-top: none;
}

.annnouncements .panel-group .panel + .panel {
  margin-top: 0;
}

.annnouncements .panel-group .panel-heading {
  border-top: 1px solid rgba(211, 222, 227, 0.1);
  border-bottom: none;
  background-color: transparent;
}

.annnouncements .panel-default {
  border: none;
}

.annnouncements
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: none;
}

.annnouncements .panel-default:last-child .collapse {
  border-bottom: 1px solid rgba(211, 222, 227, 0.1);
}

.annnouncements .panel-title > a {
  color: #dab867;
  font-size: 1rem;
  display: block;
  position: relative;
}

.annnouncements .panel-title > a:after {
  color: #a2a2a2;
  font-family: icomoon;
  content: "\e91f";
  right: 0;
  position: absolute;
}

.annnouncements .panel-title > a.collapsed:after {
  content: "\e915";
}

.announcement-box {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #023c53;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.announcement-box .announcement-time {
  color: #7b7b7b;
  margin-bottom: 0;
}

.announcement-box p {
  word-wrap: break-word;
}

.quickpay .header .header-title {
  text-align: center;
  color: #505050;

  font-size: 1.25rem;
  display: block;
  white-space: nowrap;
  width: auto;
  max-width: 55%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 47px;
  line-height: 47px;
  position: absolute;
}

.quickpay .header .header-title img {
  height: 22px;
  margin-top: 12px;
  vertical-align: top;
}

.quickpay .qpmain {
  margin-top: 12px;
}

.quickpay .qpmain h4 {
  margin-top: 15px;
  color: #dab867;
}

.quickpay h1,
.quickpay h2,
.quickpay h3,
.quickpay h4,
.quickpay h5,
.quickpay h6,
.quickpay p {
  color: #bbb;
}

.quickpay hr {
  border-top: 1px solid #03435d;
}

.quickpay ol,
.quickpay ul {
  padding-left: 15px;
}

.quickpay ol li,
.quickpay ul li {
  font-size: 0.875rem;
  color: #bbb;
}

.quickpay .form-group-bgleft {
  padding-left: 52px;
  position: relative;
}

.quickpay .form-group-bgleft:before {
  font-family: icomoon;
  font-size: 42px;
  color: #ffc31e;
  margin-top: 10px;
  left: 0;
  text-align: center;
  position: absolute;
  display: block;
}

.quickpay .form-group-bgleft.form-group-profile:before {
  content: "\e612";
}

.quickpay .form-group-bgleft.form-group-amount:before {
  content: "\e911";
}

.quickpay .form-group-bgleft.form-group-method:before {
  content: "\e808";
}

.quickpay .quickpay-info {
  margin-bottom: 26px;
}

.quickpay .quickpay-info > div {
  padding: 18px 0;
  border-bottom: 1px solid #03435d;
}

.quickpay .quickpay-info > div p {
  color: #bbb;
  margin-bottom: 0;
  line-height: 1.2;
}

.quickpay .quickpay-info > div h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 425px) {
  .quickpay .header .header-title {
    max-width: 65%;
  }

  .quickpay .header .header-title img {
    width: 100%;
    height: auto;
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}

.message {
  max-width: 768px;
  margin: 0 auto;
}

.message-option {
  width: 100%;
  top: auto;
  left: 0;
  position: fixed;
  z-index: 2;
  background-color: #013e57;
}

.message-option .message-option-container {
  max-width: 768px;
  margin: 0 auto;
}

.message-option .btn {
  font-size: 1rem;
  color: #d3dee3;
  height: 33px;
  padding: 5px 10px;
  line-height: 1.4;
}

.message-option ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
  height: 33px;
}

.message-option ul li {
  height: 33px;
  padding: 0 15px 0 0;
  display: inline-block;
  border-right: 1px solid #014966;
  vertical-align: middle;
}

.message-option ul li:last-child {
  border-right: 0;
}

.message-option ul li a {
  color: #bbb;
}

.message-option ul li a:focus,
.message-option ul li a:hover {
  color: #d5d5d5;
}

.message-option ul .checkbox {
  margin-top: 3px;
  margin-bottom: 0;
}

.message-option ul .checkbox-custom span {
  color: #bbb;
  font-size: 0.75rem;
}

.message-option ul .checkbox-custom span:before {
  top: -2px;
  font-size: 1.2rem !important;
}

.message-list {
  padding-top: 33px;
  max-width: 768px;
  margin: 0 auto;
}

.message-list > div {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #01374d;
  background-color: #022d3f;
}

.message-list > div:last-child {
  border-bottom: none;
}

.message-list .checkbox {
  margin-top: 0;
}

.message-list h4 {
  font-size: 1rem;
  color: rgba(218, 184, 103, 0.7);
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message-list p {
  color: rgba(211, 222, 227, 0.45);
  margin-bottom: 0;
}

.message-list .message-flag {
  font-size: 1.438rem;
}

.message-list .message-flag:focus,
.message-list .message-flag:hover {
  color: #44a8d6;
}

.message-list .message-flag.flagged {
  color: #fd1f33;
}

.message-list .unread {
  background-color: #01374d;
  border-bottom: 1px solid #013e57;
}

.message-list .unread h4 {
  font-weight: 700;
  color: #dab867;
}

.message-list .unread p {
  color: rgba(211, 222, 227, 0.75);
}

.message-checkbox {
  width: 25px;
}

.message-info {
  width: calc(100% - 25px);
}

.message-compose {
  max-width: 768px;
  margin: 0 auto;
}

.message-compose > div {
  padding: 15px;
  border-bottom: 1px solid #013c55;
}

.message-compose > div:last-child {
  border-bottom: none;
}

.message-compose h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: #dab867;
}

.message-compose .message-date {
  color: rgba(211, 222, 227, 0.5);
}

.message-textarea {
  color: #d3dee3;
  width: 100%;
  background-color: transparent;
  margin-bottom: 15px;
  border: none;
  min-height: 120px;
  resize: none;
  display: block;
}

.message-textarea:focus {
  outline: 0 none;
}

.message-textarea::-webkit-input-placeholder {
  color: rgba(211, 222, 227, 0.35);
}

.message-textarea ::-moz-placeholder {
  color: rgba(211, 222, 227, 0.35);
}

.message-textarea :-ms-input-placeholder {
  color: rgba(211, 222, 227, 0.35);
}

.message-textarea :-moz-placeholder {
  color: rgba(211, 222, 227, 0.35);
}

.message-select {
  padding: 0;
  color: #d3dee3;
  width: 100%;
  background: 0 0;
  border: none;
  height: auto;
}

.message-select:focus {
  outline: 0 none;
  box-shadow: none;
  border: none;
}

.qr-code {
  padding-top: 15px;
}

.qr-code-box {
  padding-top: 15px;
}

.qr-code-box img {
  margin-bottom: 10px;
  max-width: 160px;
}

.qr-note p {
  font-size: 0.785rem;
}

.qr-alipay {
  width: 100%;
  background-color: #035576;
  left: 0;
  bottom: 0;
  position: absolute;
}

.qr-alipay img {
  top: -80px;
  margin-bottom: -80px;
  position: relative;
  max-width: 170px;
}

.qr-alipay:before {
  content: "";
  width: 100%;
  height: 100px;
  border-width: 0 0 30px 100vw;
  border-style: solid;
  border-color: transparent transparent #035576 transparent;
  display: block;
  top: -100px;
  position: absolute;
}

@media all and (max-height: 567px) {
  .qr-alipay {
    display: none !important;
  }

  .qr-code-box img {
    max-width: 160px;
  }
}

@media all and (min-height: 620px) {
  .qr-alipay img {
    max-width: 250px;
    top: -110px;
    margin-bottom: -110px;
  }
}

@media all and (min-height: 667px) {
  .qr-code-holder {
    padding-top: 10%;
  }
}

.profile-static {
  border-bottom: 1px solid #033f58;
  margin-bottom: 15px;
}

.profile-static div[class*=" col-"] > p:first-child,
.profile-static div[class^="col-"] > p:first-child {
  margin-bottom: 0;
}

.profile-static p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bankingoptions {
  margin-top: 15px;
  padding: 0;
}

.bankingoptions h3 {
  color: #dab867;
  font-size: 1rem;
  display: block;
  position: relative;
  margin: 0;
}

.bankingoptions h4 {
  color: #2b749a;
  font-size: 0.9rem;
  display: block;
  position: relative;
  margin: 0;
}

.bankingoptions h5 {
  color: #2b749a;
  font-size: 0.75rem;
  display: block;
  position: relative;
  margin: 0;
}

.bankingoptions .panel-group .panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  border-bottom: 1px solid rgba(211, 222, 227, 0.1);
}

.bankingoptions .panel-group .panel:first-child .panel-heading {
  border-top: none;
  padding-top: 0;
}

.bankingoptions .panel-group .panel + .panel {
  margin-top: 0;
}

.bankingoptions .panel-group .panel-heading {
  border-top: none;
  background-color: transparent;
  padding: 0 0 15px 0;
}

.bankingoptions .panel-default {
  border: none;
  padding-top: 18px;
}

.bankingoptions
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: none;
  padding: 0 0 25px 0;
}

.bankingoptions .panel-title > a:after {
  color: #a2a2a2;
  font-family: icomoon;
  content: "\e91f";
  right: 0;
  position: absolute;
  font-size: 25px;
  top: -4px;
}

.bankingoptions .panel-title > a.collapsed:after {
  content: "\e915";
}

.bankingoptions label {
  color: #dab867;
  font-size: 1em;
  margin: 0;
}

.bankingoptions .method-group {
  margin-top: 15px;
}

.bankingoptions .method-group .method-box {
  overflow: auto;
  margin-top: 15px;
  background-color: #0b384d;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.bankingoptions .method-group .method-box div {
  padding: 0;
}

.bankingoptions .method-group .method-box img {
  float: right;
}

.bankingoptions .method-group .method-box .content {
  font-size: 0.7rem;
  color: #bbb;
}

.bankingoptions .logo_1,
.bankingoptions .logo_10,
.bankingoptions .logo_11,
.bankingoptions .logo_12,
.bankingoptions .logo_13,
.bankingoptions .logo_14,
.bankingoptions .logo_15,
.bankingoptions .logo_16,
.bankingoptions .logo_17,
.bankingoptions .logo_18,
.bankingoptions .logo_19,
.bankingoptions .logo_2,
.bankingoptions .logo_20,
.bankingoptions .logo_21,
.bankingoptions .logo_22,
.bankingoptions .logo_23,
.bankingoptions .logo_24,
.bankingoptions .logo_25,
.bankingoptions .logo_26,
.bankingoptions .logo_27,
.bankingoptions .logo_28,
.bankingoptions .logo_29,
.bankingoptions .logo_3,
.bankingoptions .logo_30,
.bankingoptions .logo_31,
.bankingoptions .logo_32,
.bankingoptions .logo_33,
.bankingoptions .logo_34,
.bankingoptions .logo_35,
.bankingoptions .logo_36,
.bankingoptions .logo_37,
.bankingoptions .logo_38,
.bankingoptions .logo_39,
.bankingoptions .logo_4,
.bankingoptions .logo_40,
.bankingoptions .logo_41,
.bankingoptions .logo_42,
.bankingoptions .logo_43,
.bankingoptions .logo_44,
.bankingoptions .logo_45,
.bankingoptions .logo_46,
.bankingoptions .logo_47,
.bankingoptions .logo_48,
.bankingoptions .logo_49,
.bankingoptions .logo_5,
.bankingoptions .logo_50,
.bankingoptions .logo_51,
.bankingoptions .logo_52,
.bankingoptions .logo_53,
.bankingoptions .logo_54,
.bankingoptions .logo_55,
.bankingoptions .logo_56,
.bankingoptions .logo_57,
.bankingoptions .logo_58,
.bankingoptions .logo_59,
.bankingoptions .logo_6,
.bankingoptions .logo_60,
.bankingoptions .logo_61,
.bankingoptions .logo_62,
.bankingoptions .logo_63,
.bankingoptions .logo_64,
.bankingoptions .logo_65,
.bankingoptions .logo_66,
.bankingoptions .logo_67,
.bankingoptions .logo_68,
.bankingoptions .logo_69,
.bankingoptions .logo_7,
.bankingoptions .logo_70,
.bankingoptions .logo_71,
.bankingoptions .logo_72,
.bankingoptions .logo_73,
.bankingoptions .logo_74,
.bankingoptions .logo_75,
.bankingoptions .logo_8,
.bankingoptions .logo_9 {
  display: inline-block;
  width: 92px;
  height: 42px;
  background-image: url(/_Static/Images/banks/banklogo.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0;
}

.bankingoptions .logo_1.deposit,
.bankingoptions .logo_10.deposit,
.bankingoptions .logo_11.deposit,
.bankingoptions .logo_12.deposit,
.bankingoptions .logo_13.deposit,
.bankingoptions .logo_14.deposit,
.bankingoptions .logo_15.deposit,
.bankingoptions .logo_16.deposit,
.bankingoptions .logo_17.deposit,
.bankingoptions .logo_18.deposit,
.bankingoptions .logo_19.deposit,
.bankingoptions .logo_2.deposit,
.bankingoptions .logo_20.deposit,
.bankingoptions .logo_21.deposit,
.bankingoptions .logo_22.deposit,
.bankingoptions .logo_23.deposit,
.bankingoptions .logo_24.deposit,
.bankingoptions .logo_25.deposit,
.bankingoptions .logo_26.deposit,
.bankingoptions .logo_27.deposit,
.bankingoptions .logo_28.deposit,
.bankingoptions .logo_29.deposit,
.bankingoptions .logo_3.deposit,
.bankingoptions .logo_30.deposit,
.bankingoptions .logo_31.deposit,
.bankingoptions .logo_32.deposit,
.bankingoptions .logo_33.deposit,
.bankingoptions .logo_34.deposit,
.bankingoptions .logo_35.deposit,
.bankingoptions .logo_36.deposit,
.bankingoptions .logo_37.deposit,
.bankingoptions .logo_38.deposit,
.bankingoptions .logo_39.deposit,
.bankingoptions .logo_4.deposit,
.bankingoptions .logo_40.deposit,
.bankingoptions .logo_41.deposit,
.bankingoptions .logo_42.deposit,
.bankingoptions .logo_43.deposit,
.bankingoptions .logo_44.deposit,
.bankingoptions .logo_45.deposit,
.bankingoptions .logo_46.deposit,
.bankingoptions .logo_47.deposit,
.bankingoptions .logo_48.deposit,
.bankingoptions .logo_49.deposit,
.bankingoptions .logo_5.deposit,
.bankingoptions .logo_50.deposit,
.bankingoptions .logo_51.deposit,
.bankingoptions .logo_52.deposit,
.bankingoptions .logo_53.deposit,
.bankingoptions .logo_54.deposit,
.bankingoptions .logo_55.deposit,
.bankingoptions .logo_56.deposit,
.bankingoptions .logo_57.deposit,
.bankingoptions .logo_58.deposit,
.bankingoptions .logo_59.deposit,
.bankingoptions .logo_6.deposit,
.bankingoptions .logo_60.deposit,
.bankingoptions .logo_61.deposit,
.bankingoptions .logo_62.deposit,
.bankingoptions .logo_63.deposit,
.bankingoptions .logo_64.deposit,
.bankingoptions .logo_65.deposit,
.bankingoptions .logo_66.deposit,
.bankingoptions .logo_67.deposit,
.bankingoptions .logo_68.deposit,
.bankingoptions .logo_69.deposit,
.bankingoptions .logo_7.deposit,
.bankingoptions .logo_70.deposit,
.bankingoptions .logo_71.deposit,
.bankingoptions .logo_72.deposit,
.bankingoptions .logo_73.deposit,
.bankingoptions .logo_74.deposit,
.bankingoptions .logo_75.deposit,
.bankingoptions .logo_8.deposit,
.bankingoptions .logo_9.deposit {
  background-image: url(/_Static/Images/banks/banklogodeposit01.png);
}

.bankingoptions .logo_1 {
  background-position: -10px -57px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_2 {
  background-position: -10px -104px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_3 {
  background-position: -10px -151px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_4 {
  background-position: -10px -198px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_5 {
  background-position: -10px -245px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_6 {
  background-position: -10px -292px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_7 {
  background-position: -10px -339px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_8 {
  background-position: -10px -386px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_9 {
  background-position: -10px -433px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_10 {
  background-position: -10px -480px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_11 {
  background-position: -10px -527px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_12 {
  background-position: -10px -574px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_13 {
  background-position: -10px -621px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_14 {
  background-position: -10px -668px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_15 {
  background-position: -10px -715px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_16 {
  background-position: -10px -762px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_17 {
  background-position: -10px -809px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_18 {
  background-position: -10px -856px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_19 {
  background-position: -10px -903px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_20 {
  background-position: -10px -950px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_21 {
  background-position: -10px -997px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_22 {
  background-position: -10px -1044px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_23 {
  background-position: -10px -1091px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_24 {
  background-position: -10px -1138px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_25 {
  background-position: -10px -1185px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_26 {
  background-position: -10px -1232px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_27 {
  background-position: -10px -1279px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_28 {
  background-position: -10px -1326px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_29 {
  background-position: -10px -1373px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_30 {
  background-position: -10px -1420px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_31 {
  background-position: -10px -1467px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_32 {
  background-position: -10px -1514px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_33 {
  background-position: -10px -1561px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_34 {
  background-position: -10px -1608px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_35 {
  background-position: -10px -1655px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_36 {
  background-position: -10px -1702px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_37 {
  background-position: -10px -1749px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_37.deposit {
  background-position: 0 -306px;
  width: 160px;
}

.bankingoptions .logo_38 {
  background-position: -10px -1796px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_38.deposit {
  background-position: 0 -345px;
  width: 160px;
}

.bankingoptions .logo_39 {
  background-position: -10px -1843px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_40 {
  background-position: -10px -1890px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_40.deposit {
  background-position: 0 -115px;
  width: 160px;
}

.bankingoptions .logo_41 {
  background-position: -10px -1937px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_41.deposit {
  background-position: 0 -115px;
  width: 160px;
}

.bankingoptions .logo_42 {
  background-position: -10px -1984px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_43 {
  background-position: -10px -2031px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_43.deposit {
  background-position: 0 -421px;
  width: 160px;
}

.bankingoptions .logo_44 {
  background-position: -10px -2078px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_45 {
  background-position: -10px -2125px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_45.deposit {
  background-position: 0 -459px;
  width: 160px;
}

.bankingoptions .logo_46 {
  background-position: -10px -2172px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_46.deposit {
  background-position: 0 -154px;
  width: 160px;
}

.bankingoptions .logo_47 {
  background-position: -10px -2219px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_47.deposit {
  background-position: 0 -75px;
  width: 160px;
}

.bankingoptions .logo_48 {
  background-position: -10px -2266px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_48.deposit {
  background-position: 0 -268px;
  width: 160px;
}

.bankingoptions .logo_49 {
  background-position: -10px -2313px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_50 {
  background-position: -10px -2360px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_50.deposit {
  background-position: 0 -496px;
  width: 160px;
}

.bankingoptions .logo_51 {
  background-position: -10px -2407px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_52 {
  background-position: -10px -2454px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_52.deposit {
  background-position: 0 -37px;
  width: 160px;
}

.bankingoptions .logo_53 {
  background-position: -10px -2501px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_54 {
  background-position: -10px -2548px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_55 {
  background-position: -10px -2595px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_56 {
  background-position: -10px -2642px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_56.deposit {
  background-position: 0 -381px;
  width: 160px;
}

.bankingoptions .logo_57 {
  background-position: -10px -2689px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_58 {
  background-position: -10px -2736px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_59 {
  background-position: -50px -2783px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_59.deposit {
  background-position: 0 0;
  width: 160px;
}

.bankingoptions .logo_60 {
  background-position: -10px -2830px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_61 {
  background-position: -10px -2877px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_62 {
  background-position: -10px -2924px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_63 {
  background-position: -10px -2971px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_64 {
  background-position: -10px -3018px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_65 {
  background-position: -10px -3065px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_66 {
  background-position: -10px -3112px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_67 {
  background-position: -10px -3159px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_68 {
  background-position: -10px -3206px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_69 {
  background-position: -10px -3253px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_70 {
  background-position: -10px -3300px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_71 {
  background-position: -10px -3347px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_72 {
  background-position: -10px -3394px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_73 {
  background-position: -10px -3441px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_74 {
  background-position: -10px -3488px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_76 {
  background-position: -10px -3584px;
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_75 {
  width: 92px;
  height: 42px;
}

.bankingoptions .logo_75.deposit {
  background-position: 0 -193px;
  width: 160px;
}

.bankingoptions .logos > div {
  width: 100px;
  float: left;
  margin-top: 12px;
}

#milestones-container .milestone-body {
  width: 100%;
  padding-bottom: 20px;
  background: #252525;
}

#milestones-container .milestone-body .partners {
  position: relative;
  overflow: hidden;
  padding: 0;
}

#milestones-container .milestone-body .partners img {
  width: 100%;
}

#milestones-container .milestone-body .partners .milestone-content {
  background: #252525;
  padding: 0;
  margin-top: -80px;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .opacity_background {
  background: #252525;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.6;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .bottom-content {
  overflow: hidden;
  overflow-wrap: break-word;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .bottom-content
  .circle-container {
  padding-right: 0;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .bottom-content
  .circle-container
  .icon-circle {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .bottom-content
  .text-container {
  padding-top: 22px;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .bottom-content
  .text-container
  .title {
  font-weight: 700;
  font-size: 4vw;
  color: #fff;
}

#milestones-container
  .milestone-body
  .partners
  .milestone-content
  .bottom-content
  .text-container
  .sub-title {
  font-size: 3vw;
  color: #fff;
}

:lang(vi) .btn,
:lang(vi) .download-box span,
:lang(vi) .history-nav .slick-slide span,
:lang(vi) .popover,
:lang(vi) a,
:lang(vi) body,
:lang(vi) h1,
:lang(vi) h2,
:lang(vi) h3,
:lang(vi) h4,
:lang(vi) h5,
:lang(vi) li,
:lang(vi) p,
html[lang="vi-vn"] .btn,
html[lang="vi-vn"] .download-box span,
html[lang="vi-vn"] .history-nav .slick-slide span,
html[lang="vi-vn"] .popover,
html[lang="vi-vn"] a,
html[lang="vi-vn"] body,
html[lang="vi-vn"] h1,
html[lang="vi-vn"] h2,
html[lang="vi-vn"] h3,
html[lang="vi-vn"] h4,
html[lang="vi-vn"] h5,
html[lang="vi-vn"] li,
html[lang="vi-vn"] p {
  font-family: Arial !important;
}

:lang(zh-Hans) .icon-games:before,
html[lang="zh-cn"] .icon-games:before {
  content: "\e902" !important;
}

:lang(ko) .icon-games:before,
html[lang="ko-kr"] .icon-games:before {
  content: "\e93d" !important;
}
.main-game {
  background-color: #03355c;
}
/* new*/
.form-custom {
  /* padding: 0.61rem 0.7rem; */
  border-radius: 8px;
}
.module-game > div {
  display: none;
}
.module-game > div.active {
  display: block;
}
.loading {
  height: 100%;
  z-index: 1001;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
}

.loading::before {
  content: "";
  position: inherit;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  width: 48px;
  height: 48px;
  background: url(../../images/game/loading.gif) no-repeat;
}
.lb-msg {
  display: block;
  text-align: justify;
}
.form-group > label.captcha {
  width: auto;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}
.auth-row .btn-auth1 {
  background-color: #0c6db5;
  color: #fff;
  border-color: #0c6db5;
}
.auth-row .btn-auth2 {
  background-color: #e61616;
  color: #fff;
  border-color: #e61616;
}
/*footer*/
footer .navbar {
  margin-bottom: 0;
  border: 0;
}
footer .navbar-nav {
  align-items: end;
  background-image: linear-gradient(to bottom, #1172bb, #003a79);
}
footer .navbar-nav .nav-link {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0.7;
  align-items: center;
  color: #ffffffb3;
}
footer .navbar-nav .nav-link i {
  font-size: 27px;
  color: #fff;
}
footer .navbar-nav ul {
  display: flex;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  align-items: center;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
footer .navbar-nav ul li {
  flex: 1;
}
footer .navbar-nav ul li a {
  text-transform: uppercase;
  color: #0d111d;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 414px) {
  .page-shortcut-icons-wrapper .shortcut-icons .icomoon {
    font-size: 2.3rem;
  }
  .page-shortcut-icons-wrapper .shortcut-icons li .iconn-holder .icomoon {
    height: 2.3rem;
    line-height: 2.3rem;
  }
}
.remember {
  padding: 0 10px 0 20px;
  font-size: 12px;
  line-height: 1.33;
  color: #00000080;
}

.login-fast-or {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.register-fast {
  display: block;
  font-size: 14px;
  line-height: 1.29;
  width: 100%;
  height: 39px;
  border: none;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  color: #fff;
  background-color: #e6a224;
  margin-top: 10px;
}

.fast-login span {
  font-size: 14px;
  line-height: 1.29;
  color: #fff;
  width: 100%;
  height: 39px;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 700;
}

.line-fast {
  display: flex;
  font-size: 14px;
  line-height: 1.29;
  color: #fff;
  width: 100%;
  height: 39px;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  background-color: #00c300;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.telegram-fast {
  display: flex;
  font-size: 14px;
  line-height: 1.29;
  color: #fff;
  width: 100%;
  height: 39px;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  background-color: #08c;
  margin: 10px 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.icon-home.active::before {
  color: #fed300;
}
a.nav-link.active {
  color: #fed300;
}
#passwordMsg,
#userMsg,
#msg_login,
#currency_msg,
#confirm_passMsg,
#telMsg,
#codeMsg,
#msg_register,
#captcha_msg,
#fullnameMsg,
#emailMsg,
#bankno,
#banknameMsg,
#bankMsg,
#banknoMsg,
#birthdateMsg {
  font-size: 12px;
  float: inline-start;
}
.icon-account.active,
.icon-deposit.active,
.icon-promotion .active {
  color: #fed300 !important;
}
.list a {
  color: #fed300;
  text-transform: uppercase;
  text-align: justify;
}
.center-basic td {
  color: #fff;
}
a:not([href]):not([tabindex]) {
  color: #fff !important;
}
.center h2 {
  font-weight: 600;
}
.noico,
.input input[data-role="none"]:not([type="checkbox"]),
.input select[data-role="none"]:not([type="checkbox"]) {
  height: 45px;
  margin: 13px 0 13px;
}
.center-info {
  top: 36px;
  text-align: justify;
}
[data-p="center_deposit"] p {
  color: #fff;
}
.center-form-select {
  flex: 1 1 50%;
}
.transfer label span {
  text-align: left;
  flex: 1 1 50%;
  flex-wrap: nowrap;
  display: flex;
  align-items: anchor-center;
}
.transfer label {
  display: flex;
  text-align: left;
  flex: 1 1 50%;
}
.turnover-container label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.btn-big {
  font-weight: 500;
}
.center-tab a:hover,
.center-tab a.active {
  color: #fff;
  background-clip: content-box;
  background-image: linear-gradient(to bottom, #ffc31e, #dc3545);
}
.center-tab a {
  background: linear-gradient(to bottom, #dc3545 0, #dc3545 100%);
  color: #fff;
}
.btn {
  border: none;
}
/* .carousel-inner, .container {
    max-width: 1024px;
} */

.navbar-nav .nav-link {
  /* flex: 1; */
  text-align: center;
  color: #ddd;
  white-space: nowrap;
  font-size: 0.85rem;
}
.modal-backdrop {
  position: unset !important;
  background: none !important;
}
.register-container {
  margin-top: 30px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.register-container .logo {
  width: unset;
}
.register-box .form-group-icon .form-input input {
  padding: 10px 10px;
}
.register-box select.form-control {
  background: #f3f4f5;
  padding: 0 10px;
}
select.form-control option {
  background-color: #f3f4f5;
  color: #645057;
}
.form-group-captcha .form-input {
  margin-left: 0;
  margin-right: 0;
}
.form-group-captcha .form-input .form-control {
  padding-left: 10px;
}

#code_match {
  background: #dc3545;
  border-radius: 5px;
  color: #ffffff;
  padding: 0;
  justify-content: center;
  font-weight: 600;
}
[data-p="register"] .btn-primary {
  background-color: #ffc107;
  color: #6f0101;
  font-weight: 600;
}
.form-control:focus {
  border-color: #ffff;
}
.modal.modal-fullscreen {
  background: #28282870;
}
.modal.modal-fullscreen .modal-content {
  background: #fff;
}
.container {
  max-width: none;
}
.container-menu .row {
  margin-left: 0;
  margin-right: 0;
}
.hot-match-section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.hot-match-section .icon-soccer-ball {
  color: #03355c;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: bottom;
}
.hot-match-section .title {
  margin-bottom: 10px;
}
.hot-match-section .title span {
  color: #184c9e;
  text-transform: uppercase;
  font-weight: 700;
}

.upcoming-box .item {
  width: 100%;
  padding: 20px 8px;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #184c9f, #08357b 100%);
}
.upcoming-box .league_title {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.upcoming-box .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.upcoming-box .content .team {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming-box .content .team img {
  max-height: 56px;
  max-width: 56px;
}
.upcoming-box .content .league_time {
  flex: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  color: #ffd400;
  white-space: nowrap;
}
.upcoming-box .data {
  display: flex;
  justify-content: space-around;
}
.upcoming-box .data p {
  flex: 1;
  max-width: 110px;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #f1f1f1;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  color: #414141;
  margin: 0 3px;
}
.upcoming-box .data p.data-center {
  justify-content: center;
}
.upcoming-box .data .letter {
  font-size: 14px;
  font-weight: 700;
}

.jackpot {
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: center;
  background: url(../../images/9cygg/progressive-jackpot.png) no-repeat center;
  background-size: 100% 100%;
  display: block;
}
.box-jackpot ul li {
  display: inline-block;
  font-size: 1.8rem;
  color: #ffc107;
  padding: 20px 5px;
  font-weight: 600;
  position: relative;
  /* top: 7px; */
}
@media only screen and (max-width: 600px) {
  .box-jackpot ul li {
    display: inline-block;
    font-size: 1.2rem;
    color: #ffc107;
    padding: 15px 5px;
    font-weight: 700;
    position: relative;
    /* top: 8px; */
  }
}

.navbar-inverse .navbar-toggler-icon,
header .navbar-toggler-icon {
  background-image: url(../../images/9cygg/icon/menu-resp.svg);
}

.navbar-brand img {
  height: 40px;
}

@media only screen and (max-width: 600px) {
  .announment marquee {
    color: #ffffff;
  }
}
.announment {
  padding: 5px;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 5px auto;
  position: relative;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .announment {
    padding: 5px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 5px auto;
    position: relative;
    display: block;
  }
}

.de_wi {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.btn-login {
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  background: #727478;
  color: #ffffff;
  background: linear-gradient(to bottom, #727478 0, #26262b 100%);
  border: none;
  border-radius: 0px !important;
}

.btn-register {
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  background: #942d86;
  color: #ffffff;
  background: linear-gradient(to bottom, #942d86 0, #33112e 100%);
  border: none;
  border-radius: 0px !important;
}

@media only screen and (max-width: 600px) {
  .voice-s {
    position: absolute;
    top: 5px;
    left: 1px;
    border-radius: 2px;
    z-index: 99;
  }
}
.voice-s {
  position: absolute;
  top: 5px;
  left: 1px;
  border-radius: 2px;
  z-index: 99;
}
.gamesitems {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 5px auto;
  display: block;
}
.itemsgames {
  padding: 2px;
  text-align: center;
  margin: 1px;
  background: #272727;
  border-radius: 2px;
  overflow: hidden;
}

.itemsgames img {
  width: 100%;
  border: 1px solid #ffc31e;
}

.gamesname {
  font-size: 0.8rem;
  color: #ffc31e;
  margin-bottom: 3px;
  white-space: nowrap;
}
.wecome {
  color: #ffc31e;
  font-weight: 600;
}

.icon_nav {
  width: 100%;
  max-width: 45px;
  height: auto;
  padding: 0 5px;
}
a,
a:hover,
a:visited,
a:link,
a:focus {
  text-decoration: none;
}
a {
  color: #666;
}
.wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  overflow: hidden;
}
.container {
  max-width: 768px;
}
.card-outline p {
  line-height: 1.4rem;
  font-size: 0.8rem;
}

.dep-head p {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.c-menu {
  position: fixed;
  z-index: 1031;
  /* background-color: #8D4300; */
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-slide-left {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media all and (min-width: 320px) {
  .menu-slide-left {
    width: 275px;
  }
}

@media (max-width: 768px) {
  .record a {
    font-size: 12px !important;
    padding-left: 1rem;
  }
}

.menu-slide-left .menu-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.menu-item a {
  text-transform: uppercase;
}

.menu-slide-left .menu-item:first-child {
  border-top: none;
}

.menu-slide-left .menu-item:last-child {
  border-bottom: none;
}

.menu-slide-left .menu-link {
  display: flex;
  color: #fff;
  font-size: 0.8rem;
}

.menu-slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .menu-slide-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

.menu-slide-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.item-inner {
  position: relative;
  width: 100%;
  display: flex;
  padding: 12px;
  align-items: center;
  min-height: 50px;
}

.item-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #803e04;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.navbar-toggler-left {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.navbar-toggler {
  -webkit-box-sizing: border-box;
  box-sizing: border-box !important;
}
.ico {
  display: inline-block;
  width: 60px;
  height: 50px;
}
.menu-link span {
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 0.85rem;
}

.menu-link:focus {
  background: #744010;
}
html,
body {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  background: #6f0101;
  font-family: Battambang, Arial, "Helvetica Neue", "Leelawadee UI", sans-serif;
  font-size: 14px;
  color: #c26600;
  margin: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Battambang", sans-serif;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.menu > div {
  font-size: 0.9rem;
}

.navbar-brand img {
  height: 40px;
}
.nav-back {
  background-color: #d37509;
  padding: 0.1rem 0.4rem;
}
.nav-wrap {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e1;
}
.nav-wrap span {
  width: 100%;
  margin-left: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container.main {
  padding-left: 5px;
  padding-right: 5px;
}

.footer {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
}

.contant {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  /* margin: 0 0 20px; */
}
.clearfix {
  clear: both;
}

.row.no-gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.no-gutters-5 a span {
  color: #000;
  padding-top: 8px;
}
.no-gutters-5 > .col,
.no-gutters-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bg-2 {
  background-color: #6f0101;
  border: 1px solid #ffc107;
}
.btn-login {
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  background: #727478;
  color: #ffffff;
  background-color: #f0dd54;
  border: none;
  border-radius: 0px !important;
}
.btn-register {
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  background: #942d86;
  color: #ffffff;
  background-color: #e52326;
  border: none;
  border-radius: 0px !important;
}
/*-----------------  me -----------------------------*/
.gamesitems p.title-game {
  text-align: left;
  padding: 2px;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
.itemsgames {
  padding: 2px;
  text-align: center;
  margin: 1px;
  background: #272727;
  border-radius: 2px;
  overflow: hidden;
}
nav .collapsible-header i,
nav .side-nav li > a > i,
nav .side-nav li > a > [class^="mdi-"],
nav .side-nav li > a li > a > [class*="mdi-"],
nav .side-nav li > a > i.material-icons {
  height: auto;
  padding: 0;
  margin: 0;
  line-height: normal !important;
  color: #fff;
  font-size: 14px;
  width: 24px;
  text-align: left;
}
nav .side-nav {
  background-color: #6f0101;
  color: #fff;
  height: 100%;
}
nav .side-nav .profil {
  text-align: center;
  padding: 20px 20px 0;
}
nav .side-nav li a {
  color: #fff;
  padding: 10px 10px;
}
nav .side-nav li .collapsible-header {
  padding: 10px 0 10px 25px;
}
nav .side-nav li a,
nav .side-nav li .collapsible-header {
  font-weight: 300;
  border-top: 1px solid #ceab6b;
  line-height: normal;
  height: auto;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
nav .side-nav .collapsible-body ul li a {
  padding: 10px 25px;
}
nav .side-nav li .collapsible-header span i {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  height: auto;
}
nav ul.side-nav li ul.collapsible .collapsible-body ul li .fa {
  color: #fff;
}
nav .side-nav li.divider {
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
nav .side-nav .collapsible-body,
nav .side-nav.fixed .collapsible-body {
  background-color: rgba(0, 0, 0, 0.05);
}
nav .side-nav .profil img {
  width: 80px;
  height: auto;
}
nav .side-nav .profil h2 {
  color: #ff6238;
  font-size: 20px;
  cursor: default;
  margin: 0;
}
nav .side-nav .profil h6 {
  color: #fff;
  font-size: 15px;
}
.im_3g {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .page {
    padding-bottom: 90px;
  }
}
.wrapper {
  height: calc(100% - 60px);
  overflow-y: auto;
}

.box_footer a img {
  width: 30px;
}

.box_footer a img {
  border-radius: 3px;
}

.main_footer {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: -1px;
  background-color: #836b2a;
  display: block;
}

@media only screen and (max-width: 600px) {
  .footer_3g {
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}

.box_footer {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}

.title_footer {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #efefef;
  padding: 5px 0;
  display: block;
}

.space {
  width: 100%;
  height: 10px;
  display: block;
}

.line2 {
  margin-top: 10px;
  background-image: linear-gradient(to right, #ffc31e, #dab867, #ffc31e);
}

.bank p,
.contacts p {
  font-size: 0.9rem;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}

.box-contact {
  width: 100%;
  height: auto;
  margin: 5px 0;
  text-align: center;
  position: relative;
  display: block;
}

.info-contact {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 0;
  padding: 6px;
  display: block;
}

.info {
  float: left;
  display: inline;
}

.icon-contact img {
  width: 30px;
}

.text-contact {
  font-size: 0.8rem;
  color: #ffffff;
  padding: 1px 5px;
}
.wrapper .dropdown-menu {
  right: 0;
  left: auto;
  min-width: auto;
  border: none;
  background-color: #f4f4f5 !important;
}

.wrapper .header .g-2 .lang {
  justify-content: flex-end;
  display: flex;
  margin-left: -2rem;
}

.wrapper .nav-item {
  background: #f4f4f5;
  border-radius: 5px;
  padding: 0px 0;
  display: flex;
}

.wrapper .nav-item .btn {
  color: rgb(255, 0, 25);
}

.wrapper .nav-item span {
  color: #ffc31e;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.dropdown-item {
  padding: 4px 11px;
}
.slots-tab a:hover,
.slots-tab a.active {
  color: #dc3545;
  background: #ffc31e;
}
.slots-contant a span {
  color: #ff4343;
  background: yellow;
}
.slots-contant img {
  width: 132px !important;
}
.wrapper .row .nav-item .btn {
  color: #00a0a3;
}
.label-yellow {
  width: 50%;
  background: #ffc107;
  border-radius: 5px;
  font-size: 13px;
  padding: 6px 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.contact-us-desc {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ffc107;
}

.contact-us-desc a {
  display: flex;
  align-items: center;
  width: 100%;
}

.con-pol {
  padding-right: 10px;
}

.text-color {
  color: #ffc107;
}

.text-lighter {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
[data-p="center_deposit"] .field-captcha {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
#captcha {
  width: 80%;
}
[data-p="login"] #captcha {
  width: 98% !important;
}
label#captchaLb {
  background: #ffc107;
  line-height: 35px;
  width: 73px;
  height: 46px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  top: 11px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .bank_list_support img:first-child {
    width: 65px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: auto !important;
    margin-right: 2px !important;
    margin-top: 6px !important;
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .bank_list_support {
    border-radius: 10px !important;
    padding: 0px !important;
    height: 40px !important;
    width: 46% !important;
    margin-left: 7px !important;
    border: groove 3px;
  }
}

.bank_list_support img:last-child {
  width: 65px;
  display: inline-block;
  vertical-align: middle;
}

.bank_list_support img:first-child {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.bank_list_support {
  width: 33%;
  display: inline-block;
  background-color: #fff;
  padding: 7px 10px 5px 10px;
  margin: 5px 0 0 0;
  height: 41px;
  text-align: left;
  border-radius: 6px;
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .bank_list_support img:last-child {
    width: 35% !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px !important;
    padding: 0;
  }
}
.bank-support {
  background: #00000042 !important;
  border: 1px solid #ffc107;
  margin-top: 12px;
  padding: 4px 0px 7px 7px;
}
[data-p="register"] #tel,
[data-p="register"] #user,
[data-p="register"] #password,
[data-p="register"] #confirm_pass,
[data-p="register"] #code,
[data-p="register"] #fullname,
[data-p="register"] #email,
[data-p="register"] #bankname,
[data-p="register"] #bankno,
[data-p="register"] #referral {
  background: linear-gradient(to right, #ffefef 53%, #e5b82f 50%);
  color: #000;
  border: 1px solid #ccc;
  height: 35px;
  padding-left: 22px;
  border-radius: 13px;
  text-transform: uppercase;
}
[data-p="register"] #bank,
[data-p="register"] #currency,
[data-p="register"] #birthdate {
  background: linear-gradient(to right, #ffefef 53%, #e5b82f 50%);
  color: #666;
  border: 1px solid #ccc;
  padding-left: 22px;
  border-radius: 13px;
  text-transform: uppercase;
}
[data-p="register"] .form-group-icon .form-icon {
  width: 3.5%;
  left: 3.4%;
  top: 48%;
}
.dropdown-bank {
  width: 100%;
  flex-grow: 1;
  padding: 7px;
  background-color: #555;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

.register-box .form-group-icon .form-input input {
  border-radius: 30px;
  font-size: 13px;
}
.form-icon-code {
  position: absolute;
  width: 3.5%;
  left: 3.4%;
  top: 32%;
  transform: translate(-50%, -50%);
}

#code_match {
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  padding: 0;
  justify-content: center;
  font-weight: 600;
  float: inline-end;
  top: -28px;
  margin-right: 10px;
}
[data-p="center_info"] a:not([href]):not([tabindex]) {
  background-color: #ffc31e;
  color: red;
}
/* [data-p="slots_lobby"].t-modal .t-modal-dialog .t-modal-header{
  background: yellow;
} */
.field-bank-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 7px 0px 0px 0px;
  border-radius: 8px;
  width: 100%;
}

.field-col {
  display: flex;
  gap: 8px;
  padding: 10px;
  border: 1px solid #ddd; /* Light border */
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  border-radius: 6px;
}

.field-col label {
  font-weight: bold;
  color: #333; /* Text color */
}

.field-col input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.field-col button {
  align-self: flex-end;
  padding: 6px 12px;
  background-color: #dc3545;
  color: #dee2e6;
  border: none;
  border-radius: 4px;
}

.field-col button:hover {
  background-color: #0056b3;
}
/* Modal backdrop */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* Show class */
.custom-modal.show {
  visibility: visible;
  opacity: 1;
}

/* Modal content */
.custom-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  border-radius: 10px;
  background-color: transparent;
}

/* Image inside modal */
.modal-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Close button */
.custom-close {
  position: absolute;
  top: 4px;
  right: 2px;
  background: #000;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  padding: 0px 9px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  border: 1px solid;
}
.main_page .mainContent-w{
  background: #fff;
  border-radius: 6px;
  overflow: auto;
}