:root{
	--primary-color: #FF5500;
	--secondary-color: #555555;
	--primary-gradient: linear-gradient(to right bottom, #FF6C25, brown);
	--border-color: var(--secondary-color);
	--text-color: white;
	--bg-color: black;
	
	--text-highlight: var(--primary-color);
	
	--btn-bg1: url(
	'/theme/img/btn-bg1.png');
	--btn-bg2: url(
	'/theme/img/btn-bg2.png');
	--btn-bg3: url(
	'/theme/img/btn-bg3.png');
	--btn-bg4: url(
	'/theme/img/btn-bg4.png');


	--footer-bg: url(
	'/theme/img/footer-bg.png');
}

@font-face {
  font-family: stymie;
  src: url('/theme/fonts/stymie_becker_black.ttf');
}

/* width */
::-webkit-scrollbar {
  width: 12px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: radial-gradient(black, dimgray);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-gradient);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gradient);
  box-shadow: inset 0px 0px 3px white;
}

/*Overwrite Bootstrap*/
.dropdown-menu{
	background:#fff;
	color: #000;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(even){
	background-color: white;
	color: black;
}
.container{max-width: 100%;}

/*General*/
.text-highlight{color: var(--text-highlight);font-weight: bold;}
.text-white{color: white!important;}
.bg-primary{background: var(--primary-color);}
.btn-primary, .btn-primary:hover, .btn-primary:focus{background: var(--primary-color);color:var(--text-color); border-color:var(--primary-color);}
.btn-success{background-image: linear-gradient(to bottom,#4ba614,#008c00);}
.btn-highlight{-webkit-animation: buttonglow 1.5s ease-in-out infinite;animation: buttonglow 1.5s ease-in-out infinite;}


/*Icons*/
i.icon-luckybag{display: inline-block;width: 1em; height:1em; background: url('/theme/img/icons/luckybag.png');background-size: contain; background-position: center;background-repeat: no-repeat;}
i.icon-luckygold{display: inline-block;width: 1em; height:1em; background: url('/theme/img/icons/luckygold.png');background-size: contain; background-position: center;background-repeat: no-repeat;}
i.icon-hot{display: inline-block;width: 1em; height:1em; background: url('/theme/img/icons/hot.png');background-size: contain; background-position: center;background-repeat: no-repeat;}

/*Animation*/
.blink{-webkit-animation: blink 1.5s linear infinite;animation: blink 1.5s linear infinite;}


/*Customize*/
html{
	background-color: var(--bg-color);
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

html body{
	background-color: var(--bg-color);
	background: url(/theme/img/body-bg.jpg);
	background-size: cover;
	background-position: 100% 50%;
	background-attachment: fixed;
	color:var(--text-color);
	font-family: Arial,Helvetica;
}

img{max-width: 100%;}

a{height:fit-content;color: var(--primary-color);}

.panel {
    color: black;
    background-color: #fff;
}

.panel-heading {
    display: flex;
    justify-content: space-between;
}


a.bg1,button.bg1,.btn1, .btn.btn1,
a.bg1:hover,button.bg1:hover,.btn1:hover,
.btn.btn1:hover{background: var(--btn-bg1);background-size: 100% 100%; color:var(--text-color); font-weight:bold; text-shadow: 0 0 10px #af3a18;}
a.bg2,button.bg2, .btn2,.btn.btn2,
a.bg2:hover,button.bg2:hover, .btn2:hover,
.btn.btn2:hover{background: var(--btn-bg2);background-size: 100% 100%; color:black; font-weight:bold; text-shadow: 0 0 10px white;}

a.bg3,button.bg3, .btn3,.btn.btn3,
a.bg3:hover,button.bg3:hover, .btn3:hover,
.btn.btn3:hover{background: var(--btn-bg3);background-size: 100% 100%; color: var(--btn-bg4); font-weight:bold;}

a.bg4,button.bg4, .btn4,.btn.btn4,
a.bg4:hover,button.bg4:hover, .btn4:hover,
.btn.btn4:hover{background: var(--btn-bg4);background-size: 100% 100%; color: var(--btn-bg3); font-weight:bold; border: 1px solid var(--btn-bg3)}

a.bg5,button.bg5, .btn5,.btn.btn5,
a.bg5:hover,button.bg5:hover, .btn5:hover,
.btn.btn5:hover{background: var(--btn-bg4);background-size: 100% 100%; color: var(--text-color); font-weight:normal; border: 1px solid var(--btn-bg3)}


a.btn, button.btn{
	display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/*Marquee*/
marquee{
	border: 1px solid var(--border-color);
	border-left: none;
	border-right: none;
	background:var(--bg-color);
	min-height: 20px;
}

.box>div {padding: 15px;}
.box>div.flex-column {display:flex; flex-direction: column;}
.box.vertical-center>div {display:flex; flex-wrap: wrap; align-items: center;}
.box.vertical-center>div.flex-column {display:flex; flex-wrap: wrap; justify-content: center;}
.box.border>div{border-right: 1px solid var(--border-color);}
.box>div>div {
    margin-bottom: 15px;
}

.box-title{
	color: var(--text-color);
	font-weight:bold;
	display: flex;
	align-items: flex-end;
}
.box-title i{
	font-size: 1.5em;
}

/*Contact Box*/
.contact-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-width: 3px;
    border-style: solid;
    margin-bottom: 10px;
    border-image: linear-gradient(to left, rgb(0,0,0,0), var(--primary-color), rgb(0,0,0,0)) 100% 0;
}

.contact-box:nth-child(2n) {
    flex-direction: row-reverse;
}

.contact-box:hover, .contact-box:focus {
    text-decoration: none;
    color: var(--primary-color);
}

/*Contact Section*/
.contactUs .box-title {
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
    padding: 5px 0px;
    margin-bottom: 5px;
}

ul.contact-section li {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 3px;
}

ul.contact-section li>div {
    display: flex;
    align-items: center;
}

ul.contact-section li i {
    font-size: 1.5em;
    margin-right: 5px;
}
ul.contact-section li a {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 2px 10px;
    color: var(--text-color);
}

/*Game Menu*/
.nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav>li {
    text-align: center;
}
.nav>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-highlight);
}
.nav>li>a>img{
	max-width:100%;
}

.game-content .nav{border-bottom: 1px solid var(--border-color); padding-bottom: 15px;}
.game-content .nav>li{padding:0;}
.game-content .nav>li>a{padding:0;display:block;}
.game-content .nav>li>a:hover,
.game-content .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.game-content .tab-content>.active{
	display:flex;
	flex-wrap:wrap;
}
.game-content .tab-content>.active li{
	text-align:center;
	padding: 10px;
}

.game-content .tab-content>.active li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: var(--text-highlight);
}

/*Luckydraw Section*/
.luckydraw-section {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 15px;
}
.luckydraw-section a {
    width: 30%;
    height: 20%;
    font-size: 1.2em;
    position: absolute;
    bottom: 20%;
    right: 10%;
    padding: 5px 1.5em;
}

/*Share Reward*/
.shareReward {
    display: flex;
    flex-wrap: wrap;
}
.shareReward a,
.shareReward a.btn {
    width: calc( 50% - 20px);
    margin: 10px;
    color: var(--text-color);
    font-size: 13px;
    font-weight: normal;
    white-space: normal;
}

/*Footer*/
.footer-spacing{
	min-height: 60px;
	width: 100%;
	float:left;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 1.2;
    background: var(--footer-bg);
    background-size: 100% 100%;
    min-height: 55px;
    padding:0;
    z-index: 1;
}
.footer .nav>li{
	flex-grow:1;
	width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer .nav>li>a{
	display:flex;
	flex-direction: column;
	font-size:8px;
	padding: 5px 10px;
	text-transform: uppercase;
    text-overflow: clip;
}
.footer .nav>li>a:hover,
.footer .nav>li>a:focus{
	background: transparent;
}

.footer .nav>li>a i {
    font-size: 30px;
    font-weight: bold;
    background: var(--primary-gradient);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 4px;
}

/*Right Sidebar*/
.right-sidebar-fit-body .right-sidebar{
    top: 76px;
    height: calc(100vh - 70px - 61px);
    background: var(--bg-color);
}
.right-sidebar .modal-header{
	border-bottom: 2px solid var(--primary-color);
	color: var(--primary-color);
}

/*After Login*/
.page-header, .pagebar{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 20px;
}

/*Pagination*/
.pagination>li>a, .pagination>li>span{
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 2;
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: transparent;
    border-color: var(--primary-color);
    cursor: not-allowed
}

/*NavTab*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
	background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/*Register Form*/
.reg-panel{padding: 0 15px;}
.reg-form {
    border: 1px solid lightsalmon;
    box-shadow: 0 0 10px var(--primary-color);
	border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: auto;
}
.reg-form .sub-title {
    font-size: 1.2em;
    font-weight: bold;
    background: var(--primary-color);
    color: var(--text-color);
    margin-bottom: 10px;
    padding: 5px 15px;
}

/*Body-Promotion*/
#promotionList .items {
    display: flex;
    flex-wrap: wrap;
}
#promotionList .items .item {
    background: url(/theme/img/package.gif);
    background-size: 100% 100%;
    min-width: 90px;
    width: calc(33% - 20px);
    max-width: 105px;
    min-height: 120px;
    padding: 10px 10px 30px 10px;
    margin: 10px;
    text-align: center;
    color: var(--text-color);
    text-decoration: none;
    filter: brightness(0.6);
}

