.page-template-tmpl__bonuses-quiz .main-title:after {
	display: none;
}

.profile-best-bonuses__empty {
	margin-bottom: 24px;
}

.profile-quiz {
	margin: 24px 0;
	background: #FF920A url('/wp-content/themes/casinohi/assets/images/shortcodes/quiz/bg-m.png') left center / cover no-repeat;
	border-radius: 12px;
}

.profile-quiz.loading {
	position: relative;
	opacity: 0.8;
}

.profile-quiz.loading:after {
	content: '';
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	font-size: 10px;
	position: absolute;
	border-top: 4px solid #FF920A;
	border-right: 4px solid #FF920A;
	border-bottom: 4px solid rgba(255, 255, 255, 0.2);
	border-left: 4px solid #ffffff;
	transform: translateZ(0);
	animation: loading 1.1s infinite linear;
	z-index: 9;
	will-change: transform;
	border-radius: 50%;
}

.profile-quiz-intro {
	position: relative;
	padding: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: 12px;
	cursor: pointer;
}

.profile-quiz-intro:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background-image: url('/wp-content/themes/casinohi/assets/images/shortcodes/quiz/gift-m.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
}

.profile-quiz-intro__content {
	position: relative;
	z-index: 2;
}

.profile-quiz-intro__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
	text-align: left;
	color: #fff;
	margin-bottom: 12px;
}

.profile-quiz-intro__description {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;
	z-index: 1;
	max-width: calc(100% - 105px);
}

.profile-quiz-intro__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	height: 46px;
	padding: 0 15px;
	background: #5659D5;
	border-radius: 40px;
	border: none;
	font-weight: 700;
	color: #fff !important;
}

.profile-quiz-intro__button:hover {
	opacity: 0.9;
}

.profile-quiz-intro__image {
	position: absolute;
	bottom: -108px;
	width: 284px;
	height: auto;
	z-index: 0;
}

.profile-quiz-question {
	padding: 20px;
	border: none;
	background: #2b2e41;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.profile-quiz__steps {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	color: #ff7b00;
}

.profile-quiz__progress {
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
	background-color: #3C4056;
	border-radius: 2px;
	overflow: hidden;
}

.profile-quiz__progress-bar {
	height: 100%;
	background-color: #ff7b00;
}

.profile-quiz__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #ff7b00;
}

.profile-quiz__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	border-top: 1px solid #3C4056;
}

.profile-quiz__message {
	color: #ff0000;
}

.profile-quiz__button {
	border-radius: 40px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: var(--khi-base-color);
	border: 1px solid var(--khi-base-color);
	color: #fff !important;
	padding: 8px 20px;
	text-decoration: none !important;
	margin-right: 0;
	justify-content: center;
	position: initial;
}

.profile-quiz__button:hover {
	background: var(--khi-base-color-dark);
}

.profile-quiz__select {
	margin-bottom: 20px;
}

.profile-quiz__select .chosen-container-multi .chosen-choices {
	padding: 5px 10px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: #1c1d31;
}

.profile-quiz__select .chosen-container-active .chosen-choices {
	border-color: #ff7b00;
	box-shadow: none;
}

.profile-quiz__select .chosen-choices input {
	min-height: 38px;
}

.profile-quiz__select .chosen-container-multi .chosen-choices li.search-choice {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 0 30px 0 10px;
	font-size: 16px;
	color: #fff;
	background-color: rgba(47, 106, 143, 0.1);
	background-image: none;
	border: 0;
	border-radius: 10px;
}

.profile-quiz__select .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 7px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='white'/%3E%3C/svg%3E") !important;
	background-size: contain !important;
	background-position: 0 0 !important;
}

.profile-quiz__select .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	opacity: 0.8;
}

.profile-quiz__select .chosen-container .chosen-drop {
	border: 0;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #2d3045;
}

.profile-quiz__select .chosen-container .chosen-results li {
	display: flex !important;
	align-items: center;
	height: 44px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}

.profile-quiz__select .chosen-container .chosen-results li:not(:last-child) {
	border-bottom: 1px solid #3C4056;
}

.profile-quiz__select .chosen-container-multi .chosen-drop .result-selected {
	color: #aaaaaa;
}

.profile-quiz__select .chosen-container .chosen-results li.highlighted {
	background-color: #1c1d31;
	background-image: none;
	/*color: #fff;*/
}
.profile-quiz__select .chosen-container li::before {
	display: none !important;
}

.profile-quiz__checkbox input[type="checkbox"] {
	display: none;
}

.profile-quiz__checkbox label {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
}

.profile-quiz__checkbox:not(:last-child) label {
	border-bottom: 1px solid #3C4056;
}

.profile-quiz__checkbox label:hover {
	opacity: 0.8;
}

.profile-quiz__checkbox label:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	border: 1px solid #3C4056;
	border-radius: 50%;
	box-sizing: border-box;
}

.profile-quiz__checkbox input[type="checkbox"]:checked + label:before {
	border: 7px solid #ff7a00;
}

@media (min-width: 400px) {
	.profile-quiz {
			background: #FF920A url('/wp-content/themes/casinohi/assets/images/shortcodes/quiz/bg.png') left center / cover no-repeat;
	}
}

@media (min-width: 900px) {
	.profile-quiz-intro {
		display: flex;
		align-items: center;
		padding: 22px 24px;
		flex-direction: row;
	}

	.profile-quiz-intro:after {
		background-image: url('/wp-content/themes/casinohi/assets/images/shortcodes/quiz/gift.png');
	}

	.profile-quiz-intro__content {
		margin-bottom: 0;
		max-width: 598px;
		z-index: 1;
	}

	.profile-quiz-intro__title {
		font-size: 26px;
		font-weight: 500;
		line-height: 32px;
		text-align: left;
	}

	.profile-quiz-intro__description {
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
		text-align: left;
		margin-bottom: 0;
		max-width: none;
	}

	.profile-quiz-intro__button {
		flex-shrink: 0;
		width: 219px;
		height: 52px;
		font-size: 18px;
	}
}

/*** Helpers ***/

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
