﻿
body {
	background-image: url(/images/popcornpass/mainbg.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.btn-primary {
	background-color: #c31f26;
	border-color: #c31f26 !important;
	font-family: "Staatliches", system-ui;
	color: white !important;
}

.btn-primary:hover {
	border-color: #c31f26 !important;
}

.btn-primary:active {
	background-color: #c31f26 !important;
}

label {
	color: white;
	display: block;
}

#GDPRAccepted {
	display: block !important;
	position: static !important;
	width: 32px !important;
	float: unset !important;
	margin-top: 0 !important;
}

.form-control.dark, .form-select.dark {
	background-color: rgba(0,0,0,0.7) !important;
	border-radius: 10px !important;
	width: 100%;
	height: 52px !important;
	border: 1px solid rgba(255,255,255,0.075) !important;
	color: white !important;
}

::spelling-error {
	color: white;
}

::grammar-error {
	color: white;
}

#select_children {
	width: 100% !important;
}

.child-age-wrapper i {
	font-size: 32px !important;
	color: firebrick !important;
}

.child-age-wrapper label {
	color: white !important;
	font-family: "Staatliches", system-ui;
	font-weight: 500 !important;
}

.form-select option {
	background-color: #111111 !important;
	color: white;
}

#toggleManualTwo:hover, #toggleManual:hover {
	background: transparent;
	font-family: "Staatliches", system-ui;
	font-weight: 300 !important;
	letter-spacing: 1px;
	height: 50px;
	border: 0 !important;
	outline: 0 !important;
	width: 100%;
	color: firebrick;
}

#toggleManualTwo, #toggleManual {
	background: transparent;
	font-family: "Staatliches", system-ui;
	font-weight: 300 !important;
	letter-spacing: 1px;
	height: 50px;
	width: 100%;
	border: 0 !important;
	outline: 0 !important;
}


#select_children_one, #select_children_two, #select_children_three, #select_children_four, #select_children_five {
	color: white !important;
	padding: 0 15px;
	border: 0 !important;
	margin-top: 0 !important;
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 20px;
}

.form-control.dark::-ms-input-placeholder { /* Edge 12-18 */
	color: rgba(255,255,255,0.5);
}

#findAddress {
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

#idpc_button.searchpost {
	height: auto;
	background-color: firebrick;
	border: 0 !important;
	text-transform: uppercase;
	color: white;
	font-family: "Staatliches", system-ui;
	font-weight: 500 !important;
	border: none !important;
	border-radius: 10px !important;
	font-size: 1.4em;
	padding: 0;
	height: 46px;
	margin: 0 !important;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.form-control.dark::placeholder {
	color: rgba(255,255,255,0.5);
}

main {
	min-height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

::spelling-error, ::grammar-error {
	color: inherit !important
}

input.dark {
	caret-color: white !important;
}

.glass-card {
	border: 1px solid rgba(255,255,255,0.075);
	backdrop-filter: blur(10px);
	background-color: rgba(0,0,0,0.4) !important;
	border-radius: 12px;
}

#radio-question {
	color: white !important;
	opacity: 1 !important;
}

.co-card #radio-question {
	color: #222222 !important;
	opacity: 1 !important;
}

.glass-card label {
	color: white !Important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Staatliches", system-ui;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	color: white !important
}

header, footer {
	padding: 1.2em 0;
	background-color: rgba(0,0,0,0.4) !important;
	backdrop-filter: blur(10px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px rgba(0,0,0,0.7) !important;
}

.co-card input:-webkit-autofill,
.co-card input:-webkit-autofill:hover,
.co-card input:-webkit-autofill:focus,
.co-card input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #222222;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px white !important;
}
/*Header*/
header {
	border-bottom: 1px solid rgba(255,255,255,0.075);
	text-align: center;
}

header img {
	height: 50px;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	outline: 0;
	background: rgba(255,255,255,0.075);
	margin: 1em 0 1.2em 0;
}
/*Footer*/
footer {
	border-top: 1px solid rgba(255,255,255,0.075);
}
