/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.account-manage-layout[b-f6kqq0373a] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.account-manage-hero[b-f6kqq0373a] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 32rem),
        #fff;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.06);
}

.account-manage-hero-icon[b-f6kqq0373a] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.account-manage-hero-icon .material-symbols-outlined[b-f6kqq0373a] {
    font-size: 2rem;
}

.account-manage-eyebrow[b-f6kqq0373a] {
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.account-manage-hero h2[b-f6kqq0373a] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.account-manage-hero p[b-f6kqq0373a] {
    margin: 0.25rem 0 0;
    color: #64748b;
}

.account-manage-sidebar[b-f6kqq0373a],
.account-manage-content[b-f6kqq0373a] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.05);
}

.account-manage-sidebar[b-f6kqq0373a] {
    position: sticky;
    top: 1rem;
    padding: 0.75rem;
}

.account-manage-sidebar-title[b-f6kqq0373a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.account-manage-sidebar-title .material-symbols-outlined[b-f6kqq0373a] {
    font-size: 1.15rem;
}

.account-manage-content[b-f6kqq0373a] {
    padding: 1.5rem;
    min-height: 26rem;
}

@media (max-width: 991.98px) {
    .account-manage-sidebar[b-f6kqq0373a] {
        position: static;
    }

    .account-manage-content[b-f6kqq0373a] {
        padding: 1rem;
    }

    .account-manage-hero[b-f6kqq0373a] {
        align-items: flex-start;
    }
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 0.95rem;
    color: #334155;
    text-decoration: none;
    background: transparent;
    transition:
        background-color 0.16s ease,
        color 0.16s ease,
        box-shadow 0.16s ease,
        transform 0.16s ease;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item:hover {
    color: #0f172a;
    background: #f8fafc;
    transform: translateX(2px);
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item.active {
    color: #0f172a;
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item.active::before {
    content: "";
    position: absolute;
    left: 0.45rem;
    top: 0.75rem;
    bottom: 0.75rem;
    width: 0.2rem;
    border-radius: 999px;
    background: #2563eb;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item .material-symbols-outlined {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.75rem;
    font-size: 1.25rem;
    color: #64748b;
    background: #f1f5f9;
    font-variation-settings:
        'FILL' 0,
        'wght' 500,
        'GRAD' 0,
        'opsz' 24;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item.active .material-symbols-outlined {
    color: #2563eb;
    background: #dbeafe;
    font-variation-settings:
        'FILL' 1,
        'wght' 600,
        'GRAD' 0,
        'opsz' 24;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-text strong {
    font-size: 0.9rem;
    font-weight: 750;
    color: inherit;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-text small {
    margin-top: 0.2rem;
    font-size: 0.76rem;
    font-weight: 500;
    color: #64748b;
}

.account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-item.active .account-settings-nav-text small {
    color: #475569;
}

@media (max-width: 991.98px) {
    .account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav-text small {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .account-manage-sidebar[b-f6kqq0373a]  .account-settings-nav {
        grid-template-columns: 1fr;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.account-settings-nav[b-i63e9ia40e] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account-settings-nav-item[b-i63e9ia40e] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 0.95rem;
    color: #334155;
    text-decoration: none;
    background: transparent;
    transition:
        background-color 0.16s ease,
        color 0.16s ease,
        box-shadow 0.16s ease,
        transform 0.16s ease;
}

.account-settings-nav-item:hover[b-i63e9ia40e] {
    color: #0f172a;
    background: #f8fafc;
    transform: translateX(2px);
}

.account-settings-nav-item.active[b-i63e9ia40e] {
    color: #0f172a;
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
}

.account-settings-nav-item.active[b-i63e9ia40e]::before {
    content: "";
    position: absolute;
    left: 0.45rem;
    top: 0.75rem;
    bottom: 0.75rem;
    width: 0.2rem;
    border-radius: 999px;
    background: #2563eb;
}

.account-settings-nav-item .material-symbols-outlined[b-i63e9ia40e] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.75rem;
    font-size: 1.25rem;
    color: #64748b;
    background: #f1f5f9;
    font-variation-settings:
        'FILL' 0,
        'wght' 500,
        'GRAD' 0,
        'opsz' 24;
}

.account-settings-nav-item.active .material-symbols-outlined[b-i63e9ia40e] {
    color: #2563eb;
    background: #dbeafe;
    font-variation-settings:
        'FILL' 1,
        'wght' 600,
        'GRAD' 0,
        'opsz' 24;
}

.account-settings-nav-text[b-i63e9ia40e] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
}

.account-settings-nav-text strong[b-i63e9ia40e] {
    font-size: 0.9rem;
    font-weight: 750;
    color: inherit;
}

.account-settings-nav-text small[b-i63e9ia40e] {
    margin-top: 0.2rem;
    font-size: 0.76rem;
    font-weight: 500;
    color: #64748b;
}

.account-settings-nav-item.active .account-settings-nav-text small[b-i63e9ia40e] {
    color: #475569;
}

@media (max-width: 991.98px) {
    .account-settings-nav[b-i63e9ia40e] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-settings-nav-text small[b-i63e9ia40e] {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .account-settings-nav[b-i63e9ia40e] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Companies/Pages/Companies.razor.rz.scp.css */
.companies-page[b-zrz88dmn5o] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.companies-toolbar[b-zrz88dmn5o] {
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto auto;
    gap: 1.25rem;
    align-items: end;
}

.companies-search[b-zrz88dmn5o] {
    min-width: 0;
}

.companies-search .input-group-text[b-zrz88dmn5o] {
    background: #ffffff;
    color: #64748b;
}

.companies-search .input-group-text .material-symbols-outlined[b-zrz88dmn5o] {
    font-size: 20px;
}

.companies-filters[b-zrz88dmn5o] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-bottom: .12rem;
    white-space: nowrap;
}

.companies-filter-divider[b-zrz88dmn5o] {
    width: 1px;
    height: 2.25rem;
    background: #e5eaf2;
}

.companies-toolbar-actions[b-zrz88dmn5o] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .7rem;
}

.companies-summary-card[b-zrz88dmn5o] {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    min-height: 128px;
    position: relative;
    overflow: hidden;
}

.companies-summary-card[b-zrz88dmn5o]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #0b5cff;
}

.companies-summary-card > .material-symbols-outlined[b-zrz88dmn5o] {
    width: 54px;
    height: 54px;
    border-radius: .85rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.companies-summary-card small[b-zrz88dmn5o] {
    display: block;
    color: #475569;
    font-size: .92rem;
    margin-bottom: .3rem;
}

.companies-summary-card strong[b-zrz88dmn5o] {
    display: block;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    color: #0f172a;
}

.companies-summary-note[b-zrz88dmn5o] {
    display: block;
    margin-top: .42rem;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.25;
}

.companies-summary-card-primary[b-zrz88dmn5o]::before {
    background: #0b5cff;
}

.companies-summary-card-success[b-zrz88dmn5o]::before {
    background: #16a34a;
}

.companies-summary-card-success > .material-symbols-outlined[b-zrz88dmn5o] {
    background: #dcfce7;
    color: #16a34a;
}

.companies-summary-card-warning[b-zrz88dmn5o]::before {
    background: #f59e0b;
}

.companies-summary-card-warning > .material-symbols-outlined[b-zrz88dmn5o] {
    background: #fef3c7;
    color: #d97706;
}

.companies-summary-card-info[b-zrz88dmn5o]::before {
    background: #0891b2;
}

.companies-summary-card-info > .material-symbols-outlined[b-zrz88dmn5o] {
    background: #cffafe;
    color: #0891b2;
}

.companies-alert[b-zrz88dmn5o] {
    align-items: center;
}

.companies-alert > .material-symbols-outlined[b-zrz88dmn5o] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    background: #dc2626;
}

.companies-alert-close[b-zrz88dmn5o] {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
}

.companies-table .material-symbols-outlined[b-zrz88dmn5o] {
    font-size: 17px;
}

.companies-company-cell[b-zrz88dmn5o] {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.companies-avatar[b-zrz88dmn5o] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b5cff, #0946bd);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex: 0 0 auto;
}

.companies-name-link[b-zrz88dmn5o] {
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.companies-name-link:hover[b-zrz88dmn5o] {
    color: #0b5cff;
    text-decoration: underline;
}

.companies-location[b-zrz88dmn5o] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #334155;
}

.companies-location .material-symbols-outlined[b-zrz88dmn5o] {
    color: #64748b;
    font-size: 18px;
}

.companies-row-actions[b-zrz88dmn5o] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    white-space: nowrap;
}

.companies-row-archived[b-zrz88dmn5o] {
    opacity: .78;
}

.companies-row-deleted[b-zrz88dmn5o] {
    opacity: .62;
}

@media (max-width: 1199.98px) {
    .companies-toolbar[b-zrz88dmn5o] {
        grid-template-columns: 1fr;
    }

    .companies-filters[b-zrz88dmn5o] {
        flex-wrap: wrap;
    }

    .companies-toolbar-actions[b-zrz88dmn5o] {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .companies-filter-divider[b-zrz88dmn5o] {
        display: none;
    }

    .companies-filters[b-zrz88dmn5o] {
        flex-direction: column;
        align-items: flex-start;
    }

    .companies-summary-card[b-zrz88dmn5o] {
        min-height: auto;
    }

    .companies-row-actions[b-zrz88dmn5o] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Companies/Pages/CompanyEdit.razor.rz.scp.css */
.company-edit-page[b-oxz1xd3wpf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.company-edit-layout[b-oxz1xd3wpf] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1rem;
    align-items: flex-start;
}

.company-edit-main[b-oxz1xd3wpf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.company-edit-side[b-oxz1xd3wpf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 138px;
}

.company-edit-card-body[b-oxz1xd3wpf] {
    padding: 1.25rem;
}

.company-save-panel[b-oxz1xd3wpf] {
    padding: 1.25rem;
    text-align: center;
}

.company-save-icon[b-oxz1xd3wpf] {
    width: 58px;
    height: 58px;
    border-radius: .9rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .9rem;
}

.company-save-icon .material-symbols-outlined[b-oxz1xd3wpf] {
    font-size: 32px;
}

.company-save-panel h3[b-oxz1xd3wpf] {
    font-size: 1.15rem;
    font-weight: 850;
    margin-bottom: .35rem;
}

.company-save-panel p[b-oxz1xd3wpf] {
    color: #64748b;
    margin-bottom: 1rem;
}

.company-save-actions[b-oxz1xd3wpf] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.company-side-heading[b-oxz1xd3wpf] {
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 1rem;
}

.company-meta-list[b-oxz1xd3wpf] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.company-meta-list div[b-oxz1xd3wpf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #eef2f7;
}

.company-meta-list div:last-child[b-oxz1xd3wpf] {
    border-bottom: none;
    padding-bottom: 0;
}

.company-meta-list span[b-oxz1xd3wpf] {
    color: #64748b;
}

.company-meta-list strong[b-oxz1xd3wpf] {
    text-align: right;
}

@media (max-width: 1199.98px) {
    .company-edit-layout[b-oxz1xd3wpf] {
        grid-template-columns: 1fr;
    }

    .company-edit-side[b-oxz1xd3wpf] {
        position: static;
    }
}
/* /Components/Companies/Pages/CompanyItem.razor.rz.scp.css */
.company-page[b-orzrlj4ti8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.company-profile-card[b-orzrlj4ti8] {
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.company-profile-main[b-orzrlj4ti8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.company-avatar[b-orzrlj4ti8] {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #0b5cff, #0946bd);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    font-weight: 850;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(13, 110, 253, .22);
}

.company-title-row[b-orzrlj4ti8] {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap;
}

.company-title-row h2[b-orzrlj4ti8] {
    font-size: 1.6rem;
    font-weight: 850;
    letter-spacing: -.035em;
    margin: 0;
}

.company-trading-name[b-orzrlj4ti8] {
    color: #64748b;
    margin: .25rem 0 0;
}

.company-meta-row[b-orzrlj4ti8] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: .65rem;
    color: #475569;
}

.company-meta-row span[b-orzrlj4ti8] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.company-meta-row .material-symbols-outlined[b-orzrlj4ti8] {
    font-size: 18px;
    color: #64748b;
}

.company-profile-actions[b-orzrlj4ti8] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
    flex-wrap: wrap;
}

.company-layout[b-orzrlj4ti8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1rem;
    align-items: flex-start;
}

.company-main[b-orzrlj4ti8],
.company-side[b-orzrlj4ti8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.company-side[b-orzrlj4ti8] {
    position: sticky;
    top: 138px;
}

.company-card-body[b-orzrlj4ti8] {
    padding: 1.25rem;
}

.company-info-grid[b-orzrlj4ti8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.company-info-item[b-orzrlj4ti8] {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid #eef2f7;
    border-radius: .85rem;
    background: #fbfdff;
    min-width: 0;
}

.company-info-item > .material-symbols-outlined[b-orzrlj4ti8] {
    width: 38px;
    height: 38px;
    border-radius: .75rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.company-info-item small[b-orzrlj4ti8],
.company-meta-list span[b-orzrlj4ti8] {
    display: block;
    color: #64748b;
    font-size: .84rem;
    margin-bottom: .15rem;
}

.company-info-item strong[b-orzrlj4ti8],
.company-info-item a[b-orzrlj4ti8] {
    font-weight: 750;
    word-break: break-word;
}

.company-address[b-orzrlj4ti8] {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    color: #334155;
}

.company-address > .material-symbols-outlined[b-orzrlj4ti8] {
    width: 42px;
    height: 42px;
    border-radius: .8rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.company-notes[b-orzrlj4ti8] {
    white-space: pre-wrap;
    color: #334155;
    line-height: 1.6;
}

.company-muted-panel[b-orzrlj4ti8] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: .85rem;
    color: #64748b;
    background: #fbfdff;
}

.company-side-heading[b-orzrlj4ti8] {
    font-size: 1rem;
    font-weight: 850;
    margin: 0 0 1rem;
}

.company-action-list[b-orzrlj4ti8] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.company-meta-list[b-orzrlj4ti8] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.company-meta-list div[b-orzrlj4ti8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #eef2f7;
}

.company-meta-list div:last-child[b-orzrlj4ti8] {
    border-bottom: none;
    padding-bottom: 0;
}

.company-meta-list strong[b-orzrlj4ti8] {
    text-align: right;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .company-layout[b-orzrlj4ti8] {
        grid-template-columns: 1fr;
    }

    .company-side[b-orzrlj4ti8] {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .company-profile-card[b-orzrlj4ti8] {
        align-items: flex-start;
        flex-direction: column;
    }

    .company-profile-actions[b-orzrlj4ti8] {
        justify-content: flex-start;
    }

    .company-info-grid[b-orzrlj4ti8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Contacts/Pages/ContactEdit.razor.rz.scp.css */
.contact-item-page[b-5fq4durj57],
.contact-edit-page[b-5fq4durj57] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item-toolbar[b-5fq4durj57],
.contact-edit-toolbar[b-5fq4durj57] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.contact-item-actions[b-5fq4durj57] {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

.contact-item-layout[b-5fq4durj57],
.contact-edit-layout[b-5fq4durj57] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20rem;
    gap: 1rem;
    align-items: start;
}

.contact-main-column[b-5fq4durj57],
.contact-side-column[b-5fq4durj57] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.crm-card[b-5fq4durj57] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1.25rem;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.contact-hero-card[b-5fq4durj57] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
}

.contact-avatar-large[b-5fq4durj57] {
    width: 4.5rem;
    height: 4.5rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 1.35rem;
    background: #eef2ff;
    color: #3730a3;
    font-size: 1.25rem;
    font-weight: 900;
}

.contact-hero-content[b-5fq4durj57] {
    min-width: 0;
    flex: 1;
}

.contact-hero-title-row[b-5fq4durj57] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.contact-hero-title-row h2[b-5fq4durj57],
.contact-card-header h2[b-5fq4durj57],
.contact-card-header h3[b-5fq4durj57],
.contact-summary-card h3[b-5fq4durj57] {
    margin: 0;
    color: #172033;
    font-weight: 850;
}

.contact-hero-title-row p[b-5fq4durj57],
.contact-card-header p[b-5fq4durj57],
.contact-summary-card p[b-5fq4durj57] {
    margin: .25rem 0 0;
    color: #64748b;
}

.contact-company-link[b-5fq4durj57] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: .75rem;
    color: #2563eb;
    font-weight: 800;
    text-decoration: none;
}

.contact-company-link:hover[b-5fq4durj57] {
    text-decoration: underline;
}

.contact-section-card[b-5fq4durj57],
.contact-form-card[b-5fq4durj57],
.contact-summary-card[b-5fq4durj57] {
    padding: 1.25rem;
}

.contact-card-header[b-5fq4durj57] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-details-grid[b-5fq4durj57] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.contact-detail-item[b-5fq4durj57] {
    display: flex;
    gap: .75rem;
    padding: 1rem;
    border-radius: 1rem;
    background: #f8fafc;
}

.contact-detail-item > .material-symbols-outlined[b-5fq4durj57] {
    color: #64748b;
}

.contact-detail-item label[b-5fq4durj57] {
    display: block;
    margin-bottom: .15rem;
    color: #94a3b8;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.contact-detail-item p[b-5fq4durj57],
.contact-detail-item a[b-5fq4durj57] {
    margin: 0;
    color: #172033;
    font-weight: 750;
    text-decoration: none;
}

.contact-detail-item a:hover[b-5fq4durj57] {
    text-decoration: underline;
}

.contact-notes[b-5fq4durj57],
.contact-muted[b-5fq4durj57] {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.contact-notes-input[b-5fq4durj57] {
    min-height: 11rem;
    resize: vertical;
}

.contact-summary-card[b-5fq4durj57] {
    text-align: center;
}

.contact-summary-card .contact-avatar-large[b-5fq4durj57] {
    margin: 0 auto .9rem;
}

.contact-summary-card dl[b-5fq4durj57] {
    margin: 1rem 0 0;
    text-align: left;
}

.contact-summary-card dl div[b-5fq4durj57] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 0;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.contact-summary-card dt[b-5fq4durj57] {
    color: #94a3b8;
    font-weight: 800;
}

.contact-summary-card dd[b-5fq4durj57] {
    margin: 0;
    color: #172033;
    font-weight: 750;
    text-align: right;
}

.contact-summary-divider[b-5fq4durj57] {
    height: 1px;
    margin: 1rem 0;
    background: rgba(15, 23, 42, .08);
}

.contact-summary-help[b-5fq4durj57] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .9rem;
    border-radius: 1rem;
    background: #f8fafc;
    text-align: left;
}

.contact-summary-help .material-symbols-outlined[b-5fq4durj57] {
    color: #2563eb;
}

.contact-summary-help p[b-5fq4durj57] {
    margin: 0;
    font-size: .9rem;
}

.contact-loading-card[b-5fq4durj57] {
    display: grid;
    place-items: center;
    text-align: center;
    gap: .35rem;
    padding: 4rem 1rem;
    color: #64748b;
}

.contact-loading-card .material-symbols-outlined[b-5fq4durj57] {
    font-size: 3rem;
    color: #94a3b8;
}

.contact-loading-card h2[b-5fq4durj57] {
    margin: .5rem 0 0;
    color: #172033;
    font-size: 1.25rem;
    font-weight: 850;
}

.contact-loading-card p[b-5fq4durj57] {
    margin: 0 0 .75rem;
}

.contact-save-bar[b-5fq4durj57] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
}

.crm-btn-primary[b-5fq4durj57],
.crm-btn-secondary[b-5fq4durj57],
.crm-btn-danger[b-5fq4durj57] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 2.65rem;
    padding: .6rem .9rem;
    border-radius: .9rem;
    font-weight: 800;
}

.crm-btn-primary[b-5fq4durj57] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.crm-btn-primary:hover[b-5fq4durj57] {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.crm-btn-secondary[b-5fq4durj57] {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, .1);
    color: #334155;
}

.crm-btn-secondary:hover[b-5fq4durj57] {
    background: #eef2ff;
    border-color: rgba(37, 99, 235, .18);
    color: #1d4ed8;
}

.crm-btn-danger[b-5fq4durj57] {
    background: #fee2e2;
    border-color: #fecaca;
    color: #991b1b;
}

.crm-btn-danger:hover[b-5fq4durj57] {
    background: #fecaca;
    border-color: #fca5a5;
    color: #7f1d1d;
}

.crm-status[b-5fq4durj57] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
}

.crm-status-active[b-5fq4durj57] {
    background: #dcfce7;
    color: #166534;
}

.crm-status-archived[b-5fq4durj57] {
    background: #f1f5f9;
    color: #475569;
}

.crm-alert[b-5fq4durj57] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    border-radius: 1rem;
}

@media (max-width: 1000px) {
    .contact-item-layout[b-5fq4durj57],
    .contact-edit-layout[b-5fq4durj57] {
        grid-template-columns: 1fr;
    }

    .contact-side-column[b-5fq4durj57] {
        order: -1;
    }
}

@media (max-width: 700px) {
    .contact-item-toolbar[b-5fq4durj57],
    .contact-edit-toolbar[b-5fq4durj57],
    .contact-hero-title-row[b-5fq4durj57],
    .contact-card-header[b-5fq4durj57] {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-hero-card[b-5fq4durj57] {
        align-items: flex-start;
    }

    .contact-details-grid[b-5fq4durj57] {
        grid-template-columns: 1fr;
    }

    .contact-save-bar[b-5fq4durj57] {
        flex-direction: column-reverse;
    }

    .contact-save-bar .btn[b-5fq4durj57] {
        width: 100%;
    }
}
/* /Components/Contacts/Pages/ContactItem.razor.rz.scp.css */
.contact-item-page[b-k1q6h1gjmj],
.contact-edit-page[b-k1q6h1gjmj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item-toolbar[b-k1q6h1gjmj],
.contact-edit-toolbar[b-k1q6h1gjmj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.contact-item-toolbar .btn[b-k1q6h1gjmj],
.contact-profile-actions .btn[b-k1q6h1gjmj],
.contact-action-list .btn[b-k1q6h1gjmj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.contact-profile-card[b-k1q6h1gjmj] {
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.contact-profile-main[b-k1q6h1gjmj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.contact-avatar-large[b-k1q6h1gjmj] {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #0b5cff, #0946bd);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 850;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(13, 110, 253, .22);
}

.contact-title-row[b-k1q6h1gjmj] {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap;
}

.contact-title-row h2[b-k1q6h1gjmj] {
    font-size: 1.6rem;
    font-weight: 850;
    letter-spacing: -.035em;
    margin: 0;
}

.contact-subtitle[b-k1q6h1gjmj] {
    color: #64748b;
    margin: .25rem 0 0;
}

.contact-meta-row[b-k1q6h1gjmj] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: .65rem;
    color: #475569;
}

.contact-meta-row span[b-k1q6h1gjmj],
.contact-meta-row a[b-k1q6h1gjmj] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #475569;
    text-decoration: none;
    font-weight: 700;
}

.contact-meta-row a:hover[b-k1q6h1gjmj] {
    color: #0b5cff;
    text-decoration: underline;
}

.contact-meta-row .material-symbols-outlined[b-k1q6h1gjmj] {
    font-size: 18px;
    color: #64748b;
}

.contact-profile-actions[b-k1q6h1gjmj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
    flex-wrap: wrap;
}

.contact-item-layout[b-k1q6h1gjmj],
.contact-edit-layout[b-k1q6h1gjmj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1rem;
    align-items: flex-start;
}

.contact-main-column[b-k1q6h1gjmj],
.contact-side-column[b-k1q6h1gjmj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-side-column[b-k1q6h1gjmj] {
    position: sticky;
    top: 138px;
}

.contact-card-body[b-k1q6h1gjmj] {
    padding: 1.25rem;
}

.contact-details-grid[b-k1q6h1gjmj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-detail-item[b-k1q6h1gjmj] {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid #eef2f7;
    border-radius: .85rem;
    background: #fbfdff;
    min-width: 0;
}

.contact-detail-item > .material-symbols-outlined[b-k1q6h1gjmj] {
    width: 38px;
    height: 38px;
    border-radius: .75rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.contact-detail-item small[b-k1q6h1gjmj],
.contact-meta-list span[b-k1q6h1gjmj] {
    display: block;
    color: #64748b;
    font-size: .84rem;
    margin-bottom: .15rem;
}

.contact-detail-item strong[b-k1q6h1gjmj],
.contact-detail-item a[b-k1q6h1gjmj] {
    font-weight: 750;
    word-break: break-word;
}

.contact-detail-item a[b-k1q6h1gjmj] {
    color: #0b5cff;
    text-decoration: none;
}

.contact-detail-item a:hover[b-k1q6h1gjmj] {
    text-decoration: underline;
}

.contact-side-heading[b-k1q6h1gjmj] {
    font-size: 1rem;
    font-weight: 850;
    margin: 0 0 1rem;
}

.contact-action-list[b-k1q6h1gjmj] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.contact-meta-list[b-k1q6h1gjmj] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.contact-meta-list div[b-k1q6h1gjmj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #eef2f7;
}

.contact-meta-list div:last-child[b-k1q6h1gjmj] {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-meta-list strong[b-k1q6h1gjmj] {
    text-align: right;
    word-break: break-word;
}

.contact-alert[b-k1q6h1gjmj] {
    align-items: center;
}

.contact-alert > .material-symbols-outlined[b-k1q6h1gjmj] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-success.contact-alert > .material-symbols-outlined[b-k1q6h1gjmj] {
    background: #16a34a;
}

.alert-danger.contact-alert > .material-symbols-outlined[b-k1q6h1gjmj] {
    background: #dc2626;
}

.alert-warning.contact-alert > .material-symbols-outlined[b-k1q6h1gjmj] {
    background: #f59e0b;
}

@media (max-width: 1199.98px) {
    .contact-item-layout[b-k1q6h1gjmj],
    .contact-edit-layout[b-k1q6h1gjmj] {
        grid-template-columns: 1fr;
    }

    .contact-side-column[b-k1q6h1gjmj] {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .contact-profile-card[b-k1q6h1gjmj] {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-profile-actions[b-k1q6h1gjmj] {
        justify-content: flex-start;
    }

    .contact-details-grid[b-k1q6h1gjmj] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Contacts/Pages/Contacts.razor.rz.scp.css */
.contacts-page[b-owmofs3ch6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contacts-toolbar[b-owmofs3ch6] {
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto auto;
    gap: 1.25rem;
    align-items: end;
}

.contacts-search[b-owmofs3ch6] {
    min-width: 0;
}

.contacts-search .input-group-text[b-owmofs3ch6] {
    background: #ffffff;
    color: #64748b;
}

.contacts-search .input-group-text .material-symbols-outlined[b-owmofs3ch6] {
    font-size: 20px;
}

.contacts-filters[b-owmofs3ch6] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-bottom: .12rem;
    white-space: nowrap;
}

.contacts-toolbar-actions[b-owmofs3ch6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .7rem;
}

.contacts-summary-card[b-owmofs3ch6] {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    min-height: 128px;
    position: relative;
    overflow: hidden;
}

.contacts-summary-card[b-owmofs3ch6]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #0b5cff;
}

.contacts-summary-card > .material-symbols-outlined[b-owmofs3ch6] {
    width: 54px;
    height: 54px;
    border-radius: .85rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.contacts-summary-card small[b-owmofs3ch6] {
    display: block;
    color: #475569;
    font-size: .92rem;
    margin-bottom: .3rem;
}

.contacts-summary-card strong[b-owmofs3ch6] {
    display: block;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    color: #0f172a;
}

.contacts-summary-note[b-owmofs3ch6] {
    display: block;
    margin-top: .42rem;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.25;
}

.contacts-summary-card-primary[b-owmofs3ch6]::before {
    background: #0b5cff;
}

.contacts-summary-card-success[b-owmofs3ch6]::before {
    background: #16a34a;
}

.contacts-summary-card-success > .material-symbols-outlined[b-owmofs3ch6] {
    background: #dcfce7;
    color: #16a34a;
}

.contacts-summary-card-info[b-owmofs3ch6]::before {
    background: #0891b2;
}

.contacts-summary-card-info > .material-symbols-outlined[b-owmofs3ch6] {
    background: #cffafe;
    color: #0891b2;
}

.contacts-summary-card-warning[b-owmofs3ch6]::before {
    background: #f59e0b;
}

.contacts-summary-card-warning > .material-symbols-outlined[b-owmofs3ch6] {
    background: #fef3c7;
    color: #d97706;
}

.contacts-alert[b-owmofs3ch6] {
    align-items: center;
}

.contacts-alert > .material-symbols-outlined[b-owmofs3ch6] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    background: #dc2626;
}

.contacts-alert-close[b-owmofs3ch6] {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
}

.contacts-table .material-symbols-outlined[b-owmofs3ch6] {
    font-size: 17px;
}

.contacts-person-cell[b-owmofs3ch6] {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.contacts-avatar[b-owmofs3ch6] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b5cff, #0946bd);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .8rem;
    flex: 0 0 auto;
}

.contacts-name-link[b-owmofs3ch6] {
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.contacts-name-link:hover[b-owmofs3ch6] {
    color: #0b5cff;
    text-decoration: underline;
}

.contacts-company-link[b-owmofs3ch6] {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.contacts-company-link:hover[b-owmofs3ch6] {
    text-decoration: underline;
}

.contacts-row-actions[b-owmofs3ch6] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    white-space: nowrap;
}

.contacts-row-archived[b-owmofs3ch6] {
    opacity: .78;
}

@media (max-width: 1199.98px) {
    .contacts-toolbar[b-owmofs3ch6] {
        grid-template-columns: 1fr;
    }

    .contacts-filters[b-owmofs3ch6] {
        flex-wrap: wrap;
    }

    .contacts-toolbar-actions[b-owmofs3ch6] {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .contacts-filters[b-owmofs3ch6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts-summary-card[b-owmofs3ch6] {
        min-height: auto;
    }

    .contacts-row-actions[b-owmofs3ch6] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mj3r1y4zfs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mj3r1y4zfs] {
    flex: 1;
}

.sidebar[b-mj3r1y4zfs] {
    background-color: #eee;
    border-right: 1px solid #ccc;
}

.top-row[b-mj3r1y4zfs] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mj3r1y4zfs]  a, .top-row[b-mj3r1y4zfs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mj3r1y4zfs]  a:hover, .top-row[b-mj3r1y4zfs]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mj3r1y4zfs]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mj3r1y4zfs] {
        justify-content: space-between;
    }

    .top-row[b-mj3r1y4zfs]  a, .top-row[b-mj3r1y4zfs]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mj3r1y4zfs] {
        flex-direction: row;
    }

    .sidebar[b-mj3r1y4zfs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mj3r1y4zfs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mj3r1y4zfs]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mj3r1y4zfs], article[b-mj3r1y4zfs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mj3r1y4zfs] {
    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-mj3r1y4zfs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7t9so1y1lj] {
    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-7t9so1y1lj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7t9so1y1lj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7t9so1y1lj] {
    font-size: 1.1rem;
}

.nav-item[b-7t9so1y1lj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7t9so1y1lj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7t9so1y1lj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7t9so1y1lj]  .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-7t9so1y1lj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7t9so1y1lj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7t9so1y1lj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7t9so1y1lj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7t9so1y1lj] {
        display: none;
    }

    .nav-scrollable[b-7t9so1y1lj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7nkdzge1pe],
.components-reconnect-repeated-attempt-visible[b-7nkdzge1pe],
.components-reconnect-failed-visible[b-7nkdzge1pe],
.components-pause-visible[b-7nkdzge1pe],
.components-resume-failed-visible[b-7nkdzge1pe],
.components-rejoining-animation[b-7nkdzge1pe] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-retrying[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-failed[b-7nkdzge1pe],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7nkdzge1pe] {
    display: block;
}


#components-reconnect-modal[b-7nkdzge1pe] {
    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-7nkdzge1pe 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7nkdzge1pe 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7nkdzge1pe 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7nkdzge1pe]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7nkdzge1pe 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7nkdzge1pe {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7nkdzge1pe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7nkdzge1pe {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7nkdzge1pe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7nkdzge1pe] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7nkdzge1pe] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7nkdzge1pe] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7nkdzge1pe] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7nkdzge1pe] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7nkdzge1pe] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7nkdzge1pe 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7nkdzge1pe] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7nkdzge1pe {
    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/Layout/UnauthorizedLayout.razor.rz.scp.css */
.unauthorized-layout[b-3pmpgc1t69] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 32rem),
        linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.unauthorized-layout__background[b-3pmpgc1t69] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.unauthorized-layout__card[b-3pmpgc1t69] {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.12);
    padding: 2rem;
}

.unauthorized-layout__brand[b-3pmpgc1t69] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 2rem;
}

.unauthorized-layout__brand-icon[b-3pmpgc1t69] {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: #0d6efd;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unauthorized-layout__brand-icon .material-symbols-rounded[b-3pmpgc1t69] {
    font-size: 1.8rem;
}

.unauthorized-layout__brand-name[b-3pmpgc1t69] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.unauthorized-layout__brand-subtitle[b-3pmpgc1t69] {
    color: #64748b;
    font-size: 0.9rem;
}
/* /Components/Logging/Pages/LogDetail.razor.rz.scp.css */
.log-detail-page[b-xp4kxn860r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.log-detail-toolbar .btn[b-xp4kxn860r] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.log-detail-toolbar .material-symbols-outlined[b-xp4kxn860r] {
    font-size: 1.2rem;
}

.log-detail-card[b-xp4kxn860r] {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, .08);
}

.log-detail-header[b-xp4kxn860r] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.log-detail-date[b-xp4kxn860r] {
    color: var(--bs-secondary-color);
    white-space: nowrap;
}

.log-detail-chip[b-xp4kxn860r] {
    display: inline-flex;
    align-items: center;
    margin-right: .35rem;
    border-radius: 999px;
    padding: .3rem .65rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    font-size: .85rem;
    font-weight: 700;
}

.log-detail-chip--error[b-xp4kxn860r] {
    background: rgba(220, 53, 69, .1);
    color: var(--bs-danger);
}

.log-detail-chip--debug[b-xp4kxn860r] {
    background: rgba(108, 117, 125, .14);
    color: var(--bs-secondary-color);
}

.log-detail-chip--system[b-xp4kxn860r] {
    background: rgba(13, 110, 253, .1);
    color: var(--bs-primary);
}

.log-detail-chip--activity[b-xp4kxn860r] {
    background: rgba(25, 135, 84, .1);
    color: var(--bs-success);
}

.log-detail-grid[b-xp4kxn860r] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.log-detail-grid div[b-xp4kxn860r] {
    padding: .85rem;
    border-radius: .85rem;
    background: var(--bs-tertiary-bg);
}

.log-detail-grid dt[b-xp4kxn860r] {
    margin-bottom: .25rem;
    color: var(--bs-secondary-color);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.log-detail-grid dd[b-xp4kxn860r] {
    margin: 0;
    overflow-wrap: anywhere;
}

.log-detail-message h3[b-xp4kxn860r] {
    margin-bottom: .75rem;
    font-size: 1rem;
    font-weight: 700;
}

.log-detail-message pre[b-xp4kxn860r] {
    overflow: auto;
    min-height: 14rem;
    margin: 0;
    padding: 1rem;
    border-radius: .85rem;
    background: #111827;
    color: #f8fafc;
    white-space: pre-wrap;
}

.log-detail-empty[b-xp4kxn860r] {
    display: flex;
    min-height: 14rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--bs-secondary-color);
    text-align: center;
}

.log-detail-empty .material-symbols-outlined[b-xp4kxn860r] {
    font-size: 2.4rem;
}

@media (max-width: 767.98px) {
    .log-detail-header[b-xp4kxn860r] {
        flex-direction: column;
    }

    .log-detail-grid[b-xp4kxn860r] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Logging/Pages/Logs.razor.rz.scp.css */
.logs-page[b-m56dktprs3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.logs-summary-card[b-m56dktprs3] {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    min-height: 128px;
    position: relative;
    overflow: hidden;
}

.logs-summary-card[b-m56dktprs3]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #0b5cff;
}

.logs-summary-card > .material-symbols-outlined[b-m56dktprs3] {
    width: 54px;
    height: 54px;
    border-radius: .85rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.logs-summary-card small[b-m56dktprs3] {
    display: block;
    color: #475569;
    font-size: .92rem;
    margin-bottom: .3rem;
}

.logs-summary-card strong[b-m56dktprs3] {
    display: block;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    color: #0f172a;
}

.logs-summary-note[b-m56dktprs3] {
    display: block;
    margin-top: .42rem;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.25;
}

.logs-summary-card-primary[b-m56dktprs3]::before {
    background: #0b5cff;
}

.logs-summary-card-danger[b-m56dktprs3]::before {
    background: #dc2626;
}

.logs-summary-card-danger > .material-symbols-outlined[b-m56dktprs3] {
    background: #fee2e2;
    color: #dc2626;
}

.logs-summary-card-info[b-m56dktprs3]::before {
    background: #0891b2;
}

.logs-summary-card-info > .material-symbols-outlined[b-m56dktprs3] {
    background: #cffafe;
    color: #0891b2;
}

.logs-summary-card-success[b-m56dktprs3]::before {
    background: #16a34a;
}

.logs-summary-card-success > .material-symbols-outlined[b-m56dktprs3] {
    background: #dcfce7;
    color: #16a34a;
}

.logs-filter-card[b-m56dktprs3] {
    padding: 1rem 1.25rem;
}

.logs-filter-grid[b-m56dktprs3] {
    display: grid;
    grid-template-columns: minmax(320px, 1.4fr) repeat(5, minmax(140px, .65fr));
    gap: 1rem;
    align-items: end;
}

.logs-search[b-m56dktprs3] {
    min-width: 0;
}

.logs-search .input-group-text[b-m56dktprs3] {
    background: #ffffff;
    color: #64748b;
}

.logs-search .input-group-text .material-symbols-outlined[b-m56dktprs3] {
    font-size: 20px;
}

.logs-filter-actions[b-m56dktprs3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .7rem;
    grid-column: 1 / -1;
}

.logs-status-alert[b-m56dktprs3],
.logs-alert[b-m56dktprs3] {
    align-items: center;
}

.logs-status-alert > .material-symbols-outlined[b-m56dktprs3],
.logs-alert > .material-symbols-outlined[b-m56dktprs3] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
}

.logs-status-alert-success > .material-symbols-outlined[b-m56dktprs3] {
    background: #16a34a;
}

.logs-status-alert-danger > .material-symbols-outlined[b-m56dktprs3],
.logs-alert > .material-symbols-outlined[b-m56dktprs3] {
    background: #dc2626;
}

.logs-alert-close[b-m56dktprs3] {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
}

.logs-table .material-symbols-outlined[b-m56dktprs3] {
    font-size: 17px;
}

.logs-date[b-m56dktprs3] {
    white-space: nowrap;
    color: #64748b;
    font-weight: 700;
}

.logs-chip[b-m56dktprs3] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.logs-chip--error[b-m56dktprs3] {
    background: #fee2e2;
    color: #991b1b;
}

.logs-chip--debug[b-m56dktprs3] {
    background: #f1f5f9;
    color: #475569;
}

.logs-chip--system[b-m56dktprs3] {
    background: #eaf2ff;
    color: #0b5cff;
}

.logs-chip--activity[b-m56dktprs3] {
    background: #dcfce7;
    color: #166534;
}

.logs-related[b-m56dktprs3] {
    max-width: 16rem;
}

.logs-related span[b-m56dktprs3] {
    display: block;
    font-weight: 800;
    color: #111827;
}

.logs-related small[b-m56dktprs3] {
    display: block;
    max-width: 15rem;
    overflow: hidden;
    color: #64748b;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logs-text[b-m56dktprs3] {
    min-width: 18rem;
    max-width: 34rem;
    color: #334155;
    line-height: 1.5;
}

.logs-row-actions[b-m56dktprs3] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    white-space: nowrap;
}

.logs-pagination[b-m56dktprs3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem 1.2rem;
    border-top: 1px solid #e5eaf2;
    color: #64748b;
}

.logs-pagination .btn[b-m56dktprs3] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

@media (max-width: 1199.98px) {
    .logs-filter-grid[b-m56dktprs3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .logs-search[b-m56dktprs3] {
        grid-column: 1 / -1;
    }

    .logs-filter-actions[b-m56dktprs3] {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .logs-summary-card[b-m56dktprs3] {
        min-height: auto;
    }

    .logs-filter-grid[b-m56dktprs3] {
        grid-template-columns: 1fr;
    }

    .logs-pagination[b-m56dktprs3] {
        align-items: flex-start;
        flex-direction: column;
    }

    .logs-pagination .btn-group[b-m56dktprs3] {
        width: 100%;
    }

    .logs-pagination .btn[b-m56dktprs3] {
        flex: 1;
        justify-content: center;
    }
}
/* /Components/Notes/Pages/NotesList.razor.rz.scp.css */
.notes-page[b-sypa80evhf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notes-toolbar[b-sypa80evhf] {
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto;
    gap: 1.25rem;
    align-items: end;
}

.notes-search[b-sypa80evhf] {
    min-width: 0;
}

.notes-search .input-group-text[b-sypa80evhf] {
    background: #ffffff;
    color: #64748b;
}

.notes-search .input-group-text .material-symbols-outlined[b-sypa80evhf] {
    font-size: 20px;
}

.notes-toolbar-actions[b-sypa80evhf] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .7rem;
}

.notes-summary-card[b-sypa80evhf] {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    min-height: 128px;
    position: relative;
    overflow: hidden;
}

.notes-summary-card[b-sypa80evhf]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #0b5cff;
}

.notes-summary-card > .material-symbols-outlined[b-sypa80evhf] {
    width: 54px;
    height: 54px;
    border-radius: .85rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.notes-summary-card small[b-sypa80evhf] {
    display: block;
    color: #475569;
    font-size: .92rem;
    margin-bottom: .3rem;
}

.notes-summary-card strong[b-sypa80evhf] {
    display: block;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    color: #0f172a;
}

.notes-summary-note[b-sypa80evhf] {
    display: block;
    margin-top: .42rem;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.25;
}

.notes-summary-card-primary[b-sypa80evhf]::before {
    background: #0b5cff;
}

.notes-summary-card-success[b-sypa80evhf]::before {
    background: #16a34a;
}

.notes-summary-card-success > .material-symbols-outlined[b-sypa80evhf] {
    background: #dcfce7;
    color: #16a34a;
}

.notes-summary-card-warning[b-sypa80evhf]::before {
    background: #f59e0b;
}

.notes-summary-card-warning > .material-symbols-outlined[b-sypa80evhf] {
    background: #fef3c7;
    color: #d97706;
}

.notes-summary-card-info[b-sypa80evhf]::before {
    background: #0891b2;
}

.notes-summary-card-info > .material-symbols-outlined[b-sypa80evhf] {
    background: #cffafe;
    color: #0891b2;
}

.notes-alert[b-sypa80evhf] {
    align-items: center;
}

.notes-alert > .material-symbols-outlined[b-sypa80evhf] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    background: #dc2626;
}

.notes-alert-close[b-sypa80evhf] {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
}

.notes-list-body[b-sypa80evhf] {
    padding: 1.25rem;
}

.notes-list[b-sypa80evhf] {
    display: grid;
    gap: .85rem;
}

.notes-list-item[b-sypa80evhf] {
    display: flex;
    gap: .9rem;
    padding: 1rem;
    border: 1px solid #e5eaf2;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.notes-list-icon[b-sypa80evhf] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: .85rem;
    color: #0b5cff;
    background: #eaf2ff;
}

.notes-list-icon .material-symbols-outlined[b-sypa80evhf] {
    font-size: 23px;
}

.notes-list-icon-company[b-sypa80evhf] {
    background: #eaf2ff;
    color: #0b5cff;
}

.notes-list-icon-contact[b-sypa80evhf] {
    background: #dcfce7;
    color: #16a34a;
}

.notes-list-icon-opportunity[b-sypa80evhf] {
    background: #fef3c7;
    color: #d97706;
}

.notes-list-content[b-sypa80evhf] {
    min-width: 0;
    flex: 1;
}

.notes-list-header[b-sypa80evhf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.notes-record-link[b-sypa80evhf] {
    color: #111827;
    font-weight: 850;
    text-decoration: none;
}

.notes-record-link:hover[b-sypa80evhf] {
    color: #0b5cff;
    text-decoration: underline;
}

.notes-record-meta[b-sypa80evhf] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .35rem;
}

.notes-record-meta small[b-sypa80evhf] {
    color: #64748b;
    font-size: .84rem;
}

.notes-record-badge[b-sypa80evhf] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: .15rem .55rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: .76rem;
    font-weight: 800;
}

.notes-record-badge-company[b-sypa80evhf] {
    background: #eaf2ff;
    color: #0b5cff;
}

.notes-record-badge-contact[b-sypa80evhf] {
    background: #dcfce7;
    color: #166534;
}

.notes-record-badge-opportunity[b-sypa80evhf] {
    background: #fef3c7;
    color: #92400e;
}

.notes-list-content p[b-sypa80evhf] {
    margin: .8rem 0 0;
    color: #334155;
    line-height: 1.6;
    white-space: pre-wrap;
}

.notes-list-content .btn[b-sypa80evhf] {
    margin-top: .9rem;
}

@media (max-width: 1199.98px) {
    .notes-toolbar[b-sypa80evhf] {
        grid-template-columns: 1fr;
    }

    .notes-toolbar-actions[b-sypa80evhf] {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .notes-summary-card[b-sypa80evhf] {
        min-height: auto;
    }

    .notes-list-item[b-sypa80evhf] {
        align-items: flex-start;
    }

    .notes-list-header[b-sypa80evhf] {
        flex-direction: column;
        gap: .75rem;
    }

    .notes-list-header .btn[b-sypa80evhf] {
        width: 100%;
    }
}
/* /Components/Notes/Shared/EntityNotes.razor.rz.scp.css */
.entity-notes-body[b-c4midmmy0c] {
    padding: 1.25rem;
}

.entity-note-composer[b-c4midmmy0c] {
    display: grid;
    gap: .75rem;
}

.entity-note-composer .form-control[b-c4midmmy0c] {
    min-height: 8rem;
    resize: vertical;
}

.entity-note-composer-footer[b-c4midmmy0c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.entity-note-composer-footer small[b-c4midmmy0c] {
    color: var(--bs-secondary-color);
}

.entity-note-list[b-c4midmmy0c] {
    display: grid;
    gap: .85rem;
    margin-top: 1.25rem;
}

.entity-note-item[b-c4midmmy0c] {
    display: flex;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
}

.entity-note-avatar[b-c4midmmy0c] {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .1);
    font-weight: 800;
    font-size: .85rem;
    letter-spacing: .01em;
}

.entity-note-content[b-c4midmmy0c] {
    min-width: 0;
    flex: 1;
}

.entity-note-meta[b-c4midmmy0c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    font-size: .85rem;
    color: var(--bs-secondary-color);
}

.entity-note-author[b-c4midmmy0c] {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.entity-note-meta strong[b-c4midmmy0c] {
    color: var(--bs-body-color);
}

.entity-note-date[b-c4midmmy0c] {
    flex: 0 0 auto;
    white-space: nowrap;
}

.entity-note-content p[b-c4midmmy0c] {
    margin: .45rem 0 0;
    white-space: pre-wrap;
    color: var(--bs-body-color);
}

.entity-note-actions[b-c4midmmy0c] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-top: .85rem;
}

.entity-note-empty[b-c4midmmy0c] {
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem;
    border: 1px dashed var(--bs-border-color);
    border-radius: 1rem;
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
}

@media (max-width: 576px) {
    .entity-note-composer-footer[b-c4midmmy0c] {
        align-items: stretch;
        flex-direction: column;
    }

    .entity-note-composer-footer .btn[b-c4midmmy0c] {
        width: 100%;
    }

    .entity-note-item[b-c4midmmy0c] {
        align-items: flex-start;
    }

    .entity-note-meta[b-c4midmmy0c] {
        align-items: flex-start;
        flex-direction: column;
        gap: .15rem;
    }

    .entity-note-date[b-c4midmmy0c] {
        white-space: normal;
    }
}
/* /Components/Opportunities/Pages/Opportunities.razor.rz.scp.css */
.opportunities-page[b-42x61efm4h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.opportunities-toolbar[b-42x61efm4h] {
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto auto;
    gap: 1.25rem;
    align-items: end;
}

.opportunities-search[b-42x61efm4h] {
    min-width: 0;
}

.opportunities-search .input-group-text[b-42x61efm4h] {
    background: #ffffff;
    color: #64748b;
}

.opportunities-search .input-group-text .material-symbols-outlined[b-42x61efm4h] {
    font-size: 20px;
}

.opportunities-filters[b-42x61efm4h] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-bottom: .12rem;
    white-space: nowrap;
}

.opportunities-stage-filter[b-42x61efm4h] {
    width: 12rem;
}

.opportunities-filter-divider[b-42x61efm4h] {
    width: 1px;
    height: 2.25rem;
    background: #e5eaf2;
}

.opportunities-toolbar-actions[b-42x61efm4h] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .7rem;
}

.opportunities-summary-card[b-42x61efm4h] {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    min-height: 128px;
    position: relative;
    overflow: hidden;
}

.opportunities-summary-card[b-42x61efm4h]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #0b5cff;
}

.opportunities-summary-card > .material-symbols-outlined[b-42x61efm4h] {
    width: 54px;
    height: 54px;
    border-radius: .85rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.opportunities-summary-card small[b-42x61efm4h] {
    display: block;
    color: #475569;
    font-size: .92rem;
    margin-bottom: .3rem;
}

.opportunities-summary-card strong[b-42x61efm4h] {
    display: block;
    font-size: 1.85rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    color: #0f172a;
}

.opportunities-summary-note[b-42x61efm4h] {
    display: block;
    margin-top: .42rem;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.25;
}

.opportunities-summary-card-primary[b-42x61efm4h]::before {
    background: #0b5cff;
}

.opportunities-summary-card-success[b-42x61efm4h]::before {
    background: #16a34a;
}

.opportunities-summary-card-success > .material-symbols-outlined[b-42x61efm4h] {
    background: #dcfce7;
    color: #16a34a;
}

.opportunities-summary-card-warning[b-42x61efm4h]::before {
    background: #f59e0b;
}

.opportunities-summary-card-warning > .material-symbols-outlined[b-42x61efm4h] {
    background: #fef3c7;
    color: #d97706;
}

.opportunities-summary-card-info[b-42x61efm4h]::before {
    background: #0891b2;
}

.opportunities-summary-card-info > .material-symbols-outlined[b-42x61efm4h] {
    background: #cffafe;
    color: #0891b2;
}

.opportunities-alert[b-42x61efm4h] {
    align-items: center;
}

.opportunities-alert > .material-symbols-outlined[b-42x61efm4h] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    background: #dc2626;
}

.opportunities-alert-close[b-42x61efm4h] {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
}

.opportunities-table .material-symbols-outlined[b-42x61efm4h] {
    font-size: 17px;
}

.opportunities-opportunity-cell[b-42x61efm4h] {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.opportunities-avatar[b-42x61efm4h] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b5cff, #0946bd);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .8rem;
    flex: 0 0 auto;
}

.opportunities-name-link[b-42x61efm4h] {
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.opportunities-name-link:hover[b-42x61efm4h] {
    color: #0b5cff;
    text-decoration: underline;
}

.opportunities-company-link[b-42x61efm4h],
.opportunities-contact-link[b-42x61efm4h] {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.opportunities-company-link:hover[b-42x61efm4h],
.opportunities-contact-link:hover[b-42x61efm4h] {
    text-decoration: underline;
}

.opportunity-stage[b-42x61efm4h] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .78rem;
    font-weight: 800;
}

.opportunity-stage-qualified[b-42x61efm4h] {
    background: #e0f2fe;
    color: #075985;
}

.opportunity-stage-proposal[b-42x61efm4h] {
    background: #fef3c7;
    color: #92400e;
}

.opportunity-stage-negotiation[b-42x61efm4h] {
    background: #fae8ff;
    color: #86198f;
}

.opportunity-stage-won[b-42x61efm4h] {
    background: #dcfce7;
    color: #166534;
}

.opportunity-stage-lost[b-42x61efm4h] {
    background: #fee2e2;
    color: #991b1b;
}

.opportunities-close-date-soon[b-42x61efm4h] {
    color: #b45309;
    font-weight: 800;
}

.opportunities-close-date-overdue[b-42x61efm4h] {
    color: #b91c1c;
    font-weight: 850;
}

.opportunities-row-actions[b-42x61efm4h] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    white-space: nowrap;
}

.opportunities-row-archived[b-42x61efm4h] {
    opacity: .78;
}

.opportunities-row-muted[b-42x61efm4h] {
    opacity: .72;
}

@media (max-width: 1199.98px) {
    .opportunities-toolbar[b-42x61efm4h] {
        grid-template-columns: 1fr;
    }

    .opportunities-filters[b-42x61efm4h] {
        flex-wrap: wrap;
    }

    .opportunities-toolbar-actions[b-42x61efm4h] {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .opportunities-filter-divider[b-42x61efm4h] {
        display: none;
    }

    .opportunities-filters[b-42x61efm4h] {
        flex-direction: column;
        align-items: flex-start;
    }

    .opportunities-stage-filter[b-42x61efm4h] {
        width: 100%;
    }

    .opportunities-summary-card[b-42x61efm4h] {
        min-height: auto;
    }

    .opportunities-row-actions[b-42x61efm4h] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Opportunities/Pages/OpportunityEdit.razor.rz.scp.css */
.opportunities-page[b-w4nwgp1n45],
.opportunity-item-page[b-w4nwgp1n45],
.opportunity-edit-page[b-w4nwgp1n45] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.crm-list-toolbar[b-w4nwgp1n45],
.opportunity-toolbar[b-w4nwgp1n45] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.opportunity-actions[b-w4nwgp1n45] {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}

.crm-section-title[b-w4nwgp1n45] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: #172033;
}

.crm-section-subtitle[b-w4nwgp1n45] {
    margin: .25rem 0 0;
    color: #6b7280;
}

.crm-card[b-w4nwgp1n45] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1.25rem;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.opportunities-filter-card[b-w4nwgp1n45],
.opportunity-form-card[b-w4nwgp1n45],
.opportunity-section-card[b-w4nwgp1n45],
.opportunity-summary-card[b-w4nwgp1n45],
.opportunity-hero-card[b-w4nwgp1n45] {
    padding: 1.25rem;
}

.opportunities-filter-form[b-w4nwgp1n45] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 12rem auto auto;
    align-items: center;
    gap: .85rem;
}

.opportunities-search[b-w4nwgp1n45] {
    position: relative;
}

.opportunities-search .material-symbols-outlined[b-w4nwgp1n45] {
    position: absolute;
    top: 50%;
    left: .85rem;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.25rem;
}

.opportunities-search .form-control[b-w4nwgp1n45] {
    padding-left: 2.65rem;
}

.opportunities-check[b-w4nwgp1n45] {
    white-space: nowrap;
}

.opportunities-list-card[b-w4nwgp1n45] {
    overflow: hidden;
}

.opportunities-table[b-w4nwgp1n45] {
    margin: 0;
}

.opportunities-table thead th[b-w4nwgp1n45] {
    padding: 1rem;
    background: #f8fafc;
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.opportunities-table tbody td[b-w4nwgp1n45] {
    padding: 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    color: #1f2937;
}

.opportunity-name[b-w4nwgp1n45],
.opportunities-link[b-w4nwgp1n45] {
    color: #2563eb;
    font-weight: 800;
    text-decoration: none;
}

.opportunity-name:hover[b-w4nwgp1n45],
.opportunities-link:hover[b-w4nwgp1n45] {
    text-decoration: underline;
}

.opportunities-muted[b-w4nwgp1n45] {
    color: #94a3b8;
    font-size: .9rem;
}

.opportunity-stage[b-w4nwgp1n45] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .78rem;
    font-weight: 800;
}

.opportunities-action[b-w4nwgp1n45] {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border-radius: .75rem;
    background: #f8fafc;
    color: #475569;
    border: 1px solid rgba(15, 23, 42, .08);
}

.opportunities-action:hover[b-w4nwgp1n45] {
    background: #eef2ff;
    color: #3730a3;
}

.opportunity-layout[b-w4nwgp1n45] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20rem;
    gap: 1rem;
    align-items: start;
}

.opportunity-main-column[b-w4nwgp1n45],
.opportunity-side-column[b-w4nwgp1n45] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.opportunity-hero-card[b-w4nwgp1n45] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.opportunity-hero-card h2[b-w4nwgp1n45],
.opportunity-form-card h2[b-w4nwgp1n45],
.opportunity-section-card h3[b-w4nwgp1n45],
.opportunity-summary-card h3[b-w4nwgp1n45] {
    margin: 0;
    color: #172033;
    font-weight: 850;
}

.opportunity-hero-card p[b-w4nwgp1n45],
.opportunity-form-card p[b-w4nwgp1n45],
.opportunity-section-card p[b-w4nwgp1n45] {
    margin: .25rem 0 0;
    color: #64748b;
    line-height: 1.6;
}

.opportunity-hero-meta[b-w4nwgp1n45] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    flex-wrap: wrap;
}

.opportunity-details-grid[b-w4nwgp1n45] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
    margin-top: 1rem;
}

.opportunity-details-grid > div[b-w4nwgp1n45] {
    padding: 1rem;
    border-radius: 1rem;
    background: #f8fafc;
}

.opportunity-details-grid label[b-w4nwgp1n45] {
    display: block;
    margin-bottom: .2rem;
    color: #94a3b8;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.opportunity-details-grid p[b-w4nwgp1n45] {
    margin: 0;
    color: #172033;
    font-weight: 800;
}

.opportunity-summary-card dl[b-w4nwgp1n45] {
    margin: 1rem 0 0;
}

.opportunity-summary-card dl div[b-w4nwgp1n45] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 0;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.opportunity-summary-card dt[b-w4nwgp1n45] {
    color: #94a3b8;
    font-weight: 800;
}

.opportunity-summary-card dd[b-w4nwgp1n45] {
    margin: 0;
    color: #172033;
    font-weight: 750;
    text-align: right;
}

.opportunity-textarea[b-w4nwgp1n45] {
    min-height: 9rem;
    resize: vertical;
}

.opportunity-save-bar[b-w4nwgp1n45] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
}

.opportunities-empty-state[b-w4nwgp1n45],
.opportunity-empty-state[b-w4nwgp1n45] {
    display: grid;
    place-items: center;
    text-align: center;
    gap: .4rem;
    padding: 4rem 1rem;
    color: #64748b;
}

.opportunities-empty-state .material-symbols-outlined[b-w4nwgp1n45],
.opportunity-empty-state .material-symbols-outlined[b-w4nwgp1n45] {
    font-size: 3rem;
    color: #94a3b8;
}

.opportunities-empty-state h3[b-w4nwgp1n45],
.opportunity-empty-state h2[b-w4nwgp1n45] {
    margin: .5rem 0 0;
    color: #172033;
    font-size: 1.2rem;
    font-weight: 850;
}

.crm-status[b-w4nwgp1n45] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
}

.crm-status-active[b-w4nwgp1n45] {
    background: #dcfce7;
    color: #166534;
}

.crm-status-archived[b-w4nwgp1n45] {
    background: #f1f5f9;
    color: #475569;
}

.crm-btn-primary[b-w4nwgp1n45],
.crm-btn-secondary[b-w4nwgp1n45],
.crm-btn-danger[b-w4nwgp1n45] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 2.65rem;
    padding: .6rem .9rem;
    border-radius: .9rem;
    font-weight: 800;
}

.crm-btn-primary[b-w4nwgp1n45] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.crm-btn-primary:hover[b-w4nwgp1n45] {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.crm-btn-secondary[b-w4nwgp1n45] {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, .1);
    color: #334155;
}

.crm-btn-secondary:hover[b-w4nwgp1n45] {
    background: #eef2ff;
    border-color: rgba(37, 99, 235, .18);
    color: #1d4ed8;
}

.crm-btn-danger[b-w4nwgp1n45] {
    background: #fee2e2;
    border-color: #fecaca;
    color: #991b1b;
}

.crm-btn-danger:hover[b-w4nwgp1n45] {
    background: #fecaca;
    border-color: #fca5a5;
    color: #7f1d1d;
}

.crm-alert[b-w4nwgp1n45] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    border-radius: 1rem;
}

@media (max-width: 1000px) {
    .opportunity-layout[b-w4nwgp1n45],
    .opportunities-filter-form[b-w4nwgp1n45] {
        grid-template-columns: 1fr;
    }

    .opportunity-side-column[b-w4nwgp1n45] {
        order: -1;
    }
}

@media (max-width: 700px) {
    .crm-list-toolbar[b-w4nwgp1n45],
    .opportunity-toolbar[b-w4nwgp1n45],
    .opportunity-hero-card[b-w4nwgp1n45] {
        flex-direction: column;
    }

    .opportunity-details-grid[b-w4nwgp1n45] {
        grid-template-columns: 1fr;
    }

    .opportunity-save-bar[b-w4nwgp1n45] {
        flex-direction: column-reverse;
    }

    .opportunity-save-bar .btn[b-w4nwgp1n45] {
        width: 100%;
    }
}
/* /Components/Opportunities/Pages/OpportunityItem.razor.rz.scp.css */
.opportunity-item-page[b-0wdspc0hht],
.opportunity-edit-page[b-0wdspc0hht] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.opportunity-profile-card[b-0wdspc0hht] {
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.opportunity-profile-main[b-0wdspc0hht] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.opportunity-avatar[b-0wdspc0hht] {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #0b5cff, #0946bd);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    font-weight: 850;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(13, 110, 253, .22);
}

.opportunity-title-row[b-0wdspc0hht] {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap;
}

.opportunity-title-row h2[b-0wdspc0hht] {
    font-size: 1.6rem;
    font-weight: 850;
    letter-spacing: -.035em;
    margin: 0;
}

.opportunity-subtitle[b-0wdspc0hht] {
    color: #64748b;
    margin: .25rem 0 0;
}

.opportunity-meta-row[b-0wdspc0hht] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: .65rem;
    color: #475569;
}

.opportunity-meta-row span[b-0wdspc0hht] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.opportunity-meta-row .material-symbols-outlined[b-0wdspc0hht] {
    font-size: 18px;
    color: #64748b;
}

.opportunity-profile-actions[b-0wdspc0hht] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
    flex-wrap: wrap;
}

