.menu_button {
	opacity: 0.5;
}

.menu_button:hover {
	opacity: 1;
}

.menu_button--hover {
	opacity: 1;
	background: #eee;
}

.menu_button--notification_dot::before {
	background: #ff0000;
}

.menu_content_wrapper {
	background: #ddd;
	box-shadow: 0px 5px 10px -10px #000000;
	border-top: 2px dashed #7f7f7f;
	border-bottom: 2px dashed #7f7f7f;
}

.menu_content_wrapper:before {
	background: #ddd;
	border-left: 2px dashed #7f7f7f;
	border-top: 2px dashed #7f7f7f;
}

.menu_content_wrapper--hidden {
	border: 0px;
}

.menu_section { 
        box-shadow: -1px 0 0px 0px #00000033;
}

.menu_header_icon i {
        color: #00000088;
}

.dropdown-content:before {
        right: 23px;
}

#dropdown-content a.menu_item:before {
	background: linear-gradient(90deg, #ffffff00 calc(100% - 20px), #dddddd);
}

#dropdown-content a.menu_item--notification_dot::before {
	background: #ff0000;
}
