/* /Pages/Admin/Admin.razor.rz.scp.css */
.dropdown-menu[b-lri6tpovat] {
    border-radius: .25rem;
    min-width: 10rem;
}

.dropdown-item[b-lri6tpovat] {
    padding: .5rem 1rem;
    font-weight: 500;
}

.nav-link.dropdown-toggle[b-lri6tpovat] {
    cursor: pointer;
}

.admin-dropdown[b-lri6tpovat] {
    max-height: 0; /* collapsed */
    opacity: 0;
    overflow: hidden;
    margin: 0; 
    padding: 0;
    transition: max-height 0.25s ease, opacity 0.25s ease;
    pointer-events: none;
}

    .admin-dropdown.show[b-lri6tpovat] {
        max-height: 200px; /* same here in the future may need to increase for more items */
        opacity: 1;
        pointer-events: auto; 
    }

    .admin-dropdown ul[b-lri6tpovat] {
        margin: 0;
        padding: 0;
    }

    .admin-dropdown li[b-lri6tpovat] {
        margin: 0;
    }

.ams-toggle .arrow[b-lri6tpovat],
.ams-toggle i[b-lri6tpovat] {
    text-decoration: none !important;
}
/* /Pages/Admin/AdminMenuSection.razor.rz.scp.css */

.admin-menu[b-nafrpyqm9q] {
    user-select: none;
}

/* Toggle Button */
.ams-toggle[b-nafrpyqm9q] {
    font-size: 1.05rem;
    transition: color 0.6s ease, background-color 0.6s ease;
    text-decoration: none !important;
}

    .ams-toggle:hover span[b-nafrpyqm9q] {
        text-decoration: underline !important;
    }

    .ams-toggle:hover i[b-nafrpyqm9q],
    .ams-toggle:hover .arrow[b-nafrpyqm9q] {
        text-decoration: none !important;
    }

    .ams-toggle i[b-nafrpyqm9q],
    .ams-toggle .arrow[b-nafrpyqm9q] {
        display: inline-block;
    }

    /* Focus / Active states */
    .ams-toggle:focus[b-nafrpyqm9q] {
        outline: none;
        box-shadow: none;
    }

    .ams-toggle.open[b-nafrpyqm9q] {
        font-weight: 600;
    }

/* Arrow Animation - */
.arrow[b-nafrpyqm9q] {
    transition: transform 0.4s ease;
    font-size: 0.9rem;
}

    .arrow.rotate[b-nafrpyqm9q] {
        transform: rotate(180deg);
    }

/* --- Dropdown Animation --- */
.admin-dropdown[b-nafrpyqm9q] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
}

    .admin-dropdown.show[b-nafrpyqm9q] {
        max-height: 600px; /* adjust if you have more menu items */
        opacity: 1;
        pointer-events: auto;
    }

    /* --- Inside the Dropdown --- */
    .admin-dropdown ul[b-nafrpyqm9q] {
        margin: 0;
        padding: 0;
    }

    .admin-dropdown li[b-nafrpyqm9q] {
        margin: 0;
        padding: 0.4rem 0.5rem;
        font-size: 0.95rem;
        transition: background-color 0.6s ease;
        cursor: pointer;
    }
/* /Pages/Admin/Layout/Tags/TagManagementLayout.razor.rz.scp.css */
.dropdown-menu[b-28zfx060ch] {
    border-radius: .25rem;
    min-width: 10rem;
}

.dropdown-item[b-28zfx060ch] {
    padding: .5rem 1rem;
    font-weight: 500;
}

.nav-link.dropdown-toggle[b-28zfx060ch] {
    cursor: pointer;
}
/* /Pages/CRM/Accounts/AccountContactsTab.razor.rz.scp.css */
.contacts-tab[b-e4fsiccjdv] {
    height: calc(100vh - 400px);
}

/* Make the row allow children to size correctly */
.contacts-tab .row[b-e4fsiccjdv] {
    align-items: stretch;
}

