/**
    Bootstrap Accordion with the dropdown icon on the left side
 */
.accordion-button-left:after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
}

/**
    Darken the background of modal dialogs
 */
.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.pending-notification:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: var(--bs-danger);
    border-radius: 50%;
}