/* _content/YourFatoora.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-770gpq9bok] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-770gpq9bok] {
    flex: 1;
}

.sidebar[b-770gpq9bok] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-770gpq9bok] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-770gpq9bok]  a, .top-row[b-770gpq9bok]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-770gpq9bok]  a:hover, .top-row[b-770gpq9bok]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-770gpq9bok]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-770gpq9bok] {
        justify-content: space-between;
    }

    .top-row[b-770gpq9bok]  a, .top-row[b-770gpq9bok]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-770gpq9bok] {
        flex-direction: row;
    }

    .sidebar[b-770gpq9bok] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-770gpq9bok] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-770gpq9bok]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-770gpq9bok], article[b-770gpq9bok] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-770gpq9bok] {
    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-770gpq9bok] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/YourFatoora.Web/Components/Layout/MainLayoutContent.razor.rz.scp.css */
.page[b-ejh0dq02y6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ejh0dq02y6] {
    flex: 1;
}

.sidebar[b-ejh0dq02y6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ejh0dq02y6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ejh0dq02y6]  a, .top-row .btn-link[b-ejh0dq02y6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ejh0dq02y6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ejh0dq02y6] {
        display: none;
    }

    .top-row.auth[b-ejh0dq02y6] {
        justify-content: space-between;
    }

    .top-row a[b-ejh0dq02y6], .top-row .btn-link[b-ejh0dq02y6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ejh0dq02y6] {
        flex-direction: row;
    }

    .sidebar[b-ejh0dq02y6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ejh0dq02y6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ejh0dq02y6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/YourFatoora.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5oqq9ok7zn] {
    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-5oqq9ok7zn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5oqq9ok7zn] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5oqq9ok7zn] {
    font-size: 1.1rem;
}

.bi[b-5oqq9ok7zn] {
    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-5oqq9ok7zn] {
    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-5oqq9ok7zn] {
    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-5oqq9ok7zn] {
    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-5oqq9ok7zn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5oqq9ok7zn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5oqq9ok7zn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5oqq9ok7zn]  .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-5oqq9ok7zn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5oqq9ok7zn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5oqq9ok7zn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5oqq9ok7zn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5oqq9ok7zn] {
        display: none;
    }

    .nav-scrollable[b-5oqq9ok7zn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/YourFatoora.Web/Components/Pages/CasherInvoice.razor.rz.scp.css */
body[b-hudd9g0yu7] {
    direction: rtl;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
}

#ee[b-hudd9g0yu7] {
    background: url("nh7.jpg") no-repeat;
    width: 1000px;
    height: 155px;
    margin: auto;
}

table td[b-hudd9g0yu7] {
    border-color: #CCD8E5;
    color: #000;
    font-weight: bold;
    font-size: 16px
}

#d[b-hudd9g0yu7] {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

TABLE[b-hudd9g0yu7] {
    background: white;
    margin-top: 0px;
}

#cc a[b-hudd9g0yu7] {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

td[b-hudd9g0yu7] {
    text-align: right;
    padding-right: 1px;
}

#e[b-hudd9g0yu7] {
    color: white;
    font-weight: bold;
    font-size: 20px;
    background: #104C6B;
}

img[b-hudd9g0yu7] {
    border: none;
}

BODY[b-hudd9g0yu7] {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    padding-left: 50px;
}

#aa[b-hudd9g0yu7] {
    height: 80px;
}

.ua[b-hudd9g0yu7] {
    border: none;
    border-bottom: 2px dashed #000;
}

.td-a[b-hudd9g0yu7] {
    height: 40;
    border-top: 1px dashed #000;
    text-align: center;
    font-size: 3;
    color: #000;
}

.td-b[b-hudd9g0yu7] {
    height: 40;
    border-bottom: 1px dashed #000;
    font-size: 3;
    color: #000;
    text-align: center;
}

.td-c[b-hudd9g0yu7] {
    height: 40;
    font-size: 3;
    text-align: center;
    font-weight: normal;
}

.Invoicetable[b-hudd9g0yu7],
.Invoicetable th[b-hudd9g0yu7],
.Invoicetable td[b-hudd9g0yu7] {
    /*border: 2px solid #000;*/
    color: #000;
    /*height: 40px*/
}


