/* 031096-091719 */
body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #1e1e1e;
}
/* Global */
.btn {
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.nav-pills .nav-link {
  border-radius: 0;
}
/* Navigation */
.nav-bg {
  background-color: #060606;
}
.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.logo {
  height: 44px;
  padding: 3px 0;
}
.navigation.navbar {
  position: relative;
  padding: .5rem;
}
.navigation .navbar-toggler {
  border: 0;
  padding: .25rem .5rem;
}
.navigation .navbar-toggler-icon {
  border: 0;
  background-image: url(../media/nav/hamburger.png);
  background-size: contain;
  height: 25px;
}
.navigation .nav-user .navbar-toggler-icon {
  background-image: url(../media/nav/login.png);
  background-size: contain;
  height: 25px;
}
.navigation .nav-link {
  padding-left: 15px;
}

.navbar.fixed-top{
    z-index: 0;
}

/* Navigation Post */
.navigation .nav-user .navbar-toggler-icon.post {
    background: url(../media/nav/wallet.png) no-repeat right center;
    background-size: contain;
    width: 100%;
    margin: 2px auto;
    background-position: center;
}
.navbar-toggler.nav-user.nav-user-post {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  font-size: .8rem;
  color: #fff;
  justify-content: flex-end;
}
/* SideNav */
#menu-8 {
  overflow-y: scroll;
  padding-bottom: 50px;
}
.side-logo {
  padding: 1rem;
}
.side-li li {
  display: block;
  padding: 1rem 1rem 1rem .85rem;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f7fffe;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.side-li li.active, .side-li li:hover {
  background: #200000;
}
.side-nav-slot {
  height: 14px;
  width: 35px;
  object-fit: contain;
  object-position: left;
}
.side-nav-cas {
  height: 20px;
  width: 35px;
  object-fit: contain;
  object-position: left;
}
.side-nav-ico {
  width: 35px;
  font-size: 19px;
  text-align: left;
}
.side-nav-ico.fa-gift {
  font-size: 23px;
}
.side-nav-ico.fa-home {
  font-size: 22px;
}
.side-nav-ico.fa-sign-in {
  font-size: 21px;
}
.side-nav-ico.fa-user-plus,
.side-nav-ico.fa-credit-card-alt {
  font-size: 17px;
}
.side-nav-ico.fa-sign-out {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  text-align: right;
}
/*Post SideNav */
.side-user {
  padding: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}
.side-user .fa-user {
  font-size: 1.2rem;
}
/* Modal */
.site-modal {
  border: 0;
  border-radius: 0;
  /* background: #131313; */
  background: #000;
}
.input-prefix {
  border: 0;
  border-radius: 0;
  padding: .25rem .625rem;
  background: #d7d7d7;
  width: 38px;
}
.modal__subtxt {
  display: block;
  text-align: center;
  font-size: .625rem;
  margin-top: .8rem;
}
.modal__subtxt__link {
  color: #fff;
}
.form-control {
  padding: .375rem .75rem;
  font-size: .9375rem;
  color: #a3a3a3;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.btn-login {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  width: 100%;
  background: #ce1400;
  padding: 5px 0;
  margin: .625rem 0;
}
.btn-join {
  background: #208889;
}
.close {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .7;
  position: absolute;
  top: 3%;
  right: 5%;
}
.closeModal {
  height: 20px;
  width: 100%;
}
.forgot-pw__dispay {
  display: none;
  font-size: .7rem;
  padding: 1rem .5rem;
  margin: 1rem 0;
  border: 1px solid #ce1400;
  background: #131313;
}
.submit {
  color: #fff;
  font-size: .8rem;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  background: #208889;
  background-image: -webkit-gradient(linear, left top, right top, from(#208889), to(#093f40));
  background-image: -o-linear-gradient(left, #208889, #093f40);
  background-image: linear-gradient(to right, #208889, #093f40);
  padding: .25rem 0;
  margin: .25rem 0;
}
/* Instruction Modal */
.modal-title {
  text-transform: uppercase;
}
.modal-instruction .modal-content {
  background: #000;
}
.modal-instruction .modal-body {
  padding: 0;
}
.modal-instruction .modal-dialog {
  margin: 0;
}
.modal__no-wrap {
  width: 20%;
}
.modal__no {
  background: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: .5rem;
  font-size: 1.3rem;
  margin: 0 .5rem;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.instruction-item {
  background: #131313;
  padding: .5rem;
  margin-bottom: .35rem;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: .85rem;
}
.instruction__desc {
  width: 80%;
  font-size: .8rem;
}
.instruction-note {
  padding: 1rem;
  font-size: .8rem;
}
/* Registration */
.register {
  max-width: 90%;
}
.header-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.input-suffix {
  background: #fff;
  border: 0;
  border-radius: 0;
}
.input-suffix.number {
  font-size: .85rem;
  background: #d7d7d7;
  border: 0;
  border-radius: 0;
}
.input-suffix__img {
  height: 20px;
}
.register .form-control {
  font-size: .8rem;
  color: #000;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.register .form-control::-webkit-input-placeholder {
  color: #bababa;
}
.register-hr {
  background: #fff;
  height: 3px;
}
.tnc {
  text-align: center;
  font-size: .85rem;
  padding: 0 .25rem;
}
.tnc--color {
  color: #ce1400;
  font-weight: 600;
}
.btn--create {
  font-weight: 600;
}
/* Homepage */
.carousel {
  width: 100%;
}
.carousel-item {
  min-width: 320px;
  height: 250px;
  margin: 0 auto;
}
.carousel__img {
  width: 100%;
  height: 250px;
  text-align: center;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
}
.steps {
  text-align: center;
  margin: 10px 0 0;
}
.home-banners-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-banners {
  display: block;
}
.home-banners:first-child {
  margin: 10px 0 0;
}
.home-banners__img {
  width: 100%;
  max-height: 125px;
  margin-bottom: 1rem;
}
/* ====
Sports
=====*/
.sports {
  padding: 1rem;
}
.provider__block {
  margin-bottom: .5rem;
  background: #004344;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}
.provider__block:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.provider__img {
  width: 100%;
}
.btn-play {
  width: 100%;
  background: #208889;
  bottom: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: .9rem;
	margin-bottom: 5px;
}
/* ====
Live Casino
=====*/
.casino {
  padding: 1rem;
}
/* ====
Slots
=====*/
.slots {
  padding: 1rem;
}
/* ====
Promotions
=====*/
.promotions {
  padding: 1rem 1rem 3rem;
}
.filter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: scroll;
  background: 0;
}
.header {
  background: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: .25rem;
  text-align: center;
}
.filter .btn {
  font-size: .8rem;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.filter .btn {
  margin-right: 2px;
  background: #000;
}
.filter .btn.focus,
.filter .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #760b00;
}
.results {
  padding: .25rem 0;
}
button.btn.mixitup-control-active {
  background: #760b00;
}
.item, .gap {
  width: calc(100% / 1 - (((2 - 1) * 1rem) / 2));
}
.promotion-block {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  background: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 84px;
}
.promotion-block__headimg {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width:50%;
}
.promotion-block__desc {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2a2a2a;
  padding: .5rem .625rem;
  width: 80%;
}
.promotion-block__desc--link {
  color: #fff;
}
.promotion-block__desc--main {
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  display: block;
  min-width: 40px;
}
.promotion-block__desc--sub {
  font-size: .8rem;
  color: #ba0000;
  display: block;
}
.headimg__img {
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
  height: 84px;
}
.item {
  background: rgba(17, 20, 20, 0.73);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotions .item {
  max-height: 84px;
}
.header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* ====
More Info
======*/
.more {
  padding: 1rem;
}
.more__breadcrumb {
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
}
.more__title {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
.more__headimg--img {
  width: 100%;
  margin-bottom: .5rem;
}
.more__bonus-desc {
  font-size: 1rem;
  margin: .5rem 0;
}
.more__hiw {
  font-size: .89rem;
  padding-left: 1.2rem;
}
.sign-up {
  color: #ce1400;
}
.bonus-table {
  font-size: .85rem;
  color: #0f0f0f;
  background: #fff;
}
.bonus-table.table thead th {
  font-size: .75rem;
  vertical-align: middle;
  border-bottom: 0;
  color: #fff;
  background: #000;
}
.bonus-table.table td,
.bonus-table.table th {
  padding: .25rem;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ce1400;
  font-weight: 500;
}
.bonus-table.table tr td:first-child {
  border-right: 1px solid #ce1400;
}
.bonus-table.table tr:first-child td {
  border-top: 0;
}
.bonus-table.table th {
  font-weight: 700;
  border: 0;
}
.more__important {
  font-size: .8rem;
}
/* ====
Download
======*/
.download {
  padding: 1rem 1rem 3rem;
}
.download .provider__block {
  margin-bottom: 0;
  background: none;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  display: block;
  width: 100%;
}
.btn-dl {
  padding: .25rem;
}
/* ====
Account
======*/
.account {
  padding: 1rem;
}
.header-title--account {
  margin: 0;
  margin-bottom: 1rem;
}
.account-details {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  align-items: flex-end;
}
.account-details--wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.account-details__userimg {
  padding-right: .5rem;
}
.account-details--greet {
  font-size: .9rem;
  /* display: block; */
}
.account-details--un {
  font-size: .9rem;
  /* display: block; */
}
.account-wallet {
  font-size: .8rem;
  font-weight: 300;
  text-align: right;
}
.account__dropdown-menu {
  color: #fff;
  border: 0;
  border-radius: 1px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.98);
  max-height: 48vh;
  left: auto;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
}
.account__dropdown-item {
  color: #fff;
  font-size: .6875rem;
  width: 100%;
  border-bottom: 1px solid rgba(177, 177, 177, 0.1);
  padding: .25rem 1rem;
}
.account__dropdown-item.dropdown-item.active,
.account__dropdown-item.dropdown-item:active {
  background-color: rgba(0, 0, 0, 0);
}
.account__wallet-name {
  width: 65%;
  text-align: right;
  display: inline-block;
}
.account__wallet-name:after {
  content: ' - ';
}
.account__wallet-bal {
  width: 35%;
  text-align: left;
  display: inline-block;
}
.account__wallet-bal--amt {
  color: #208889;
  font-weight: 700;
}
.account-hr {
  background: #ce1400;
  height: 3px;
}
.account-quick {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.account-quick__item {
  width: 32%;
  margin: 1px;
  text-align: center;
  min-height: 50px;
  padding: 1rem .5rem;
  position: relative;
}
.account-border {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  width: 105%;
  left: 55%;
  transform: translate(-50%, 0);
  bottom: 5%;
}
.account-border-history {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 10%;
  width: 105%;
  left: 55%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.account-border-top {
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 55%;
  transform: translate(-50%, 0);
  width: 90%;
}
.my-img {
  height: 50px;
}
.my-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .6rem;
  padding-top: 8px;
}
/* ====
Inner Account
======*/
.inner-acc {
  padding: .5rem;
  overflow-x: hidden;
  font-size: .9rem;
}
.inner-acc label {
  font-size: .85rem;
}
.pills-acct-wrap {
  padding: 0 .5rem 0 .15rem;
  align-items: center;
  justify-content: center;
}
.inner-acc .nav-item-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-acc .nav-link__img {
  width: 60%;
}
.datepicker {
  padding: 0;
}
.nav-link__title {
  color: #fff;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  padding-top: 8px;
  text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: none;
}
.nav-pills .nav-link.active .nav-link__title {
  color: #ce1400;
}
.nav-item-img--deposit {
  background: url(../media/deposit/deposit.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--deposit {
  background: url(../media/deposit/deposit-active.png) no-repeat center center;
  background-size: contain;
}
.nav-item-img--cc {
  background: url(../media/deposit/cc.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--cc {
  background: url(../media/deposit/cc-active.png) no-repeat center center;
  background-size: contain;
}
.nav-item-img--withdraw {
  background: url(../media/deposit/withdraw.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--withdraw {
  background: url(../media/deposit/withdraw-active.png) no-repeat center center;
  background-size: contain;
}
.nav-item-img--transfer {
  background: url(../media/deposit/transfer.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--transfer {
  background: url(../media/deposit/transfer-active.png) no-repeat center center;
  background-size: contain;
}
.nav-item-img--history {
  background: url(../media/deposit/history.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--history {
  background: url(../media/deposit/history-active.png) no-repeat center center;
  background-size: contain;
}
.nav-item-img--profile {
  background: url(../media/deposit/profile.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--profile {
  background: url(../media/deposit/profile-active.png) no-repeat center center;
  background-size: contain;
}
.nav-item-img {
  width: 30px;
  height: 30px;
}
.pills-acct {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pills-acct .nav-link {
  padding: .5rem .15rem 0 .5rem;
}
.pills-acctContent {
  border: 2px solid #ce1400;
  padding: .35rem .4rem;
}
.tab-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: .5rem;
}
.step-no {
  font-size: .9rem;
  font-weight: 700;
}
.step-desc {
  font-weight: 300;
}
.table.table__deposit {
  font-size: .85rem;
}
.table__deposit.table thead {
  border: 1px solid #6b0103;
}
.table__deposit.table thead th {
  padding: .25rem;
  vertical-align: middle;
  border: 0;
  background: linear-gradient(to top, #6b0103, #ce1400);
}
.table__deposit.table td, .table__deposit.table th {
  font-size: .75rem;
  padding: .25rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ce1400;
}
.label-block .form-control {
  padding: 0 .25rem;
  font-size: .75rem;
  color: #a3a3a3;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  height: 30px;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(1.7rem + 2px);
}
.date-block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.date-pick {
  width: 33%;
  margin-right: 1%;
  height: 30px;
}
.date-pick:last-child {
  margin-right: 0;
}
.date-block .form-control {
  padding: .25rem;
  font-size: .75rem;
  color: #a3a3a3;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  height: 30px;
}
.form-control::placeholder {
  padding: .25rem;
  font-size: .75rem;
  color: #a3a3a3;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.label-block .form-control-file, .label-block .form-control-range {
  display: block;
  width: 100%;
  font-size: 0.8rem;
}
.submit--acct {
  width: auto;
  color: #fff;
  font-size: .8rem;
  font-weight: 300;
  text-transform: capitalize;
  background: #208889;
  padding: .25rem 1.5rem;
  border-radius: 100px;
  margin: 1rem 0;
}
.btn-instruction {
  font-size: .75rem;
  padding: .15rem 1rem;
  background: #208889;
  border-radius: 100px;
  text-transform: capitalize;
}
/* ====
Withdrawal
======*/
.table-withdrawal.table thead th {
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  border: 0;
  text-align: center;
  background: linear-gradient(to top, #6b0103, #ce1400);
}
.table-withdrawal.table td, .table-withdrawal.table th {
  color: #0f0f0f;
  text-align: center;
  font-size: .8rem;
  padding: .25rem;
  vertical-align: middle;
  border: 1px solid #000;
  background: #d7d7d7;
}
.table-withdrawal.table td:first-child {
  font-weight: 700;
}
.balance {
  font-size: .8rem;
}
.submit--transfer {
  background: #ce1400;
}
/* ====
History
======*/
.historyTab-wrap .nav-item {
  margin: 2px;
  color: #fff;
  background: #ce1400;
}
.historyTab-wrap .nav-link {
  color: #fff;
}
.historyTab-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  font-size: .85rem;
}
.historyTab-wrap .nav-pills .nav-link.active,
.historyTab-wrap .nav-pills .show>.nav-link {
  background: #760b00;
}
.table__history.table thead th {
  padding: .25rem;
  vertical-align: middle;
  border: 0;
  background: linear-gradient(to top, #6b0103, #ce1400);
  font-size: .75rem;
  font-weight: 300;
}
.table__history.table td, .table__history.table th {
  font-size: .75rem;
  padding: .15rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ce1400;
}
/* ====
Personal Detrails
======*/
.personalTab-wrap .nav-item {
  margin: 2px;
  color: #fff;
  background: #ce1400;
}
.personalTab-wrap .nav-link {
  font-size: .8rem;
  padding: .5rem;
  color: #fff;
}
.personalTab-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  font-size: .85rem;
}
.personalTab-wrap .nav-pills .nav-link.active,
.personalTab-wrap .nav-pills .show>.nav-link {
  background: #760b00;
}
.table__personal.table thead th {
  padding: .25rem;
  vertical-align: middle;
  border: 0;
  background: linear-gradient(to top, #6b0103, #ce1400);
  font-size: .75rem;
  font-weight: 300;
}
.table__personal.table td, .table__personal.table th {
  font-size: .75rem;
  padding: .15rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ce1400;
}
.personal-title {
  font-size: .85rem;
}
/* ====
VIP
======*/
.st-content--vip {
  background: url(../media/vip/background.png) no-repeat center center;
  background-size: 100% 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.vip {
  padding: 1rem;
}
.vip-header {
  text-align: center;
  transition: all 2s ease;
}
.vip-header__img {
  height: 130px;
}
.vip-header-desc {
  color: #000;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: .5rem;
}
.table-vip {
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
}
.table-responsive-ios {
  -webkit-overflow-scrolling: touch;
}
.table-vip.table td, .table-vip.table th {
  font-size: .625rem;
  padding: .5rem .1rem;
  vertical-align: middle;
  border: 0;
  color: #000;
  background: #daceca;
  border: 1px solid #956765;
  min-width: 14%;
  width: 14%;
}
.table-vip.table td:first-child,
.table-vip.table th:first-child {
  color: #fff;
  background: #956765;
  border: 1px solid #8a605e;
  width: 50px !important;
}
.table-vip.table td:first-child {
  text-align: left;
  padding-left: 5px;
}
.table-vip.table thead th {
  vertical-align: middle;
  border: 0;
  color: #fff;
  background: #956765;
  font-size: .625rem;
  text-transform: uppercase;
  padding: .5rem .1rem;
}
.table-vip.table .vip-level-head {
  font-size: .8rem;
}
.thead-img img {
  object-fit: contain;
  width: 25px;
  height: 25px;
}
.table-vip.table td.table-sub-title {
  font-size: .8rem;
  color: #000;
  font-weight: 600;
  border: 0;
  text-align: left;
  background: transparent !important;
}
.vip-tnc-title {
  color: #000;
  font-weight: 600;
  font-size: .8rem;
  margin-bottom: .45rem;
}
.vip-tnc {
  color: #000;
  font-weight: 600;
  font-size: .75rem;
  background: #daceca;
  padding: 1rem;
  padding-left: 0;
  border: 1px solid #6c5751;
  line-height: 1.8;
}
.vip-tnc-list {
  margin: 0;
}
/* ====
Footer
======*/
.footer {
  width: 100%;
  padding: 0;
  border-top: 1px solid #fff;
}
.footer .footer-wrap {
  width: 100%;
  padding: 0;
}
.footer .footer-ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .nav-item {
  width: 100%;
  padding: 2px 8px;
  text-align: center;
}
.footer .nav-link__img {
  height: 25px;
}
.footer .nav-item.active {
  background: #ce1400;
}
.footer .nav-item:focus,
.footer .nav-item:hover {
  background: #ce1400;
}
.push-footer {
  display: block;
  height: 50px;
  background: transparent;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
.btn-down2 {
    border: 1px solid #fff;
    margin: 10px;
    padding: 10px;
}


/* inbox page */
.nav-item-img--inbox {
  background: url(/mobile/assets/media/inbox_icon.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--inbox {
    background: url(/mobile/assets/media/inbox_icon-active.png) no-repeat center center;
    background-size: contain;
}
.globalModal{
  z-index: 9;
}
.globalModal, .globalModal-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.globalModal-bg{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.globalModal-box{
  position: relative;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 1000px;
  height: 500px;
  margin-left: -500px;
  margin-top: -250px;
}
.globalModal-header{
  background-color: #af3032;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 2;
}
.globalModal-close{
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 18px;
  border-radius: 50%;
  color: #bf1a20;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.inbox_page{
  padding: 0 10px;
  font-size: 15px;
}
.inbox_page table{
  text-align: center;
  font-size: 14px;
  margin: 25px 0 0;
  width: 100%;
}
.inbox_page table td{
  padding: 5px 2px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  cursor: pointer;
}
.inbox_page table th{
  background: #af3032;
  color: #fff;
  padding: 5px 0;
  font-weight: normal;
}
.inbox_page table th:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.inbox_page table th:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inbox_page button{
  border: none;
  padding: 4px 20px;
  border-radius: 3px;
  cursor: pointer;
  margin: 15px 0 0;
  font-size: 14px;
  /*display: none;*/
}
.inboxModal .globalModal-box{
  width: 90%;
  height: 515px;
  margin-left: -45%;
  margin-top: -263px;
}
.inboxModal .inboxModal_details{
  border: 1px solid #c6c6c6;
  width: 95%;
  margin: 2% 2.5%;
  font-size: 13px;
  float: left;
  border-bottom: none;
  border-right: 0;
}
.inboxModal .inboxModal_details div{
  width: 30%;
  float: left;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 2px 5px;
  color: #000;
  height: 44px;
  display: flex;
  align-items: center;
}
.inboxModal .inboxModal_details div:nth-child(2n){
  width: 70%;
}
.inboxModal .inboxModal_cont{
  margin: 0% 2.5%;
  float: left;
  height: 392px;
  overflow: auto;
}
.inboxModal .globalModal-header{
  line-height: 2.7;
}
.inb_notif{
  position: absolute;
  right: 68px;
  top: 14px;
}
.inb_notif div{
  background: red;
  color: #fff;
  padding: 0 5px;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  right: 23px;
}
.inb_notif img{
  height: 32px;
}
/* inbox page end */

/* Start Blog */
.blog-content {
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
    line-height: normal !important;
    margin-bottom: 50px !important;
    font-size: 12px !important;
}

.blog-content-inner {
    width: 100%;
    margin: 0 auto;
}

    .blog-content-inner::after {
        content: "";
        clear: both;
        display: table;
    }

.blog-content-table {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 2% 0%;
    text-align: center !important;
}

.blog-content-table-article {
    width: 100%;
    margin: 0 auto;
    text-align: left !important;
    color: #FFF !important;
}

.blog-featured-article {
    width: 100%;
    margin: 0 auto;
    text-align: left !important;
    color: #FFF !important;
}

.blog-content-table-article a {
    color: #CC0000 !important;
}

.blog-feat-article-box {
    background-color: #208889;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
}

.blog-feat-article-box-content {
    padding: 5px 10px;
    color: #000 !important;
}

.blog-feat-article-box-content2 {
    margin-top: 5px;
    padding: 5px 0px;
    color: #FFF !important;
}

.blog-feat-article-box-content a {
    color: #FFF !important;
}

.blog-content-table-article img {
    width: 100%;
    height: auto !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-content-table-article-img img {
    border-radius: 10px !important;
    margin: 10px 0px;
}

.blog-table-content {
    background-color: #2a2a2a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
}

.blog-content-table-article h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
}

.blog-content-table-article h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal !important;
}

.blog-feat-article-box-content img, .blog-feat-article-box-content2 img {
    width: 100% !important;
    height: auto !important;
}

.blog-table-content-img {
    width: 100%;
    height: 287px !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

    .blog-table-content-img img {
        width: 100%;
        height: 287px !important;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

.blog-table-content-text {
    background-color: #2a2a2a;
    padding: 0px 10px;
    overflow: hidden;
    height: 230px;
    text-align: left !important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.blog-table-content-text-article {
    /*background-color: #EEE;*/
    padding: 0px 20px;
    margin-bottom: 20px;
}

    .blog-table-content-text-article h3, .blog-table-content-text h3 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: normal !important;
    }

.blog-table-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
    line-height: normal !important;
}

.blog-content-table button {
    margin: 10px 0px;
}

.blog-paging-content {
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 40px;
}

.blog-more-button a {
    background: -webkit-linear-gradient(#9d0104, #fd0002);
    background: -o-linear-gradient(#9d0104, #fd0002);
    background: linear-gradient(#9d0104, #fd0002);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF !important;
    border: none;
    text-transform: uppercase;
    width: 95%;
    border-radius: 5px;
    display: block;
    margin-top: 25px;
}

    .blog-more-button a:hover {
        background: -webkit-linear-gradient(#333, #999);
        background: -o-linear-gradient(#333, #999);
        background: linear-gradient(#333, #999);
        display: block;
    }

.blog-paging-button a {
    color: #FFF !important;
}

.blog-paging-button {
    background: -webkit-linear-gradient(#333, #999);
    background: -o-linear-gradient(#333, #999);
    background: linear-gradient(#333, #999);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF !important;
    border: none;
}

    .blog-paging-button.active, .blog-paging-button:hover {
        background: -webkit-linear-gradient(#9d0104, #fd0002);
        background: -o-linear-gradient(#9d0104, #fd0002);
        background: linear-gradient(#9d0104, #fd0002);
        margin: 0 auto;
        text-align: center !important;
        padding: 5px 10px;
        color: #FFF !important;
        border: none;
    }
/* End Blog */
/* ====
VIP
======*/
.st-content--vip {
  background: url(assets/media/vip/background.png) no-repeat center center;
  background-size: 100% 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.vip {
  padding: 1rem;
}
.vip-header {
  text-align: center;
  transition: all 2s ease;
}
.vip-header__img {
  height: 130px;
}
.vip-header-desc {
  color: #000;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: .5rem;
}
.table-vip {
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
}
.table-responsive-ios {
  -webkit-overflow-scrolling: touch;
}
.table-vip.table td, .table-vip.table th {
  font-size: .625rem;
  padding: .5rem .1rem;
  vertical-align: middle;
  border: 0;
  color: #000;
  background: #daceca;
  border: 1px solid #956765;
  min-width: 14%;
  width: 14%;
}
.table-vip.table td:first-child,
.table-vip.table th:first-child {
  color: #fff;
  background: #956765;
  border: 1px solid #8a605e;
  width: 50px !important;
}
.table-vip.table td:first-child {
  text-align: left;
  padding-left: 5px;
}
.table-vip.table thead th {
  vertical-align: middle;
  border: 0;
  color: #fff;
  background: #956765;
  font-size: .625rem;
  text-transform: uppercase;
  padding: .5rem .1rem;
}
.table-vip.table .vip-level-head {
  font-size: .8rem;
}
.thead-img img {
  object-fit: contain;
  width: 25px;
  height: 25px;
}
.table-vip.table td.table-sub-title {
  font-size: .8rem;
  color: #000;
  font-weight: 600;
  border: 0;
  text-align: left;
  background: transparent !important;
}
.vip-tnc-title {
  color: #000;
  font-weight: 600;
  font-size: .8rem;
  margin-bottom: .45rem;
}
.vip-tnc {
  color: #000;
  font-weight: 600;
  font-size: .75rem;
  background: #daceca;
  padding: 1rem;
  padding-left: 0;
  border: 1px solid #6c5751;
  line-height: 1.8;
}
.vip-tnc-list {
  margin: 0;
}
/* ====
Footer
======*/
.footer {
  width: 100%;
  padding: 0;
  border-top: 1px solid #fff;
}
.footer .footer-wrap {
  width: 100%;
  padding: 0;
}
.footer .footer-ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .nav-item {
  width: 100%;
  padding: 2px 8px;
  text-align: center;
}
.footer .nav-link__img {
  height: 25px;
}
.footer .nav-item.active {
  background: #ce1400;
}
.footer .nav-item:focus,
.footer .nav-item:hover {
  background: #ce1400;
}
.push-footer {
  display: block;
  height: 50px;
  background: transparent;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
.btn-down2 {
    border: 1px solid #fff;
    margin: 10px;
    padding: 10px;
}


/* inbox page */
.nav-item-img--inbox {
  background: url(/mobile/assets/media/inbox_icon.png) no-repeat center center;
  background-size: contain;
}
.nav-pills .nav-link.active .nav-item-img--inbox {
    background: url(/mobile/assets/media/inbox_icon-active.png) no-repeat center center;
    background-size: contain;
}
.globalModal{
  z-index: 9;
}
.globalModal, .globalModal-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.globalModal-bg{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.globalModal-box{
  position: relative;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 1000px;
  height: 500px;
  margin-left: -500px;
  margin-top: -250px;
}
.globalModal-header{
  background-color: #af3032;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 2;
}
.globalModal-close{
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 18px;
  border-radius: 50%;
  color: #bf1a20;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.inbox_page{
  padding: 0 10px;
  font-size: 15px;
}
.inbox_page table{
  text-align: center;
  font-size: 14px;
  margin: 25px 0 0;
  width: 100%;
}
.inbox_page table td{
  padding: 5px 2px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  cursor: pointer;
}
.inbox_page table th{
  background: #af3032;
  color: #fff;
  padding: 5px 0;
  font-weight: normal;
}
.inbox_page table th:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.inbox_page table th:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inbox_page button{
  border: none;
  padding: 4px 20px;
  border-radius: 3px;
  cursor: pointer;
  margin: 15px 0 0;
  font-size: 14px;
  /*display: none;*/
}
.inboxModal .globalModal-box{
  width: 90%;
  height: 515px;
  margin-left: -45%;
  margin-top: -263px;
}
.inboxModal .inboxModal_details{
  border: 1px solid #c6c6c6;
  width: 95%;
  margin: 2% 2.5%;
  font-size: 13px;
  float: left;
  border-bottom: none;
  border-right: 0;
}
.inboxModal .inboxModal_details div{
  width: 30%;
  float: left;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 2px 5px;
  color: #000;
  height: 44px;
  display: flex;
  align-items: center;
}
.inboxModal .inboxModal_details div:nth-child(2n){
  width: 70%;
}
.inboxModal .inboxModal_cont{
  margin: 0% 2.5%;
  float: left;
  height: 392px;
  overflow: auto;
}
.inboxModal .globalModal-header{
  line-height: 2.7;
}
.inb_notif{
  position: absolute;
  right: 68px;
  top: 14px;
}
.inb_notif div{
  background: red;
  color: #fff;
  padding: 0 5px;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  right: 23px;
}
.inb_notif img{
  height: 32px;
}
/* inbox page end */

/* Start VIP Extra Special Bonus */
.vip-bonus-content
{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	overflow-y: hidden;
	overflow-x: auto;
}
.vip-bonus-title
{
	font-size:.8rem !important;
	font-weight:bold;
}
.vip-bonus-td01hdr
{
	background-color:#f2eae8;
	text-align:center;
	text-transform:uppercase;
	font-size:.8rem !important;
	font-weight:bold;
	color:#000;
	padding:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	opacity:.9;
}
.vip-bonus-td02hdr
{
	background-color:#fdfbfc;
	text-align:center;
	text-transform:uppercase;
	font-size:.8rem !important;
	font-weight:bold;
	color:#000;
	padding:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	opacity:.9;
}
.vip-bonus-td01hdr img, .vip-bonus-td02hdr img
{
	width:25px;
}
.vip-bonus-td01
{
	background-color:#f2eae8;
	text-align:center;
	font-size: .8rem !important;
	color:#000;
	padding:10px;
	opacity:.9;
}
.vip-bonus-td02
{
	background-color:#fdfbfc;
	text-align:center;
	font-size:.8rem !important;
	color:#000;
	padding:10px;;
	opacity:.9;
}
.vip-bonus table
{
	text-align: center;
    border-spacing: 2px !important;
    border-collapse: unset;
    margin: 5px 0 0 0;
	position: relative;
}
.vip-bonus table th
{
	text-align: center;
}
.vip-bonus table td
{
	padding: 20px;
}
.vip-bonus-hot
{
	position:absolute;
	top:1%;
	margin-left:90%;
	width:25%;
}
/* End VIP Extra Special Bonus */