.promo-wheel-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.promo-wheel-overlay--visible {
	display: flex;
}

.promo-wheel-window {
	position: relative;
	max-width: 520px;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 32px 28px 28px;
	text-align: center;
	box-shadow: 0 30px 80px rgba(17, 33, 52, 0.35);
	font-family: "Roboto", "Arial", sans-serif;
}

.promo-wheel-window::after {
	content: "";
	position: absolute;
	border-radius: 16px;
	pointer-events: none;
}

.promo-wheel-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(18, 38, 51, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease;
}

.promo-wheel-close:hover {
	background: rgba(18, 38, 51, 0.16);
}

.promo-wheel-close::before,
.promo-wheel-close::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	background: #122633;
}

.promo-wheel-close::before {
	transform: rotate(45deg);
}

.promo-wheel-close::after {
	transform: rotate(-45deg);
}

.promo-wheel-overlay.promo-wheel-game .promo-wheel-close {
	top: -18px;
	right: -18px;
	background: rgba(18, 38, 51, 0.9);
	color: #fff;
	width: 40px;
	height: 40px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
	z-index: 5;
}

.promo-wheel-overlay.promo-wheel-game .promo-wheel-close::before,
.promo-wheel-overlay.promo-wheel-game .promo-wheel-close::after {
	background: #fff;
	width: 18px;
}

.promo-wheel-overlay .promo-wheel-close {
	z-index: 3;
}

.promo-wheel-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	color: #122633;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.promo-wheel-text {
	font-size: 16px;
	margin: 0 auto 26px;
	color: #3e3e3e;
	line-height: 1.5;
	max-width: 360px;
}

.promo-wheel-buttons {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.promo-wheel-button {
	min-width: 170px;
	padding: 14px 24px;
	border-radius: 40px;
	border: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.promo-wheel-button--accept {
	background: #57a9f4;
	color: #fff;
}

.promo-wheel-button--accept:hover {
	opacity: 0.9;
}

.promo-wheel-button--decline {
	background: transparent;
	border: 2px solid #c6ced6;
	color: #122633;
}

.promo-wheel-button--decline:hover {
	border-color: #57a9f4;
	color: #57a9f4;
}

body.promo-wheel-locked {
	overflow: hidden;
	touch-action: none;
}

@media (max-width: 540px) {
	.promo-wheel-window {
		padding: 26px 20px 24px;
	}

	.promo-wheel-buttons {
		flex-direction: column;
	}
}

.promo-wheel-game {
	flex-direction: column;
	gap: 28px;
	padding: 20px;
}

.promo-wheel-game {
	--modal-theme-color: #3e9df3;
	--modal-dark-color: #122633;
}

#modal_7_center_center {
	left: 90%;
	top: 90%;
	transition: 0.3s ease;
	max-width: 0;
	max-height: 0;
	overflow: hidden;
	position: relative;
}

#modal_7_center_center.modal-visible {
	left: 50%;
	top: 50%;
	transform: translate(-27%, -50%);
	max-width: 1500px;
	max-height: 1500px;
	overflow: visible;
}

#modal_7_center_center .custom-modal-content {
	position: relative;
	color: #fff;
	background-color: transparent;
	display: flex;
	min-height: 470px;
}

.the_wheel {
	height: 470px;
}

.modal-7-center-center {
	position: relative;
}
.modal-7-wheel-wrapper {
	position: absolute;
	left: -55px;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--modal-theme-color);
	z-index: 2;
	border-radius: 50%;
	width: 470px;
	height: 470px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-7-wheel-wrapper-inner {
	border: 7px solid var(--modal-dark-color);
	border-radius: 50%;
	position: relative;
}

.modal-7-wheel-wrapper-inner::before,
.modal-7-wheel-wrapper-inner::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.modal-7-wheel-wrapper-inner::before {
	z-index: -2;
	right: -30px;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='65' viewBox='0 0 40 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42281 56.6921L2.42281 11.8786L37.4758 3.1154V62.8263L2.42281 56.6921Z' fill='%233e9df3' stroke='white' stroke-width='3.36125'/%3E%3C/svg%3E%0A");
	width: 40px;
	height: 65px;
}