.btn[b-hudd9g0yu7] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-dark[b-hudd9g0yu7] {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


table[b-hudd9g0yu7] {
    border-collapse: collapse;
}

@media print {

    .Invoicetable[b-hudd9g0yu7], .Invoicetable th[b-hudd9g0yu7], .Invoicetable td[b-hudd9g0yu7] {
        /*border: 2px solid #000;*/
        color: #000;
    }

    .d-print-none[b-hudd9g0yu7] {
        display: none !important
    }
}
/* _content/YourFatoora.Web/Components/Pages/Home.razor.rz.scp.css */

:root[b-iol5g1bnln] {
    --primary: #2c81b0; /* أزرق من هوية yourfatoora */
    --primary-600: #256a8d;
    --primary-700: #1f5874;
    --accent: #111111;
    --text: #0f172a;
    --muted: #475569;
    --bg: #ffffff;
    --bg-soft: #f8fafc;
    --success: #16a34a;
    --warning: #f59e0b;
}

*[b-iol5g1bnln] {
    box-sizing: border-box;
}

html[b-iol5g1bnln], body[b-iol5g1bnln] {
    height: 100%;
}

body[b-iol5g1bnln] {
    margin: 0;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Tahoma, Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
}

img[b-iol5g1bnln] {
    max-width: 100%;
    height: auto;
}

a[b-iol5g1bnln] {
    color: inherit;
    text-decoration: none;
}

.container[b-iol5g1bnln] {
    width: min(1160px, 92%);
    margin-inline: auto;
}

/* Header */
header[b-iol5g1bnln] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,0.92);
    backdrop-filter: saturate(180%) blur(8px);
    border-bottom: 1px solid #e2e8f0;
}

.nav[b-iol5g1bnln] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.brand[b-iol5g1bnln] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .brand img[b-iol5g1bnln] {
        width: 140px;
        height: auto;
    }

.menu[b-iol5g1bnln] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nav a[b-iol5g1bnln] {
    font-weight: 600;
    /*color: var(--muted);*/
}

.btn[b-iol5g1bnln] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: .2s ease;
}

.btn-primary[b-iol5g1bnln] {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 6px 14px rgba(46,127,170,.18);
}

    .btn-primary:hover[b-iol5g1bnln] {
        background: var(--primary-600);
        transform: translateY(-1px);
    }

.btn-outline[b-iol5g1bnln] {
    color: var(--primary);
    border-color: var(--primary);
}

    .btn-outline:hover[b-iol5g1bnln] {
        background: var(--primary);
        color: #fff;
    }

/* Promo bar */
.promo[b-iol5g1bnln] {
    background: #e6f2f8;
    color: var(--primary-700);
    text-align: center;
    padding: 8px 10px;
    font-weight: 800;
    border-bottom: 1px solid #dbe7ef;
}

/* Hero */
.hero[b-iol5g1bnln] {
    padding: 46px 0 28px;
    background: linear-gradient(180deg, #f0f7fb 0%, #ffffff 60%);
    border-bottom: 1px solid #e2e8f0;
}

.hero-grid[b-iol5g1bnln] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 32px;
    align-items: center;
}

.badge[b-iol5g1bnln] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e6f2f8;
    color: var(--primary-700);
    font-weight: 700;
    font-size: .88rem;
}

h1[b-iol5g1bnln] {
    font-size: clamp(28px, 4vw, 46px);
    margin: 10px 0 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.lead[b-iol5g1bnln] {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--muted);
    margin-bottom: 22px;
}

.cta-row[b-iol5g1bnln] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.note[b-iol5g1bnln] {
    font-size: .9rem;
    color: var(--muted);
}

.card-hero[b-iol5g1bnln] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(2,8,23,0.06);
}

.list-check[b-iol5g1bnln] {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

    .list-check li[b-iol5g1bnln] {
        position: relative;
        padding-right: 28px;
        margin: 10px 0;
    }

        .list-check li[b-iol5g1bnln]:before {
            content: "✔";
            position: absolute;
            right: 0;
            top: 0;
            color: var(--success);
            font-weight: 900;
        }

/* Sections */
section[b-iol5g1bnln] {
    padding: 64px 0;
}

.section-title[b-iol5g1bnln] {
    text-align: center;
    margin-bottom: 28px;
}

    .section-title h2[b-iol5g1bnln] {
        font-size: clamp(22px, 3.2vw, 34px);
        margin: 0 0 10px;
    }

    .section-title p[b-iol5g1bnln] {
        color: var(--muted);
        margin: 0;
    }

/* Features */
.features[b-iol5g1bnln] {
    background: var(--bg-soft);
}

.features-grid[b-iol5g1bnln] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.feature[b-iol5g1bnln] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 18px rgba(2,8,23,.04);
}

    .feature h3[b-iol5g1bnln] {
        margin: 6px 0 8px;
        font-size: 1.1rem;
    }

    .feature p[b-iol5g1bnln] {
        margin: 0;
        color: var(--muted);
    }

