/* /Components/AdaptationBanner.razor.rz.scp.css */
.rdt-adaptation-banner[b-673dyvkway] {
    background: var(--rdt-vulnerable-bg);
    border: 1px solid var(--rdt-vulnerable-border);
    border-radius: 12px;
}

.rdt-adaptation-icon[b-673dyvkway] {
    color: var(--rdt-vulnerable-color);
}

.rdt-adaptation-title[b-673dyvkway] {
    color: var(--rdt-vulnerable-color);
}

.rdt-adaptation-desc[b-673dyvkway] {
    color: var(--rdt-vulnerable-color);
}

.rdt-adaptation-badge[b-673dyvkway] {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #C2C6CE;
    color: #1F2937;
}
/* /Components/AppToastContainer.razor.rz.scp.css */
.rdt-toast-host[b-cpt3pqq1ie] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 1090;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
}

.rdt-toast[b-cpt3pqq1ie] {
    width: 368px;
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(16, 11, 39, 0.08);
    overflow: hidden;
    animation: rdt-toast-in-b-cpt3pqq1ie 0.2s ease-out;
}

.toast-close:hover[b-cpt3pqq1ie] {
    color: #212529;
    cursor: pointer;
}

.rdt-toast-success[b-cpt3pqq1ie] {
    border-color: #48c1b5;
    background-color: #f6fff9;
}

.rdt-toast-success .rdt-toast-icon[b-cpt3pqq1ie] {
    color: #48c1b5;
}

.rdt-toast-error[b-cpt3pqq1ie] {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.rdt-toast-error .rdt-toast-icon[b-cpt3pqq1ie] {
    color: #dc3545;
}

.rdt-toast-info[b-cpt3pqq1ie] {
    border-color: #0d6efd;
    background-color: #f2f8ff;
}

.rdt-toast-info .rdt-toast-icon[b-cpt3pqq1ie] {
    color: #0d6efd;
}

@keyframes rdt-toast-in-b-cpt3pqq1ie {
    from { opacity: 0; transform: translateX(-110%); }
    to   { opacity: 1; transform: translateX(0); }
}
/* /Components/ClaimDetailsDrawer.razor.rz.scp.css */
.claim-button[b-h6vyweg42f] {
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #c4cef4;
  background-color: #ebeffb;
}

.grid[b-h6vyweg42f] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/* /Components/DocumentDetailsDrawer.razor.rz.scp.css */
.rdt-document-label[b-wapgf07x1o] {
    color: #667085;
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.0125rem;
}

.rdt-document-value[b-wapgf07x1o] {
    color: #1f2937;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.0125rem;
}

.rdt-document-avatar[b-wapgf07x1o] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1d293d;
    color: #fff;
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0104rem;
    flex-shrink: 0;
}

.rdt-document-notes-title[b-wapgf07x1o] {
    margin: 0;
    color: #1f2937;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.615;
    letter-spacing: 0.0125rem;
}

.rdt-document-note-item[b-wapgf07x1o] {
    padding: 0.75rem 1rem;
    background: #ebeffb;
    border: 1px solid #c4cef4;
    border-radius: 0.375rem;
}

.rdt-document-note-text[b-wapgf07x1o] {
    margin: 0;
    font-style: italic;
    color: #1f2937;
    font-size: 0.8125rem;
    line-height: 1.615;
}
/* /Components/EditDetailsDrawer.razor.rz.scp.css */
.rdt-fieldset-reset[b-knezdejkur] {
    min-width: 0;
}

.rdt-checkbox-group[b-knezdejkur] {
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    max-height: 220px;
    overflow-y: auto;
}

.rdt-checkbox-group .form-check[b-knezdejkur] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
    margin: 0;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.rdt-checkbox-group .form-check:last-child[b-knezdejkur] {
    border-bottom: none;
}

.rdt-checkbox-group .form-check-input[b-knezdejkur] {
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.rdt-checkbox-group .form-check-input:checked[b-knezdejkur] {
    background-color: #198754;
    border-color: #198754;
}

.rdt-checkbox-group .form-check-input:focus[b-knezdejkur] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.rdt-checkbox-group .form-check-label[b-knezdejkur] {
    margin: 0;
    cursor: pointer;
}
/* /Components/FleetBusinessDetailsCard.razor.rz.scp.css */
.rdt-fleet-business-grid[b-kljpfrxhpy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
/* /Components/FleetCoverDetailsCard.razor.rz.scp.css */
.rdt-fleet-cover-grid[b-ime29qk6sa] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
/* /Components/FleetExcessCard.razor.rz.scp.css */
.rdt-fleet-excess-grid[b-zsgeoj5tt8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
/* /Components/FleetStatsCard.razor.rz.scp.css */
.rdt-fleet-stats-grid[b-gjrj7d6kyl] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
/* /Components/FleetVehicleDetailsDrawer.razor.rz.scp.css */
.rdt-fleet-drawer-grid[b-cmrtfsm9mb] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
/* /Components/HighlightSection.razor.rz.scp.css */
.highlight-section[b-ovymh60ao7] {
  scroll-margin-top: 30vh;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.rdt-dimmed[b-ovymh60ao7] {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.highlight-section.rdt-dimmed[b-ovymh60ao7] {
  opacity: 0.4;
  transform: scale(0.98);
}
/* /Components/Library/RdtAutocomplete.razor.rz.scp.css */
.rdt-autocomplete-dropdown[b-7i5467yyeh] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    margin-top: 2px;
}

.rdt-autocomplete-option[b-7i5467yyeh] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.8125rem;
    cursor: pointer;
    color: #374151;
}

.rdt-autocomplete-option:last-child[b-7i5467yyeh] {
    border-bottom: none;
}

.rdt-autocomplete-option:hover[b-7i5467yyeh],
.rdt-autocomplete-option--active[b-7i5467yyeh] {
    background: #f0f7ff;
    color: #1d4ed8;
}

.rdt-autocomplete-option--selected[b-7i5467yyeh] {
    background: #e0edff;
    color: #1d4ed8;
    font-weight: 500;
}
/* /Components/Library/RdtAvatarSignOutMenu.razor.rz.scp.css */
.rdt-account-dropdown[b-692nb25rz2] {
    --bs-dropdown-bg: #1e2535;
    --bs-dropdown-border-color: rgba(255, 255, 255, 0.1);
    --bs-dropdown-link-color: rgba(255, 255, 255, 0.8);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.08);
    --bs-dropdown-link-hover-color: rgba(255, 255, 255, 0.95);
    --bs-dropdown-link-active-bg: rgba(255, 255, 255, 0.12);
    --bs-dropdown-item-padding-x: 12px;
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-border-radius: 8px;
    min-width: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
/* /Components/Library/RdtBadge.razor.rz.scp.css */
.rdt-badge[b-5tjd7ot3as] {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    justify-content: center;
}

.rdt-badge-compact[b-5tjd7ot3as] {
    padding: 1px 7px;
    border-radius: 0.25rem;
    font-size: 0.6875rem;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.rdt-badge-blue[b-5tjd7ot3as] {
    background-color: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.rdt-badge-blue.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: #004085;
    border: 1px solid #004085;
}

.rdt-badge-green[b-5tjd7ot3as] {
    background: #E8F8EF;
    border: 1px solid #BBE9CE;
    color: #16914A;
}

.rdt-badge-green.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: #16914A;
    border: 1px solid #16914A;
}

.rdt-badge-grey[b-5tjd7ot3as] {
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    color: #374151;
}

.rdt-badge-grey.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: #374151;
    border: 1px solid #9CA3AF;
}

.rdt-badge-hotpink[b-5tjd7ot3as] {
    background-color: #fce4f0;
    color: #9b1b5a;
    border: 1px solid #f8b4d9;
}

.rdt-badge-hotpink.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: #9b1b5a;
    border: 1px solid #9b1b5a;
}

.rdt-badge-orange[b-5tjd7ot3as] {
    background: #FEF7E7;
    border: 1px solid #FCE8B7;
    color: #C5900B;
}

.rdt-badge-orange.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: #C5900B;
    border: 1px solid #C5900B;
}

.rdt-badge-purple[b-5tjd7ot3as] {
    background: var(--rdt-vulnerable-bg);
    border: 1px solid var(--rdt-vulnerable-border);
    color: var(--rdt-vulnerable-color);
}

.rdt-badge-purple.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: var(--rdt-vulnerable-color);
    border: 1px solid var(--rdt-vulnerable-color);
}

.rdt-badge-red[b-5tjd7ot3as] {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #B91C1C;
}

