.nav-breadcrumb {
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.content-wrapper {
    padding-bottom: 10px;
}
.form-group.has-error .help-block {
    color: var(--bs-danger);
}
#modal-edit .modal-body {
    display: grid;
}
#modal-edit .modal-body .modal-spinner {
    display: flex;
    grid-area: 1 / 1;
    z-index: 100;
    background-color: color-mix(in srgb, var(--bs-body-bg) 60%, transparent);
}
#modal-edit .modal-body .modal-edit-content {
    grid-area: 1 / 1;
    overflow: hidden;
}
.text-dashed {
    border-bottom: 1px dashed #000;
    text-decoration: none;
}
.cursor-pointer {
    cursor: pointer;
}