.bg-grey {
    background-color: #e2e2e2; /* Light grey */
}
.btn-grey{
    background-color: grey !important;
}
.add-series-scroll{
    height: 500px; 
    overflow-y: scroll;
}

.flex-gap-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; 
}
.dash-citem, .pkg-item
{
 width: 100%;
 aspect-ratio: 1 / 1;
}
.dash-cimg, .pkg-img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}