/* /Components/Layout/AccountingLayout.razor.rz.scp.css */
.admin-shell[b-4hk4yoprhc] {
    display: block;
    min-height: 100vh;
    background: #fffdf7;
    padding-right: 280px;
}

.admin-sidebar[b-4hk4yoprhc] {
    background: #000;
    color: #fff;
}

.admin-sidebar--desktop[b-4hk4yoprhc] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 214, 0, 0.45) rgba(255, 255, 255, 0.08);
}

.admin-sidebar__content[b-4hk4yoprhc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    padding: 1.5rem 1rem;
}

.admin-sidebar__mobile-header[b-4hk4yoprhc] {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1rem 0;
    color: #fff;
}

.admin-sidebar__close[b-4hk4yoprhc],
.admin-sidebar-toggle[b-4hk4yoprhc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
}

.admin-sidebar__close[b-4hk4yoprhc] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.admin-sidebar-toggle[b-4hk4yoprhc] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1120;
    background: #111;
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    display: none;
}

.admin-sidebar-overlay[b-4hk4yoprhc] {
    position: fixed;
    inset: 0;
    z-index: 1180;
    background: rgba(17, 16, 14, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.admin-sidebar__content[b-4hk4yoprhc]  .admin-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffd600;
    text-decoration: none;
    font-weight: 800;
    flex-shrink: 0;
}

.admin-nav[b-4hk4yoprhc] {
    display: grid;
    gap: 0.5rem;
    align-content: start;
    min-height: 0;
}

.admin-sidebar--desktop[b-4hk4yoprhc]::-webkit-scrollbar,
.admin-sidebar--mobile[b-4hk4yoprhc]::-webkit-scrollbar {
    width: 8px;
}

.admin-sidebar--desktop[b-4hk4yoprhc]::-webkit-scrollbar-track,
.admin-sidebar--mobile[b-4hk4yoprhc]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.admin-sidebar--desktop[b-4hk4yoprhc]::-webkit-scrollbar-thumb,
.admin-sidebar--mobile[b-4hk4yoprhc]::-webkit-scrollbar-thumb {
    background: rgba(255, 214, 0, 0.45);
    border-radius: 999px;
}

.admin-nav[b-4hk4yoprhc]  a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 0.8rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
}

.admin-content[b-4hk4yoprhc] {
    padding: 1.5rem;
    min-width: 0;
    min-height: 100vh;
}

@media (max-width: 1024px) {
    .admin-shell[b-4hk4yoprhc] {
        padding-right: 0;
    }

    .admin-sidebar-toggle[b-4hk4yoprhc] {
        display: inline-flex;
    }

    .admin-sidebar--desktop[b-4hk4yoprhc] {
        display: none;
    }

    .admin-sidebar--mobile[b-4hk4yoprhc] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1190;
        width: min(82vw, 320px);
        max-width: 320px;
        height: 100vh;
        overflow-y: auto;
        box-shadow: -18px 0 44px rgba(0, 0, 0, 0.22);
        animation: adminSidebarSlideIn-b-4hk4yoprhc 0.28s ease;
    }

    .admin-sidebar__mobile-header[b-4hk4yoprhc] {
        display: flex;
    }

    .admin-content[b-4hk4yoprhc] {
        padding-top: 4.75rem;
    }
}

@keyframes adminSidebarSlideIn-b-4hk4yoprhc {
    from {
        transform: translateX(100%);
        opacity: 0.98;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-wyic6zy4gl] {
    display: block;
    min-height: 100vh;
    background: #fffdf7;
    padding-right: 280px;
}

.admin-sidebar[b-wyic6zy4gl] {
    background: #000;
    color: #fff;
}

.admin-sidebar--desktop[b-wyic6zy4gl] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 214, 0, 0.45) rgba(255, 255, 255, 0.08);
}

.admin-sidebar__content[b-wyic6zy4gl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    padding: 1.5rem 1rem;
}

