#logo-sibrax {
    display: block;
    margin: 0 auto;
    max-height: 74px;
    max-width: 180px;
    padding: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #fff;
}

.btn-check:focus .btn-primary, .btn-primary:focus {
    border-color: #01dbdf;
}

.form_create input, .form_create .fake_input {
    height: 40px !important;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 9px;
    /* border: 0 !important;     */
}

.form_create .fake_input {
    cursor: not-allowed;
    opacity: 0.5;
}

/* .certidao_create .j-forms input {
    border: 0;
} */

.form_create textarea {
    border: 1px solid rgba(0,0,0,0.15);
}

.form_create input:focus, .form_create textarea:focus{
    border: 1px solid #01a9ac !important;
    box-shadow: none;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
    box-shadow: none;
}

form .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control:disabled, .form-control[readonly]{
    background-color:inherit;
}

.table-responsive .dataTables_scrollBody thead tr{
    height: 0 !important;
}

@media(min-width: 660px){
    .table-responsive td a.arquivo {
        float: right;
    }

    .table-responsive .table th,
    .table-responsive .table td {
        word-wrap: break-word;
        white-space: break-spaces;
    }
}

@media(max-width: 575px){
    form.form_create #serpro {
        flex-wrap: wrap;
    }

    form.form_create #serpro > * {
        width: 100%;
    }

    form.form_create #serpro2 .btn {
        margin: 2px 0 !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
    color: #000;
    max-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #49cee3;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #01a9ac !important
}

.form_create .select2-selection--multiple input.select2-search__field {
    max-height: 30px;
}

.form_create .select2-selection--multiple input.select2-search__field::placeholder {
    color: #000;
    padding-left: 10px;
}

.form_create .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
}

.form_create .select2-selection--multiple input.select2-search__field:focus{
    border: none;
}

.form_create input#usuario_form_plainPassword:focus,
.form_create input#usuario_form_confirm_password:focus {
    border: 1px solid rgba(0,0,0,0.15) !important;
}

/* .form_create div.mb-3 div.form-check label.form-check-label {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form_create label {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.form_create span.input-group-text {
    border: 0;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #353c4e;
    font-size: 16px;
}

.form-control::placeholder {
    color: #aaa;
    opacity: 1; /* Firefox */
}
  
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #aaa;
}

/* form[name="funcionario_form"] label {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
} */

#tarefa_form_mes_vencimento > div.form-check {
    display: flex;
    flex-direction: column;
}

#tarefa_form_mes_vencimento > div.form-check > label.form-check-label {
    display: block;
}

#res-config_wrapper .dataTables_scrollHeadInner,
#res-config_wrapper .dataTables_scrollHeadInner table,
#res-config_wrapper .dataTables_scrollBody table,
#res-config_wrapper .dataTables_scrollBody{
    min-width: 100% !important;
}

.form_create label.obrigatorio_funcionario {
    font-weight: 600;
    color: black;
}

.form_create input.obrigatorio_funcionario {
    border: 1px solid orange;
}

.form_create .funcionario_dependente_title,
.form_create .funcionario_anexo_title,
.form_create .responsabilidade_title {
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 1px solid rgba(204,204,204,0.35);
}

.form_create .dependentes,
.form_create .anexos,
.responsabilidades .form_create{
    border-bottom: 1px solid rgba(204,204,204,0.35);
    margin-bottom: 20px;
}

.funcionario_dependentes li:last-child div,
.funcionario_anexos li:last-child div,
.responsabilidades li:last-child .form_create {
    border: 0;
}

.responsabilidades .form-check {
    display: inline-flex;
}

.responsabilidades .form-check label {
    display: block !important;
}

.atualiza_caixa_postal_btn {
    cursor: pointer;
}

.hiddenColumnDT {
    display: none;
}

#listagem-empresa-table > tbody > tr,
#caixa-postal-table > tbody > tr,
#listagem-pagamentos-table > tbody > tr {
    cursor: pointer;
}

.unread-row {
    font-weight: bold;
}

.read-row {
    background: #f2f6fc;
}

.form_create .remove-dependente,
.form_create .remove-anexo,
.remove-anexos-ask{
    cursor: pointer;
}

