:root {
  --main-color: white;
  --primary-color: #fde503;
  --secondary-color: #d60303;
  --primary-rgba: #ab0000;
  --secondary-rgba: rgb(249 1 1 / 80%);
  --button-color: white;
  --nav-color: #fde503;
  --jackpot-color: white;
}

a:hover {
  color: #000;
}

a:not([href]):not([tabindex]) {
  color: #fff2f2;
}

h3 {
  text-align: left;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  outline: none;
}

select {
  outline: none;
}

/*-----------------------------------------------------------*/
#ReloadCaptcha,
#ReloadCaptchaLogin,
#ReloadCaptchaRegister {
  cursor: pointer;
}

#iconCheck,
#ReloadCaptcha,
#ReloadCaptchaLogin,
#ReloadCaptchaRegister {
  line-height: 32px;
  margin-left: 10px;
  font-size: 16px;
}

.form-group.validation-error {
  color: #d32f2f;
}

.form-group.validation-pass i {
  color: #388e3c;
  opacity: 1;
}

.top-nav {
  background: none;
  color: #fff;
}

.nav_name {
  color: var(--nav-color);
}

.index-body {
  background: url(../images/background.jpg) no-repeat fixed;
  background-size: cover;
}

/*-------------------------                    end of topnav                   ----------------------------------*/
/*-------------------------                       header                   ----------------------------------*/
.reward_pop .logo_wrap {
    background: #4f0104;
    text-align: center;
    padding: 0.75rem;
}
.header {
  background: url(../images/header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  /* background-color: rgba(0, 0, 0, 1);
	/* background: none; */
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    display: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.newsInfo .marquee {
  font-weight: bold;
}

.logo {
  max-height: 76px;
  margin-top: 10px;
  margin-left: 30px;
  transform: scale(1.2);
}

input[type="text"].login-form,
input[type="password"].login-form,
input[type="email"].login-form {
  background-color: #fff;
  color: #000;
}

.indicator {
  left: 25px;
}
.futuristic.game-group [class*="-description"] {
    font-size: 1rem;
    color: #ffffff !important;
}
.bank {
  background: url(../images/bg-bank.png) 0 0/100% 100% no-repeat;
  border: unset
  /* background: linear-gradient(
    to bottom,
    rgb(194 216 0) 10%,
    rgb(22 117 0) 50%,
    #003323 90%
  );
  border: 2px solid #fcc509; */
}

/* custom bank icon */
.bank > div {
  background-image: url(../../../images/common/bank-white.png);
}

.figure-text {
  color: #fff;
}

.user-info > li:last-child > a {
  padding-right: 0;
}

.user-info a:not([href]):not([tabindex]) {
  color: white;
}

.user-info-balance {
  border: 1px solid var(--primary-color);
  background-color: #000;
}

.popover-balance-content {
  border: 1px solid #000;
  background-color: #000;
}

.bttn-check,
.bttn-banking,
.bttn-banking:hover {
  background: url(../images/btn-login.png) no-repeat;
}

#calibrate {
  border-left: 1px solid #000;
}

.pop-wallet > tfoot {
  border-top: 1px solid #000;
}

.pop-wallet > thead {
  border-bottom: 1px solid #000;
}

.bttn-calibrate {
  background-color: var(--primary-color);
  color: #000;
}

/*-------------------------                    end of header                   ----------------------------------*/
/*-------------------------                    navbar                   ----------------------------------*/
.navbar [class^="icon_"] {
  background-image: url(../images/icon_nav.png);
  background-repeat: no-repeat;
  /* filter: drop-shadow(0px 0px 3px #b78f1e); */
}

.navbar {
  background: url(../images/menu.jpg) repeat-x;
  background-size: 100% 100%;
  border-top: none;
  border-bottom: none;
  padding: 0.4rem 1rem;
}

.navbar ul {
  margin-top: -2px;
}

.newsInfo > i {
  color: #ffd33d;
}

.newsInfo .marquee {
  color: #ffd33d;
}

.navbar a {
  text-shadow: none;
  font-weight: bold;
  color: #000000;
  -webkit-filter: none;
  filter: none;
}

.subnavbar {
  background: rgb(0, 0, 0, 0.8);
  border-bottom: 2px groove #0095fd;
}

.subnavbar .gameNav a {
  -webkit-filter: drop-shadow(0px 0px 1px #2e2600);
  filter: drop-shadow(0px 0px 1px #2e2600);
}

.subnavbar .gameNav a:hover {
  text-decoration: none;
  background-color: inherit;
  -webkit-filter: none;
  filter: none;
}

.navbar .icon_cock_fighting {
  background-position: center -887px;
}

/*-------------------------                    end of navbar                   ----------------------------------*/

/*-------------------------                    middle content                   ----------------------------------*/
.middle-index {
  /* background: url(../images/middle.jpg); */
}

.box-middle {
  padding: 0;
  margin-top: 2px;
  border: 2px groove #fff;
}

.rules-agreement-logo {
  background-image: url(../images/footer.png);
  background-position: center;
  background-size: contain;
}

.title {
  padding: 15px 0 10px 0;
  border-bottom: 2px solid var(--primary-color);
  color: #f8f0f0;
  text-indent: 0px;
  display: inline-block;
  text-shadow: 2px 2px #000;
}

.close,
.close:hover {
  color: #000;
}

.liveitem a {
  color: #000;
  border-color: #000 !important;
  background-color: var(--primary-color);
}

.info_wrap .btn_close {
  top: 4px;
}

.row {
  margin-right: -14px;
  margin-left: -14px;
}

.col-6 {
  position: relative;
  width: 100%;
  padding-right: 22.5px;
  padding-left: 22.5px;
  flex: 0 0 50%;
  max-width: 50%;
}

.promotion-row_table {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.promotion-row_table .currency-flag {
  text-align: left;
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.promotion-row_table .currency-flag img {
  padding-left: 20px;
}

.table-heading {
  background-color: #545252;
  font-weight: 700;
}

.table-heading .col-6 {
  padding: 5px 0;
  color: #fff;
  font-weight: 700;
}

.table-row {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 300;
}

.table-row img {
  height: 28px;
  vertical-align: middle;
}

.table-row-odd {
  background-color: #7b767699;
}

.table-row-even {
  background-color: #c5c3c399;
}

/*-------------------------                    end of middle content                   ----------------------------------*/
/*-------------------------                    modal                   ----------------------------------*/
.game-list:not(.maintenance):hover {
  background-color: var(--primary-rgba);
}

.modal-header {
  background: url(../images/menu-altm.jpg) no-repeat;
  background-size: 100% 100%;
}

.modal-title {
  font-weight: bold;
  color: rgb(2, 2, 2);
}

.modal-header h5 {
  color: #ffffff;
  width: 100%;
  text-align: center;
}

/*-------------------------                    end of modal                   ----------------------------------*/
/*-------------------------                    multiuse                   ----------------------------------*/
#checkAvailability,
#iconCheck {
  display: inline-block;
}

.bttn-login,
.bttn-check,
.bttn-logout,
.bttn-register,
.bttn-banking,
.bttn-banking:hover {
  border: unset;
  color: #fff;
}

.bttn-login,
.bttn-check,
.bttn-banking,
.bttn-banking:hover {
  font-size: 14px;
  font-family: verdana;
  color: #530003;
  /* background: linear-gradient(
    to bottom,
    rgb(194 216 0) 10%,
    rgb(22 117 0) 50%,
    #003323 90%
  ); */
  background: url(../images/bttn-login.png);
  background-size: 100% 100%
}

.bttn-logout,
.bttn-register {
  font-size: 14px;
  font-family: verdana;
  background: linear-gradient(
    to bottom,
    rgb(255 223 109) 10%,
    rgb(252 197 9) 50%,
    #a94d1a 90%
  );
  color: #fafafa;
  width: 70px;
  font-weight: bold;
  /* border: 2px solid #fcc509; */
  background: url(../images/bttn-register.png);
  background-size: 100% 100%
}

.bttn-login,
.bttn-logout,
.bttn-register,
.bttn-banking,
.bttn-banking:hover {
  /* background-size: contain; */
  width: 85px;
  /* height: 25px; */
  font-weight: bold;
}

.bttn-check {
  background-size: 100% 100%;
}

.bttn-login:active {
  background-color: #17b857;
  color: #fff;
}

.bttn-register:active {
  background-color: #17b857;
  color: #fff;
}

.game > a,
.login-box > a {
  cursor: pointer;
}

#GameCategory a:hover,
#GameCategory a.active,
#PromotionCategory a:hover,
#PromotionCategory a.active {
  background-color: var(--primary-color);
  color: var(--main-color);
}

.game-list {
  padding: 0 10px;
  position: relative;
}

.game-list:hover {
  background-color: var(--primary-rgba);
}

.game-list:hover .btn-game {
  display: block;
}

.game-list-content > button {
  background-color: var(--primary-color);
  color: var(--main-color);
}

/*-------------------------                    popup banner                          ----------------------------------*/
.sub_color {
  background-color: #2c2c2c;
}

.reward_pop {
  background-color: #f5f5f5;
}

/*-------------------------                    end of popup banner                   ----------------------------------*/

/************************* footer *********************************/
.footer {
  background-color: transparent;
}

.footer h1,
.footer h2,
.footer h3 {
  font-weight: bold;
  color: #fff;
}

.footer-copyright {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.category {
  width: 100%;
  border-bottom: 1px solid #273642;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.category span {
  background: #010f02;
  padding: 0 10px;
}

.form-group [class*="col-"] {
  margin-bottom: 0;
}

#RegisterForm .form-group input[type="text"],
#RegisterForm .form-group input[type="password"],
#RegisterForm .form-group input[type="email"] {
  font-size: 0.775rem;
  border: 1px solid #ffd2de;
  background-color: #fff;
  border-radius: 4px;
  color: #212121;
}

input[type="text"].login-form,
input[type="password"].login-form,
input[type="email"].login-form {
  background: #fff;
  color: #000;
}

/**************           popup top bar                                 ***********/
.account_hd {
  background-color: transparent;
}

.account_hd .logout,
.account_hd .logout:hover {
  background-color: #f30015;
  color: #ffffff !important;
}

.account_hd ul {
  display: block;
  font-size: 0.8125rem;
  float: right;
  zoom: 1;
  margin: 0;
  padding: 0;
}

.account_hd a {
  display: block;
  color: #000;
}

.account_hd .livehelp,
.account_hd .userid {
  padding-left: 26px;
}

.account_hd .livehelp {
  background-position: 0 -742px;
}

.account_hd .livehelp:hover {
  background-position: 0 -773px;
  color: #2ccad7;
  text-decoration: none;
}

.popup-header-time {
  margin-left: 15px;
  font-size: 13px;
}

/**************           end of popup top bar                                ***********/

/**************           popup menu bar                                 ***********/
.account_nav {
  background-color: #000;
}
.account_nav ul a {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #fde503;
  border-bottom: 3px solid transparent;
}
.account_nav ul a:hover,
.account_nav ul a.choice {
  color: var(--primary-color);
  border-bottom-color: #000;
  background: #f30015;
}

/**************           end of popup menu bar                                 ***********/

/**************           popup content bar                                 ***********/
.con_box:not(.account_list) {
  background: none;
}

.con_item h4 {
  padding: 15px 0 10px 0;
  text-indent: 0;
  border-bottom: 2px solid #000;
}

.con_item h4:before {
  border-left: none;
}

.con_item .info_type {
  background-color: #232323;
  border: 1px #4c4c4c solid;
  color: #888;
}

.conlist li:hover,
.conlist li.selected {
  background-color: #aeacac;
  color: #000;
}

.form-group select {
  background-color: #fff;
}

.popup-body {
  background-color: #2c2c2c;
}

/* modal body */
.bonus-wrapper .modal-body {
  background-color: var(--primary-rgba);
}

.modal-body .provider span {
  color: var(--main-color);
}

.popup-body .form-group input[type="text"],
.popup-body .form-group input[type="password"] {
  margin-top: 0;
  border: 1px solid #757575;
  background-color: #fff;
  color: #212121;
}

.btn_type input[type="submit"],
.btn_type input[type="button"],
.btn_type input[type="reset"] {
  background-color: #fde503;
  color: #000;
}

.btn_type .btn_default:hover {
  background-color: #000;
}

.account_list {
  min-width: 930px;
  padding: 20px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.account_list.embed_account_list {
  background-color: #000;
}

.account_list h4:before {
  border-left-color: #000;
}

.account_list .account_info {
  border-bottom: unset;
}

.account_list .account_info thead {
  background-color: var(--primary-color);
}

.account_list .account_info th {
  color: #000000;
}

.date_list input[type="text"],
.date_list input[type="password"] {
  border-color: #757575;
  color: #000;
}

.date_list button {
  width: 136px;
  height: 32px;
  line-height: 32px;
  background-color: #fde503;
  color: #000000;
  outline: none;
}

.date_list li:first-child {
  color: #fff;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover {
  background: #000;
  color: #fff;
}

.form-group .transcash .cash {
  border: 1px solid #757575;
  background-color: #fff;
  color: #000;
}

.wallet {
  margin: 1% 0% 0 2%;
  border: 1px solid #848484;
  background-color: #ececec;
  float: right;
  padding: 0;
}

.wallet .total,
.wallet .primary {
  color: #fde503;
}

.wallet .total .btn_total,
.wallet .primary .btn_total {
  background: linear-gradient(180deg, #fde503 0%, #fde503 50%, #ffc107 100%);
  color: rgb(0 0 0);
}

.wallet .content-inner .icon_dropdown {
  position: relative;
  margin: 3px 6px 0 0;
  width: 18px;
  height: 18px;
  display: block;
  background-color: #757575;
  padding-left: 3px;
  padding-top: 2px;
  -webkit-border-radius: 50%;
  -mos-border-radius: 50%;
  border-radius: 50%;
  -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;
  float: left;
  padding: 2px;
}

.conlist {
  border: 1px solid #459e00;
}

.conlist h5 {
  padding: 0 8px;
  text-transform: uppercase;
  color: #383838;
  font-weight: 700;
  line-height: 30px;
  font-size: 0.8125rem;
}

.validation-error .input-field {
  border-color: #d32f2f;
}

.validation-error i {
  overflow: visible;
  opacity: 1;
}

.validation-close i {
  color: #424242;
  overflow: visible;
  opacity: 1;
}

/*Bonus Module 9 September 2020*/

.bonus-wrapper .nav-tabs .nav-link.active {
  border-bottom: 5px solid #000;
  color: #19191b;
}

.bonus-wrapper .nav-tabs {
  border-bottom: 1px solid #000;
}

.bonus-wrapper .nav-tabs .nav-link:hover {
  color: var(--main-color);
  background: var(--primary-color);
}

.bonus-provider-list li:hover {
  background-color: var(--primary-color) !important;
}

.bonus-provider-list li.active a {
  border-bottom: 2px solid #f00;
  font-weight: 700;
  background-color: var(--primary-color);
  color: #000;
}

.bonus-provider-list span {
  color: var(--main-color);
}

.mainPvLs {
  background-color: var(--primary-rgba);
}

.bonus-item {
  border-color: #000;
  background-color: rgb(255, 143, 0) !important;
  outline: none;
  color: #fff;
}

.isNewPlayer {
  background: #000;
  color: #000;
}

.bonus-button.active {
  background-color: #000;
  color: #38260a;
  border-color: rgb(252, 219, 9);
}

.bonus-button.active:hover {
  background-color: #000;
  cursor: pointer;
  color: #000;
}

.bonus-name {
  color: #000;
}

.bonus-button.btn-await-approval {
  background-color: #000;
  color: #fff;
}

.progress-value {
  background: linear-gradient(
    180deg,
    var(--secondary-color) 0,
    var(--primary-color) 100%
  );
}

/*MENUBAR TEMPLATE 1*/
.futuristic .gameNav a > span {
  padding: 3px 6px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #fff !important;
  border-radius: 10px;
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 0.675rem;
}

.futuristic .gameNav > li:hover .icon-menu-wrapper {
  border-color: var(--primary-color) !important;
}

.futuristic .gameNav > li:hover span:not(.icon-new) {
  background-color: #f00 !important;
  color: #fff !important;
}

.futuristic .icon-menu-wrapper {
  border-color: #fff;
  background: linear-gradient(
    140deg,
    var(--primary-color),
    var(--secondary-color),
    rgba(29, 29, 29, 0.5) 80%
  );
  height: 95px;
}

/************ Progressive Jackpot ***********/
.progressive-jackpot {
  filter: unset;
  padding-bottom: 8px;
}
.progressive-jackpot > .h2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border-radius: 0.3em;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(179 179 179 / 40%), inset 0 -2px 5px 1px rgb(0 0 0), inset 0 -1px 1px 3px rgb(151 151 151);
    background-image: linear-gradient(160deg, #424242, #595959, #787878, #4f4f4f, #000);
    border: 1px solid #000;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 0 2px 2px rgb(0 0 0);
    font-size: 1rem;
    width: 40%;
    margin: 0 auto;
    z-index: 5;
    line-height: 1.5;
}

.progressive-jackpot > h2 {
  display: none;
}

.jackpot-wrapper {
  filter: unset;
}

.progressive-jackpot img {
  filter: unset;
  width: 100%;
  background-size: 100% 100%;
}

.jackpot-wrapper > span {
  padding-top: 5px;
}
@font-face {
  font-family: "Radar";
  src: url("../font/Radar.ttf") format("truetype");
}
#jackpot {
  font-family: "Radar" !important;
  color: #ffffff;
  font-size: 52px !important;
  margin-top: 20px !important;
  font-weight: bold !important;
  margin-left: 0px;
}

.bonus-provider-list a {
  filter: unset;
}

/********* Provider List near footer *********/

/* #ProviderList{ border-bottom: 1px solid #000;} */
/* Favorite */
.filter-tools a:hover,
.filter-tools a.selected {
  background: radial-gradient(circle, transparent 1%, var(--primary-color) 1%)
    center center / 15000% var(--primary-color);
  border: 1px solid rgb(44 44 44 / 0.7);
  color: #000;
}
.pull-head {
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    border: #fde503 3px solid;
    border-bottom: 0;
    background-color: #000000;
    color: #fff;
    letter-spacing: 1px;
}
.pull-body {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #000000;
    border: #fde503 3px solid;
    border-top: 0;
    border-bottom: 0;
    color: #fde503;
    letter-spacing: 1px;
}
.pull-foot {
    font-size: 15px;
    background: linear-gradient(to bottom, #9b7c33, #a4863d, #ac9149, #baa35d, #c5b26d, #d0c17e, #d0c17e, #d0c17e, #d0c17e);
    border: #fde503 3px solid;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}