.admin-sidebar__mobile-header[b-wyic6zy4gl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-sidebar__close[b-wyic6zy4gl] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.admin-mobile-menu-btn[b-wyic6zy4gl] {
    display: none;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1200;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.admin-mobile-overlay[b-wyic6zy4gl] {
    position: fixed;
    inset: 0;
    z-index: 1150;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.admin-sidebar--mobile[b-wyic6zy4gl] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1160;
    width: min(85vw, 320px);
    height: 100vh;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    animation: slideIn-b-wyic6zy4gl 0.3s ease;
}

.admin-sidebar__content[b-wyic6zy4gl]  .admin-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffd600;
    text-decoration: none;
    font-weight: 800;
    flex-shrink: 0;
}

.admin-nav[b-wyic6zy4gl] {
    display: grid;
    gap: 0.5rem;
}

.admin-sidebar--desktop[b-wyic6zy4gl]::-webkit-scrollbar,
.admin-sidebar--mobile[b-wyic6zy4gl]::-webkit-scrollbar {
    width: 8px;
}

.admin-sidebar--desktop[b-wyic6zy4gl]::-webkit-scrollbar-track,
.admin-sidebar--mobile[b-wyic6zy4gl]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
}

.admin-sidebar--desktop[b-wyic6zy4gl]::-webkit-scrollbar-thumb,
.admin-sidebar--mobile[b-wyic6zy4gl]::-webkit-scrollbar-thumb {
    background: rgba(255, 214, 0, 0.45);
    border-radius: 4px;
}

.admin-nav[b-wyic6zy4gl]  a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 0.8rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
}

.admin-content[b-wyic6zy4gl] {
    padding: 1.5rem;
    min-width: 0;
    min-height: 100vh;
}

.admin-content--hub[b-wyic6zy4gl] {
    max-width: 1440px;
    margin-inline: auto;
}

@media (max-width: 1024px) {
    .admin-shell[b-wyic6zy4gl] {
        padding-right: 0;
    }

    .admin-mobile-menu-btn[b-wyic6zy4gl] {
        display: flex;
    }

    .admin-sidebar--desktop[b-wyic6zy4gl] {
        display: none;
    }

    .admin-content[b-wyic6zy4gl] {
        padding-top: 4rem;
    }
}

@keyframes slideIn-b-wyic6zy4gl {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-content[b-kpwtpkgqy9] {
    min-height: 60vh;
}

.main-content--accounting[b-kpwtpkgqy9] {
    padding-bottom: 2rem;
}

.page-shell--accounting[b-kpwtpkgqy9] {
    padding-top: 1.5rem;
    padding-inline: clamp(1rem, 3vw, 2rem);
}

.accounting-page[b-kpwtpkgqy9] {
    /*padding: clamp(1rem, 2.4vw, 1.6rem);*/
    padding: 0px 25px 25px;
}

.report-bar[b-kpwtpkgqy9] {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(34, 32, 28, 0.08);
}

.report-bar span[b-kpwtpkgqy9] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #caa35c, #6b4f2b);
}

.report-bar--profit span[b-kpwtpkgqy9] {
    background: linear-gradient(90deg, #7bb38a, #22724a);
}

.admin-table-wrap[b-kpwtpkgqy9] {
    overflow-x: auto;
}

.accounting-hub[b-kpwtpkgqy9] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(135deg, rgba(244, 236, 225, 0.92), rgba(255, 255, 255, 0.98)),
        radial-gradient(circle at top right, rgba(184, 134, 11, 0.12), transparent 45%);
}

.accounting-hub__inner[b-kpwtpkgqy9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.accounting-hub__intro[b-kpwtpkgqy9] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: #2f2419;
}

.accounting-hub__eyebrow[b-kpwtpkgqy9] {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: #8a6a2f;
}

