.sidebar{
	
	width: 0; height: 100%;
	position: fixed;
	z-index: 10001;
	top: 0; left: 0;
	background-color: #262633;
	overflow-x: hidden;
	transition: 0.2s;
	
	padding-top: 3em;
	
	border-top-right-radius:0.5em;
	
}

.sidebar hr{
	
	border-color:rgba(255, 255, 255, 0.1);
	margin:1em 2em 1em 2em;
	
}

.sidebar .close{
	
	color: #f8fdff;
	font-size: 1.5em;
	
	text-decoration: none;
	
	position: absolute;
	top: 0; right: 0.5em;
	font-size: 2em;
	
	padding: 8px 8px 8px 32px;
	
}

.sidebar .close:hover{ color: #ffbd2e; }

/* (Mobile) Menu */

.sidebar-menu a{
	
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1.5em;
	color: #f8fdff;
	display: block;
	
}

.sidebar-menu a:hover{
	
	color: #ffbd2e;
	
}

.sidebar-menu.small a{
	
	font-size: 1em;
	
}

/* Notification */

.notification-badge{
	
	display: block;
	
	border-radius: 0.4em;
	
    background-color: #ffbd2e;
    color: white;
    
    text-align: center;
    position: absolute;
	
	width: 20px;
    height: 20px;
	
    top: 0;
    right: -14px;
	
    outline: 2px solid #EEF4F7;
	
	cursor:pointer;
	
	font-size: 12px;
    line-height: 20px;
	
}

.notification-badge:hover{
	
	color:white;
	background-color:#262633;
	
}

.notification-tab{
	
	background:#9468d9;
	color: white;
	
	float:left;
	
	display:inline-block;
	
	position: -webkit-sticky;
	position: sticky;
	
	top:1em; left:0;
	
	width:50px;
	line-height:30px;
	
	text-align:center;
	
	font-size:80%;
	font-weight:bold;
	
	border-radius: 0.3em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	
    border-bottom: 2px solid #72569f;
	
	z-index: 10000;
	
}

.notification-tab:hover{
	
	cursor:pointer;
	
	color:white;
	background:#262633;
	border-color:black;
	
}

.notification{
	
	padding-bottom:1em;
	margin:0em 2em;
	
	border-bottom:2px solid rgba(255, 255, 255, 0.1);
	
}

.notification:last-child{ border: none; }

.notification-image{
	
	display:block;
	
	height:80px;
	
	margin-top:2em;
	margin-bottom:1em;
	
	background-position: center center;
    background-size: cover;
    border-radius: 0.25em;
	
	border: 2px solid rgba(0, 0, 0, 0);
	
}

.notification-image:hover{
	
	cursor:pointer;
	border: 2px solid white;

}

/* Notifications */

#sidebar-notifications{
	
	padding-top:3em;
	
	width:300px;
	left:-300px;
	
}

.sidebar h3{
	
	padding: 0px 8px 8px 32px;
	margin:0;
	
	text-decoration: none;
	font-size: 1.25em;
	color: #f8fdff;
	display: block;
	
}

.sidebar p{
	
	font-size:inherit;
	--margin:0em 2em;
	--padding-bottom:2em;
	
	color: #f8fdff;
	
	text-align:justify;
	
}

.sidebar p a{
	
	color: #b47dff;
	
	display:inline;
	
	font-size: 100%;
	
	padding: 0;
	margin: 0;
	
}

.sidebar p a:hover{
	
	color:white;
	text-decoration:underline;
	
}

@media screen and (min-width:900px) {
	
	#sidebar{ width:0 !important; }
	
}

/* Asset */

.asset{

	text-align: left;

	position:relative;
	margin-bottom:3em;

	text-decoration:none !important;

}

.asset a{ text-decoration:none; }

.asset .cover{

	position:relative;

	margin-bottom:1em;
	height:120px;

	display:block;

	border-radius:0.5em;

	background-size: 130%;
	transition: background-size 0.2s ease-out;

	background-position: center center;

	box-shadow: 0px 2px 2px #0000003b;

}

.asset .cover:hover{

	background-color:#262633;
	outline: 2px solid #262633;

	background-size: 160%;
	transition: background-size 0.1s ease-out;

}

.asset .bold a{

	border:none;

}

.asset h2{

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

	font-size:1.25em;
	margin:0;

}

.asset h2:hover{

	text-decoration:underline;

}

.asset h2 a:hover, .bold a:hover{

	color:inherit !important;
	border-color:inherit !important;

}

.asset p{

	margin:0;
	margin-bottom:0.25em;

}

.asset .tag{

	font-size: 0.8em;
	font-weight: 800;

	text-align:left;

}

.asset .tag a{ text-decoration:none; }

/* Tag cloud */

.cloud a{

	color:#262633;
	font-size: 0.9em;
	padding: 0.3em 0.7em;
	background-color: white;
	margin: 0em 0.2em;
	border-radius: 0.3em;
	border: none !important;

}

.cloud a:hover, .cloud a.selected{

	color:white !important;
	background-color:#ffbd2e;
	border-width: 0 !important;

}

.cloud a.selected{ color:white; pointer-events: none; }