.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;
}

#form-action-btn-toolbar {
    display: flex;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.margin-right {
    margin-right: 10px;
}

.btn-toolbar .btn:last-child {
    margin-right: 0;
    /* Remove margin from the last button */
}

.tooltip-inner {
    max-width: calc(100vw - 200px) !important;
}

[data-cid='checkbox-list'] {
    pointer-events: none
}

[data-cid='checkbox-list-label'] {
    pointer-events: none
}