.ck-editor__editable {
    max-height: 300px;
}

.nav-link i {
    padding-right: 10px;
}

.selecionar-auditoria {
    height: 80px;
}

.input-info {
    font-size: 12px;
    margin-top: -13px;
    color: #1d2a56;
}

.cursor-pointer {
    cursor: pointer;
}

.modal {
    padding-right: 0 !important;
}

.table-th-full-line th {
    white-space: nowrap;
}

.white-space-nowrap {
    white-space: nowrap;
}

.nav-item-break-line a {
    white-space: inherit !important;
    padding: 8px 16px !important;
}

.adm-navbar-empresa-atual {
    border: 1px solid var(--cui-blue);
    border-radius: 15px;
    padding: 7px 15px;
}

.adm-navbar-empresa-atual span {
    color: #797979;
}

.upcase {
    text-transform: uppercase;
}

.modal-nivel2 {
    background: rgb(0 0 0 / 56%)
}

@media (min-width: 1000px) {
    .fieldset-checkbox-inline fieldset {
        display: flex;
    }

    .fieldset-checkbox-inline fieldset legend {
        padding-right: 10px;
        width: fit-content;
    }
}

.input-azul, .input-azul:focus {
    background-color: #f7faff
}

/* Quando o input utilizar a biblioteca choices */
.input-div-invalid .choices__inner {
    border-color: var(--cui-form-invalid-border-color);
}

.input-div-invalid .invalid-feedback {
    display: block;
}

.mb-3-cancel {
    margin-bottom: 0 !important;
}

.cabecalho-menu-opcao {
    display: flex;
    align-items: center;
}

.faq-image img {
    width: 35px;
}

.faq-texto {
    font-weight: 500;
    margin-left: 4px;
    color: #636363;
    font-size: 13px;
}

.atendimento-image img {
    width: 30px;
    padding-top: 4px;
}

.atendimento-texto {
    padding-top: 4px;
    font-weight: 500;
    margin-left: 4px;
    color: #636363;
    font-size: 13px;
}

.academy-image img {
    width: 30px;
    padding-top: 4px;
}

@media only screen and (max-width: 600px) {
    .atendimento-image img, .academy-image img, .faq-image img {
        width: 20px;
        padding-top: 10px;
    }

    .atendimento-texto, .faq-texto {
        padding-top: 10px;
    }
}
.kanban {
    font-family: sans-serif;
    color: #172b4d;
    display: flex;
    align-items: start;
    overflow-x: auto;
}

.kanban::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0 20px;
}

.kanban::-webkit-scrollbar {
    width: 12px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
}

.kanban::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2c417e;
}

.kanban div {
    border-radius: 3px;
}

.kanban #main {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.kanban .title {
    margin: 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 500;
}

.kanban .editable {
    user-select: none;
    outline: none;
    display: block;
}

.kanban .editing {
    background: white;
    color: #172b4d !important;
    box-shadow: inset 0 0 0 2px #0279bf;
}

.kanban .editing:hover {
    background: white !important;
}

.kanban .card {
    min-height: 39px;
    margin: 7px;
    cursor: pointer !important;
    display: flow-root;
}

.kanban .list {
    min-width: 305px;
    margin: 10px 5px;
    position: relative;
    background: none;
    align-self: stretch;
}

.kanban #main .list:first-child {
    margin-left: 0;
}

.kanban .add-list {
    min-width: 280px;
    margin: 10px 5px;
    position: relative;
    background: rgba(0, 0, 0, .12);
    color: hsla(0, 0%, 100%, .8);
}

.kanban .ghost {
    opacity: .1;
    color: #000;
    background-color: #000;
}

.kanban .add-card {
    width: calc(100% - 35px);
    display: inline-block;
    padding: 10px;
    margin-top: 0;
    color: gray;
    text-decoration: none;
    margin: 7px;
    padding: 10px;
    /*   border-bottom: 1px solid #dfe1e6; */
}

