* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* @note - Page Search  */
.page-lucky-wheel {
	position: relative;
	z-index: 2;
}
.page-lucky-wheel .edge {
	position: absolute;
	pointer-events: none;
}

.page-lucky-wheel .edge-1 {
	position: absolute;
	top: 0;
	left: 95%;
	width: calc(300em / 19.2);
	display: none;
}

.page-lucky-wheel .title-img{
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
	display:none;
}
.page-lucky-wheel .edge-2 {
	position: absolute;
	top: -5%;
	right: 75%;
	width: calc(350em / 19.2);
	z-index: 11;
	display: none;
}

.page-lucky-wheel .edge-3 {
	position: absolute;
	bottom: -15%;
	right: 96%;
	width: calc(300em / 19.2);
	z-index: 11;
	display: none;
}

.page-lucky-wheel .edge-4 {
	position: absolute;
	bottom: -15%;
	left: 95%;
	width: calc(300em / 19.2);
	z-index: 11;
	display: none;
}

.page-lucky-wheel .edge-5 {
	position: absolute;
	bottom: -45%;
	left: 110%;
	width: calc(200em / 19.2);
	z-index: 11;
	display: none;
}

.page-search-coupon.page-lucky-wheel {
	background-image: url('./assets/bg.jpg');
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 40px 0 !important;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20vh !important;
}

.page-search-coupon .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.page-search-coupon .wheel-information {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-search-coupon .logo-web{
	margin-bottom: 20px;
}

.page-search-coupon .wrap-wheel-information {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: calc(80em / 19.2) 0;
	padding-bottom: 0;
	gap: 30px;
	width: 100%;
	max-width: 800px;
}

.page-search-coupon .wrap-wheel-information .text-1 img {
	max-width: 500px;
	width: 100%;
}

.page-search-coupon .wrap-form-search .title {
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.page-search-coupon .wrap-form-search {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.page-search-coupon .wrap-form-search .box-result .content strong {
	color: #e31837;
}

.page-search-coupon .wrap-form-search .box-result .content {
	padding: 10px 0px;
	font-size: 16px;
}

#popup-result-lose .title {
	font-size: 40px;
}

#popup-result-lose .text-lose {
	font-size: 24px;
	text-align: center;
}

.page-search-coupon .wrap-form-search .box-result {
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
}

.page-search-coupon .wrap-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 40px;
}

.page-search-coupon .wrap-form input {
	width: 100%;
	height: 48px;
	padding: 0 15px;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 16px;
}

.page-search-coupon .wrap-form .btn-search {
	width: 100%;
	height: 48px;
	background-color: #a41616;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.page-search-coupon .wrap-form .btn-search:hover {
	background-color: #8a1312;
}

.page-search-coupon .voucher-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-search-coupon .voucher-item .btn-use-voucher.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.page-search-coupon .voucher-item .btn-use-voucher:hover {
	background-color: #8a1312;
}

.page-search-coupon .text-error {
	color: red;
	font-size: 14px;
	padding-top: 10px;
}

.page-search-coupon .voucher-item .btn-use-voucher {
	background-color: #a41616;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 8px;
	height: 40px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
	.page-search-coupon .wrap-form {
		flex-direction: row;
	}

	.page-search-coupon .wrap-form input {
		flex: 1;
	}

	.page-search-coupon .wrap-form .btn-search {
		width: auto;
		padding: 0 30px;
	}
}


/* @note - Page Lucky Wheel */

:root {
	--fs-16: 0.8333333333em;
	/* 16px */
	--fs-20: 1.0416666667em;
	/* 20px */
	--fs-24: 1.25em;
	/* 24px */
	--fs-28: 1.4583333333em;
	/* 28px */
	--fs-32: 1.6666666667em;
	/* 32px */
	--fs-36: 1.875em;
	/* 36px */
	--fs-40: 2.0833333333em;
	/* 40px */
	--fs-44: 2.2916666667em;
	/* 44px */
	--fs-48: 2.5em;
	/* 48px */
	--fs-52: 2.7083333333em;
	/* 52px */
	--fs-56: 2.9166666667em;
	/* 56px */
	--fs-60: 3.125em;
	/* 60px */
	--fs-64: 3.3333333333em;
	/* 64px */
}

