/* _content/NCABCC.Pricing.Web/Components/Features/Businesses/BusinessForm.razor.rz.scp.css */
.business-header[b-o8i9075y8w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    background: #fff;
    position: sticky;
    top: var(--desktop-header-stack-h);
    z-index: 1000;
}

    .business-header .actions[b-o8i9075y8w] {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

@media (max-width: 600px) {
    .business-header[b-o8i9075y8w] {
        flex-direction: column;
        align-items: stretch;
        top: var(--mobile-header-stack-h);
    }

        .business-header .actions[b-o8i9075y8w] {
            width: 100%;
            gap: 6px;
        }

        .business-header[b-o8i9075y8w]  .mud-button-root {
            min-width: 0;
            width: 100%;
        }
}

@media (max-width: 959.98px) {
    .business-header[b-o8i9075y8w] {
        top: var(--mobile-header-stack-h);
    }
}
/* _content/NCABCC.Pricing.Web/Components/Features/Businesses/BusinessProfile.razor.rz.scp.css */
[b-qes5xq4vf6] .profile-label {
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-flex;
}

[b-qes5xq4vf6] .profile-value {
    display: inline-flex;
    align-items: baseline;
}
/* _content/NCABCC.Pricing.Web/Components/Features/Comments/CommentCard.razor.rz.scp.css */
.separator[b-ag2uguxdky] {
    padding: 0 6px;
    color: #1E79C8;
}

.comment-meta[b-ag2uguxdky] {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 6px;
    font-style: italic;
    color: #6c757d;
}

.comment-meta-header[b-ag2uguxdky] {
    flex: 1; 
    justify-content: space-evenly;
    display: flex;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
}
/* _content/NCABCC.Pricing.Web/Components/Features/Comments/MostRecentComment.razor.rz.scp.css */
[b-3shugd82c1] .label {
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-flex;
}
/* _content/NCABCC.Pricing.Web/Components/Features/Documents/FileDropZone.razor.rz.scp.css */
[b-1t3vprbgv0] .file-upload-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

[b-1t3vprbgv0] .drop-zone {
    border: 2px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 20px;
    min-height: 220px;
    min-width: 385px;
    position: relative;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
     background-color: var(--mud-palette-background-gray);
}

[b-1t3vprbgv0] .drop-zone.dragover {
    border-color: var(--mud-palette-primary);
}

.drop-zone-watermark[b-1t3vprbgv0] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    opacity: 0.12;
    pointer-events: none;
    user-select: none;
}

.drop-zone-preview[b-1t3vprbgv0] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    inset: 5px;
}

.drop-zone-preview img[b-1t3vprbgv0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
     width: auto;
    height: auto;
}
/* _content/NCABCC.Pricing.Web/Components/Features/NewItems/ItemPhotoGuidanceDialog.razor.rz.scp.css */
[b-j6jjrkljs9] .photo-guide-list {
    width: fit-content;
    margin: 0 auto;
}

[b-j6jjrkljs9] .photo-guide-bullet {
    font-size: 10px;
    min-width: 10px;
}
/* _content/NCABCC.Pricing.Web/Components/Features/NewItems/ItemPhotoUpload.razor.rz.scp.css */

