a{color:#121212}
a:hover{color:orange}
a:not([href]):not([tabindex]){color:#fff}
h1{font-size:24px;text-align:center;color:#061303}
h3{margin-top:15px;font-size:14px;text-align:left}
input[type=text],
input[type=password],
input[type=email] {
    background-color: #fff;
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    border: 1px #ccc solid;
    padding: 0 5px;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    font-size: 0.875rem;
}
.text-bold{font-weight:700}
.text-success{color:#28a745!important}
.text-danger{color:#dc3545!important}
.text-warning{color:#da9319!important}
.text-primary{color:#337ab7!important}

/*-----------------------------------------------------------*/
.img-captcha{border-radius:4px!important;height:32px!important}
.img-captcha.img-thumbnail{padding:2px}
#ReloadCaptcha,#ReloadCaptchaLogin,#ReloadCaptchaRegister{cursor:pointer}
#ReloadCaptcha,#ReloadCaptchaLogin,#ReloadCaptchaRegister,#iconCheck{line-height:32px;margin-left:10px;font-size:16px}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email] {
    position: relative;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-color: #C0C0C0;
    vertical-align: top;
}
.form-group.validation-error {
	color: #D32F2F;
}
.form-group.validation-error i {
	color: #D32F2F;
	opacity: 1;
}
.form-group.validation-pass i {
	color: #388E3C;
	opacity: 1;
}
.form-group.validation-error input {
	border-color: #D32F2F;
}
/* body{
  background: url(../images/body.jpg) no-repeat !important; 
  background-size:100% 100% !important; 
  background-position:0 -200px !important;
} */
/*-----------------------------------------------------------*/
.index-body {
  	background:none;
  	background-color:unset;
	background-size: auto auto !important;
    background-position: center bottom !important;
}
/*-------------------------                       loader                   ----------------------------------*/
/* Dialog mask & Loader ----------------------------------------------*/
#dialog-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 2000;
  top: 0;
}
#loader {
	width: 200px;
    height: 5%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    color: #000;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    line-height: 36px;
    border-radius: 20px;
    overflow: hidden;
}
/*-------------------------                    end of loader                   ----------------------------------*/
/*-------------------------                       topnav                   ----------------------------------*/
.top-nav {
  /* border-bottom: 1px solid #000e19; */
  /* padding: 5px 0 ; */
  background-color: transparent; /* #000; */
  color: #000e19;
}
.newsInfo{filter:drop-shadow(1px 1px 5px black)}
.help-bar a:not([href]):not([tabindex]){color:#000e19}
.icon-soc > a {
	line-height: 25px;
	display: inline-block;
}
.icon-soc > a > img {
	max-width: 25px;
}
.announcement {
	min-width: 800px;
}
.scroll-left {
	overflow: hidden;
	position: relative;
	margin: 0px;
}
.scroll-left p {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 25px;
	text-align: center;
	/* Starting position */
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%); 
	transform:translateX(100%);
	/* Apply animation to this element */ 
	-moz-animation: scroll-left 10s linear infinite;
	-webkit-animation: scroll-left 10s linear infinite;
	animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
	0% { -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
	0% { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
	0% { 
		-moz-transform: translateX(100%); /* Browser bug fix */
		-webkit-transform: translateX(100%); /* Browser bug fix */
		transform: translateX(100%); 
	}
	100% { 
	-moz-transform: translateX(-100%); /* Browser bug fix */
	-webkit-transform: translateX(-100%); /* Browser bug fix */
	transform: translateX(-100%); 
	}
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
	max-width: 25px;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px 6px;
}
.dropbtn img{
	max-width: 25px;
	border-radius: 50%;
}
.dropdown-content {
	padding: 2px;
	display: none;
	position: absolute;
	z-index: 100;
	left:4px;
}
.dropdown-content img {
	max-width: 25px;
	margin-top: 2px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	border-radius: 50%;
	box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.3);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.dropdown-content a {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/*-------------------------                    end of topnav                   ----------------------------------*/
/*-------------------------                       header                   ----------------------------------*/
.header{padding:5px 0;background:#290034}
.login-box {
	padding: 5px;
	font-size: 12px;
	border-radius: 0px 0px 4px 4px;
	text-align: right;
}
input[type=text].login-form,
input[type=password].login-form,
input[type=email].login-form {
	width: 150px;
	padding: 3px 6px;
	border: 1px solid #4c4c4c;
	background-color: #c6d2ea;
	border-radius: 4px 4px;
	margin: 0px 0px 5px 5px;
	color: #121212;
	font-size : inherit ;
	line-height: inherit;
}
.login-form:focus {
	box-shadow: none ;
	outline: none;
}
.login-box ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 5px;
}
.login-box ul > li {
	display: inline-block;
}
.login-box ul.banking {
	margin-bottom: 0 ;
}
.bank {
    background-color: #0a0a0a;
    border: 1px solid #7d7d7d;
} 
.banking > li > a {
	line-height: 22px;
	cursor: pointer;
	display: block;
	position: relative;
	top: -1px;
}
.banking img {
	height: 22px;
}
.banking > li > .bttn-logout {
	line-height: 23px;
	cursor: pointer;
}
.user-info > li > a {
	line-height: 26px;
	padding: 0 6px;
	display: block;
	color: #000000 !important;
}
.user-info > li:last-child > a {
	padding-right: 0;
}
.user-info-balance {
	border: 1px solid #000000;
  background: linear-gradient(180deg, #692184 0%, #471e56 100%);
}
.user-info-balance > span {
	cursor: pointer;
}
.user-info-balance > span,
#reloadBalance > span {
	line-height: 22px;
	display: inline-block;
	user-select: none;
}
#creditBalance {
	width: 115px;
	position: absolute;
	left: 0;
	text-align: center;
}
#calibrate, #iconReload {
	width: 26px;
	text-align: center;
}
.user-info-balance img {
	position: relative;
	height: 18px;
	top: -1px;
}
#calibrate {
	border-left: 1px solid #d2a431;
}
.bttn-calibrate {
    /*background-color: #006d95;*/
}
.pop-wallet > tfoot {
    border-top: 1px solid #000000;
}
.pop-wallet > thead {
    border-bottom: 1px solid #000000;
}
/* #avatar b {
	text-decoration: underline;
} */
/*-------------------------                    end of header                   ----------------------------------*/
/*-------------------------                    navbar                   ----------------------------------*/
.navbar {
	/*background-position: 12px -659px;
	 background: url(../images/background.jpg) repeat-y !important;
	background-size: 100% !important;
	background-position:center center;
  	background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);*/
  	background: linear-gradient(180deg, #FDE66A 0%, #F3D534 40%, #CEB429 50%, #F2D433 90%) !important;
	z-index: 99;
	/*box-shadow: 0px -1px #fff;*/
	border-top:none;
	border-bottom:none;
}
.navbar a, .navbar li.home i {
	/*text-shadow:0px 0px 2px #000; */
}
.navbar a{
	color:#000;
}
.subnavbar {
	/*background-color: #ec4324;
	background: url(../images/background.jpg) repeat-y !important;*/
  	background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);
    border-bottom: 1px solid #9a6e00;
	  background-size: 100% !important;
	  background-position:center center;
}
.subnavbar .gameNav a{
    -webkit-filter: drop-shadow(0px 0px 1px #002e04);
    filter:         drop-shadow(0px 0px 1px #002e04);
    opacity:0.97; 
}

/*-------------------------                    end of navbar                   ----------------------------------*/
/*-------------------------                    slider                   ----------------------------------*/
.slider-container{
  border-bottom: 2px solid #060606;
}
/*-------------------------                    end of slider                   ----------------------------------*/
/*-------------------------                    middle content                   ----------------------------------*/
.middle{background-color:#3a003d;border-bottom:1px solid #fff}
.middle-index{
  background: url(../images/body.jpg) no-repeat !important; 
  background-size:100% 100% !important; 
  /*background-position:0 -1500px !important;
  background: linear-gradient(180deg, #b2b2b2 0%, #c7c5c5 50%, #7d7d7d 100%);*/
}
.box-middle{
	padding:3px ;
	border-radius:4px;
	max-width: 430px;
}
#SupportedBank{
	min-height:50px;
}
.title {
    margin-bottom: 18px;
    padding:15px 0 10px 0;
    color: #f5d943;
    letter-spacing: 1px;
    border-bottom: 2px solid #f5d943;
    text-indent:0px;
    display:inline-block;
}
.title:before {
    content: '';
}
.promotion_group {
    margin: 10px 0 24px 0;
    background-color: #f5f5f5;
}
.promotion_group .wrap {
    padding: 5px;
}
.promotion_group .title_wrap {
    position: relative;
}
.promotion_group .title_wrap img {
    width: 100%;
    height: 210px;
}
.promotion_group .liveitem {
    position: absolute;
    top: 62px;
    right: -102px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
	display:block;
}
.liveitem li {
	display: block;
	float: left;
}
.promotion_group .liveitem a {
    display: block;
    border: 1px solid #a83b12;
    min-width: 210px;
    line-height: 40px;
    letter-spacing: .6px;
    font-size: .9375rem;
}
.liveitem a {
    color: #fff;
    background-color: #a83b12;
    text-align: center;
    font-weight: 700;
    min-width: 115px;
    padding: 2px 8px;
    font-size: .75rem;
}
.info_wrap {
    margin: 10px 5px 5px 5px;
    padding: 10px 50px 10px 30px;
    position: relative;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,.4);
    box-shadow: inset 1px 1px 5px rgba(0,0,0,.4);
    border: 1px solid #646464;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: .8125rem;
    color: #222222;
}
.info_wrap p {
    font-size: .8125rem;
}
.info_wrap .btn_close {
    position: absolute;
    float: right;
    top: 4px;
    right: 10px;
    padding: 5px;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    opacity: .75;
    -webkit-border-radius: 50%;
    -mos-border-radius: 50%;
    border-radius: 50%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    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: bold;
}
.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;
}
.refcounter-wrap h1{color:#000}
.refcounter-number{color:#696969}

/*-------------------------                    end of middle content                   ----------------------------------*/
/*-------------------------                    modal                   ----------------------------------*/
/* .modal-content {
    border: 1px solid rgba(224, 224, 224, 0.2) ;
    border-radius: 0 ;
} */
.modal-header {
    border-bottom: 2px groove #3c474e ;
    border-top-left-radius: 0 ;
    border-top-right-radius: 0 ;
    color:#fff;
}
.modal-title{
	font-weight:bold;	
}
.close, .close:hover {
    color:#fff;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-size: 100% 100%;
}
/*-------------------------                    end of modal                   ----------------------------------*/
/*-------------------------                    multiuse                   ----------------------------------*/
#checkAvailability, #iconCheck {
	display: inline-block;
}
#popover-balance-content, .bttn-banking{
	border: 1px solid #000000;
  background: linear-gradient(180deg, #692184 0%, #471e56 100%);
}
.bttn-banking:hover{background:#f6c500;color:#000;border-color:#301631}
.bttn-login, .bttn-check {
	border: 1px solid #000000;
  	background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);
    color: #000;
}
.bttn-login:active {
  background-color: #17b857;
  color: white;
}
.bttn-register, .bttn-logout {
  border: 1px solid #05420a;
  /*background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);*/
  background-color:#f90004;
  font-size: 14px;
  color: #FFF;
}
.bttn-register:active {
  background-color: #b8171f;
  color: white;
}
.game > a, .login-box > a {
	cursor: pointer;
}
#GameCategory, #PromotionCategory {
	margin-bottom: 20px;
	background-color: #e3e9ea;
}
#GameCategory a, #PromotionCategory a {
	border: none;
	border-radius: 0;
	padding: 8px 15px;
	font-weight: bold;
	color: #000 ;
}
#GameCategory a:hover, #GameCategory a.active,
#PromotionCategory a:hover, #PromotionCategory a.active {
	background-color: #3e1202;
	color: #fff ;
}
#GameCategory a:hover, .game-list:hover,
#PromotionCategory a:hover, .game-list:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.game-list{padding:0 10px;position:relative}
.game-list:not(.maintenance):hover{background-color:#733f14}
.game-list:hover .btn-game{display:block}
.game-list-content{position:relative}
.game-list-content>button{background-color:#ffab65}
.figure-text>p{color:#fff}

/*-------------------------                    end of multiuse                   ----------------------------------*/
/* ISIN4D background color  (unknown)----------------------------------------------*/
.game_iframe.isin4d {
	background-color: #e0e0e0;
}

/*-------------------------                    popup banner                          ----------------------------------*/
.reward_pop {
    margin-top: -300px;
    margin-left: -355px;
    width: 710px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3000;
    -webkit-box-shadow: 4px 4px 80px #000;
    box-shadow: 4px 4px 80px #000;
    font-size: .8125rem;
}
.sub_color{background:linear-gradient(180deg, #222222 0%, #2b2b2b 50%, #212121 100%)}
.logo_wrap{padding:6px 6px 3px 6px}
/*-------------------------                    end of popup banner                   ----------------------------------*/

/************************* footer *********************************/
.custom-page{border:none}
.custom-page a{color:#69677f}
.footer{background:linear-gradient(#3a003d, #3a003d, #1F0027)}
.footer h2 {
	margin-top: 15px ;
	font-size: 20px ;
	text-align: center;
	color: #FFF;
}
.footer h3{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: #001215; 
    padding:0 10px; 
}

#ProviderList a{
	display: block;
    padding: 50px 0 0 0;
    background-size: 200%;
    filter: drop-shadow(0px 0px 1px #000);
}
#ProviderList .tk1 {
	background-position: -80px -4px;
}
#ProviderList .pgr {
	background-position: -80px -89px;
}
#ProviderList .hb {
	background-position: -80px -171px;
}
#ProviderList .gpi {
	background-position: -80px -254px;
}
#ProviderList .gpk {
	background-position: -80px -337px;
}
#ProviderList .pt {
	background-position: -80px -419px;
}
#ProviderList .skw {
	background-position: -80px -503px;
}
#ProviderList .wm {
	background-position: -80px -585px;
}
#ProviderList .isin4d {
	background-position: -80px -668px;
}
#ProviderList .spd {
	background-position: -80px -752px;
}
#ProviderList .sbo {
	background-position: -80px -836px;
}

