body {
    --ck-z-default: 10000;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}

/* Add here all your CSS customizations */
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid,
.far, .fa-regular, .fal, .fa-light, .fat,
.fa-thin, .fad, .fa-duotone, .fass, .fa-sharp-solid,
.fab, .fa-brands {
    line-height: unset;
}

.page-header .breadcrumbs {
    margin-top: 12px;
    line-height: unset;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right !important;
}

    .dataTables_wrapper .dataTables_filter input {
        width: 100% !important;
        margin-left: -65px !important;
    }

.bootstrap-maxlength {
    z-index: 10002 !important;
}

.ui-pnotify {
    z-index: 10002 !important;
}

/*Required fields*/
.obrigatorio:after {
    content: " *";
    color: red;
}

/**** start -  Nestable ****/
.dd-custom-item > button {
    margin-left: 2rem;
}

.dd-custom-handle {
    position: absolute;
    margin: 0;
    left: 2px;
    top: 2px;
    cursor: pointer;
    width: 2rem;
    height: 1.9rem;
    /*text-indent: 30px;*/
    color: #313639;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background: #fafaff;
}

.dd-custom-content:hover {
    background: #69c4f2;
}

.dd-custom-content {
    font-size: 1rem;
    display: block;
    height: 2.14rem;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #313639;
    text-decoration: none;
    font-weight: 500;
    border: 0.02rem solid #cdc2d9;
    background: #fafafa;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


    .dd-custom-content > button {
        float: right;
        border: none;
        background: none;
        color: #455763;
    }

        .dd-custom-content > button:hover {
            color: #fff;
        }



.dd-item > button:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: '\f106';
    color: #455763;
}

.dd-item > button[data-action="collapse"]:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: '\f107';
    color: #455763;
}


#nestable-menu {
    padding: 0px;
}


.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

button.expand-all::before {
    font-family: "Font Awesome 6 Pro" !important;
    font: var(--fa-font-light);
    content: '\f103';
}

button.collapse-all::before {
    font-family: "Font Awesome 6 Pro" !important;
    font: var(--fa-font-light);
    content: '\f102';
}

.tooltip-estendido .tooltip-inner {
    white-space: nowrap;
    max-width: 100%
}



ul.nav-main li.nav-parent > a:after {
    font-family: 'Font Awesome 6 Pro' !important;
}

/**** end -  Nestable ****/

/*Botão em card title*/
header .card-title ~ .btn {
    margin-top: -6px;
    margin-bottom: -7px;
}

/*Audio em card title*/
header .card-title ~ [data-audio-helper] {
    content: attr("playPrincipal");
    margin-top: -6px;
    margin-bottom: -7px;
}

/* Sobreescrevendo o tema.css*/
.page-header.page-header-left-breadcrumb .breadcrumbs {
    margin-top: -10px;
}



.exibir-conteudo-lg {
    display: none;
}

.alerta-resolucao-incompativel {
    display: flex;
    justify-content: center;
    padding: 10px;
}

@media only screen and (min-width: 992px) {
    .exibir-conteudo-lg {
        display: flex;
    }

    .alerta-resolucao-incompativel {
        display: none;
    }
}


.menu-horizontal {
    min-width: max-content;
    padding: 8px;
}

    .menu-horizontal > li {
        display: inline-block;
    }

.open > ul {
    display: inline-flex !important;
}

.dropdown-toggle::after {
    content: none;
}

.audio-previa-container {
    height: 200px;
    background-color: #383f48;
}

.arquivo-nao-disponivel {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.controls {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

    .controls img {
        width: 20px;
        margin-right: 20px;
        cursor: pointer;
    }

.pdfobject-container {
    height: 100%;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    font-family: "Font Awesome 6 Pro" !important;
}

.card-body {
    background-color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
}

.btn-primary-light, .btn-primary-light:focus {
    background: none;
    outline: none !important;
    box-shadow: none;
}

    .btn-primary-light:hover {
        background-color: #f1faff;
        color: var(--bs-primary);
    }

.btn-secondary-light, .btn-secondary-light:focus {
    background: none;
    outline: none !important;
    box-shadow: none;
    color: #333;
}

    .btn-secondary-light:hover {
        background-color: #F9F9F9;
        color: var(--bs-gray-600);
    }

.bg-default-custom {
    background-color: #ebebeb !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px !important;
}

#tipoArquivos:disabled + .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background: #fff !important;
}


/*Repositório Caminho*/
#repositoriosDropdown:hover {
    background-color: #ebebeb;
    border-radius: 50%;
}

