﻿.ow-view-header {
    padding: 0;
}

body:not(.ow-layout-v2-mobile) .ow-local-mobile-toolbar,
body:not(.ow-layout-v2-mobile) .ow-mobile-toolbar-surface,
body:not(.ow-layout-v2-mobile) .ow-mobile-toolbar-sheet,
body:not(.ow-layout-v2-mobile) .ow-mobile-local-actions-sheet {
    display: none !important;
}

.ow-view-header-actions {
    padding: 0;
}

.ow-view-header-actions .clear {
    display: none;
}

.ow-view-filter,
.ow-view-content,
.ow-view-kanban {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.ow-view-filter {
    margin-bottom: 10px;
}

.ow-view-kanban {
    overflow: hidden;
    padding: 0px 0px 0px 15px;
}

.ow-view-content:not(.grid-container) {
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%);
}

.ow-view-hero-card {
    padding: 18px 20px;
    margin-bottom: 18px;
    border: 1px solid #d9e3ec;
    border-radius: 18px;
    background: linear-gradient(135deg, #f9fbfd 0%, #eef4f9 100%);
    box-shadow: 0 14px 32px rgba(19, 49, 78, 0.08);
}

.ow-view-hero-title {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 470;
    color: #17324d;
}

.ow-view-hero-copy {
    margin: 0;
    color: #49647d;
    line-height: 1.6;
}

.ow-view-summary-card {
    min-height: 168px;
    padding: 18px 20px;
    margin-bottom: 16px;
    border: 1px solid #d9e3ec;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(19, 49, 78, 0.08);
}

.ow-view-summary-card-info {
    background: linear-gradient(135deg, #eff7fd 0%, #fefefe 100%);
}

.ow-view-summary-card-warning {
    background: linear-gradient(135deg, #fff6eb 0%, #fefefe 100%);
}

.ow-view-summary-card-danger {
    background: linear-gradient(135deg, #fff1f3 0%, #fefefe 100%);
}

.ow-view-summary-card-neutral {
    background: linear-gradient(135deg, #f4f6f8 0%, #fefefe 100%);
}

.ow-view-summary-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #58708b;
}

.ow-view-summary-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 470;
    color: #17324d;
}

.ow-view-summary-copy {
    margin: 0 0 14px;
    min-height: 42px;
    color: #5d7185;
}

.ow-view-summary-main {
    display: block;
    font-size: 28px;
    font-weight: 470;
    line-height: 1.2;
    color: #17324d;
}

.ow-view-summary-meta {
    margin-top: 12px;
    color: #5d7185;
    line-height: 1.7;
}

.ow-view-empty-state {
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px dashed #c8d7e5;
    border-radius: 14px;
    background: #f8fbfd;
    color: #5d7185;
}

.ow-view-empty-state-centered {
    text-align: center;
}

.ow-boleto-workspace-layout,
.ow-boleto-workspace-body {
    min-width: 0;
}

.ow-boleto-workspace-master-detail {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.65fr);
    gap: 16px;
    align-items: start;
    padding: 16px 0;
}

.ow-boleto-workspace-pane {
    min-width: 0;
    padding: 14px;
    border: 1px solid #d9e5ef;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(31, 72, 112, 0.06);
}

.ow-boleto-workspace-detail-pane {
    min-height: 360px;
}

.ow-boleto-workspace-pane-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    margin-bottom: 12px;
}

.ow-boleto-workspace-pane-title {
    margin: 0;
    color: #17324d;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}

.ow-boleto-workspace-pane-subtitle {
    margin: 3px 0 0;
    overflow: hidden;
    color: #5d7185;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ow-boleto-workspace-detail .ow-view-content,
.ow-boleto-workspace-pane .ow-view-content {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ow-boleto-workspace-master-detail {
        grid-template-columns: 1fr;
    }

    .ow-boleto-workspace-detail-pane {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .ow-boleto-workspace-pane {
        padding: 12px;
    }

    .ow-boleto-workspace-pane-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .ow-boleto-workspace-pane-toolbar .ow-toolbar-actions {
        justify-content: flex-start;
    }
}

.ow-view-inline-empty {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px dashed #c9d9ea;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
    color: #5b728a;
}

.ow-view-inline-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(37, 99, 196, 0.08);
    color: #2b5e95;
    flex: 0 0 auto;
}

.ow-view-inline-empty-icon i[data-lucide] {
    width: 18px;
    height: 18px;
}

.ow-view-inline-empty-copy {
    min-width: 0;
}

.ow-view-inline-empty-title {
    display: block;
    color: #284866;
    font-size: 14px;
    font-weight: 470;
    line-height: 1.35;
}

.ow-view-inline-empty-meta {
    display: block;
    margin-top: 2px;
    color: #5b728a;
    font-size: 12px;
    line-height: 1.45;
}

.ow-view-fill-height {
    height: 100%;
}

.ow-view-popup-content-reset {
    padding: 0;
}

.ow-view-section-note {
    margin-bottom: 16px;
    color: #5d7185;
}

.ow-view-section-body {
    padding: 16px 18px;
}

.ow-view-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.ow-view-section-title {
    margin: 0;
    font-size: 16px;
    font-weight: 470;
    color: #243447;
}

.ow-view-section-caption {
    font-size: 12px;
    color: #6b7280;
}

.ow-view-context-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border: 1px solid #d9e3ec;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(19, 49, 78, 0.05);
}

.ow-view-context-card-hero {
    margin-bottom: 18px;
    padding: 24px 28px;
}

.ow-view-context-card-compact {
    margin-bottom: 16px;
    padding: 16px 18px;
    border-radius: 16px;
}

.ow-view-context-card-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.ow-view-context-card-title {
    color: #1f3b57;
    font-size: 16px;
    font-weight: 470;
    line-height: 1.3;
}

.ow-view-context-card-title-compact {
    font-size: 15px;
    line-height: 1.4;
}

.ow-view-context-card-meta {
    margin-top: 6px;
    color: #5d7084;
    font-size: 14px;
    line-height: 1.5;
}

.ow-view-context-card-meta-compact {
    margin-top: 4px;
    color: #698095;
    font-size: 13px;
}

.ow-view-context-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

.ow-view-context-band {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid #d9e3ec;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(19, 49, 78, 0.05);
}

.ow-view-context-band-main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.ow-view-context-band-side {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
}

.ow-view-context-band-title {
    color: #1f3b57;
    font-size: 16px;
    font-weight: 470;
    line-height: 1.3;
}

.ow-view-context-band-meta {
    color: #5d7084;
    font-size: 14px;
    line-height: 1.5;
}

.ow-view-context-band-support {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #d9e3ec;
    border-radius: 14px;
    background: #f8fbfe;
    color: #4a617d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.ow-view-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.ow-view-progress-track {
    position: relative;
    width: min(100%, 320px);
    height: 10px;
    border-radius: 999px;
    background: #d9e5f1;
    overflow: hidden;
}

.ow-view-progress-fill {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #47b484 0%, #2d8c63 100%);
}

.ow-view-progress-text {
    min-width: 44px;
    color: #1f3b57;
    font-size: 14px;
    font-weight: 470;
}

.ow-view-mode-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1eaf3;
}

.ow-view-mode-button {
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #4a617d;
    font-size: 14px;
    font-weight: 470;
    line-height: 1;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ow-view-mode-button:hover,
.ow-view-mode-button:focus {
    border-color: #cfe1f5;
    background: #f4f9ff;
    color: #1f78be;
    outline: 0;
}

.ow-view-mode-button.is-active {
    border-color: #a8d1f3;
    background: #eff7ff;
    box-shadow: inset 0 -2px 0 #1f78be;
    color: #005e9a;
}

.ow-view-grid-toolbar {
    margin-bottom: 16px;
}

.ow-view-grid-toolbar-end {
    display: flex;
    justify-content: flex-end;
}

.ow-view-grid-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 240px));
    gap: 12px;
}

.ow-view-grid-filters > div {
    min-width: 0;
}

.ow-view-inline-composer-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.ow-view-inline-composer-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.ow-view-grid-shell {
    border: 1px solid #dce6ef;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.ow-view-grid-shell .dx-datagrid {
    border: 0 !important;
}