.opportunity-profile-actions .btn[b-0wdspc0hht],
.opportunity-action-list .btn[b-0wdspc0hht] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.opportunity-layout[b-0wdspc0hht] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1rem;
    align-items: flex-start;
}

.opportunity-main-column[b-0wdspc0hht],
.opportunity-side-column[b-0wdspc0hht] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.opportunity-side-column[b-0wdspc0hht] {
    position: sticky;
    top: 138px;
}

.opportunity-card-body[b-0wdspc0hht] {
    padding: 1.25rem;
}

.opportunity-details-grid[b-0wdspc0hht] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.opportunity-detail-item[b-0wdspc0hht] {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid #eef2f7;
    border-radius: .85rem;
    background: #fbfdff;
    min-width: 0;
}

.opportunity-detail-item > .material-symbols-outlined[b-0wdspc0hht] {
    width: 38px;
    height: 38px;
    border-radius: .75rem;
    background: #eaf2ff;
    color: #0b5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.opportunity-detail-item small[b-0wdspc0hht],
.opportunity-meta-list span[b-0wdspc0hht] {
    display: block;
    color: #64748b;
    font-size: .84rem;
    margin-bottom: .15rem;
}

.opportunity-detail-item strong[b-0wdspc0hht],
.opportunity-detail-item a[b-0wdspc0hht] {
    font-weight: 750;
    word-break: break-word;
}

.opportunity-description[b-0wdspc0hht] {
    margin: 0;
    color: #334155;
    line-height: 1.65;
    white-space: pre-wrap;
}

.opportunity-muted-panel[b-0wdspc0hht] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: .85rem;
    color: #64748b;
    background: #fbfdff;
}

