.navbar {
	overflow: hidden;
	background: #131416ba;
	border-bottom: 1px solid #212225c0;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navbar a {
	float: left;
	font-size: 16px;
	color: #afafaf;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	margin: 5px;
	padding-right: 20px;
	float: right;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: #afafaf;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background: #2a2a2ad6;
	border-radius: 4px;
}

.navbar .navbar-notification {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

.navbar .notification-icon {
	width: 15px;
	padding: 0px;
	border-radius: 50%;
}

.navbar .sub-options-icon {
	width: 15px;
}

@media (max-width: 500px) {
	.navbar .breadcrumb-header {
		display: none;
	}
}

.navbar .breadcrumb-header {
	display:flex;
	position: absolute;
	margin: 5px;
	padding-right: 15px;
	overflow: hidden;
	margin-left: 110px;
}

.navbar .breadcrumb-item {
	font-size: 16px;
	border: none;
	outline: none;
	color: #afafaf38 !important;
	padding: 15px 8px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.navbar .sub-option-icon-separator {
	padding-left: 8px;
}

.navbar .navbar-user-icon {
	width: 20px;
	margin-right: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #333333f0;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 4px;
	border: 1px solid #212225c0;
}

.dropdown-content a {
	float: none;
	color: #afafaf;
	padding: 12px 16px;
	text-decoration: none;
	display: flex;
	text-align: left;
	align-items: center;
	white-space: nowrap;
}

.dropdown-content a:hover {
	background-color: #2a2a2ad6;
}

.dropdown:hover .dropdown-content {
	display: block;
	margin-right: 20px;
}

.notification-circle {
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #ff4d00d6;
	color: white;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	font-weight: bold;
	margin-top: -29px;
	margin-left: 14px;
}
