/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3jrpgdhrku] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3jrpgdhrku] {
    flex: 1;
}

.sidebar[b-3jrpgdhrku] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3jrpgdhrku] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3jrpgdhrku]  a, .top-row[b-3jrpgdhrku]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3jrpgdhrku]  a:hover, .top-row[b-3jrpgdhrku]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3jrpgdhrku]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3jrpgdhrku] {
        justify-content: space-between;
    }

    .top-row[b-3jrpgdhrku]  a, .top-row[b-3jrpgdhrku]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3jrpgdhrku] {
        flex-direction: row;
    }

    .sidebar[b-3jrpgdhrku] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3jrpgdhrku] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3jrpgdhrku]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3jrpgdhrku], article[b-3jrpgdhrku] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3jrpgdhrku] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3jrpgdhrku] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-09p9gt3z42] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-09p9gt3z42] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-09p9gt3z42] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-09p9gt3z42] {
    font-size: 1.1rem;
}

.bi[b-09p9gt3z42] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-09p9gt3z42] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-09p9gt3z42] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-09p9gt3z42] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-09p9gt3z42] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-09p9gt3z42] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-09p9gt3z42] {
        padding-bottom: 1rem;
    }

    .nav-item[b-09p9gt3z42]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-09p9gt3z42]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-09p9gt3z42]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-09p9gt3z42] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-09p9gt3z42] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-09p9gt3z42] {
        display: none;
    }

    .nav-scrollable[b-09p9gt3z42] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4gc1k1e67z],
.components-reconnect-repeated-attempt-visible[b-4gc1k1e67z],
.components-reconnect-failed-visible[b-4gc1k1e67z],
.components-pause-visible[b-4gc1k1e67z],
.components-resume-failed-visible[b-4gc1k1e67z],
.components-rejoining-animation[b-4gc1k1e67z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-retrying[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-failed[b-4gc1k1e67z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4gc1k1e67z] {
    display: block;
}


#components-reconnect-modal[b-4gc1k1e67z] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4gc1k1e67z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4gc1k1e67z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4gc1k1e67z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4gc1k1e67z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4gc1k1e67z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4gc1k1e67z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4gc1k1e67z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4gc1k1e67z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4gc1k1e67z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4gc1k1e67z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4gc1k1e67z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4gc1k1e67z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4gc1k1e67z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4gc1k1e67z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4gc1k1e67z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4gc1k1e67z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4gc1k1e67z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4gc1k1e67z {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AxcessPaymentCreate.razor.rz.scp.css */
/* Page & Header */
.axcess-create-page[b-l3njjhce1h] {
    padding-bottom: 1.5rem;
}

.axcess-create-page__header[b-l3njjhce1h] {
    margin-bottom: 1rem;
}

.axcess-create-page__title[b-l3njjhce1h] {
    margin-bottom: 0.125rem;
    font-size: 2rem;
    font-weight: 500;
}

.axcess-create-page__subtitle[b-l3njjhce1h] {
    font-size: 0.95rem;
    color: var(--bs-secondary-color, #6c757d);
    font-weight: 500;
}

/* Card */
.axcess-create-card[b-l3njjhce1h] {
    max-width: 760px;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.axcess-create-card__body[b-l3njjhce1h] {
    padding: 1.25rem;
}

.axcess-create-label[b-l3njjhce1h] {
    font-weight: 600;
    color: #344054;
}

/* User Select */
.axcess-user-select[b-l3njjhce1h] {
    position: relative;
}

.axcess-user-select__menu[b-l3njjhce1h] {
    position: absolute;
    top: calc(100% + 0.375rem);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    z-index: 20;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.12);
    padding: 0.375rem;
}

.axcess-user-select__option[b-l3njjhce1h] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    padding: 0.75rem 0.875rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

    .axcess-user-select__option:hover[b-l3njjhce1h] {
        background: #f8fafc;
    }

    .axcess-user-select__option.is-selected[b-l3njjhce1h] {
        background: #eef4ff;
    }

.axcess-user-select__login[b-l3njjhce1h] {
    font-weight: 600;
    color: #101828;
}

.axcess-user-select__name[b-l3njjhce1h] {
    font-size: 0.875rem;
    color: #667085;
}

.axcess-user-select__empty[b-l3njjhce1h],
.axcess-user-select__loading[b-l3njjhce1h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem;
    color: #667085;
}

.axcess-user-select__sentinel[b-l3njjhce1h] {
    height: 1px;
}

/* Summary */
.axcess-create-summary[b-l3njjhce1h] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    border-top: 1px solid #eef2f6;
    padding-top: 1rem;
}

.axcess-create-summary__item[b-l3njjhce1h] {
    padding: 0.875rem 1rem;
    border: 1px solid #eef2f6;
    border-radius: 0.75rem;
    background: #fcfcfd;
}

.axcess-create-summary__label[b-l3njjhce1h] {
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #667085;
}

.axcess-create-summary__value[b-l3njjhce1h] {
    color: #101828;
    font-weight: 500;
    word-break: break-word;
}

/* Card Preview */
.axcess-card-preview[b-l3njjhce1h] {
    border: 1px solid #e9eef5;
    border-radius: 0.875rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 1rem 1.125rem;
}

.axcess-card-preview__row[b-l3njjhce1h] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.axcess-card-preview__block[b-l3njjhce1h] {
    min-width: 0;
}

.axcess-card-preview__label[b-l3njjhce1h] {
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #667085;
}

.axcess-card-preview__value[b-l3njjhce1h] {
    color: #101828;
    font-size: 0.95rem;
    font-weight: 600;
    word-break: break-word;
}

/* Inputs */
.axcess-amount-input[b-l3njjhce1h] {
    max-width: 260px;
}

.axcess-return-warning[b-l3njjhce1h] {
    margin-top: 0.875rem;
    margin-bottom: 0;
    border-radius: 0.75rem;
    font-weight: 500;
}

/* Actions */
.axcess-create-actions[b-l3njjhce1h] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
}

    .axcess-create-actions .btn[b-l3njjhce1h] {
        min-width: 160px;
        font-weight: 600;
    }

        .axcess-create-actions .btn:disabled[b-l3njjhce1h] {
            opacity: 0.65;
        }

/* Alerts */
.axcess-create-page.alert[b-l3njjhce1h] {
    border-radius: 0.75rem;
}

/* Modal */
.axcess-result-modal-backdrop[b-l3njjhce1h] {
    --bs-backdrop-bg: transparent;
    backdrop-filter: blur(4px);
}

.axcess-result-modal[b-l3njjhce1h] {
    border: 0;
    box-shadow: 0 24px 48px rgba(16, 24, 40, 0.18);
}

    .axcess-result-modal.modal-header[b-l3njjhce1h] {
        border-bottom: 1px solid #eef2f6;
        padding: 1rem 1.25rem;
    }

    .axcess-result-modal.modal-title[b-l3njjhce1h] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #101828;
    }

