/* /Pages/Ordenes/ConfirmarOrdenChat.razor.rz.scp.css */
.confirmation-shell[b-h92jkmyr02] {
    min-height: 100vh;
    padding: 8px;
    background: #f4f6fa;
    color: #20242c;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.receipt-card[b-h92jkmyr02],
.status-card[b-h92jkmyr02] {
    width: min(100%, 560px);
    margin: 0 auto;
    border: 1px solid #dfe3eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 39, 60, .08);
}

.status-card[b-h92jkmyr02] {
    margin-top: 10vh;
    padding: 24px 16px;
    text-align: center;
}

.status-card p[b-h92jkmyr02] {
    margin: 10px 0 0;
}

.status-error[b-h92jkmyr02] {
    border-color: #f0b8b8;
}

.status-icon[b-h92jkmyr02] {
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0 auto 8px;
    place-items: center;
    border-radius: 50%;
    background: #b42318;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.status-card h1[b-h92jkmyr02] {
    margin: 0;
    font-size: 20px;
}

.receipt-header[b-h92jkmyr02] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-bottom: 1px solid #e7eaf0;
}

.receipt-header img[b-h92jkmyr02] {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    object-fit: contain;
}

.receipt-header h1[b-h92jkmyr02],
.receipt-header p[b-h92jkmyr02] {
    margin: 0;
}

.receipt-header h1[b-h92jkmyr02] {
    font-size: 20px;
}

.receipt-header .eyebrow[b-h92jkmyr02] {
    color: #526176;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.confirmation-banner[b-h92jkmyr02] {
    margin: 8px;
    padding: 8px 10px;
    border-radius: 9px;
    background: #fff4d6;
    color: #694d00;
    font-size: 13px;
    font-weight: 650;
}

.confirmation-banner.success[b-h92jkmyr02] {
    background: #dcfce7;
    color: #166534;
}

.customer-section[b-h92jkmyr02] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px 12px;
    border-bottom: 1px solid #e7eaf0;
}

.customer-section div[b-h92jkmyr02] {
    display: grid;
    gap: 2px;
}

.customer-section span[b-h92jkmyr02],
.item-description span[b-h92jkmyr02],
.item-price span[b-h92jkmyr02],
.section-title span[b-h92jkmyr02] {
    color: #667085;
    font-size: 12px;
}

.customer-section strong[b-h92jkmyr02] {
    font-size: 14px;
}

.address-row[b-h92jkmyr02] {
    grid-column: 1 / -1;
    padding-top: 6px;
    border-top: 1px dashed #d0d5dd;
}

.items-section[b-h92jkmyr02],
.totals-section[b-h92jkmyr02],
.confirmation-actions[b-h92jkmyr02] {
    padding: 10px 12px;
}

.section-title[b-h92jkmyr02] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.section-title h2[b-h92jkmyr02] {
    margin: 0 0 4px;
    font-size: 17px;
}

.item-row[b-h92jkmyr02] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #eef0f4;
}

.item-description[b-h92jkmyr02],
.item-price[b-h92jkmyr02] {
    display: grid;
    gap: 2px;
}

.item-description strong[b-h92jkmyr02] {
    overflow-wrap: anywhere;
    font-size: 14px;
}

.item-price[b-h92jkmyr02] {
    text-align: right;
}

.item-price strong[b-h92jkmyr02] {
    font-size: 14px;
}

.totals-section[b-h92jkmyr02] {
    display: grid;
    gap: 5px;
    border-top: 1px solid #dfe3eb;
}

.totals-section div[b-h92jkmyr02] {
    display: flex;
    justify-content: space-between;
}

.grand-total[b-h92jkmyr02] {
    margin-top: 4px;
    padding-top: 7px;
    border-top: 2px solid #20242c;
    font-size: 20px;
}

.confirmation-actions[b-h92jkmyr02] {
    position: sticky;
    bottom: 0;
    border-top: 1px solid #dfe3eb;
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, .97);
    text-align: center;
}

.confirm-button[b-h92jkmyr02] {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #1667d9;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
}

.confirm-button:disabled[b-h92jkmyr02] {
    opacity: .65;
}

.confirmation-actions p[b-h92jkmyr02] {
    margin: 7px 0 2px;
    color: #475467;
    font-size: 12px;
}

.confirmation-actions small[b-h92jkmyr02] {
    color: #667085;
}

@media (min-width: 600px) {
    .confirmation-shell[b-h92jkmyr02] {
        padding: 20px;
    }
}
/* /Pages/Paypal/Subscripcion.razor.rz.scp.css */
[b-al332t5dcv] .subscription-page {
    padding-top: 16px;
    padding-bottom: 24px;
    background:
        linear-gradient(180deg, rgba(37, 99, 235, 0.08) 0%, rgba(16, 185, 129, 0.07) 48%, rgba(245, 158, 11, 0.06) 100%);
    min-height: calc(100vh - 64px);
}