/* LEFT card must be a flex column so the middle section can grow + scroll */
.contacts-tab .col-lg-3 > .card[b-e4fsiccjdv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

/* The list becomes the scrolling region */
.contacts-tab .contacts-list[b-e4fsiccjdv] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

/* Keep header/footer fixed size */
.contacts-tab .col-lg-3 > .card > .card-header[b-e4fsiccjdv],
.contacts-tab .col-lg-3 > .card > .card-footer[b-e4fsiccjdv] {
    flex: 0 0 auto;
}

/* Keep Add button on one line with the search box */
.contacts-tab .card-header[b-e4fsiccjdv] {
    flex-wrap: nowrap;
    gap: .5rem;
}

    .contacts-tab .card-header .form-control[b-e4fsiccjdv] {
        min-width: 0;
    }

.contacts-tab .btn-add[b-e4fsiccjdv] {
    white-space: nowrap;
}

.contacts-list[b-e4fsiccjdv] {
    height: calc(100vh - 497px);
}

/* Icon-only buttons inside list items */
.contacts-list .icon-btn[b-e4fsiccjdv] {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

/* Star icon for favourites */
.contacts-list .fav-icon[b-e4fsiccjdv] {
    color: #ffc107;
}
.contacts-list .list-group-item.active .fav-icon[b-e4fsiccjdv] {
    color: #ffd54f;
}

/* Crown icon for primary */
.contacts-list .crown-icon[b-e4fsiccjdv] {
    color: #008aff;
}

.contacts-list .list-group-item.active .crown-icon[b-e4fsiccjdv] {
    color: #fff;
}

/* Slashed user icon for inactive */
.contacts-list .inactive-icon[b-e4fsiccjdv] {
    color: #ff8a64;
}

.contacts-list .list-group-item.active .inactive-icon[b-e4fsiccjdv] {
    color: #fff;
}

/* Make selected row subtext readable (you already switched off text-muted in markup) */
.contacts-list .list-group-item.active .fw-semibold[b-e4fsiccjdv] {
    color: #fff;
}

.contacts-list .list-group-item.active .small[b-e4fsiccjdv] {
    color: rgba(255,255,255,.9);
}

/* Optional: prevent long subtext from blowing up the row height */
.contacts-list .list-group-item .small[b-e4fsiccjdv] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 32ch;
    display: inline-block;
    vertical-align: bottom;
}

.contacts-tab .card-footer[b-e4fsiccjdv] {
    flex-wrap: nowrap;
} /* belt + braces */

.contacts-tab .card-footer .rows[b-e4fsiccjdv] {
    min-width: 0;
} /* allow shrink */

.contacts-tab .card-footer .rz-dropdown[b-e4fsiccjdv],
.contacts-tab .card-footer .form-select[b-e4fsiccjdv] {
    width: auto;
    min-width: 90px;
}

.contacts-tab .card-footer .page-info[b-e4fsiccjdv] {
    white-space: nowrap;
} /* no internal wrap */

/* /Pages/CRM/Accounts/AccountOpportunitiesTab.razor.rz.scp.css */
.sortable:hover[b-jx9cr4fu4p] {
    cursor: pointer;
}
/* /Pages/CRM/Accounts/AccountQuotesTab.razor.rz.scp.css */
.sortable:hover[b-39xio4y40x] {
    cursor: pointer;
}
/* /Pages/CRM/Accounts/AccountsAssetsTab.razor.rz.scp.css */
/* Keep Add button on one line with the search box */
.people-tab .card-header[b-ju3vuyk1oc] {
    flex-wrap: nowrap;
    gap: .5rem;
}

    .people-tab .card-header .form-control[b-ju3vuyk1oc] {
        min-width: 0;
    }

.people-tab .btn-add[b-ju3vuyk1oc] {
    white-space: nowrap;
}

/* Icon-only buttons inside list items */
.people-list .icon-btn[b-ju3vuyk1oc] {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

/* Star icon for favourites */
.people-list .fav-icon[b-ju3vuyk1oc] {
    color: #ffc107;
}
.people-list .list-group-item.active .fav-icon[b-ju3vuyk1oc] {
    color: #ffd54f;
}

/* Crown icon for primary */
.people-list .crown-icon[b-ju3vuyk1oc] {
    color: #008aff;
}

.people-list .list-group-item.active .crown-icon[b-ju3vuyk1oc] {
    color: #fff;
}

/* Slashed user icon for inactive */
.people-list .inactive-icon[b-ju3vuyk1oc] {
    color: #ff8a64;
}

.people-list .list-group-item.active .inactive-icon[b-ju3vuyk1oc] {
    color: #fff;
}

/* Make selected row subtext readable (you already switched off text-muted in markup) */
.people-list .list-group-item.active .fw-semibold[b-ju3vuyk1oc] {
    color: #fff;
}

.people-list .list-group-item.active .small[b-ju3vuyk1oc] {
    color: rgba(255,255,255,.9);
}

/* Optional: prevent long subtext from blowing up the row height */
.people-list .list-group-item .small[b-ju3vuyk1oc] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 32ch;
    display: inline-block;
    vertical-align: bottom;
}

.asset-list .collapse .list-group-item[b-ju3vuyk1oc] {

}

/* transition for smooth flip */
.collapse-icon[b-ju3vuyk1oc] {
    transition: transform 0.3s ease;
}

/* Bootstrap sets [aria-expanded="true"] when open */
button[aria-expanded="true"] .collapse-icon[b-ju3vuyk1oc] {
    transform: rotate(180deg);
}

.password-wrapper[b-ju3vuyk1oc] {
    position: relative;
    width: 100%;
}

.toggle-password[b-ju3vuyk1oc] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    opacity: 0.6;
}

    .toggle-password:hover[b-ju3vuyk1oc] {
        opacity: 1;
    }


