/* _content/BlazorOOWebApply/Components/ApplySteps/DriverLicenseStep.razor.rz.scp.css */
.license-form-wrapper[b-66gs1wekgj] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.license-form-wrapper.open[b-66gs1wekgj] {
    max-height: 1200px;
    opacity: 1;
}
/* _content/BlazorOOWebApply/Components/ApplySteps/InfoReleaseStep.razor.rz.scp.css */
.info-release-step[b-qq5duuilq0] {
    font-size: 0.98rem;
    line-height: 1.5;
}

.question-required[b-qq5duuilq0] {
    border: 2px solid #dc3545;
    border-radius: 0.5rem;
    padding: 0.9rem;
}

.radio-inline[b-qq5duuilq0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-right: 1rem;
}

@media (max-width: 767.98px) {
    .info-release-step h3[b-qq5duuilq0] {
        font-size: 1.15rem;
    }
}
/* _content/BlazorOOWebApply/Components/ApplySteps/SignatureStep.razor.rz.scp.css */
.signature-canvas[b-4hkc9lwucg],
.signature-preview[b-4hkc9lwucg] {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 0.5rem;
    touch-action: none;
}

@media (max-width: 767.98px) {
    .signature-step h4[b-4hkc9lwucg] {
        font-size: 1.1rem;
    }
}
/* _content/BlazorOOWebApply/Components/ApplySteps/SummaryStep.razor.rz.scp.css */
.summary-table-wrap[b-57e5dcr3cg] {
  border-radius: 0.75rem;
  background: #fff;
}

.summary-section table th[b-57e5dcr3cg],
.summary-table-wrap th[b-57e5dcr3cg] {
  white-space: nowrap;
}

.section-header[b-57e5dcr3cg] {
  display: flex;
  width: 100%;
  background-color: #e9f2fb;
  border-top: 1px solid #c5d9f1;
  border-bottom: 1px solid #c5d9f1;
  padding: 0.65rem 0.85rem;
  margin: 0 0 0.75rem 0;
  font-weight: 600;
  border-radius: 0.5rem;
}

.section-edit-button[b-57e5dcr3cg] {
  color: #0d6efd;
  text-decoration: none;
  padding: 0.25rem;
  min-width: 2rem;
  min-height: 2rem;
}

@media (max-width: 767.98px) {
  .summary-table-wrap[b-57e5dcr3cg] {
    font-size: 0.875rem;
  }

  .summary-table-wrap td[b-57e5dcr3cg],
  .summary-table-wrap th[b-57e5dcr3cg],
  .section-header[b-57e5dcr3cg] {
    word-break: break-word;
  }
}
/* _content/BlazorOOWebApply/Components/ApplySteps/TrafficAccidentsStep.razor.rz.scp.css */
.accident-form-wrapper[b-j519my7fki] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.accident-form-wrapper.open[b-j519my7fki] {
    max-height: 800px;
    opacity: 1;
}
/* _content/BlazorOOWebApply/Components/ApplySteps/TrafficConvictionsStep.razor.rz.scp.css */
.conviction-form-wrapper[b-euc10mo53m] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.conviction-form-wrapper.open[b-euc10mo53m] {
    max-height: 700px;
    opacity: 1;
}
/* _content/BlazorOOWebApply/Components/ApplySteps/WorkHistoryStep.razor.rz.scp.css */
.work-history-form-panel[b-k2s1ci19m5] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.work-history-form-panel.open[b-k2s1ci19m5] {
    max-height: 2400px;
    opacity: 1;
}
/* _content/BlazorOOWebApply/Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-8vj2m0lazf] {
    position: relative;
    display: flex;
    min-height: 100vh;
    background: #f8fafc;
}

main[b-8vj2m0lazf] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-8vj2m0lazf] {
    width: 280px;
    min-height: 100vh;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #164A87 70%);
}

.top-row[b-8vj2m0lazf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-height: 3.75rem;
    position: sticky;
    top: 0;
    z-index: 5;
}

.menu-toggle[b-8vj2m0lazf] {
    display: none;
    margin-left: auto;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 0.75rem;
}

.menu-toggle .navbar-toggler-icon[b-8vj2m0lazf] {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    background-image: var(--bs-navbar-toggler-icon-bg);
}

.status-chip[b-8vj2m0lazf] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #ffffff;
    border: 1px solid #d6d5d5;
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

.status-label[b-8vj2m0lazf] { font-weight: 600; color: #4b5563; }
.status-value[b-8vj2m0lazf] { color: #111827; }

@media (max-width: 991.98px) {
    .sidebar[b-8vj2m0lazf] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .sidebar.open[b-8vj2m0lazf] {
        transform: translateX(0);
    }

    .sidebar-backdrop[b-8vj2m0lazf] {
        position: fixed;
        inset: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1040;
    }

    .menu-toggle[b-8vj2m0lazf] {
        display: inline-flex;
        align-items: end;
        justify-content: end;
    }

    .top-row[b-8vj2m0lazf] {
        justify-content: flex-end;
        flex-wrap: wrap;
        min-height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .status-chip[b-8vj2m0lazf] {
        font-size: 0.8rem;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar[b-8vj2m0lazf] {
        position: sticky;
        top: 0;
        height: 100vh;
        flex: 0 0 280px;
    }

    .top-row[b-8vj2m0lazf], article[b-8vj2m0lazf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8vj2m0lazf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8vj2m0lazf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/BlazorOOWebApply/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-c7fno3uog9] {
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-brand[b-c7fno3uog9] {
    font-size: 1.1rem;
    font-weight: 600;
}

.bi[b-c7fno3uog9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-c7fno3uog9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-c7fno3uog9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.nav-item[b-c7fno3uog9] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-c7fno3uog9]  .nav-link,
.step-link[b-c7fno3uog9] {
    color: #d7d7d7;
    border-radius: 10px;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-item[b-c7fno3uog9]  .nav-link.active,
.step-link.active[b-c7fno3uog9] {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.nav-item[b-c7fno3uog9]  .nav-link:hover,
.step-link:hover[b-c7fno3uog9] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-c7fno3uog9] {
    display: block;
    height: calc(100vh - 4rem);
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .nav-scrollable[b-c7fno3uog9] {
        height: calc(100vh - 4rem);
    }
}
/* _content/BlazorOOWebApply/Components/Pages/Notifications.razor.rz.scp.css */
.notifications-layout[b-nkc3l9x5bf] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
}