/* Pricing */
.pricing-grid[b-iol5g1bnln] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.plan[b-iol5g1bnln] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 22px rgba(2,8,23,.04);
    position: relative;
}

    .plan.popular[b-iol5g1bnln] {
        border-color: var(--primary);
        box-shadow: 0 16px 28px rgba(46,127,170,.12);
    }

    .plan .tag[b-iol5g1bnln] {
        position: absolute;
        top: 14px;
        left: 14px;
        background: var(--primary);
        color: #fff;
        padding: 6px 10px;
        border-radius: 999px;
        font-size: .82rem;
        font-weight: 800;
    }

.price[b-iol5g1bnln] {
    font-size: 40px;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
    margin: 4px 0;
}

    .price small[b-iol5g1bnln] {
        font-size: 14px;
        color: var(--muted);
        font-weight: 600;
    }

.plan ul[b-iol5g1bnln] {
    list-style: none;
    padding: 0;
    margin: 14px 0 16px;
}

.plan li[b-iol5g1bnln] {
    padding: 8px 0 8px 0;
    border-bottom: 1px dashed #e2e8f0;
}

/* Trust */
.trust[b-iol5g1bnln] {
    background: var(--bg-soft);
}

.trust-cards[b-iol5g1bnln] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.trust-card[b-iol5g1bnln] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.kpi[b-iol5g1bnln] {
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-700);
}

/* Sectors */
.sectors-grid[b-iol5g1bnln] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}

.sector[b-iol5g1bnln] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(2,8,23,.04);
    font-weight: 800;
}

/* FAQ */
details[b-iol5g1bnln] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
}

    details + details[b-iol5g1bnln] {
        margin-top: 10px;
    }

summary[b-iol5g1bnln] {
    cursor: pointer;
    font-weight: 800;
}

details p[b-iol5g1bnln] {
    margin: 10px 0 0;
    color: var(--muted);
}

/* Footer */
footer[b-iol5g1bnln] {
    border-top: 1px solid #e2e8f0;
    background: #fff;
    padding: 28px 0;
}

.footer-grid[b-iol5g1bnln] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    align-items: center;
}

.social[b-iol5g1bnln] {
    display: flex;
    gap: 10px;
}

    .social a[b-iol5g1bnln] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 1px solid #e2e8f0;
    }

.muted[b-iol5g1bnln] {
    color: var(--muted);
    font-size: .92rem;
}

/* Floating WhatsApp */
.fab[b-iol5g1bnln] {
    position: fixed;
    bottom: 22px;
    left: 22px;
    z-index: 60;
}

    .fab a[b-iol5g1bnln] {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px;
        border-radius: 999px;
        background: #25D366;
        color: #fff;
        font-weight: 900;
        box-shadow: 0 10px 22px rgba(37,211,102,.24);
    }

/* Responsive */
@media (max-width: 1024px) {
    .hero-grid[b-iol5g1bnln], .features-grid[b-iol5g1bnln], .pricing-grid[b-iol5g1bnln], .trust-cards[b-iol5g1bnln], .footer-grid[b-iol5g1bnln], .sectors-grid[b-iol5g1bnln] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .brand img[b-iol5g1bnln] {
        width: 120px;
    }
}


/* القائمة */
header[b-iol5g1bnln] {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.nav[b-iol5g1bnln] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
}

.brand img[b-iol5g1bnln] {
    height: 40px;
}

.menu[b-iol5g1bnln] {
    display: flex;
    gap: 16px;
}

    .menu a[b-iol5g1bnln] {
        text-decoration: none;
        /*color: var(--text);*/
        font-weight: 600;
    }

/* زر القائمة للجوال */
.menu-toggle[b-iol5g1bnln] {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

@media (max-width:768px) {
    .menu[b-iol5g1bnln] {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        border-top: 1px solid #e2e8f0;
    }

        .menu a[b-iol5g1bnln] {
            padding: 12px;
            border-bottom: 1px solid #f1f5f9;
        }

        .menu.show[b-iol5g1bnln] {
            display: flex;
        }

    .menu-toggle[b-iol5g1bnln] {
        display: block;
    }
}
