.stats_nav {
background: #fff;
padding: 15px 10px;
}
.stats_nav ul {
padding: 0;
margin: 0;
border-bottom: 1px solid #ccc;
}
.stats_nav li {
list-style: none !important;
}
.stats_nav ul ul {
padding: 0;
margin: 10px 0 0 0;
border-bottom: none
}
.stats_nav ul ul li {
padding: 5px 0 5px 15px;
border-top: 1px solid #ccc;
font-size: 14px;
line-height: 140%;
}
.stats_nav ul ul li:first-child {
border-top: none;
margin-top: -10px;
}
.stats_nav ul ul li a {
color: #333 !important;
text-decoration: none !important;
}
.group_title {
font-weight: bold;
cursor: pointer;
}
.group_title.active_group {
color: #AD0512;
}
.stats_nav ul ul li.active_table a {
color: #AD0512 !important;
}
.stats_nav ul ul{
display: none;
}
.stats_nav ul.active_group ul{
display: block;
}
.stats_nav ul.group_closed ul{
display: none;
}
.stats_nav ul.group_opened ul{
display: block;
}
indent {
margin-left: 20px;
} .advgb-accordion-header {
box-shadow: 0 5px 5px 0 rgba(18,63,82,.035),0 0 0 1px rgba(176,181,193,.2);
background-color: #fff !important;
border-radius: 12px !important;
overflow: hidden;
--box-padding-vert: 60px;
--box-padding-hori: 35px;
padding: 17.5px 35px !important;
margin: 0 !important;
align-items: center;
justify-content: space-between;
cursor: pointer;
border-color: #eee !important;
color: #333 !important;
font-weight: bold !important;
font-size: 16px;
}
.advgb-accordion-body {
padding: 20px 10px 10px 20px;
border: 1px solid #ccc;
border-top: none !important;
margin-bottom: 10px;
width: 100%;
background: #ccc;
box-sizing: border-box;
margin-top: -4px;
}
.advgb-accordion-body {
padding: 20px 10px 10px 20px !important;
border: 1px solid #ccc;
border-top: none !important;
margin-bottom: 10px;
width: 100%;
background: #f9fafb !important;
box-sizing: border-box;
margin-top: -4px !important;
}
.advgb-accordion-body li{
list-style: none !important;
}
.advgb-accordion-body a{
color: #333 !important;
text-decoration: none !important;
}