.css-parent-expanded td:first-child[b-ju3vuyk1oc] {
    border-left: 4px solid #0d6efd !important;
}

.child-pill-btn[b-ju3vuyk1oc] {
    border: 1px solid #0B5ED7;
    color: #0B5ED7;
    background: transparent;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem;
    line-height: 1.1;
}

    .child-pill-btn:hover[b-ju3vuyk1oc],
    .child-pill-btn:focus[b-ju3vuyk1oc] {
        background: rgba(11, 94, 215, 0.12);
        color: rgb(11, 94, 215);
    }

/*.css-child-row {
    background: #f8f9fa !important;*/ /* light gray */
/*}

    .css-child-row td:first-child {
        padding-left: 32px !important;*/ /* indent */
        /*border-left: 4px solid #0d6efd !important;*/ /* bootstrap primary blue */
    /*}

.css-child-arrow {
    color: #0d6efd !important;
    font-weight: bold !important;
    margin-right: 1px !important;
}*/
/* /Pages/CRM/Accounts/AccountServicesTab.razor.rz.scp.css */
/* Prevent text highlighting while dragging custom fields */
#custom-fields-body[b-55qyx9kwbx],
#custom-fields-body .custom-field-row[b-55qyx9kwbx],
#custom-fields-body .custom-field-handle[b-55qyx9kwbx],
#custom-fields-body td[b-55qyx9kwbx],
#custom-fields-body th[b-55qyx9kwbx],
#custom-fields-body .badge[b-55qyx9kwbx],
#custom-fields-body .fw-semibold[b-55qyx9kwbx] {
    -webkit-user-select: none;
    user-select: none;
}

    /* BUT allow selecting/copying inside inputs/textarea */
    #custom-fields-body input[b-55qyx9kwbx],
    #custom-fields-body textarea[b-55qyx9kwbx],
    #custom-fields-body .rz-inputtext[b-55qyx9kwbx],
    #custom-fields-body .rz-textarea[b-55qyx9kwbx],
    #custom-fields-body .rz-numeric[b-55qyx9kwbx],
    #custom-fields-body .rz-mask[b-55qyx9kwbx] {
        -webkit-user-select: text !important;
        user-select: text !important;
    }

.child-pill-btn[b-55qyx9kwbx] {
    border: 1px solid #0B5ED7;
    color: #0B5ED7;
    background: transparent;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem;
    line-height: 1.1;
}

    .child-pill-btn:hover[b-55qyx9kwbx],
    .child-pill-btn:focus[b-55qyx9kwbx] {
        background: rgba(11, 94, 215, 0.12);
        color: rgb(11, 94, 215);
    }
/* /Pages/CRM/Accounts/AccountSitesTab.razor.rz.scp.css */
/* Keep Add button on one line with the search box */
.sites-tab .card-header[b-aoxga2kho2] {
    flex-wrap: nowrap;
    gap: .5rem;
}

    .sites-tab .card-header .form-control[b-aoxga2kho2] {
        min-width: 0;
    }

