.nav-pills .nav-link {
			--bs-bg-opacity: .075;
			margin-top: 14px;
  			background-color: rgba(46, 49, 146, var(--bs-bg-opacity)) !important;
		}

		.nav-pills .nav-link.active {
			--bs-bg-opacity: 1;
		}

		.nav-pills .nav-link *,
		.event-title a {
			color: #111;
		}

		.nav-pills .nav-link.active * {
			color: #FFF;
		}

		.nav-pills .nav-link:first-child {
			margin-top: 0;
		}

		.event-title a:hover {
			text-decoration: underline !important;
		}
