﻿.fnd-portal-auditorias {
    font-family: 'Barlow', sans-serif;
    color: #1a2233;
}

.fnd-portal-auditorias * {
    box-sizing: border-box;
}

.fnd-view[hidden] {
    display: none !important;
}

.fnd-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 22px;
}

.fnd-hero-copy h2 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #111b2e;
}

.fnd-hero-copy p {
    margin: 0;
    max-width: 720px;
    font-size: 13px;
    line-height: 1.55;
    color: #5c6370;
}

.fnd-filter-panel {
    background: #ffffff;
    border: 1px solid #e7ebf1;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(17, 27, 46, 0.04);
    margin-bottom: 18px;
}

.fnd-filter-lead {
    margin: 0 0 12px;
    color: #4f5a6e;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.45;
}

.fnd-filter-section {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(150px, 1fr)) auto auto;
    gap: 8px;
    align-items: end;
}

.fnd-filter-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fnd-filter-field--actions {
    padding-top: 0;
    justify-content: flex-end;
}

.fnd-filter-options {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    min-height: 24px;
}

.fnd-filter-checkbox,
.fnd-filter-checkbox label {
    color: #1d2a44;
    font-size: 12.5px;
    font-weight: 600;
}

.fnd-filter-checkbox input {
    margin: 0 6px 0 0;
    vertical-align: middle;
}

.fnd-filter-label-placeholder {
    display: block;
    visibility: hidden;
    height: 19px;
    margin: 0;
}

.fnd-filter-section .fnd-filter-field--actions .fnd-btn,
.fnd-filter-section .fnd-filter-field--actions input.fnd-btn[type="submit"],
.fnd-filter-section .fnd-filter-field--actions input.fnd-btn[type="button"] {
    height: 40px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#collapsable-page.new-template .fnd-portal-auditorias .fnd-filter-section .fnd-filter-field--actions input[type="submit"],
#collapsable-page.new-template .fnd-portal-auditorias .fnd-filter-section .fnd-filter-field--actions input[type="button"],
#collapsable-page.new-template .fnd-portal-auditorias .fnd-filter-section .fnd-filter-field--actions .fnd-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.fnd-field-label {
    font-size: 12px;
    color: #4f5a6e;
    font-weight: 600;
    margin: 0;
}

.fnd-input,
.fnd-portal-auditorias select,
.fnd-portal-auditorias input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #dde3eb;
    border-radius: 8px;
    background: #fff;
    color: #1a2233;
    font-size: 13px;
    outline: none;
}

.fnd-input:focus,
.fnd-portal-auditorias select:focus,
.fnd-portal-auditorias input[type="text"]:focus {
    border-color: #00abf8;
    box-shadow: 0 0 0 3px rgba(0, 171, 248, 0.12);
}

.fnd-btn,
.fnd-portal-auditorias a.fnd-btn,
.fnd-portal-auditorias input.fnd-btn[type="submit"],
.fnd-portal-auditorias input.fnd-btn[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #e0e6ef;
    border-radius: 8px;
    background: #ffffff;
    color: #33405a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    white-space: nowrap;
}

.fnd-btn:hover,
.fnd-portal-auditorias a.fnd-btn:hover {
    background: #f7f9fc;
}

.fnd-btn-primary,
.fnd-portal-auditorias input.fnd-btn-primary[type="submit"],
.fnd-portal-auditorias input.fnd-btn-primary[type="button"] {
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 10px 32px;
    height: 40px;
    border-radius: 4px;
    background-color: #0397d5;
    border: 1px solid #0397d5;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.fnd-btn-primary:hover,
.fnd-portal-auditorias input.fnd-btn-primary[type="submit"]:hover,
.fnd-portal-auditorias input.fnd-btn-primary[type="button"]:hover {
    background: #0397d5;
    border-color: #0397d5;
}

.fnd-btn-secondary {
    background: #1690c9;
    border-color: #1690c9;
    color: #fff;
}

.fnd-btn-secondary:hover {
    background: #127bb0;
    border-color: #127bb0;
}

.fnd-btn-sm {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
}

.fnd-link-button {
    border: 0;
    background: transparent;
    color: #005a9c;
    padding: 0;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.fnd-link-button:hover {
    color: #003f70;
}

.fnd-btn.is-loading,
.fnd-link-button.is-loading,
[data-fnd-open-workflow].is-loading {
    pointer-events: none;
    opacity: .65;
    cursor: wait;
}

.fnd-btn.is-blocked,
.fnd-link-button.is-blocked,
[data-fnd-open-workflow].is-blocked {
    pointer-events: none;
    cursor: wait;
}

.fnd-summary-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    padding: 0 2px;
}

.fnd-summary-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6b7280;
}

.fnd-summary-count {
    font-size: 12px;
    color: #6b7280;
}

