<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden {
	display: none!important;
}

/* Highlighted important messages */
#message-display {
	font-size: 25px;
	font-weight: bold;
	color: #a40000;
}

/* Cannot use the simple "select" CSS */
.select2.select2-container {
	min-width: 300px;
}

/* Hide selected options */
.select2-container--default .select2-results__option[aria-selected=true] {
	display: none;
}

/* Top iframe bar */
#iframe-code {
	width: 100%;
	cursor: text;
}

#iframe {
	height: 400px;
}

#selected-configurator {
	min-width: 150px;
}

/* Form CSS */
#configurator-urls {
	min-width: 300px;
}

#configurator-urle {
	min-width: 150px;
}

.form-label {
	display: block;
}

/* Validation CSS */
.validation-error {
	display: none;
	color: #ff0000;
    font-weight: bold;
    margin-bottom: 5px;
}

form.was-validated *:invalid~.validation-error {
	display: block;
}

</pre></body></html>