body {
	padding: 2rem;
	display: flex;
}

.form-input.disabled,
.form-input:disabled,
.form-select.disabled,
.form-select:disabled {
	cursor: default;
}

.divider-vert[data-content]::after,
.divider[data-content]::after {
	background: #f7f8f9;
}

.mt-3 {
	margin-top: .6rem !important;
}
.mt-4 {
	margin-top: .8rem !important;
}
.mt-8 {
	margin-top: 1.6rem !important;
}
