.ksw-notifications-page #notificationsList {
	border: 1px solid rgba(0,0,0,.08);
	border-radius: .5rem;
	overflow: hidden;
	background: #fff;
}

.ksw-notifications-page .ksw-notification-card {
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.ksw-notifications-page .ksw-notification-card:last-child {
	border-bottom: 0;
}
.ksw-notifications-page .ksw-notification-clickable {
	cursor: pointer;
}

.ksw-notifications-page .ksw-notification-clickable:hover,
.ksw-notifications-page .ksw-notification-clickable:focus {
	background: rgba(0,0,0,.035);
	outline: none;
}

.ksw-notifications-page .ksw-notification-clickable:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(13,110,253,.35);
}

.ksw-notifications-page .ksw-notification-link-cue {
	font-size: .8rem;
}

.ksw-notifications-page .ksw-notification-row {
	padding: .4rem .6rem;
	min-height: 44px;
}

.ksw-notifications-page .ksw-notification-unread {
	background: rgba(0,0,0,.025);
}

.ksw-notification-avatar {
	width: 28px;
	height: 28px;
}

.ksw-notification-avatar img,
.ksw-notification-avatar span {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	background: rgba(0,0,0,.06);
	font-size: .8rem;
}

.ksw-notification-main {
	min-width: 0;
}

.ksw-notification-title {
	font-weight: 500;
	line-height: 1.2;
}

.ksw-notification-body {
	font-size: .84rem;
	line-height: 1.2;
	margin-top: .05rem;
}

.ksw-notification-date {
	white-space: nowrap;
	font-size: .78rem;
}


.ksw-notification-pref-table td,
.ksw-notification-pref-table th {
	vertical-align: middle;
}

.ksw-notification-empty {
	padding: 2rem;
	text-align: center;
}

.ksw-notification-pref-toggle .form-check {
	margin: 0 auto;
}

.ksw-notification-pref-toggle .form-check-label {
	margin: 0 !important;
}

.ksw-notifications-page .min-width-0 {
	min-width: 0;
}

.ksw-notifications-page #notificationsPager {
	border: 1px solid rgba(0,0,0,.08);
	border-top: 0;
	border-radius: 0 0 .5rem .5rem;
	background: #fff;
}

.ksw-notifications-page #notificationsSentinel {
	height: 1px;
}

@media (max-width: 575.98px) {
	.ksw-notifications-page .ksw-notification-row {
		align-items: flex-start !important;
	}
}


.ksw-notification-pref-row-child td {
	background: rgba(0,0,0,.015);
}

.ksw-notification-pref-row-child td:first-child {
	border-left: 3px solid rgba(13,110,253,.18);
}

.ksw-notification-pref-toggle-child .form-check {
	opacity: .95;
}
