/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.login-wrapper[b-wyv6gjhrut] { max-width: 420px; margin: 0 auto; }
.login-input.form-control[b-wyv6gjhrut] { background-color:#eeeeef; border:1px solid #E5E7EB; border-radius:8px; height:48px; }
.login-input[b-wyv6gjhrut]::placeholder { letter-spacing:0.03em; }
.login-submit[b-wyv6gjhrut] { height:48px; border-radius:8px; }
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Account/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-77b5nh1e7m] {
    max-width: 420px;
    margin: 0 auto;
}

.login-google-btn[b-77b5nh1e7m] {
    background-color: #fff;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.login-google-btn:hover[b-77b5nh1e7m] {
    background-color: #fff;
    border-color: var(--color-primary);
}

.login-google-btn:focus[b-77b5nh1e7m] {
    outline: none;
    box-shadow: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem var(--color-primary);
}

.provider-icon[b-77b5nh1e7m] { width: 18px; height: 18px; }

.login-separator[b-77b5nh1e7m] {
    text-align: center;
    color: #6b7280;
    margin: 12px 0 16px 0;
}

.login-input.form-control[b-77b5nh1e7m] {
    background-color: #eeeeef;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    height: 48px;
}

.login-input[b-77b5nh1e7m]::placeholder {
    letter-spacing: 0.03em;
}

.login-submit[b-77b5nh1e7m] {
    height: 48px;
    border-radius: 8px;
}

