:root {
    --promotion-details-panel-main-bg-color: #0e0d0d;
    --promotion-details-panel-heading-bg-color: #0e0d0d;
    --promotion-details-panel-heading-font-color: #ea612a;
    --promotion-details-panel-content-heading-bg-color: #ea612a;
    --promotion-details-panel-content-heading-font-color: #000000;
    --promotion-details-panel-content-description-bg-color: #000000;
    --promotion-details-panel-content-description-font-color: #ffffff;
    --promotion-details-panel-button-bg-color: linear-gradient(to bottom, #4ba614, #008c00);
    --promotion-details-panel-button-font-color: #ffffff;
    --promotion-details-panel-timer-bg-color: #ea612a;
    --promotion-details-panel-timer-font-color: #ffffff;
}
@media screen and (max-width: 767px){
	.container{width: 100%;}
}

@media (max-width: 767.98px){
    html body{
        background-position: center 580px !important;
    }
}

@keyframes buttonglow{
	0% {
	    box-shadow: 0 0 20px 5px #f7cb9200;
	    transform: scale(1.0);
	}

	50% {
	    box-shadow: 0 0 20px 2px #ff4800;
	    transform: scale(1.1);
	}

	100% {
	    box-shadow: 0 0 20px 5px #f7cb9200;
	    transform: scale(1.0);
	}
}

@keyframes blink{
	0% {opacity: 0;}
	38% {opacity: 0;}
	39% {opacity: 1;}
	100% {opacity: 1;}
}

.main-button{display:flex; flex-wrap: wrap;justify-content: space-evenly;}
.main-button a, .main-button button,
.main-button a.btn, .main-button button.btn
{	width:46%;
	min-width: 100px;
	margin-bottom: 1%;
	min-height:46px;
    font-size: 1.5em;
	display: flex;
    align-items: center;
    justify-content: center;
    text-transform: UPPERCASE;
    border:0;
}

/* navbarView*/
header{
	position: fixed;
	width: 100%;
	z-index: 1029;
	min-height: 56px;
}
.header-spacing{
	min-height: 80px;
	width: 100%;
}
.navbar {
    display: flex;
}

.navbar.navbar-dark {
    background-image: url(/theme/img/nav-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    margin-top: -1px;
    flex-wrap: nowrap;
}
.navbar-brand{
    margin: 0;
    margin-left: 2%;
    width: 13%;
    display: flex;
    justify-content: center;
    padding: 0;
    height: 56px;
}
@media (max-width: 767.98px){
    .navbar-brand{
        width: 35%;
    }
}


.navbar-brand img{max-height:50px;max-width: 100%;}
.navbar-right{margin-right:15px;float: right;flex-grow:1;justify-content:flex-end;}
.navbar-right>li{display:flex;justify-content: flex-end;font-size: 15px;}
.navbar-right>li>a:hover, .nav>li>a:focus {text-decoration: none;background-color: transparent;}
.navbar-right>li i {font-size: 1.2em;margin-right: 5px;}

@media (max-width: 767.98px){
	.navbar-right{margin-right:0;}
}

.navbar-flag{display: flex; height: 100%;}

.language-navbar.language-navbar ul{
	min-width: 20rem;
}

.language-navbar.language-navbar li {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    color: black;
    font-weight: bold;
}

.language-navbar.language-navbar li img{
		width: 30px;
}

.language-navbar.language-navbar li>a {
    background: rgb(255,255,255,0.7);
    border-radius: 50px;
    padding: 3px 3px 3px 20px;
}


@media (max-width:768px){
	.language-navbar.language-navbar ul{
		min-width: 12em;
	}
	.language-navbar.language-navbar li {
		font-size: 13px;
	}
	.language-navbar.language-navbar li img{
		width: 25px;
	}
	.language-navbar.language-navbar li>a {
    	padding: 3px 3px 3px 10px;
	}
}

/* bodyView */
.content{display:flex;flex-wrap:wrap;}
.userhome{width: 100%;}
.box{
	padding: 0px;
	display: flex;
	min-height: 80vh;
}

@media(max-width:991.98px){
	.box {
	    flex-direction: column-reverse;
	    height: fit-content;
	}
}

/*Carousel*/
@media (max-width:767.98px){
	#home-banner{
		margin: -15px -15px 15px -15px;
	}
}
.carousel-control{
	display:flex;
	align-items:center;
	justify-content:center;
	height: 100%;
}

.contact-box img {
    max-height: 80%;
    width: 100px;
    height: 100px;
}

.contact-box .content{
	display:flex;
	flex-direction: column;
	margin: 0 30px;
	text-align: center;
}
.contact-box .title {
    font-family: cursive;
}

.contact-box .caption {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: var(--text-color);
    text-shadow: 2px 2px 10px cornflowerblue
}

.contact-box .caption i{
    font-size: 1.2em;
}

/*License By*/
.licenseBy img {
    /*max-height: 25px;*/
    margin: 3px;
}

/*Deposit Lucky Draw*/
.depositLuckyDraw{
	position: relative;
}
.depositLuckyDraw .buttons {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.depositLuckyDraw .buttons>*{
	margin-bottom: 5px;
}

/*Video Box*/
.my_videobox iframe {
    width: 100%;
}

/*Sport Box*/
.sport-section img{
	width: 100%;
}

/*Account Section*/
.account-section{
	font-family: stymie;
    color: #fb7d45;
}

/*Balance Section*/
.balance-section{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.balance-section>div:first-child {
    margin-bottom: 10px;
    word-break: break-word;
}

.balance-section .buttons{
	width: 140px;
}

.balance-section .buttons > *{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    /*font-family: fantasy;*/
    font-size: 0.95em;
    padding-right: 25px;
    text-shadow: 0px 1px 5px black;
}

.balance-section .buttons > * i {
	margin-right: 10px;
    font-size: 1.5em;
}


@media(max-width:767.98px){
	.footer .nav>li>a i {font-size:25px;}
}

/*.footer .nav>li.vip>a i {
    background: var(--primary-gradient);
    -webkit-text-fill-color: var(--primary-gradient);
}*/

/*Promotion*/
.intro {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

@media(max-width:767.98px){
	.intro{
		flex-direction:column;
	}
}

/* @media(max-width:768px){
	#promotionList .items .item{
		width: calc(33% - 20px);
	}
}

@media(max-width:343px){
	#promotionList .items .item{
		width: calc(50% - 20px);
	}
} */

#promotionList .items .item:hover,
#promotionList .items .item:focus{
	filter: brightness(1);
}

.layui-layer{color: black;}

.swal2-container{z-index:99995;}


.right-sidebar.right-sidebar {
    max-width: none;
}

/*Promotion2*/
.promo-detail-content.promo-detail-content table{min-width:unset;}

/**/
@media only screen and (max-width: 1024px){
	[action-button-template="1"] .sub_fab_btns_wrapper span.home-contact-toggle.home-contact-toggle {
		padding: 10px 0;
	}
}


.my_livetransactionbox iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


div:has(>.licenseBy) {
    padding-bottom: 250px;
}

.licenseBy {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

.package-info-schedule, .package-info-withdraw-requirement, .package-info-bonus-requirement, .package-info-terms > .package-info-content-heading{
	display: none;
}

img.action_btn_icon {
    width: 32px;
}




@font-face {
    font-family: "VLNL Breakz W00 Condensed Bold";
    src: url("https://db.onlinewebfonts.com/t/1dde0d538e53b54a28c197ae087d6ddd.eot");
    src: url("https://db.onlinewebfonts.com/t/1dde0d538e53b54a28c197ae087d6ddd.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1dde0d538e53b54a28c197ae087d6ddd.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1dde0d538e53b54a28c197ae087d6ddd.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1dde0d538e53b54a28c197ae087d6ddd.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1dde0d538e53b54a28c197ae087d6ddd.svg#VLNL Breakz W00 Condensed Bold")format("svg");
}


.effect-shine {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
  font-family: 'Merriweather', serif;
}

.effect-shine > * {
   color: #fff;
  mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  mask-size: 200%;
  animation: shine 1.5s linear infinite;
}


@keyframes shine {
  from { -webkit-mask-position: 150%; }
  to { -webkit-mask-position: -50%; }
}

.wallet-selector .dropdown-toggle::after {
    display: none; /* Hide the default dropdown arrow */
}

.wallet-selector .dropdown-toggle{
	margin-right: 5px;
}

.wallet-selector .dropdown-menu {
    position: absolute !important;
    background: white !important;
    font-size: 12px;
    width: auto;
    padding : 0 0;
}

.wallet-selector .dropdown-menu li {
    width: 100%;
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block !important;
}

.wallet-selector .dropdown-menu li a {
	padding: 3px 20px !important;
	color: black !important;
    width: 100%;
}

.wallet-selector .link-profile a{
	display: flex;
	justify-content:center;
}

.wallet-selector .dropdown-menu a {
    text-align: left !important;
    font-family: "Arial" !important;
    letter-spacing: 0px !important;
}

.wallet-selector .divider {
	margin: 0 0 !important;
}

small.progress-content {
    color: #e75b26 !important;
}

.container .card-name-div h4{
	color: #000;
}
.container .card-name-div p,.container .card-detail-tittle p{
	color: #868585;
}
.container .page-header-custom h5,.container .ticket-div h1, .container .ticket-div p, .container .page-header-custom2 h5,.container .luckydr-btn-group a{
	color: #fff;
}
.container .luckydraw-card #card-footer div{
	margin-right: 30px;	
}
.container .play-record-item p,.container .date-div p,.container .card-name-div h4,.container .card-playdetail p,.container .play-record,.container .card-detail-tittle h4{
	color: #000;
}