html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -1px;
    background-color: #1F1F1F;
    overflow-x: hidden;
    padding-top: 0px;
	margin-top:52px;
    transition: 0.5s;
	border-left: 1px solid #1A1A1A;
	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
	padding-bottom: 100px;
}

.sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #949494;
    display: block;
    transition: 0.3s;
	white-space: nowrap;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #111111;
	margin: 0px;
}

.sidenav a:hover {
    color: #f1f1f1;
	background-color: #4D2F5D;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 20px;
}

.navbar {
    background-color: #1F1F1F;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    border-bottom: 1px solid #1A1A1A;
    z-index: 100;
}
	
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
}

.navbar a .notify-number {
    font-weight: bold;
    z-index: 100;
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 11px;
    background-color: #c53700;
    padding: 1px 4px;
    border-radius: 2px;
    display: none;
    color: #f2f2f2 !important;
}
	
.header_avatar {
	padding: 8px 8px 0px 16px !important;
}
	
.header_avatar img {
	border:1px solid #1A1A1A !important;
	border-radius: 20px;
	background-color: #333333;
}
	
.navbar a:hover:not(.active) {
    background-color: #4D2F5D;
}
	
.navbar .menu {
	background-color: #4D2F5D;
}

.navbar a.active {
    color: #4D2F5D;
}


button.accordion {
	font-size: 16px !important;
    background-color: #1F1F1F;
    color: #e2e2e2;
    cursor: pointer;
    padding: 18px !important;
    width: 100%;
    border: none;
    outline: none;
	transition: 0.4s;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 0px !important;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #111111;
	margin: 0px;
}

.sidenav button.active, .sidenav button.accordion:hover {
    background-color: #1F1F1F;
}

.sidenav .panel {
    padding: 0 0px;
    background-color: #131313;
    display: none;
    overflow: hidden;
	padding-left: 0px;
	border-top: 1px solid #1A1A1A;
}
	
.sidenav .panel a:first-child {
	border-top: none;
}
	
.sidenav .panel:last-of-type {
	
}
	
.sidenav .panel_spacer {
	display: none;
}
	
.sidenav .panel_spacer:last-of-type {
	display: block;
	height: 60px;
}
	
.mobile_side_nav {
	display: table-cell;	
}
	
.fa-angle-down, .fa-angle-up {
	font-size: 26px;
}
	
.accordion-icon {
	padding-right: 15px;
	color: #636363;
	vertical-align: top;
	font-size: 17px;
}

.navbar-register {
    color: #aaa !important;
    font-weight: bold;
}

.navbar-register::before {
    content: "\f090";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    top: 0px;
    padding: 7px;
    margin-right: 10px;
    margin-left: 10px;
    color: #aaa;

}

@media only screen and (max-width: 768px){
	.mobile_side_nav {
		display: none;	
	}
	
	.navbar {
		display: flex;
  		justify-content: space-between;
	}
}