.notifications-preview[b-nkc3l9x5bf] {
    min-height: 24rem;
}

.document-preview-wrapper[b-nkc3l9x5bf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.document-preview-action[b-nkc3l9x5bf] {
    width: 100%;
}

.document-preview-frame[b-nkc3l9x5bf] {
    display: block;
    width: 100%;
    height: min(75vh, 42rem);
    min-height: 26rem;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.75rem;
    background-color: var(--bs-body-bg, #fff);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.document-preview-helper[b-nkc3l9x5bf] {
    display: block;
}

@media (max-width: 575.98px) {
    .notifications-preview[b-nkc3l9x5bf] {
        min-height: 0;
    }

    .document-preview-frame[b-nkc3l9x5bf] {
        height: 78vh;
        min-height: 32rem;
    }
}

@media (min-width: 576px) {
    .document-preview-action[b-nkc3l9x5bf] {
        width: auto;
    }

    .document-preview-helper[b-nkc3l9x5bf] {
        display: none;
    }
}

@media (min-width: 992px) {
    .notifications-layout[b-nkc3l9x5bf] {
        grid-template-columns: minmax(20rem, 28rem) minmax(0, 1fr);
        align-items: start;
    }

    .notifications-preview[b-nkc3l9x5bf] {
        position: sticky;
        top: 1rem;
    }

    .document-preview-frame[b-nkc3l9x5bf] {
        height: min(70vh, 40rem);
        min-height: 34rem;
    }
}
/* _content/BlazorOOWebApply/Components/WizardButtonBar.razor.rz.scp.css */
.wizard-buttonbar[b-c1u8wn6roi] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
}

.wizard-nav-buttons[b-c1u8wn6roi] {
    --wizard-nav-button-width: 10rem;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.wizard-nav-button[b-c1u8wn6roi] {
    width: var(--wizard-nav-button-width);
}

.wizard-entry-actions[b-c1u8wn6roi] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .wizard-buttonbar[b-c1u8wn6roi] {
        grid-template-columns: 1fr;
    }

    .wizard-nav-buttons[b-c1u8wn6roi],
    .wizard-entry-actions[b-c1u8wn6roi] {
        justify-content: stretch;
    }

    .wizard-nav-button[b-c1u8wn6roi],
    .wizard-entry-actions .btn[b-c1u8wn6roi] {
        width: 100%;
    }
}