.page-lucky-wheel {
	background-image: url('./assets/bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 30px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5vw;
	display: flex;
	flex-direction: column;
}

.page-lucky-wheel .wrap-lucky-wheel .wheel-information {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.page-lucky-wheel .wrap-lucky-wheel {
	width: 100%;
	padding: 0 15px;
	display: flex;
	gap: calc(1.875rem);
	flex: 1;
	height: 100%;
}

.page-lucky-wheel .wrap-lucky-wheel .wheel-container .wheel {
	background-color: white;
	border-radius: 50%;
}

.page-lucky-wheel .wrap-lucky-wheel .wheel-container {
	flex-shrink: 0;
	margin-top: auto;
}

.page-lucky-wheel .wrap-lucky-wheel .wrap-wheel-information {
	display: flex;
	flex-direction: column;
	gap: calc(30em / 19.2);
	align-items: center;
	flex: 1;
	padding: calc(150em / 19.2) 0;
	max-width: 100%;
	justify-content: space-between;
}

.page-lucky-wheel .wrap-lucky-wheel .btn-the-le {
	display: flex;
	justify-content: center;
}
.page-lucky-wheel .wrap-lucky-wheel .btn-the-le:hover img {
	transform: scale(1.05);
}

.page-lucky-wheel .wrap-lucky-wheel .btn-the-le img {
	height: calc(63em / 19.2);
	transition: transform 0.3s ease-in-out;
}

.page-lucky-wheel .wheel-information .text-1 span {
	/* text-shadow: 2px 2px #AA0001; */
	z-index: var(--fs-16);
}

.page-lucky-wheel .wheel-information .text-1 p {
	background: linear-gradient(180deg, #D99E14 0%, #D09A16 13.5%, #D3A422 26.5%, #FFF385 66%, #FFD34C 100%);
	position: relative;
	background-clip: text;
	-webkit-background-clip: text;
	z-index: 2;
	-webkit-text-fill-color: transparent;
	font-size: calc(60em / 19.2);
	font-weight: 600;
}

.page-lucky-wheel .wheel-information .text-note {
	font-size: calc(20em / 19.2);
	text-align: center;
	color: white;
	max-width: 62%;
	margin: 0 auto;
	padding-top: calc(10em / 19.2);
}

.page-lucky-wheel .wheel-information .logo-web img {
	width: calc(400em / 19.2);
	margin-top: calc(10em / 19.2);
}

.page-lucky-wheel .wheel-information .date {
	display: flex;
	justify-content: center;
}

.page-lucky-wheel .wheel-information .date img {
	width: calc(400em / 19.2);
	margin-top: calc(10em / 19.2);
}

.page-lucky-wheel .wheel-information .text-1 .small {
	font-size: calc(30em / 19.2);
	margin-top: calc(5em / 19.2);
}

.page-lucky-wheel .wheel-information .text-1 {
	text-transform: uppercase;
	text-align: center;
}

.page-lucky-wheel .wheel-information .text-1 img {
	max-width: calc(526em / 19.2);
}

.page-lucky-wheel .wheel-information .text-price img {
	max-width: calc(586em / 19.2);
}

.page-lucky-wheel .wheel-information .text-2>* {
	font-size: 1.6666666667em;
	color: white;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0 !important;
}

.page-lucky-wheel .wheel-information .table-price {
	margin-top: calc(50em / 19.2);
}

.page-lucky-wheel .wheel-information .table-price img {
	max-width: 100%;
}

.page-lucky-wheel .wheel-container {
	position: relative;
	z-index: 10;
	width: calc(566em / 19.2);
	height: calc(566em / 19.2);
	margin: 0 auto;
	margin-bottom: calc(100em / 19.2);
	perspective: 1000px;
}

.page-lucky-wheel .wheel {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 10;
	box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2), inset 0 0 1vw rgba(0, 0, 0, 0.1);
	transition: transform 0.1s ease;
	will-change: transform;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	/* perspective: 1000px;
    -webkit-perspective: 1000px; */
}

.wheel::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10%;
	height: 10%;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
	z-index: 6;
}

.segment {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.5);
	transition: filter 0.3s;
	will-change: transform;
	backface-visibility: hidden;
}