.fnd-table-wrap {
    overflow-x: auto;
    border: 1px solid #e7ebf1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(17, 27, 46, 0.04);
}

.fnd-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

.fnd-table th {
    padding: 14px 14px;
    background: #f5f7fa;
    border-bottom: 1px solid #e7ebf1;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5f6980;
}

.fnd-table td {
    padding: 15px 14px;
    border-bottom: 1px solid #edf1f6;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.45;
    color: #1a2233;
}

.fnd-audit-row {
    cursor: pointer;
}

.fnd-table tbody tr:hover {
    background: #fbfcfd;
}

.fnd-table tbody tr:last-child td {
    border-bottom: none;
}

.fnd-col-iwf {
    width: 80px;
    color: #6d7890;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.fnd-col-fundo {
    width: 26%;
    font-weight: 600;
    color: #152033;
}

.fnd-col-muted {
    color: #4e5a70;
}

.fnd-col-progress {
    min-width: 150px;
}

.auditoria-progress {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 130px;
}

.auditoria-progress__bar {
    flex: 1;
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.auditoria-progress__fill {
    height: 100%;
    background: #22c55e;
    border-radius: 999px;
}

.auditoria-progress__value {
    min-width: 38px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: #16a34a;
}

.auditoria-progress.is-zero .auditoria-progress__value {
    color: #6b7280;
}

.fnd-progress-cell {
    min-width: 150px;
}

.fnd-progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #4e5a70;
    font-weight: 700;
}

.fnd-progress-track {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf2f7;
}

.fnd-progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #1690c9;
}

.fnd-origin-tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef1f5;
    color: #46556f;
    font-size: 12px;
    font-weight: 600;
}

.fnd-status {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.fnd-pill-concluido {
    background: #e8f6ed;
    color: #2d7c45;
}

.fnd-pill-cci-finalizada {
    background: #fff6e6;
    color: #a06a19;
}

.fnd-pill-em-andamento {
    background: #fff6e6;
    color: #a06a19;
}

.fnd-pendencias-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fnd-pend-badge,
.fnd-pend-badge-none {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #51607a;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.fnd-pend-badge:hover {
    background: #e8edf5;
}

.fnd-pend-badge-none {
    color: #7b8496;
}

.fnd-detail-header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    width: 100%;
    max-width: none;
    background: transparent;
}

#collapsable-page.new-template header {
    background: #fafafa !important;
}

.fnd-detail-header__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    min-height: 0;
    background: transparent;
}

.fnd-btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 0 !important;
    flex: 0 0 40px;
    border: 1px solid #dde3eb;
    border-radius: 8px;
    background: transparent;
    color: #111b2e;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.fnd-detail-header h2 {
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 1.16;
    color: #071322;
    max-width: none;
    font-weight: 760;
    white-space: normal;
    overflow-wrap: anywhere;
}

.fnd-detail-sub {
    display: block;
    clear: both;
    margin: 6px 0 0;
    color: #526079;
    font-size: 13px;
    line-height: 1.35;
    max-width: 920px;
    overflow-wrap: anywhere;
}

.fnd-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.fnd-meta-card,
.fnd-work-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(17, 27, 46, 0.04);
}

.fnd-meta-card {
    min-height: 154px;
    padding: 16px 18px;
}

.fnd-meta-card h3,
.fnd-work-card h3 {
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.2;
}

.fnd-meta-card dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px 16px;
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.fnd-meta-card dt {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    align-self: start;
}

.fnd-meta-card dd {
    margin: 0;
    color: #1a2233;
    font-size: 13px;
    font-weight: 600;
    align-self: start;
    word-break: break-word;
}

.fnd-section-title {
    margin: 0 0 14px;
    font-size: 12px !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #4f5a6e;
}

.fnd-section-lead {
    margin: 0 0 14px;
    max-width: 840px;
    color: #526079;
    font-size: 13px;
    line-height: 1.55;
}

