.user-profile-personal-data__form {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 16px 0;
	width: 100%;
	position: relative;
}

.user-profile-personal-data__button-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
}

.user-profile-personal-data__loader {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(251, 251, 251, 0.8);
	z-index: 5;
}
