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

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

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

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

* {
	scrollbar-width: thin;
	scrollbar-color: #E5120F  #000 ;


}