/*
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: #F0321E;
	border-radius: 10px;
}

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