/* ==== Jackpot Style ==== */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap');

#jackpot_body {
	background: #2a0d60;
    background: linear-gradient(to bottom, rgba(54, 11, 73, 29) 0%, rgba(183, 92, 221, 53) 30%, rgba(183, 92, 221, 53) 70%, rgba(54, 11, 73, 29) 100%);  
	padding:10px 0;
}
.jackpot-left {
    width:20%;
}
.jackpot-right {
    width:80%;
}
.jackpot-left .jackpot-title-1 {
	font-family: 'Orbitron', sans-serif;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    z-index: 10;
    color: #FFF;
    background: #000;
    letter-spacing: 2px;
    width: 100%;
}
.jackpot-left .jackpot-title-2 {
	font-family: 'Orbitron', sans-serif;
    text-align: center;
	font-size:28px;
	margin:0;
	text-transform: uppercase;
    z-index:10;
    color:#fff;
    letter-spacing: 2px;
}
#jackpot-text {
	font-family: 'Orbitron', sans-serif;
    text-align: center;
	font-size:35px; 
	padding:0;
	margin:0;
}
#jackpot-text .each_digit_n, #jackpot-text .each_digit_c {
	display:inline-block;
	padding:10px 5px;
	margin:5px;
	text-align:center;
	border-radius:5px;
}
#jackpot-text .each_digit_n{
	color:#FFF;
}
#jackpot-text .each_digit_c {
	color:#fff;
}
#jackpot-text .each_digit_n {
	background:#000;
	width:45px;
}
#jackpot-text .each_digit_c {
	display:inline-block;
	width:10px;
}
.box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	color: transparent;
    height:80px;
}

/* ==== Jackpot Style ==== */