.sites-tab .btn-add[b-aoxga2kho2] {
    white-space: nowrap;
}

/* Inactive icon colour */
.sites-list .inactive-icon[b-aoxga2kho2] {
    color: #ff8a64;
}

.sites-list .list-group-item.active .inactive-icon[b-aoxga2kho2] {
    color: #fff;
}

/* Make selected row subtext readable (match People tab behaviour) */
.sites-list .list-group-item.active .fw-semibold[b-aoxga2kho2] {
    color: #fff;
}

.sites-list .list-group-item.active .small[b-aoxga2kho2] {
    color: rgba(255,255,255,.9);
}

/* Text column: shrinks with available flex space */
.sites-list .site-item-info[b-aoxga2kho2] {
    min-width: 0;
}

/* Prevent long subtext from blowing up the row height */
.sites-list .list-group-item .small[b-aoxga2kho2] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

/* People list crown icon for site manager */
.people-list .crown-icon[b-aoxga2kho2] {
    color:  #ffac00;
}

.people-list .list-group-item.active .crown-icon[b-aoxga2kho2] {
    color: #ffd54f;
}
/* /Pages/CRM/Accounts/AccountView.razor.rz.scp.css */
.tab-container[b-84ljwaf9ae] {
}

.nav-tabs[b-84ljwaf9ae] {
    border-bottom: 1px solid #dee2e6;
}

.tab-divider[b-84ljwaf9ae] {
    margin: 0;
    border-color: #dee2e6;
}

.tab-content-box[b-84ljwaf9ae] {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
}
/* /Pages/CRM/Assets.Razor.rz.scp.css */
.child-pill-btn[b-dk9a62btcj] {
    border: 1px solid #0B5ED7;
    color: #0B5ED7;
    background: transparent;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem;
    line-height: 1.1;
}

    .child-pill-btn:hover[b-dk9a62btcj],
    .child-pill-btn:focus[b-dk9a62btcj] {
        background: rgba(11, 94, 215, 0.12);
        color: rgb(11, 94, 215);
    }
/* /Pages/CRM/Contacts/ContactAssetsTab.Razor.rz.scp.css */
.child-pill-btn[b-5mu3pkhws3] {
    border: 1px solid #0B5ED7;
    color: #0B5ED7;
    background: transparent;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem;
    line-height: 1.1;
}

    .child-pill-btn:hover[b-5mu3pkhws3],
    .child-pill-btn:focus[b-5mu3pkhws3] {
        background: rgba(11, 94, 215, 0.12);
        color: rgb(11, 94, 215);
    }
/* /Pages/CRM/Contacts/ContactCustomFieldsTab.razor.rz.scp.css */
.child-pill-btn[b-xcs1t9wagr] {
    border: 1px solid #0B5ED7;
    color: #0B5ED7;
    background: transparent;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem;
    line-height: 1.1;
}

    .child-pill-btn:hover[b-xcs1t9wagr],
    .child-pill-btn:focus[b-xcs1t9wagr] {
        background: rgba(11, 94, 215, 0.12);
        color: rgb(11, 94, 215);
    }
/* /Pages/CRM/Contacts/ContactView.razor.rz.scp.css */
/* Sticky header container */
.pv-header[b-dyos00aguq] {
    /* sticky-top already sets position: sticky; top: 0 via Bootstrap */
    z-index: 1020; /* above content, below modals */
}

/* Make the summary card visually merge with the header background */
.summary-card[b-dyos00aguq] {
    border: 0;
    background: var(--bs-body-bg);
    border-radius: 0;
}

/* Tabs + bordered content box to match Contact */
.tab-container[b-dyos00aguq] {
}

/*.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}*/

.tab-content-box[b-dyos00aguq] {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
}

/* Optional: help the page fill the viewport nicely */
/*.person-page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}*/

.pv-content[b-dyos00aguq] {
    /* nothing required; present for symmetry with Contact */
}
/* /Pages/CRM/Services.Razor.rz.scp.css */
.child-pill-btn[b-0nodmuan1p] {
    border: 1px solid #0B5ED7;
    color: #0B5ED7;
    background: transparent;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem;
    line-height: 1.1;
}

    .child-pill-btn:hover[b-0nodmuan1p],
    .child-pill-btn:focus[b-0nodmuan1p] {
        background: rgba(11, 94, 215, 0.12);
        color: rgb(11, 94, 215);
    }
