/* simplebar */

.simplebar-scrollbar::before {
	background-color: var(--bs-light);
}

.simplebar-content {
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding-bottom: 0 !important;
}

[data-simplebar] {
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	min-width: 240px;
	max-width: 240px;
	width: 240px;
}