.form-group{position:relative;padding:10px 0;margin-bottom:0}
.form-group [class*=col-]{margin-bottom:0}
.form-group label{display:inline-block;line-height:16px;font-weight:700;vertical-align:top}
.form-group label>span{margin:0 5px;color:#c90000}
#LoginPopup .form-group label{color:#fff}
.input-field{width:100%}
.check-availability{line-height:28px;min-width:100px}

#RegisterForm .form-group input[type="text"],
#RegisterForm .form-group input[type="password"],
#RegisterForm .form-group input[type="email"] {
  position: relative;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0 ;
  background-color: #ffffff;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color:#121212;
}
.form-group .input-field i {
	font-size: 1.5em;
    position: absolute;
    right: 25px;
    top: 7px;
    opacity: 0;
}
.help-block {
	display: block;
	margin: 0.4em 0;
	line-height: 14px;
	font-size: 12px;
}
.popup-body {
  	background:none;
	background-position:center left;
}

/**************           popup top bar                                 ***********/
.account_hd {
	padding-left: 20px;
	background-color: #fff;
	line-height: 44px;
	color: #000;
	min-width: 930px;
	zoom: 1;
	border-bottom : none ;
}
.account_hd h3 {
  line-height: 44px ;
  font-size: 1.125rem ;
  color:#000;
  float: left ;
  margin : 0 ;
  font-weight : bold ;
}
.account_hd .logout {
  padding: 0 14px ;
  border-left: 1px solid #42651b ;
  text-align: center ;
  background-color: #e25900 ;
  letter-spacing: 1px ;
  font-size: 1rem ;
  box-sizing : border-box ;
  float : right ; 
}
.account_hd .logout:hover {
  background-color: #940909;
  text-decoration: none;
}
.account_hd ul {
  display : block ;
  font-size: 0.8125rem;
  float : right ;
  zoom : 1 ;
  margin : 0 ;
  padding : 0 ;
}

