/*.list > div:hover .card {
	border-color:#3874ff87;
}*/

.list .card .card-body {
	position:relative;
}
.list .card-body > a {
	padding:1.5rem;
}
.list .card-body > button {
	position:absolute;
	top:2px;
	right:2px;
}
.list .dropdown-menu {
	width: 4rem;
	min-width: unset;
}
.avatar-2xl[class*='status-']:before {
    border: 3px solid var(--phoenix-emphasis-bg);
    height: 14px;
    width: 14px;
    right: 0px;
    bottom: 0px;
}