<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (min-width: 992px) {
	#evisaForm fieldset {
		margin: 0 auto;
		width: 500px;
	}
}

@media screen and (max-width: 425px) {
	#evisaForm fieldset {
		margin: 0 auto;
		width: 80%;
	}
}

.daftar-pertanyaan
.select2-container
.select2-selection
.select2-selection__rendered {
	font-weight: bold;
	font-size: 24px;
	color: #F5CA84;
}
.daftar-pertanyaan
.select2-container
.select2-selection
.select2-selection__rendered
.select2-selection__placeholder {
	font-weight: normal;
}
</pre></body></html>