
	::-webkit-scrollbar {
		-webkit-box-shadow: none;
		width: 12px;
		background-color:transparent;
		cursor: pointer !important;
	}
	 
	::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: var(--ScrollbarTrackColor);
		cursor: pointer !important;
	}
	 
	::-webkit-scrollbar-thumb { 
		-webkit-box-shadow: none; 
		-webkit-border-radius: 0;
		border-radius: 0;
		background: var(--ScrollbarColor);
		border:none;
		cursor: pointer !important;
	}
	::-webkit-scrollbar-thumb:window-inactive {
		background: var(--ScrollbarTrackColor);
		cursor: pointer !important;
	}



	.Scrollbars::-webkit-scrollbar {
		-webkit-box-shadow: none;
		width: 18px;
		background-color:transparent;
		cursor: pointer !important;
	}
	 
	.Scrollbars::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: var(--ScrollbarTrackColor);
		border-left:12px solid #ffffff; 
		cursor: pointer !important;
	}
	 
	.Scrollbars::-webkit-scrollbar-thumb { 
		-webkit-box-shadow: none; 
		-webkit-border-radius: 0;
		border-radius: 0;
		background: var(--ScrollbarColor);
		border:none;
		border-left:12px solid #ffffff;
		cursor: pointer !important;
	}
	.Scrollbars::-webkit-scrollbar-thumb:window-inactive {
		background: var(--ScrollbarTrackColor);
		cursor: pointer !important;
	}