.opportunity-side-heading[b-0wdspc0hht] {
    font-size: 1rem;
    font-weight: 850;
    margin: 0 0 1rem;
}

.opportunity-action-list[b-0wdspc0hht] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.opportunity-meta-list[b-0wdspc0hht] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.opportunity-meta-list div[b-0wdspc0hht] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #eef2f7;
}

.opportunity-meta-list div:last-child[b-0wdspc0hht] {
    border-bottom: none;
    padding-bottom: 0;
}

.opportunity-meta-list strong[b-0wdspc0hht] {
    text-align: right;
    word-break: break-word;
}

.opportunity-meta-list a[b-0wdspc0hht] {
    color: #0b5cff;
    text-decoration: none;
}

.opportunity-meta-list a:hover[b-0wdspc0hht] {
    text-decoration: underline;
}

.opportunity-stage[b-0wdspc0hht] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .78rem;
    font-weight: 800;
}

.opportunity-stage-qualified[b-0wdspc0hht] {
    background: #e0f2fe;
    color: #075985;
}

.opportunity-stage-proposal[b-0wdspc0hht] {
    background: #fef3c7;
    color: #92400e;
}

.opportunity-stage-negotiation[b-0wdspc0hht] {
    background: #fae8ff;
    color: #86198f;
}

