

body {
	position: relative;
}

.content {
	width: 100%;
	height: fit-content;
	position: relative;
}

.gray_background {
	background: var(--Gray-Gray-0, #F7F8F9);
}

.white_background {
	background: #FFF;
}

.center_data {
	margin: 0 auto;
	text-align: center;
}

.full_width {
	width: 100%;
}

.info-title {
	color: #374553; 
	padding: 26px 24px 0px 24px;
	font-weight: 700;
	line-height: 20px; 
}

.info-content {
	color: #646F7C; 
	padding: 10px 24px 103px 24px;
	font-size: 11px;
	font-weight: 400;
	line-height: 160%; 
	letter-spacing: -0.022px;
}

.info-list {
	list-style: none;
	padding-left: 0.5em; 
}

.info-list li::before {
	content: "•";
	margin-right: 0.5em; 
	position: absolute; 
	left: 0;
}

.info-list li {
	position: relative;
	padding-left: 1.1em; 
}

#random-amimation-box {
	width: 100%;
	height: 340px;
}

#random-amimation-box > div{
	padding: 0 30px;
	margin-top: -25px;
}

#random-amimation-lottie {
	width: 100%;
}

.show-box {
	display: block;
}

.hide-box {
	display: none;
}

.vote-end-content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.vote-end-box {
	width: 100%;
	color: #FFF;
}

#result_amt {
	color: var(--Secondary-dark, #F7931A);
}

.share-button {
	height: 48px;
	border-radius: 10px;
	background: #F7A701;
	color: white;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px; 
	letter-spacing: 0.144px;
}

.btn-round-box {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	background: linear-gradient(90deg, #D54297, #3BCD6E, #D54297, #3BCD6E, #D54297, #3BCD6E, #D54297);
	background-size: 300% 100%;
	animation: gradientMove 10s linear infinite;
}

@keyframes gradientMove {
	0% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 150% 100%;
	}
}


.cloud-background {
	background-image: url('/images/events/randombox/present-background-image.png');
	background-size: 100%;
}

.star-background {
	background-image: url('/images/events/randombox/star-image.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

#vote-button-box {
	width: 100%; 
	height: 48px; 
	padding: 0 16px 0px 16px;
}

.vote-content {
	position: relative;
}

.end-cover-box {
    width: 100%; 
    height: 100%; 
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 1000; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

.end-cover-image {
	width: 70%; 
	margin: 0 15%;
}


.btn-round-fix-box {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	background: linear-gradient(90deg, #3BCD6E, #D54297);
}