﻿.form-group label div {
	flex-direction: row;
}

.form-group label {
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	display: flex !important;
	flex-direction: column;
	text-align: left;
}

#middle-wizard {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
}

.step {
	width: 100%;
}

.previous-next-buttons {
	margin-left: 10px;
	display: flex;
	gap: 10px;
}

.input-radio-group {
	display: flex;
	flex-direction: row;
}

.input-radio-group-list-wrap {
	display: flex !important;
	gap: 10px;
	flex-direction: row !important;
	flex-wrap: wrap;
}

.form-group > .input-radio-group-list-wrap > div {
	display: block;
}
