/*<meta />*/

@import url('InEightStyles.css');

@import url('InEightLayout.css');

@import url('InEightHeaderFooter.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Set the product color */

:root
{
	--Product-Color: #9f26b5;
}

div.top-logo
{
	background-image: linear-gradient(270deg, rgb(255 255 255 / 0%) 34%, rgb(255 255 255 / 95%) 58%), url('../Images/banner-report.jpg');
}

/* Remove or comment out the following if you want to include search filters in the HTML output. */

div.search-filter
{
	display: none;
}

