.row {
	margin-bottom: 10px;
	margin-top: 20px;
}
.select2-selection {
	height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
.input_height {
	height: 40px;
}
.form-group-lg .form-control, .input-lg {
	font-size: 14px !important;
}
.form-control {
	border: 1px solid #aaa !important;
}
.step {
	display: none;
}
.step.active {
	display: block;
}
.not-visible-btn { 
	display: none;
}
.visible-btn {
	display: inline-block !important;
}


.modal-acquisition {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.4rem;
	width: 350px;
	padding: 1.3rem;
	min-height: 250px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 15px;
	z-index: 2100;
}

.modal-acquisition .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.overlay { 
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 2000;
}

dl {
	display: inline-block;
	text-align: left;
}

dt, dd {
	display: inline;
	font-size: 12px;
	line-height: 1.4;
}

dd {
	font-weight: 300;
}

dt::after {
	content: ': ';
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	font-size: 16px;
    border: none;
}