.opportunity-stage-won[b-0wdspc0hht] {
    background: #dcfce7;
    color: #166534;
}

.opportunity-stage-lost[b-0wdspc0hht] {
    background: #fee2e2;
    color: #991b1b;
}

.opportunity-alert[b-0wdspc0hht] {
    align-items: center;
}

.opportunity-alert > .material-symbols-outlined[b-0wdspc0hht] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-success.opportunity-alert > .material-symbols-outlined[b-0wdspc0hht] {
    background: #16a34a;
}

.alert-danger.opportunity-alert > .material-symbols-outlined[b-0wdspc0hht] {
    background: #dc2626;
}

.alert-warning.opportunity-alert > .material-symbols-outlined[b-0wdspc0hht] {
    background: #f59e0b;
}

@media (max-width: 1199.98px) {
    .opportunity-layout[b-0wdspc0hht] {
        grid-template-columns: 1fr;
    }

    .opportunity-side-column[b-0wdspc0hht] {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .opportunity-profile-card[b-0wdspc0hht] {
        align-items: flex-start;
        flex-direction: column;
    }

    .opportunity-profile-actions[b-0wdspc0hht] {
        justify-content: flex-start;
    }

    .opportunity-details-grid[b-0wdspc0hht] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-i5nn5h21ak] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashboard-hero[b-i5nn5h21ak] {
    background: linear-gradient(135deg, #0d6efd, #4f46e5);
    color: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-hero h2[b-i5nn5h21ak] {
    font-weight: 700;
    margin: 0 0 .25rem;
}

.dashboard-hero p[b-i5nn5h21ak] {
    margin: 0;
    opacity: .85;
}

.dashboard-hero .btn-outline-primary[b-i5nn5h21ak] {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .65);
}

.dashboard-hero .btn-outline-primary:hover[b-i5nn5h21ak] {
    background: #ffffff;
    color: #0d6efd;
}

.dashboard-hero-actions[b-i5nn5h21ak] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.dashboard-hero-actions .btn[b-i5nn5h21ak] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.dashboard-hero-actions .material-symbols-outlined[b-i5nn5h21ak] {
    font-size: 19px;
}

.dashboard-stats[b-i5nn5h21ak] {
    margin-bottom: .25rem;
}

.dashboard-stat-card[b-i5nn5h21ak] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem;
    background: #ffffff;
    color: inherit;
    border-radius: 1rem;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
    border: 1px solid #eef0f4;
    height: 100%;
    transition: transform .15s ease, box-shadow .15s ease;
}

.dashboard-stat-card:hover[b-i5nn5h21ak] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.dashboard-stat-icon[b-i5nn5h21ak] {
    width: 46px;
    height: 46px;
    border-radius: .9rem;
    background: #eef4ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
}

.dashboard-stat-icon .material-symbols-outlined[b-i5nn5h21ak] {
    font-size: 24px;
}

.dashboard-stat-label[b-i5nn5h21ak] {
    color: #6b7280;
    font-size: .85rem;
}

.dashboard-stat-value[b-i5nn5h21ak] {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
}

.dashboard-stat-meta[b-i5nn5h21ak] {
    color: #9ca3af;
    font-size: .8rem;
}

.dashboard-actions-list[b-i5nn5h21ak] {
    padding: .5rem;
}

.dashboard-action[b-i5nn5h21ak] {
    display: flex;
    gap: .75rem;
    padding: .75rem;
    border-radius: .85rem;
    color: inherit;
    text-decoration: none;
}

.dashboard-action:hover[b-i5nn5h21ak] {
    background: #f5f7fb;
}

.dashboard-action .material-symbols-outlined[b-i5nn5h21ak] {
    color: #0d6efd;
    font-size: 24px;
    margin-top: .1rem;
}

.dashboard-action strong[b-i5nn5h21ak],
.dashboard-action small[b-i5nn5h21ak] {
    display: block;
}

.dashboard-action small[b-i5nn5h21ak] {
    color: #6b7280;
}

.pipeline-list[b-i5nn5h21ak] {
    padding: .75rem 1rem 1rem;
}

.pipeline-row[b-i5nn5h21ak] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .65rem 0;
    border-bottom: 1px solid #eef0f4;
}