.segment:hover {
	filter: brightness(1.1);
}

.segment-text {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	font-size: 2vw;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pointer {
	position: absolute;
	bottom: -5%;
	left: 50%;
	transform: translateX(-50%);
	width: 4vw;
	height: 4vw;
	background-color: #ff4d4d;
	/* clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
	z-index: 10;
	/* box-shadow: 0 0.3vw 0.5vw rgba(0, 0, 0, 0.2); */
}


/* @note - Wheel Css */

.spin-button-action {
	cursor: pointer;
	transition: .3s all ease-in-out;
	border: 0;
	font-size: inherit;
	outline: none;
	background-color: transparent;
}

.wheel-container .pointer {
	background-image: url(./assets/wheel-pointer.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: calc(60em / 19.2);
	height: calc(90em / 19.2);
	background-color: transparent;
	z-index: 15;
	bottom: -5%;
}

.page-lucky-wheel .wheel-wrapper {
	padding: calc(150em / 19.2) 0;
	display: flex;
	position: relative;
	flex-direction: column;
}

.page-lucky-wheel .wheel-wrapper .wrap-btn-wheel img {
	transition: transform 0.3s ease-in-out;
	display: block;
	cursor: pointer;
}

.page-lucky-wheel .wheel-wrapper .wrap-btn-wheel div {
	position: relative;
	height: fit-content;
}

.page-lucky-wheel .wheel-wrapper .wrap-btn-wheel div:hover img {
	transform: scale(1.05);
}

.page-lucky-wheel .wheel-wrapper .wrap-btn-wheel a:hover img {
	transform: scale(1.05);
}

.page-lucky-wheel .wheel-wrapper .wrap-btn-wheel {
	display: flex;
	align-items: center;
	gap: calc(10em / 19.2);
	flex-direction: column;
}

.wheel-wrapper .wrap-btn-wheel img {
	max-width: 100%;
	height: calc(63em / 19.2);
}

.wheel-container::before {
	content: "";
	--wheel-offset: calc(-38em / 19.2);
	z-index: 4;
	background-image: url(./assets/vongquay.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: var(--wheel-offset);
	left: var(--wheel-offset);
	right: var(--wheel-offset);
	bottom: var(--wheel-offset);
	pointer-events: none;
}

.wheel-container .wheel path {
	stroke: #f0f0;
}

.page-lucky-wheel .wheel-stand {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 95%;
	z-index: -1;
	width: 100%;
}

.page-lucky-wheel .wheel-stand img {
	width: 100%;
}

.page-lucky-wheel .wheel-center img {
	width: calc(104em / 19.2);
}

.fancybox__slide {
	padding: 20px;
}

.page-lucky-wheel .wheel-center {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease-in-out;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}

.wheel-center:hover {
	transform: translate(-50%, -50%) scale(1.05);
}

.wheel-shadow {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	box-shadow: inset 0 0 2vw #d4a624;
	z-index: 11;
	pointer-events: none;
}

.wheel-container text {
	pointer-events: none;
	opacity: 0;
}

.wheel-center {
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
}

.wheel-center:disabled {
	cursor: not-allowed;
}

.wheel-container image {
	pointer-events: none;
}

.popup-result {
	max-width: 650px !important;
	width: 100% !important;
}

.popup-result .popup-result-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 2;
	position: relative;
}

.popup-result .popup-result-form input {
	width: 100%;
	height: 48px;
	padding: 0 10px;
	border-radius: 8px;
	color: black;
	border: 1px solid #fff;
}

.popup-result .popup-result-form .btn-wheel-submit.disabled span {
	opacity: 0;
}

.popup-result .popup-result-form .btn-wheel-submit.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.popup-result .popup-result-form .btn-wheel-submit.disabled::after {
	content: '';
	animation: spin-custom 0.75s linear infinite !important;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #fff181;
	border-radius: 50%;
	width: 25px;
	z-index: 2;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.popup-result .popup-result-form .btn-wheel-submit::before, .btn-wheel-primary::before {
	--border-size: -2px;
	content: "";
	background: linear-gradient(180deg, #FFE97B 0%, #A2782A 100%);
	position: absolute;
	top: var(--border-size);
	left: var(--border-size);
	right: var(--border-size);
	bottom: var(--border-size);
	z-index: -1;
	border-radius: 8px;
}
body .btn-wheel-primary {
	height: 50px !important;
	width: 100%;
	max-width: 400px !important;
}
.popup-result .popup-result-form .btn-wheel-submit:hover span, .btn-wheel-primary:hover span {
	transform: scale(1.05);
}
.btn-wheel-primary.disabled span {
	opacity: 0;
}
.popup-result .error-message {
	color: red;
}

.popup-result .popup-result-form .btn-wheel-submit, .btn-wheel-primary {
	width: 50%;
	margin: 0 auto;
	height: 48px;
	padding: 0 10px;
	border-radius: 8px;
	background-color: #8B0000 ; /*#ff64a0;*/
	color: #fff;
	border: none;
	position: relative;
	transition: .3s all ease-in-out;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.popup-result .popup-result-form .btn-wheel-submit span, .btn-wheel-primary span {
	/* background: var(--Linear-gold, linear-gradient(180deg, #D99E14 0%, #D09A16 13.5%, #D3A422 26.5%, #FFF385 66%, #FFD34C 100%));
	background-clip: text;
	-webkit-background-clip: text; */
	color: white;
	display: inline-block;
	transition: .3s all ease-in-out;
	font-size: 24px;
	font-weight: bold;
}

.popup-result .popup-result-form {
	padding-top: 20px;
}

.popup-result .title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.popup-result .prize {
	font-size: 24px;
	text-align: center;
	color: rgb(255, 255, 255)/*#e31837; */
	font-weight: bold;
}

body .popup-wheel-general {
	background-color: transparent !important;
	padding: 0 !important;
}

body .popup-wheel-general .popup-result-wrap {
	padding: 40px;
	border-radius: 8px !important;
	color: white;
	/* background-color: #A41616; */
	/* background: linear-gradient(90deg,rgba(239, 125, 168, 1) 50%, rgba(249, 184, 163, 1) 100%); */
	background: #f00d09;
	position: relative !important;
	z-index: auto !important;
}

body .popup-wheel-general .popup-result-wrap::before {
	--border-size: -2px;
	content: "";
	background: linear-gradient(180deg, #FFE97B 0%, #A2782A 100%);
	position: absolute;
	top: var(--border-size);
	left: var(--border-size);
	right: var(--border-size);
	bottom: var(--border-size);
	z-index: -1;
	border-radius: 8px;
}

.popup-result .prize {
	/* background: var(--Linear-gold, linear-gradient(180deg, #D99E14 0%, #D09A16 13.5%, #D3A422 26.5%, #FFF385 66%, #FFD34C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	font-size: 32px;
}

.popup-wheel-general .f-button.is-close-btn {
	background-image: url(./assets/btn-close.png);
	background-size: 100% 100%;
	box-shadow: none !important;
	background-position: center;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	border-radius: 0 !important;
	top: -58px !important;
	right: 0 !important;
	outline: none !important;
}

.popup-result-success .content {
	text-align: center;
	margin-top: 10px;
}

.popup-result-success .logo-web img {
	max-width: calc(300em / 19.2);
	margin: 0 auto;
	margin-bottom: 30px;
}

body .popup-the-le .popup-the-le-wrap {
	padding: 20px;
}

body .popup-the-le .popup-the-le-wrap .popup-the-le-content a{
	color: #03A9F4;
}
body .popup-the-le .popup-the-le-wrap .popup-the-le-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-height: 60vh;
	overflow: auto;
}

body .popup-the-le .popup-the-le-wrap .popup-the-le-content {
	background-color: white;
	color: black;
	padding: 20px;
	border-radius: 8px;
}

button {
	cursor: pointer;
}

.page-lucky-wheel .segment-group-3 image {
	width: 62px;
    height: 86px;
}

@media (max-width: 767.98px) {
	body .popup-wheel-general .popup-result-wrap {
		padding: 20px;
	}

	.page-lucky-wheel .wheel-container {
		margin-bottom: 60px;
	}

	.page-lucky-wheel .wrap-lucky-wheel .text-note {
		max-width: 100%;
		font-size: 17px;
	}

	.page-lucky-wheel .wrap-lucky-wheel .wrap-wheel-information {
		padding: calc(30em / 19.2) 0;
	}

	.page-lucky-wheel .wheel-wrapper {
		padding: calc(30em / 19.2) calc(40em / 19.2) 0;
	}

	.wheel-wrapper .wrap-btn-wheel img {
		height: calc(70em / 19.2);
	}

	body .popup-the-le .popup-the-le-wrap .popup-the-le-content {
		max-height: 70vh;
		overflow: auto;
	}

	.popup-result .prize {
		font-size: 18px;
	}

	.wheel-container svg {
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}

	.segment {
		will-change: transform;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}


@media (min-width: 768px) {
	.page-lucky-wheel {
		font-size: 1.3vw;
	}
}

@media (min-width: 1024px) {
	.page-lucky-wheel .hidden-desktop {
		display: none !important;
	}
}

@media (max-width: 1023.98px) {
	.page-lucky-wheel .hidden-mobile {
		display: none !important;
	}

	.page-lucky-wheel .wrap-lucky-wheel .wrap-wheel-information {
		gap: 20px;
		padding-bottom: 30px;
	}
}

@media (max-width: 1023.98px) {
	.page-lucky-wheel .wrap-lucky-wheel {
		flex-direction: column;
	}

	.page-lucky-wheel .wheel-wrapper .wrap-wheel-information {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.page-lucky-wheel .wrap-lucky-wheel {
		padding: 0 30px;
	}

	.page-lucky-wheel .wrap-lucky-wheel {
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.page-lucky-wheel {
		align-items: center;
		min-height: 100svh;
		padding-top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.page-lucky-wheel .segment-group-3 image {
		height: calc(148em / 19.2);
		width: calc(92em / 45.2);
	}

	.page-lucky-wheel {
		padding: calc(30em / 19.2) 0;
		font-size: 0.9vw;
	}

	.page-lucky-wheel .wrap-lucky-wheel {
		max-width: calc(1500em / 19.2);
	}
}

.footer-support {
	display: none !important;
}

.wrap-btn-wheel .spin-button-action.disabled::after {
	content: '';
	position: absolute;
	width: 90%;
	height: 70%;
	background-color: #ff64a0;
	pointer-events: none;
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrap-btn-wheel .spin-button-action {
	position: relative;
}

.wrap-btn-wheel .spin-button-action.disabled::after {
	content: '';
	animation: spin-custom 0.75s linear infinite !important;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #fff181;
	border-radius: 50%;
	width: 25px;
	z-index: 2;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@keyframes spin-custom {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.spin-button-action.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

@media (max-width: 767.98px) {
	.page-lucky-wheel .edge-1 {
		top: -10%;
		left: 83%;
		width: calc(200em / 19.2);
	}

	.page-lucky-wheel .edge-2 {
		top: -5%;
		right: 75%;
		width: calc(300em / 19.2);
		z-index: 11;
	}

	.page-lucky-wheel .edge-3 {
		bottom: -15%;
		right: 83%;
		width: calc(200em / 19.2);
		z-index: 11;
	}

	.page-lucky-wheel .edge-4 {
		bottom: -15%;
		left: 78%;
		width: calc(200em / 19.2);
		z-index: 11;
	}

	.page-lucky-wheel .edge-5 {
		bottom: -45%;
		left: 95%;
		width: calc(100em / 19.2);
		z-index: 11;
	}
}
#popup-wheel-general-end .logo-web {
		display: flex;
		align-items: center;
		justify-content: center;
	}
#popup-wheel-general-end {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#popup-wheel-general-end .title {
	font-size: 26px;
	text-align: center;
}
#popup-wheel-general-end .popup-result-wrap {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#popup-wheel-general-end .popup-result-wrap .title-img {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		width: 100%;
	}
	#popup-wheel-general-end .popup-result-wrap .date {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}