.allow_character_count { margin-left: 20px; } 
.html_forms, .html_form_fields { display: none; }
.consent_container { margin-bottom: 15px; }

.os-reseller-sections {
	margin: 0;
}

.os-form-container.os-reseller-wizard-active,
.os-form-container.os-reseller-wizard-active .process_form,
.os-form-container.os-reseller-wizard-active .form_fields,
.os-form-container.os-reseller-wizard-active .os-reseller-sections,
.os-form-container.os-reseller-wizard-active .os-form-section-card {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.os-form-section-card {
	background: #fff;
	border: 1px solid #6c757d;
	border-radius: 4px;
	box-shadow: none;
	padding: 14px 16px;
	margin-bottom: 60px;
}

.os-form-section-card.border-secondary {
	border-color: #6c757d !important;
}

.os-form-section-card .os-form-section-header-row {
	margin: -14px -16px 16px;
	padding: 10px 16px 12px;
	border-bottom: 1px solid #6c757d;
	background: #fff;
}

.os-form-section-card .os-form-section-header-row .form-group.mb-5 {
	margin-bottom: 0 !important;
}

.os-form-section-card .os-form-section-title {
	margin: 0 !important;
	font-size: 1.45rem !important;
	font-weight: 700 !important;
	line-height: 1.3;
	color: #333333;
}

.os-form-section-card .os-form-section-title br {
	display: none;
}

.os-form-section-card .os-form-section-title-from-p {
	display: block;
}

.os-form-section-card .os-form-section-subtitle {
	margin: 8px 0 0;
	font-size: 0.98rem;
	color: #333333;
}

.os-reseller-wizard-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	margin-bottom: 6px;
}

.os-reseller-wizard-status {
	font-size: 0.95rem;
	font-weight: 600;
	color: #444444;
}

.os-reseller-wizard-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.os-form-container.os-reseller-wizard-active .form_fields > .submit_form {
	display: block;
	margin: 18px auto 0;
}

.os-step-error {
	display: block;
	margin-top: 4px;
	margin-bottom: 0;
	color: #dc3545;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
	.os-form-section-card {
		padding: 12px;
		margin-bottom: 60px;
	}

	.os-form-section-card .os-form-section-header-row {
		margin: -12px -12px 14px;
		padding: 10px 12px;
	}

	.os-reseller-wizard-nav {
		flex-direction: column;
		align-items: flex-start;
	}

	.os-reseller-wizard-buttons {
		justify-content: flex-start;
	}
}
