.box.blogcategory {
    padding: 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 25px;
    border-radius: 4px;
    min-width: 250px;
    float: right;
}

.blogcategory > .box-heading{
    margin: 0;
    padding-bottom: 17px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 3px solid var(--hppb-color-scheme);
    color: var(--hppb-color-scheme);
}

.blogcategory  .list-group{
   margin-top:15px;
   margin-bottom:0;
}

.box.blogcategory .list-group a {
    width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 0 0 0 15px !important;
    font-size: 13.5px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    line-height: 30px;
}


 #pavo-blogcategory .list-group-item {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

#pavo-blogcategory .list-group-item.active {
    background: #f6f6f6;
    border-left: 2px solid #009688;
    border-color: var(--hppb-color-scheme);
    font-weight: 600;
}

#pavo-blogcategory .list-group-item.active a {
    color: #009688;
    color: var(--hppb-color-scheme);
}

.blogcategory .post-count{
    background-color: var(--hppb-color-scheme);
    position: absolute;
    min-width: 24px;
    right: 0;
    line-height: 22px;
    top: 50%;
    font-weight:normal!important;
    text-shadow:none;
    text-align: center;
    color: white;
    height: 22px;
    transform: translateY(-50%);
}

.blogcategory .fa.fa-angle-right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blogcategory .list-group-item.active .fa.fa-angle-right{
    visibility:hidden;
}


.box.blogcategory {
  padding: 15px;
  margin-bottom: 25px;
  width: 250px;
  float: right;
  box-shadow: 0 10px 10px hsla(0, 0%, 0%, 0.05);
  transition: 0.25s ease;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 8px;
}
