/* Nav */
.nav_pag_paginacao_botao_link_raas {
    border-radius: 0.3em !important;
}

.container_topo_page_raas {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container_topo_page_raas_titulo {
    padding: 0.2em 1em;
    background-color: var(--mostarda1);
    color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    cursor: default;
}

/* Filtros */
.div-container input {
    height: 32px;
}

/* Datatables */
#raas-psico_length>label {
    display: none;
}

#raas-automatico_length>label {
    display: none;
}

#raas-psico_filter>label>input {
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: var(--cinza_claro0);
    border: 1px solid var(--cinza_claro2);
    border-radius: 1em;
    padding: 5px;
}

#raas-automatico_filter>label>input {
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: var(--cinza_claro0);
    border: 1px solid var(--cinza_claro2);
    border-radius: 1em;
    padding: 5px;
    box-shadow: none;
}

/* Modais */
.automacao-modal-delete-raas {
    position: absolute;
    z-index: 999;
    width: 90%;
    top: 21% !important;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    padding: 0.5em;
}

.automacao-modal-update-raas {
    position: absolute;
    z-index: 999;
    width: 90%;
    top: 21% !important;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    padding: 0.5em;
}

.automacao-modal-historico-raas {
    position: absolute;
    z-index: 999;
    width: 90%;
    top: 21% !important;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    padding: 0.5em;

}

.automacao-modal-automatico-raas {
    position: absolute;
    z-index: 999;
    width: 90%;
    top: 21% !important;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    padding: 0.5em;
}

