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

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

::-webkit-scrollbar-track {
	background: #1E1D5D ;
}

::-webkit-scrollbar-thumb {
	background: #0823ee;
	border-radius: 10px;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #0823ee  #1E1D5D ;
}