/* Aero 10 */

.lpb-form__actions .button--primary-progress {
	border: 2px solid var(--aero-main) !important;
}

.apb-setup,
.lpb-duplicate {
	display: none !important;
}
.lpb-form__actions {
	backdrop-filter: blur(4px);
	background: #ffffffe0;
	border-top: 2px solid #353535;
	bottom: 0;
	left: 0;
	padding: 0.5rem;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99;
}
.form-control {
	height: auto !important;
}
