.table-adv thead {
	border-bottom: 1px solid #7239ea54;
	font-weight: 600;
}

.table-adv tbody tr {
	border-bottom: 1px solid #7239ea17 !important;
}

.table-adv td {
	vertical-align: middle;
}

.info-label {
	display: block;
}

.info-label span {
	float: right;
}

.label-big {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.label-big span i {
	font-size: 14px;
}

.input-group-text-advradius {
	border-radius: .475rem 0 0 .475rem;
}

.table-nowrap {
	white-space: nowrap;
}

.btn-adv {
	display: inline-block;
}

.btn-adv button {
	display: flex;
	padding: 7px !important;
	margin: 0 !important;
	justify-content: center;
	align-items: center;
}

.btn-adv button i {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.btn-adv button i.color-white {
	color: white !important;
}

.mr-2 {
	margin-right: 2px !important;
}