.showhide-pass {
	background-color: #e2e2e2;
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
	cursor: pointer;
}
.showhide-pass:hover,
.showhide-pass:active {
	background-color: #eee;
}

.notification-menu {
	max-height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	scrollbar-color: #bbbbbb white;
}
.notification-menu li {
	border-bottom: 1px solid #bbb;
}
.notification-menu li:last-child {
	border-bottom: none;
}