.caminho-repositorio-item {
    border: none;
    padding: 0;
    display: flex;
    align-content: center;
    padding: 2px;
}

    .caminho-repositorio-item:not(:last-child)::after {
        font: var(--fa-font-light);
        vertical-align: middle;
        font-size: 1rem;
        content: '\f105';
        padding: 0 5px 0 5px;
        display: flex;
        align-items: center;
    }

    .caminho-repositorio-item > .btn:active, .caminho-repositorio-item > .btn:focus {
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .caminho-repositorio-item:hover:not(:has(#repositoriosDropdown)) {
        background-color: #ebebeb;
        border-radius: 15px !important;
    }

/*Card Item Repositório*/
.card-item-repositorio {
    background-color: #fff !important;
    width: 15.1rem;
    height: 15.1rem;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin-top: 0 !important;
}

    .card-item-repositorio.card-item-repositorio-modal {
        width: 15.28rem;
    }

    .card-item-repositorio.card-repositorio {
        height: 3.5rem;
    }

    .card-item-repositorio .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border: 0;
        padding: 10px;
        user-select: none;
    }

        .card-item-repositorio .card-header .dropdown-toggle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .card-item-repositorio .card-header .btn.dropdown-toggle:hover {
            background-color: #F9F9F9;
        }

        .card-item-repositorio .card-header .dropdown-toggle:focus,
        .card-item-repositorio .card-header .dropdown-toggle:active,
        .card-item-repositorio .card-header .dropdown-toggle:not(:active),
        .card-item-repositorio .card-header .dropdown-toggle:not(:focus),
        .card-item-repositorio .card-header .btn.show {
            outline: none !important;
            box-shadow: none !important;
            border: none !important;
        }

        .card-item-repositorio .card-header .card-title {
            font-weight: 400;
            flex-grow: 1;
        }

    .card-item-repositorio .card-body {
        background-color: transparent;
        box-shadow: none;
    }

    .card-item-repositorio.item-selecionado {
        background-color: #ebebeb !important;
    }

    .card-item-repositorio.card-repositorio.item-selecionado > .card-header {
        border-radius: 10px !important;
    }

    .card-item-repositorio .card-footer {
        border: none;
    }

/*Previa arquivos repositório*/
.video-container {
    width: max-content;
    height: max-content;
    margin: 0 1rem 0 1rem;
}

    .video-container video {
        width: 900px;
        height: 450px;
        background-color: #000
    }

#arquivo-pdf-container {
    width: 900px;
}

@media(max-width: 574px) {
    .card-item-repositorio {
        width: 100% !important;
        flex-grow: 1;
    }

    .video-container video {
        max-width: 300px;
        max-height: 200px;
    }
}

@media (max-width: 767px) {
    #modal-selecionar-arquivos .card-header button {
        margin-top: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .card-item-repositorio {
        width: 100% !important;
    }

        .card-item-repositorio:not(.card-repositorio) {
            height: 16.95rem !important;
        }

    .video-container video {
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 1023px) {
    #galeria-item-toolbar {
        justify-content: center;
        flex-direction: column;
        padding: 0.5rem;
    }

        #galeria-item-toolbar #filtrar-galeria-form {
            flex-grow: 0;
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.25rem;
        }

        #galeria-item-toolbar #galeria-item-acoes {
            width: 100%;
        }

            #galeria-item-toolbar #galeria-item-acoes button {
                margin-bottom: 0.25rem;
            }

    .repositorio-caminho-container {
        display: none;
    }

    #arquivo-pdf-container {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #galeria-item-toolbar {
        justify-content: center;
        flex-direction: column;
        padding: 0.5rem;
    }

        #galeria-item-toolbar #filtrar-galeria-form {
            flex-grow: 0;
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.25rem;
        }

        #galeria-item-toolbar #galeria-item-acoes {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            #galeria-item-toolbar #galeria-item-acoes button {
                width: 40%;
                margin-right: 0.25rem;
            }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .card-item-repositorio {
        width: 48.6%;
        height: 19rem;
    }
}

/*Largura personalizadas*/
@media (min-width: 576px) { /* sm */
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) { /* md */
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) { /* lg */
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) { /* xl */
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1400px) { /* xxl */
    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}

/*Dividers*/
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.09));
    margin: 22px 0 22px 0;
}