.automacao-modal-automatico-raas a {
    text-align: center;
    text-decoration: none;

    color: var(--var-color-font);

    padding-top: 5px;
    padding-bottom: 5px;

    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.automacao-modal-cabecalho-raas {
    position: absolute;
    z-index: 999;
    width: 90%;
    top: 21% !important;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    padding: 0.5em;
}

.img_alerta_cabecalho {
    width: 30px;
    height: 22px;
}

.automacao_modal_cid_ciap_raas {
    position: absolute;
    z-index: 999;
    width: 90%;
    top: 21% !important;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;
    padding: 0.5em;
}

.btn_deletar_procedimento {
    background-color: rgb(255, 27, 27);
}

.btn_deletar_procedimento:hover {
    background-color: rgb(201, 2, 2);
}

.swal2-actions {
    gap: 1rem;
}

.swal2-popup {
    width: 350px;
}

.excluir_ {
    width: 20px;
    background: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 600px) and (max-width: 1999px) {
    .automacao-modal-delete-raas {
        width: 93.7% !important;
        top: 24%;
    }

    .automacao-modal-update-raas {
        width: 93.7% !important;
        top: 24%;
    }

    .automacao-modal-historico-raas {
        width: 93.7% !important;
        top: 24%;
    }

    .automacao-modal-automatico-raas {
        width: 93.7% !important;
        top: 24%;
    }

    .automacao-modal-cabecalho-raas {
        width: 93.7% !important;
        top: 24%;
    }

    .automacao_modal_cid_ciap_raas {
        width: 93.7% !important;
        top: 24%;
    }

}

@media only screen and (min-width: 900px) {
    .automacao-modal-delete-raas {
        width: 94.7% !important;
        top: 25%;
    }

    .automacao-modal-update-raas {
        width: 94.7% !important;
        top: 25%;
    }

    .automacao-modal-historico-raas {
        width: 94.7% !important;
        top: 25%;
    }

    .automacao-modal-automatico-raas {
        width: 94.7% !important;
        top: 25%;
    }

    .automacao-modal-cabecalho-raas {
        width: 94.7% !important;
        top: 25%;
    }

    .automacao_modal_cid_ciap_raas {
        width: 94.7% !important;
        top: 25%;
    }

    .swal2-popup {
        width: 420px;
    }
}

@media only screen and (min-width: 1000px) {
    .automacao-modal-delete-raas {
        width: 95.3% !important;
    }

    .automacao-modal-update-raas {
        width: 95.3% !important;
    }

    .automacao-modal-historico-raas {
        width: 95.3% !important;
    }

    .automacao-modal-automatico-raas {
        width: 95.3% !important;
    }

    .automacao-modal-cabecalho-raas {
        width: 95.3% !important;
    }

    .automacao_modal_cid_ciap_raas {
        width: 95.3% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .automacao-modal-delete-raas {
        width: 96% !important;
    }

    .automacao-modal-update-raas {
        width: 96% !important;
    }

    .automacao-modal-historico-raas {
        width: 96% !important;
    }

    .automacao-modal-automatico-raas {
        width: 96% !important;
    }

    .automacao-modal-cabecalho-raas {
        width: 96% !important;
    }

    .automacao_modal_cid_ciap_raas {
        width: 96% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .automacao-modal-delete-raas {
        width: 96.6% !important;
    }

    .automacao-modal-update-raas {
        width: 96.6% !important;
    }

    .automacao-modal-historico-raas {
        width: 96.6% !important;
    }

    .automacao-modal-automatico-raas {
        width: 96.6% !important;
    }

    .automacao-modal-cabecalho-raas {
        width: 96.6% !important;
    }

    .automacao_modal_cid_ciap_raas {
        width: 96.6% !important;
    }
}

@media only screen and (min-width: 1600px) {
    .automacao-modal-delete-raas {
        width: 97.1% !important;
    }

    .automacao-modal-update-raas {
        width: 97.1% !important;
    }

    .automacao-modal-historico-raas {
        width: 97.1% !important;
    }

    .automacao-modal-automatico-raas {
        width: 97.1% !important;
    }

    .automacao-modal-cabecalho-raas {
        width: 97.1% !important;
    }

    .automacao_modal_cid_ciap_raas {
        width: 97.1% !important;
    }
}

@media only screen and (min-width: 1800px) {
    .automacao-modal-delete-raas {
        width: 97.3% !important;
    }

    .automacao-modal-update-raas {
        width: 97.3% !important;
    }

    .automacao-modal-historico-raas {
        width: 97.3% !important;
    }

    .automacao-modal-automatico-raas {
        width: 97.3% !important;
    }

    .automacao-modal-cabecalho-raas {
        width: 97.3% !important;
    }

    .automacao_modal_cid_ciap_raas {
        width: 97.3% !important;
    }
}

@media only screen and (min-width: 1900px) {
    .automacao-modal-delete-raas {
        width: 97.5% !important;
    }

    .automacao-modal-update-raas {
        width: 97.5% !important;
    }

    .automacao-modal-historico-raas {
        width: 97.5% !important;
    }

    .automacao-modal-automatico-raas {
        width: 97.5% !important;
    }

    .automacao-modal-cabecalho-raas {
        width: 97.5% !important;
    }

    .automacao_modal_cid_ciap_raas {
        width: 97.5% !important;
    }
}

@media only screen and (max-width: 1300px) {
    .form_cabecalho_raas {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .form_cabecalho_raas {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 900px) {
    .form_cabecalho_raas {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 720px) {
    .automacao-modal-delete-raas {
        top: 27.3% !important;
    }

    .automacao-modal-update-raas {
        top: 27.3% !important;
    }

    .automacao-modal-historico-raas {
        top: 27.3% !important;
    }

    .automacao-modal-automatico-raas {
        top: 27.3% !important;
    }

    .automacao-modal-cabecalho-raas {
        top: 27.3% !important;
    }

    .automacao_modal_cid_ciap_raas {
        top: 27.3% !important;
    }
}

@media only screen and (max-width: 550px) {
    .automacao-modal-delete-raas {
        top: 27% !important;
    }

    .automacao-modal-update-raas {
        top: 27% !important;
    }

    .automacao-modal-historico-raas {
        top: 27% !important;
    }

    .automacao-modal-automatico-raas {
        top: 27% !important;
    }

    .automacao-modal-cabecalho-raas {
        top: 27% !important;
    }

    .automacao_modal_cid_ciap_raas {
        top: 27% !important;
    }
}