:root {
    --extra-small-begin: 0px;
    --small-begin: 576px;
    --medium-begin: 768px;
    --large-begin: 992px;
    --extra-large: 1200px;

    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    --bs-info-light: #90ecff;
    --bs-secondary-light: #b8c2c8;
    --bs-warning-light: #ffdaa7;
    --bs-danger-light: #ffa9b1;

    --dark-blue-sbx: #38455A;
}

.bg-dark-blue-sbx {
    background-color: var(--dark-blue-sbx) !important;
}

.bg-info-light {
    background-color: var(--bs-info-light) !important;
}

.bg-secondary-light {
    background-color: var(--bs-secondary-light) !important;
}

.bg-warning-light {
    background-color: var(--bs-warning-light) !important;
}

.bg-danger-light {
    background-color: var(--bs-danger-light) !important;
}

.float-right {
    float: right;
}

/* ===== NAVBAR MODERNA ===== */
#logo-sibrax {
    display: block;
    margin: 0 auto;
    max-height: 55px;
    max-width: 170px;
    padding: 6px 10px;
    transition: opacity 0.3s ease;
    object-fit: contain;
}

#logo-sibrax:hover {
    opacity: 0.85;
}

.header-navbar {
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
    /* border-bottom: 1px solid #eef1f5; */
}

.navbar.header-navbar.pcoded-header {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-logo {
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 70px;
}

.navbar-container {
    padding: 0 12px;
}

/* Área de botões do menu */
.nav-menu-area {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

/* Área direita (notificação + perfil) */
.nav-right-area {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}

/* ===== USER PROFILE ===== */
.user-profile .dropdown-toggle {
    /* display: flex !important; */
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.user-profile .dropdown-toggle:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.user-profile .dropdown-toggle .img-radius {
    border: 2px solid #e2e8f0;
    transition: border-color 0.2s ease;
}

.user-profile .dropdown-toggle:hover .img-radius {
    border-color: #6366f1;
}

.user-profile .dropdown-toggle .feather.icon-chevron-down {
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.2s ease;
}

.user-profile .dropdown-toggle[aria-expanded="true"] .feather.icon-chevron-down {
    transform: rotate(180deg);
}

/* Profile dropdown header */
.profile-notification .dropdown-header {
    padding: 10px 12px;
    margin-bottom: 4px;
}

.profile-notification .dropdown-header a {
    font-size: 12px !important;
    color: #94a3b8 !important;
    line-height: 1.6;
}

.profile-notification .dropdown-header strong {
    color: #1e293b;
    font-size: 13px;
}

.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: 22rem;
    overflow-y: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #e8ecf0 !important;
    padding: 6px !important;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
}

.show-notification::-webkit-scrollbar {
    width: 5px;
}

.show-notification::-webkit-scrollbar-track {
    background: transparent;
}

.show-notification::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.show-notification::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.show-notification li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.15s ease;
}

.show-notification li a:hover {
    background: #f1f5f9;
}

.profile-notification {
    border-radius: 10px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #e8ecf0 !important;
    padding: 6px !important;
    min-width: 220px;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    margin-top: 4px !important;
}

.profile-notification li {
    list-style: none;
}

.profile-notification li a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.15s ease;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.profile-notification li a:hover {
    background: #f1f5f9;
    color: #6366f1;
}

.profile-notification li a.text-danger:hover {
    background: #fef2f2;
    color: #dc2626;
}

.profile-notification hr {
    margin: 4px 8px;
    border-color: #eef1f5;
}

.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;
}

.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: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
    user-select: none;
}

.nav-menu-toggle-btn i {
    font-size: 14px;
}

.nav-menu-toggle-btn:hover {
    background: #f1f5f9;
    color: #6366f1;
    cursor: pointer;
}

.nav-menu-toggle-btn:active {
    background: #e8ecf0;
    color: #4f46e5;
}

.nav-menu-toggle-btn.active-menu {
    background: #6366f1;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.25);
}

.nav-menu-toggle-btn.active-menu i {
    color: #fff;
}

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

.notificacao {
    align-content: center;
}

.notificacao .botao {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 10px;
    transition: all 0.2s ease;
    position: relative;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
}

.notificacao .botao:hover {
    background: #f1f5f9;
    color: #6366f1;
}

/* Badge de notificação */
.notificacao .badge {
    position: absolute !important;
    top: 2px !important;
    right: -2px !important;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px !important;
    border-radius: 9px;
    background: #ef4444 !important;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 1px 4px rgba(239, 68, 68, 0.3);
}

