.billing-categories{
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 2em !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.billing-categorie::-webkit-scrollbar { 
    display: none;
}

.BluesActivity.view82[location="invoice"] .invoice-btn{
    background-color: orange;
}
.BluesActivity.view82[location="subscription"] .subscription-btn{
    background-color: orange;
}
.BluesActivity.view82[location="actx"] .actx-btn{
    background-color: orange;
}