.pipeline-row:last-child[b-i5nn5h21ak] {
    border-bottom: none;
}

.pipeline-row span[b-i5nn5h21ak] {
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .dashboard-hero[b-i5nn5h21ak] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Tickets/Pages/TicketEdit.razor.rz.scp.css */
.ticket-edit-page[b-w7nsnlguf8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ticket-save-panel .btn[b-w7nsnlguf8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
}

.ticket-edit-grid[b-w7nsnlguf8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24rem;
    gap: 1rem;
}

.ticket-edit-main[b-w7nsnlguf8],
.ticket-edit-side[b-w7nsnlguf8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ticket-form-card[b-w7nsnlguf8] {
    padding: 1.1rem;
}

.ticket-form-section-header[b-w7nsnlguf8] {
    margin-bottom: .9rem;
}

.ticket-form-section-header h3[b-w7nsnlguf8] {
    margin: 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.ticket-form-grid[b-w7nsnlguf8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.ticket-form-checks[b-w7nsnlguf8] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin-bottom: 1rem;
}

.ticket-save-panel[b-w7nsnlguf8] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.ticket-save-panel .btn[b-w7nsnlguf8] {
    width: 100%;
}

.ticket-edit-state[b-w7nsnlguf8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 20rem;
    padding: 2rem;
    text-align: center;
}

.ticket-edit-state .material-symbols-outlined[b-w7nsnlguf8] {
    color: #94a3b8;
    font-size: 3rem;
}

.ticket-edit-state p[b-w7nsnlguf8] {
    margin: 0;
    color: #64748b;
}

@media (max-width: 1100px) {
    .ticket-edit-grid[b-w7nsnlguf8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ticket-edit-toolbar[b-w7nsnlguf8] {
        flex-direction: column;
    }

    .ticket-edit-toolbar .btn[b-w7nsnlguf8] {
        width: 100%;
    }

    .ticket-form-grid[b-w7nsnlguf8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Tickets/Pages/TicketItem.razor.rz.scp.css */
.ticket-item-page[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ticket-overview-card[b-dx68w9eetj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem;
}

.ticket-overview-status[b-dx68w9eetj],
.ticket-overview-meta[b-dx68w9eetj] {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

.ticket-overview-meta[b-dx68w9eetj] {
    color: #64748b;
    font-size: .92rem;
}

.ticket-overview-meta span[b-dx68w9eetj] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.ticket-overview-meta .material-symbols-outlined[b-dx68w9eetj] {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .ticket-overview-card[b-dx68w9eetj] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.ticket-action-list .btn[b-dx68w9eetj],
.ticket-comment-form .btn[b-dx68w9eetj],
.ticket-time-form .btn[b-dx68w9eetj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
}

.ticket-grid[b-dx68w9eetj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24rem;
    gap: 1rem;
}

.ticket-main-column[b-dx68w9eetj],
.ticket-side-column[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ticket-section-card[b-dx68w9eetj] {
    padding: 1.1rem;
}

.ticket-section-header[b-dx68w9eetj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .9rem;
}

.ticket-section-header h3[b-dx68w9eetj] {
    margin: 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.ticket-description[b-dx68w9eetj] {
    margin: 0;
    color: #334155;
    white-space: pre-wrap;
}

.ticket-muted[b-dx68w9eetj] {
    margin: 0;
    color: #94a3b8;
}

.ticket-comment-form[b-dx68w9eetj],
.ticket-time-form[b-dx68w9eetj],
.ticket-action-list[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.ticket-timeline[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    margin-top: 1rem;
}

.ticket-timeline-item[b-dx68w9eetj] {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .7rem;
}

.ticket-timeline-icon[b-dx68w9eetj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #0875ff;
    font-size: 1.15rem;
}

.ticket-timeline-meta[b-dx68w9eetj] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: #64748b;
    font-size: .85rem;
}

.ticket-timeline-meta strong[b-dx68w9eetj] {
    color: #172033;
}

.ticket-timeline-item p[b-dx68w9eetj] {
    margin: .25rem 0 0;
    color: #334155;
    white-space: pre-wrap;
}

.ticket-summary-list[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.ticket-summary-list div[b-dx68w9eetj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.ticket-summary-list div:last-child[b-dx68w9eetj] {
    padding-bottom: 0;
    border-bottom: 0;
}

.ticket-summary-list span[b-dx68w9eetj] {
    color: #64748b;
}

.ticket-summary-list strong[b-dx68w9eetj] {
    color: #172033;
}

.ticket-time-list[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-top: 1rem;
}

.ticket-time-item[b-dx68w9eetj] {
    padding: .75rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: .9rem;
    background: #f8fafc;
}

.ticket-time-item strong[b-dx68w9eetj] {
    display: block;
    color: #172033;
}

.ticket-time-item span[b-dx68w9eetj] {
    color: #64748b;
    font-size: .85rem;
}

.ticket-time-item p[b-dx68w9eetj] {
    margin: .35rem 0 0;
    color: #334155;
}

.ticket-state-card[b-dx68w9eetj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 20rem;
    padding: 2rem;
    text-align: center;
}

.ticket-state-card .material-symbols-outlined[b-dx68w9eetj] {
    color: #94a3b8;
    font-size: 3rem;
}

.ticket-state-card h3[b-dx68w9eetj] {
    margin: 0;
    color: #172033;
    font-size: 1.25rem;
    font-weight: 900;
}

.ticket-state-card p[b-dx68w9eetj] {
    margin: 0;
    color: #64748b;
}

.ticket-status-pill[b-dx68w9eetj],
.ticket-priority-pill[b-dx68w9eetj] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.ticket-status-pill.is-new[b-dx68w9eetj] {
    background: #eff6ff;
    color: #1d4ed8;
}

.ticket-status-pill.is-triage[b-dx68w9eetj] {
    background: #f5f3ff;
    color: #6d28d9;
}

.ticket-status-pill.is-progress[b-dx68w9eetj] {
    background: #ecfeff;
    color: #0e7490;
}

.ticket-status-pill.is-waiting[b-dx68w9eetj] {
    background: #fff7ed;
    color: #c2410c;
}

.ticket-status-pill.is-invoice[b-dx68w9eetj] {
    background: #fef9c3;
    color: #a16207;
}

.ticket-status-pill.is-complete[b-dx68w9eetj] {
    background: #ecfdf5;
    color: #047857;
}

.ticket-status-pill.is-cancelled[b-dx68w9eetj] {
    background: #f1f5f9;
    color: #64748b;
}

.ticket-priority-pill.is-low[b-dx68w9eetj] {
    background: #f1f5f9;
    color: #475569;
}

.ticket-priority-pill.is-normal[b-dx68w9eetj] {
    background: #eff6ff;
    color: #1d4ed8;
}

.ticket-priority-pill.is-high[b-dx68w9eetj] {
    background: #fff7ed;
    color: #c2410c;
}

.ticket-priority-pill.is-urgent[b-dx68w9eetj] {
    background: #fef2f2;
    color: #dc2626;
}

@media (max-width: 1100px) {
    .ticket-grid[b-dx68w9eetj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ticket-hero[b-dx68w9eetj] {
        flex-direction: column;
    }

    .ticket-hero-actions .btn[b-dx68w9eetj] {
        flex: 1 1 auto;
    }
}
/* /Components/Tickets/Pages/Tickets.razor.rz.scp.css */
.tickets-page[b-71uarkejz9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tickets-filter-card[b-71uarkejz9] {
    padding: 1rem;
}

.tickets-filter-grid[b-71uarkejz9] {
    display: grid;
    grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(160px, .8fr)) auto auto auto;
    align-items: end;
    gap: .85rem;
}

.tickets-filter-toggle[b-71uarkejz9] {
    padding-bottom: .45rem;
    white-space: nowrap;
}

.tickets-filter-actions .btn[b-71uarkejz9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
}

.tickets-table-card[b-71uarkejz9] {
    overflow: hidden;
}

.tickets-table[b-71uarkejz9] {
    margin: 0;
}

.tickets-table thead th[b-71uarkejz9] {
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    color: #475569;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tickets-table tbody tr[b-71uarkejz9] {
    cursor: pointer;
}

.tickets-table tbody tr:hover[b-71uarkejz9] {
    background: #f8fbff;
}

.tickets-table td[b-71uarkejz9] {
    border-color: rgba(15, 23, 42, .06);
    color: #172033;
    vertical-align: middle;
}

.tickets-title-cell[b-71uarkejz9] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 280px;
}

.tickets-title-cell strong[b-71uarkejz9] {
    display: block;
    color: #0875ff;
    font-weight: 800;
}

.tickets-title-cell small[b-71uarkejz9] {
    display: block;
    max-width: 34rem;
    overflow: hidden;
    color: #64748b;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tickets-avatar[b-71uarkejz9] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #0f5fd7;
    font-size: .75rem;
    font-weight: 900;
}

.ticket-status-pill[b-71uarkejz9],
.ticket-priority-pill[b-71uarkejz9] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.ticket-status-pill.is-new[b-71uarkejz9] {
    background: #eff6ff;
    color: #1d4ed8;
}

.ticket-status-pill.is-triage[b-71uarkejz9] {
    background: #f5f3ff;
    color: #6d28d9;
}

.ticket-status-pill.is-progress[b-71uarkejz9] {
    background: #ecfeff;
    color: #0e7490;
}

.ticket-status-pill.is-waiting[b-71uarkejz9] {
    background: #fff7ed;
    color: #c2410c;
}

.ticket-status-pill.is-invoice[b-71uarkejz9] {
    background: #fef9c3;
    color: #a16207;
}

.ticket-status-pill.is-complete[b-71uarkejz9] {
    background: #ecfdf5;
    color: #047857;
}

.ticket-status-pill.is-cancelled[b-71uarkejz9] {
    background: #f1f5f9;
    color: #64748b;
}

.ticket-priority-pill.is-low[b-71uarkejz9] {
    background: #f1f5f9;
    color: #475569;
}

.ticket-priority-pill.is-normal[b-71uarkejz9] {
    background: #eff6ff;
    color: #1d4ed8;
}

.ticket-priority-pill.is-high[b-71uarkejz9] {
    background: #fff7ed;
    color: #c2410c;
}

.ticket-priority-pill.is-urgent[b-71uarkejz9] {
    background: #fef2f2;
    color: #dc2626;
}

.ticket-bool-icon[b-71uarkejz9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ticket-bool-icon .material-symbols-outlined[b-71uarkejz9] {
    font-size: 1.35rem;
}

.ticket-bool-icon.is-yes[b-71uarkejz9] {
    color: #059669;
}

.ticket-bool-icon.is-no[b-71uarkejz9] {
    color: #e11d48;
}

.tickets-state[b-71uarkejz9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 18rem;
    padding: 2rem;
    text-align: center;
}

.tickets-state .material-symbols-outlined[b-71uarkejz9] {
    color: #94a3b8;
    font-size: 3rem;
}

.tickets-state h3[b-71uarkejz9] {
    margin: 0;
    color: #172033;
    font-size: 1.25rem;
    font-weight: 900;
}

.tickets-state p[b-71uarkejz9] {
    margin: 0;
    color: #64748b;
}

.tickets-table-footer[b-71uarkejz9] {
    display: flex;
    justify-content: flex-end;
    padding: .9rem 1rem;
    border-top: 1px solid rgba(15, 23, 42, .06);
    color: #64748b;
    font-size: .9rem;
}

@media (max-width: 1200px) {
    .tickets-filter-grid[b-71uarkejz9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tickets-filter-toggle[b-71uarkejz9] {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .tickets-toolbar[b-71uarkejz9] {
        flex-direction: column;
    }

    .tickets-toolbar .btn[b-71uarkejz9] {
        width: 100%;
        justify-content: center;
    }

    .tickets-filter-grid[b-71uarkejz9] {
        grid-template-columns: 1fr;
    }
}