.axcess-result-modal__body[b-l3njjhce1h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    background: #fff;
}

/* Status in modal */
.axcess-result-modal__status[b-l3njjhce1h] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.125rem;
    border: 1px solid #e9eef5;
    border-radius: 0.875rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.axcess-result-modal__status-label[b-l3njjhce1h] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #667085;
}

.axcess-status[b-l3njjhce1h] {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.5rem 0;
    text-align: left;
    align-self: flex-start;
}

.axcess-status--success[b-l3njjhce1h] {
    color: #067647;
}

.axcess-status--pending[b-l3njjhce1h] {
    color: #b54708;
}

.axcess-status--failed[b-l3njjhce1h] {
    color: #b42318;
}

/* Modal items */
.axcess-result-modal__item[b-l3njjhce1h],
.axcess-result-modal__message[b-l3njjhce1h] {
    padding: 0.95rem 1rem;
    border: 1px solid #eef2f6;
    border-radius: 0.875rem;
    background: #fcfcfd;
}

.axcess-result-modal__label[b-l3njjhce1h] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #667085;
}

.axcess-result-modal__value[b-l3njjhce1h] {
    color: #101828;
    font-size: 1rem;
    font-weight: 600;
    word-break: break-word;
}

.axcess-result-modal__message-text[b-l3njjhce1h] {
    color: #101828;
    font-size: 0.95rem;
    line-height: 1.5;
    word-break: break-word;
}

.axcess-result-modal.modal-footer[b-l3njjhce1h] {
    border-top: 1px solid #eef2f6;
    padding: 1rem 1.25rem;
}

    .axcess-result-modal.modal-footer .btn[b-l3njjhce1h] {
        min-width: 120px;
        font-weight: 600;
    }