/* /Pages/Sales/Opportunities/OpportunityStakeholdersTab.razor.rz.scp.css */
.stakeholders-tab .card[b-3gxzrqzfgn] {
    min-height: 300px;
}

.stakeholders-tab .list-group-flush[b-3gxzrqzfgn] {
    min-height: 200px;
}
/* /Pages/Sales/Opportunities/OpportunityView.razor.rz.scp.css */
.tab-container[b-hw8c7z25xo] {
}

.nav-tabs[b-hw8c7z25xo] {
    border-bottom: 1px solid #dee2e6;
}

.tab-content-box[b-hw8c7z25xo] {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
}
/* /Pages/Sales/Quotes/QuoteBuilder.razor.rz.scp.css */
/* Slide-out panel on the right */
.pdf-viewer-panel[b-j33orzu5gr] {
    position: fixed;
    top: 0;
    right: 0;
    width: 800px; /* adjust as desired */
    height: 100vh;
    background-color: #fff;
    box-shadow: -4px 0 8px rgba(0,0,0,0.2);
    transform: translateX(110%); /* fully hidden to the right */
    transition: transform 0.3s ease-in-out;
    z-index: 1999; /* behind the button, but above other page content */
    display: flex;
    flex-direction: column;
    overflow: visible; /* allow absolute children (the close icon) to show */
}

.pdf-viewer-panel.visible[b-j33orzu5gr] {
    transform: translateX(0);
}

/* Position the close icon in the top-right of the panel */
.pdf-viewer-panel .btn-close[b-j33orzu5gr] {
    position: absolute; /* take it out of the normal flow */
    top: 0.3rem; /* adjust to taste */
    right: 0.75rem; /* adjust to taste */
    background-color: transparent;
    border: none;
    font-size: 1.2rem;
    z-index: 2000; /* above the panel */
    opacity: 0.75;
    cursor: pointer;
}

.pdf-viewer-panel .btn-close:hover[b-j33orzu5gr] {
    opacity: 1;
}

.preview-btn[b-j33orzu5gr] {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Set the actions column to be the same width for both header and content */
.actions-col[b-j33orzu5gr] {
    min-width: 110px;
}

.drag-handle[b-j33orzu5gr] {
    cursor: grab;
}

/* Fab Stack classes */
.fab-stack[b-j33orzu5gr] {
    right: 20px;
    top: 70px;
    z-index: 1100;
}

@media print and (max-width: 991.98px) {
    .fab-stack[b-j33orzu5gr] {
        display: none !important;
    }
}
/* /Pages/Sales/Quotes/QuoteList.razor.rz.scp.css */
.sortable:hover[b-k8yrte694f] {
    cursor: pointer;
}
/* /Pages/SMSGraph.razor.rz.scp.css */
/* /Pages/Tickets/TicketList.razor.rz.scp.css */
.sortable:hover[b-hla4o6lag9] {
    cursor: pointer;
}
/* /Pages/Tickets/TicketPropertiesCard.razor.rz.scp.css */
.prop-label[b-47rvy7sl4r] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
    margin-bottom: 2px;
}
/* /Pages/Tickets/TicketView.razor.rz.scp.css */
/* Pin the existing-ticket view to exactly the available viewport height and
   use flex layout so the header takes its natural height and the content area
   fills whatever remains — no fixed calc needed, no clipping.

   Offset calculation:
     top-row         = 3.5rem  (MainLayout .top-row height)
     article pad-top = 1.1rem  (site.css .content)
     ────────────────────────
     total offset    = 4.6rem

   No overflow constraint is set on .ticket-existing so the full-width
   tab bar (which uses negative margins) is never clipped.
   The class is only applied when !IsNew, so the new-ticket form scrolls
   normally. */
.ticket-existing[b-e31t3z5s7g] {
    height: calc(100vh - 4.6rem);
    display: flex;
    flex-direction: column;
    /* Article padding is zeroed by JS (omni.removeArticlePadding) so the
       ticket runs edge-to-edge without negative-margin overflow issues. */
}

