/* PESAN BERANTAI */
.messagebleft-container{transition:all 500ms ease;transition-property:top,right,bottom,left,opacity;font-family:Roboto,sans-serif;font-size:14px;min-height:14px;background-color:#070b0e;position:fixed;display:flex;justify-content:space-between;align-items:center;color:#fff;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999}.messagebleft-container .action{background:inherit;display:inline-block;font-size:inherit;text-transform:uppercase;color:#4caf50;margin:0 0 0 24px;padding:0;min-width:min-content;cursor:pointer}@media(min-width:640px){.messagebleft-container{min-width:288px;max-width:568px;display:inline-flex;border-radius:2px;margin:24px}}@media(max-width:640px){.messagebleft-container{left:0;right:0;width:100%}}.messagebleft-pos.bottom-center{top:auto!important;bottom:0;left:50%;transform:translate(-50%,0)}.messagebleft-pos.bottom-left{top:auto!important;bottom:0;left:0}.messagebleft-pos.bottom-right{top:auto!important;bottom:0;right:0}.messagebleft-pos.top-left{bottom:auto!important;top:0;left:0}.messagebleft-pos.top-center{bottom:auto!important;top:0;left:50%;transform:translate(-50%,0)}.messagebleft-pos.top-right{bottom:auto!important;top:0;right:0}@media(max-width:640px){.messagebleft-pos.bottom-center,.messagebleft-pos.top-center{left:0;transform:none}}

/* JACKPOT V1 */

@font-face{font-family:advanced_dot_digital-7regular;src:url(../fonts/advanced_dot_digital-7-webfont.woff2) format("woff2"),url(../fonts/advanced_dot_digital-7-webfont.woff)format("woff");font-weight:400;font-style:normal}

.home__jackpot {
	/*background: rgba(172, 0, 0, 0.6);*/
	padding-bottom:20px;
	padding-top:20px
}
.home__jackpot .jackpot-gif {
	background-image:url(../img/progressive-jackpot.gif);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	height:120px
}
.home__jackpot .jackpot-gif .jackpot-amount {
	font-size:48px;
	font-weight:600;
	color:#fff;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	position:relative;
	padding-right:50px;
	letter-spacing:3px;
	font-family:advanced_dot_digital-7regular
}
.home__jackpot .jackpot-gif .jackpot-amount #amount {
	margin-left:15px
}

.progress{
	height: 1.2rem;
	border-radius: 0px;
}