
.user-mod-registration {
	height: 100%;
}


.btn-group {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.btn-toggle {
	flex: 1;
	padding: 0.6rem;
	border: 2px solid #D9D9D9;
	border-radius: 4px;
	background: #F3F3F3;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	transition: 0.2s ease;
	height: 88px;
	font-size: 16px;
	align-content: center;
}

.btn-toggle.active {
	border-color: #037751;
	color: #037751;
	background-color: #ffffff;
}

.form-section {
	display: none;
}

.form-section.active {
	display: block;
}