html:has(> body.dark-mode) .jsgrid-header-scrollbar::-webkit-scrollbar-thumb,
html:has(> body.dark-mode) ::-webkit-scrollbar-thumb {
	/*border-radius: 10px !important;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: var(--dark) !important;
}

html:has(> body.dark-mode) .jsgrid-header-scrollbar::-webkit-scrollbar-track,
html:has(> body.dark-mode) ::-webkit-scrollbar-track {
	/*border-radius: 10px !important;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	background-color: #454d55 !important;
}

html:has(> body.dark-mode) .jsgrid-header-scrollbar::-webkit-scrollbar-corner,
html:has(> body.dark-mode) ::-webkit-scrollbar-corner {
	background-color: #454d55 !important;
}

.jsgrid-header-scrollbar::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	/*border-radius: 10px !important;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: #999999d1 !important;
}

.jsgrid-header-scrollbar::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	/*border-radius: 10px !important;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	background-color: #F5F5F5 !important;
}