:root	{
	--color-one: 	#FFFFFF;
	--color-two:	#EFEEEC;
	--color-three:	#0A1C20;
	--color-four: 	#93B791;
	--color-five: 	#2B646B;
	--color-six: 	#B7D3E1;
	--color-seven: 	#CD913B;
}

body::before
{
	
    background: url(/_customers/images/ui/Pratum/Pratum-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: none;
	width: 100vw;
	z-index: -1;
}

#Report_Criteria select
{
	border-color: var(--color-three);
}

/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #6f97af; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #25abff; 
  }
  