.custom-popover {
    max-width: 40%;
}

.autocomplete .options {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 0 5px 1px #ced4da;
}

#table-actions .action {
    cursor: pointer;
}
#table-actions li:hover {
    color: #FFF;
    background-color: #97999b;
}

.autocomplete .option {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover {
    background: var(--bs-primary);
    color: #fff;
}

.autocomplete .option.disabled {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover {
    background: lightgrey;
    color: var(--bs-body-color);
}

.checkbox-menu {
    max-height: 25vh;
    overflow-y: auto;
}

.bg-loyalty-purple {
    background-color: #6A1F8D;
    line-height: 12px;
}

.validation-wrapper ul.validation-errors:has(+ ul.validation-errors) 
{ 
    margin-bottom: 0
}