.custom-card,
.custom-card-body {
    transition: box-shadow 0.075s linear;
    /* transition: padding 0.15s cubic-bezier(0.68, -0.55, 0.27, 1.55); */
}

.custom-card {
    --bs-card-border-width: 0px;
    box-shadow: inset 0 0 0 1px var(--bs-card-border-color);
}

.custom-card-selected {
    box-shadow: inset 0 0 0 3px black;
}

#card-container {
    padding-left: 0;
    padding-right: 0;
}