﻿/* This StyleSheet contains custom styles for this project */

#i-header-container{
	background-color: rgb(0 77 168 / 88%);
}

ul#i-dt-root li.i-selected {
	background-color: rgb(0 77 168 / 88%);
}

body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  background:#eee;
}
 
body::-webkit-scrollbar-thumb {
	background-color: #eee;
	background-image: linear-gradient(to top,#eee 0, #1f63b3 100%);
}