.modal-7-wheel-wrapper-inner::after {
	z-index: 2;
	right: -30px;
	background-image: url("data:image/svg+xml,%3Csvg width='57' height='65' viewBox='0 0 57 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.8019 61.2357L4.29093 32.0732L54.8019 2.91067L54.8019 61.2357Z' fill='%233e9df3' stroke='white' stroke-width='3.36125'/%3E%3C/svg%3E%0A");
	width: 57px;
	height: 65px;
}

.modal-7-inner-wrapper {
	background: var(--modal-dark-color);
	padding: 60px 75px 60px 260px;
	min-height: 465px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 200px;
	border-radius: 24px;
	color: #fff;
}

.modal-7-title {
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.modal-7-desc {
	font-size: 21px;
	text-align: center;
	margin-bottom: 30px;
}
.modal-7-form label.error {
	top: 22px;
}
.modal-7-form form .qform-field-outside-label-box_label {
	display: none;
}
.modal-7-form font.errortext {
	font-size: 12px;
	line-height: 12px;
}
.modal-7-form .form-control input[type="text"], 
.modal-7-form .form-control input[type="password"], 
.modal-7-form .form-control input[type="email"], 
.modal-7-form .form-control input[type="tel"], 
.modal-7-form select, 
.modal-7-form textarea, 
.modal-7-form input[type="text"].form-control, 
.modal-7-form input[type="password"].form-control, 
.modal-7-form input[type="email"].form-control, 
.modal-7-form input[type="tel"].form-control {
	height: 30px;
	background-color: transparent;
}
.modal-7-form .promo-wheel-form-licence {
	display: flex;
	margin-bottom: 15px;
	position: relative;
}
.modal-7-form input[type="checkbox"] {
	width: auto;
	margin-right: 10px;
}

.modal-7-form form label,
.modal-7-form form p {
	margin: 0;
	color: #fff;
}
.modal-7-form table.form-table {
	background-color: transparent;
}
.modal-7-form table.form-table th {
	background-image: none;
	background-color: transparent;
	color: #fff
}
.modal-7-form form input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	width: 100%;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
}
.modal-7-form .promo-wheel-form-submit {
	border: 0;
    background: #3e9df3;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}
.modal-7-form form input::-webkit-input-placeholder {
	color: #fff;
}

.modal-7-form form input:focus {
	border-bottom: 1px solid #fff;
	outline: 0;
}

.modal-7-form form .qform-row:first-child {
	margin-bottom: 28px;
}

.modal-7-form form .qform-row:nth-child(2) {
	margin-bottom: 38px;
}

.modal-7-form form .qform-field__submit_agree-box__text {
	font-size: 10px;
}

.modal-7-form form .qform-field__submit_agree-box label::before {
	width: 18px;
	height: 18px;
	background-color: #fff;
	top: 4px;
}

.modal-7-form form .qform-field__submit_agree-box label::after {
	width: 15px;
	height: 15px;
	background: var(--modal-theme-color);
	top: -8px;
	left: 1px;
}

.modal-7-form form input[type="submit"] {
	font-weight: 700;
	font-size: 17px;
	color: #fff !important;
	background-color: var(--modal-theme-color) !important;
	padding: 12px 46px;
	border: 0;
	outline: 0;
	border-radius: 14px;
}

.modal-7-form.open {
	display: block;
	opacity: 1;
}

#promoWheelSpinButton {
	padding: 13px 85px;
	background-color: var(--modal-theme-color);
	width: fit-content;
	margin: 0 auto;
	border-radius: 14px;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	border: none;
	transition: opacity 0.2s ease;
	text-transform: uppercase;
}

#promoWheelSpinButton:disabled {
	display: none;
}