.kanban .add-card:hover {
    background-color: rgba(9, 30, 66, .13);
}

.kanban .del {
    font-weight: 600;
    color: gray;
    float: right;
}

.kanban .content {
    border-bottom: 1px solid #cecece;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
    border-top: 5px solid #f1f2f5;
    min-height: 600px;
    height: 99%;
}

.kanban-text {
    float: left;
    width: 100%;
    padding: 10px;
    background: #efefef;
    border-radius: 0 0 3px 3px !important;
}

.kanban-card-title {
    color: #fff;
    font-weight: 300;
    border-radius: 3px 3px 0 0 !important;
    display: flex;
    padding: 5px 12px 2px 10px;
}
.kanban-card-title-x {
    width: 266px;
    max-width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.kanban .card::after {
    content: '-';
    background: rgb(255 0 0 / 0%);
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
}

.kanban-dark-blue .title {
    border-top: 6px solid #1d2a56;
    color: #1d2a56;
}
.kanban-dark-blue .kanban-card-title {
    background: #1d2a56;
}
.kanban-blue .title {
    border-top: 6px solid #1f8184;
    color: #1f8184;
}
.kanban-blue .kanban-card-title {
    background: #1f8184;
}
.kanban-orange .title {
    border-top: 6px solid #cba143;
    color: #cba143;
}
.kanban-orange .kanban-card-title {
    background: #cba143;
}
.kanban-red .title {
    border-top: 6px solid #b60f24;
    color: #b60f24;
}
.kanban-red .kanban-card-title {
    background: #b60f24;
}
.kanban-green .title {
    border-top: 6px solid #218429;
    color: #218429;
}
.kanban-green .kanban-card-title {
    background: #218429;
}
.kanban-green2 .title {
    border-top: 6px solid #6d792b;
    color: #6d792b;
}
.kanban-green2 .kanban-card-title {
    background: #6d792b;
}
.kanban-grey .title {
    border-top: 6px solid #7c7c7c;
    color: #7c7c7c;
}
.kanban-grey .kanban-card-title {
    background: #7c7c7c;
}

.kanban-content {
    color: #969696;
    font-weight: 300;
    font-size: 14px;
}

.kanban-badge {
    display: flex;
    width: fit-content;
    padding: 3px 7px;
    font-size: 9px;
    border-radius: 5px !important;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.kanban-badge-icon {
    margin-right: 5px;
}
.kanban-expired {
    background: rgb(208 2 2 / 24%);
    color: #c00000;
}
.kanban-on-schedule {
    background: rgb(76 175 80 / 24%);
    color: #4caf50;
}
.kanban-expiring {
    background: rgb(255 193 7 / 39%);
    color: #856300;
}

.kanban-qtd {
    color: #9b9b9b;
    font-weight: 300;
}
.risk-grid {
    display: grid;
    grid-template-columns: 160px repeat(3, 220px);
    grid-template-rows: 60px repeat(3, 120px);
    gap: 12px;
    justify-content: center;
}

.rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    font-size: 1.2rem;
}

.grid-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 8px;
    font-size: 1rem;
}

.risk-cell {
    border-radius: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    padding: 10px;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
}

.risk-green-dark {
    background-color: #2e7d32;
    color: #fff;
}

.risk-green-medium {
    background-color: #66bb6a;
    color: #fff;
}

.risk-green-light {
    background-color: #a5d6a7;
    color: #000;
}

.risk-yellow {
    background-color: #ffeb3b;
    color: #000;
}

.risk-orange {
    background-color: #ff9800;
    color: #000;
}

.risk-red {
    background-color: #f44336;
    color: #fff;
}

.risk-default {
    background-color: #e0e0e0;
    color: #000;
}

.risk-dot-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.risk-dot-group .dot {
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}

.score-label {
    font-size: 0.9rem;
    margin-top: 8px;
}

.tooltip-wide {
    max-width: 250px;
    white-space: normal;
    word-wrap: break-word;
}