.truncate {
    max-width:50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-ellipsis-80 {

    max-width:calc(100% - 35px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swal2-container {
    z-index: 99999999999;
}

table#tableConfig tbody td.child {
    cursor: pointer !important;
}
#tableConfig tbody tr{
    cursor: pointer !important;
}

@media (min-width: 1900px){
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

@media(min-width: 991px){
    form[name='empresa_form'] fieldset legend.col-form-label {
        flex: 0 0 8.333333%;
        width: 8.333333% !important;
    }

    form[name='empresa_form'] fieldset div.row div.col-sm-10 {
        width: 91.6666666%;
        flex: 0 0 91.6666666%;
    }

    .form_create .grupo_tarefa_field legend{
        width: 8.33333333%;
        max-width: 8.3333333333%;
    }

    form .modal .modal-width-usuario-tarefa{
        max-width: 80%;
    }
}

.sub-title {
    font-weight: bold;
}

#dt-pacote_guias tbody tr {
    cursor: pointer;
}

.date-pg{
    width: 90px;
    cursor: pointer;
}

form[name="documentos_form"] .buttom_documents .col-sm-2{
    display: none;
}

.j-forms .stepper .stepper-arrow.up:after {
    top: 11px !important;
}

#instalar-pwa{
    right: 2rem;
    top: 2rem;
}

.show-notification {
    max-height: 20rem;
    overflow-y: scroll !important;
}

.nav-right.barra-branca {
    display: flex; 
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
        
    }
}

@media(max-width: 600px){
    .nav-right.barra-branca {
        width: 100%;
    }

    .nav-right.barra-branca ul.show-notification {
        left: 0 !important;
    }
}

#dt-notificacoes tr {
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
}

#dt-notificacoes tr.checked {
    background-color: unset;
    font-weight: normal;
}

.line-menu-config {
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
    padding: 0 0 10px 0 !important;
    display: block;
    width: calc(100% - 40px) !important;
}

.line-menu-config span {
    font-size: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-menu-config a {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 767px){
    #dt-notificacoes_wrapper{
        padding-top: 50px
    }
}

.relatorio-tarefa-table-modal {
    border-width: 4px;
}

.relatorio-tarefa-table-modal thead,
.relatorio-tarefa-table-modal tbody,
/* .relatorio-tarefa-table-modal tr, */
.relatorio-tarefa-table-modal th,
.relatorio-tarefa-table-modal td {
    border: 1px solid #000;
}

.relatorio-tarefa-table-modal thead th.table-tarefa {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 70px;
    max-width: 51px;
    text-align: left;
    margin: 0;
    padding: 0;
    min-width: 25px;
    /* bottom: -18px;
    position: relative; */
}

.relatorio-tarefa-table-modal tr th{
    white-space: break-spaces;
    vertical-align: middle;
    text-align: center;
    padding: 0 3px;
    font-size: 9px;
    font-weight: normal;
}

.relatorio-tarefa-table-modal tr td {
    max-width: 15rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 5px;
    font-weight: normal;
    font-size: 9px;
}

.tooltip {
    z-index: 99999999999999; 
}

.form_funcionario_empresa label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding-top: 0;
    padding-bottom: 0;
    word-wrap: break-word;
    height: min-content;
}

.form_funcionario_empresa .input-group {
    margin-bottom: 0;
}

.form_funcionario_empresa .jornada_trabalho .select2-container--default .select2-selection--single {
    border: 1px solid #fff;
}

.form_funcionario_empresa .jornada_trabalho input {
    border: 1px solid #fff;
}

.form_funcionario_empresa .jornada_trabalho .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.form_funcionario_empresa .jornada_trabalho .remover-dia,
.form_create .perfil_usuario .remover-perfil{
    position: absolute;
    left: calc(100% - 30px);
    cursor: pointer;
    top: 3px;
    padding: 0;
    width: min-content;
}

.form_funcionario_empresa .jornada_trabalho .head-table {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding-top: 0;
    padding-bottom: 0;
    word-wrap: break-word;
    font-weight: bold;
}

.overflow-tres-pontinhos-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.overflow-tres-pontinhos-2,
.span-head-rt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

#dt_processos_info,
#dt_usuario_security_info {
    float: right;
}

@media (max-width: 767px) {
    .form_funcionario_empresa .jornada_trabalho .border-mobile {
        border: 1px solid;
        border-radius: 10px;
        overflow: hidden;
        border-bottom: 0;
    }
    
    .form_funcionario_empresa .jornada_trabalho li:last-child > div {
        border-bottom: 1px solid;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        margin: 0;
    }

    #dt_processos_info{
        float: none;
    }
    
}

.perfil_usuario li {
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}

.perfil_usuario li:last-child {
    border-bottom: 0;
}