.fnd-timeline-card {
    padding: 0;
    margin-bottom: 18px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fnd-timeline-help {
    width: min(630px, 100%);
    margin: 12px 0 16px;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #fff;
}

.fnd-timeline-help summary {
    list-style: none;
    cursor: default;
    padding: 9px 12px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.fnd-timeline-help summary::-webkit-details-marker {
    display: none;
}

.fnd-timeline-shell {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(17, 27, 46, 0.04);
    padding: 16px 16px 20px;
}

.fnd-timeline-note {
    margin: 18px -16px -20px;
    min-height: 26px;
    padding: 8px 16px;
    border-top: 1px solid #edf2f7;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
}

.fnd-timeline-stats {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.fnd-timeline-count {
    font-size: 14px;
    font-weight: 700;
    color: #172033;
}

.fnd-timeline-pct {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
}

.fnd-timeline-progress {
    height: 8px;
    border-radius: 6px;
    background: #edf2f7;
    overflow: hidden;
    margin-bottom: 12px;
}

.fnd-timeline-progress-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 6px;
    background: linear-gradient(90deg, #2d9d5f, #3cb371);
}

.fnd-timeline-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.fnd-timeline-legend li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.fnd-timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.fnd-timeline-dot--done {
    background: #2d9d5f;
}

.fnd-timeline-dot--active {
    background: #00abf8;
}

.fnd-timeline-dot--future {
    background: #eceef2;
    box-shadow: 0 0 0 1px #cfd3dc;
}

.fnd-timeline-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    overflow-x: visible;
    padding: 34px 12px 10px;
    position: relative;
    --fnd-tl-fill-pct: 0%;
}

.fnd-timeline-track::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 10%;
    right: 10%;
    height: 3px;
    border-radius: 3px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(to right, #2d9d5f 0%, #2d9d5f var(--fnd-tl-fill-pct), #e4e6eb var(--fnd-tl-fill-pct), #e4e6eb 100%);
}

.fnd-timeline-node {
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 72px;
    padding: 0 8px 8px;
    border: 0;
    border-radius: 10px;
    background: transparent;
}

.fnd-timeline-node[data-macro-status] {
    cursor: pointer;
}

.fnd-timeline-node[data-macro-status]:focus-visible {
    outline: 2px solid #149bd7;
    outline-offset: 3px;
}

.fnd-timeline-node.is-active {
    background: #e6f7ff;
    box-shadow: 0 0 0 1px rgba(0, 171, 248, 0.35);
}

.fnd-timeline-node.is-selected {
    box-shadow: 0 0 0 2px rgba(20, 155, 215, 0.25);
}

.fnd-timeline-node.is-locked {
    opacity: .62;
}

.fnd-timeline-node strong {
    display: block;
    margin: 7px 0 3px;
    color: #172033;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.fnd-timeline-node span {
    display: inline-flex;
    min-height: auto;
    align-items: center;
    border-radius: 999px;
    padding: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: transparent;
    color: #6b7280;
}

.fnd-timeline-node.is-active span {
    background: transparent;
    color: #00abf8;
}

.fnd-timeline-node::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e8eaee;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #cfd3dc;
    margin-top: -29px;
    flex: 0 0 auto;
}

.fnd-timeline-node.is-active::before {
    background: #00abf8;
    box-shadow: 0 0 0 2px rgba(0, 171, 248, 0.18);
}

.fnd-timeline-node.is-done::before {
    background: #2d9d5f;
}

.fnd-timeline-node.is-done span {
    color: #1f7a4d;
}

@media (max-width: 760px) {
    .fnd-timeline-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        padding: 34px 12px 10px;
        scroll-snap-type: x mandatory;
    }

    .fnd-timeline-track::before {
        left: 96px;
        right: 96px;
    }

    .fnd-timeline-node {
        flex: 0 0 168px;
        scroll-snap-align: center;
    }
}

.fnd-work-card {
    padding: 16px 18px 18px;
    margin-bottom: 16px;
}

.fnd-stage-filter-hint {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 14px 0 16px;
    padding: 9px 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: linear-gradient(135deg, #f0f7ff 0%, #f3f4f6 100%);
    color: #526079;
    font-size: 12px;
    line-height: 1.45;
}

.fnd-btn-text {
    border: 0;
    background: transparent;
    padding: 0;
    color: #2563eb;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.fnd-obtencao-sub-bar {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
}

.fnd-doc-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.fnd-tab {
    border: 1px solid transparent;
    border-radius: 8px;
    background: #e8eaee;
    color: #6b7280;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 13px;
    cursor: default;
}

.fnd-tab.is-active {
    background: #fff;
    border-color: #dbe3ed;
    color: #172033;
    box-shadow: 0 1px 3px rgba(17, 27, 46, 0.04);
}

.fnd-doc-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.fnd-doc-panel-title {
    margin: 0;
    color: #071322;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.fnd-doc-panel-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.fnd-doc-extra-btn {
    border: 1px solid #dbe3ed;
    border-radius: 8px;
    background: #fff;
    color: #071322;
    padding: 7px 12px;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: default;
}

.fnd-panel-muted {
    margin: 0 0 10px;
    color: #526079;
    font-size: 12px;
    line-height: 1.45;
}

.fnd-doc-table-scroll {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.fnd-doc-general-action {
    display: flex;
    justify-content: flex-start;
    padding: 8px 0 2px;
}

.fnd-doc-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    table-layout: fixed;
}

.fnd-doc-table th {
    padding: 12px 14px;
    background: #f5f7fa;
    border-bottom: 1px solid #e7ebf1;
    color: #073e60;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
}

.fnd-doc-table td {
    padding: 14px;
    border-bottom: 1px solid #edf1f6;
    color: #1a2233;
    font-size: 13px;
    vertical-align: middle;
}

.fnd-doc-table tbody tr:last-child td {
    border-bottom: 0;
}

.fnd-doc-table .fnd-doc-col-name {
    width: 30%;
}

.fnd-doc-table .fnd-doc-col-role {
    width: 22%;
}

.fnd-doc-table .fnd-doc-col-action {
    width: 18%;
}

.fnd-doc-filter-banner {
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #eff6ff;
    color: #172033;
    font-size: 12px;
    line-height: 1.45;
}

.fnd-doc-filter-banner a {
    color: #2563eb;
    font-weight: 700;
    margin-left: 8px;
    text-decoration: underline;
}

.fnd-doc-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.fnd-doc-filter-pills[hidden] {
    display: none;
}

.fnd-doc-filter-pill {
    border: 0;
    border-radius: 8px;
    background: #e8eaee;
    color: #33405a;
    padding: 8px 14px;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.fnd-doc-filter-pill.is-active {
    background: #fff;
    box-shadow: 0 1px 4px rgba(17, 27, 46, 0.12);
    color: #071322;
    font-weight: 700;
}

.fnd-stage-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: #eef1f5;
    color: #4f5a6e;
    max-width: 100%;
    min-height: 28px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}

.fnd-stage-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.fnd-stage-resp-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}