.account_hd ul li {    
	display: block;
    float: left;
	margin-right: 15px;
}

.account_hd a {
  display: block;
  color: #fff;
}
.account_hd .userid, .account_hd .livehelp {
  padding-left: 26px;
}
.account_hd .livehelp {
  background-position: 0 -742px;
}
.account_hd .livehelp:hover {
  background-position: 0 -773px;
  color: #2ccad7;
  text-decoration: none;
}

.account_main_width{
	zoom : 1 ;
}

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

/**************           end of popup top bar                                ***********/
/**************           popup menu bar                                 ***********/
.account_nav {
  background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);
  min-width: 930px;
  position: relative;
  border-top:groove 2px #2f2f2f;
  border-bottom:groove 2px #2f2f2f;
  z-index: 7;
}

.account_nav ul {
	margin : 0 ;
	padding : 0 ;
}
.account_nav ul:after {
	content: "";
	display: block;
	clear: both;
}
.account_nav ul li {
	display: block;
	float: left;
}
.account_nav ul li:last-child {
  border-right: none;
}
.account_nav ul a {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 3px solid transparent;
}
.account_nav ul a:hover, .account_nav ul a.choice {
    color: #b5c8ff;
    text-decoration: none;
    background-color: #020516;
    border-bottom-color: #b5c8ff;
}


