@import url("https://use.typekit.net/jvl6ifv.css");

:root	{
	--color-one: 	#FFFFFF;
	--color-two:	#EFEEEC;
	--color-three:	#133a6c;
	--color-four: 	#d9337d;
	--color-five: 	#2B646B;
	--color-six: 	#B7D3E1;
	--color-seven: 	#CD913B;
}

body {
	background: #fff;
	/*background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	 background-attachment: fixed; */
	font-family: "degular", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body::before
{
	
    background-image: 	url(/_customers/images/ui/WoofGangBakery/WG_3DogPillars_v1.png), 
						url(/_customers/images/ui/WoofGangBakery/WG_Mutt_V2.png),
						linear-gradient(to bottom, #6b3014  calc(100% - 20px), #6b3014  50px);
	background-color: #fbf4ed;
    background-repeat: no-repeat;
    background-position: left bottom 40px, right bottom 17px, bottom left;
    background-size: 290px, 180px, 100% 50px;
	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; 
  }
  