.auditoria-pep-root {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auditoria-pep-root .ow-view-header-shell {
    margin-bottom: 0;
}

.auditoria-pep-toolbar {
    gap: 8px;
}

.auditoria-pep-filter-card {
    border: 1px solid #dce6ef;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
}

.auditoria-pep-filter-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(130px, 1fr));
    gap: 12px;
    align-items: end;
}

.auditoria-pep-filter-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.auditoria-pep-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 8px;
}

.auditoria-pep-summary .auditoria-pep-summary-card {
    align-items: center;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 10px 20px rgba(15, 33, 58, 0.05);
    display: grid;
    gap: 2px 8px;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-content: initial;
    min-height: 64px;
    min-width: 0;
    padding: 8px 10px;
}

.auditoria-pep-summary .auditoria-pep-summary-card:hover,
.auditoria-pep-summary .auditoria-pep-summary-card:focus {
    border-color: #9bc8ed;
    box-shadow: 0 12px 24px rgba(15, 33, 58, 0.09);
}

.auditoria-pep-summary .auditoria-pep-summary-card.is-active {
    background: #fff;
    border-color: #0586d6;
    box-shadow: 0 12px 24px rgba(5, 134, 214, 0.14);
}

.auditoria-pep-summary .auditoria-pep-summary-icon {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    grid-column: 1;
    grid-row: 1 / 4;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.auditoria-pep-summary .auditoria-pep-summary-icon svg {
    height: 16px;
    stroke-width: 1;
    width: 16px;
}

.auditoria-pep-summary .auditoria-pep-summary-icon-total {
    background: #eef5ff;
    color: #245f96;
}

.auditoria-pep-summary .auditoria-pep-summary-icon-success {
    background: #e8f6ed;
    color: #1b7a45;
}

.auditoria-pep-summary .auditoria-pep-summary-icon-muted {
    background: #f4f7fa;
    color: #5f7388;
}

.auditoria-pep-summary .auditoria-pep-summary-icon-danger {
    background: #fff0f2;
    color: #b9334f;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-label,
.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-value,
.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-secondary,
.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-status-chip {
    grid-column: 2;
    min-width: 0;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-label,
.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-secondary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-label {
    font-size: 10px;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-value {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-quick-card-secondary {
    font-size: 11px;
    line-height: 1.25;
    margin-top: 0;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-status-chip {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #6f7f91;
    font-size: 11px;
    font-weight: 400;
    justify-self: start;
    line-height: 1.2;
    min-height: 0;
    padding: 0;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-status-chip.is-success {
    color: #18794e;
}

.auditoria-pep-summary .auditoria-pep-summary-card .ow-view-status-chip.is-danger {
    color: #bf4e32;
}

.auditoria-pep-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.auditoria-pep-grid {
    min-height: 520px;
}

.auditoria-pep-detail-panel {
    border: 1px solid #dce6ef;
    border-radius: 18px;
    background: #ffffff;
    min-height: 520px;
    overflow: hidden;
}

.auditoria-pep-detail-header {
    border-bottom: 1px solid #edf3f8;
    padding: 16px 18px;
}

.auditoria-pep-detail-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 18px;
}

.auditoria-pep-detail-title {
    color: #17324d;
    font-size: 16px;
    font-weight: 470;
    margin: 0 0 6px;
}

.auditoria-pep-detail-subtitle {
    color: #5f7388;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.auditoria-pep-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 2px;
}

.auditoria-pep-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.auditoria-pep-meta-card {
    border: 1px solid #dce5ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 10px 12px;
}

.auditoria-pep-meta-label {
    color: #6c7a89;
    display: block;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.auditoria-pep-meta-value {
    color: #27384a;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    word-break: break-word;
}

.auditoria-pep-description {
    border: 1px solid #dce5ee;
    border-radius: 12px;
    background: #fbfdff;
    color: #2f4050;
    font-size: 13px;
    line-height: 1.55;
    min-height: 94px;
    padding: 12px;
    white-space: pre-line;
}

.auditoria-pep-empty-detail {
    align-items: center;
    color: #6c7a89;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-height: 360px;
    padding: 24px;
    text-align: center;
}

.auditoria-pep-empty-detail i[data-lucide] {
    color: #8da4ba;
    height: 34px;
    width: 34px;
}

.auditoria-pep-row-main {
    color: #17324d;
    display: block;
    font-weight: 470;
    line-height: 1.35;
}

.auditoria-pep-row-sub {
    color: #65788b;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 3px;
}

.auditoria-pep-version-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auditoria-pep-version-card {
    border: 1px solid #dce5ee;
    border-radius: 16px;
    background: #ffffff;
    padding: 12px 14px;
}

.auditoria-pep-version-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.auditoria-pep-version-text {
    color: #2f4050;
    font-size: 13px;
    line-height: 1.55;
    white-space: pre-line;
}

.ow-print-body {
    background: #edf3f8;
    color: #24384c;
    font-family: "Segoe UI", Tahoma, sans-serif;
    margin: 0;
    padding: 24px;
}

.ow-print-report {
    background: #ffffff;
    border: 1px solid #d8e3ed;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(15, 33, 58, 0.08);
    margin: 0 auto;
    max-width: 1180px;
    padding: 24px;
}

.ow-print-report-header {
    align-items: flex-start;
    border-bottom: 1px solid #e4edf5;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.ow-print-report-header h1 {
    color: #17324d;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 6px;
}

.ow-print-report-header p {
    color: #5f7188;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.ow-print-report-stamp {
    background: #f7fbff;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    min-width: 150px;
    padding: 10px 12px;
    text-align: right;
}

.ow-print-context-card {
    align-items: stretch;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #d8e5f2;
    border-radius: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(260px, 1.2fr) minmax(360px, 1.8fr);
    margin-bottom: 18px;
    padding: 14px;
}

.ow-print-context-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ow-print-context-label,
.ow-print-context-grid span {
    color: #688095;
    display: block;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ow-print-context-title {
    color: #17324d;
    display: block;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 4px;
}

.ow-print-context-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ow-print-context-grid div {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #dce7f1;
    border-radius: 12px;
    padding: 10px 12px;
}

.ow-print-context-grid strong {
    color: #17324d;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
    overflow-wrap: anywhere;
}

.ow-print-report-stamp span,
.ow-print-meta-card span,
.ow-print-kpi-card span {
    color: #688095;
    display: block;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ow-print-report-stamp strong,
.ow-print-meta-card strong,
.ow-print-kpi-card strong {
    color: #17324d;
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 4px;
}

.ow-print-report-section {
    margin-top: 18px;
}

.ow-print-report-section h2 {
    color: #17324d;
    font-size: 15px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.ow-print-meta-grid,
.ow-print-kpi-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ow-print-kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-print-meta-card,
.ow-print-kpi-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dce5ee;
    border-radius: 14px;
    min-height: 58px;
    padding: 10px 12px;
}

.ow-print-kpi-card.is-success {
    border-color: #c7e6d3;
}

.ow-print-kpi-card.is-neutral {
    border-color: #dbe4ec;
}

.ow-print-kpi-card.is-danger {
    border-color: #f0c8c6;
}

.ow-print-empty {
    background: #fbfdff;
    border: 1px dashed #cbdbea;
    border-radius: 14px;
    color: #5f7188;
    padding: 18px;
}

.ow-print-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    line-height: 1.45;
    width: 100%;
}

.ow-print-table th {
    background: #f3f8fc;
    border-bottom: 1px solid #dce5ee;
    border-top: 1px solid #dce5ee;
    color: #5f7188;
    font-size: 11px;
    letter-spacing: 0.04em;
    padding: 9px 10px;
    text-align: left;
    text-transform: uppercase;
}

.ow-print-table th:first-child {
    border-left: 1px solid #dce5ee;
    border-top-left-radius: 12px;
}

.ow-print-table th:last-child {
    border-right: 1px solid #dce5ee;
    border-top-right-radius: 12px;
}

.ow-print-table td {
    border-bottom: 1px solid #e8eff6;
    color: #2f4050;
    padding: 9px 10px;
    vertical-align: top;
}

.ow-print-table td:first-child {
    border-left: 1px solid #eef4f9;
}

.ow-print-table td:last-child {
    border-right: 1px solid #eef4f9;
}

.ow-print-table td strong,
.ow-print-table td span,
.ow-print-table td small {
    display: block;
}

.ow-print-table td strong {
    color: #17324d;
    font-size: 12px;
}

.ow-print-table td span {
    color: #5f7188;
    margin-top: 3px;
    white-space: pre-line;
}

.ow-print-table td small {
    color: #7a5d14;
    margin-top: 5px;
}

.ow-print-table td .ow-view-status-chip {
    display: inline-flex;
    margin-top: 0;
}

.ow-print-report-footer {
    border-top: 1px solid #e4edf5;
    color: #6b7f92;
    font-size: 11px;
    line-height: 1.45;
    margin-top: 18px;
    padding-top: 12px;
}

.auditoria-pep-print-table th:nth-child(1),
.auditoria-pep-print-table td:nth-child(1) {
    width: 102px;
}

.auditoria-pep-print-table th:nth-child(2),
.auditoria-pep-print-table td:nth-child(2) {
    width: 112px;
}

.auditoria-pep-print-table th:nth-child(4),
.auditoria-pep-print-table td:nth-child(4),
.auditoria-pep-print-table th:nth-child(5),
.auditoria-pep-print-table td:nth-child(5),
.auditoria-pep-print-table th:nth-child(6),
.auditoria-pep-print-table td:nth-child(6),
.auditoria-pep-print-table th:nth-child(7),
.auditoria-pep-print-table td:nth-child(7) {
    width: 92px;
}

@media print {
    .ow-print-body {
        background: #ffffff;
        padding: 0;
    }

    .ow-print-report {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        max-width: none;
        padding: 0;
    }

    .ow-print-report-section {
        break-inside: avoid;
    }

    .ow-print-flow-section {
        break-inside: auto;
    }

    .ow-print-context-card {
        background: #ffffff;
        break-inside: avoid;
    }

    .ow-print-table tr {
        break-inside: avoid;
    }
}

.ow-view-picker-body {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}

.ow-view-picker-grid {
    min-height: 420px;
}

.ow-view-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 470;
    line-height: 1.2;
    text-align: center;
}

.ow-view-status-badge.is-pending {
    background: #fff6e7;
    border-color: #f4ddb0;
    color: #b06d08;
}

.ow-view-status-badge.is-done,
.ow-view-status-badge.is-authorized {
    background: #e9f8ef;
    border-color: #cae9d6;
    color: #18794e;
}

.ow-view-status-badge.is-done-own {
    background: #eef6ff;
    border-color: #cfe1f5;
    color: #1f78be;
}

.ow-view-status-badge.is-done-third-party {
    background: #e9f8ef;
    border-color: #cae9d6;
    color: #18794e;
}

.ow-view-status-badge.is-awaiting {
    background: #eef6ff;
    border-color: #cfe1f5;
    color: #1f78be;
}

.ow-view-status-badge.is-not-authorized {
    background: #fff1ef;
    border-color: #f1d1c8;
    color: #bf4e32;
}

.ow-view-status-badge.is-danger {
    background: #fff1ef;
    border-color: #f1d1c8;
    color: #bf4e32;
}

.ow-view-status-badge.is-cancelled,
.ow-view-status-badge.is-default {
    background: #f4f7fa;
    border-color: #dbe4ec;
    color: #5f7388;
}

.ow-view-status-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid #dbe4ec;
    border-radius: 999px;
    background: #f4f7fa;
    color: #5f7388;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.ow-view-status-chip.is-muted {
    background: #f4f7fa;
    border-color: #dbe4ec;
    color: #5f7388;
}

.ow-view-status-chip.is-info {
    background: #eef6ff;
    border-color: #cfe1f5;
    color: #1f78be;
}

.ow-view-status-chip.is-success {
    background: #e9f8ef;
    border-color: #cae9d6;
    color: #18794e;
}

.ow-view-status-chip.is-warning {
    background: #fff6e7;
    border-color: #f4ddb0;
    color: #b06d08;
}

.ow-view-status-chip.is-danger {
    background: #fff1ef;
    border-color: #f1d1c8;
    color: #bf4e32;
}

.ow-grid-clinical-control {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ow-grid-service-cell {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-left: 16px;
}

.ow-grid-service-text {
    min-width: 0;
}

.ow-grid-service-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 999px;
}

.ow-grid-service-line.is-pending {
    background: #e5484d;
}

.ow-grid-service-line.is-done-own {
    background: #1f78be;
}

.ow-grid-service-line.is-done-third-party,
.ow-grid-service-line.is-done,
.ow-grid-service-line.is-authorized {
    background: #22a06b;
}

.ow-grid-service-line.is-default {
    background: #9fb2c6;
}

.ow-grid-master-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 18px 14px 28px;
}

.ow-grid-master-detail-caption {
    color: #31465c;
    font-size: 14px;
    line-height: 1.55;
}

.ow-grid-master-detail-clinical {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ow-grid-master-detail-label {
    color: #5f7388;
    font-weight: 400;
}

.ow-view-quick-card {
    align-items: flex-start;
    appearance: none;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border: 1px solid #d8e3ed;
    border-radius: 14px;
    color: #243447;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    gap: 8px;
    justify-content: space-between;
    min-height: 126px;
    padding: 12px 14px;
    text-align: left;
    width: 100%;
}

.ow-view-quick-card-feature {
    min-height: 144px;
    padding: 14px 16px;
    gap: 10px;
}

.ow-view-quick-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 196, 0.12), rgba(39, 144, 239, 0.18));
    color: #245593;
    flex: 0 0 auto;
}

.ow-view-quick-card-icon i[data-lucide] {
    width: 22px;
    height: 22px;
    stroke-width: 1;
}

.ow-view-quick-card-clickable {
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.ow-view-quick-card-clickable:hover,
.ow-view-quick-card-clickable:focus {
    border-color: #bfd5e7;
    box-shadow: 0 10px 20px rgba(31, 95, 151, 0.08);
    outline: 0;
    transform: translateY(-1px);
}

.ow-view-quick-card.is-active {
    background: linear-gradient(180deg, #eff7ff 0%, #ffffff 100%);
    border-color: #84b8e6;
    box-shadow: 0 10px 22px rgba(31, 95, 151, 0.14);
}

.ow-view-quick-card-label {
    color: #688095;
    font-size: 11px;
    font-weight: 470;
    line-height: 1.2;
    text-transform: uppercase;
}

.ow-view-quick-card-header {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    width: 100%;
}

.ow-view-quick-card-meta {
    color: #5f7487;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
}

.ow-view-quick-card-value {
    color: #18324b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    word-break: break-word;
}

.ow-view-quick-card-plan {
    border-color: #bcd7ee;
}

.ow-view-quick-card-plan .ow-view-quick-card-value {
    font-size: 14px;
    font-weight: 470;
    text-transform: uppercase;
}

.ow-view-quick-card-secondary {
    color: #5f7487;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    margin-top: auto;
}

.ow-view-quick-card-tertiary {
    color: #6f8294;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}

.ow-view-block-title {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 470;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #17324d;
}

.ow-view-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ow-view-section-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.ow-view-section-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.ow-view-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
    gap: 16px;
}

.ow-view-timeline-item {
    position: relative;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ow-view-timeline-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    right: calc(-50% + 10px);
    height: 2px;
    background: #d7e3ef;
}

.ow-view-timeline-item:last-child::before {
    display: none;
}

.ow-view-timeline-dot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid #b8cde3;
    background: #ffffff;
    transform: translateX(-50%);
}

.ow-view-timeline-dot.is-complete {
    border-color: #1f78be;
    background: #1f78be;
}

.ow-view-timeline-label {
    display: block;
    margin-bottom: 4px;
    color: #1f3b57;
    font-size: 13px;
    font-weight: 470;
    text-align: center;
}

.ow-view-timeline-date {
    display: block;
    color: #5f7388;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.ow-view-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ow-view-info-card,
.ow-view-text-card {
    border: 1px solid #dce5ee;
    border-radius: 12px;
    background: #ffffff;
    padding: 14px;
}

.ow-view-info-title,
.ow-view-text-title {
    display: block;
    margin-bottom: 12px;
    color: #6c7a89;
    font-size: 12px;
    font-weight: 470;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ow-view-info-list {
    display: grid;
    gap: 10px;
}

.ow-view-info-row {
    display: grid;
    grid-template-columns: minmax(140px, 0.9fr) minmax(0, 1.5fr);
    gap: 12px;
    align-items: start;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef3f8;
}

.ow-view-info-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ow-view-info-label {
    color: #6c7a89;
    font-size: 12px;
    font-weight: 470;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ow-view-info-value,
.ow-view-text-body {
    color: #2f4050;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-line;
}

.ow-view-text-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ow-view-embedded-grid {
    margin-bottom: 0;
    padding: 0;
}

.ow-view-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ow-view-badge-info {
    background: #e9f2fa;
    color: #27557d;
}

.ow-view-badge-warning {
    background: #fff1de;
    color: #9c5f15;
}

.ow-view-form-grid {
    display: grid;
    gap: 12px;
}

.ow-view-form-grid .form-group {
    margin-bottom: 0;
}

.ow-form-group-compact {
    margin-bottom: 0;
}

.ow-view-form-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ow-view-form-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-platform-tabs-shell {
    overflow: hidden;
    border-radius: 22px;
    isolation: isolate;
}

.ow-platform-tabs-shell .dx-tabpanel {
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-radius: 22px;
    background: linear-gradient(180deg, #fbfcfe 0%, #f3f7fb 100%);
    box-shadow: 0 16px 36px rgba(26, 49, 74, 0.08);
}

.ow-platform-tabs-shell .dx-tabpanel-tabs {
    padding: 14px 16px 6px;
    border-bottom: 1px solid rgba(207, 219, 232, 0.9);
    background:
        radial-gradient(circle at top left, rgba(96, 142, 187, 0.12), transparent 38%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.ow-platform-tabs-shell .dx-tabs,
.ow-platform-tabs-shell .dx-tabs-container,
.ow-platform-tabs-shell .dx-tabs-scrollable,
.ow-platform-tabs-shell .dx-tabs-wrapper {
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ow-platform-tabs-shell .dx-tab {
    min-height: 48px;
    margin-right: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 999px;
    background: transparent;
    color: #6a7a8a;
    box-shadow: none !important;
    outline: 0;
    transition: color 0.18s ease, transform 0.18s ease;
}

.ow-platform-tabs-shell .dx-tab .dx-item-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    font-size: 14px;
    font-weight: 470;
    letter-spacing: 0.01em;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ow-platform-tab-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ow-platform-tab-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: inherit;
}

.ow-platform-tab-title-icon .lucide {
    width: 16px;
    height: 16px;
    stroke-width: 1;
}

.ow-platform-tab-title-label {
    min-width: 0;
    line-height: 1.15;
    white-space: nowrap;
}

.ow-platform-tabs-shell .dx-tab .dx-icon {
    width: 16px;
    min-width: 16px;
    font-size: 15px;
    color: inherit;
    opacity: 0.92;
}

.ow-platform-tabs-shell .dx-tab.dx-state-hover .dx-item-content {
    background: rgba(76, 118, 158, 0.08);
    color: #325778;
    border-color: rgba(173, 195, 216, 0.7);
}

.ow-platform-tabs-shell .dx-tab.dx-tab-selected {
    background: transparent !important;
    transform: translateY(-1px);
    margin-top: 2px;
}

.ow-platform-tabs-shell .dx-tab.dx-tab-selected .dx-item-content {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-color: #d6e2ed;
    color: #1f425f;
    box-shadow: 0 12px 24px rgba(39, 76, 113, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.ow-platform-tabs-shell .dx-tab.dx-state-focused .dx-item-content {
    box-shadow: 0 0 0 3px rgba(64, 115, 163, 0.14);
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact {
    margin-bottom: 2px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs {
    display: block;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-wrapper {
    display: flex;
    gap: 8px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab {
    min-height: 0;
    margin: 0;
    border: 1px solid #d7e0ea !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #f5f8fb 0%, #eef3f8 100%);
    color: #51687f;
    transform: none;
    transition: all 0.18s ease;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab .dx-item-content {
    min-height: 0;
    padding: 11px 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab.dx-state-hover,
.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab.dx-state-focused {
    border-color: #c4d9eb !important;
    background: #ffffff;
    color: #1e5c95;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab.dx-state-hover .dx-item-content,
.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab.dx-state-focused .dx-item-content,
.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab.dx-tab-selected .dx-item-content {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tab.dx-tab-selected {
    margin-top: 0;
    border-color: #bfd4e8 !important;
    background: #ffffff !important;
    color: #1e5c95;
    box-shadow: 0 10px 20px rgba(34, 88, 145, 0.10) !important;
    transform: none;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin: 0 4px;
    border: 1px solid #d7e0ea;
    border-radius: 12px;
    background: #ffffff;
    color: #2f6094;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button .dx-icon {
    color: inherit;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tabs-wrapper {
    gap: 10px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab {
    background: linear-gradient(180deg, #f7fafc 0%, #f2f7fb 100%);
    border: 1px solid #d7e3ee !important;
    border-radius: 999px;
    color: #4f657a;
    min-height: 56px;
    padding: 0;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab .dx-item-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 18px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-state-hover,
.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-state-focused {
    background: linear-gradient(180deg, #f7fafc 0%, #f2f7fb 100%);
    border-color: #c0d5e8 !important;
    box-shadow: 0 8px 18px rgba(31, 95, 151, 0.08) !important;
    color: #4f657a;
    transform: translateY(-1px);
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-state-hover .dx-item-content,
.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-state-focused .dx-item-content,
.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-tab-selected .dx-item-content {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-tab-selected {
    background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%) !important;
    border-color: #88bbe7 !important;
    box-shadow: 0 10px 22px rgba(31, 95, 151, 0.12) !important;
    color: #123b62;
    transform: none;
}

.ow-prontuario-tab-item {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    width: 100%;
}

.ow-prontuario-tab-icon {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe6ef;
    border-radius: 999px;
    color: #6b8094;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ow-prontuario-tab-icon svg {
    height: 16px;
    width: 16px;
}

.ow-prontuario-tab-text {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-tab-selected .ow-prontuario-tab-icon {
    background: #1f77c8;
    border-color: #1f77c8;
    color: #ffffff;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs .dx-tab.dx-tab-selected .ow-prontuario-tab-text {
    font-weight: 470;
}

.ow-platform-tabs-shell.ow-prontuario-tabs-shell-inline {
    margin-bottom: 14px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tabs {
    display: inline-block;
    max-width: 100%;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tabs-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tab {
    flex: 0 0 auto;
    max-width: 100%;
    min-height: 48px;
    width: auto;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tab .dx-item-content {
    min-height: 48px;
    padding: 0 16px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .ow-prontuario-tab-item {
    gap: 8px;
    width: auto;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .ow-prontuario-tab-icon {
    height: 28px;
    width: 28px;
}

.ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .ow-prontuario-tab-text {
    font-size: 13px;
    font-weight: 470;
}

@media (max-width: 767px) {
    .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tabs {
        display: block;
    }

    .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tabs-wrapper {
        display: flex;
        width: 100%;
    }

    .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .dx-tab {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
    }

    .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .ow-prontuario-tabs.ow-prontuario-tabs-mode .ow-prontuario-tab-item {
        width: 100%;
    }
}

.ow-view-filter-shell {
    display: grid;
    gap: 14px;
    align-items: end;
}

.ow-view-filter-title {
    color: #2e4155;
    font-size: 15px;
    font-weight: 470;
    line-height: 1.3;
}

.ow-view-field-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.ow-view-readonly-box {
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid #dce5ee;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
    color: #476076;
    font-size: 14px;
    line-height: 20px;
}

.ow-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ow-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d7e1ec;
    border-radius: 999px;
    background: #ffffff;
    color: #51677d;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.18s ease;
}

.ow-filter-chip:hover,
.ow-filter-chip:focus {
    border-color: #c7d9ea;
    background: rgba(255, 255, 255, 0.72);
    color: #245593;
    box-shadow: 0 8px 18px rgba(36, 85, 147, 0.08);
    outline: 0;
}

.ow-filter-chip.is-active {
    border-color: #6ab0ee;
    background: #ecf7ff;
    color: #215f97;
    box-shadow: inset 0 0 0 1px rgba(39, 144, 239, 0.18);
}

.ow-filter-chip[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.ow-active-filters {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e4ebf3;
}

.ow-active-filters-label {
    color: #75889d;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 32px;
}

.ow-active-filters-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ow-active-filter-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #d7e1ec;
    border-radius: 999px;
    background: #f7fafc;
    color: #4f677e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.ow-selection-bar {
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #dbe5ee;
    border-radius: 16px;
    background: linear-gradient(180deg, #f9fbfd 0%, #f4f8fb 100%);
    display: flex;
}

.ow-selection-bar.hidden {
    display: none;
}

.ow-selection-copy {
    min-width: 0;
}

.ow-selection-count {
    color: #25384a;
    font-size: 15px;
    font-weight: 470;
}

.ow-selection-hint {
    margin-top: 2px;
    color: #5f7387;
    font-size: 13px;
    line-height: 1.4;
}

.ow-selection-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

@media (max-width: 991px) {
    .ow-view-filter-shell.ow-view-filter-shell-stack-md {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .ow-view-context-band {
        flex-direction: column;
        align-items: stretch;
    }

    .ow-view-context-band-side {
        justify-content: stretch;
    }

    .ow-view-context-band-side > * {
        flex: 1 1 auto;
    }

    .ow-selection-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .ow-selection-actions {
        width: 100%;
        justify-content: stretch;
    }

    .ow-selection-actions .ow-toolbar-btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}

.ow-platform-tabs-shell .dx-tab::before,
.ow-platform-tabs-shell .dx-tab::after,
.ow-platform-tabs-shell .dx-tabs::before,
.ow-platform-tabs-shell .dx-tabs::after,
.ow-platform-tabs-shell .dx-tabs-wrapper::before,
.ow-platform-tabs-shell .dx-tabs-wrapper::after,
.ow-platform-tabs-shell .dx-tabs-scrollable::before,
.ow-platform-tabs-shell .dx-tabs-scrollable::after {
    display: none !important;
    content: none !important;
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs {
    align-items: stretch;
    display: flex;
    gap: 6px;
    min-height: 54px;
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-scrollable {
    flex: 1 1 auto;
    min-width: 0;
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button {
    align-self: stretch;
    background: linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
    border: 1px solid #d2e1ee;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
    color: #1f6098;
    flex: 0 0 24px;
    height: auto;
    margin: 0;
    min-height: 54px;
    min-width: 24px;
    position: relative;
    width: 24px;
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button.dx-state-hover,
body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button.dx-state-focused {
    background: #ffffff;
    border-color: #9fc5e7;
    box-shadow: 0 8px 18px rgba(31, 96, 152, 0.12);
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button .dx-icon {
    display: none;
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button::before,
body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 9px;
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button-left::before {
    transform: translate(-55%, -150%) rotate(-42deg);
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button-left::after {
    transform: translate(-55%, 150%) rotate(42deg);
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button-right::before {
    transform: translate(-45%, -150%) rotate(42deg);
}

body.ow-layout-v2-mobile .ow-platform-tabs-shell.ow-platform-tabs-shell-compact .dx-tabs-nav-button-right::after {
    transform: translate(-45%, 150%) rotate(-42deg);
}

.ow-platform-tabs-shell .dx-multiview-wrapper {
    border-radius: 0 0 22px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.ow-platform-tabs-shell .dx-multiview-item {
    padding: 1px;
}

.ow-view-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 470;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.stk-alert-card-danger::before {
    background: #e04f5f;
}

.stk-alert-card-warning::before {
    background: #f59e0b;
}

.stk-alert-card-info::before {
    background: #3b82f6;
}

.stk-alert-card-neutral::before {
    background: #64748b;
}

.stk-alert-card-danger,
.ow-view-pill.stk-alert-card-danger,
.ow-view-pill.stk-movement-output {
    background: #fef2f2;
    color: #c2414d;
}

.stk-alert-card-warning,
.ow-view-pill.stk-alert-card-warning,
.ow-view-pill.stk-alert-kind-lowstock {
    background: #fff7ed;
    color: #b45309;
}

.stk-alert-card-info,
.ow-view-pill.stk-alert-card-info,
.ow-view-pill.stk-alert-kind-expiring {
    background: #eff6ff;
    color: #2563eb;
}

.stk-alert-card-neutral,
.ow-view-pill.stk-alert-card-neutral,
.ow-view-pill.stk-alert-kind-obsolete {
    background: #f3f4f6;
    color: #4b5563;
}

.ow-view-pill.stk-movement-entry {
    background: #ecfdf3;
    color: #0d8c5b;
}

.ow-view-pill.stk-alert-kind-expired {
    background: #fef2f2;
    color: #c2414d;
}

.ow-view-pill.stk-alert-kind-stale {
    background: #f8fafc;
    color: #475569;
}

.ow-view-pill.stk-alert-kind-default {
    background: #eef2ff;
    color: #4f46e5;
}

.flex-layout .ow-view-content {
    z-index: 999;
}

.flex-layout .ow-view-content:not(.grid-container) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
}

.ow-view-hidden {
    display: none !important;
}

.ow-collapsible-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border: 1px solid #cdd8e4;
    border-radius: 9px;
    background: linear-gradient(180deg, #fdfefe 0%, #f2f6fb 100%);
    padding: 8px 12px;
    color: #1f3550;
    font-weight: 470;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ow-collapsible-toggle:hover,
.ow-collapsible-toggle:focus {
    text-decoration: none;
    color: #17314f;
    background: linear-gradient(180deg, #ffffff 0%, #edf4fb 100%);
    border-color: #9eb8d3;
}

    .ow-collapsible-toggle[aria-expanded="true"] {
        border-color: #dce5ef;
        background: linear-gradient(180deg, #f8fcff 0%, #eaf3fc 100%);
        border-bottom-color: #ffffff;
        border-radius: 9px 9px 0 0;
    }

.ow-collapsible-toggle-icon {
    min-width: 14px;
    color: #325a7d;
}

.ow-collapsible-toggle-text {
    font-size: 13px;
    line-height: 1.2;
}

.ow-collapsible-main-section .ow-collapsible-toggle {
    /*border-color: #f1eeee;*/
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.ow-collapsible-content {
    margin-top: 10px;
    padding: 8px 10px 2px;
    border: 1px solid #dce5ef;
    border-radius: 8px;
    background: #fbfdff;
}

.ow-collapsible-toggle[aria-expanded="true"] + .ow-collapsible-content {
    margin-top: 0;
    padding-top: 12px;
    border-top: 0;
    border-radius: 0 0 9px 9px;
}

.ow-collapsible-section-expanded > .st {
    margin-bottom: 0;
}

.ow-collapsible-content-expanded {
    margin-top: 0;
    padding-top: 12px;
    border-top: 0;
    border-radius: 0 0 9px 9px;
}

.category .category-title.ow-collapsible-title::before {
    content: none !important;
    display: none !important;
}

.category .category-title.ow-collapsible-title .fa {
    display: inline-block !important;
}

.flex-layout .category.ow-collapsible-category {
    border: 0;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    margin: 8px 0 12px;
}

.flex-layout .category.ow-collapsible-category .category-title.ow-collapsible-title {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.flex-layout .category.ow-collapsible-category > .panel-body {
    padding: 0;
}

.ow-kanban-panel {
    width: 100%;
    padding: 12px;
    background: white;
    border-width: 0;
    border-collapse: separate;
    border-bottom-style: solid;
}

.ow-kanban-board-shell {
    margin-top: 10px;
    background: var(--pedido-kanban-surface-soft);
    border: 1px solid var(--pedido-kanban-border);
    border-radius: 22px;
    overflow: hidden;
}

.ow-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.ow-toolbar-card {
    padding: 0;
    margin-bottom: 18px;
    background: transparent;
}

.ow-toolbar-actions-card {
    padding: 14px 16px;
    /*background: var(--pedido-kanban-surface, #ffffff);
    border: 1px solid var(--pedido-kanban-border, #d8e1ec);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 33, 58, 0.08);*/
}

.ow-toolbar-actions-card .clear {
    display: none;
}

.ow-view-toolbar-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ow-view-toolbar-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding: 12px 0 12px 4px;
}

.ow-view-toolbar-title {
    margin: 0;
    color: #17324d;
    font-size: 26px;
    font-weight: 470;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.ow-view-toolbar-subtitle {
    margin: 0;
    color: #5f7188;
    font-size: 13px;
}

.ow-view-toolbar-shell .ow-toolbar-actions {
    margin-left: auto;
    width: auto;
    justify-content: flex-end;
}

.ow-view-header-shell,
.ow-view-header.ow-view-toolbar-shell {
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 16px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
}

.ow-view-header-copy,
.ow-view-header-shell .ow-view-toolbar-title-wrap,
.ow-view-header.ow-view-toolbar-shell .ow-view-toolbar-title-wrap {
    flex: 1 1 auto;
    gap: 0;
    min-width: 0;
    padding: 0;
}

.ow-view-header-title,
.ow-view-header-shell .ow-view-toolbar-title,
.ow-view-header.ow-view-toolbar-shell .ow-view-toolbar-title {
    margin: 0;
    color: #17324d;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

.ow-view-header-subtitle,
.ow-view-header-shell .ow-view-toolbar-subtitle,
.ow-view-header.ow-view-toolbar-shell .ow-view-toolbar-subtitle {
    margin: 4px 0 0;
    color: #5f7188;
    font-size: 13px;
}

@media (max-width: 1299px) {
    .ow-view-header-subtitle,
    .ow-view-header-shell .ow-view-toolbar-subtitle,
    .ow-view-header.ow-view-toolbar-shell .ow-view-toolbar-subtitle {
        display: none;
    }
}

.ow-view-header-actions,
.ow-view-header-shell .ow-toolbar-actions,
.ow-view-header.ow-view-toolbar-shell .ow-toolbar-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ow-view-header-actions .clear,
.ow-view-header-shell .ow-toolbar-actions .clear,
.ow-view-header.ow-view-toolbar-shell .ow-toolbar-actions .clear {
    display: none;
}

.ow-view-toolbar-shell-start {
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 14px 16px;
}

.ow-view-toolbar-actions-start {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.ow-view-toolbar-actions-start .ow-toolbar-btn {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.ow-toolbar-icon-only-compact {
    justify-content: center;
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 40px;
}

.ow-view-results-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid #d9e3ea;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.ow-view-results-summary {
    font-size: 13px;
    font-weight: 400;
    color: #2f4050;
}

.ow-view-results-hint {
    font-size: 12px;
    color: #6c7a89;
}

.ow-dx-datagrid .dx-datagrid {
    background: #ffffff;
    border: 0px;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 10px 24px rgba(24, 55, 87, 0.08);
    overflow: hidden;
}

.ow-dx-datagrid .dx-datagrid-headers {
    border-bottom: 1px solid #dce5ef;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden;
}

.ow-dx-datagrid .dx-datagrid-headers .dx-datagrid-table {
    border-collapse: separate;
    border-spacing: 0;
}

    .ow-dx-datagrid .dx-datagrid-headers .dx-header-row > td {
        background: #f7fbff;
        border-color: #dce5ef;
        color: #1f3550;
        font-weight: 470;
        padding-top: 11px;
        padding-bottom: 11px;
    }

.ow-dx-datagrid .dx-datagrid-headers .dx-header-row > td:first-child {
    border-top-left-radius: 9px;
}

.ow-dx-datagrid .dx-datagrid-headers .dx-header-row > td:last-child {
    border-top-right-radius: 9px;
}

.ow-dx-datagrid .dx-datagrid-rowsview .dx-row > td {
    border-color: #e4ebf3;
    color: #2c4258;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.ow-dx-datagrid .dx-datagrid-rowsview .dx-row-alt > td {
    background: #fbfdff;
}

.ow-dx-datagrid .dx-datagrid-rowsview .dx-data-row.dx-state-hover > td,
.ow-dx-datagrid .dx-datagrid-rowsview .dx-selection.dx-row > td {
    background: #edf4fb;
}

.ow-dx-datagrid .dx-datagrid-filter-row > td {
    border-color: #dde6f0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ow-dx-datagrid .dx-datagrid-filter-row .dx-texteditor,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-texteditor .dx-texteditor-input-container,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-texteditor .dx-texteditor-buttons-container {
    border-radius: 0 !important;
}

.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-texteditor,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-editor-outlined,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-editor-filled,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-texteditor-container,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-dropdowneditor-button,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-dropdowneditor-icon,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-button,
.ow-dx-datagrid .dx-datagrid-filter-row .dx-editor-cell .dx-button-content {
    border-radius: 0 !important;
}

@media (max-width: 991px) {
    .ow-view-hero-card,
    .ow-view-summary-card {
        padding: 16px;
    }

    .ow-view-summary-main {
        font-size: 24px;
    }

    .ow-view-quick-card {
        min-height: 112px;
    }
}

.ow-dx-datagrid .dx-menu.dx-widget.dx-visibility-change-handler.dx-collection.dx-menu-base.dx-datagrid.dx-cell-focus-disabled.dx-filter-menu {
    border-radius: 0 !important;
    background: transparent;
}

.ow-dx-datagrid .dx-datagrid-pager {
    background: #f7fbff;
    border-top: 1px solid #dce5ef;
    color: #1f3550;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ow-dx-datagrid .dx-page-sizes .dx-page-size.dx-selection,
.ow-dx-datagrid .dx-pager .dx-pages .dx-page.dx-selection {
    background: #2f5f87;
    border-color: #2f5f87;
    color: #ffffff;
}

.ow-dx-datagrid .dx-datagrid-total-footer {
    background: #f7fbff;
}

@media (max-width: 991px) {
    .ow-toolbar-actions-card {
        padding: 12px;
    }
}

@media (max-width: 1199px) {
    .ow-view-form-grid-3,
    .ow-view-form-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ow-view-header-shell,
    .ow-view-header.ow-view-toolbar-shell {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ow-view-header-actions,
    .ow-view-header-shell .ow-toolbar-actions,
    .ow-view-header.ow-view-toolbar-shell .ow-toolbar-actions {
        width: 100%;
        flex: 1 1 100%;
        margin-left: 0;
        flex-wrap: wrap;
        overflow: visible;
        padding-bottom: 2px;
    }

    .ow-view-header-title,
    .ow-view-header-shell .ow-view-toolbar-title,
    .ow-view-header.ow-view-toolbar-shell .ow-view-toolbar-title {
        white-space: normal;
    }

    .ow-view-toolbar-shell-start {
        align-items: stretch;
        flex-direction: column;
    }

    .ow-view-toolbar-actions-start {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        width: 100%;
    }

    .ow-view-form-grid-3,
    .ow-view-form-grid-4 {
        grid-template-columns: 1fr;
    }

    .ow-view-results-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

.dx-switch {
    width: 86px;
    height: 34px;
}

.dx-switch .dx-switch-wrapper {
    vertical-align: middle;
}

.dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
    height: 34px;
    margin: 0 0 0 -10px;
    padding: 0 4px;
    border: 1px solid #c7d3df;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7f9fc 0%, #e7edf4 100%);
    box-shadow: inset 0 1px 2px rgba(31, 53, 80, 0.12);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dx-switch-inner {
    width: 200%;
    height: 100%;
}

.dx-switch-off,
.dx-switch-on {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    font-weight: 470;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-align: center;
}

.dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
    padding-left: 34px;
    padding-right: 10px;
    color: #617385;
}

.dx-switch-on,
.dx-switch.dx-rtl .dx-switch-on {
    padding-left: 10px;
    padding-right: 34px;
    color: rgba(255, 255, 255, 0.94);
}

.dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    margin-top: 3px;
    margin-right: -26px;
}

.dx-switch-handle::before {
    background: linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
    border: 1px solid #c8d3de;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(19, 43, 68, 0.22);
}

.dx-switch-on-value .dx-switch-container,
.dx-switch-on-value.dx-rtl .dx-switch-container {
    border-color: #d85c43;
    background: linear-gradient(180deg, #f56f54 0%, #e2573d 100%);
    box-shadow: inset 0 1px 2px rgba(127, 38, 22, 0.22);
}

.dx-switch-on-value .dx-switch-handle::before {
    background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
    border-color: rgba(216, 92, 67, 0.35);
}

.dx-switch.dx-state-hover .dx-switch-container,
.dx-switch.dx-state-focused .dx-switch-container {
    border-color: #f05b41;
}

.dx-switch.dx-state-hover:not(.dx-switch-on-value) .dx-switch-container {
    background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
}

.dx-switch.dx-state-focused .dx-switch-container {
    box-shadow: 0 0 0 3px rgba(240, 91, 65, 0.16), inset 0 1px 2px rgba(31, 53, 80, 0.12);
}

.ow-view-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ow-view-kpi-grid.is-compact {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ow-view-kpi-card {
    position: relative;
    overflow: hidden;
    min-height: 108px;
    padding: 16px 18px;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.ow-view-kpi-card.is-compact {
    min-height: 92px;
    padding: 14px 16px;
}

.ow-view-kpi-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4c84ff;
}

.ow-view-kpi-grid.is-plain .ow-view-kpi-card,
.ow-view-kpi-grid.is-plain .ow-view-kpi-card.is-warning-soft,
.ow-view-kpi-grid.is-plain .ow-view-kpi-card.is-danger-soft,
.ow-view-kpi-grid.is-plain .ow-view-kpi-card.is-success-soft {
    border-color: #dfe7ef;
    background: #ffffff;
}

.ow-view-kpi-grid.is-plain .ow-view-kpi-card::before {
    display: none;
}

.ow-view-kpi-card.is-warning-soft {
    border-color: #f4d7a4;
    background: linear-gradient(180deg, #fffdf7 0%, #fff8ec 100%);
}

.ow-view-kpi-card.is-warning-soft::before {
    background: #d2a24b;
}

.ow-view-kpi-card.is-danger-soft {
    border-color: #f0c8c6;
    background: linear-gradient(180deg, #fffafa 0%, #fff1f1 100%);
}

.ow-view-kpi-card.is-danger-soft::before {
    background: #d9534f;
}

.ow-view-kpi-card.is-success-soft {
    border-color: #c7e6d3;
    background: linear-gradient(180deg, #fbfffc 0%, #f1fbf5 100%);
}

.ow-view-kpi-card.is-success-soft::before {
    background: #2f8f62;
}

.ow-view-kpi-card-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 470;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7a8c;
}

.ow-view-kpi-card-value {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 470;
    line-height: 1;
    color: #111827;
}

.ow-view-kpi-card.is-compact .ow-view-kpi-card-value {
    margin-bottom: 6px;
    font-size: 22px;
}

.ow-view-kpi-card-subtitle {
    font-size: 13px;
    color: #6b7280;
}

.ow-view-kpi-card-metric-stack {
    display: grid;
    gap: 6px;
    margin-bottom: 8px;
}

.ow-view-kpi-card-metric-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ow-view-kpi-card-metric-row.is-prominent {
    margin-bottom: 0;
}

.ow-view-kpi-card-metric-label {
    font-size: 12px;
    font-weight: 470;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #6b7a8c;
}

.ow-view-kpi-card-metric-value {
    font-size: 15px;
    font-weight: 470;
    color: #183b62;
    text-align: right;
}

.ow-view-kpi-card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f78be;
    font-size: 13px;
    font-weight: 470;
    line-height: 1.4;
    text-decoration: underline;
    cursor: pointer;
}

.ow-view-kpi-card-link:hover,
.ow-view-kpi-card-link:focus {
    color: #145c90;
}

.ow-view-summary-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin: 0;
    width: 100%;
}

.ow-view-summary-grid.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ow-view-summary-grid.is-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-view-summary-grid.is-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ow-view-summary-grid.is-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ow-view-summary-card.ow-view-summary-card-compact {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 9px;
    box-shadow: 0 10px 20px rgba(15, 33, 58, 0.05);
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    min-height: 58px;
    min-width: 0;
    padding: 7px 10px;
    text-align: left;
    width: 100%;
}

button.ow-view-summary-card.ow-view-summary-card-compact {
    appearance: none;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

button.ow-view-summary-card.ow-view-summary-card-compact:hover,
button.ow-view-summary-card.ow-view-summary-card-compact:focus {
    border-color: #9bc8ed;
    box-shadow: 0 12px 24px rgba(15, 33, 58, 0.09);
    outline: none;
    transform: translateY(-1px);
}

.ow-view-summary-card.ow-view-summary-card-compact.is-active {
    border-color: #0586d6;
    box-shadow: 0 12px 24px rgba(5, 134, 214, 0.14);
}

.ow-view-summary-card.ow-view-summary-card-compact:focus-visible {
    outline: 2px solid #8fb3d8;
    outline-offset: 2px;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-icon {
    align-items: center;
    background: #eef5ff;
    border-radius: 8px;
    color: #245f96;
    display: inline-flex;
    flex: 0 0 28px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-icon svg {
    height: 15px;
    stroke-width: 1;
    width: 15px;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-kicker {
    color: #61738b;
    display: block;
    font-size: 10px;
    font-weight: 470;
    line-height: 1.2;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-main {
    color: #173255;
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-copy {
    color: #6c7d93;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-copy.is-danger {
    color: #d1432f;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-copy.is-warning {
    color: #a95d00;
}

.ow-view-summary-card.ow-view-summary-card-compact .ow-view-summary-copy.is-neutral {
    color: #6c7d93;
}

.ow-view-summary-card.ow-view-summary-card-compact.ow-view-summary-card-info .ow-view-summary-icon {
    background: #eef0ff;
    color: #3b4a95;
}

.ow-view-summary-card.ow-view-summary-card-compact.ow-view-summary-card-teal .ow-view-summary-icon {
    background: #e7f6f2;
    color: #147967;
}

.ow-view-summary-card.ow-view-summary-card-compact.ow-view-summary-card-success .ow-view-summary-icon {
    background: #e8f6ed;
    color: #1b7a45;
}

.ow-view-summary-card.ow-view-summary-card-compact.ow-view-summary-card-warning .ow-view-summary-icon {
    background: #fff5df;
    color: #a45f00;
}

.ow-view-summary-card.ow-view-summary-card-compact.ow-view-summary-card-danger .ow-view-summary-icon {
    background: #fff0f2;
    color: #b9334f;
}

.ow-view-summary-card.ow-view-summary-card-compact.ow-view-summary-card-neutral .ow-view-summary-icon {
    background: #f1f5f9;
    color: #475569;
}

@media (max-width: 1199px) {
    .ow-view-summary-grid.is-six,
    .ow-view-summary-grid.is-five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ow-view-summary-grid.is-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ow-view-summary-grid,
    .ow-view-summary-grid.is-three,
    .ow-view-summary-grid.is-four,
    .ow-view-summary-grid.is-five,
    .ow-view-summary-grid.is-six {
        grid-template-columns: 1fr;
    }
}

.ow-view-section-card {
    margin-top: 2px;
    padding: 5px;
}

.ow-view-empty-box {
    padding: 12px 14px;
    border: 1px dashed #dce6ef;
    border-radius: 14px;
    background: #fbfdff;
    color: #6c7a89;
    font-size: 13px;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 0px;
}

.swal2-container {
    z-index: 300000 !important;
}

.dx-overlay-wrapper.plano-tratamento-v2-action-popup,
.dx-overlay-wrapper.odontograma-v2-action-popup {
    z-index: 250000 !important;
}

.swal2-popup {
    width: 440px !important;
    max-width: calc(100vw - 32px) !important;
    padding: 0 !important;
    border: 1px solid #cfd7df !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 36px rgba(23, 50, 77, 0.18) !important;
    font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "segoe ui", "helvetica neue", "adwaita sans", cantarell, ubuntu, roboto, noto, helvetica, arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.35715;
}

.swal2-title {
    margin: 0 !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #e3e8ee;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    color: #2f3942 !important;
}

.swal2-html-container {
    margin: 0 !important;
    padding: 22px 24px 10px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    color: #4b5661 !important;
}

.swal2-icon {
    margin: 20px auto 0 !important;
}

.swal2-actions {
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding: 18px 24px 20px !important;
    justify-content: center !important;
}

.swal2-actions .swal2-styled {
    min-width: 92px;
    min-height: 36px;
    margin: 0 !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.swal2-actions .swal2-confirm {
    border: 1px solid #d7dde4 !important;
    background: #ffffff !important;
    color: #2f3942 !important;
}

.swal2-actions .swal2-confirm:hover,
.swal2-actions .swal2-confirm:focus {
    background: #f5f8fb !important;
    color: #24303b !important;
}

.swal2-actions .swal2-cancel {
    border: 1px solid #d7dde4 !important;
    background: #ffffff !important;
    color: #2f3942 !important;
}

.swal2-actions .swal2-cancel:hover,
.swal2-actions .swal2-cancel:focus {
    background: #f5f8fb !important;
    color: #24303b !important;
}

.swal2-close {
    color: #7d8a97 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(16, 31, 48, 0.28) !important;
}

.swal2-title,
.swal2-html-container,
.swal2-actions,
.swal2-actions .swal2-styled,
.swal2-input,
.swal2-select,
.swal2-textarea {
    font-family: inherit !important;
}

.ow-grid-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.ow-grid-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8e3ee;
    border-radius: 10px;
    color: #4a617d;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    width: 34px;
}

.ow-grid-action:hover,
.ow-grid-action:focus {
    background: #f5f9ff;
    border-color: #b8cde7;
    color: #1f78be;
    outline: 0;
}

.ow-grid-action[disabled],
.ow-grid-action.is-disabled {
    background: #f7f9fb;
    border-color: #e2e8ef;
    color: #9aabbb;
    cursor: default;
    pointer-events: none;
}

.ow-grid-action.is-static,
.ow-grid-action.is-static:hover,
.ow-grid-action.is-static:focus {
    background: #ffffff;
    border-color: #d8e3ee;
    color: #4a617d;
    cursor: default;
    outline: 0;
}

.ow-grid-action i[data-lucide] {
    width: 16px;
    height: 16px;
}

.ow-grid-inline-badge,
.ow-grid-days-badge,
.ow-grid-status-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 470;
    gap: 5px;
    line-height: 1.2;
    max-width: 100%;
    min-height: 26px;
    padding: 4px 9px;
    white-space: nowrap;
}

.ow-grid-inline-badge svg,
.ow-grid-days-badge svg,
.ow-grid-status-badge svg {
    height: 14px;
    width: 14px;
}

.ow-grid-days-badge.is-overdue {
    background: #fff0f2;
    color: #b4233c;
}

.ow-grid-days-badge.is-ready {
    background: #eaf6ff;
    color: #056296;
}

.ow-grid-days-badge.is-future {
    background: #f2f6fb;
    color: #506981;
}

.ow-grid-status-badge.is-scheduled {
    background: #e8f6ed;
    color: #146c43;
}

.ow-grid-status-badge.is-pending {
    background: #fff4df;
    color: #9a5a00;
}

.ow-grid-contact-actions {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.ow-grid-contact-action {
    text-decoration: none;
}

.ow-grid-contact-action:hover,
.ow-grid-contact-action:focus {
    text-decoration: none;
}

.ow-grid-contact-action img {
    display: block;
    height: 18px;
    width: 18px;
}

.ow-grid-contact-action--whatsapp {
    background: #effcf3;
    border-color: rgba(37, 211, 102, 0.38);
    color: #1b9b4b;
}

.ow-grid-contact-action--whatsapp img {
    height: 26px;
    width: 26px;
}

.ow-grid-contact-action--whatsapp:hover,
.ow-grid-contact-action--whatsapp:focus {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
}

.ow-grid-contact-actions .lucide {
    height: 18px;
    width: 18px;
}

.ow-grid-nowrap-cell {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ow-version-side-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d8e6f3;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(17, 49, 82, 0.10);
    color: #20384f;
    overflow: hidden;
}

.ow-version-side-panel-header {
    align-items: flex-start;
    border-bottom: 1px solid #e3edf6;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 16px 18px;
}

.ow-version-side-panel-title {
    color: #18354f;
    font-size: 18px;
    font-weight: 470;
    line-height: 1.2;
    margin: 0;
}

.ow-version-side-panel-copy {
    color: #5e7489;
    font-size: 12px;
    line-height: 1.45;
    margin: 5px 0 0;
}

.ow-version-side-panel-close {
    align-items: center;
    background: #f5f9fe;
    border: 1px solid #d5e4f1;
    border-radius: 12px;
    color: #244e78;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    width: 36px;
}

.ow-version-side-panel-close:hover,
.ow-version-side-panel-close:focus {
    background: #e8f3ff;
    border-color: #a7c7e6;
    color: #0f4d8f;
    outline: 0;
}

.ow-version-side-panel-close i[data-lucide] {
    height: 18px;
    width: 18px;
}

.ow-version-side-panel-content {
    max-height: calc(100vh - 240px);
    overflow: auto;
    padding: 14px 16px 18px;
}

.ow-version-explorer-list {
    display: grid;
    gap: 10px;
}

.ow-version-explorer-item {
    background: #ffffff;
    border: 1px solid #d8e7f6;
    border-radius: 16px;
    color: #20384f;
    cursor: pointer;
    display: block;
    padding: 13px 14px;
    text-align: left;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    width: 100%;
}

.ow-version-explorer-item:hover,
.ow-version-explorer-item:focus,
.ow-version-explorer-item.is-selected {
    background: #f2f8ff;
    border-color: #72a8df;
    box-shadow: 0 10px 22px rgba(23, 73, 120, 0.12);
    outline: 0;
    transform: translateY(-1px);
}

.ow-version-explorer-item-head {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 7px;
}

.ow-version-explorer-item-title {
    color: #17446e;
    font-size: 15px;
    font-weight: 500;
}

.ow-version-explorer-item-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.ow-version-explorer-badge {
    background: #eef5ff;
    border-radius: 999px;
    color: #275f97;
    font-size: 11px;
    font-weight: 470;
    padding: 5px 8px;
}

.ow-version-explorer-badge.is-success {
    background: #e8f8ef;
    color: #08713f;
}

.ow-version-explorer-badge.is-danger {
    background: #fff0ed;
    color: #bd2b1f;
}

.ow-version-explorer-badge.is-neutral {
    background: #f2f6fb;
    color: #536b82;
}

.ow-version-explorer-item-meta {
    color: #5b7186;
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
}

.ow-version-explorer-item-summary {
    color: #17324d;
    display: block;
    font-size: 12px;
    font-weight: 470;
    line-height: 1.45;
}

.ow-version-explorer-empty {
    background: #f8fbff;
    border: 1px dashed #cddfed;
    border-radius: 14px;
    color: #5a7187;
    font-size: 13px;
    line-height: 1.45;
    padding: 14px;
    text-align: center;
}

@media (max-width: 991px) {
    .ow-view-context-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .ow-view-context-card-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .ow-view-grid-toolbar-end {
        justify-content: stretch;
    }

    .ow-view-grid-filters {
        grid-template-columns: 1fr;
    }

    .ow-view-info-grid,
    .ow-view-text-grid {
        grid-template-columns: 1fr;
    }

    .auditoria-pep-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .auditoria-pep-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .auditoria-pep-workspace {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ow-view-context-card-hero {
        padding: 18px 20px;
    }

    .ow-view-inline-composer-row {
        grid-template-columns: 1fr;
    }

    .ow-view-inline-composer-actions {
        width: 100%;
    }

    .ow-view-inline-composer-actions .ow-toolbar-btn {
        width: 100%;
        justify-content: center;
    }

    .ow-view-picker-grid {
        min-height: 320px;
    }

    .ow-view-section-actions {
        width: 100%;
        justify-content: stretch;
    }

    .ow-view-section-actions .ow-toolbar-btn {
        flex: 1 1 auto;
        justify-content: center;
    }

    .ow-view-timeline {
        grid-template-columns: 1fr;
    }

    .ow-view-timeline-item::before {
        left: 10px;
        right: auto;
        top: 0;
        bottom: -18px;
        width: 2px;
        height: auto;
    }

    .ow-view-timeline-item:last-child::before {
        display: none;
    }

    .ow-view-timeline-item {
        padding-top: 0;
        padding-left: 34px;
        min-height: 42px;
        align-items: flex-start;
        text-align: left;
    }

    .ow-view-timeline-dot {
        top: 2px;
        left: 0;
        transform: none;
    }

    .ow-view-timeline-label,
    .ow-view-timeline-date {
        text-align: left;
    }

    .ow-view-info-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .ow-version-side-panel-content {
        max-height: none;
    }

    .ow-version-explorer-item-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ow-version-explorer-item-badges {
        justify-content: flex-start;
    }

    .auditoria-pep-filter-grid,
    .auditoria-pep-summary,
    .auditoria-pep-meta-grid {
        grid-template-columns: 1fr;
    }

    .auditoria-pep-filter-actions,
    .auditoria-pep-detail-actions {
        justify-content: stretch;
    }

    .auditoria-pep-filter-actions .ow-toolbar-btn,
    .auditoria-pep-detail-actions .ow-toolbar-btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}