.promo-wheel-result {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	border-radius: 16px;
	width: 100%;
}

.promo-wheel-result--visible {
	display: flex;
}

.promo-wheel-result-label {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.promo-wheel-result-code {
	font-size: 28px;
	font-weight: 800;
	color: #3e9df3;
	letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
	.promo-wheel-game .custom-modal {
		max-height: 90vh;
	}
}

.modal-7-mini {
	position: fixed;
	right: 145px;
	bottom: 60px;
	cursor: pointer;
	opacity: 0;
	display: none;
	transition: 0.3s;
	z-index: 9998;
}

.modal-7-mini.open {
	display: block;
	opacity: 1;
}

.modal-7-mini-alert {
	position: absolute;
	opacity: 0;
	right: -95px;
	top: -60px;
	transition: 0.3s;
	color: #fff;
	background-color: var(--modal-theme-color);
	padding: 12px 18px;
	width: 160px;
	border-radius: 9px;
}

.modal-7-mini-alert::before {
	position: absolute;
	top: 30px;
	right: 110px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_1445_107)'%3E%3Cmask id='path-1-inside-1_1445_107' fill='white'%3E%3Cpath d='M11.3047 22.8479L11.3048 7.26856L29.2942 7.26855L11.3047 22.8479Z'/%3E%3C/mask%3E%3Cpath d='M11.3047 22.8479L11.3048 7.26856L29.2942 7.26855L11.3047 22.8479Z' fill='%23E80089'/%3E%3Cpath d='M11.3047 22.8479L10.2831 22.8479L10.2831 25.084L11.9735 23.6201L11.3047 22.8479ZM11.3048 7.26856L11.3048 6.24696L10.2832 6.24696L10.2832 7.26855L11.3048 7.26856ZM29.2942 7.26855L29.963 8.04081L32.0344 6.24696L29.2942 6.24696L29.2942 7.26855ZM12.3263 22.8479L12.3264 7.26856L10.2832 7.26855L10.2831 22.8479L12.3263 22.8479ZM11.3048 8.29015L29.2942 8.29015L29.2942 6.24696L11.3048 6.24696L11.3048 8.29015ZM28.6254 6.4963L10.6359 22.0756L11.9735 23.6201L29.963 8.04081L28.6254 6.4963Z' fill='%23E80089' mask='url(%23path-1-inside-1_1445_107)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1445_107' x='0.6383' y='0.280232' width='39.325' height='36.9119' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3.67806'/%3E%3CfeGaussianBlur stdDeviation='5.33319'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1445_107'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1445_107' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 40px;
	height: 38px;
}

.modal-7-mini:hover .modal-7-mini-alert {
	opacity: 1;
}

@media screen and (max-width: 991px) {
	#promoWheelSpinButton {
		margin-top: 10px;
	}
	.modal-7-wheel-wrapper {
		left: -30px;
		transform: translateY(-50%) scale(.75);
	}
	.modal-7-inner-wrapper {
		padding: 30px 30px 30px 220px;
	}
	.modal-7-desc {
		font-size: 14px;
		margin-bottom: 0;
	}
	.modal-7-inner-wrapper {
    	min-height: 362px;
	}
}

@media screen and (max-width: 768px) {
	.modal-7-wheel-wrapper {
		left: 50%;
		top: 120px;
		transform: translateY(-50%) translateX(-50%) scale(.7) rotate(90deg);
		transform-origin: unset;
	}
	.modal-7-inner-wrapper {
		margin-left: 0;
		margin-top: 110px;
		padding: 230px 30px 30px 30px;
	}
	.modal-7-title {
    	font-size: 20px;
	}
    .modal-7-desc {
        font-size: 14px;
	}
	.promo-wheel-result {
		gap: 5px;
    	margin-top: 8px;
	}
	.promo-wheel-result-label {
    	font-size: 12px;
	}
	.promo-wheel-result-code {
    	font-size: 20px;
	}
}