nav li.dropdown-item {
	background-color: #343a40!important;
	color: #ffc107!important;
}

.dropdown-menu a.drop-down-item:hover {
	color: #FFA800!important;
}

a:hover {
	cursor: pointer;
	text-decoration:none;
}

.notification {
	position: relative;
	display: inline-block;
}

.notification .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 2px 5px;
	border-radius: 50%;
	background: #FFA800;
	color: white;
	font-size: .675rem;
}

#dropdown-notificacoes {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	max-height: 80vh;
	width: 400px!important;
	background-color: rgba(0,0,0,0);
	overflow-y: scroll;
	overflow-x: hidden;
}

#dropdown-notificacoes::-webkit-scrollbar {
	display: none;
}