.fnd-stage-sla-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.fnd-doc-stage-row td {
    border-top: 1px solid #edf2f7;
}

.fnd-sla-badge {
    --fnd-sla-color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: var(--fnd-sla-color);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
}

.fnd-resp-line+.fnd-resp-line {
    margin-top: 2px;
}

.fnd-stage-pill-action {
    cursor: pointer;
    background: #e8f2fb;
    color: #0b5f8f;
}

.fnd-stage-pill-action:hover {
    background: #d8ecfb;
    color: #004f82;
    text-decoration: none;
}

.fnd-doc-extra-section,
.fnd-doc-stage-section {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.fnd-doc-extra-section .fnd-doc-table-scroll,
.fnd-doc-stage-section .fnd-doc-table-scroll {
    margin-top: 10px;
}

.fnd-doc-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fnd-doc-section-head .fnd-doc-panel-title {
    margin: 0;
}

.fnd-module-strip {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: linear-gradient(165deg, #f8fafc 0%, #fff 70%);
    padding: 13px 14px;
    margin-bottom: 14px;
}

.fnd-module-strip-title {
    display: block;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.fnd-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.fnd-badge-warn {
    background: #fff3df;
    color: #a05a13;
}

.fnd-thread {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    background: #fafbfc;
    min-height: 72px;
}

.fnd-thread-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.fnd-thread-badge {
    border-radius: 6px;
    background: #e0e7ff;
    color: #3730a3;
    padding: 2px 7px;
    text-transform: none;
    letter-spacing: 0;
}

.fnd-qg-alert {
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid #fde3aa;
    border-radius: 8px;
    background: #fff8e8;
    color: #8a5a10;
    font-size: 12px;
    line-height: 1.45;
}

.fnd-qg-role-note {
    margin: 0 0 16px;
    color: #33405a;
    font-size: 13px;
    line-height: 1.45;
}

.fnd-qg-conversation-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #475569;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .8px;
    cursor: pointer;
}

.fnd-qg-conversation-title:hover {
    color: #1e293b;
}

.fnd-qg-thread-title-text {
    flex: 1;
}

.fnd-qg-thread-last-activity {
    color: #94a3b8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    margin-right: 8px;
}

.fnd-qg-chevron {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
    transition: transform .15s ease;
    margin-right: 4px;
}

.fnd-qg-thread.is-collapsed .fnd-qg-chevron {
    transform: rotate(-45deg);
}

.fnd-qg-thread.is-collapsed .fnd-qg-thread-body {
    display: none;
}

.fnd-qg-thread-body {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.fnd-qg-thread-list {
    display: grid;
    gap: 12px;
}

.fnd-qg-thread {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px 16px;
}

.fnd-qg-message {
    min-width: 28%;
    max-width: 75%;
    border-radius: 12px;
    padding: 8px 12px;
    margin: 4px 0;
    font-size: 13px;
    line-height: 1.45;
}

.fnd-qg-message p {
    margin: 0 0 6px;
}

.fnd-qg-message p:last-child {
    margin-bottom: 0;
}

.fnd-qg-message strong {
    color: #33405a;
}

.fnd-qg-message-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 4px;
    color: #475569;
    font-size: 11px;
}

.fnd-qg-message-author {
    color: #33405a;
}

.fnd-qg-message-time {
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
}

.fnd-qg-message-text {
    color: #172033;
    white-space: pre-wrap;
    word-break: break-word;
}

.fnd-qg-message--other {
    align-self: flex-start;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
}

.fnd-qg-message--self {
    align-self: flex-end;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-bottom-right-radius: 4px;
}

.fnd-qg-message--root {
    box-shadow: inset 3px 0 0 #93c5fd;
    padding-left: 14px;
}

.fnd-qg-message--other.fnd-qg-message--root {
    box-shadow: inset 3px 0 0 #93c5fd;
}

.fnd-qg-thread-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.fnd-qg-thread-close,
.fnd-qg-reply,
.fnd-qg-finalize {
    border: 1px solid #dbe3ed;
    border-radius: 6px;
    background: #fff;
    color: #172033;
    padding: 7px 10px;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
}

.fnd-qg-reply {
    border-color: #0ea5df;
    background: #0ea5df;
    color: #fff;
}

.fnd-qg-finalize {
    border-color: #dbe3ed;
    background: #fff;
    color: #073e60;
}

.fnd-qg-message-status {
    border: 1px solid #dbe3ed;
    border-radius: 8px;
    margin: 0 0 12px;
    padding: 10px 12px;
    font-size: 13px;
}

.fnd-qg-message-status.is-ok {
    border-color: #b7ebc6;
    background: #f2fbf5;
    color: #176232;
}

.fnd-qg-message-status.is-error {
    border-color: #f5c2c7;
    background: #fff5f5;
    color: #b4232a;
}

.fnd-qg-thread-help,
.fnd-qg-thread-note {
    color: #526079;
    font-size: 12px;
}

.fnd-qg-thread-note {
    margin-top: 12px;
}

.fnd-qg-inline-reply {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.fnd-qg-inline-reply[hidden] {
    display: none;
}

.fnd-qg-inline-reply .fnd-qg-field {
    margin-bottom: 8px;
}

.fnd-qg-inline-msg {
    margin-bottom: 8px;
    font-size: 12px;
    color: #15803d;
}

.fnd-qg-inline-msg.is-error {
    color: #b91c1c;
}

.fnd-qg-new-conversation {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.fnd-qg-new-conversation.is-hidden-by-history {
    display: none !important;
}

.fnd-qg-new-conversation.is-blocked .fnd-qg-textarea,
.fnd-qg-new-conversation.is-blocked .fnd-qg-recipient-field,
.fnd-qg-new-conversation.is-blocked .fnd-qg-actions {
    opacity: .55;
    pointer-events: none;
}

.fnd-qg-grupos-vazio {
    margin: 0 0 12px;
}

.fnd-qg-new-conversation h4 {
    margin: 0 0 14px;
    color: #071322;
    font-size: 16px;
    font-weight: 800;
}

.fnd-qg-field {
    display: block;
    margin-bottom: 12px;
    color: #33405a;
    font-size: 13px;
    font-weight: 700;
}

.fnd-qg-field textarea,
.fnd-qg-field select {
    display: block;
    box-sizing: border-box;
    margin-top: 8px;
    border: 1px solid #dbe3ed;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font: inherit;
    font-weight: 400;
}

.fnd-qg-field textarea {
    width: 100%;
    min-height: 64px;
    padding: 10px 12px;
    resize: vertical;
}

.fnd-qg-field select {
    width: 280px;
    max-width: 100%;
    padding: 9px 12px;
}

.fnd-qg-recipient-field {
    width: 100%;
    max-width: 100%;
}

.fnd-qg-recipient-field .select2-container {
    width: 100% !important;
    margin-top: 6px;
}

.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple {
    height: auto !important;
    min-height: 30px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cbd5e1;
    border-radius: 0;
    background: transparent;
    padding: 2px 0;
    cursor: text;
}

.fnd-qg-recipient-field .select2-container--default.select2-container--focus .select2-selection--multiple,
.fnd-qg-recipient-field .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: transparent;
    border-bottom-color: #1690c9;
    box-shadow: none;
    outline: 0;
}

.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 5px;
    height: auto !important;
    min-height: 24px;
    max-height: 104px;
    overflow-y: auto;
    padding: 0;
}

.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple .select2-search--inline {
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin: 0;
}

.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 22px;
    margin: 0;
    border: 1px solid #c8dff0;
    border-radius: 999px;
    background: #eef7fd;
    color: #073e60;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 1px 6px 1px 10px;
}

.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: static;
    left: auto !important;
    top: auto;
    transform: none;
    order: 2;
    margin: 0 0 0 4px !important;
    border: 0 !important;
    background: transparent !important;
    color: #94a3b8 !important;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.fnd-qg-recipient-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: transparent !important;
    color: #b91c1c !important;
}

