.push-master-wrap {
	padding: 8px 12px;
	margin-bottom: 10px;
	background: #f0f4f7;
	border: 1px solid #dce4ec;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.push-master-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
	font-size: 13px;
}

.push-master-label .glyphicon-bell {
	color: #133f5e;
}

.push-master-status {
	color: #888;
}

.push-topic-wrap {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.push-topic-label {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
}

.push-topic-label .push-bell-icon {
	color: #999;
	font-size: 12px;
}

.push-topic-toggle:checked ~ .push-bell-icon,
.push-topic-label:has(.push-topic-toggle:checked) .push-bell-icon {
	color: #133f5e;
}

.push-topic-toggle:disabled ~ .push-bell-icon,
.push-topic-label:has(.push-topic-toggle:disabled) .push-bell-icon {
	color: #ccc;
}

.push-topic-toggle {
	margin: 0;
	vertical-align: middle;
}

.push-topic-wrap .notificon {
	width: 14px;
	height: 14px;
}
