.t-page-sidebar {
	position: relative;
	background-color: #101114;
	bottom: 0;
	margin-left: -310px;
	padding: 30px;
	position: fixed;
	top: 0;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	transition: all .2s ease-in-out;
	width: 310px;
	z-index: 300;
	padding-bottom: 10px;
	overflow: hidden;
	padding-right: 10px;
}
.t-sidebar::-webkit-scrollbar {
	width: 5px;
}
.t-sidebar::-webkit-scrollbar-thumb {
	background-color: #242531;
	border-radius: 0px;
}
.t-sidebar {
	padding-top: 4%;
	display: flex;
	align-items: left;
	flex-direction: column;
	overflow-y: hidden;
	height: -webkit-fill-available;
	padding-bottom: 100px;
}
.t-sidebar:hover {
	overflow-y: scroll;
}
.t-sidebar span {
	color: #676d7d;
	font-size: 13px;
	margin: 30px 10px 10px 0px;
	text-transform: uppercase;
	font-weight: 500;
}
.t-sidebar li {
	margin: 12px 0px;
}
.t-sidebar svg {
    width: 18px;
    margin-right: 16px;
}
.t-sidebar a {
	text-decoration: none;
	color: #d0d2d6;
	font-size: 14.5px;
	margin-left: 9px;
	transition: 0.2s;
}
.t-sidebar a:hover {
	color: #ffffff !important;
	transition: 0.2s;
	margin-left: 7px;
}
ul {
	list-style-type: none;
}
.t-sidebar-brand {
    margin-bottom: 15px;
    margin-top: 15px;
}
.open-menu {
	margin-left: 0;
}
.t-sidebar-toggle {
	height: 25px;
}
.toggle-x{
	position: absolute;
	right: 30px;
}
.toggle-x svg{
	width: 21px;
}
.logotype-sidebar {
	width: 150px;
}
.t-page-content h1 {
	font-size: 27px;
}
.t-page-content a {
	font-size: 15px;
	color: #676d7d;
}
.shadow-bottom {
	display: none;
	position: absolute;
	z-index: 2;
	height: 50px;
	width: 80%;
	pointer-events: none;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.sidebar-x {
	color: #d0d2d6;
	margin-left: 100px;
}
@media all and (min-width: 992px) {
	.t-page-sidebar {
		margin-left: 0;
	}

	.t-page-content {
		margin-left: 330px;
		margin-top: 20px;
	}
	.t-sidebar-toggle {
		display: none;
	}
}

@media all and (max-width: 992px) {
	.t-page-content {
		padding: 5.5%;
		padding-top: 1%;
	}

	.t-navbar-p {
		margin-bottom: 12%;
	}
	.t-sidebar {
		padding-bottom: 300px;
	}
	.t-page-sidebar {
		overflow-y: scroll;
	}
	.shadow-bottom {
		height: 0px;
	}
	.t-sidebar {
		height: auto;
		padding-bottom: 0px;
	}
	.t-page-sidebar::-webkit-scrollbar {
		width: 5px;
	}
	.t-page-sidebar::-webkit-scrollbar-thumb {
		border-radius: 0px;
	}
}