/* Keep the header at its natural height; don't let flex shrink it. */
.ticket-existing .cv-header[b-e31t3z5s7g] {
    flex-shrink: 0;
}

/* Content area fills all remaining height after the header. */
.ticket-existing .cv-content[b-e31t3z5s7g] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* Tab bar — padding aligns tab items with the ticket body columns. */
.tab-container[b-e31t3z5s7g] {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: var(--bs-body-bg, #fff);
}

/* The border now lives on .tab-container, so suppress Bootstrap's own bottom
   border on the <ul> to avoid a doubled line. */
.nav-tabs[b-e31t3z5s7g] {
    border-bottom: none;
}

/* ── Two-column body layout ────────────────────────────────── */

.ticket-body[b-e31t3z5s7g] {
    display: flex;
    overflow: hidden;
    height: 100%; /* fills .cv-content which is flex:1 after the header */
}

.ticket-left[b-e31t3z5s7g] {
    flex: 3;
    min-width: 0;
    overflow-y: auto;
    padding: 1rem;
}

.ticket-right[b-e31t3z5s7g] {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    padding: 1rem;
    border-left: 1px solid #dee2e6;
}
/* /Pages/Tools/Pro-Rata/Pro-Rata.razor.rz.scp.css */
/* /Pages/Tools/SMS/History.razor.rz.scp.css */
/* /Pages/Tools/SMS/Recipients.razor.rz.scp.css */
/* /Pages/Tools/SMS/SMS.razor.rz.scp.css */
/* /Pages/Tools/SMS/Templates.razor.rz.scp.css */
/* /Pages/Tools/StickyNotes.Razor.rz.scp.css */
    .sticky-notes-layout[b-8l86hds7ky] {
        height: calc(100vh - 12.5rem);
    }

    .note-list-scroll[b-8l86hds7ky] {
        overflow-y: auto;
        flex: 1 1 0;
        min-height: 0;
    }

    .note-list-item[b-8l86hds7ky] {
        cursor: pointer;
        border-left: 3px solid transparent;
        transition: background 0.1s;
        padding: 10px 12px;
    }

    .note-list-item:hover[b-8l86hds7ky] {
        background-color: #f0f4ff;
    }

    .note-list-item.active[b-8l86hds7ky] {
        border-left-color: #0d6efd;
        background-color: #e8f0fe;
        color: #212529; /* override Bootstrap's white text on active list items */
    }

    .note-list-item.active .note-title[b-8l86hds7ky] {
        color: #212529;
    }

    .note-list-item .note-title[b-8l86hds7ky] {
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 170px;
    }

    .note-list-item .note-preview[b-8l86hds7ky] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.8rem;
        color: #6c757d;
        max-width: 170px;
    }

    .note-list-item.active .note-preview[b-8l86hds7ky] {
        color: #495057;
    }

    .note-delete-btn[b-8l86hds7ky] {
        opacity: 0;
        transition: opacity 0.15s;
        padding: 2px 6px;
    }

    .note-list-item:hover .note-delete-btn[b-8l86hds7ky],
    .note-list-item.active .note-delete-btn[b-8l86hds7ky] {
        opacity: 1;
    }

    .title-input[b-8l86hds7ky] {
        border: none;
        box-shadow: none;
        background: transparent;
        font-size: 1.25rem;
        font-weight: 600;
        padding: 0;
        width: 100%;
    }

    .title-input:focus[b-8l86hds7ky] {
        outline: none;
        box-shadow: none;
        background: transparent;
    }

    /* Delete dialog above everything */
    .delete-overlay[b-8l86hds7ky] {
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
    }

    .delete-modal[b-8l86hds7ky] {
        position: fixed;
        inset: 0;
        z-index: 2001;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }

    .delete-modal .modal-dialog[b-8l86hds7ky] {
        pointer-events: auto;
    }
/* /Pages/Tools/Tools.razor.rz.scp.css */
.dropdown-menu[b-1p2nbzs16x] {
    border-radius: .25rem;
    min-width: 10rem;
}

.dropdown-item[b-1p2nbzs16x] {
    padding: .5rem 1rem;
    font-weight: 500;
}

