@import '_content/iLobby.BlazorLibrary/iLobby.BlazorLibrary.rbatee8ysd.bundle.scp.css';
@import '_content/iLobby.ContractorOS.Web.Shared/iLobby.ContractorOS.Web.Shared.h99fg2vsqm.bundle.scp.css';

/* /Pages/Contractors/Components/ContractorTasks.razor.rz.scp.css */
.il-archived[b-tjxom44dtf] {
    filter: grayscale(1) opacity(0.4);
}
/* /Pages/Sites/Components/StatBlock.razor.rz.scp.css */
.stat-block[b-lbzzp2mim0] {
    background-color: var(--il-neutral-white);
    border-radius: .5rem;
    box-shadow: 0 .125rem .2rem .04rem rgba(0, 0, 0, .1);
    padding: 25px;
}
/* /Pages/Sites/EditSite/Components/DefaultComplianceSidePanelBody.razor.rz.scp.css */
.compliance-defaults[b-khjpx6wza0] {
    gap: 1.25rem;
}

.vendors-section[b-khjpx6wza0] {
    padding-top: 0.875rem;
}
/* /Pages/Sites/EditSite/Components/EditSiteComplianceSettingsTab.razor.rz.scp.css */
.configure-button[b-4v7rpzw82t] {
    margin-bottom: 1rem;
}
/* /Pages/Sites/EditSite/Components/EditSiteGeneralTab.razor.rz.scp.css */
.site-details[b-dki01jjssa] {
    gap: 1.25rem;
    line-height: 1rem;
}

.facility-os-link[b-dki01jjssa] {
    padding-bottom: 1rem;
}
/* /Pages/Sites/EditSite/EditSitePage.razor.rz.scp.css */
[b-6nm5ici0j6] .tab-item.active {
    font-weight: 600;
}
/* /Pages/Tasks/Components/UpcomingVisitRowActionsMenu.razor.rz.scp.css */
/* Pin the row-action menu icons to a single consistent size.
   The icon is a flex item next to the label text; its default flex-shrink: 1 lets
   flexbox shrink the icon box to make room for longer labels, and because the icon
   uses mask-size: contain a smaller box renders a smaller eye. flex-shrink: 0 keeps
   the box at its set size regardless of how much space the label occupies.
   ::deep is required because the dd-item icons are rendered by the library child
   components and don't carry this component's isolation scope. */
[b-0t2p94l8fj] .dropdown-menu .dd-item span.icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Keep each menu item label on a single line; let the menu widen to fit the text
   instead of wrapping words within an item. white-space is inherited, so setting it
   on .dd-item also covers the label whether it is a text node or a child <span>. */
[b-0t2p94l8fj] .dropdown-menu .dd-item {
    white-space: nowrap;
}
