/* Dropdown needs to overflow within responsive table which is to small in height */
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
	position: static;
}

/* tom-select selected/active styling was missing */
.ts-dropdown .selected {
	color: #d63939 !important;
	text-decoration: none;
	background-color: #d639390a !important;
}
.ts-dropdown .active {
	text-decoration: none;
	background-color: #6b728014 !important;
}

/* list group border was set primary */
.list-group-item.active {
	border-left-color: #d63939 !important;
}