.perfil_usuario li:first-child {
    padding-top: 0;
}

.card .loading-gif {
    display: block;
    width: 90px;
    margin: 0 0 0 auto;
}

.botao-lancar-tarefas {
    text-transform: none;
    margin: 0 0 15px auto;
    display: block;
}

.empresa_lote_modal {
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    padding-top: 10px;
}

.theme-loader {
    z-index: 99999999999;
}

/* .relatorio-tarefa-table-modal {
    height: calc(100vh - 334px);
} */

.relatorio-tarefa-table-modal thead {
    position: sticky;
    top: -1px;
    border: 2px solid #000;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
}

.login-block .cadastro_escritorio {
    max-width: 40rem;
}

div.dt-processing > div {
    display: none;
}
.exibir-empresa-class .form-check {
    display: flex;
    padding: 0 !important;
}

.table-empresa-view th,
.table-empresa-view td{
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}

table#dt_funcionario_documento tbody tr td:last-child {
    padding: 10px 0;
}

.custom-spinner {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-animation: mymove 1.3s infinite linear;
    animation: mymove 1.3s infinite linear;
}

.relatorio_tarefa_legenda:hover{
    border: 1px solid !important;
}

.nav-menu-toggle-btn {
    display: none;
    /* width: 100%; */
    /* background-color: #f8f8f8; */
    /* border: 1px solid #aaa; */
    color: #444;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
    height: -webkit-fill-available;
    align-content: center;
}

.nav-menu-toggle-btn:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    transform: scale(1.05);
}

.nav-menu-toggle-btn:active {
    background-color: #e1e1e1;
    transform: scale(0.98);
}

.nav-left {
    margin-top: 4px;
}

.navbar-logo {
    z-index: 1000;
    height: 70px;
}

.notificacao {
    align-content: center;
    transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.notificacao:hover {
    background-color: #f1f1f1;
    border-radius: 6px;
    transform: scale(1.05);
}

.notificacao:active {
    background-color: #e1e1e1;
    transform: scale(0.98);
}

.trigger-menu {
    transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.trigged-menu {
    background-color: #e1e1e1;
    transform: scale(1.02);
}

.trigger-menu:hover {
    border-radius: 6px;
    transform: scale(1.05);
}

.trigger-menu:active {
    transform: scale(0.98);
}

.user-profile {
    transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.user-profile:hover {
    background-color: #f1f1f1;
    border-radius: 6px;
}

.user-profile:active {
    background-color: #e1e1e1;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    #escritorio-menu-mobile {
        display: block;
    }
}

@media (min-width: 993px) {
    #escritorio-menu-desktop {
        display: block;
    }
}
@media (min-width: 992px) {
    #escritorio-menu-mobile {
        display: none;
    }
}

@media (max-width: 993px) {
    #escritorio-menu-desktop {
        display: none;
    }
}

@media (max-width: 992px) {
    #empresa-menu-mobile {
        display: block;
    }
}

@media (min-width: 993px) {
    #empresa-menu-desktop {
        display: block;
    }
}
@media (min-width: 992px) {
    #empresa-menu-mobile {
        display: none;
    }
}

@media (max-width: 993px) {
    #empresa-menu-desktop {
        display: none;
    }
}

div[data-visivel="0"]{
    /* background: #f00 !important; */
    /* border: 1px solid #f00 !important; */
    opacity: 0.3;
}

