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

.custom-label {
	font-family: 'Roboto';
	color: #464545;
	font-size: 1em;
}

.custom-label-required {
	color: red;
}


.custom-input-file {
}

.custom-input-file,
.custom-input-textarea,
.custom-input-select-optgroup,
.custom-input-select,
.custom-input-date,
.custom-input-number,
.custom-input-pwd,
.custom-input-text {
	padding: 3px;
	font-family: 'Roboto';
	color: #464545;
	border-color: #464545;
}

.custom-input-file:focus,
.custom-input-textarea:focus,
.custom-input-select-optgroup:focus,
.custom-input-select:focus,
.custom-input-date:focus,
.custom-input-number:focus,
.custom-input-pwd:focus,
.custom-input-text:focus  {
	border-color: #464545;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #46454591;}</pre></body></html>