.fnd-qg-recipient-field .select2-container--default .select2-search--inline .select2-search__field {
    height: 24px;
    min-width: 4px;
    width: auto !important;
    margin: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #172033;
    font: inherit;
    font-weight: 400;
    outline: 0 !important;
    padding: 0 !important;
}

.select2-dropdown.fnd-qg-select2-dropdown {
    border-color: #dbe3ed;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
    overflow: hidden;
}

.fnd-qg-select2-dropdown .select2-search--dropdown {
    padding: 8px;
}

.fnd-qg-select2-dropdown .select2-results__options {
    max-height: 220px;
}

.fnd-qg-select2-dropdown .select2-results__option {
    padding: 8px 12px;
    font-size: 13px;
}

.fnd-qg-select2-dropdown .select2-results__option--selected {
    display: none;
}

.fnd-qg-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #e8f2fb;
    color: #073e60;
}

.fnd-qg-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fnd-qg-send,
.fnd-qg-cancel {
    border: 0;
    border-radius: 8px;
    background: #0397d5;
    color: #fff;
    padding: 9px 14px;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: default;
}

.fnd-qg-send {
    background: #0397d5;
    color: #fff;
    cursor: pointer;
}

.fnd-qg-send:hover {
    background: #0286bd;
}

.fnd-qg-cancel {
    cursor: pointer;
}