[b-al332t5dcv] .subscription-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 16px;
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.98) 0%, rgba(29, 78, 216, 0.94) 45%, rgba(16, 185, 129, 0.92) 100%);
    border: 1px solid rgba(37, 99, 235, 0.24);
    box-shadow: 0 22px 56px rgba(37, 99, 235, 0.24);
}

[b-al332t5dcv] .subscription-hero__copy {
    position: relative;
    z-index: 1;
}

[b-al332t5dcv] .subscription-chip {
    margin-bottom: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
}

[b-al332t5dcv] .subscription-hero__title {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.05;
}

[b-al332t5dcv] .subscription-hero__subtitle {
    max-width: 54rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
}

[b-al332t5dcv] .subscription-hero__summary {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

[b-al332t5dcv] .subscription-hero__summary-label {
    margin-bottom: 8px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

[b-al332t5dcv] .subscription-hero__summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

[b-al332t5dcv] .subscription-hero__summary-value {
    display: block;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 800;
}

[b-al332t5dcv] .subscription-hero__summary-caption {
    display: block;
    color: #64748b;
    font-size: 0.82rem;
}

[b-al332t5dcv] .subscription-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

[b-al332t5dcv] .subscription-step {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 14px 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.16);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

[b-al332t5dcv] .subscription-step--active {
    border-color: rgba(37, 99, 235, 0.55);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), #ffffff 58%);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.16);
}

[b-al332t5dcv] .subscription-step--done {
    border-color: rgba(16, 185, 129, 0.48);
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(255, 255, 255, 1));
    box-shadow: 0 18px 36px rgba(16, 185, 129, 0.12);
}

[b-al332t5dcv] .subscription-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-weight: 800;
    flex-shrink: 0;
}

[b-al332t5dcv] .subscription-step--done .subscription-step__index {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
}

[b-al332t5dcv] .subscription-step__body {
    flex: 1;
}

[b-al332t5dcv] .subscription-shell {
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(37, 99, 235, 0.14);
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.1);
    backdrop-filter: blur(12px);
}

[b-al332t5dcv] .subscription-section__heading {
    margin-bottom: 18px;
}

[b-al332t5dcv] .subscription-section__heading h4,
[b-al332t5dcv] .subscription-section__heading .mud-typography-h4 {
    margin-bottom: 8px;
    color: #0f172a;
    font-weight: 800;
}

[b-al332t5dcv] .subscription-section__heading .mud-typography-body1 {
    max-width: 56rem;
    color: #475569;
    line-height: 1.65;
}

[b-al332t5dcv] .plan-grid .mud-grid-item {
    display: flex;
}

[b-al332t5dcv] .plan-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.18);
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.09) 0%, #ffffff 34%, #f8fbff 100%);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

[b-al332t5dcv] .plan-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.38);
    box-shadow: 0 22px 44px rgba(37, 99, 235, 0.18);
}

[b-al332t5dcv] .plan-card--selected {
    border-color: rgba(16, 185, 129, 0.65);
    box-shadow: 0 24px 46px rgba(16, 185, 129, 0.22);
}

[b-al332t5dcv] .plan-card--premium {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.16) 0%, #ffffff 36%, #f7fffc 100%);
    border-color: rgba(16, 185, 129, 0.48);
}

[b-al332t5dcv] .plan-card__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 18px;
}

[b-al332t5dcv] .plan-card__badge {
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

[b-al332t5dcv] .plan-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

[b-al332t5dcv] .plan-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 1.1rem;
}

[b-al332t5dcv] .plan-card__icon--blue {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

[b-al332t5dcv] .plan-card__icon--green {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.22);
}

[b-al332t5dcv] .plan-card__price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    color: #0f172a;
}

[b-al332t5dcv] .plan-card__currency {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

[b-al332t5dcv] .plan-card__amount {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
    color: #2563eb;
}

[b-al332t5dcv] .plan-card--premium .plan-card__amount {
    color: #059669;
}

[b-al332t5dcv] .plan-card__period {
    color: #64748b;
    font-size: 0.92rem;
    margin-bottom: 4px;
}

[b-al332t5dcv] .plan-card__highlight {
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 0.94rem;
    line-height: 1.55;
}

[b-al332t5dcv] .plan-card__highlight--blue {
    background: rgba(37, 99, 235, 0.14);
    color: #1e3a8a;
    border-left: 4px solid #2563eb;
}

[b-al332t5dcv] .plan-card__highlight--green {
    background: rgba(16, 185, 129, 0.16);
    color: #065f46;
    border-left: 4px solid #10b981;
}

[b-al332t5dcv] .plan-card__feature-list {
    display: grid;
    gap: 10px;
}

[b-al332t5dcv] .plan-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.5;
}

