main {
	padding-bottom: 0 !important;
}

#admin-notifications .navbar {
	justify-content: flex-start;
}

#admin-notifications .navbar .nav-item {
	margin-right: 20px;
}

#admin-notifications .navbar .nav-item:hover {
	cursor: pointer;
	color: var(--primary-color);
}

#admin-notifications .navbar .nav-item.active {
	color: var(--primary-color);
	font-weight: 700;
	text-decoration: underline;
}

.notifications-container {
	margin-top: 30px;
}

.notification-card .header {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.notification-card.custom-card {
	margin-bottom: 20px;
}

.notification-card .header .icon {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.notification-card .header .title,
.notification-card .header .version {
	font-size: 22px;
	font-weight: 700;
	margin-right: 20px;
}

.notification-card .header .date {
	font-size: 14px;
	font-weight: 300;
	margin-left: auto;
}

.notifications-container[data-target='messages'] {
	height: calc(100vh - 200px);
	overflow-y: scroll;
}

.notifications-container[data-target='changelog'] {
	display: flex;
	justify-content: space-between;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: calc(100vh - 200px);
}

.notifications-container[data-target='changelog'] .custom-card {
	width: 100%;
}

.notifications-container .cards {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

.notifications-container .versions {
	width: 10%;
	display: none;
}

.versions {
	position: sticky;
	top: 0px;
}