/*Audio player*/
.audio-player-container {
    width: 80%;
    max-width: 1000px;
    height: 50px;
    background-color: #383f48;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

    .audio-player-container button {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .audio-player-container button,
    .audio-player-container button {
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .audio-player-container #current-time,
    .audio-player-container #duration-time {
        width: 30%;
    }

#seekbar-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 700px;
    background: none;
    border: 1px solid #f1f1f1;
    margin: 0 10px 0 10px;
    height: 10px;
}

#seekbar {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    background: none;
    height: 10px;
    margin: 0;
}

    #seekbar::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 10px;
        width: 20px;
        background-color: #f1f1f1;
        border-radius: 5px;
        transition: .2s ease-in-out;
        -webkit-box-shadow: 0 0 2px 2px #f1f1f1, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #f1f1f1;
        box-shadow: 0 0 2px 2px #f1f1f1, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #f1f1f1;
    }

        #seekbar::-webkit-slider-thumb:hover {
            background-color: #bfbfbf;
            -webkit-box-shadow: 0 0 2px 2px #bfbfbf, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #bfbfbf;
            box-shadow: 0 0 2px 2px #bfbfbf, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #bfbfbf;
        }

    #seekbar::-moz-range-thumb {
        -moz-appearance: none;
        appearance: none;
        height: 10px;
        width: 20px;
        background-color: #f1f1f1;
        border-radius: 5px;
        transition: .2s ease-in-out;
        border: none;
        outline: none;
        -moz-box-shadow: 0 0 2px 2px #f1f1f1, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #f1f1f1;
        box-shadow: 0 0 2px 2px #f1f1f1, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #f1f1f1;
        margin-top: -2px;
    }

        #seekbar::-moz-range-thumb:hover {
            background-color: #bfbfbf;
            -moz-box-shadow: 0 0 2px 2px #bfbfbf, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #bfbfbf;
            box-shadow: 0 0 2px 2px #bfbfbf, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #bfbfbf;
        }



    #seekbar::-ms-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 10px;
        width: 20px;
        background-color: #f1f1f1;
        border-radius: 5px;
        transition: .2s ease-in-out;
        box-shadow: 0 0 2px 2px #f1f1f1, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #f1f1f1;
        margin-top: -2px;
    }

        #seekbar::-ms-thumb:hover {
            background-color: #bfbfbf;
            box-shadow: 0 0 2px 2px #bfbfbf, 0 0 2px 2px rgba(0,0,0, 0.5), 0 0 2px 2px #bfbfbf;
        }

.custom-title {
    /* Estilos personalizados para o título */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 10px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 44%, transparent 100%);
    color: #fff;
    font-size: 12pt;
    z-index: 9999;
}

.custom-counter {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 10001;
}

    .custom-counter span {
        background: rgba(0,0,0,0.5);
        padding: 10px;
    }

#btn-baixar-arquivo:active,
#btn-fechar-file-viewer:active,
#btn-baixar-arquivo:not(:active):not(:focus),
#btn-fechar-file-viewer:not(:active):not(:focus) {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input-lg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 3px;
}

.registro-resposta {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 10px;
    word-break: break-all;
}

.pesquisa-resposta-imagem {
    border: 1px solid var(--bs-gray-300);
    padding: 0.25rem;
    border-radius: 0.63rem;
    width: 16.75rem;
    height: 15.94rem;
}

.square-image {
    display: block;
    padding: 0.13rem !important;
}

    /* Estilo para as imagens dentro dos quadrados */
    .square-image > img {
        width: 100%; /* Definindo a largura da imagem em 100% */
        height: 100%;
        object-fit: cover;
    }

.coloris .clr-field {
    width: 100%;
}

    .coloris .clr-field button {
        width: 22px;
        height: 22px;
        left: 5px;
        right: auto;
        border-radius: 5px;
    }

    .coloris .clr-field input {
        border: 0;
        width: 100%;
        padding-left: 36px;
    }

        .coloris .clr-field input:active {
            outline: none;
        }

.card-featured-big {
    border-width: 12px;
}

.card-featured-left {
    border-top: 0;
    border-left: 3px solid #33353F;
}

.move-cursor {
    cursor: move !important;
}

.required {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: inherit;
}

    .required:after {
        content: "*";
        position: relative;
        font-size: inherit;
        color: var(--bs-danger);
        padding-left: .25rem;
        font-weight: 600
    }

[data-formulario-resposta^="secao-item-resumo-grafico-container"] .apexcharts-legend {
    /*right: -20px !important;*/ /* Defina o valor desejado para a margem direita da legenda */
    width: 300px;
}

.ck-content .table table, .ck-content .table tbody, .ck-content .table table tr {
    border: none;
}

/** Nestable Tela Ordenação **/
.dd-list.dd-dragel .dd-item__modern .dd-handle {
    box-shadow: none !important;
}

.dd-item__modern {
    background-color: #FFF;
    min-height: 50px !important;
}
    .dd-item__modern .dd-handle {
        position: absolute;
        margin: 0;
        height: 50px !important;
        background-color: #FFF;
        display: flex;
        align-items: center;
        border: 1px solid #EEE;
        border-right: none;
        margin-bottom: 0.75rem;
    }

    .dd-item__modern button {
        margin-top: 0;
        margin-left: 30px !important;
        margin-bottom: 0.75rem;
        height: 50px !important;
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
    }

    .dd-item__modern .dd-content {
        height: 50px !important;
        display: flex;
        margin-left: 30px;
        align-items: center;
        border: 1px solid #EEE;
        border-left: none;
        margin-bottom: 0.75rem;
    }

    .dd-item__modern:has(> button) > .dd-content {
        margin-left: 50px;
    }

    .dd-item__modern .dd-content + .dd-item__modern .dd-handle + .dd-item__modern button{
    }





/** Indicator **/
.indicator-label {
    display: inline-block;
}

.indicator-progress{
    display: none;
}

[data-indicator="on"] .indicator-label{
    display: none;
}

[data-indicator="on"] .indicator-progress {
    display: inline-block;
}
/** Indicator **/