.nav-link.dropdown-toggle[b-1p2nbzs16x] {
    cursor: pointer;
}
/* /Shared/Components/EntityTypeahead.razor.rz.scp.css */
.omni-ta-control[b-mcwzy1rtt4] {
    position: relative;
}

.omni-ta-menu[b-mcwzy1rtt4] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 1055; /* above modal backdrops / form fields */
    max-height: 18rem;
    overflow-y: auto;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: .25rem 0;
}

.omni-ta-status[b-mcwzy1rtt4] {
    padding: .5rem .75rem;
    font-size: .8125rem;
    color: var(--bs-secondary-color, #6c757d);
}

.omni-ta-item[b-mcwzy1rtt4] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: .375rem .75rem;
    cursor: pointer;
}

.omni-ta-item:hover[b-mcwzy1rtt4],
.omni-ta-item:focus[b-mcwzy1rtt4] {
    background: var(--bs-tertiary-bg, #f8f9fa);
}

.omni-ta-item-text[b-mcwzy1rtt4] {
    font-size: .9375rem;
    line-height: 1.2;
    color: var(--bs-body-color, #212529);
}

.omni-ta-item-sub[b-mcwzy1rtt4] {
    font-size: .75rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: .125rem;
}
/* /Shared/Components/GlobalSearchPopover.razor.rz.scp.css */
.global-search-wrapper[b-libi2gzzwo] {
    display: flex;
    align-items: center;
}

.search-placeholder[b-libi2gzzwo] {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 4px 12px;
    transition: border-color 0.15s, background 0.15s;
}

.search-placeholder:hover[b-libi2gzzwo] {
    border-color: #dee2e6;
    background: white;
}

.search-active-container[b-libi2gzzwo] {
    width: 420px;
}

.search-input-group[b-libi2gzzwo] {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.search-input-group:focus-within[b-libi2gzzwo] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.search-icon-box[b-libi2gzzwo] {
    background: white;
    border: none;
    padding-left: 10px;
    padding-right: 4px;
}

.search-input[b-libi2gzzwo] {
    border: none !important;
    box-shadow: none !important;
    padding-left: 4px;
    background: white;
    font-size: 0.875rem;
}

.search-clear-btn[b-libi2gzzwo] {
    background: white;
    border: none;
    padding: 0 8px;
    line-height: 1;
}

.search-clear-btn:hover[b-libi2gzzwo] {
    background: #f0f0f0;
}

.search-dropdown-menu[b-libi2gzzwo] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-group-header[b-libi2gzzwo] {
    padding: 5px 12px 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    position: sticky;
    top: 0;
}

.search-group-header:first-child[b-libi2gzzwo] {
    border-top: none;
    border-radius: 7px 7px 0 0;
}

.search-result-item[b-libi2gzzwo] {
    display: block;
    padding: 7px 12px;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    transition: background 0.1s;
    line-height: 1.3;
    overflow: hidden;
    min-width: 0;
}

.search-result-item:hover[b-libi2gzzwo] {
    background: #f0f4ff;
}

.search-result-name[b-libi2gzzwo] {
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-sub[b-libi2gzzwo] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    margin-top: 1px;
}

.search-status-badge[b-libi2gzzwo] {
    font-size: 0.65rem;
    padding: 2px 5px;
    flex-shrink: 0;
}

.search-subtext[b-libi2gzzwo] {
    font-size: 0.75rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-status-row[b-libi2gzzwo] {
    padding: 10px 12px;
    text-align: center;
}
/* /Shared/Components/InternalNotes.razor.rz.scp.css */
/* ensure overflow is hidden and animate max-height */
.collapsible[b-41ffvb5j93] {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
}

/* when “show” is present, allow it to expand */
.collapsible.show[b-41ffvb5j93] {
    /* pick something larger than your expected notes height */
    max-height: 500px;
}

.editor-wrapper[b-41ffvb5j93] {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.5rem;
    background: #fff;
    min-height: 180px;
}
/* /Shared/Components/MentionAutocomplete.razor.rz.scp.css */
.mention-dropdown[b-nmo4jwvl3u] {
    position: fixed;
    z-index: 2000;
    min-width: 220px;
    max-width: 320px;
    max-height: 240px;
    overflow-y: auto;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0;
}

.mention-item[b-nmo4jwvl3u] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
    line-height: 1.2;
}

.mention-item:hover[b-nmo4jwvl3u],
.mention-item:focus[b-nmo4jwvl3u] {
    background: var(--bs-secondary-bg, #e9ecef);
}

.mention-name[b-nmo4jwvl3u] {
    font-size: 0.9rem;
}

.mention-email[b-nmo4jwvl3u] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6c757d);
}

.mention-empty[b-nmo4jwvl3u] {
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6c757d);
}
/* /Shared/Components/NotificationsPopover.razor.rz.scp.css */
.notif-bell-wrap[b-ps8ea87d0h] {
    position: relative;
    display: inline-flex;
    line-height: 1;
}

/* Sit the badge on the icon's bottom-right corner, slightly overlapping so it "touches" it. */
.notif-badge[b-ps8ea87d0h] {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(70%, 70%);
    font-size: 0.6rem;
    line-height: 1;
}

.shake[b-ps8ea87d0h] {
    display: inline-block;
    transform-origin: 50% 0;
    animation: omni-shake-b-ps8ea87d0h 0.5s ease-in-out;
}

@keyframes omni-shake-b-ps8ea87d0h {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(14deg); }
    30% { transform: rotate(-12deg); }
    45% { transform: rotate(10deg); }
    60% { transform: rotate(-8deg); }
    75% { transform: rotate(4deg); }
    100% { transform: rotate(0deg); }
}
/* /Shared/Components/Settings.Razor.rz.scp.css */
.settings-col-grid[b-d3m2e3v3z0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.75rem 2rem;
}

    .settings-col-grid .form-check[b-d3m2e3v3z0] {
        margin-bottom: 0;
    }

