/* FORM 5X1000*/
.row--form-5x1000 .wrapper-telephone-number {
	display: flex;
}
.row--form-5x1000 .wrapper-input-group {
	align-items: flex-end;
	flex-direction: column;
}

@media (min-width: 1201px) {
	.row--form-5x1000 .wrapper-input-group {
		flex-direction: row;
	}
}

.row--form-5x1000 .promemoria-buttons {
	display: flex;
}
.row--form-5x1000 .wrapper-promemoria {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (min-width: 1201px) {
	.row--form-5x1000 .wrapper-promemoria {
		width: auto;
	}
}

.row--form-5x1000 .wrapper-promemoria.sms {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 1201px) {
	.row--form-5x1000 .wrapper-promemoria.sms {
		margin: 0 5px;
	}
}

.row--form-5x1000 .wrapper-number {
	display: flex;
}

.row--form-5x1000 .wrapper-promemoria button {
	padding: 0.45em 1.5em;
}

.row--form-5x1000 .wrapper-promemoria button {
	background: rgba(0, 0, 0, 0.15);
	color: #e6e6e6;
}

.row--form-5x1000 .wrapper-promemoria button.btn-whatsapp.active {
	background: #00c533;
	color: #fff;
}

.row--form-5x1000 .wrapper-promemoria button.btn-sms.active {
	background: #ea7a2d;
	color: #fff;
}
