.x-loader,
.str-absolute-layout
{
    position: absolute;
    content: '';
    background: hsla(0, 0%, 100%, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.table-blocked-item {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 5px, hsla(0, 0%, 100%, .05) 0, hsla(0, 0%, 100%, .05) 10px);
}

.dropdown-item-form {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: var(--tblr-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--tblr-dropdown-item-border-radius, 0);

    min-width: 11rem;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1.4285714286;
}

.dropdown-item {
    color: var(--tblr-status-color);
    background: rgba(var(--tblr-status-color-rgb), .1);
}

.btn-status {
    --tblr-btn-bg: rgba(var(--tblr-status-color-rgb), .1);
}




.offcanvas-body-order {
    background: var(--tblr-body-bg);
}

.offcanvas-footer-order {
    background: var(--tblr-bg-surface-secondary);
}