li.required > label:after {
	content: ' *';
	color: #cc1c1c;
	font-size: 24px;
}

.uiselect {
	display: block !important;
}

.portal-type-selector-wrapper .portal-type-question {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}

.portal-type-options {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 8px;
}

.portal-type-options [data-portal-type] {
	display: inline-block;
	padding: 10px 15px;
	border: 0;
	border-radius: 3px;
	text-align: center;
	background-color: #cc1c1c !important;
	color: #fff !important;
	font-size: 16px;
	margin-right: 10px;
	transition: all 0.2s;
}

.portal-type-options [data-portal-type]:hover,
.portal-type-options [data-portal-type].selected {
	background-color: #a81717 !important;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
}