[b-craab2vov6] .photo-upload-validation .mud-input-helper-text {
    text-transform: uppercase;
}
/* _content/NCABCC.Pricing.Web/Components/Features/NewItems/NewItemsAboutCard.razor.rz.scp.css */
.newitems-about-layout[b-ehs2uni7cc] {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.newitems-about-text[b-ehs2uni7cc] {
    flex: 1 1 auto;
    min-width: 0;
}

[b-ehs2uni7cc] .newitems-about-divider {
    height: auto;
    align-self: stretch;
    border-color: rgba(0,0,0,.35);
}

[b-ehs2uni7cc] .newitems-about-action {
    flex: 0 0 260px;          
    display: flex;
    align-items: center;      
    justify-content: center;  
}

[b-ehs2uni7cc] .newitems-about-button {
    width: 100%;                 
}

@media (max-width: 768px) {
    .newitems-about-layout[b-ehs2uni7cc] {
        flex-direction: column;
        align-items: stretch;
    }

    .newitems-about-divider[b-ehs2uni7cc] {
        display: none;
    }

    .newitems-about-action[b-ehs2uni7cc] {
        flex: 0 0 auto;
        min-width: 0;
        justify-content: flex-start;
    }
}
/* _content/NCABCC.Pricing.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-p66h1cred6] {
    position: sticky;
    top: 0;
    z-index: var(--mud-zindex-appbar,1100);
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* _content/NCABCC.Pricing.Web/Components/Pages/BusinessTools.razor.rz.scp.css */
[b-pkuw6efi9f] .tab .mud-nav-link .mud-typography {
    font-weight: 400 !important;
    color: #666666;
    font-size: 15px !important;
}

[b-pkuw6efi9f] .action .mud-nav-link .mud-typography {
    color: #1E79C8;
    font-weight: 600 !important;
}

[b-pkuw6efi9f] .tab .mud-nav-link {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* _content/NCABCC.Pricing.Web/Components/Pages/LandingPage.razor.rz.scp.css */
.landing-bg[b-km9jthqinl] {
    min-height: calc(100vh - 160px);
}

.landing-bg[b-km9jthqinl]  > .mud-container {
    background-color: white;
    background-image: url('/images/bgWithSeal.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
}

.landing-bg[b-km9jthqinl]  .flex-grow-1 {
    width: 100%;
}
/* _content/NCABCC.Pricing.Web/Components/Pages/ViewBusiness.razor.rz.scp.css */
[b-9lsbo4tbyq] .status-dot {
    font-size: 12px;
    transform: translateY(1px);
}

[b-9lsbo4tbyq] .status-dot.active {
    color: #5de038;
}

[b-9lsbo4tbyq] .status-dot.inactive {
    color: #9e9e9e;
}

[b-9lsbo4tbyq] .status-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

[b-9lsbo4tbyq] .side-nav-header {
    font-weight: 800;
    font-size: 18px;
    color: #000;
    padding: 3px 3px 3px 0px;
}

[b-9lsbo4tbyq] .side-nav-link {
    font-weight: 500;
    font-size: 15px;
    color: #424242;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/AppBar.razor.rz.scp.css */
.only-desktop[b-z7m7n1rn60] {
    display: none;
}

.only-mobile[b-z7m7n1rn60] {
    display: block;
}

@media (min-width: 960px) {
    .only-desktop[b-z7m7n1rn60] {
        display: block;
    }

    .only-mobile[b-z7m7n1rn60] {
        display: none;
    }
}

[b-z7m7n1rn60] .mobile-bar {
    background-color: #092940;
    color: #fff;
    padding-left: 10px;
    padding-right: 0;
}

    [b-z7m7n1rn60] .mobile-bar .mud-typography {
        margin-left: 10px;
        font-size: 1.25rem;
        font-weight: 700;
    }

[b-z7m7n1rn60] .only-mobile .mobile-bar img,
[b-z7m7n1rn60] .only-mobile .mobile-bar svg {
    height: 32px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 600px) {
    [b-z7m7n1rn60] .mobile-bar .mud-typography {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    [b-z7m7n1rn60] .mobile-bar .mud-typography {
        font-size: 0.875rem;
    }
}

@media (max-width: 360px) {
    [b-z7m7n1rn60] .only-mobile .mobile-bar img {
        height: 28px;
    }

    [b-z7m7n1rn60] .only-mobile .mobile-bar .mud-typography {
        font-size: clamp(0.85rem, 3.2vw, 1rem);
    }
}

.only-mobile .mobile-bar .d-flex[b-z7m7n1rn60] {
    min-width: 0;
    gap: 8px;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/Footer.razor.rz.scp.css */
.site-footer[b-n4onk5h1rj] {
    background: #092940;
    color: #fff;
    position: relative;
   
    margin-top: auto;
}

.footer-row[b-n4onk5h1rj] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.links-row[b-n4onk5h1rj] {
    gap: 24px; 
    flex-wrap: wrap; 
    margin-bottom: 8px;
}

[b-n4onk5h1rj] .site-footer .footer-link {
    color: inherit; 
    opacity: 0.9;
}

[b-n4onk5h1rj] .site-footer .footer-link:hover {
    opacity: 1;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/Header.razor.rz.scp.css */
[b-hf8kpesy98] .appbar-title {
    margin-left: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/MainNav.razor.rz.scp.css */
[b-rcu2f3hsd8] .desktop-bar.mud-paper {
    width: 100%;
    background-color: #1E79C8;
    border-top: 1px solid #505050;
}

[b-rcu2f3hsd8] .nav {
    display: flex;
    align-items: center;
}

[b-rcu2f3hsd8] .desktop-bar .mud-nav-link-text {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 2px;
}

[b-rcu2f3hsd8] .desktop-bar .mud-nav-link:hover,
[b-rcu2f3hsd8] .desktop-bar .mud-nav-link.mud-nav-link-active,
[b-rcu2f3hsd8] .desktop-bar .mud-nav-link.active {
    background-color: #1663A2 !important;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/MobileDrawer.razor.rz.scp.css */
[b-opr2kz20kl] .appdrawer {
    background-color: #1E79C8;
    color: #fff !important;
    --mud-drawer-width: 320px;
}

[b-opr2kz20kl] .navmenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

[b-opr2kz20kl] .appdrawer .mud-nav-link {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    font-weight: bold;
}

[b-opr2kz20kl] .drawer-divider {
    margin-top: 15px;
    margin-bottom: 15px;
}

[b-opr2kz20kl] .drawer-signin {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding-left: 16px;
}

[b-opr2kz20kl] .appdrawer .drawer-signout,
[b-opr2kz20kl] .appdrawer .signout-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

[b-opr2kz20kl] .appdrawer .signout-form .signout-btn,
[b-opr2kz20kl] .appdrawer .signout-form .mud-button-root {
    margin: 0;
    padding: 0;
    min-width: 0;
    background: transparent !important;
    box-shadow: none !important;
}

[b-opr2kz20kl] .appdrawer .signout-form .mud-button-root:hover {
    background: transparent !important;
}

[b-opr2kz20kl] .appdrawer .signout-form .user-icon {
    display: inline-block;
}


[b-opr2kz20kl] .appdrawer .mud-nav-link:hover,
[b-opr2kz20kl] .appdrawer .mud-nav-link.active,
[b-opr2kz20kl] .appdrawer .drawer-signout:hover,
[b-opr2kz20kl] .appdrawer .signout-form:hover {
    background-color: #1663A2 !important;
}

[b-opr2kz20kl] .drawer-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 25px; 
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

[b-opr2kz20kl] .drawer-row .mud-button-root {
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff;
    padding: 0;
    margin: 0;
    min-width: 0;
}

[b-opr2kz20kl] .drawer-row:hover {
    background-color: #1663A2 !important;
}

[b-opr2kz20kl] .appdrawer a.mud-nav-link {
    color: #ffffff !important;
    text-decoration: none;
}

@media (max-width: 960px) {
    [b-opr2kz20kl] .appdrawer {
        width: 320px; /* or 90vw if you prefer */
        max-width: 90vw;
    }
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/Sidebar.razor.rz.scp.css */
[b-u1omkmhjn7] .sidebar-title > .mud-typography:first-of-type {
    color: black;
    font-size: 24px;
    font-weight: 700;
}

[b-u1omkmhjn7] .divider {
    margin-top: 8px;
    margin-bottom: 8px;
}

[b-u1omkmhjn7] .subtitle {
    font-size: 16px;
    font-weight: 800;
}

[b-u1omkmhjn7] .meta-rows {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[b-u1omkmhjn7] .meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: black;
}

[b-u1omkmhjn7] .meta-label {
    font-size: 15px;
    font-weight: 550;
    color: black;
}

[b-u1omkmhjn7] .meta-value {
    font-size: 15px;
    text-align: right;
    color: #424242;
    font-weight: 400;
    white-space: nowrap;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/AppShell/SystemStatusIndicator.razor.rz.scp.css */
[b-obrjyf8tnv] .system-status-indicator {
    white-space: nowrap;
    margin-right: 0.50rem;
    font-size: 0.94rem;
    align-self: center;
}

@media (max-width: 960px) {
    [b-obrjyf8tnv] .system-status-indicator {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 8px 25px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
    }

        [b-obrjyf8tnv] .system-status-indicator:hover {
            background-color: transparent !important;
        }
}
/* _content/NCABCC.Pricing.Web/Components/Shared/DataDisplay/DataGrid.razor.rz.scp.css */
[b-22p26lia9o] .datagrid-toolbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

[b-22p26lia9o] .datagrid-search {
    width: 20%;
    max-width: 300px;
    flex-shrink: 0;
}

[b-22p26lia9o] .mobile-sort-bar {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background-color: #fff;
}

[b-22p26lia9o] .mobile-sort-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-22p26lia9o] .mobile-sort-select {
    flex: 1 1 auto;
    min-width: 0;
}

[b-22p26lia9o] .mobile-sort-direction-button {
    flex: 0 0 auto;
    margin-top: 6px;
}

[b-22p26lia9o] .table-header-blue .mud-table-cell {
    background-color: #1E79C8;
    color: #fff;
    font-weight: 600;
}

[b-22p26lia9o] .table-actions-header {
    text-align: right;
}

[b-22p26lia9o] .table-actions {
    justify-content: flex-end;
    gap: 0.5rem;
}

[b-22p26lia9o] .table-action-button {
    display: inline-flex;
    align-items: center;
    padding: 1px 10px;
    border-radius: 4px;
    background-color: rgba(30, 121, 200, 0.08);
    color: #1E79C8;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

[b-22p26lia9o] .table-action-button:hover {
    background-color: #1E79C8;
    color: #ffffff;
    text-decoration: none;
}

[b-22p26lia9o] .table-action-button:active {
    transform: translateY(1px);
}

[b-22p26lia9o] .datagrid-compact .mud-table-cell {
    padding-top: 3px;
    padding-bottom: 3px;
}

[b-22p26lia9o] .grid-sort-button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

[b-22p26lia9o] .grid-sort-button:hover {
    opacity: 0.9;
}

[b-22p26lia9o] .grid-sort-button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
    border-radius: 4px;
}

[b-22p26lia9o] .grid-sort-title {
    line-height: 1.2;
}

[b-22p26lia9o] .grid-sort-icon {
    opacity: 0.65;
    vertical-align: middle;
}

[b-22p26lia9o] .grid-sort-icon.active {
    opacity: 1;
}

[b-22p26lia9o] .datagrid-table .mud-table-cell {
    word-break: break-word;
}

[b-22p26lia9o] .datagrid-table .mud-link {
    overflow-wrap: anywhere;
}

[b-22p26lia9o] .datagrid-root.is-mobile .datagrid-search {
    width: 100%;
    min-width: 0;
}

[b-22p26lia9o] .datagrid-table.is-mobile .table-actions {
    justify-content: flex-start;
}

[b-22p26lia9o] .datagrid-table.is-mobile .table-actions-header {
    text-align: left;
}

[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-smalldevices-sortselect {
    display: none !important;
}

[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-row {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background-color: #fff;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-row td {
    border-bottom: none !important;
}

[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-cell:before {
    color: #1E79C8;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-cell,
[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-cell * {
    font-size: 0.85rem !important;
    line-height: 1.4;
}

[b-22p26lia9o] .datagrid-table.is-mobile .mud-table-head {
    display: none;
}

[b-22p26lia9o] .datagrid-table .mud-table-cell .mud-link {
    font-size: inherit;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/DataDisplay/DataItem.razor.rz.scp.css */
[b-ygh08nt9g9] .data-label {
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-flex;
}

[b-ygh08nt9g9] .data-value {
    display: inline-flex;
    align-items: baseline;
}
/* _content/NCABCC.Pricing.Web/Components/Shared/DataDisplay/SectionCard.razor.rz.scp.css */
[b-niwp4p5h6i] .collapse-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
}

    [b-niwp4p5h6i] .collapse-icon.expanded {
        transform: rotate(180deg);
    }

[b-niwp4p5h6i] .mud-icon-button {
    background-color: transparent !important;
}
