

body {
	background-color: #afd7c9;
}

/* --------------------------------------------------- Header */

#jes_header {

}

#jes_header #jes_header_in {
	width: 100%;
	justify-content: space-between;
}

#jes_header #jes_header_logo {
	color: var(--color-primary);
}

#jes_header #jes_header_logo img {
	width: 2rem;
	height: auto;
}

#jes_header #jes_header_logo2 img {
	width: auto;
	height: 2rem;
}

#jes_header #jes_header_rlogo {
	width: auto;
	height: 2.75rem;
}

/* --------------------------------------------------- Content */

#intro_logo_bg {
	width: 100%;
	height: 100%;
	background-image: url("intro_bg.svg");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: auto 106%;
}

#main_form_container {
	padding-top: 2.5rem;
	/*padding-bottom: 2.5rem;*/
}

select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	/*border-radius: 0px;*/
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact;
}

.form-card .error_border_color {
	border-color: #ff0000;
	color: #ff0000;
}

.form-card .small_sub_label {
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 0.75rem;
	color: #777777;
	display: block;
}

.form-card .form-card-item-box {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.form-card .form-card-item-box .small_sub_label {
	width: 100%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-size: 1.25rem;
	line-height: 2rem;
	color: #000000;
}

.form-card .form-card-item-box label.option-label {
	width: auto;
	min-width: calc( ( 100% - 1rem * 1 ) / 2 );
}

.form-card .free_text_input {
	min-width: 50%;
	width: auto;
}

.form-card .radio-clear-button {
	margin-top: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #aaaaaa;
	background-color: var(--color-surface-soft);
	background-color: #afd7c9;
	/*border-radius: var(--radius-lg);*/
	display: block;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	cursor: pointer;
}

.primary_button {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	cursor: pointer;
}

.primary_button:disabled {
	opacity: 0.75;
	background-color: #b0b0b0;
	cursor: auto;
}

/* --------------------------------------------------- Quest */

.quest_cover {
	/*overflow: hidden;*/
	padding-bottom: 2rem;
	margin-bottom: 1rem;

	overflow-x: clip;
	contain: paint;
}

.quest_track {
	display: flex;
	gap: 2rem;
	transition: transform 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0), height 0.45s ease;
	will-change: transform;
	overflow: visible;
	align-items: flex-start;
	touch-action: pan-y;
	user-select: none;
}

.quest_item {
	flex: 0 0 100%;
	width: 100%;
}

.quest_item_buttons {
	margin-top: 1.5rem;
	justify-content: center;
	gap: 2rem;

	position: sticky;
	bottom: 1.5rem;
}

.quest_item_buttons button .button_text {
	display: block;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: 1.25rem;
}

.quest_item_buttons button svg {
	width: 1.5rem;
	height: auto;
}

.quest_progress {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
}

.quest_progress .quest_progress_icon {
	padding-right: 3rem;
}

.quest_progress .quest_progress_svg {
	width: 12rem;
	height: auto;
	display: block;
}

.quest_progress .quest_progress_base {
	fill: #ffffff;
}

.quest_progress .quest_progress_fill {
	fill: #1f4c2a !important;
	stroke: none !important;
	transition:
		y 0.45s ease,
		height 0.45s ease;
}

.quest_progress .quest_progress_text {
	font-size: 1.5rem;
	/* letter-spacing: 0.2rem; */
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0.5rem;
}

.quest_progress .quest_progress_text .quest_progress_current,
.quest_progress .quest_progress_text .quest_progress_total {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 3rem;
	color: var(--color-primary);
}

.quest_progress .quest_progress_text .quest_progress_current {
	margin-bottom: -0.05rem;
}

.quest_progress .quest_progress_text .quest_progress_total {
	/*margin-bottom: -0.5rem;*/
	margin-bottom: -0.05rem;
}

/* --------------------------------------------------- Thanks */

#thanks_main {
	min-height: var(--content-min-height, 100vh);
}

/* --------------------------------------------------- Footer */

#jes_footer #jes_footer_logo {
	color: var(--color-primary);
}

#jes_footer #jes_footer_logo img {
	width: auto;
	height: 2rem;
}