@charset "UTF-8";
/* THEME: VARS */
body.overflow {
	overflow: hidden;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.awardTerms_conditions {
	font-size: 16px;
	padding: 0 20px 20px 20px;
}
#award_page {
	position: relative;
	z-index: 9;
}

#award_page li,
#award_page p {
	font-weight: 400;
	padding: 0;
}

#award_page h3 {
	line-height: 1;
	font-weight: 800;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}

.modal__inner {
	-webkit-transition: top .25s ease;
	transition: top .25s ease;
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.modal__inner .inner {
	overflow: auto;
	max-width: 600px;
	background: #fff;

	/* background: rgb(255,150,0);
  background: linear-gradient(97deg, rgba(255,150,0,1) 0%, rgba(249,97,0,1) 9%, rgba(255,158,0,1) 27%, rgba(255,171,0,1) 33%, rgba(255,183,0,1) 38%, rgba(255,142,0,1) 52%, rgba(255,136,0,1) 59%, rgba(255,140,0,1) 63%, rgba(255,161,0,1) 71%, rgba(255,172,0,1) 74%, rgba(255,162,0,1) 77%, rgba(255,124,0,1) 97%); */
	border-radius: 10px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal__inner .inner > div {
	background: #fffbf8;
	margin: 15px;
	border-radius: 10px;
	position: relative;
	background-image: url(https://resource02.ulifestyle.com.hk/miniprogram/ulifestylexmas2024/assets/popup/img/popup-bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

/* [Object] Modal
 * =============================== */
.modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 109;
	display: -webkit-box;
	display: -ms-flexbox;
}
.modal img.awardImg {
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 10px;
}

.modal__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.modal-state {
	display: none;
}

.modal-state:checked + .modal {
	opacity: 1;
	visibility: visible;
}

.modal__close {
	position: fixed;
	right: 1em;
	top: 1em;
	width: 3.1em;
	height: 3.1em;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 55;
}

.modal__close svg {
	width: 100%;
}

.modal__bar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
}

.next_button img {
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}
#get_award img:hover,
#get_award2 img:hover {
	transform: scale(0.98, 0.98);
}

.modal__close:after,
.modal__close:before {
	content: '';
	width: 2px;
	height: 1.5em;
	background: #ccc;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	margin: -3px 0 0 -1px;
	top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
	background: #aaa;
}

.modal__close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.community_Gift {
	background: linear-gradient(90deg, rgba(0, 200, 145, 1) 0%, rgba(48, 135, 217, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.limited_offer {
	color: rgba(255, 0, 17, 1);
}
.awardPageTC {
	font-size: 12px;
	color: #313333;
	line-height: 1.1rem;
}
.awardPageDetails {
	color: #2c2c2c;
	font-size: 1rem;
	line-height: 1.5rem;
}
.award_title {
	text-align: center;
	color: #f29700;
	font-weight: bold;
	padding: 15px 20px 0 20px;
	font-size: 1.6rem;
}

.award_title2 {
	text-align: center;
	color: #2c2c2c;
	font-weight: 400;
	font-size: 1.2rem;
}

.awardDetailsTitle {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 20px 30px 10px 30px;
}
.awardLine {
	width: 95%;
	margin: 0 auto;
	display: block;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.modal__inner .inner {
		width: 90%;
	}

	.awardInfo {
		min-height: 146px;
	}

	.special .awardInfo {
		min-height: inherit;
	}
}
@media screen and (min-width: 768px) {
	.awardDetailsTitle {
		max-width: 380px;
	}
	.modal__inner .inner {
		width: 100%;
	}
}
/* small screen*/
@media screen and (max-width: 576px) {
	.modal__inner .inner {
		height: auto;
		max-height: 85%;
	}
}
@media screen and (min-width: 577px) {
	.modal__inner .inner {
		height: auto;
		max-height: 96%;
	}
}

#snow {
	opacity: 0.1;
	z-index: 0;
	position: fixed;
	height: 100%;
}