.fnd-qg-cancel {
    border: 1px solid #dbe3ed;
    background: #fff;
    color: #172033;
}

.fnd-qg-composer {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #dbe3ed;
}

.fnd-qg-composer h3 {
    margin: 0;
    color: #172033;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.fnd-qg-composer label {
    color: #526079;
    font-size: 12px;
    font-weight: 700;
}

.fnd-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.fnd-plan-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    background: #fafbfc;
}

.fnd-plan-item strong {
    display: block;
    color: #172033;
    font-size: 13px;
    margin-bottom: 4px;
}

.fnd-upload-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, .42);
}

.fnd-upload-modal[hidden] {
    display: none;
}

.fnd-upload-dialog {
    width: min(560px, calc(100vw - 48px));
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
    padding: 20px;
}

.fnd-upload-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.fnd-upload-title {
    margin: 0;
    color: #172033;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.fnd-upload-close {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.fnd-upload-meta {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px 16px;
    margin-bottom: 16px;
    color: #33405a;
    font-size: 13px;
}

.fnd-upload-meta dt {
    margin: 0;
    color: #6b7280;
    font-weight: 700;
}

.fnd-upload-meta dd {
    margin: 0;
}

.fnd-upload-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 16px;
}

.fnd-upload-section h4 {
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
}

.fnd-upload-note,
.fnd-upload-footnote {
    margin: 0 0 12px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.45;
}

.fnd-upload-comment,
.fnd-upload-file {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #dbe3ed;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font: inherit;
}

.fnd-upload-comment {
    min-height: 68px;
    margin-bottom: 12px;
    padding: 10px 12px;
    resize: vertical;
}

.fnd-upload-file {
    min-height: 38px;
    margin-bottom: 8px;
    padding: 7px 10px;
}

.fnd-detail-empty {
    color: #6b7280;
    font-size: 13px;
    margin: 0;
    line-height: 1.45;
}

.fnd-msg-erro {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #f2c7c7;
    border-radius: 10px;
    background: #fff6f6;
    color: #b33c3c;
    font-size: 13px;
}

.fnd-empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    min-height: 180px;
    padding: 34px 18px;
}

.fnd-empty-message {
    margin: 0 auto;
    font-size: 14px;
    color: #6b7280;
    width: 100%;
    text-align: center;
}