.settings-group-label[b-d3m2e3v3z0] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 0.5rem;
}

.settings-accordion .accordion-button[b-d3m2e3v3z0] {
    font-weight: 600;
}

.settings-accordion .accordion-button:not(.collapsed)[b-d3m2e3v3z0] {
    background-color: var(--bs-light);
    color: inherit;
    box-shadow: none;
}
/* /Shared/Components/Stats.razor.rz.scp.css */
.status-icon[b-c699l5okqn] {
    font-size: 3rem; /* about 48px; adjust as desired */
    line-height: 1; /* prevents extra vertical spacing */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kie646k52d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kie646k52d] {
    flex: 1;
}

.sidebar[b-kie646k52d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kie646k52d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kie646k52d]  a, .top-row .btn-link[b-kie646k52d] {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
    }

    .top-row a:first-child[b-kie646k52d] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kie646k52d] {
        display: none;
    }

    .top-row.auth[b-kie646k52d] {
        justify-content: space-between;
    }

    .top-row a[b-kie646k52d], .top-row .btn-link[b-kie646k52d] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kie646k52d] {
        flex-direction: row;
    }

    .sidebar[b-kie646k52d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kie646k52d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kie646k52d], article[b-kie646k52d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8xlqs1m6qf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8xlqs1m6qf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8xlqs1m6qf] {
    font-size: 1.1rem;
}

.oi[b-8xlqs1m6qf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8xlqs1m6qf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8xlqs1m6qf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8xlqs1m6qf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8xlqs1m6qf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8xlqs1m6qf]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8xlqs1m6qf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8xlqs1m6qf] {
        display: none;
    }

    .collapse[b-8xlqs1m6qf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .collapse:not(.show)[b-8xlqs1m6qf] {
        display: none;
    }
    
    .nav-scrollable[b-8xlqs1m6qf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.tools-dropdown[b-8xlqs1m6qf] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
}

.tools-dropdown .nav-item[b-8xlqs1m6qf] {
    margin: 0;
    padding: 0.25rem 0; 
}

.tools-dropdown.show[b-8xlqs1m6qf] {
    max-height: 200px; /* might need to tweak to hold more items in the future */
    opacity: 1;
    pointer-events: auto;
}

/*Duration of arrow flip*/
.nav-link.dropdown-toggle[b-8xlqs1m6qf]::after {
    transition: transform 0.3s ease;
}

/* Flip when open */
.nav-link.dropdown-toggle.open[b-8xlqs1m6qf]::after {
    transform: rotate(180deg);
}

