#table_countries thead th:last-child,
#table_departments thead th:last-child,
#table_cities thead th:last-child {
	min-width: 100px !important;
	width: 100px !important;
}

.flex-comod {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
}

.content-btns-add {
	display: flex;
	gap: 8px;
}

.dropdown-item:hover {
	cursor: pointer;
	background-color: var(--neutral100);
}

.nav-tabs .nav-item {
	font-size: 1rem !important;
	font-weight: 600 !important;
}

@media (max-width:484px) {
	.comod {
		margin-bottom: 8px;
	}
}