.rdt-badge-red.rdt-badge--outlined[b-5tjd7ot3as] {
    background-color: white;
    color: #B91C1C;
    border: 1px solid #B91C1C;
}
/* /Components/Library/RdtChatInput.razor.rz.scp.css */
.rdt-ai-input-wrap[b-hrblauvwqy] {
    padding: 1.5px;
    border-radius: 12px;
    background: #e2e5e9;
    transition: background .15s;
}

.rdt-ai-input-wrap:focus-within[b-hrblauvwqy],
.rdt-ai-input-wrap--chat[b-hrblauvwqy] {
    background: linear-gradient(135deg, #5B4FE9 0%, #EB5F0A 100%);
}

.rdt-ai-input-box[b-hrblauvwqy] {
    border-radius: 10.5px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.rdt-ai-textarea[b-hrblauvwqy] {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    resize: none;
    font-size: 13px;
    line-height: 1.5;
    color: #1e293b;
    padding: 14px 16px 6px;
    max-height: 120px;
    overflow-y: auto;
    field-sizing: content;
    scrollbar-width: thin;
}

.rdt-ai-textarea[b-hrblauvwqy]::placeholder { color: #9ca3af; }

.rdt-ai-input-placeholder[b-hrblauvwqy] {
    position: absolute;
    top: 14px;
    left: 16px;
    right: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #9ca3af;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.rdt-ai-ph-prompt[b-hrblauvwqy] {
    display: inline-block;
    transform-origin: left center;
}

.rdt-ai-ph-prompt.rdt-ph-out[b-hrblauvwqy] {
    animation: rdt-ph-flip-out-b-hrblauvwqy 0.28s ease-in forwards;
}

.rdt-ai-ph-prompt.rdt-ph-in[b-hrblauvwqy] {
    animation: rdt-ph-flip-in-b-hrblauvwqy 0.28s ease-out forwards;
}

@keyframes rdt-ph-flip-out-b-hrblauvwqy {
    0%   { transform: translateY(0);    opacity: 1; }
    100% { transform: translateY(-8px); opacity: 0; }
}

@keyframes rdt-ph-flip-in-b-hrblauvwqy {
    0%   { transform: translateY(8px);  opacity: 0; }
    100% { transform: translateY(0);    opacity: 1; }
}

.rdt-ai-input-bar[b-hrblauvwqy] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px 12px;
}

.rdt-ai-ibtn[b-hrblauvwqy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    border-radius: 6px;
    color: #9ca3af;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: color .12s;
}

.rdt-ai-ibtn:hover:not(:disabled)[b-hrblauvwqy] { color: #374151; }
.rdt-ai-ibtn:disabled[b-hrblauvwqy] { opacity: .45; cursor: not-allowed; }
.rdt-ai-ibtn--on[b-hrblauvwqy] { color: #ef4444; }

.rdt-ai-sep[b-hrblauvwqy] {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #e2e5e9;
    flex-shrink: 0;
    margin: 0 2px;
}

.rdt-ai-send[b-hrblauvwqy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f1f3;
    border: none;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .12s, color .12s;
}

.rdt-ai-send:hover:not(:disabled)[b-hrblauvwqy] { background: #e5e7eb; color: #374151; }
.rdt-ai-send:disabled[b-hrblauvwqy] { opacity: .55; cursor: not-allowed; }
/* /Components/Library/RdtCheckboxGroup.razor.rz.scp.css */
.rdt-checkbox-group[b-x13wzxsj2y] {
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    max-height: 220px;
    overflow-y: auto;
}

.rdt-checkbox-group .form-check[b-x13wzxsj2y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
    margin: 0;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.rdt-checkbox-group .form-check:last-child[b-x13wzxsj2y] {
    border-bottom: none;
}

.rdt-checkbox-group .form-check-input[b-x13wzxsj2y] {
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.rdt-checkbox-group .form-check-input:checked[b-x13wzxsj2y] {
    background-color: #198754;
    border-color: #198754;
}

.rdt-checkbox-group .form-check-input:focus[b-x13wzxsj2y] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.rdt-checkbox-group .form-check-label[b-x13wzxsj2y] {
    margin: 0;
    cursor: pointer;
}
/* /Components/Library/RdtDrawer.razor.rz.scp.css */
/* Shared right-side drawer shell (AI assistant, transactions, ...) */
.rdt-drawer[b-x7l6kri9bc] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: var(--rdt-drawer-width);
    background-color: var(--rdt-drawer-bg, #fff);
    border-left: 1px solid #e9ecef;
    box-shadow: -4px 0 24px rgba(0, 0, 0, .07);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1050;
    transform: translateX(100%);
    transition: transform .3s ease;
}

.rdt-drawer--open[b-x7l6kri9bc] {
    transform: translateX(0);
}
/* /Components/Library/RdtEmptyState.razor.rz.scp.css */
.rdt-empty-state[b-8tjrr7iglp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
    color: #6c757d;
}

.rdt-empty-state-icon[b-8tjrr7iglp] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    opacity: 0.4;
}

.rdt-empty-state-message[b-8tjrr7iglp] {
    font-size: 0.9rem;
    margin-bottom: 0;
}
/* /Components/Library/RdtFloatingPanel.razor.rz.scp.css */
/* FloatingPanel – only styles Bootstrap can't handle */

.fp-root[b-trwfh0u3fx] {
    position: fixed;
    z-index: 1040;
    width: var(--rdt-floating-panel-width);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.08);
}

.fp-root[b-trwfh0u3fx]::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.fp-chevron-rotated[b-trwfh0u3fx] { transform: rotate(-90deg); }

.fp-collapsed[b-trwfh0u3fx] { height: auto !important; }

.fp-docked[b-trwfh0u3fx] {
    right: 0; top: 0; left: auto !important;
    height: 100vh !important;
    border-radius: 0;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.10);
}

.fp-docked[b-trwfh0u3fx]::after { border-radius: 0; }

.fp-resize-handle[b-trwfh0u3fx] {
    height: 14px;
    cursor: ns-resize;
    background: rgba(255, 255, 255, 0.15);
}
/* /Components/Library/RdtHtmlWordingEditor.razor.rz.scp.css */
.rdt-toggle button:focus[b-gzkn1h50zd] {
    box-shadow: none;
}
/* /Components/Library/RdtOffCanvas.razor.rz.scp.css */
.rdt-offcanvas[b-898f3zz4ps] {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--rdt-offcanvas-width, 480px);
  max-width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
  will-change: transform;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rdt-offcanvas--open[b-898f3zz4ps] {
  transform: translateX(0);
}

.rdt-offcanvas-header[b-898f3zz4ps] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--bs-border-color);
  flex-shrink: 0;
}

.rdt-offcanvas-body[b-898f3zz4ps] {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
}

.rdt-offcanvas-footer[b-898f3zz4ps] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.rdt-offcanvas-backdrop[b-898f3zz4ps] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out, width 0.25s ease-out;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.rdt-offcanvas-backdrop--open[b-898f3zz4ps] {
  width: calc(100vw - var(--rdt-offcanvas-width, 480px));
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 576px) {
  .rdt-offcanvas-backdrop--open[b-898f3zz4ps] {
    width: 0;
  }
}
/* /Components/Library/RdtPdfViewer.razor.rz.scp.css */
.rdt-document-preview-card[b-hd3ngwfmhm] {
    --preview-header-offset: 6.5rem; /* header height (~6rem) + small gap */
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    height: min(calc(100dvh - 18rem), 100%);
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.rdt-document-preview-header[b-hd3ngwfmhm] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(16px);
}

.rdt-document-preview-title-block[b-hd3ngwfmhm] {
    min-width: 0;
}

.rdt-document-title[b-hd3ngwfmhm] {
    color: #1f2937;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.0094rem;
}

.rdt-document-subtitle[b-hd3ngwfmhm] {
    margin: 0;
    color: rgba(31, 41, 55, 0.64);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.77;
    letter-spacing: 0.0125rem;
}

.rdt-document-nav-button[b-hd3ngwfmhm],
.rdt-document-icon-button[b-hd3ngwfmhm] {
    border: 0;
    background: transparent;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rdt-document-nav-button[b-hd3ngwfmhm] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
}

.rdt-document-nav-button:hover:not(:disabled)[b-hd3ngwfmhm],
.rdt-document-icon-button:hover:not(:disabled)[b-hd3ngwfmhm] {
    opacity: 0.8;
    transform: translateY(-1px);
}

.rdt-document-nav-button:disabled[b-hd3ngwfmhm],
.rdt-document-icon-button:disabled[b-hd3ngwfmhm] {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.rdt-document-control-pill[b-hd3ngwfmhm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(1.25rem);
}

.rdt-document-control-pill--icon[b-hd3ngwfmhm] {
    justify-content: center;
    min-width: 3rem;
    padding-inline: 0.875rem;
}

.rdt-document-control-value[b-hd3ngwfmhm] {
    min-width: 3rem;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.00625rem;
    text-align: center;
}

.rdt-document-icon-button[b-hd3ngwfmhm] {
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
}

.rdt-document-preview-body[b-hd3ngwfmhm] {
    position: absolute;
    inset: 0;
    background: #f8fafc;
    overflow: auto;
    overscroll-behavior: contain;
    padding-top: var(--preview-header-offset);
    min-height: 0;
}

.rdt-document-pdf-stage[b-hd3ngwfmhm],
.rdt-document-loading[b-hd3ngwfmhm],
.rdt-document-empty[b-hd3ngwfmhm] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rdt-document-pdf-stage[b-hd3ngwfmhm] {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 1.5rem 1rem;
}

.rdt-document-pdf-frame[b-hd3ngwfmhm] {
    width: max-content;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.rdt-document-pdf-frame[b-hd3ngwfmhm]  .rdt-document-pdf-viewer {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    flex: 0 0 auto;
    border-radius: 0.75rem;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.08);
    background: #fff;
}

.rdt-document-empty[b-hd3ngwfmhm] {
    gap: 0.75rem;
    color: #475467;
}

.rdt-document-empty--error[b-hd3ngwfmhm] {
    color: #b42318;
}

.rdt-document-empty-title[b-hd3ngwfmhm] {
    margin: 0;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}

.rdt-document-empty-description[b-hd3ngwfmhm] {
    max-width: 28rem;
    margin: 0;
    color: #667085;
    font-size: 0.875rem;
    line-height: 1.7;
}

.rdt-document-meta-bar[b-hd3ngwfmhm] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    min-height: 2.3125rem;
    width: 100%;
    padding: 0.5rem 1.25rem;
    border: 1px solid #e9eaeb;
    border-radius: 0.375rem;
    background: white;
}

.rdt-document-meta-bar-item[b-hd3ngwfmhm] {
    color: #1f2937;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.0125rem;
}

@media (max-width: 768px) {
    .rdt-document-preview-header[b-hd3ngwfmhm] {
        flex-direction: column;
    }

    .rdt-document-preview-actions[b-hd3ngwfmhm] {
        justify-content: flex-start;
    }
}
/* /Components/Library/RdtPolicyIntelligenceButton.razor.rz.scp.css */
.rdt-pi-btn[b-xmxsdklm17] {
    height: 36px;
    padding: 0 14px;
    border-radius: 6px;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #c084fc, #818cf8) border-box;
    border: 1.5px solid transparent;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-family: inherit;
    transition: box-shadow 150ms;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: none;
}

.rdt-pi-btn:disabled[b-xmxsdklm17] {
    opacity: .55;
    cursor: not-allowed;
}

.rdt-pi-btn:hover:not(:disabled)[b-xmxsdklm17] {
    box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.2);
}

.rdt-pi-gradient[b-xmxsdklm17] {
    color: #7c3aed;
    font-size: 13px;
    font-weight: 500;
}
/* /Components/Library/RdtSearchBar.razor.rz.scp.css */
[b-abcqjxjobe] input.form-control {
    font-size: 0.875rem;
}
/* /Components/Library/RdtSelect.razor.rz.scp.css */
.rdt-select[b-y77iluup2y] {
    position: relative;
}

.rdt-select-backdrop[b-y77iluup2y] {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

.rdt-select-trigger[b-y77iluup2y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    color: var(--bs-body-color);
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rdt-select-trigger:focus[b-y77iluup2y] {
    outline: 0;
    border-color: var(--bs-info, #2F49AF);
    box-shadow: 0 0 0 0.25rem rgba(47, 73, 175, 0.25);
}

.rdt-select--open .rdt-select-trigger[b-y77iluup2y] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.rdt-select-trigger-label[b-y77iluup2y] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rdt-select-placeholder[b-y77iluup2y] {
    color: var(--bs-secondary-color, #6c757d);
}

.rdt-select-chevron[b-y77iluup2y] {
    flex-shrink: 0;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6c757d);
}

.rdt-select-dropdown[b-y77iluup2y] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1051;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-top: none;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 220px;
    overflow-y: auto;
}

.rdt-select-option[b-y77iluup2y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0.875rem;
    background-color: transparent;
    border: none;
    color: var(--bs-body-color);
    font-size: 0.9375rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
}

.rdt-select-option:hover[b-y77iluup2y] {
    background-color: var(--bs-tertiary-bg, #f8f9fa);
}

.rdt-select-option--selected[b-y77iluup2y] {
    background-color: #eef2ff;
}

.rdt-select-option--selected:hover[b-y77iluup2y] {
    background-color: #e5eafc;
}

.rdt-select-check[b-y77iluup2y] {
    flex-shrink: 0;
    color: var(--bs-info, #2F49AF);
    font-size: 0.875rem;
}
/* /Components/Library/RdtSettingsNavigation.razor.rz.scp.css */
.rdt-settings-navigation[b-dtjm5q94ss] {
    width: 260px;
    background-color: #ffffff;
    border-right: 1px solid #e9ecef;
    min-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.rdt-settings-navigation .nav[b-dtjm5q94ss] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 32px; /* Bigger gap from the top */
}

/* Base styles for nav items - using ::deep to penetrate CSS isolation */
[b-dtjm5q94ss] .rdt-settings-nav-item {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: #6c757d !important; /* Grey color for nav items */
    transition: all 0.15s ease;
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    line-height: 1.4;
    border-left: 3px solid transparent !important; /* Space for colored outline */
    text-decoration: none !important;
    cursor: pointer;
}

/* Override all Bootstrap link states with ::deep */
[b-dtjm5q94ss] .rdt-settings-nav-item,
[b-dtjm5q94ss] .rdt-settings-nav-item:link,
[b-dtjm5q94ss] .rdt-settings-nav-item:visited,
[b-dtjm5q94ss] .rdt-settings-nav-item:focus,
[b-dtjm5q94ss] .rdt-settings-nav-item:hover,
[b-dtjm5q94ss] a.rdt-settings-nav-item,
[b-dtjm5q94ss] a.rdt-settings-nav-item:link,
[b-dtjm5q94ss] a.rdt-settings-nav-item:visited,
[b-dtjm5q94ss] a.rdt-settings-nav-item:focus {
    color: #6c757d !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

/* Hover states */
[b-dtjm5q94ss] .rdt-settings-nav-item:hover:not(.active):not(.disabled),
[b-dtjm5q94ss] a.rdt-settings-nav-item:hover:not(.active):not(.disabled) {
    background-color: #f8f9fa !important; /* Light grey background on hover */
    color: #495057 !important;
    text-decoration: none !important;
}

/* Active states */
[b-dtjm5q94ss] .rdt-settings-nav-item.active,
[b-dtjm5q94ss] a.rdt-settings-nav-item.active {
    background-color: #f8f9fa !important; /* Light grey background for active state */
    color: #495057 !important;
    font-weight: 500;
    border-left: 3px solid #adb5bd !important; /* Light grey colored outline for active state */
    text-decoration: none !important;
}

[b-dtjm5q94ss] .rdt-settings-nav-item.active:hover,
[b-dtjm5q94ss] a.rdt-settings-nav-item.active:hover {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    text-decoration: none !important;
}

/* Disabled states */
[b-dtjm5q94ss] .rdt-settings-nav-item.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* Icon styles */
[b-dtjm5q94ss] .rdt-settings-nav-item i {
    width: 18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #6c757d !important; /* Grey color for icons */
}

[b-dtjm5q94ss] .rdt-settings-nav-item.active i {
    color: #495057 !important; /* Slightly darker grey for active icons */
}

[b-dtjm5q94ss] .rdt-settings-nav-item .link-text {
    font-size: 15px;
    font-weight: inherit;
    color: inherit !important; /* Ensure text inherits the parent color */
}

/* Sign out specific styling */
[b-dtjm5q94ss] .rdt-settings-nav-signout {
    margin-top: auto;
    border: none !important;
}

[b-dtjm5q94ss] .rdt-settings-nav-signout:hover {
    background-color: #fff5f5 !important;
}

[b-dtjm5q94ss] .rdt-settings-nav-signout .text-danger,
[b-dtjm5q94ss] .rdt-settings-nav-signout i.text-danger {
    color: #dc3545 !important;
}

[b-dtjm5q94ss] .rdt-settings-nav-signout:hover .text-danger,
[b-dtjm5q94ss] .rdt-settings-nav-signout:hover i.text-danger {
    color: #c82333 !important;
}

/* Override Bootstrap hr styling for cleaner divider */
.rdt-settings-navigation hr[b-dtjm5q94ss] {
    border-top: 1px solid #e9ecef;
    opacity: 1;
}

/* Remove Bootstrap focus styles that don't match design */
[b-dtjm5q94ss] .rdt-settings-nav-item:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Additional nuclear-level overrides for stubborn Bootstrap styles */
[b-dtjm5q94ss] a[href].rdt-settings-nav-item {
    color: #6c757d !important;
    text-decoration: none !important;
}

[b-dtjm5q94ss] a[href].rdt-settings-nav-item:hover:not(.active) {
    color: #495057 !important;
    background-color: #f8f9fa !important;
    text-decoration: none !important;
}

[b-dtjm5q94ss] a[href].rdt-settings-nav-item.active {
    color: #495057 !important;
    background-color: #f8f9fa !important;
    border-left: 3px solid #adb5bd !important;
    text-decoration: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rdt-settings-navigation[b-dtjm5q94ss] {
        width: 100%;
        position: relative;
        min-height: auto;
    }
}
/* /Components/Library/RdtToggle.razor.rz.scp.css */
.rdt-toggle button:focus[b-taqo735to3] {
    box-shadow: none;
}
/* /Components/Library/RdtTooltip.razor.rz.scp.css */
.rdt-tooltip-wrapper[b-3if00fllt6] {
    position: relative;
    display: inline-flex;
}

.rdt-tooltip-wrapper[b-3if00fllt6]::after {
    content: attr(data-tooltip);
    position: absolute;
    background: rgba(33, 37, 41, 0.92);
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 1050;
}

.rdt-tooltip-wrapper.rdt-tooltip--bottom[b-3if00fllt6]::after {
    top: calc(100% + 6px);
    left: 0;
}

.rdt-tooltip-wrapper.rdt-tooltip--top[b-3if00fllt6]::after {
    bottom: calc(100% + 6px);
    left: 0;
}

.rdt-tooltip-wrapper.rdt-tooltip--right[b-3if00fllt6]::after {
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
}

.rdt-tooltip-wrapper.rdt-tooltip--left[b-3if00fllt6]::after {
    right: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
}

.rdt-tooltip-wrapper:hover[b-3if00fllt6]::after,
.rdt-tooltip-wrapper:focus-within[b-3if00fllt6]::after {
    opacity: 1;
}
/* /Components/Library/RecentPoliciesDropdown.razor.rz.scp.css */
.rdt-recent-dropdown[b-ymr7zmybrf] {
    top: calc(100% + 0.625rem);
    left: 0;
    box-shadow: var(--bs-box-shadow-sm);
    border-color: var(--bs-border-color) !important;
}

.rdt-recent-dropdown-header[b-ymr7zmybrf] {
    padding: 0.625rem 0.875rem;
    border-color: var(--bs-border-color) !important;
}

.rdt-recent-label[b-ymr7zmybrf] {
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
    color: var(--bs-secondary-color);
}

.rdt-recent-clear[b-ymr7zmybrf] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    line-height: 1.4;
    transition: color 0.15s ease;
}

.rdt-recent-clear:hover[b-ymr7zmybrf],
.rdt-recent-clear:focus[b-ymr7zmybrf] {
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
}

.rdt-recent-list[b-ymr7zmybrf] {
    max-height: 360px;
    overflow-y: auto;
}

.rdt-recent-item[b-ymr7zmybrf] {
    padding: 0.625rem 0.875rem;
    transition: background-color 0.12s ease;
    cursor: pointer;
}

.rdt-recent-item:hover[b-ymr7zmybrf] {
    background-color: var(--bs-tertiary-bg) !important;
}

.rdt-recent-item:focus-visible[b-ymr7zmybrf] {
    outline: none;
    background-color: var(--bs-primary-bg-subtle) !important;
}

.rdt-recent-clock[b-ymr7zmybrf] {
    font-size: 0.8125rem;
    color: var(--bs-secondary-color);
    margin-top: 0.125rem;
}

.rdt-recent-ref[b-ymr7zmybrf] {
    font-size: 0.8125rem;
    color: var(--bs-primary);
    letter-spacing: 0.01em;
}

.rdt-recent-meta[b-ymr7zmybrf] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.rdt-recent-broker[b-ymr7zmybrf] {
    color: var(--bs-tertiary-color);
}
/* /Components/LogOuter.razor.rz.scp.css */
.rdt-toast-container[b-1xvcvwfok4] {
    animation: rdt-slide-down-b-1xvcvwfok4 0.3s ease-out;
    min-width: 400px;
    max-width: 600px;
    width: auto;
    margin-top: 1rem;
    z-index: 9999 !important;
}

.rdt-toast-container .alert[b-1xvcvwfok4] {
    margin-bottom: 0;
    border-radius: 0.5rem;
    border: none;
    color: white;
}

.rdt-toast-container .alert-danger[b-1xvcvwfok4] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.rdt-toast-container .alert-warning[b-1xvcvwfok4] {
    background: linear-gradient(135deg, #e99c4b 0%, #e98f31 100%);
}

.rdt-toast-container .alert .text-muted[b-1xvcvwfok4] {
    color: rgba(255, 255, 255, 0.8) !important;
}

.rdt-toast-container .alert .btn-close[b-1xvcvwfok4] {
    filter: invert(1);
    opacity: 0.8;
}

.rdt-toast-container .alert .btn-close:hover[b-1xvcvwfok4] {
    opacity: 1;
}

/* Animation for toast appearance */
@keyframes rdt-slide-down-b-1xvcvwfok4 {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* /Components/PolicyHistoryCard.razor.rz.scp.css */
.rdt-history-card[b-dgyzqvi61l] {
    border-radius: 16px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border: solid 1px transparent;
}

  .rdt-history-card.rdt-history-card-status-active[b-dgyzqvi61l] {
    border: solid 1px #e8e8e8;
  }

.rdt-history-card.rdt-history-card-status-quote[b-dgyzqvi61l] {
    border: solid 1px #3b5bdb;
 }

.rdt-history-card.rdt-history-card-status-pending[b-dgyzqvi61l] {
    border: solid 1px #c5900b;
 }

  .rdt-history-card.rdt-history-card-status-deleted[b-dgyzqvi61l] {
    border: solid 1px #b33027;
  }

  .rdt-history-card:hover[b-dgyzqvi61l] {
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.04), 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #e8e8e8;
  }

.rdt-history-card-selected[b-dgyzqvi61l] {
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(230, 215, 250, 0.3);
  backdrop-filter: blur(5px);
}

.rdt-history-card-selected:hover[b-dgyzqvi61l] {
    opacity: 0%;
}

.rdt-history-card-avatar[b-dgyzqvi61l] {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #212529;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.rdt-history-card-date-panel[b-dgyzqvi61l] {
  background-color: #fcfcfc;
  width: 120px;
  min-width: 120px;
}

.rdt-history-card-status-badge[b-dgyzqvi61l] {
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
    line-height: 1.5;
    width: fit-content;
}

.rdt-history-card-status-badge.rdt-history-card-status-active[b-dgyzqvi61l] {
    border: solid 1px #bbe9ce;
    background-color: #e8f8ef;
    color: #16914a;
}

.rdt-history-card-status-badge.rdt-history-card-status-quote[b-dgyzqvi61l] {
    border: solid 1px #c4cef4;
    background-color: #ebeffb;
    color: #2f49af;
}

.rdt-history-card-status-badge.rdt-history-card-status-pending[b-dgyzqvi61l] {
    border: solid 1px #fce8b7;
    background-color: #fef7e7;
    color: #bc4c08;
}

.rdt-history-card-status-badge.rdt-history-card-status-deleted[b-dgyzqvi61l] {
    border: solid 1px #f6c4c1;
    background-color: #fcebea;
    color: #b33027;
}

.rdt-history-card-status-dot[b-dgyzqvi61l] {
    font-size: 8px;
}

.rdt-history-card-status-dot-active[b-dgyzqvi61l] {
    color: #16914a;
}

.rdt-history-card-status-dot-pending[b-dgyzqvi61l] {
    color: #bc4c08;
}

.rdt-history-card-status-dot-deleted[b-dgyzqvi61l] {
    color: #b33027;
}

.rdt-history-card-footer[b-dgyzqvi61l] {
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.fa-chevron-right[b-dgyzqvi61l] {
  transition: transform 0.2s ease-in-out;
}

  .rdt-history-card-footer:hover[b-dgyzqvi61l] {
    background-color: #f8f9fa;

    .fa-chevron-right {
      transform: translateX(4px);
    }
  }

  .reason-title[b-dgyzqvi61l] {
    font-size: 18px;
  }
/* /Components/PolicyInfoCard.razor.rz.scp.css */
.rdt-policy-card[b-ntg85la95a] {
    --rdt-policy-inner-card-radius: var(--bs-border-radius-lg);
    border-radius: 1rem;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.rdt-policy-card-header[b-ntg85la95a] {
    background-color: #f8f9fa;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e0e0e0;
}

.rdt-policy-card-body[b-ntg85la95a] {
    padding: 1.25rem;
    flex-grow: 1;
}

.rdt-policy-card.border-danger[b-ntg85la95a] {
    border-color: #dc3545 !important;
}

.rdt-policy-card.border-danger .rdt-policy-card-header[b-ntg85la95a] {
    background-color: #f8d7da;
    border-bottom-color: #dc3545;
}

.rdt-policy-card[b-ntg85la95a]  .card {
    --bs-card-border-radius: var(--rdt-policy-inner-card-radius);
    border-radius: var(--rdt-policy-inner-card-radius);
}

.rdt-policy-card[b-ntg85la95a]  .rounded-2,
.rdt-policy-card[b-ntg85la95a]  .rounded-3 {
    border-radius: var(--rdt-policy-inner-card-radius) !important;
}
/* /Components/RdtFeedbackButton.razor.rz.scp.css */
.rdt-feedback-button[b-37t812iorm] {
    background-color: var(--bs-white);
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: var(--bs-box-shadow-sm);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rdt-feedback-button:hover[b-37t812iorm] {
    border-color: var(--bs-secondary-border-subtle, var(--bs-border-color));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}
/* /Components/RdtMissionControlCard.razor.rz.scp.css */
.rdt-mission-control-card[b-8bwcqv4ixr] {
    border-radius: 12px;
    background-color: #fff;
    padding: 1rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: solid 1px #e8e8e8;
    position: relative;
}

  .rdt-mission-control-card.rdt-mission-control-card-status-active[b-8bwcqv4ixr] {
    border-color: #e0e0e0;
  }

.rdt-mission-control-card.rdt-mission-control-card-status-quote[b-8bwcqv4ixr] {
    border-color: #3b5bdb;
}

.rdt-mission-control-card.rdt-mission-control-card-status-pending[b-8bwcqv4ixr] {
    border-color: #f59f00;
}

.rdt-mission-control-card.rdt-mission-control-card-status-deleted[b-8bwcqv4ixr] {
    border-color: #b33027;
}

.rdt-mission-control-card:hover[b-8bwcqv4ixr] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rdt-mission-control-card-selected[b-8bwcqv4ixr] {
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(230, 215, 250, 0.3);
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  border-radius: 12px;
}

.rdt-mission-control-card-selected:hover[b-8bwcqv4ixr] {
    opacity: 0%;
}

.rdt-mission-control-card-status-badge[b-8bwcqv4ixr] {
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
    line-height: 1.4;
    display: inline-block;
}

.rdt-mission-control-card-status-badge.rdt-mission-control-card-badge-active[b-8bwcqv4ixr] {
    color: #16914a;
}

.rdt-mission-control-card-status-badge.rdt-mission-control-card-badge-quote[b-8bwcqv4ixr] {
    color: #2f49af;
}

.rdt-mission-control-card-status-badge.rdt-mission-control-card-badge-pending[b-8bwcqv4ixr] {
    color: #bc4c08;
}

.rdt-mission-control-card-status-badge.rdt-mission-control-card-badge-deleted[b-8bwcqv4ixr] {
    color: #b33027;
}

.rdt-mission-control-card-avatar[b-8bwcqv4ixr] {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #212529;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    flex-shrink: 0;
}

.rdt-mission-control-card-dot-active[b-8bwcqv4ixr] {
    color: #16914a;
    font-size: 6px;
}

.rdt-mission-control-card-dot-pending[b-8bwcqv4ixr] {
    color: #f59f00;
    font-size: 6px;
}

.rdt-mission-control-card-dot-deleted[b-8bwcqv4ixr] {
    color: #b33027;
    font-size: 6px;
}

.rdt-mission-control-card-footer[b-8bwcqv4ixr] {
    transition: background-color 0.2s ease-in-out;
    margin: 0 -1rem -1rem -1rem;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.rdt-mission-control-card-footer:hover[b-8bwcqv4ixr] {
    background-color: #f8f9fa;
}

.rdt-mission-control-card-footer .fa-chevron-right[b-8bwcqv4ixr] {
    transition: transform 0.2s ease-in-out;
}

.rdt-mission-control-card-footer:hover .fa-chevron-right[b-8bwcqv4ixr] {
    transform: translateX(3px);
}
/* /Components/SearchHighlightContainer.razor.rz.scp.css */
.search-highlight-container[b-w9b7paar1j] {
  min-height: 0;
}

.search-highlight-header[b-w9b7paar1j] {
  position: sticky;
  position: -webkit-sticky;
  top: 65px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  margin-left: -12px;
  margin-right: -12px;
}

.search-highlight-header[b-w9b7paar1j]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(calc(100% - 24px), 1320px);
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.search-highlight-body[b-w9b7paar1j] {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: 0;
  scroll-padding-top: 30vh;
}

@media (max-width: 768px) {
  .search-highlight-header[b-w9b7paar1j] {
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .search-highlight-header[b-w9b7paar1j]::after {
    width: 100%;
  }
}
/* /Components/StaticMap.razor.rz.scp.css */
/* Static Map Component Styles */
.rdt-static-map[b-5t08zfruqb] {
    position: relative;
    background-color: var(--bs-gray-100);
    overflow: hidden;
}

.rdt-static-map img[b-5t08zfruqb] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: opacity 0.3s ease;
}

.rdt-static-map .spinner-border[b-5t08zfruqb] {
    width: 1.5rem;
    height: 1.5rem;
}

.rdt-static-map .position-absolute[b-5t08zfruqb] {
    pointer-events: none;
}
/* /Components/UploadDocumentModal.razor.rz.scp.css */
.rdt-upload-dropzone[b-0j81o2eyzh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    text-align: center;
    outline: none;
    min-height: 180px;
}

.rdt-upload-dropzone:focus-visible[b-0j81o2eyzh] {
    border-color: #2c46c9;
    box-shadow: 0 0 0 3px rgba(44, 70, 201, 0.15);
}

.rdt-upload-dropzone--drag-over[b-0j81o2eyzh] {
    border-color: #2c46c9;
    background-color: #eff3ff;
}

.rdt-upload-dropzone__icon[b-0j81o2eyzh] {
    font-size: 2.5rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

.rdt-upload-dropzone--drag-over .rdt-upload-dropzone__icon[b-0j81o2eyzh] {
    color: #2c46c9;
}

.rdt-upload-dropzone__heading[b-0j81o2eyzh] {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.rdt-upload-dropzone__subtext[b-0j81o2eyzh] {
    font-size: 0.8125rem;
}

.rdt-upload-dropzone__formats[b-0j81o2eyzh] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.rdt-upload-input-hidden[b-0j81o2eyzh] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rdt-upload-selected-file[b-0j81o2eyzh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f8fafc;
    min-height: 180px;
    justify-content: center;
}

.rdt-upload-selected-file__icon[b-0j81o2eyzh] {
    flex-shrink: 0;
    color: #64748b;
}

.rdt-upload-selected-file__info[b-0j81o2eyzh] {
    flex-grow: 1;
    min-width: 0;
}

.rdt-upload-selected-file__name[b-0j81o2eyzh] {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rdt-upload-selected-file__size[b-0j81o2eyzh] {
    font-size: 0.8125rem;
    color: #64748b;
}

.rdt-upload-selected-file__remove[b-0j81o2eyzh] {
    flex-shrink: 0;
    color: #64748b;
    padding: 0.375rem;
    line-height: 1;
    transition: color 0.15s ease;
}

.rdt-upload-selected-file__remove:hover[b-0j81o2eyzh] {
    color: #dc3545;
}
/* /Components/VehicleDetailsCard.razor.rz.scp.css */
.rdt-modifications-badge[b-nd0r73ggj8] {
    background: none;
    cursor: pointer;
}

.rdt-vehicle-tabs-container[b-nd0r73ggj8] {
    scrollbar-width: none;
}

.rdt-vehicle-tabs-container[b-nd0r73ggj8]::-webkit-scrollbar {
    display: none;
}

.vehicle-selected[b-nd0r73ggj8] {
    text-decoration: underline;
    text-underline-offset: 0.75em;
    text-decoration-thickness: 1.5px;
}

.vehicle-tab[b-nd0r73ggj8] {
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    flex-shrink: 0;
    white-space: nowrap;
}

.vehicle-tab:hover[b-nd0r73ggj8] {
    opacity: 0.7;
}

.rdt-vehicle-dot[b-nd0r73ggj8] {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
}

  .rdt-vehicle-dot:hover[b-nd0r73ggj8] {
    background-color: #94a3b8;
    transform: scale(1.2);
  }

.rdt-vehicle-dot-active[b-nd0r73ggj8] {
  background-color: #1e293b;
  width: 10px;
  height: 10px;
}
/* /Components/VulnerabilityAccessDeniedModal.razor.rz.scp.css */
.rdt-vuln-access-denied-illustration[b-3wt6r51d81] {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
/* /Components/VulnerabilityAckModal.razor.rz.scp.css */
/* Purple vulnerability count badge shown in the modal header */
.rdt-vuln-count-badge[b-ldbfh8ov8y] {
    background-color: var(--rdt-vulnerable-bg);
    border: 1px solid var(--rdt-vulnerable-border);
    color: #8335E8;
}

/* Flagged-by person name link */
.rdt-vuln-flagged-by[b-ldbfh8ov8y] {
    color: #3B5BDB;
    font-weight: 500;
}

/* Purple "Adaptation required" callout box */
.rdt-adaptation-box[b-ldbfh8ov8y] {
    background-color: #F5EFFE;
    border: 1px solid #DBC0F9;
    border-radius: 12px;
    color: var(--rdt-vulnerable-color);
}

.rdt-adaptation-box p[b-ldbfh8ov8y],
.rdt-adaptation-box ul[b-ldbfh8ov8y],
.rdt-adaptation-box li[b-ldbfh8ov8y],
.rdt-adaptation-box i[b-ldbfh8ov8y],
.rdt-adaptation-box span[b-ldbfh8ov8y] {
    color: var(--rdt-vulnerable-color);
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Ensure dropdown-item buttons render flush with anchor items */
.dropdown-menu .dropdown-item[b-dqavp9kypw] {
    cursor: pointer;
}
/* /Pages/Account/Settings.razor.rz.scp.css */
/* Settings page layout */
/* /Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Container */
.dashboard-container[b-cfzs3vhi1o] {
    max-width: 1400px;
    margin: 0 auto;
}

/* AI Insights Card */
.ai-insights-card[b-cfzs3vhi1o] {
    background: linear-gradient(171.14deg, #faf5ff 0%, #ffffff 50%, #eff6ff 100%);
    border: 1px solid #e9d4ff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.ai-insights-icon[b-cfzs3vhi1o] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ad46ff 0%, #155dfc 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.ai-insights-title[b-cfzs3vhi1o] {
    font-size: 16px;
    font-weight: bold;
    color: #0f172a;
    line-height: 24px;
}

.ai-insights-badge[b-cfzs3vhi1o] {
    background-color: #f3e8ff;
    color: #8200db;
    border: 1px solid #e9d4ff;
    font-size: 12px;
    padding: 3px 9px;
    border-radius: 8px;
    font-weight: 400;
    line-height: 16px;
}

.ai-insights-text[b-cfzs3vhi1o] {
    font-size: 14px;
    color: #334155;
    line-height: 22.75px;
    margin-bottom: 8px;
}

.ai-insights-tag-yellow[b-cfzs3vhi1o] {
    background-color: #fffbeb;
    color: #bb4d00;
    border: 1px solid #fee685;
    font-size: 12px;
    padding: 3px 9px;
    border-radius: 8px;
    font-weight: 400;
    line-height: 16px;
}

.ai-insights-tag-green[b-cfzs3vhi1o] {
    background-color: #f0fdf4;
    color: #008236;
    border: 1px solid #b9f8cf;
    font-size: 12px;
    padding: 3px 9px;
    border-radius: 8px;
    font-weight: 400;
    line-height: 16px;
}

.dashboard-title[b-cfzs3vhi1o] {
    font-size: 2rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
}

.rdt-dashboard-page-title[b-cfzs3vhi1o] {
    margin-bottom: 0;
    font-weight: 600;
}

.rdt-dashboard-page-subtitle[b-cfzs3vhi1o] {
    margin-bottom: 0;
    color: var(--bs-tertiary-color);
    font-weight: 400;
}

.dashboard-search-container[b-cfzs3vhi1o] {
    width: calc(var(--rdt-dashboard-search-placeholder-length, 40) * 0.85ch + 1rem);
    min-width: 24rem;
    max-width: 48rem;
}

@media (max-width: 991.98px) {
    .dashboard-search-container[b-cfzs3vhi1o] {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

.rdt-search-icon-btn[b-cfzs3vhi1o] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.rdt-search-icon-btn:hover:not(:disabled) .fa-search[b-cfzs3vhi1o] {
    color: #155dfc !important;
}

.rdt-search-icon-btn:disabled[b-cfzs3vhi1o] {
    cursor: not-allowed;
    opacity: 0.6;
}

.search-icon[b-cfzs3vhi1o] {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.search-icon:hover[b-cfzs3vhi1o] {
    color: #3b82f6;
    background-color: #f1f5f9;
}

.search-icon:focus[b-cfzs3vhi1o] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Statistics Cards */
.stat-card[b-cfzs3vhi1o] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 120px;
}

.stat-label[b-cfzs3vhi1o] {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.stat-bottom[b-cfzs3vhi1o] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.stat-number[b-cfzs3vhi1o] {
    font-size: 2.25rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1;
}

.stat-change[b-cfzs3vhi1o] {
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1;
}

.stat-change.positive[b-cfzs3vhi1o] {
    color: #16a34a;
    background-color: #dcfce7;
}

.stat-change.negative[b-cfzs3vhi1o] {
    color: #dc2626;
    background-color: #fee2e2;
}

/* Section Headers */
.section-title[b-cfzs3vhi1o] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a202c;
}

/* Priority Alerts */
.alert-card[b-cfzs3vhi1o] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 16px;
    height: 100%;
    border-left: 4px solid;
}

.alert-card-danger[b-cfzs3vhi1o] {
    border-left-color: #ef4444;
    background: linear-gradient(135deg, #fee2e2 0%, #fef7f7 100%);
}

/* EDI Failure Alert - Matches Figma Design */
.alert-card-edi-failure[b-cfzs3vhi1o] {
    background: #fef2f2;
    border: 1px solid #ffc9c9;
    border-radius: 10px;
    padding: 17px;
    display: flex;
    gap: 12px;
    height: 100%;
}

.alert-icon-edi[b-cfzs3vhi1o] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    color: #82181a;
    font-size: 20px;
}

.alert-title-edi[b-cfzs3vhi1o] {
    font-size: 14px;
    font-weight: 700;
    color: #82181a;
    line-height: 21px;
}

.alert-description-edi[b-cfzs3vhi1o] {
    font-size: 13px;
    color: #9f0712;
    margin-bottom: 8px;
    line-height: 19.5px;
}

.alert-action-edi[b-cfzs3vhi1o] {
    color: #c10007;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.alert-action-edi:hover[b-cfzs3vhi1o] {
    color: #9f0712;
    text-decoration: none;
}

/* Vulnerable Customers Alert - Matches EDI Failure Layout with Purple Theme */
.alert-card-vulnerable[b-cfzs3vhi1o] {
    background: #f9f5ff;
    border: 1px solid #dcc9ff;
    border-radius: 10px;
    padding: 17px;
    display: flex;
    gap: 12px;
    height: 100%;
}

.text-purple[b-cfzs3vhi1o] {
    color: #7c3aed !important;
}

.alert-title-vulnerable[b-cfzs3vhi1o] {
    font-size: 14px;
    font-weight: 700;
    color: #6b21a8;
    line-height: 21px;
}

.alert-description-vulnerable[b-cfzs3vhi1o] {
    font-size: 13px;
    color: #7c3aed;
    margin-bottom: 8px;
    line-height: 19.5px;
}

.alert-action-vulnerable[b-cfzs3vhi1o] {
    color: #8b5cf6;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.alert-action-vulnerable:hover[b-cfzs3vhi1o] {
    color: #6b21a8;
    text-decoration: none;
}

.alert-card-info[b-cfzs3vhi1o] {
    border-left-color: #8b5cf6;
    background: linear-gradient(135deg, #e0e7ff 0%, #f4f6ff 100%);
}

.alert-icon[b-cfzs3vhi1o] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.alert-card-danger .alert-icon[b-cfzs3vhi1o] {
    background: #fee2e2;
    color: #dc2626;
}

.alert-card-info .alert-icon[b-cfzs3vhi1o] {
    background: #e0e7ff;
    color: #7c3aed;
}

.alert-title[b-cfzs3vhi1o] {
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.alert-description[b-cfzs3vhi1o] {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
    line-height: 1.5;
}

.alert-action[b-cfzs3vhi1o] {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* Tasks */
.tasks-container[b-cfzs3vhi1o] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.task-card[b-cfzs3vhi1o] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: between;
    transition: all 0.2s ease;
}

.task-card:hover[b-cfzs3vhi1o] {
    border-color: #cbd5e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.task-main[b-cfzs3vhi1o] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.task-icon[b-cfzs3vhi1o] {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    flex-shrink: 0;
}

.task-content[b-cfzs3vhi1o] {
    flex: 1;
}

.task-header[b-cfzs3vhi1o] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.task-title[b-cfzs3vhi1o] {
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
}

.task-description[b-cfzs3vhi1o] {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
    line-height: 1.5;
}

.task-meta[b-cfzs3vhi1o] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
}

.task-reference[b-cfzs3vhi1o] {
    color: #3b82f6;
    font-weight: 500;
}

.task-due[b-cfzs3vhi1o] {
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

.task-action[b-cfzs3vhi1o] {
    background: none;
    border: none;
    color: #64748b;
    font-size: 16px;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.task-action:hover[b-cfzs3vhi1o] {
    background: #f1f5f9;
    color: #3b82f6;
}

/* Badges */
.badge-high[b-cfzs3vhi1o] {
    background: #fee2e2;
    color: #dc2626;
}

.badge-medium[b-cfzs3vhi1o] {
    background: #fef3c7;
    color: #d97706;
}

.badge-low[b-cfzs3vhi1o] {
    background: #e0f2fe;
    color: #0369a1;
}

.badge-status-pending[b-cfzs3vhi1o] {
    background: #fef3c7;
    color: #d97706;
}

.badge-status-in-progress[b-cfzs3vhi1o] {
    background: #dbeafe;
    color: #2563eb;
}

.badge[b-cfzs3vhi1o] {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* /Pages/Policy/Policy.razor.rz.scp.css */
/* Policy page scoped styles */

/* Bootstrap gutter customization */
.row.g-3[b-3s02qhe4e2] {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Main policy page container */
.rdt-policy-page[b-3s02qhe4e2] {
    min-height: fit-content;
}

/* Policy error alert styling */
.rdt-policy-error[b-3s02qhe4e2] {
    border-left: 4px solid var(--bs-warning);
    background-color: var(--bs-warning-bg-subtle);
    border-color: var(--bs-warning-border-subtle);
}

.rdt-policy-error .alert-heading[b-3s02qhe4e2] {
    color: var(--bs-warning-text-emphasis);
    font-weight: 600;
}

.rdt-policy-error hr[b-3s02qhe4e2] {
    opacity: 0.2;
    border-color: var(--bs-warning-border-subtle);
}

/* Policy info cards within sections */
.rdt-policy-page[b-3s02qhe4e2]  .policy-info-card {
    transition: box-shadow 0.2s ease-in-out;
}

.rdt-policy-page[b-3s02qhe4e2]  .policy-info-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Field labels styling within policy sections */
.rdt-policy-page .fs-7.text-muted[b-3s02qhe4e2] {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

/* Field value styling */
.rdt-policy-page .fs-7.fw-bold[b-3s02qhe4e2] {
    font-size: 0.875rem;
    color: var(--bs-gray-800);
}

/* Section headers */
.rdt-policy-page section > p.mb-3[b-3s02qhe4e2] {
    font-weight: 600;
    color: var(--bs-gray-700);
    font-size: 1.1rem;
}

/* Adjust sticky search header when viewing historical policy */
.rdt-policy-page.viewing-history[b-3s02qhe4e2]  .search-highlight-header {
    top: 125px; /* 65px base header + 60px historical banner */
}

/* Align transaction drawer filter controls so the type dropdown matches the
   date range picker's sizing and placeholder text (14px / fs-7). */
.rdt-txn-filters[b-3s02qhe4e2]  .rdt-daterangepicker,
.rdt-txn-filters[b-3s02qhe4e2]  .rdt-select {
    flex: 1 1 0;
    min-width: 0;
}

.rdt-txn-filters[b-3s02qhe4e2]  .rdt-select-trigger {
    font-size: 0.875rem;
    min-height: 2.5rem;
    border-color: #e8e8e8;
}
/* /Pages/Policy/PolicyNoteSection.razor.rz.scp.css */
.rdt-note-card[b-z09bfkwihr] {
    background: #fff;
    border-radius: 16px;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.rdt-note-card:hover[b-z09bfkwihr] {
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.04), 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    border-color: #d0d0d0;
}

.rdt-note-important[b-z09bfkwihr] {
    border-left: 4px solid var(--bs-warning);
}

.rdt-note-avatar[b-z09bfkwihr] {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #212529;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.rdt-note-content-text[b-z09bfkwihr] {
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--bs-gray-700);
    font-size: 0.875rem;
    line-height: 1.6;
}
/* /Pages/Policy/Sections/PolicyDriversSection.razor.rz.scp.css */
.card-success[b-k4uoepvocq] {
  background-color: #e8f8ef;
  border: solid 1px #bbe9ce;
}

.card-amber[b-k4uoepvocq] {
  border: solid 1px #f9cfb5;
  background-color: #fdefe6;
}

.rdt-policy-card[b-k4uoepvocq] {
    height: fit-content !important;
}

.rdt-copy-icon-container[b-k4uoepvocq] {
  min-width: 80px;
}

.rdt-copy-feedback[b-k4uoepvocq] {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

  .rdt-copy-feedback.rdt-copy-visible[b-k4uoepvocq] {
    opacity: 1;
    pointer-events: auto;
  }

.rdt-copy-icon[b-k4uoepvocq] {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

  .rdt-copy-icon.rdt-copy-hidden[b-k4uoepvocq] {
    opacity: 0;
  }

.rdt-accordion-arrow[b-k4uoepvocq] {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}

.rdt-accordion-arrow-expanded[b-k4uoepvocq] {
  transform: rotate(90deg);
}

.c-a-container[b-k4uoepvocq]{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.occupation-width[b-k4uoepvocq] {
    width: 35%;
}

.detail-row[b-k4uoepvocq] {
  margin: -16px;
}

[b-k4uoepvocq] .table-responsive {
    overflow: hidden;
}


/* /Pages/Policy/Sections/PolicyEdiMessageSection.razor.rz.scp.css */
.rdt-edi-xml[b-qhoxbl3bct] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    font-size: 0.75rem;
    font-family: var(--bs-font-monospace);
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 0;
}

.rdt-monaco-diff-container[b-qhoxbl3bct] {
    height: 600px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}
/* /Pages/Policy/Sections/PolicyHistorySection.razor.rz.scp.css */
/* Compact typography */
.rdt-timeline-content[b-lmiigtrvne] {
  cursor: pointer;
}

.container[b-lmiigtrvne] {
    max-width: 865px;
}

.rdt-timeline-dot-wrapper[b-lmiigtrvne] {
    top: 10%;
    left: -20px;
    transform: translateX(-50%);
}

.rdt-timeline-line[b-lmiigtrvne] {
    border-left: none;
}

.rdt-timeline-line > div[b-lmiigtrvne]::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 10%;
    width: 1px;
    height: 110%;
    background-color: #e2e6ea;
}

.rdt-timeline-line > div:last-child[b-lmiigtrvne]::before {
    display: none;
}

.rdt-timeline-dot[b-lmiigtrvne] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.12);
}

.rdt-timeline-dot-active[b-lmiigtrvne] {
    background-color: #16914a;
}

.rdt-timeline-dot-quote[b-lmiigtrvne] {
    background-color: #2f49af;
}

.rdt-timeline-dot-pending[b-lmiigtrvne] {
    background-color: #bc4c08;
}

.rdt-timeline-dot-deleted[b-lmiigtrvne] {
    background-color: #b33027;
}

.rdt-timeline-dot-selected[b-lmiigtrvne] {
    background-color: #8335e8;
    border: solid 3px #fff;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
/* /Pages/Policy/Sections/PolicyIssuesSection.razor.rz.scp.css */
.rdt-issues-card[b-cb8emapt3k] {
    overflow: hidden;
}

.rdt-warning-item[b-cb8emapt3k] {
    background-color: var(--bs-warning-bg-subtle);
    border: 1px solid var(--bs-warning-border-subtle);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
}

.rdt-warning-item-icon[b-cb8emapt3k] {
    color: var(--bs-warning-text-emphasis);
    font-size: 1rem;
}

.rdt-warning-item-text[b-cb8emapt3k] {
    color: var(--bs-warning-text-emphasis);
    font-size: 0.875rem;
}

.rdt-chevron[b-cb8emapt3k] {
    transition: transform .2s;
}

.rdt-chevron--collapsed[b-cb8emapt3k] {
    transform: rotate(-90deg);
}
/* /Pages/Policy/Sections/PolicyOverviewSection.razor.rz.scp.css */
.rdt-broker-card[b-725f9s39hh] {
    transition: all 0.3s ease;
}

.rdt-broker-card:hover[b-725f9s39hh] {
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* /Pages/Policy/Sections/PolicyTasksCard.razor.rz.scp.css */
.rdt-task-alert[b-7fqmhnb4g4] {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.rdt-task-alert:hover[b-7fqmhnb4g4] {
    background-color: #fee2e2;
}

.rdt-task-alert:focus-visible[b-7fqmhnb4g4] {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

.rdt-task-alert-icon[b-7fqmhnb4g4] {
    color: #dc2626;
    font-size: 1rem;
}

.rdt-task-alert-title[b-7fqmhnb4g4] {
    color: #dc2626;
    font-size: 0.875rem;
}

.rdt-task-alert-text[b-7fqmhnb4g4] {
    color: #b91c1c;
    font-size: 0.875rem;
}

.rdt-task-nav[b-7fqmhnb4g4] {
    white-space: nowrap;
}

.rdt-task-nav-btn[b-7fqmhnb4g4] {
    background: none;
    border: none;
    color: #dc2626;
    padding: 0.25rem 0.375rem;
    cursor: pointer;
    line-height: 1;
    border-radius: 0.25rem;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}

.rdt-task-nav-btn:hover:not(:disabled)[b-7fqmhnb4g4] {
    opacity: 1;
}

.rdt-task-nav-btn:disabled[b-7fqmhnb4g4] {
    opacity: 0.3;
    cursor: default;
}

.rdt-task-nav-counter[b-7fqmhnb4g4] {
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 500;
    min-width: 2.5rem;
    text-align: center;
}
/* /Pages/Tasks/Tasks.razor.rz.scp.css */
.rdt-tasks-table-container .rdt-grid thead th[b-3713dql18d] {
    font-weight: 500;
}

.rdt-tasks-table-container .rdt-grid tbody td[b-3713dql18d] {
    font-size: 16px;
}

.rdt-avatar-circle[b-3713dql18d] {
    width: 28px;
    height: 28px;
    font-size: 0.6875rem;
    font-weight: 600;
    flex-shrink: 0;
    color: #fff;
}

.rdt-avatar-circle--blue[b-3713dql18d]   { background-color: #155dfc; }
.rdt-avatar-circle--green[b-3713dql18d]  { background-color: #17a34a; }
.rdt-avatar-circle--orange[b-3713dql18d] { background-color: #ea5a0c; }
.rdt-avatar-circle--purple[b-3713dql18d] { background-color: #7c3aed; }
.rdt-avatar-circle--teal[b-3713dql18d]   { background-color: #0891b2; }
.rdt-avatar-circle--grey[b-3713dql18d]   { background-color: #6b7280; }

/* ── Filter bar ── */
.rdt-tasks-filter-bar[b-3713dql18d] {
    flex-wrap: wrap;
}

.rdt-tasks-search-wrapper[b-3713dql18d] {
    flex: 1;
    min-width: 220px;
    max-width: 360px;
}

.rdt-tasks-search-icon[b-3713dql18d] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.875rem;
    color: #6b7280;
}

.rdt-tasks-search-input[b-3713dql18d] {
    padding-left: 2.25rem;
    font-size: 14px;
    height: 2.5rem;
    border-color: #e8e8e8;
    border-radius: 6px !important;
}

    .rdt-tasks-search-input:focus[b-3713dql18d] {
        border-color: #adb5bd;
        box-shadow: none;
    }

/* Constrains RdtDropdown / RdtDateRangePicker inside the filter bar */
.rdt-filter-item[b-3713dql18d] {
    flex-shrink: 0;
}

    .rdt-filter-item .rdt-dropdown[b-3713dql18d],
    .rdt-filter-item .rdt-daterangepicker[b-3713dql18d] {
        width: auto !important;
    }

    /* Keep width auto — let RdtDropdown's native white/border style apply */
    .rdt-filter-item .rdt-dropdown .dropdown-toggle[b-3713dql18d] {
        width: auto !important;
        min-width: 80px;
    }

    /* Keep width auto — let RdtDateRangePicker's native white/border style apply */
    .rdt-filter-item .rdt-daterangepicker-input[b-3713dql18d] {
        width: auto !important;
        min-width: 110px;
    }

/* All filter buttons — ::deep required so styles apply to Blazorise DropdownToggle
   rendered <button> elements which don't carry the component scope attribute.
   !important overrides Bootstrap .btn / .btn-secondary / .dropdown-toggle defaults. */
.rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px !important;
    cursor: pointer;
    height: 2.5rem;
    white-space: nowrap;
    color: rgba(33, 37, 41, 0.75) !important;
    transition: border-color 0.15s ease-in-out;
    box-shadow: none !important;
}

    .rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-btn:hover {
        border-color: #adb5bd !important;
    }

    .rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-btn::after {
        display: none !important;
    }

.rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-btn--active {
    background-color: #fff !important;
    border-color: var(--bs-primary, #1E293B) !important;
    color: var(--bs-primary, #1E293B) !important;
    font-weight: 500;
}

/* Dropdown menu used by custom filter dropdowns —
   ::deep required because Blazorise renders DropdownMenu outside Blazor's scope attribute.
   NOTE: Only visual/layout rules here — Popper.js handles left/right positioning automatically,
   flipping to right-aligned when there is insufficient space on the right. */
.rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-dropdown {
    border: 1px solid var(--bs-border-color, #E2E8F0) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    flex-direction: column !important;
    max-height: 380px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-dropdown.show {
    display: flex !important;
}

/* Consistent item padding inside all filter dropdowns */
.rdt-tasks-filter-bar[b-3713dql18d]  .rdt-filter-dropdown .dropdown-item {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.rdt-filter-dropdown-search[b-3713dql18d] {
    flex-shrink: 0;
    background: #fff;
    border-bottom: 1px solid var(--bs-border-color, #E2E8F0);
}

.rdt-filter-dropdown-pinned[b-3713dql18d] {
    flex-shrink: 0;
    background: #fff;
    border-bottom: 1px solid var(--bs-border-color, #E2E8F0);
    padding-bottom: 0.375rem;
}

.rdt-filter-dropdown-items[b-3713dql18d] {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto;
    min-height: 0;
}

.rdt-filter-dropdown-section-label[b-3713dql18d] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #6b7280;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

.rdt-filter-dropdown-item[b-3713dql18d] {
    font-size: 14px;
    color: rgba(33, 37, 41, 0.75);
    border-radius: 4px;
    margin: 1px 4px;
}

[b-3713dql18d] .rdt-filter-dropdown-item:hover,
[b-3713dql18d] .rdt-filter-dropdown-item:focus {
    color: #212529 !important;
    background-color: #f3f4f6 !important;
}

.rdt-filter-dropdown-item-active[b-3713dql18d] {
    font-size: 14px;
    background-color: #f3f4f6 !important;
    color: var(--bs-primary, #1E293B) !important;
    font-weight: 500;
    border-radius: 4px;
    margin: 1px 4px;
}

[b-3713dql18d] .rdt-filter-dropdown-item-active:hover,
[b-3713dql18d] .rdt-filter-dropdown-item-active:focus {
    color: var(--bs-primary, #1E293B) !important;
    background-color: #e9ecef !important;
}

/* More filters panel */
.rdt-filter-btn-wrapper[b-3713dql18d] {
    position: relative;
}

.rdt-more-filters-overlay[b-3713dql18d] {
    position: fixed;
    inset: 0;
    z-index: 1040;
}

.rdt-more-filters-panel[b-3713dql18d] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid var(--bs-border-color, #E2E8F0);
    border-radius: 10px;
    padding: 1.25rem;
    min-width: 420px;
    font-size: 14px;
}