/***************************************/
.account_nav ul .nav_sub {
  position: relative;
}

.account_nav ul .nav_sub:hover .choice_nav {
  display: block;
}

.account_nav .icon_more {
  padding-right: 28px;
}

.account_nav .icon_more:hover {
  background-position: right -1948px;
}

.account_nav .choice_nav {
  display: none;
  width: 160%;
  background-color: #DBDBDB;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 19;
  font-size: 0.8125rem;
}

.account_nav .choice_nav p {
  padding: 3px 10px;
  background-color: #4B4B4B;
  color: #fff;
}

.account_nav .choice_nav ol li {
  border-right-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1px;
  float: none;
}

.account_nav .choice_nav ol a {
  padding: 5px 8px 5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.account_nav .choice_nav ol a:hover {
  background-color: transparent;
  letter-spacing: 0.5px;
  color: #067c8e;
}

.account_nav .choice_nav ol a:hover:before {
  content: "\2714" " ";
}


/**************           end of popup top bar                                ***********/
/**************           popup content bar                                 ***********/
.row.con_box{margin:0}
.con_box{padding:20px;min-width:930px;min-height:597px;background:0 0}
.con_item{position:relative;padding:18px;display:block}
.con_item h4{color:#121212;padding:15px 0 10px 0;text-indent:0;font-weight:700;border-bottom:2px solid #231807}	
.con_item h4:before{content:'';padding-left:10px;border-left:none}
.con_item .info_type{border:1px #4c4c4c solid;background-color:#232323;color:#888}
.deposit_content{position:relative;display:inline-block}
.con_item ul li{float:left;color:#000}

.account_main{color:#121212}
.popup-body .form-group label {
  display: inline-block;
  width: 33%;
  line-height: 16px;
  font-weight: 700;
  vertical-align: top;
  font-size: 0.875rem;
  color:#121212;
}

.form_group_category{position:relative;display:inline-block;vertical-align:top}
.form_group_category select{padding-right:30px}
.form-group .explain_text{font-size:.75rem;margin:0}
.form-group .explain_text span{font-weight:700;color:#000;margin-left:5px}
.form-group:after{content:"";display:block;clear:both}
select {
  background-color: #fff;
  font-size: 13px;
  color: #808080;
  line-height: 30px;
  border: 1px #ccc solid;
  padding: 0 5px;
  border-radius: 3px;
  outline: none;
  font-size: 0.875rem;
}
.form-group select {
  position: relative;
  top:-4px;
  width: 354px; 
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0; 
  vertical-align: top;
  
  background-color: #232323;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color:#fff;
}

.popup-body .form-group input[type="text"],
.popup-body .form-group input[type="password"] {
  position: relative;
  width: 354px; 
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0; 
  vertical-align: top;
  background-color: #ffffff;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color:#121212;
}
.btn_type{display:block;margin:20px 0 0 33%;padding:0}
.btn_type li{margin-right:10px;display:block;float:left}
.btn_type .btn_default{box-shadow:none}
.btn_type input[type=submit], 
.btn_type input[type=button], 
.btn_type input[type=reset]{
	width: 168px;
	height: 34px;
	border-radius: 4px;
	margin: 0 0 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: none;
	border: 1px solid #000000;
  	background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);
    color: #ffffff; 
}

.captcha{margin-left:33%;padding-left:4px}
.captcha .form-group span{margin:0 5px}
.captcha .img-thumbnail{width:100px;height:32px;padding:.15rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%}

.mainNav_width{width:1000px;margin:0 auto}
.account_list{min-width:930px;padding:20px;-webkit-box-shadow:0 -1px 1px rgba(0,0,0,.3);box-shadow:0 -1px 1px rgba(0,0,0,.3);color:#fff}
.account_list.embed_account_list{background-color:#001215}
.account_list h4{color:#121212;margin-bottom:15px;font-size:1.25rem;font-weight:700}
.account_list h4:before{content:'';padding-left:10px;border-left:4px solid #231807}
.account_list .account_info{border-bottom:none;background-color:#fff;margin-bottom:30px}
.account_list table{width:100%;text-align:center;font-size:.8125rem}
.account_list .account_info thead{background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);}
.account_list .account_info th{line-height:30px;color:#fff;border-right:1px solid #351900;padding:0}
.account_list .account_info td:last-child,.account_list .account_info th:last-child{border-right:0}
.account_list .account_info td{border-right:1px solid #fff;line-height:22px;padding:2px 6px;color:#030303}

.empty-list{margin:0 auto;width:500px;padding:60px 0;text-align:left}
.empty-list>h2{margin-bottom:10px;font-size:1.5em;font-weight:700}
.withdraw-money{width:100%;display:block;color:#fff!important;margin-left:0!important}
.withdraw-money>label{width:100%!important;display:block!important;cursor:pointer;line-height:30px!important;margin-bottom:0}

.date_list{line-height:30px;margin-bottom:10px;font-size:.8125rem;display:inline-block;padding:0}
.date_list li{margin-right:10px;display:block;float:left}
.date_list li:first-child{width:100px}
.date_list .selection{display:block;border:1px solid #aaa;padding:0 38px 0 10px;color:#333;-webkit-border-radius:3px!important;-mos-border-radius:3px!important;border-radius:3px!important}
.date_list .selection:hover{text-decoration:none;color:#ec9838}
.date_list input[type="text"], 
.date_list input[type="password"]{
	background-color: #232323;
	border-color: #4c4c4c;
	vertical-align: top;
	font-size: 0.775rem;
	color:#fff;
	width: 150px;
	line-height: 30px;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	cursor:pointer;
}
.date_list [type=button] {
	width: 136px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
}
.date_list button{
    background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);
    color: #ffffff;
    font-weight: 600;
    border-width: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    font-size: 0.8125rem;
}

.select_input{border:1px solid #4c4c4c}
.transicon{position:absolute;top:32px;left:534px;z-index:44}
.transicon span{border-top:1px solid #c0c0c0;border-right:1px solid #c0c0c0}
.transicon a{filter: drop-shadow(1px 1px 2px black)}
.form-group .transcash .cash {
  min-width: 170px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #d2a431;
  background-color:#232323;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}

.wallet{margin:1% 0 0 2%;border:1px solid #848484;background-color:#ececec;float:right;padding:0}
[class^=col-].wallet{float:right}
.wallet .top_title{height:30px;line-height:30px;color:#c5c5c5;margin:0;padding:0}
.wallet .top_title .cash_icon{width:45px;opacity:.7;float:left}
.wallet .top_title .cash_icon:hover{opacity:1}
.wallet .top_title a{display:block;text-indent:-99999px;cursor:pointer}
.wallet .primary,.wallet .total{color:#b5c8ff}
.wallet .total .btn_total, .wallet .primary .btn_total {
  display: block;
  margin-top: 7px;
  width: 80px;
  height: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
  background:url(../images/bg_01.png) repeat-x 0 -108px;
}
.wallet .primary .btn_total{margin-top:5px}
.wallet .primary .btn_total:hover,.wallet .total .btn_total:hover{text-decoration:none;background-position:0 -132px}
.wallet .content li:first-child{border-top:none}
.wallet .content li{padding:5px;cursor:pointer;border-top:1px solid #fff;border-bottom:1px solid #bfbfbf}
.wallet .content-inner{height:24px;cursor:pointer}
.wallet .content-inner span{float:right}
.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 ;
}
.wallet .content-inner h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 0.875rem;
    margin : 0 ;
    display: inline-block ;
}
.wallet .content-inner .refreshcash {
    min-width: 62px;
    background-color: #6d6d6d;
    -webkit-box-shadow: 0 2px 0 0 #3E3E3E;
    box-shadow: 0 2px 0 0 #3E3E3E;
    float : right ;
}
.wallet .content a {
  padding: 0 5px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
}

.wallet .content a:active {
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  -webkit-transform: translate(0px, 2px);
  -webkit-box-shadow: 0px 1px 0px 0px;
  box-shadow: 0px 1px 0px 0px;
}
.wallet .primary {
  color: #fff;
  height: 34px;
  line-height: 34px;
  background-position: 0px -69px;
}

.conlist{border:1px solid #067c8e}
.select_group .cols-wrap{margin:0}
.select_group ul,.select_group ul li{display:block}
.select_group {
  width: 594px;
  padding: 10px;
  min-height: 333px;
  left: -240px;
  top: 32px;
  cursor: default;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.select_group .cols-wrap{margin:0}
.select_group ul,.select_group ul li{display:block}
.select_group ul li {
  margin: 3px 4px;
  padding-left: 0;
  width: 110px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  line-height: 28px;
  text-align : center ;
}
.select_group ul li:hover{border-color:#747474;background-color:#0f3147}
.select_group ul li:hover a{color:#fff!important}
.select_group ul li.active a{color:#fff!important}

.conlist h5 {
  padding: 0 8px;
  text-transform: uppercase;
  color: #383838;
  font-weight: 700;
  line-height: 30px;
  font-size: 0.8125rem;
}
.select_group h5 {
  margin-bottom: 6px;
  padding: 5px ;
}
.select_group ol li {
  margin: 0 4px;
  list-style: none;
  padding-left: 0;
  /* width: calc(100% / 7 - 8px); */
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 5px;
  text-align : center ;
}
.select_group ol li.active {
  position: relative;
  background-color: #0f3147;
  border-radius: 30px;
}
.select_group ol li.active:before {
  position: absolute;
  content: '';
  top: 22px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #0f3147;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}
.select_group ol li.active a{color:#fff!important}
.select_group a{display:block;padding:0 5px;text-decoration:none;letter-spacing:-.1px}
.select_group a:not([href]):not([tabindex]){color:#1f1f1f}
#TransferFromName,#TransferToName,.select_group a{color:#fff;cursor:pointer}
.select_group .provider_name {
  margin-top: 8px;
  width: 100%;
  min-height: 180px;
  padding: 5px 8px;
  border:solid 1px #c8c8c8;
  border-radius: 5px;
  display: table;
  background-color : white ;
}
.select_group .provider_name ul{display:table-cell;vertical-align:top}
.select_group .provider_name .grid-5 li{width:calc(100% / 5 - 8px);line-height:30px}

.validation-error{overflow:visible;opacity:1;color:#d32f2f}
.validation-error .input-field{border-color:#d32f2f}
.validation-error i{overflow:visible;opacity:1}
.validation-error .tooltip{color:#d32f2f;margin-top:-5px}
.validation-close i{color:#424242;overflow:visible;opacity:1}

.tooltip {
  display: block;
  margin: 0.4em 0;
  padding: 0 3px;
  line-height: 14px;
  font-weight: 400;
  color: #616161;
  font-size: 0.875rem;
  position: relative;
  opacity: 1;
  z-index: 2; }

/*Bonus Module 9 September 2020*/
.bonus-wrapper .account_list{color:#FFF}
.bonus-wrapper .nav-tabs .nav-link.active {
    border-bottom: 5px solid #463300; 
    color: #463300;
}
.bonus-wrapper .nav-tabs {
    border-bottom: 1px solid #f2e699;
}
.bonus-wrapper .nav-tabs .nav-link:hover {
    color: #a79317;
}
.bonus-provider-list li:hover {
    background-color: #463300 !important;
}
.bonus-provider-list li.active a {
    border-bottom: 2px solid #f2e699;
    font-weight: bold;
    background-color: #463300;
    color:#fff;
}
.mainPvLs {
    background-color: rgb(255 241 210);
}
.bonus-item {
    border-color: #463300;
    background-color: rgb(70 51 0);
    outline: none;
    color: #fff;
}
.bonus-item.selected{
	border:solid 1px #aeaeae;
}
.isNewPlayer {
    background: #9e8900;
    color: #fff;
}
.bonus-button.active {
    background-color: #463300;
    cursor: pointer;
    color: #fff;
}
.bonus-button.active:hover {
    background-color: #463300;
    cursor: pointer;
    color: #fff;
}
.bonus-name {
    color: #e9ad17;
}
.bonus-button.btn-await-approval {
    background-color: #463300;
    color: #f2e699;
}

/* Fixing Referral text color */
.middle .referral, .referral .copied{color:#000 !important}
.referral-link{border-color:#000}

/*MENUBAR TEMPLATE 1*/
.futuristic .gameNav a>span {
    padding: 3px 6px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #fff !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: normal !important; 
    font-size: 0.675rem;
}
.futuristic .gameNav>li:hover span:not(.icon-new) { 
    background-color: #F00 !important;
} 
.futuristic .icon-menu-wrapper {
    position: relative;
    border: 2px solid #FFF !important;
    border-radius: 45px;
    background: linear-gradient(90deg, rgb(49 22 0 / 68%) 0%, rgb(142 99 35 / 50%) 50%, rgb(255 255 255 / 50%) 100%) !important;
    height: 95px; 
}
.progressive-jackpot {
    filter: contrast(100%) hue-rotate(230deg) grayscale(49%) saturate(12.4);
}
.progressive-jackpot img {
  filter: contrast(100%) hue-rotate(103deg) grayscale(0%) saturate(3) sepia(100%);
}
.progressive-jackpot > h2{
	background-color: #070209;
}
.newsInfo .marquee{color:#FFF;}
.rules-agreement {background:none;padding:5px 0}
.rules-agreement-logo {
  background: url(../images/footer.png) no-repeat;
  background-size: 600px 45px;
}
.logout{background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%);}
.btn_total{background:none !important;background: linear-gradient(180deg, #f6ca18 0%, #eed15e 50%, #f6ca18 100%) !important;}
.btn_withdraw{background-color:#deb200 !important;}
.pop-wallet tr td{text-shadow: 0px 0px 2px #000;}
.user-info li a,.help-bar a{color:#FFF !important;}
.newsInfo .fa-bullhorn{color:#FFF;}
