.websites-generatorPopup .tabs-body .step_2 label {display: flex; position: relative;}
.websites-generatorPopup .tabs-body .step_2 input {direction: ltr; text-align: right;}
.websites-generatorPopup .tabs-body .step_2 .errorMessage {
	position: absolute; left: 2px; top: -1.5rem; width: fit-content !important; font-size: 1rem;
}

.websites-generatorPopup .tabs-body .step_2 .phone {width: 503px;}

.websites-generatorPopup .tabs-body .step_2 .socials {
	display: grid; grid-template-columns: 1fr 1fr;
	grid-column-gap: 2rem; grid-row-gap: 1rem;
}
.websites-generatorPopup .tabs-body .step_2 .socials label {
	padding-right: 4rem; border-radius: .5rem; border: 1px solid #032bf4;
	background-position: right 1rem center; background-repeat: no-repeat;
}
.websites-generatorPopup .tabs-body .step_2 .socials input {
	height: 58px !important; margin-bottom: 0; padding-right: .5rem;
	border: 0; border-radius: .5rem 0 0 .5rem; box-shadow: none;
}
.websites-generatorPopup .tabs-body .step_2 .socials input:hover {box-shadow: none;}
.websites-generatorPopup .tabs-body .step_2 .socials input::placeholder {color: #99a;}

.websites-generatorPopup .tabs-body .step_2 .socials label.facebook {
	background-image: url('../../../image/module/websites/socials-facebook.png');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.instagram {
	background-image: url('../../../image/module/websites/socials-instagram.png');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.youtube {
	background-image: url('../../../image/module/websites/socials-youtube.png');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.whatsapp {
	background-image: url('../../../image/module/websites/socials-whatsapp.png');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.twitter {
	background-image: url('../../../image/module/websites/socials-twitter.png');
}
.websites-generatorPopup .tabs-body .step_2 .socials label.telegram {
	background-image: url('../../../image/module/websites/socials-telegram.png');
}
