/*  demo page CSS for structured-filter  */
/*  (c) 2019 Olivier Giulieri  */
/*  https://github.com/evoluteur/structured-filter */

h1 {
    color: #31859b;
}
a {
    color: #39C;
    font-weight: 400;
}
a:hover {
    color: #FF9900;
}
a.sel {
    color: #000;
    text-decoration: none;
}

.demoValue{
	width:100%;
	min-height:60px;
}
.footer{
	text-align: center;
	font-size:smaller;
	color:Gray;
}
/*Author: Pranali Patil
Date of creation: 03-08-2024
Creation History: adding styles to the cards of dashboards*/
.cardForDashBoard{
    height: 295px;
    /*height:auto;*/
    box-shadow: 0px 5px 12px #0647C13E;
    border: 1px solid #EAEAEA;
    border-radius: 13px;
    opacity: 1;
    width: 28%;
}