.package-info-content {
    background-color: transparent !important;
}

.package-info-content-title {
    text-align: center;
    font-size: 18px;
    color: var(--primary-color);
}

.fancybox-stage .fancybox-content > div, .fancybox-stage .fancybox-content > div a, .fancybox-stage .fancybox-content > div p {
    color: var(--text-color);
}

.text-info-highlight {
    color: var(--text-highlight);
}

.intro_glow {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "VLNL Breakz W00 Condensed Bold";
    text-transform: uppercase;
}

.intro_glow_text {
    /* color: #d6cbcb; */
    -webkit-text-fill-color: transparent;
    /* border-bottom: 1px solid var(--border-color); */
    padding: 0px 0px;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(rgb(255 255 255), rgb(255 255 255), rgb(166 166 166), rgb(217 217 217), rgb(167 167 167));
    background-clip: text;
    position: absolute;
}

.intro_glow_text_shadow {
    padding: 0px 0px;
    text-shadow: 0 0 0px #d7d8d700, 0 0 0px #d7d8d700, 0 0 10px #d7d8d700, 2px 1px 0px #722600, 2px -1px 4px #ff5600, 0 0 92px #ff5600, 0 0 6px #ff5600, 0 0 6px #ff5600;
}

.intro_glow_bottom {
    border-image: linear-gradient(to left, rgba(0, 0, 0, 1) 1%, rgb(205 84 45) 50%, rgba(0, 0, 0, 1) 100%) 100% 0 100% 0/0px 0 2px 0 stretch;
}