/* Badge */
.axcess-badge[b-l3njjhce1h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.axcess-badge--success[b-l3njjhce1h] {
    color: #067647;
    background-color: #ecfdf3;
    border: 1px solid #abefc6;
}

.axcess-badge--pending[b-l3njjhce1h] {
    color: #b54708;
    background-color: #fffaeb;
    border: 1px solid #fedf89;
}

.axcess-badge--failed[b-l3njjhce1h] {
    color: #b42318;
    background-color: #fef3f2;
    border: 1px solid #fecdca;
}

/* Responsive */
@media (max-width: 768px) {
    .axcess-create-card[b-l3njjhce1h] {
        max-width: 100%;
    }

    .axcess-create-summary[b-l3njjhce1h] {
        grid-template-columns: 1fr;
    }

    .axcess-card-preview__row[b-l3njjhce1h] {
        grid-template-columns: 1fr;
    }

    .axcess-amount-input[b-l3njjhce1h] {
        max-width: 100%;
    }

    .axcess-create-actions[b-l3njjhce1h] {
        flex-direction: column;
        align-items: stretch;
    }

        .axcess-create-actions .btn[b-l3njjhce1h] {
            width: 100%;
            min-width: 0;
        }
}
/* /Components/Pages/AxcessPaymentPayouts.razor.rz.scp.css */
.axcess-page[b-fto5lo1dh0] {
    padding-bottom: 1.5rem;
}

.axcess-page__header[b-fto5lo1dh0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.axcess-page__title[b-fto5lo1dh0] {
    margin-bottom: 0.125rem;
    font-size: 2rem;
    font-weight: 500;
    color: var(--bs-heading-color, #212529);
}

.axcess-page__subtitle[b-fto5lo1dh0] {
    font-size: 0.95rem;
    color: var(--bs-secondary-color, #6c757d);
    font-weight: 500;
}

.axcess-toolbar[b-fto5lo1dh0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.axcess-toolbar__left[b-fto5lo1dh0] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.axcess-toolbar__label[b-fto5lo1dh0] {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: var(--bs-body-color, #212529);
}

.axcess-toolbar__select[b-fto5lo1dh0] {
    width: 84px;
    min-width: 84px;
}

.axcess-alert[b-fto5lo1dh0] {
    border-radius: 0.5rem;
}

.axcess-state[b-fto5lo1dh0] {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    background: #fff;
}

.axcess-table-wrap[b-fto5lo1dh0] {
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.axcess-table[b-fto5lo1dh0] {
    margin-bottom: 0;
    font-size: 0.925rem;
    --bs-table-bg: transparent;
}

    .axcess-table thead th[b-fto5lo1dh0] {
        padding: 0.875rem 1rem;
        background: var(--bs-tertiary-bg, #f8f9fa);
        border-bottom: 1px solid var(--bs-border-color, #dee2e6);
        color: #344054;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .axcess-table tbody td[b-fto5lo1dh0] {
        padding: 0.875rem 1rem;
        border-top: 1px solid #eef2f6;
        color: var(--bs-body-color, #212529);
        vertical-align: middle;
    }

    .axcess-table tbody tr[b-fto5lo1dh0] {
        transition: background-color 0.15s ease-in-out;
    }

        .axcess-table tbody tr:hover[b-fto5lo1dh0] {
            background-color: #f8fafc;
        }

       
        .axcess-table tbody tr.axcess-row--failed[b-fto5lo1dh0] {
            background-color: #fef1f2;
        }

            .axcess-table tbody tr.axcess-row--failed:hover[b-fto5lo1dh0] {
                background-color: #fde8eb !important;
            }

    
    .axcess-table .axcess-col-status[b-fto5lo1dh0] {
        width: 140px;
    }

    .axcess-table .axcess-col-message[b-fto5lo1dh0] {
        max-width: 520px;
        white-space: normal;
        word-break: break-word;
        color: #475467;
    }

.axcess-footer[b-fto5lo1dh0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.axcess-footer__meta[b-fto5lo1dh0] {
    color: #344054;
    font-size: 0.95rem;
}

.axcess-badge[b-fto5lo1dh0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.axcess-badge--success[b-fto5lo1dh0] {
    color: #067647;
    background-color: #ecfdf3;
    border: 1px solid #abefc6;
}

.axcess-badge--pending[b-fto5lo1dh0] {
    color: #b54708;
    background-color: #fffaeb;
    border: 1px solid #fedf89;
}

.axcess-badge--failed[b-fto5lo1dh0] {
    color: #b42318;
    background-color: #fef3f2;
    border: 1px solid #fecdca;
}

@media (max-width: 768px) {
    .axcess-page__title[b-fto5lo1dh0] {
        font-size: 1.6rem;
    }

    .axcess-toolbar[b-fto5lo1dh0],
    .axcess-footer[b-fto5lo1dh0] {
        flex-direction: column;
        align-items: stretch;
    }

    .axcess-toolbar__left[b-fto5lo1dh0] {
        justify-content: space-between;
    }

    .axcess-table .axcess-col-message[b-fto5lo1dh0] {
        min-width: 280px;
    }
}
