/* _content/PaymentGateway.Admin.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dkpl5oz75f] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-dkpl5oz75f] {
    flex: 1;
}

.top-header[b-dkpl5oz75f] {
    background: #0f172a;
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-header-inner[b-dkpl5oz75f] {
    max-width: 1400px;
    margin: 0 auto;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0 1rem;
}

.brand[b-dkpl5oz75f] {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.content[b-dkpl5oz75f] {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

#blazor-error-ui[b-dkpl5oz75f] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dkpl5oz75f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 576px) {
    .top-header-inner[b-dkpl5oz75f] {
        padding: 0 0.75rem;
    }

    .brand[b-dkpl5oz75f] {
        font-size: 0.9rem;
    }

    .content[b-dkpl5oz75f] {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
}
/* _content/PaymentGateway.Admin.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-toggle[b-cf5yhj8qqo] {
    display: none;
}

.nav-toggle-label[b-cf5yhj8qqo] {
    display: none;
    cursor: pointer;
    font-size: 1.35rem;
    color: #fff;
    padding: 0.15rem 0.5rem;
    line-height: 1;
    user-select: none;
    margin-left: auto;
}

.nav-links[b-cf5yhj8qqo] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
    flex: 1;
}

.nav-links[b-cf5yhj8qqo]  .nav-link {
    color: #94a3b8;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    white-space: nowrap;
    transition: background-color .12s ease, color .12s ease;
}

.nav-links[b-cf5yhj8qqo]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nav-links[b-cf5yhj8qqo]  a.active {
    background-color: #4f46e5;
    color: #fff;
}

.user-info[b-cf5yhj8qqo] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.82rem;
    white-space: nowrap;
    padding: 0.4rem 0.5rem;
}

.link-button[b-cf5yhj8qqo] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #cbd5e1;
    cursor: pointer;
    text-decoration: none;
}

.link-button:hover[b-cf5yhj8qqo] {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 768px) {
    .nav-toggle-label[b-cf5yhj8qqo] {
        display: block;
    }

    .nav-links[b-cf5yhj8qqo] {
        display: none;
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        background: #0f172a;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.5rem 1rem 1rem;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .nav-links[b-cf5yhj8qqo]  .nav-link {
        padding: 0.65rem 0.5rem;
        border-radius: 4px;
    }

    .nav-toggle:checked ~ .nav-links[b-cf5yhj8qqo] {
        display: flex;
    }

    .user-info[b-cf5yhj8qqo] {
        margin-left: 0;
        margin-top: 0.5rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: space-between;
    }
}
/* _content/PaymentGateway.Admin.Web/Components/Shared/Modal.razor.rz.scp.css */
.pg-modal-backdrop[b-0einnbsy5c] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 1rem;
    z-index: 100;
}

.pg-modal-dialog[b-0einnbsy5c] {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 520px;
    max-height: 85vh;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    pointer-events: auto;
}

.pg-modal-header[b-0einnbsy5c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

    .pg-modal-header h3[b-0einnbsy5c] {
        margin: 0;
    }

.pg-modal-close[b-0einnbsy5c] {
    background: none;
    border: none;
    font-size: 1rem;
    color: #64748b;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

.pg-modal-close:hover[b-0einnbsy5c] {
    color: #0f172a;
}

.pg-modal-body[b-0einnbsy5c] {
    padding: 1.25rem;
    overflow-y: auto;
    min-height: 0;
    flex: 1 1 auto;
}

@media (max-width: 576px) {
    .pg-modal-backdrop[b-0einnbsy5c] {
        align-items: flex-end;
        padding: 0;
    }

    .pg-modal-dialog[b-0einnbsy5c] {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 16px 16px 0 0;
        animation: pg-slide-up-b-0einnbsy5c 0.2s ease-out;
    }

    .pg-modal-header[b-0einnbsy5c] {
        padding: 1rem 1.25rem 0.85rem;
    }
}

@keyframes pg-slide-up-b-0einnbsy5c {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}
