[v-cloak] {
	display: none;
}
#part1 .textblock {
	background-image: url("/img/contest_header_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#menu-hum {
	background-color: #b3d600 !important;
	a:hover {
		color: #f6ff90 !important;
	}
}
.textblock {
	background-color: #b3d600 !important;
}
.textblock.submit-result {
	min-height: 30rem;
	padding: 15rem;
	display: grid !important;
	place-items: center;
	font-size: 4rem;
}
.imageblock {
	background-image: url("/img/contest.jpg") !important;
}
#part2 {
	height: auto !important;
}
#part2 .imageblock {
	display: grid;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	background-image: url("/img/contest_header_bg.jpg") !important;
}
#part2 .textblock {
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	background-image: url("/img/contest_header_bg.jpg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.black {
	text-align: center;
	color: #000;
}
#contest-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: baseline;
	margin: 5rem 0;
}
#contest-image-preview {
	display: grid;
	place-items: center;
	width: 60%;
	height: auto;
	aspect-ratio: 16/9;
	background-image: url("/img/toys_header_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#contest-image-preview-status {
	pointer-events: none;
	text-align: center;
	margin: auto;
}
#contest-image-preview-picture {
	pointer-events: none;
	max-width: 100%;
	max-height: auto;
	aspect-ratio: 16/9;
	object-fit: scale-down;
}
.contest-form-checkbox {
	display: flex;
	flex-wrap: nowrap;
	flex-flow: row;
	align-items: center;
	font-size: 2.2rem;
	color: #000;
}
.contest-form-checkbox a, .contest-form-checkbox a:hover, .contest-form-checkbox a:visited {
	color: #1d8402;
}
.custom-checkmark {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #f6ff90;
	border-radius: 0.3rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	position: relative; /* for positioning the checkmark icon */
}
.hidden-checkbox {
	position: absolute; /* or opacity: 0; */
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.contest-form-field select {
	height: 5rem;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Shantell Sans", cursive;
	background-color: #f6ff90;
}
.contest-form-field input[type=text] {
	width: 100%;
	height: 5rem;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Shantell Sans", cursive;
	background-color: #f6ff90;
	margin: 0.5rem 0;
	border: 1px solid #1d8402;
}
.contest-form-checkbox input[type="checkbox"] {
	width: 3rem;
	height: 3rem;
	border: 1px solid #1d8402;
	background-color: #f6ff90;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contest-form-checkbox input[type="checkbox"]:checked {
	background-color: #1d8402;
	background-image: url('/img/galka.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contest-form-checkbox input[type="checkbox"]:focus {
	outline: 1px solid #1d8402;
}
.contest-form-checkbox input[type="checkbox"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.contest-form-field textarea {
	width: 100%;
	height: 20rem;
	resize: none;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Shantell Sans", cursive;
	background-color: #f6ff90;
}
.contest-form-field button {
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Shantell Sans", cursive;
	background-color: #86ed00;
	border: 2px solid #1d8402;
	padding: 1rem 2rem;
	margin: 1rem 0 0 0;
}
.contest-form-field input::file-selector-button {
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Shantell Sans", cursive;
	background-color: #f6ff90;
	border: 1px solid #1d8402;
	padding: 1rem 2rem;
	margin: 1rem 1.5rem 0 0;
}
.contest-form-field input[type=file] {
	width: 100%;
}
.wrong {
	background-color: #ff8a95 !important;
}
.contest-form-error {
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Shantell Sans", cursive;
	color: red;
	margin: 2rem 0;
}
.merged {
	grid-column: span 2;
}
#footer-dividor {
	background-image: url("/img/footer_dividor_b3d600.svg") !important;
}
#footer-mainspace {
	background-color: #b3d600 !important;
}
#contest-desc {
	font-size: 2.2rem;
	font-weight: 500;
	color: #000;
	margin: 0 7rem 0 7rem;
}
#contest-desc a {
	color: #0000aa;
}
#contest-desc a:hover {
	color: #0096ff;
}
#contest-desc p {
	margin: 0 10rem 0 10rem;
}
#footer-inner {
	a:hover {
		color: #f6ff90 !important;
	}
}