.accounting-hub__nav[b-kpwtpkgqy9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.accounting-hub__nav[b-kpwtpkgqy9]  a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(138, 106, 47, 0.18);
    background: rgba(255, 255, 255, 0.78);
    color: #3f3020;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.accounting-hub__nav[b-kpwtpkgqy9]  a:hover,
.accounting-hub__nav[b-kpwtpkgqy9]  a.active {
    background: #3f3020;
    border-color: #3f3020;
    color: #fff7ed;
    transform: translateY(-1px);
}

@media (max-width: 960px) {
    .accounting-hub__inner[b-kpwtpkgqy9] {
        flex-direction: column;
        align-items: stretch;
    }

    .accounting-hub__nav[b-kpwtpkgqy9] {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.15rem;
        scrollbar-width: thin;
    }

    .accounting-hub__nav[b-kpwtpkgqy9]  a {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media (max-width: 640px) {
    .page-shell--accounting[b-kpwtpkgqy9] {
        padding-top: 1rem;
        padding-inline: 1rem;
    }

    .main-content--accounting[b-kpwtpkgqy9] {
        padding-bottom: 5.5rem;
    }

    .accounting-hub__intro strong[b-kpwtpkgqy9] {
        font-size: 0.98rem;
    }
}

/* Digipay BNPL banner */
.digipay-banner-wrap[b-kpwtpkgqy9] {
    width: 100%;
    background: #0c0571; /* required dark blue */
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    /* keep banner in normal document flow so header moves down */
    position: relative; /* ensure absolute children are bounded */
    height: 50px; /* fixed banner height requirement */
    min-height: 50px;
    max-height: 50px;
    overflow: hidden; /* prevent children overflow during animation */
}
.digipay-banner-inner[b-kpwtpkgqy9] {
    /* Per requirement: block-level flex container at top of layout */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* space between elements */
    flex-direction: row; /* ensure single physical row */
    height: 100%;
    width: 100%;
    padding: 0 20px; /* horizontal padding */
}

/* Dedicated isolated container for Digipay banner content to avoid .page-shell constraints */
.digipay-banner-container[b-kpwtpkgqy9] {
    /* center horizontally within the banner, fixed max width matching header container */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; /* horizontally center the group */
    padding: 0; /* explicit reset */
    gap: 12px;
    flex-wrap: nowrap; /* prevent wrapping under any circumstance */
}

/* Make sure the digipay-banner itself can grow full width of the container but children won't wrap */
.digipay-banner-container > .digipay-banner[b-kpwtpkgqy9] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
}
.digipay-banner[b-kpwtpkgqy9] {
    /* Ensure banner is the single flex container for exact layout control */
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important; /* distribute items across row */
    width: 100%;
    max-width: 1200px; /* respect main header container */
    text-decoration: none;
    color: inherit;
    padding: 0; /* inner spacing managed by parent */
    position: relative; /* ensure children with absolute stay within */
}
/* Order: [Button] [Rotating Text] [Logo] */
/* Ensure physical order: [texts] [logo] [action] */
.digipay-banner > .digipay-banner__texts[b-kpwtpkgqy9] {
    /* Text block must not expand to full width or force wrapping */
    order: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    flex: 0 0 auto;
    min-width: 280px; /* fixed minimum to keep text area stable */
    width: auto;
    height: 100%;
    min-height: 20px;
    text-align: center;
    overflow: hidden;
}
.digipay-banner > .digipay-banner__icon[b-kpwtpkgqy9] {
    order: 1; /* place icon at visual right in RTL */
    width: auto;
    height: 40px;
    object-fit: contain;
    margin-inline-start: 8px;
    flex: 0 0 auto;
    position: static;
    border: none !important;
}
.digipay-banner > .digipay-banner__action[b-kpwtpkgqy9] {
    order: 3; /* push action to inline-end (left in RTL) */
    background: #ffffff;
    color: #0c0571;
    padding: 0 10px;
    border-radius: 999px;
    font-weight:700;
    font-size:0.78rem;
    white-space: nowrap;
    flex: 0 0 auto;
    margin-inline-start: auto; /* push to far left in RTL */
    position: static;
    border: none !important;
}

/* Rotator: CSS-only using grid stacking (no absolute positioning) */
.digipay-banner > *[b-kpwtpkgqy9] {
    /* Prevent flex children from forcing overflow or collapsing */
    min-width: 0;
}

.digipay-banner__msg[b-kpwtpkgqy9] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(6px);
    animation: digipay-rotate-b-kpwtpkgqy9 6s infinite;
    animation-fill-mode: both;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}
.digipay-banner__msg:nth-child(1)[b-kpwtpkgqy9] { animation-delay: 0s; }
.digipay-banner__msg:nth-child(2)[b-kpwtpkgqy9] { animation-delay: 3s; }

@keyframes digipay-rotate-b-kpwtpkgqy9 {
    0%   { opacity: 0; transform: translateY(6px); }
    10%  { opacity: 1; transform: translateY(0); }
    45%  { opacity: 1; transform: translateY(0); }
    55%  { opacity: 0; transform: translateY(-6px); }
    100% { opacity: 0; transform: translateY(-6px); }
}

/* Logo slide animation: independent of text rotator */
@keyframes digipay-logo-slide-b-kpwtpkgqy9 {
    0% { transform: translateX(20px); opacity: 0; }
    10% { transform: translateX(0); opacity: 1; }
    60% { transform: translateX(0); opacity: 1; }
    80% { transform: translateX(-12px); opacity: 0; }
    100% { transform: translateX(-12px); opacity: 0; }
}

.digipay-banner__icon[b-kpwtpkgqy9] {
    animation: digipay-logo-slide-b-kpwtpkgqy9 7s linear infinite;
}

/* Ensure banner visibility overrides any global opacity rules */
.digipay-banner[b-kpwtpkgqy9], .digipay-banner *[b-kpwtpkgqy9] {
    /* ensure visibility but avoid forcing global overrides unless necessary */
    opacity: 1;
    visibility: visible;
}

@media (max-width: 640px) {
    .digipay-banner-inner[b-kpwtpkgqy9] { height: 44px; }
    .digipay-banner[b-kpwtpkgqy9] { gap: 8px; padding: 6px 8px; }
    .digipay-banner__icon[b-kpwtpkgqy9] { width: 24px; height: 24px; }
    .digipay-banner__action[b-kpwtpkgqy9] { padding: 5px 8px; font-size: 0.9rem; }
}

/* When the banner is present, offset the fixed header by banner height on desktop screens */

@media (max-width: 780px) {
    /* On mobile header is static, so no extra offset required; keep normal flow */
    .layout-shell--with-digipay[b-kpwtpkgqy9] {
        padding-top: 0;
    }
}

/* Move header down while banner is visible. When banner scrolls away, header becomes sticky at top (transform removed). */
@media (min-width: 781px) {
    .has-digipay-offset .site-header[b-kpwtpkgqy9] {
        transform: translateY(var(--digipay-banner-height, 50px));
        transition: transform 160ms cubic-bezier(.2, .8, .2, 1);
        will-change: transform;
    }

    /* Smooth return to top when banner is out of view */
    .site-header[b-kpwtpkgqy9] {
        transition: transform 160ms cubic-bezier(.2, .8, .2, 1);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kxx73tj8nm],
.components-reconnect-repeated-attempt-visible[b-kxx73tj8nm],
.components-reconnect-failed-visible[b-kxx73tj8nm],
.components-pause-visible[b-kxx73tj8nm],
.components-resume-failed-visible[b-kxx73tj8nm],
.components-rejoining-animation[b-kxx73tj8nm] {
    display: none;
}

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


#components-reconnect-modal[b-kxx73tj8nm] {
    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-kxx73tj8nm 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-kxx73tj8nm {
    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/Admin/Payments/Index.razor.rz.scp.css */
.receipt-thumb-link[b-utvetynmes] {
    display: inline-flex;
    width: fit-content;
}

.receipt-thumb[b-utvetynmes] {
    width: 120px;
    height: 120px;
    border-radius: 0.75rem;
    border: 1px solid var(--color-border);
    object-fit: cover;
}
