.websites-generatorPopup .tabs-body .step_2 label {display: flex; position: relative;}
.websites-generatorPopup .tabs-body .step_2 label {direction: ltr; text-align: left;}
.websites-generatorPopup .tabs-body .step_2 .errorMessage {
	position: absolute; left: 2px; top: -20px; width: fit-content; font-size: 14px;
}

.websites-generatorPopup .tabs-body .step_2 .phone {align-items: center;}
.websites-generatorPopup .tabs-body .step_2 .phone input {width: 300px;}

.websites-generatorPopup .tabs-body .step_2 .socials {
	display: grid; grid-template-columns: 1fr 1fr;
	grid-column-gap: 2rem; grid-row-gap: 2rem;
}
.websites-generatorPopup .tabs-body .step_2 .socials label {
	padding-right: 40px; border-radius: 3px;
	box-shadow: inset 0 0 2px #607da7;
	background-color: var(--blue-lightest);
	background-position: right 4px center;
	background-repeat: no-repeat;
}
.websites-generatorPopup .tabs-body .step_2 .socials label.facebook {
	background-image: url('../../../image/module/websites/socials-facebook.svg');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.instagram {
	background-image: url('../../../image/module/websites/socials-instagram.svg');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.youtube {
	background-image: url('../../../image/module/websites/socials-youtube.svg');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.whatsapp {
	background-image: url('../../../image/module/websites/socials-whatsapp.svg');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.twitter {
	background-image: url('../../../image/module/websites/socials-twitter.svg');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.telegram {
	background-image: url('../../../image/module/websites/socials-telegram.svg');
}
.websites-generatorPopup .tabs-body .step_2 .socials input {margin-bottom: 0; border-radius: 3px 0 0 3px;}
