.websites-generatorPopup .tabs-body .step_1 label {position: relative;}
.websites-generatorPopup .tabs-body .step_1 .errorMessage {
	position: absolute; left: 2px; top: -1.5rem; width: fit-content !important; font-size: 1rem;
}

/* Name & Template*/
.websites-generatorPopup .tabs-body .step_1 .name {width: 50%;}
.websites-generatorPopup .tabs-body .step_1 .name label {width: 80%;}
.websites-generatorPopup .tabs-body .step_1 .template {width: 50%;}

/* URL */
.websites-generatorPopup .tabs-body .step_1 .url {display: flex; align-items: start; gap: 1rem; margin-top: .5rem;}
.websites-generatorPopup .tabs-body .step_1 .url .type {
	display: flex; flex-direction: column; gap: .5rem; width: 50%;
}
.websites-generatorPopup .tabs-body .step_1 .url .type div {height: 60px;}
.websites-generatorPopup .tabs-body .step_1 .url .type input {
	width: 2rem; height: 2rem !important; margin: 0; accent-color: #032bf4;
}
.websites-generatorPopup .tabs-body .step_1 .url .type label {display: flex; align-items: center; gap: .5rem;}
.websites-generatorPopup .tabs-body .step_1 .url .type label b {font-size: 18px;}

.websites-generatorPopup .tabs-body .step_1 .url .type p {margin: 0 2.5rem 0 0;}
.websites-generatorPopup .tabs-body .step_1 .url .type p i {width: 20px;}

.websites-generatorPopup .tabs-body .step_1 .url .value {
	display: flex; align-items: center; gap: .5rem; width: 50%; direction: ltr; padding: 0 1rem;
	border-radius: .5rem; border: 1px solid #032bf4;
	text-align: left; font-size: 1.5rem; color: var(--blue-lighter);
}
.websites-generatorPopup .tabs-body .step_1 .url .value.sub_domain {margin-top: 68px;}
.websites-generatorPopup .tabs-body .step_1 .url .value.domain_suffix {margin-top: 136px;}
.websites-generatorPopup .tabs-body .step_1 .url .value input {
	flex-grow: 1; width: 370px; height: 58px !important;
	margin: 0; padding: 0; border: 0; box-shadow: none; font-size: 1.5rem;
}
.websites-generatorPopup .tabs-body .step_1 .url .value input:focus {box-shadow: none;}
.websites-generatorPopup .tabs-body .step_1 .url .value input.short {width: 250px;}