/****************************************************
********************** PROCESSO *********************
*****************************************************/

    .processo-view-content .solicitacoes-feitas{
        background: #fff;
        height: calc(100vh - 390px);
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.16) transparent;
        overflow: scroll;
        border-radius: 10px;
        font-size: 0.875rem;
        margin-bottom: 60px;
    }

    .processo-view-content .solicitacoes-feitas .arquivos-box {
        line-height: 30px;
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao h6 {
        color: #000;
        /* font-weight: 600; */
        font-style: italic;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        width: auto;
        position: relative;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao-backgroud {
        position: relative;
        padding: 5px 20px 5px 10px;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao.eu {
        margin: 5px 0 5px auto;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao.outro {
        margin: 5px auto 5px 0;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao.eu .item-solicitacao-backgroud {
        border-radius: 20px 20px 0 20px;
        background: #ecf3fe;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao.outro .item-solicitacao-backgroud {
        border-radius: 20px 20px 20px 0;
        background: #eee;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao.eu span {
        margin-left: auto;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao.outro span {
        margin-right: auto;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao .sp-files a {
        background-color: transparent;
        border: 0;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao .sp-files a i {
        font-size: 30px;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao .delete-solicitacao {
        color: #000;
        position: absolute;
        right: 8px;
        top: 5px;
    }

    .processo-view-content .solicitacoes-feitas .item-solicitacao .delete-solicitacao:hover {
        background: unset;
    }

    .processo-view-content .solicitacoes-feitas span {
        font-size: 10px;
        white-space: nowrap;
        display: block;
        width: min-content;
    }

    .processo-view-content .solicitacoes-feitas p {
        margin: 0;
    }

    .processo-view-content #processo_form_descricao {
        height: calc(100vh - 450px);
    }

    form[name="processo_form"] #processo_form_descricao {
        height: calc(100vh - 445px);
    }

    .processo-view-content .processo-view-files .btn-files i::before {
        font-size: 50px;
    }

    .processo-view-content::-webkit-scrollbar{overflow:visible;width:7px}
    .processo-view-content::-webkit-scrollbar-button{height:0;width:0}
    .processo-view-content::-webkit-scrollbar-track{background-clip:padding-box;}
    .processo-view-content::-webkit-scrollbar-thumb{background-color:#cccccc;background-clip:padding-box;border:solid transparent;border-width:1px 1px 1px 0px;min-height:28px;padding:100px 0 0; border-radius: 13px;}

    .processo-view-content .attachment {
        position: relative;
    }

    .processo-view-content .attachment .mais-opcoes .anexos {
        position: relative;
        top: 80px;
        transition: 
            top 0.4s allow-discrete
        ;
        /* cubic-bezier(0.25, 0.1, 0.25, 1) */
        /* animation: fadeOutDropUp 0.3s ease forwards; */
    }

    .processo-view-content .attachment .mais-opcoes .anexos .file_num {
        display: none;
        position: absolute;
        border: 1px solid #ccc;
        padding: 2px;
        width: 18px;
        height: 18px;
        background: #ccc;
        font-size: 10px;
        text-align: center;
        border-radius: 25px;
        left: 50%;
        line-height: 12px;
        top: -8px;
        font-weight: bold;
    }

    .processo-view-content .attachment .mais-opcoes .anexos .clear-files {
        display: none;
        position: absolute;
        top: 0;
        z-index: 2;
        cursor: pointer;
        /* right: 30px; */
    }

    .processo-view-content .attachment .mais-opcoes .anexos .clear-files:hover {
        display: block;
    }

    .processo-view-content .attachment .mais-opcoes .anexos .clear-files::before {
        content: "\f00d";
        font-size: 29px;
        opacity: 0.7;
    }

    .processo-view-content .attachment .mais-opcoes .change-status {
        position: relative;
        top: 45px;
        transition:
            top 0.4s allow-discrete
        ;
        /* animation: fadeOutDropUp 0.3s ease forwards; */
    }

    .processo-view-content .attachment .mais-opcoes .change-status .status-circles {
        position: absolute;
        left: 0;
        bottom: 40px;
        gap: 5px;
    }

    .processo-view-content .attachment .mais-opcoes .change-prazo {
        position: relative;
        top: 120px;
        transition:
            top 0.4s allow-discrete
        ;
    }

    .processo-view-content .attachment .mais-opcoes .change-prazo span {
        cursor: pointer;
    }
    .processo-view-content .attachment .mais-opcoes .change-prazo input {
        width: 0px;
        height: 0px;
        padding: 0;
        margin: 0;
        border: 0;
    }


    .processo-view-content .attachment .mais-opcoes .change-prazo .prazo-text {
        display: none;
        position: absolute;
        border: 1px solid #ccc;
        padding: 2px;
        width: 12px;
        height: 18px;
        background: #ccc;
        font-size: 10px;
        text-align: center;
        border-radius: 4px;
        line-height: 12px;
        top: -8px;
        left: 15px;
        font-weight: bold;
    }

    .processo-view-content .attachment .mais-opcoes .change-prazo .clear-prazo {
        display: none;
        position: absolute;
        top: -4px;
        z-index: 2;
        cursor: pointer;
        left: -1px;
    }

    .processo-view-content .attachment .mais-opcoes .change-prazo .clear-prazo:hover {
        display: block;
    }

    .processo-view-content .attachment .mais-opcoes .change-prazo .clear-prazo::before {
        content: "\f00d";
        font-size: 29px;
        opacity: 0.7;
    }

    .processo-view-content .attachment .mais-opcoes .anexos.show,
    .processo-view-content .attachment .mais-opcoes .change-status.show,
    .processo-view-content .attachment .mais-opcoes .change-prazo.show {
        top: 0;
    }

    .dropup-animation {
        display: none !important;
        opacity: 0;
    }

    .dropup-animation.show {
        display: flex !important;
        animation: fadeInDropUp 0.4s ease forwards;
    }

    .processo-view-content .attachment .mais-opcoes .show {
        /* opacity: 1; */
        animation: fadeInDropUp 0.4s ease forwards;
        animation-delay: 0.3s;
    }

    .dropup-animation.hide {
        display: flex !important;
        animation: fadeOutDropUp 0.3s ease forwards;
    }

    .processo-view-content .attachment .mais-opcoes span::before{
        font-size: 20px;
    }

    @keyframes fadeInDropUp {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeOutDropUp {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 0;
            transform: translateY(-10px);
        }
    }

    .item-solicitacao strong span.span-title-item {
        width: auto;
        margin: 0 !important;
        font-size: 14px;
        background: #eee;
        padding: 2px 12px;
        border-radius: 5px;
    }

    .processo-view-content .input-wrapper .input-container {
        display: flex;
        align-items: flex-end;
        background: white;
        border: 1px solid #ccc;
        border-radius: 25px;
        padding: 10px;
        width: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .processo-view-content .input-wrapper textarea {
        border: none;
        resize: none;
        outline: none;
        width: 100%;
        max-height: 200px;
        min-height: unset;
        overflow-y: auto;
        font-size: 14px;
        line-height: 1.4;
        font-family: inherit;
    }

    .processo-view-content .input-wrapper textarea:focus {
        box-shadow: unset;
    }

    .processo-view-content .input-wrapper .icons {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-left: 8px;
        height: 32px;
    }

    .processo-view-content .input-wrapper .icon {
        cursor: pointer;
        font-size: 16px;
    }

    .processo-view-content .input-wrapper .dot {
        width: 8px;
        height: 8px;
        background-color: orange;
        border-radius: 50%;
    }

    .processo-view-content .input-wrapper .send-button {
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        margin-left: 6px;
    }

    .processo-view-content .input-wrapper .plus-icon {
        position: absolute;
        left: -25px;
        top: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    .processo-view-content .form-processo {
        position: fixed;
        bottom: 10px;
    }

    .processo-view-content .photo-contant span .icon-caret::before {
        content: "\f0d7";
        font-size: 30px;
    }

    .processo-view-content .photo-contant span[aria-expanded="true"] .icon-caret::before {
        content: "\f0d8";
    }
/****************************************************
******************** FIM PROCESSO *******************
*****************************************************/

.header-navbar .navbar-wrapper .navbar-container .header-notification .badge {
    top: 22px;
    right: 0;
}

.form-material .div-senha button#exibir-ocultar-senha {
    position: absolute;
    right: 0;
    top: 0;
}

.form-material .div-senha {
    position: relative;
}
.form-material .div-senha button#exibir-ocultar-senha:focus:not(:focus-visible),
.form-material .div-senha button#exibir-ocultar-senha:focus 
{
    outline: unset !important;
    box-shadow: unset !important;
}


/************ LANCAMENTO CERTIDAO EMPRESAS *********************/
.lancamento-certidao-empresas ul {
    padding-left: 2em;
    list-style-type: unset;
    margin-bottom: 10px;
}

/* .show-notification::-webkit-scrollbar {
    display: none;
} */
/* 
// BORDER RIGTH COM RESTIÇÃO DE COLUNA E RESPONSIVO
div.funcionario_empresa_choose {
    border-right: 1px solid #ccc;
    height: min-content;
}

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { 
    div.funcionario_empresa_choose {
        border-right: 0;
    }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
    div.funcionario_empresa_choose {
        border-right: 0;
    }
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
    div.funcionario_empresa_choose:nth-of-type(even) {
        border-right: 0;
    }
}

// Large devices (desktops, 991px and up)
@media (min-width: 991px) and (max-width: 1199.98px) {
    div.funcionario_empresa_choose:nth-of-type(3n + 3) {
        border-right: 0;
    }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    div.funcionario_empresa_choose:nth-of-type(4n + 4) {
        border-right: 0;
    }
}

div.funcionario_empresa_choose:last-child{
    border-right: 0;
} */
/* 
// SELETC2 FORM
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #404E67 !important;
    padding: 8px 30px 8px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #404E67 !important;
} */