/*
Theme Name: Diaa
Description: Diaa Themes - A Retina Multi Purpose Wordpress Theme
Author: Diaa
Author URI: https://offtech.ca/
Version: 1.0
*/

* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

::-webkit-scrollbar {
	background: #ffffff;
	width: 5px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-track {
	display: none;
}

::-webkit-scrollbar-track-piece {
	display: none;
}

::-webkit-scrollbar-thumb {
	background: #D7002E;
	background-clip: content-box;
	border-radius: 9px;
}

::-webkit-scrollbar-corner {
	display: none;
}

::-webkit-resizer {
	display: none;
}