/* ===== SIDEBAR / MENU LATERAL ===== */
.pcoded-navbar {
    background: #1e293b !important;
    border-right: none !important;
}

.pcoded-inner-navbar {
    padding-top: 8px !important;
}

/* Items do menu lateral */
.pcoded .pcoded-navbar .pcoded-item>li>a {
    color: #cbd5e1 !important;
    padding: 10px 18px !important;
    margin: 1px 8px;
    border-radius: 6px;
    transition: all 0.15s ease;
    font-size: 13px;
}

.pcoded .pcoded-navbar .pcoded-item>li>a:hover {
    background: rgba(255, 255, 255, 0.07) !important;
    color: #fff !important;
}

.pcoded .pcoded-navbar .pcoded-item>li>a .pcoded-micon {
    color: #94a3b8 !important;
    width: 22px;
    text-align: center;
}

.pcoded .pcoded-navbar .pcoded-item>li>a:hover .pcoded-micon {
    color: #c7d2fe !important;
}

/* Submenu */
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    background: rgba(0, 0, 0, 0.12) !important;
    border-radius: 0 0 6px 6px;
    margin: 0 8px;
    padding: 4px 0 !important;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a {
    color: #94a3b8 !important;
    padding: 8px 18px 8px 36px !important;
    font-size: 12.5px;
    transition: all 0.15s ease;
    border-radius: 4px;
    margin: 1px 4px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a:hover {
    color: #e2e8f0 !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Trigger menu (item ativo) */
.trigger-menu {
    transition: all 0.15s ease;
}

.trigged-menu>a {
    background: rgba(99, 102, 241, 0.18) !important;
    color: #fff !important;
    border-left: 3px solid #818cf8 !important;
}

.trigged-menu>a .pcoded-micon {
    color: #c7d2fe !important;
}

.trigger-menu:hover {
    border-radius: 0;
}

/* Label de navegação */
.pcoded-navigatio-lavel {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 16px 18px 8px !important;
}

/* Hasmenu seta */
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu>a::after {
    color: #64748b !important;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger>a::after {
    color: #c7d2fe !important;
}

/* Scrollbar da sidebar */
.pcoded-navbar .pcoded-inner-navbar::-webkit-scrollbar,
.pcoded-navbar .slimScrollDiv::-webkit-scrollbar {
    width: 4px;
}

.pcoded-navbar .pcoded-inner-navbar::-webkit-scrollbar-track,
.pcoded-navbar .slimScrollDiv::-webkit-scrollbar-track {
    background: transparent;
}

.pcoded-navbar .pcoded-inner-navbar::-webkit-scrollbar-thumb,
.pcoded-navbar .slimScrollDiv::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.pcoded-navbar .pcoded-inner-navbar::-webkit-scrollbar-thumb:hover,
.pcoded-navbar .slimScrollDiv::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

.user-profile {
    position: relative;
}

.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 - 462px);
}

.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: 2px;
    right: -2px;
}

@media (max-width: 993px) {
    .header-navbar .navbar-wrapper .navbar-container .header-notification .badge {
        top: 12px;
    }
}

.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;
}

.lancamento-certidao-empresas button.btn-success {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1;
}

.btn-config {
    position: absolute;
    top: 0;
    right: 0;
}

#emitir-relatorio-situacao-fiscal-controller #terminal-container {
    background-color: #1e1e1e;
    color: #d4d4d4;
    font-family: monospace;
    padding: 0.3rem 5px 0.3rem 15px;
    border-radius: 8px;
    height: 60px;
    overflow-y: auto;
    border: 1px solid #333;
    box-shadow: 0 0 10px #00000088;
}

#emitir-relatorio-situacao-fiscal-controller #terminal-container::-webkit-scrollbar {
    overflow: visible;
    width: 7px
}

#emitir-relatorio-situacao-fiscal-controller #terminal-container::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

#emitir-relatorio-situacao-fiscal-controller #terminal-container::-webkit-scrollbar-track {
    background-clip: padding-box;
}

#emitir-relatorio-situacao-fiscal-controller #terminal-container::-webkit-scrollbar-thumb {
    background-color: #aaa;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 0px;
    min-height: 28px;
    padding: 100px 0 0;
    border-radius: 13px;
}

#emitir-relatorio-situacao-fiscal-controller .log-line {
    white-space: pre-wrap;
    line-height: 1.4em;
    padding: 2px 0;
}

#emitir-relatorio-situacao-fiscal-controller .log-time {
    color: #888;
}

