.activity-btn {
	border-bottom: 1px solid #dee2e6;
	border-radius: 0;
	position: relative;
}

.activity-btn:hover {
	background-color: rgba(128, 170, 247, 0.1);
	transition: 0.2s;
}

.activity-btn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	margin-top: -6px;
	height: 16px;
	width: 16px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
}

.white-space-normal {
	overflow-wrap: break-word;
	white-space: normal !important;
}