.pui-form {
	&-header {
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 4px;
		background-color: var(--fondo-1);
		& .puiField__label {
			font-weight: bold !important;
		}
	}
	&Footer {
		position: fixed;
		background-color: var(--N-0);
		bottom: 0px;
		width: calc(100% - 64px);
		z-index: 5;
		&--menu-opened, &--menu-secondary-opened {
			width: calc(100% - 304px);
		}
		&--menu-hidden {
			width: 100%;
		}
	}
	&-footer-btns {
		&__desktop {
			margin: 0 8px;
		}
		&.v-speed-dial--fixed {
			bottom: 55px;
		}
		& .v-btn--fixed {
			bottom: 55px;
		}
		& .v-btn--round {
			border-radius: 50% !important;
		}
	}
}