.custom-sidebar {
  background-color: #010152;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.custom-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-sidebar li {
  border-bottom: 1px solid #010152;
}
.custom-sidebar a {
  display: block;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  line-height: 1.2;
}
.custom-sidebar a:hover,
.custom-sidebar a.active {
  background-color: #d6d6d6;
  color: #010152;
}

.pkp_site_name .is_img img {
display: block;
max-height: none;
width: auto;
height: auto;
}


.pkp_brand_footer {
display: none;
}


.articleMetricsWrapper{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:12px;
    list-style:none;
}

.customArticleMetrics{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.metricItem{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:68px;
    height:40px;
    padding:0 14px;
    background:#f3f5f7;
    border-radius:10px;
    font-size:13px;
    font-weight:600;
    color:#444;
    transition:all .25s ease;
}

.metricItem:hover{
    background:#e9eef5;
    transform:translateY(-1px);
}

.totalMetric{
    background:#edf7ed;
}