.fnd-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.fnd-pager p {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.fnd-pager-actions {
    display: flex;
    gap: 8px;
}

@media (max-width: 1100px) {
    .fnd-filter-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fnd-hero {
        flex-direction: column;
        align-items: stretch;
    }

    .fnd-hero .fnd-btn-primary {
        align-self: flex-start;
    }

    .fnd-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {
    .fnd-filter-section {
        grid-template-columns: 1fr;
    }

    .fnd-summary-bar,
    .fnd-pager {
        flex-direction: column;
        align-items: stretch;
    }

    .fnd-detail-grid {
        grid-template-columns: 1fr;
    }

    .fnd-pager-actions {
        justify-content: stretch;
    }
}

.fnd-portal-auditorias {
    background: #f6f8fb;
    padding: 18px 20px 28px;
    border-radius: 12px;
}

.fnd-portal-auditorias .fnd-hero,
.fnd-portal-auditorias .fnd-filter-panel,
.fnd-portal-auditorias .fnd-table-wrap,
.fnd-portal-auditorias .fnd-meta-card,
.fnd-portal-auditorias .fnd-work-card,
.fnd-portal-auditorias .fnd-timeline-card,
.fnd-portal-auditorias .fnd-doc-panel {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .06);
}

.fnd-portal-auditorias .fnd-hero {
    padding: 16px 18px;
    margin-bottom: 14px;
    align-items: center;
}

.fnd-portal-auditorias .fnd-hero-copy h2,
.fnd-portal-auditorias .fnd-detail-header h2 {
    font-size: 24px;
    line-height: 1.18;
    color: #0b1f35;
}

.fnd-portal-auditorias .fnd-hero-copy p,
.fnd-portal-auditorias .fnd-detail-subtitle,
.fnd-portal-auditorias .fnd-doc-lead {
    color: #475569;
    line-height: 1.5;
}

.fnd-portal-auditorias .fnd-filter-panel {
    padding: 14px 16px;
    margin-bottom: 14px;
}

.fnd-portal-auditorias .fnd-input {
    border-color: #d8e1ec;
    border-radius: 8px;
    min-height: 40px;
}

.fnd-portal-auditorias .fnd-summary-bar {
    margin: 0 0 8px;
    padding: 0 2px;
}

.fnd-portal-auditorias .fnd-table-wrap {
    overflow-x: auto;
}

.fnd-portal-auditorias .fnd-table th,
.fnd-portal-auditorias .fnd-doc-table th {
    background: #f8fafc;
    color: #0b3a55;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 15px 16px;
}

.fnd-portal-auditorias .fnd-table td,
.fnd-portal-auditorias .fnd-doc-table td {
    padding: 16px;
    border-color: #e5eaf1;
    vertical-align: middle;
}

.fnd-portal-auditorias .fnd-audit-row:hover {
    background: #f8fbff;
}

.fnd-portal-auditorias .fnd-origin-tag,
.fnd-portal-auditorias .fnd-status,
.fnd-portal-auditorias .fnd-doc-stage,
.fnd-portal-auditorias .fnd-doc-count {
    border-radius: 999px;
    min-height: 32px;
    padding: 0 12px;
}

.fnd-portal-auditorias .fnd-progress-track {
    height: 8px;
    border-radius: 999px;
    background: #e8edf3;
}

.fnd-portal-auditorias .fnd-progress-fill {
    background: linear-gradient(90deg, #2d9d5f, #3cb371);
    border-radius: 999px;
}

.fnd-portal-auditorias .fnd-detail-header {
    margin: 0 0 16px;
    padding: 26px 14px 24px;
    align-items: center;
    justify-items: start;
    max-width: none;
    background: #fafafa;
}

.fnd-portal-auditorias .fnd-detail-header__text {
    align-items: flex-start;
    justify-self: start;
    text-align: left;
}

.fnd-portal-auditorias .fnd-btn-back {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 20px;
    border-color: #d8e1ec;
    background: #fff;
    color: #172033;
}

.fnd-portal-auditorias .fnd-btn-back:hover {
    background: #fff;
}

.fnd-portal-auditorias .fnd-detail-header h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #071322;
    text-align: left;
}

.fnd-portal-auditorias .fnd-detail-sub {
    margin-top: 6px;
    color: #526079;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.fnd-portal-auditorias .fnd-detail-grid {
    gap: 14px;
    margin-bottom: 16px;
}

.fnd-portal-auditorias .fnd-meta-card,
.fnd-portal-auditorias .fnd-work-card,
.fnd-portal-auditorias .fnd-timeline-card,
.fnd-portal-auditorias .fnd-doc-panel {
    padding: 16px 18px;
}

.fnd-portal-auditorias .fnd-meta-card h3,
.fnd-portal-auditorias .fnd-work-card h3,
.fnd-portal-auditorias .fnd-doc-panel h3 {
    color: #0b3a55;
    letter-spacing: .04em;
    margin-bottom: 12px !important;
}

.fnd-portal-auditorias .fnd-timeline-card {
    margin-bottom: 16px;
}

.fnd-portal-auditorias .fnd-timeline-shell {
    border-radius: 10px;
    background: #fff;
}

.fnd-portal-auditorias .fnd-doc-panel {
    margin-top: 16px;
}

.fnd-portal-auditorias .fnd-doc-section,
.fnd-portal-auditorias .fnd-doc-group {
    border-color: #dfe6ef;
    border-radius: 10px;
}

#collapsible-page.new-template .RadWindow.RadWindow_Metro .rwTitleBar .rwTitleWrapper>span:first-child {
    display: none !important;
}

#collapsible-page.new-template .RadWindow.RadWindow_Metro .rwTitleBar .rwTitleWrapper>.rwTitle {
    display: block !important;
    color: #111827 !important;
}

