
/* Frame 890 - Header Box */
.frame-890,
.frame-890 * {
    box-sizing: border-box;
}

.frame-890 {

    border-radius: 16px 16px 0px 0px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

.frame-1051 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.some-files {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.files-folders {
    height: auto;
    position: absolute;
    left: 2px;
    top: 2px;
    overflow: visible;
}

.relat-rio-ae-ts-aptas-para-reavalia-o {
    color: var(--neutral-lightest, #ffffff);
    text-align: left;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    position: relative;
}

.frame-978 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

/* Button Styles */
.button {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 9px 12px 9px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    background-color: transparent;
}

.document {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.files-folders2 {
    height: auto;
    position: absolute;
    left: 1.33px;
    top: 1.33px;
    overflow: visible;
}

/* Small Label */
.small {
    
    text-align: left;
    font-family: var(
            --body-b-12-12-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-12-12-600-font-size, 12px);
    line-height: var(--body-b-12-12-600-line-height, 12px);
    font-weight: var(--body-b-12-12-600-font-weight, 600);
    position: relative;
}

.printer {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.devices {
    height: auto;
    position: absolute;
    left: 2px;
    top: 1.33px;
    overflow: visible;
}

.row {
    justify-content: center;
}

.chart-desc-panel {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: unset !important;
        max-width: unset !important;
    }
}

.flex-center-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.equal-height-card {
    display: flex;
    flex-direction: column;
}

.equal-height-card .card-body {
    flex: 1;
}


/* Selected Button Styles */
.button.selected {
    color: #003366;
}

.button.selected[data-value="True"] {
    background-color: #4CAF50;
    color: #003366;
}

.button.selected[data-value="False"] {
    background-color: #d62727;
    color: #003366;
}

.button.selected[data-value="True"] .small,
.button.selected[data-value="False"] .small {
    color: white !important;
}

/* Filtro Geral */
.filtro-geral,
.filtro-geral * {
    box-sizing: border-box;
}

.filtro-geral {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

/* Filtros Top */
.filtros-top {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 10px;
}

.filtro-estilizado {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: transparent;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control.filtro-estilizado,
.titulo.filtro-estilizado {
    flex: 1;
}

select.form-control.select2 {
    height: 50px;
    padding: 13px 15px;
    border-radius: 6px;
    background-color: #fff;
}

/* Form Control */
.form-control {
    border-radius: 6px;
    padding: 13px 15px 17px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 50px;
    position: relative;
}

/* Titulo */
.titulo {
    border-radius: 6px;
    padding: 17px 15px 17px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 48px;
    position: relative;
}

.large {
    color: var(--gray-dark, #8c8c8c);
    text-align: left;
    font-family: var(
            --body-b-13-13-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-13-13-600-font-size, 13px);
    line-height: var(--body-b-13-13-600-line-height, 14px);
    font-weight: var(--body-b-13-13-600-font-weight, 600);
    position: relative;
}

/* Riscos */
.riscos {
    border-radius: 8px;
    padding: 11px 16px 11px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

/* Genero */
.genero {
    border-radius: 8px;
    padding: 11px 16px 11px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

/* Prioridades */
.prioridades {
    border-radius: 8px;
    padding: 11px 16px 11px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

.condi-o {
    color: var(--neutral-darkest, #73706c);
    text-align: left;
    font-family: var(
            --body-b-12-12-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-12-12-600-font-size, 12px);
    line-height: var(--body-b-12-12-600-line-height, 12px);
    font-weight: var(--body-b-12-12-600-font-weight, 600);
    position: relative;
}

.button {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 9px 12px 9px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.small {
    
    text-align: left;
    font-family: var(
            --body-b-12-12-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-12-12-600-font-size, 12px);
    line-height: var(--body-b-12-12-600-line-height, 12px);
    font-weight: var(--body-b-12-12-600-font-weight, 600);
    position: relative;
}

/* (moved to above with .button.selected[data-value="True"] .small, .button.selected[data-value="False"] .small) */

.limpar-filtros {
    border-radius: 6px;
    padding: 7px 10px 7px 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.filter-square {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.general {
    height: auto;
    position: absolute;
    left: 1.33px;
    top: 1.33px;
    overflow: visible;
}

.small2 {
    color: var(--primary-darkest, #005885);
    text-align: left;
    font-family: var(--body-b-12-12-700-font-family, "Inter-Bold", sans-serif);
    font-size: var(--body-b-12-12-700-font-size, 12px);
    line-height: var(--body-b-12-12-700-line-height, 12px);
    font-weight: var(--body-b-12-12-700-font-weight, 700);
    position: relative;
}

.button.selected-vermelho {
    background-color: #e74c3c !important; /* Vermelho */
}

.button.selected-amarelo {
    background-color: #f1c40f !important; /* Amarelo */
}

.button.selected-verde {
    background-color: #4CAF50 !important; /* Verde */
}

.button.selected-cinza {
    background-color: #9E9E9E !important; /* Cinza para Sem status */
}

.button.selected-azul {
    background-color: #90CAF9; /* Azul claro */
}

.button.selected-rosa {
    background-color: #F8BBD0; /* Rosa claro */
}

.button.selected-vermelho .small {
    color: white;
}

.button.selected-amarelo .small {
    color: white;
}

.button.selected-verde .small {
    color: white;
}

.button.selected-cinza .small {
    color: white;
}

.button.selected-azul .small {
    color: white;
}

.button.selected-rosa .small {
    color: white;
}

.d-flex.flex-gap > * + * {
    margin-left: 0.5rem;
}


/* Ajusta altura e aparência para seguir os padrões do sistema */
.select2-container--bootstrap-5 .select2-selection--single {
    height: 50px;
    padding: 13px 15px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    border: none;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
    color: #3F4254;
    padding-left: 0;
    line-height: normal;
}

.select2-container--bootstrap-5 .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 6px;
    border: 1px solid #ced4da;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.select2-container--bootstrap-5 .select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #005885;
    color: white;
}

select.select2-hidden-accessible {
    display: none !important;
}


.frame-890,
.frame-890 * {
    box-sizing: border-box;
}

.frame-890 {

    border-radius: 16px 16px 0px 0px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

.frame-1051 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.some-files {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.files-folders {
    height: auto;
    position: absolute;
    left: 2px;
    top: 2px;
    overflow: visible;
}

.relat-rio-ae-ts-aptas-para-reavalia-o {
    color: var(--neutral-lightest, #ffffff);
    text-align: left;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    position: relative;
}

.frame-978 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.button {
    background: var(--gray-light, #f2f2f2);
    border-radius: 6px;
    padding: 7px 10px 7px 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.document {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.files-folders2 {
    height: auto;
    position: absolute;
    left: 1.33px;
    top: 1.33px;
    overflow: visible;
}

.small {
    text-align: left;
    font-family: var(
            --body-b-12-12-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-12-12-600-font-size, 12px);
    line-height: var(--body-b-12-12-600-line-height, 12px);
    font-weight: var(--body-b-12-12-600-font-weight, 600);
    position: relative;
}

.printer {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.devices {
    height: auto;
    position: absolute;
    left: 2px;
    top: 1.33px;
    overflow: visible;
}

.row {
    justify-content: center;
}

.chart-desc-panel {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: unset !important;
        max-width: unset !important;
    }
}

.flex-center-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.equal-height-card {
    display: flex;
    flex-direction: column;
}

.equal-height-card .card-body {
    flex: 1;
}


.button {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.button.selected {
    color: #003366;
}

.button.selected[data-value="True"] {
    background-color: #4CAF50;
    Verde para Ativo
    color: #003366;

}

.button.selected[data-value="False"] {
    background-color: #d62727;
    Vermelho para Inativo
    color: #003366;

}

.filtro-geral,
.filtro-geral * {
    box-sizing: border-box;
}

.filtro-geral {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: 16px;
}

.filtros-top {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 10px;
}

.filtro-estilizado {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: transparent;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control.filtro-estilizado,
.titulo.filtro-estilizado {
    flex: 1;
}

select.form-control.select2 {
    height: 50px;
    padding: 13px 15px;
    border-radius: 6px;
    background-color: #fff;
}

.form-control {

    border-radius: 6px;
    padding: 13px 15px 17px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 50px;
    position: relative;
}

.titulo {
    border-radius: 6px;
    padding: 17px 15px 17px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 48px;
    position: relative;
}

.large {
    color: var(--gray-dark, #8c8c8c);
    text-align: left;
    font-family: var(
            --body-b-13-13-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-13-13-600-font-size, 13px);
    line-height: var(--body-b-13-13-600-line-height, 14px);
    font-weight: var(--body-b-13-13-600-font-weight, 600);
    position: relative;
}


.genero {
    border-radius: 8px;
    padding: 11px 16px 11px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

.prioridades {
    border-radius: 8px;
    padding: 11px 16px 11px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

.condi-o {
    color: var(--neutral-darkest, #73706c);
    text-align: left;
    font-family: var(
            --body-b-12-12-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-12-12-600-font-size, 12px);
    line-height: var(--body-b-12-12-600-line-height, 12px);
    font-weight: var(--body-b-12-12-600-font-weight, 600);
    position: relative;
}

.button {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 9px 12px 9px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.small {
    
    text-align: left;
    font-family: var(
            --body-b-12-12-600-font-family,
            "Inter-SemiBold",
            sans-serif
    );
    font-size: var(--body-b-12-12-600-font-size, 12px);
    line-height: var(--body-b-12-12-600-line-height, 12px);
    font-weight: var(--body-b-12-12-600-font-weight, 600);
    position: relative;
}

.button.selected[data-value="True"] .small {
    color: white !important;
}

.button.selected[data-value="False"] .small {
    color: white !important;
}

.limpar-filtros {
    border-radius: 6px;
    padding: 7px 10px 7px 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.filter-square {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.general {
    height: auto;
    position: absolute;
    left: 1.33px;
    top: 1.33px;
    overflow: visible;
}

.small2 {
    color: var(--primary-darkest, #005885);
    text-align: left;
    font-family: var(--body-b-12-12-700-font-family, "Inter-Bold", sans-serif);
    font-size: var(--body-b-12-12-700-font-size, 12px);
    line-height: var(--body-b-12-12-700-line-height, 12px);
    font-weight: var(--body-b-12-12-700-font-weight, 700);
    position: relative;
}

.button.selected-vermelho {
    background-color: #e74c3c !important; /* Vermelho */
}

.button.selected-amarelo {
    background-color: #f1c40f !important; /* Amarelo */
}

.button.selected-verde {
    background-color: #4CAF50 !important; /* Verde */
}

.button.selected-cinza {
    background-color: #9E9E9E !important; /* Cinza para Sem status */
}

.button.selected-azul {
    background-color: #90CAF9; /* Azul claro */
}

.button.selected-rosa {
    background-color: #F8BBD0; /* Rosa claro */
}

.button.selected-vermelho .small {
    color: white;
}

.button.selected-amarelo .small {
    color: white;
}

.button.selected-verde .small {
    color: white;
}

.button.selected-cinza .small {
    color: white;
}

.button.selected-azul .small {
    color: white;
}

.button.selected-rosa .small {
    color: white;
}

.d-flex.flex-gap > * + * {
    margin-left: 0.5rem;
}

.filter-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.filter-group {
    flex: 1;
    min-width: 200px;
}