/*
Theme Name: Theme betting
Text Domain: screenshot-theme
Version: 0.1
Author: Bahrii developers
*/

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

::-webkit-scrollbar-track {
	background: #000000 ;
}

::-webkit-scrollbar-thumb {
	background: #7f0003;
	border-radius: 10px;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #7f0003  #000000 ;
}