.risk-legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 1rem;
    margin-top: 30px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}
.btn-primary {
    --cui-btn-color: #fff;
    --cui-btn-bg: #0e418e;
    --cui-btn-border-color: #0e418e;
    --cui-btn-hover-color: #fff;
    --cui-btn-hover-bg: #0e4696;
    --cui-btn-hover-border-color: #0e4696;
    --cui-btn-focus-shadow-rgb: 113, 111, 220;
    --cui-btn-active-color: #fff;
    --cui-btn-active-bg: #0e4696;
    --cui-btn-active-border-color: #0e4696;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
    --cui-btn-disabled-color: #fff;
    --cui-btn-disabled-bg: #0e418e;
    --cui-btn-disabled-border-color: #0e418e;
}

.btn-outline-primary {
    --cui-btn-color: #0e418e;
    --cui-btn-border-color: #0e418e;
    --cui-btn-hover-color: #fff;
    --cui-btn-hover-bg: #0e4696;
    --cui-btn-hover-border-color: #0e4696;
    --cui-btn-focus-shadow-rgb: 88, 86, 214;
    --cui-btn-active-color: #fff;
    --cui-btn-active-bg: #0e4696;
    --cui-btn-active-border-color: #0e4696;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
    --cui-btn-disabled-color: #0e418e;
    --cui-btn-disabled-bg: transparent;
    --cui-gradient: none;
}

.btn-ghost-primary {
    --cui-btn-color: #0e418e;
    --cui-btn-hover-bg: #0e4696;
    --cui-btn-hover-border-color: #0e4696;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #0e4696;
    --cui-btn-active-border-color: #0e4696;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #0e418e;
    --cui-btn-shadow: rgba(14, 70, 150, 0.76);
}

[data-coreui-theme=light] {
    --cui-blue: #0e418e;
    --cui-indigo: #0e4696;
    --cui-purple: #6f42c1;
    --cui-primary: #0e418e;
    --cui-info: #0e4696;
    --cui-primary-text-emphasis: #0e4696;
    --cui-link-color: #0e418e;
    --cui-link-hover-color: #0e418e;
}

.btn-info {
    --cui-btn-color: #fff;
}

.sidebar-nav .nav-link.disabled {
    color: #7b7b7b !important;
}

a {
    text-decoration: none;
}

.modal-dialog-scrollable .modal-body {
    max-height: 600px;
}

.choices__list--multiple .choices__item {
    background-color: var(--cui-blue);
    border: 1px solid var(--cui-blue);
}

.choices {
    margin-bottom: 0;
}
.anexos-box {
    font-size: 14px;
}

.anexos-titulo {
    font-weight: bold;
}

.anexos-aviso {
    margin: 10px 0;
    font-size: 12px;
}

.arquivos-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.arquivos-box a:not(:first-child) > .arquivos {
    margin-top: 10px;
}

.arquivos {
    display: flex;
    background: #eaeaea;
    border-radius: 6px;
    padding: 7px;
    cursor: pointer;
}

.arquivos, .arquivos a {
    color: #787878;
}

.arquivos-nome {
    max-width: 220px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.arquivos-icone {
    font-size: 12px;
    padding-top: 3px;
    padding-right: 7px;
    color: #787878;
}
/* CSS */
:root {
    --prm-color: #1d2a56;
    --prm-gray: #cbd5ef;
}

.steps-container .card {
    border: none;
}

.steps-container {
    padding: 0;
}

.steps-container .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.steps-container .step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.steps-container .step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--prm-color);
    color: #fff;
}

.steps-container .done {
    background-color: var(--prm-color);
    color: #fff;
}

.steps-container #progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

.steps-container .step-item {
    z-index: 10;
    text-align: center;
}

/* to customize progress bar */
.steps-container #progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

.steps-container #progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}

.steps-container a {
    background-color: #ffff0047;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.

 * Adicione os arquivos css da aplicação aqui


 *
 */