[b-al332t5dcv] .plan-card__feature .mud-icon-root {
    color: #2563eb;
    margin-top: 2px;
}

[b-al332t5dcv] .plan-card__feature--green .mud-icon-root {
    color: #10b981;
}

[b-al332t5dcv] .plan-card__actions {
    padding: 0 18px 18px;
}

[b-al332t5dcv] .info-panel,
[b-al332t5dcv] .form-panel,
[b-al332t5dcv] .logo-panel,
[b-al332t5dcv] .payment-summary,
[b-al332t5dcv] .payment-panel {
    height: 100%;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.14);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

[b-al332t5dcv] .info-panel {
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.12) 0%, #ffffff 76%);
}

[b-al332t5dcv] .info-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

[b-al332t5dcv] .mini-summary {
    padding: 14px;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.15);
    color: #1e3a8a;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

[b-al332t5dcv] .subscription-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

[b-al332t5dcv] .formalization-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(16, 185, 129, 0.16));
    border: 1px solid rgba(37, 99, 235, 0.22);
}

[b-al332t5dcv] .formalization-banner__copy {
    max-width: 44rem;
}

[b-al332t5dcv] .logo-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-al332t5dcv] .logo-panel__header {
    display: grid;
    gap: 4px;
}

[b-al332t5dcv] .logo-panel__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(16, 185, 129, 0.08));
    border: 2px dashed rgba(37, 99, 235, 0.42);
}

[b-al332t5dcv] .logo-panel__placeholder {
    display: grid;
    gap: 10px;
    justify-items: center;
    color: #64748b;
    text-align: center;
    padding: 20px;
}

[b-al332t5dcv] .payment-summary {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.16) 0%, #ffffff 80%);
}

[b-al332t5dcv] .payment-summary__list {
    display: grid;
    gap: 12px;
}

[b-al332t5dcv] .payment-summary__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(37, 99, 235, 0.08);
    color: #334155;
    border: 1px solid rgba(37, 99, 235, 0.12);
}

[b-al332t5dcv] .payment-summary__item strong {
    color: #0f172a;
    text-align: right;
}

[b-al332t5dcv] .payment-summary__item--accent {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(16, 185, 129, 0.28);
}

[b-al332t5dcv] .payment-panel__legal {
    display: block;
    margin-top: 16px;
    color: #64748b;
}

@media (max-width: 1199.98px) {
    [b-al332t5dcv] .subscription-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 959.98px) {
    [b-al332t5dcv] .subscription-steps {
        grid-template-columns: 1fr;
    }

    [b-al332t5dcv] .formalization-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 599.98px) {
    [b-al332t5dcv] .subscription-page {
        padding-top: 8px;
    }

    [b-al332t5dcv] .subscription-hero,
    [b-al332t5dcv] .subscription-shell {
        padding: 14px;
        border-radius: 22px;
    }

    [b-al332t5dcv] .subscription-hero__summary-grid {
        grid-template-columns: 1fr;
    }

    [b-al332t5dcv] .subscription-actions {
        flex-direction: column-reverse;
    }

    [b-al332t5dcv] .subscription-actions .mud-button-root {
        width: 100%;
    }

    [b-al332t5dcv] .payment-summary__item {
        flex-direction: column;
    }

    [b-al332t5dcv] .logo-panel__preview {
        min-height: 220px;
    }
}
/* /Shared/Components/QuantityInput.razor.rz.scp.css */
[b-ipo7ig108b] .quantity-field {
    margin-top: 0;
    margin-bottom: 0;
}

[b-ipo7ig108b] .quantity-field .mud-input {
    border-radius: 0 !important;
}

[b-ipo7ig108b] .quantity-field .mud-input > input {
    text-align: center !important;
    font-size: 1.1rem;
    font-weight: 500;
}

[b-ipo7ig108b] .quantity-field .mud-input-outlined-border {
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
}

[b-ipo7ig108b] .quantity-btn {
    box-shadow: none !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-p9x7prkojr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-p9x7prkojr] {
    flex: 1;
}

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

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

    .top-row[b-p9x7prkojr]  a, .top-row .btn-link[b-p9x7prkojr] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p9x7prkojr] {
        display: none;
    }

    .top-row.auth[b-p9x7prkojr] {
        justify-content: space-between;
    }

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

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

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

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

    .main > div[b-p9x7prkojr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jnpyz588zr] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-jnpyz588zr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-jnpyz588zr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-jnpyz588zr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PuntoDeVentaLayout.razor.rz.scp.css */
.page[b-ejnieqh27o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ejnieqh27o] {
    flex: 1;
}

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

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

    .top-row[b-ejnieqh27o]  a, .top-row .btn-link[b-ejnieqh27o] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ejnieqh27o] {
        display: none;
    }

    .top-row.auth[b-ejnieqh27o] {
        justify-content: space-between;
    }

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

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

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

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

    .main > div[b-ejnieqh27o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
