
.to-lottery-container {
	position: fixed;
	right: 0;
	top: 50%;
	width: 54px;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: none;
	flex-direction: column;
}

.to-lottery-container .countdown {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	white-space: nowrap;
	transform: scale(0.5) translateY(-8px);
}

.to-lottery-container .icon {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 48px;
	height: 44px;
	z-index: -1;
}

.to-lottery-container .decorator {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	width: 200%;
	height: 36px;
	background: linear-gradient(162deg, #ff788d 0%, #ff298f 100%);
	transform: scale(0.5);
	transform-origin: left bottom;
	text-align: center;
	color: white;
}