::scrollbar {
	width: 6px;
	height: 6px;
}

::-ie-scrollbar {
	width: 6px;
	height: 6px;
}

::-moz-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::scrollbar-thumb {
	border-color: #111;
	background-color: var(--site_color_dark);
}

::-ie-scrollbar-thumb {
	border-color: #111;
	background-color: var(--site_color_dark);
}

::-moz-scrollbar-thumb {
	border-color: #111;
	background-color: var(--site_color_dark);
}

::-webkit-scrollbar-thumb {
	border-color: #111;
	background-color: var(--site_color_dark);
}

::scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

::-ie-scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

::-moz-scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

::-webkit-scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}