.terms_type {
	text-align: center;
}

.terms_type label, .terms_type input {
	margin: 0.5rem;
	vertical-align: middle;
}

.terms {
	border: 3px solid var(--border-color);
	border-radius: var(--main-border-radius);
	margin: 2rem 0rem;
	padding: 2rem;
}

.terms_header {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.term_and_conditions_item {
	max-height: 1000px;
	overflow: hidden;
	transition: all 1s ease;
	&.hide {
		max-height: 0px;
	}
}

.term_and_conditions_item > div {
	margin: 1rem 0rem;
}
