.VideoCategoriesActive {
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
}
.category-card .list-group-item.active {
    background-color: #007bff;
  }
.VideoCategoriesActive.active a {
    background-color: #007bff;
    color: #FFF;
}

.card.category-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card.category-card .card-header {
    background-color: #f8f9fa;
}

.card.category-card .card-header h5 {
    font-weight: 500;
}

.badge {
    font-size: 12px;
}

.fas.fa-tag {
    font-size: 12px;
    margin-right: 5px;
}