#emitir-relatorio-situacao-fiscal-controller .log-level {
    font-weight: bold;
    margin: 0 8px;
}

#emitir-relatorio-situacao-fiscal-controller .log-info {
    color: #4fc1ff;
}

#emitir-relatorio-situacao-fiscal-controller .log-warning {
    color: #ffaa00;
}

#emitir-relatorio-situacao-fiscal-controller .log-error {
    color: #ff5c5c;
}

#emitir-relatorio-situacao-fiscal-controller .log-message {
    color: #d4d4d4;
}

#emitir-relatorio-situacao-fiscal-controller #colapse-terminal {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#emitir-relatorio-situacao-fiscal-controller .terminal-container-full {
    height: 400px !important;
}

@media (max-width: 993px) {
    .lancamento-certidao-empresas button.btn-success {
        bottom: 30px;
        right: 30px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.users.p-chat-user {
    top: 0;
    width: auto;
    z-index: 2000;
    max-width: 700px;
}

.background-overlay {
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
}

.users.p-chat-user .users-main2 {
    height: 100vh;
    width: auto;
    max-width: 700px;
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.pcoded-main-container {
    min-height: calc(100vh - 70px);
}

div.border-bottom-m-2 a {
    border-bottom: 1px solid transparent;
}

div.border-bottom-m-2:not(:last-child) a {
    border-bottom: 1px solid #ccc;
}

.notification-time {
    float: right;
    font-size: 12px;
    color: #888;
    font-weight: bold;
}

.ver-mais {
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.ver-mais:hover {
    text-decoration: none;
    color: #fff;
    background-color: #04c3cd;
}

.ver-mais:focus {
    text-decoration: none;
    color: #fff;
}

.scroll-b::-webkit-scrollbar {
    overflow: visible;
    width: 13px
}

.scroll-b::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.scroll-b::-webkit-scrollbar-track {
    background-clip: padding-box;
}

.scroll-b::-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;
}

.md-tabs .nav-item,
.nav-tabs .slide {
    /* width: calc(100% / 3); */
    color: #000;
}

.datatable-container .dataTables_filter label {
    width: 100%;
    display: flex;
    align-items: center;
}

.datatable-container .dataTables_filter label input {
    width: 100% !important;
}

.datatable-container table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
.datatable-container table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    content: "\f107";
    background-color: unset;
    font: normal normal normal 14px / 1 FontAwesome;
    border: 0;
    color: #000;
    box-shadow: unset;

}

.datatable-container table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
.datatable-container table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "\f106";
}

@media(max-width: 575px) {
    .users.p-chat-user {
        width: 100%;
    }

    /* .datatable-container table tr .dt-card */

    .datatable-container table.dataTable.dtr-inline.collapsed>tbody>tr.child>td:first-child,
    .datatable-container table.dataTable.dtr-inline.collapsed>tbody>tr.child>th:first-child {
        padding: 0;
    }

    .datatable-container table.dataTable>tbody>tr.child {
        padding: 0;
    }

    .datatable-container table.dataTable>tbody>tr.child .dt-card-value {
        overflow-wrap: anywhere;
        white-space: break-spaces;
    }
}

@media(min-width: 576px) {
    .users.p-chat-user .users-main2 {
        min-width: 576px;
    }
}

/** DATATABLE SERVICE */

/* extral small */
@media(max-width: 575px) {
    .min-width-20-px {
        min-width: 200px;
    }
}

/* small */
@media(min-width: 576px) and (max-width: 767px) {
    .min-width-20-px {
        min-width: 350px;
    }
}

/* medium */
@media(min-width: 768px) and (max-width: 991px) {
    .min-width-20-px {
        min-width: 350px;
    }
}

/* large */
@media(min-width: 992px) and (max-width: 1199px) {
    .min-width-20-px {
        min-width: 450px;
    }
}

/* extra large */
@media(min-width: 1200px) {
    .min-width-20-px {
        min-width: 550px;
    }
}

/**********************/

.table-responsive.lancamento-plano-saude .table td,
.datatable-container .table-responsive .table td {
    white-space: unset;
}

/* .truncate {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* .datatable-container table {
    table-layout: fixed;
    width: 100%;
} */
/* @media(min-width: 767px){
    .datatable-container .datatable-wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead tr th:first-child,
    table.fixedHeader-floating thead tr th:first-child {
        border-top-left-radius: 10px;
    }

    .datatable-container .datatable-wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead tr th:last-child,
    table.fixedHeader-floating thead tr th:not([style="width: 16px; display: none;"]):last-child {
        border-top-right-radius: 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;
} */