/* link colors inherit from global app.css helpers */
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Account/Pages/Register.razor.rz.scp.css */
.login-wrapper[b-uvepckbjh3] {
    max-width: 420px;
    margin: 0 auto;
}
.login-google-btn[b-uvepckbjh3] { background-color:#fff; border:1px solid #D1D5DB; border-radius:10px; padding:10px 16px; font-weight:600; display:flex; align-items:center; justify-content:center; gap:10px; }
.login-google-btn:hover[b-uvepckbjh3] { background-color:#fff; border-color: var(--color-primary); }
.login-google-btn:focus[b-uvepckbjh3] { outline:none; box-shadow: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem var(--color-primary); }
.provider-icon[b-uvepckbjh3] { width: 18px; height: 18px; }
.login-separator[b-uvepckbjh3] { text-align:center; color:#6b7280; margin:12px 0 16px 0; }
.login-input.form-control[b-uvepckbjh3] { background-color:#eeeeef; border:1px solid #E5E7EB; border-radius:8px; height:48px; }
.login-input[b-uvepckbjh3]::placeholder { letter-spacing:0.03em; }
.login-submit[b-uvepckbjh3] { height:48px; border-radius:8px; }
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.login-wrapper[b-480fku89aw] { max-width: 420px; margin: 0 auto; }
.login-input.form-control[b-480fku89aw] { background-color:#eeeeef; border:1px solid #E5E7EB; border-radius:8px; height:48px; }
.login-input[b-480fku89aw]::placeholder { letter-spacing:0.03em; }
.login-submit[b-480fku89aw] { height:48px; border-radius:8px; }
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
/* Card-style wrapper for manage pages matching Figma mock */
.manage-card[b-m5c7ul0q1x] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    padding: .75rem;
    max-width: 720px; /* do not span full page; match content width */
}

/* Make the first heading act as the card header */
/* Style the first heading inside the card as a header (crosses component boundary) */
.manage-card[b-m5c7ul0q1x]  h1:first-child,
.manage-card[b-m5c7ul0q1x]  h2:first-child,
.manage-card[b-m5c7ul0q1x]  h3:first-child,
.manage-card[b-m5c7ul0q1x]  h4:first-child,
.manage-card[b-m5c7ul0q1x]  h5:first-child,
.manage-card[b-m5c7ul0q1x]  h6:first-child {
    margin: -.75rem -.75rem 0 -.75rem; /* stretch header to edges */
    padding: .6rem .875rem;
    border-bottom: 1px solid #d6d5d5; /* clearer separation line */
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    background: #ffffff;
}

/* Subtle spacing for content blocks inside the card */
.manage-card > * + *[b-m5c7ul0q1x] { margin-top: 1rem; }

/* Add breathing room between header separator and first content block */
.manage-card[b-m5c7ul0q1x]  h1:first-child + *,
.manage-card[b-m5c7ul0q1x]  h2:first-child + *,
.manage-card[b-m5c7ul0q1x]  h3:first-child + *,
.manage-card[b-m5c7ul0q1x]  h4:first-child + *,
.manage-card[b-m5c7ul0q1x]  h5:first-child + *,
.manage-card[b-m5c7ul0q1x]  h6:first-child + * {
    padding-top: .5rem;
}

/* Ensure alerts (StatusMessage) have clear separation from the header */
.manage-card[b-m5c7ul0q1x]  h1:first-child + .alert,
.manage-card[b-m5c7ul0q1x]  h2:first-child + .alert,
.manage-card[b-m5c7ul0q1x]  h3:first-child + .alert,
.manage-card[b-m5c7ul0q1x]  h4:first-child + .alert,
.manage-card[b-m5c7ul0q1x]  h5:first-child + .alert,
.manage-card[b-m5c7ul0q1x]  h6:first-child + .alert {
    margin-top: .75rem;
}

/* Also add spacing when the first content is a text info note */
.manage-card[b-m5c7ul0q1x]  h1:first-child + .text-info,
.manage-card[b-m5c7ul0q1x]  h2:first-child + .text-info,
.manage-card[b-m5c7ul0q1x]  h3:first-child + .text-info,
.manage-card[b-m5c7ul0q1x]  h4:first-child + .text-info,
.manage-card[b-m5c7ul0q1x]  h5:first-child + .text-info,
.manage-card[b-m5c7ul0q1x]  h6:first-child + .text-info {
    margin-top: .75rem;
    display: block;
}

/* Avoid Bootstrap .row negative margins from bleeding out of the card */
/* Make single-column forms fill the card width */
.manage-card[b-m5c7ul0q1x]  .col-xl-6 { flex: 0 0 100%; max-width: 100%; }

/* Typography and controls sizing inside the card (slightly more compact) */
.manage-card[b-m5c7ul0q1x]  { line-height: 1.4; }
.manage-card[b-m5c7ul0q1x]  h1 { font-size: 1.25rem; }
.manage-card[b-m5c7ul0q1x]  h2 { font-size: 1.15rem; }
.manage-card[b-m5c7ul0q1x]  h3 { font-size: 1.05rem; font-weight: 600; }
.manage-card[b-m5c7ul0q1x]  h4 { font-size: 1rem; font-weight: 600; }
/* Revert input controls to Bootstrap defaults inside the card */

/* Submit button sizing and alignment: normal width, right-aligned */
.manage-card[b-m5c7ul0q1x]  form .btn[type="submit"] {
    width: auto !important; /* override w-100 utility */
    float: right;
}
.manage-card[b-m5c7ul0q1x]  form::after { content: ""; display: block; clear: both; }

/* Override right-float in specific rows where actions are grouped inline */
.manage-card[b-m5c7ul0q1x]  form.no-float .btn[type="submit"] { float: none; }

/* Horizontal actions row for aligned buttons/links */
.manage-card[b-m5c7ul0q1x]  .actions-row {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: .5rem;
}

/* Info notes styling within manage pages (avoid Bootstrap blue) */
.manage-card[b-m5c7ul0q1x]  .alert-info {
    background-color: var(--color-light) !important;
    color: var(--color-dark) !important;
    border-color: #d6d5d5 !important;
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-left-color: var(--color-primary) !important;
}

.manage-card[b-m5c7ul0q1x]  .text-info {
    color: var(--color-dark) !important;
    background: var(--color-light);
    border: 1px solid #d6d5d5;
    border-left: 3px solid var(--color-primary);
    padding: .6rem .75rem;
    border-radius: .5rem;
}
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
/* Horizontal button-like nav for Profile area */
.manage-tabs[b-07etrqnmzp] {
    margin-bottom: 1rem;
    gap: .5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: none; /* remove tab underline */
    -webkit-overflow-scrolling: touch;
    padding-bottom: .25rem;
    /* Override Bootstrap nav-link variables within scope */
    --bs-nav-link-color: #6B7280;
    --bs-nav-link-hover-color: #1F1F1F;
}

.manage-tabs .nav-item[b-07etrqnmzp] { display: inline-block; }

.manage-tabs[b-07etrqnmzp]  .nav-link {
    display: inline-block;
    color: var(--bs-nav-link-color) !important; /* ensure override */
    background: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    padding: .35rem .7rem;
    margin-right: 1rem;
    font-weight: 500;
    text-decoration: none !important;
}

/* Hover state (deep to reach NavLink anchor) */
.manage-tabs[b-07etrqnmzp]  .nav-link:hover {
    background-color: var(--color-light) !important;
    color: #1F1F1F !important;
}

/* Also apply hover when the li is hovered (covers padding gaps) */
.manage-tabs .nav-item:hover[b-07etrqnmzp] >  .nav-link {
    background-color: var(--color-light) !important;
    color: #1F1F1F !important;
}

/* Active state: apply pill background firmly */
.manage-tabs[b-07etrqnmzp]  .nav-link.active,
.manage-tabs[b-07etrqnmzp]  .nav-link[aria-current="page"] {
    background-color: var(--color-light) !important; /* same as hover */
    color: #1F1F1F !important;
    border: none !important;
}

/* Keep active on brand background when hovered */
.manage-tabs[b-07etrqnmzp]  .nav-link.active:hover,
.manage-tabs[b-07etrqnmzp]  .nav-link[aria-current="page"]:hover { background-color: var(--color-light) !important; color: #1F1F1F !important; }

/* Ensure visited state doesn't turn blue/purple */
.manage-tabs[b-07etrqnmzp]  .nav-link:visited { color: #6B7280 !important; }
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Layout/LoginLayout.razor.rz.scp.css */
#blazor-error-ui[b-vo4djp3m9n] {
    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-vo4djp3m9n] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.login-brand a[b-vo4djp3m9n] {
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
}

.login-page[b-vo4djp3m9n] { background: #ffffff; }
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xkmicg2xdd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-xkmicg2xdd] {
    background-color: #ffffff;
    border-right: 0.5px solid #B0B0B0;
}

.top-row[b-xkmicg2xdd] {
    background-color: #ffffff;
    border-bottom: 0.5px solid #B0B0B0;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

.header-bar[b-xkmicg2xdd] { gap: 1rem; }
.header-brand[b-xkmicg2xdd] { font-weight: 800; color: #1F1F1F; }
.header-title[b-xkmicg2xdd] { font-weight: 800; color: #1F1F1F; font-size: 1.25rem; line-height: 1.2; }

/* Login info styles */
.login-info[b-xkmicg2xdd] { color: #111827; text-decoration: none; gap: .5rem; display: inline-flex; align-items: center; }
/* Styles for child component elements (CSS isolation): use ::deep */
[b-xkmicg2xdd] .login-info-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid #e5e7eb; display: inline-block; overflow: hidden; }
[b-xkmicg2xdd] .login-info-initials { width: 32px; height: 32px; border-radius: 50%; background: #000000; color: #ffffff; display: none; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; border: 1px solid #000000; }
[b-xkmicg2xdd] .login-info-initials.show { display: inline-flex; }
[b-xkmicg2xdd] .login-dd { position: relative; }
[b-xkmicg2xdd] .login-dd > summary { list-style: none; cursor: pointer; }
[b-xkmicg2xdd] .login-dd > summary::-webkit-details-marker { display: none; }
[b-xkmicg2xdd] .login-menu { position: absolute; right: 0; top: calc(100% + .5rem); background: #fff; border: 1px solid #e5e7eb; border-radius: .5rem; padding: 0; min-width: 160px; box-shadow: 0 4px 12px rgba(0,0,0,.08); overflow: hidden; }
[b-xkmicg2xdd] .login-dd[open] .login-menu { display: block; }
[b-xkmicg2xdd] .login-menu { display: none; }
[b-xkmicg2xdd] .login-menu-item { display: block; padding: .5rem .75rem; color: #111827; text-decoration: none !important; border-radius: 0; width: 100%; box-sizing: border-box; text-align: left; margin: 0; }
[b-xkmicg2xdd] .login-menu-item:hover { background: #F3F4F6; color: #111827; text-decoration: none !important; }
[b-xkmicg2xdd] .login-menu-item:focus { background: #EEF2FF; outline: none; text-decoration: none !important; }
[b-xkmicg2xdd] .login-menu-item.as-form { margin: 0; padding: 0; }
[b-xkmicg2xdd] .login-menu-item.as-form .btn { display:block; width:100%; text-align:left; padding: .5rem .75rem; margin: 0; color: #111827; text-decoration: none !important; background: none; border: none; border-radius: 0; box-sizing: border-box; }
[b-xkmicg2xdd] .login-menu-item.as-form .btn:hover { background: #F3F4F6; color: #111827; text-decoration: none; }
.login-info-name[b-xkmicg2xdd] { font-weight: 600; }

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

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

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

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

    .header-title[b-xkmicg2xdd] { font-size: 1.125rem; }
}

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

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

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

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

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

/* Content area background to match sidebar */
article.content[b-xkmicg2xdd] {
    background-color: #ffffff;
}

#blazor-error-ui[b-xkmicg2xdd] {
    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-xkmicg2xdd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Borlantrix.FigmaToPdf.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iajp4gl7us] {
    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-iajp4gl7us] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-iajp4gl7us] {
    min-height: 3.5rem;
    background-color: #1F1F1F;
}

.navbar-brand[b-iajp4gl7us] {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 700;
}

.bi[b-iajp4gl7us] {
    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-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' 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-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' 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-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' 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");
}

.bi-lock-nav-menu[b-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-iajp4gl7us] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

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

    .nav-item:first-of-type[b-iajp4gl7us] { padding-top: 0.5rem; }
    .nav-item:last-of-type[b-iajp4gl7us] { padding-bottom: 0.5rem; }

.nav-item[b-iajp4gl7us]  .nav-link { 
        color: #1F1F1F;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.25rem;
        display: flex;
        align-items: center;
        line-height: 2.25rem;
        width: 100%;
        padding-left: .25rem;
        padding-right: .25rem;
    }

/* Remove utility padding so active fills full width */
.nav-item.px-3[b-iajp4gl7us] { padding-left: 0 !important; padding-right: 0 !important; }

/* Make links own the horizontal padding */
.nav-item[b-iajp4gl7us]  .nav-link { 
    color: #1F1F1F;
    background: none;
    border: none;
    border-radius: 4px;
    height: 2.25rem;
    display: flex;
    align-items: center;
    line-height: 2.25rem;
    width: 100%;
    padding-left: 1.25rem; /* was .25rem + parent px-3(1rem) */
    padding-right: 1.25rem;
}

.nav-item[b-iajp4gl7us]  a.active {
    background-color: #F7E3A0; /* softer yellow for active menu */
    color: #1F1F1F;
    border-left: none;
    border-radius: 0;
}

.nav-item[b-iajp4gl7us]  .nav-link:hover { background-color: #F4F5F0; color: #1F1F1F; }
/* Keep active item on soft yellow even when hovered */
.nav-item[b-iajp4gl7us]  a.active:hover { background-color: #F7E3A0; color: #1F1F1F; }

/* Outline SVG icon styling */
.nav-item[b-iajp4gl7us]  .nav-link svg {
    width: .95rem;
    height: .95rem;
    margin-right: .4rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* (Reverted) Using only outline icons for all menu states */

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

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

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

    .nav-scrollable[b-iajp4gl7us] {
        /* 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/Borlantrix.FigmaToPdf.WebApp/Components/Pages/Billing.razor.rz.scp.css */
:host[b-r5qh0duiuq] {
    display: block;
    background: var(--color-background, #f9fafb);
    min-height: 100vh;
    padding: 2rem 1.5rem 3rem;
}

.billing-page[b-r5qh0duiuq] {
    max-width: 760px;
    margin-right: auto;
}

.billing-tabs-wrapper[b-r5qh0duiuq] {
    margin-bottom: 1rem;
}

.billing-tabs[b-r5qh0duiuq] {
    display: flex;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.billing-tab[b-r5qh0duiuq] {
    background: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    padding: .35rem .7rem;
    color: #6b7280;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.billing-tab:hover[b-r5qh0duiuq] {
    background-color: var(--color-light, #f3f4f6);
    color: #1f1f1f;
}

.billing-tab.active[b-r5qh0duiuq] {
    background-color: var(--color-light, #f3f4f6);
    color: #1f1f1f;
    border-color: transparent;
}

.billing-card[b-r5qh0duiuq] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    width: 100%;
    padding: .75rem;
}

.billing-card__header[b-r5qh0duiuq] {
    margin: -.75rem -.75rem 0 -.75rem;
    padding: .6rem .875rem;
    border-bottom: 1px solid #d6d5d5;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    background: #ffffff;
}

.billing-card__title[b-r5qh0duiuq] {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
}

.billing-card__body[b-r5qh0duiuq] {
    padding-top: 1rem;
    line-height: 1.4;
}

.billing-card__body > * + *[b-r5qh0duiuq] {
    margin-top: 1.25rem;
}

.billing-tabpanel[b-r5qh0duiuq] {
    margin-top: 1rem;
}

.billing-section[b-r5qh0duiuq] {
    margin-top: 1.5rem;
}

.billing-actions[b-r5qh0duiuq] {
    margin-top: 1.5rem;
}

.billing-section legend[b-r5qh0duiuq] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.plans-section[b-r5qh0duiuq] {
    margin-top: 1rem;
}

.plan-grid[b-r5qh0duiuq] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.plan-card[b-r5qh0duiuq] {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    padding: 1rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.plan-card:hover[b-r5qh0duiuq] {
    border-color: var(--color-primary, #2563eb);
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.12);
}

.plan-card--active[b-r5qh0duiuq] {
    border-color: var(--color-primary, #2563eb);
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.14);
}

.plan-card header h5[b-r5qh0duiuq] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}

.plan-price[b-r5qh0duiuq] {
    margin: .35rem 0 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.plan-period[b-r5qh0duiuq] {
    font-size: .9rem;
    color: #6b7280;
    margin-left: .25rem;
}

.plan-description[b-r5qh0duiuq] {
    margin: 0;
    color: #4b5563;
    font-size: .95rem;
}

.plan-features[b-r5qh0duiuq] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    color: #4b5563;
    font-size: .95rem;
}

.plan-features strong[b-r5qh0duiuq] {
    color: #111827;
}

.plan-actions[b-r5qh0duiuq] {
    margin-top: auto;
}

.plan-reference[b-r5qh0duiuq] {
    margin: 0;
    font-size: .85rem;
}

.checkout-panel[b-r5qh0duiuq] {
    margin-top: .75rem;
    border: 1px dashed #cbd5f5;
    border-radius: .5rem;
    padding: .75rem;
    background: #f8fafc;
}

.revolut-card-field[b-r5qh0duiuq] {
    min-height: 56px;
    border: 1px solid #d1d5db;
    border-radius: .5rem;
    padding: .5rem;
    background: #ffffff;
    margin-bottom: .75rem;
}

.checkout-actions[b-r5qh0duiuq] {
    display: flex;
    gap: .75rem;
    align-items: center;
}

.checkout-status[b-r5qh0duiuq] {
    margin-top: .5rem;
    font-size: .9rem;
}

.payment-method-form[b-r5qh0duiuq] {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    :host[b-r5qh0duiuq] {
        padding: 1.5rem 1rem 2rem;
    }

    .billing-page[b-r5qh0duiuq] {
        max-width: 100%;
    }

    .billing-tabs[b-r5qh0duiuq] {
        gap: .3rem;
    }

    .billing-tab[b-r5qh0duiuq] {
        flex: 1 1 auto;
        text-align: center;
    }
}
