/**** begin card style ****/
.card.card-winner,
.card.card-winner .card-body {
    border-radius: 8px;
}
.card.card-winner .box-date {
    position: relative;
    border-radius: 8px;
}
.card.card-winner .box-date {
    border-radius: 8px 8px 0 0;
}
.card.card-winner .box-date h1,
.card.card-winner .box-date h3,
.card.card-winner .box-date h5 {
    line-height: 1 !important;
}
.card.card-winner .box-date h1 {
    font-size: 72px;
}
.card.card-winner .box-date h3 {
    font-size: 38px;
}
.card.card-winner .box-date h5 {
    font-size: 16px;
}


.card.card-result {
    position: relative;
    border-radius: 12px;
    background-image: url(../images/pattern.png);
}
.card.card-result::before {
    content: "";
    position: absolute;
    top: 0;
    left: 130px;
    bottom: 0;
    width: 50px;
    height: auto;
    background-color: var(--color-3);
    clip-path: polygon(100% 0, 25% 50%, 100% 100%, 0 100%, 0 0);
}
.card.card-result .card-body {
    position: relative;
    border-radius: 12px;
}
.card.card-result .card-body::before {
    content: attr(data-pos);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 130px;
    height: auto;
    background-color: var(--color-3);
    border-radius: 12px 0 0 12px;
    color: var(--color-2);
    font-size: 72px;
    font-weight: 900;
    text-align: center;
}
.card.card-result .card-body .result-title {
    position: relative;
}
.prize-wrapper .prize-block .prize-digit {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
	margin: 0 1.5px;
    background: radial-gradient(circle at center, var(--color-7), var(--color-8));
    border: 1px solid var(--color-1);
    color: var(--color-1);
}
.prize-wrapper .prize-block .prize-digit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	border-radius: 50%;
	background: radial-gradient(circle at 25% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
	z-index: 0;
}
.prize-wrapper .prize-block.winner .prize-digit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    background: radial-gradient(circle at center, var(--color-7), var(--color-8));
    color: var(--color-1);
}
.prize-wrapper .prize-block .prize-digit::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: auto;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	filter: blur(5px);
	z-index: 0;
}
/**** endof card style ****/