.fnd-portal-auditorias .fnd-plano-actions {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.fnd-portal-auditorias .fnd-plano-actions[hidden] {
    display: none;
}

.fnd-portal-auditorias .fnd-plano-table {
    table-layout: auto;
}

.fnd-portal-auditorias .fnd-plano-table th.fnd-plano-toggle-col,
.fnd-portal-auditorias .fnd-plano-table td.fnd-plano-toggle-col {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    padding: 8px 8px 8px 14px !important;
    text-align: left !important;
    vertical-align: middle;
}

.fnd-portal-auditorias .fnd-plano-table th.fnd-plano-num-col,
.fnd-portal-auditorias .fnd-plano-table td.fnd-plano-num-col {
    padding-left: 28px !important;
    padding-right: 14px !important;
    width: 60px;
    min-width: 60px;
    border-left: 1px solid #edf1f6;
}

.fnd-portal-auditorias .fnd-plano-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    min-width: 0 !important;
    height: 24px !important;
    min-height: 0 !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #5f6980 !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.fnd-portal-auditorias .fnd-plano-toggle:hover {
    background: #eef6fb !important;
    background-color: #eef6fb !important;
    border-color: #cfe4f1 !important;
    color: #1690c9 !important;
}

.fnd-portal-auditorias .fnd-plano-toggle:focus {
    outline: 2px solid #cfe4f1;
    outline-offset: 1px;
}

.fnd-portal-auditorias .fnd-plano-toggle.is-expanded {
    background: #1690c9 !important;
    background-color: #1690c9 !important;
    border-color: #1690c9 !important;
    color: #ffffff !important;
}

.fnd-portal-auditorias .fnd-plano-toggle.is-expanded:hover {
    background: #127bb0 !important;
    background-color: #127bb0 !important;
    border-color: #127bb0 !important;
    color: #ffffff !important;
}

.fnd-portal-auditorias .fnd-plano-toggle.is-expanded .fnd-plano-toggle-icon {
    transform: rotate(90deg);
}

.fnd-portal-auditorias .fnd-plano-toggle-icon {
    display: inline-block;
    line-height: 0;
    transition: transform .15s ease;
}

.fnd-portal-auditorias .fnd-plano-children[hidden] {
    display: none;
}

.fnd-portal-auditorias .fnd-plano-children>td {
    padding: 0;
    background: #f7fafd;
    border-top: 1px solid #e0e6ef;
    border-bottom: 1px solid #e0e6ef;
}

.fnd-portal-auditorias .fnd-plano-children-empty {
    padding: 14px 18px;
    color: #6b7280;
    font-size: 12px;
    font-style: italic;
}

.fnd-portal-auditorias .fnd-plano-children-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: transparent;
}

.fnd-portal-auditorias .fnd-plano-children-table th,
.fnd-portal-auditorias .fnd-plano-children-table td {
    padding: 8px 14px;
    border-bottom: 1px solid #e7ebf1;
    font-size: 12px;
    vertical-align: top;
    text-align: left;
}

.fnd-portal-auditorias .fnd-plano-children-table th {
    background: #eef2f7;
    color: #5f6980;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 11px;
}

.fnd-portal-auditorias .fnd-plano-children-table tbody tr:last-child td {
    border-bottom: none;
}

.fnd-portal-auditorias .fnd-plano-children-como {
    max-width: 320px;
    white-space: pre-wrap;
    word-break: break-word;
}

.fnd-portal-auditorias .fnd-plano-children-custo {
    text-align: right;
    white-space: nowrap;
}

.fnd-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.fnd-loading-overlay[hidden] {
    display: none;
}

.fnd-loading-overlay__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.18);
    min-width: 220px;
}

.fnd-loading-overlay__spinner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #e0e6ef;
    border-top-color: #1690c9;
    animation: fnd-loading-overlay-spin 0.8s linear infinite;
}

.fnd-loading-overlay__text {
    font-size: 13px;
    font-weight: 600;
    color: #33405a;
}

@keyframes fnd-loading-overlay-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.RadWindow .rwMaximizeButton,
.RadWindow .rwMinimizeButton,
.RadWindow .rwPinButton,
.RadWindow .rwReloadButton {
    /*display: none !important;*/
}

.RadWindow .rwCommands .rwListItem:has(.rwMaximizeButton),
.RadWindow .rwCommands .rwListItem:has(.rwMinimizeButton),
.RadWindow .rwCommands .rwListItem:has(.rwPinButton),
.RadWindow .rwCommands .rwListItem:has(.rwReloadButton) {
    /*display: none !important;*/
}

.fnd-btn.is-loading,
.fnd-link-button.is-loading,
[data-fnd-open-workflow].is-loading {
    pointer-events: none;
    opacity: .65;
    cursor: wait;
}

.fnd-btn.is-blocked,
.fnd-link-button.is-blocked,
[data-fnd-open-workflow].is-blocked {
    pointer-events: none;
    cursor: wait;
}

.fundora-radwindow {
    box-shadow: 0 10px 32px rgba(11, 28, 44, 0.18);
}

.fundora-radwindow .rwWindowContent {
    padding: 4px 6px 6px;
}

.fundora-radwindow .rwContentFrame,
.fundora-radwindow .rwContentFrame .fnd-portal-auditorias,
.fundora-radwindow iframe.rwContentFrame {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.fundora-radwindow .rwStatusBar {
    min-height: 4px;
}
