.body-system {
    min-height: 100vh;
    display: flex;
    margin-bottom: 5rem;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
}

.form-select:disabled,
.form-select[readonly] {
    cursor: not-allowed;
}

button:disabled {
    cursor: not-allowed;
}

.tooltip-text {
    font-size: 0.75rem;
}

.main-system {
    width: 100%;
    /*    height: 100%;*/
    padding-top: 20px;
    padding-bottom: 42px;
    margin-left: 65px;
    /*    margin-bottom: 5rem !important;*/
}

.container-principal {
    height: 100%;
    margin: 1rem !important;
    max-width: 97%;
}

.container-margin {
    display: flex;
    height: 100%;
    margin: 1rem !important;
    max-width: 97%;
}

.container-content {
    padding-left: 40px;
    padding-right: 40px;
    height: 100%;
}

.sidebar {
    max-width: 65px;
    width: 100%;
    background: #6F1A07;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 1000;
}

#text-inboxUsuario {
    min-height: 65vh;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    max-width: 100%;
}

.processo-data-movimentacao {
    color: #6F1A07;
    font-size: 11px;
    float: right;
}

#selection-inboxUsuario {
    position: absolute;
    width: 150px;
}

.list-group {
    list-style: none;
}

.list-group li .menu i {
    font-size: 25px;
    color: #F8F8F8;
    margin-bottom: 20px;
}

.list-group li .icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    font-size: 1rem;*/
    font-size: 13px;
    color: #F8F8F8;
    border: 2px solid #FFFCFC;
    border-radius: 10px;
}

.list-group li .nav-item-active:hover {
    background: #6F1A07 !important;
    color: #FFFCFC !important;
    text-decoration: none;
}

.list-group li .icon:hover {
    background: #FFFCFC;
    color: #6F1A07;
    text-decoration: none;
}

.group-icon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*    margin-bottom: 47px;*/
}

.container-inboxUsuario {
    max-width: 345px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.direita-padrao {
    border: 1px solid #D9D9D9;
    border-radius: 5px 0px 0px 0px;
    padding: 10px 20px;
    min-height: 100vh;
}

.search {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(111, 26, 7, 0.1);
    height: 30px;
    border-radius: 5px;
    padding-inline: 8px;
}

.search:before {
    font-family: FontAwesome;
    content: '\f002';
    font-size: 10px;
    color: rgba(86, 81, 81, 1);
}

.search i {
    color: #6D7275;
    font-size: 9px;
}

.search button {
    background-color: #D9D9D9;
    border: none;
    margin-top: -5px;
}

.search input {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
}

.inboxUsuario-section {
    max-width: 369px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*    gap: 28px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.inboxUsuario-header {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 21px;
}

.inboxUsuario-header span {
    color: #6F1A07;
    font-size: 1.1rem;
}

.inboxUsuario-header button {
    background: none;
    border: 0;
    color: #6F1A07;
}

.content-section {
    width: 100%;
}

.list-header {
    padding-bottom: 11px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}

.list-content {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}

.list-content li label {
    color: #6D7275;
}

/*.content-description{
    height: calc(100% - 200px);
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}*/

.title-page {
    color: #6F1A07;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2rem;
}

.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px) !important;
    height: 80vh !important;
}

.dropdown-menu-new-processes {
    width: 164px !important;
}

.dropdown-toggle::after {
    font-family: FontAwesome !important;
    content: '\f078';
    font-size: 10px;
    padding-top: 6px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 1px;
    border: 0px;
}

.dropdown-item {
    color: #565151;
    font-weight: 600;
    padding: 3px 0px 4px 0px !important;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.30);
    text-decoration: none;
}

#textarea-import-processes {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--cinza-escuro, #565151);
    resize: none;
}

.inboxUsuario-text {
    width: 100%;
    height: 70%;
    resize: none;
    outline: none;
    border: 0;
    font-family: 'Courier Prime', monospace;
}

.widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.widget-container {
    display: flex;
    gap: 12px;
}

.widget-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.content-sub button {
    border: 0;
    background: #D9D9D9;
    border-radius: 5px;
    color: #000000;
    padding: 1rem;
}

.button-delete {
    border: 0;
    background: #D9D9D9;
    border-radius: 5px;
    color: #000000;
    padding: 7px 10px;
    font-size: 13px;
}

.button-save {
    padding: 7px 10px;
    font-size: 13px;

}

.titleResponsive {
    color: #6F1A07 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    padding-right: 0 !important;
    text-align: start !important;
    font-size: 12px;
}

.idResponsive {
    color: #6D7275;
    text-decoration: none;
    font-weight: 600;
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
}

.dateResponsive {
    color: #6F1A07;
    text-decoration: none;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 0;
    font-size: 12px;
    /* margin-right: 10px; */
}

.actionsMoviments {
    cursor: pointer;
    padding: 5px 10px;
}

.actionsMoviments {
    position: relative;
    z-index: 10;
}

.acoesListMoviments {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    box-shadow: 0px 10px 22px 0px rgba(45, 77, 108, 0.15);
    width: 200px;
    border-radius: 8px;
    position: absolute;
    z-index: 9999;
    top: 100%;
}

.acoesListMoviments li {
    cursor: pointer;
    transition: 0.2s;
    padding: 6px 18px;
    font-size: 13px;
}

.acoesListMoviments li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.acoesListMoviments li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.acoesListMoviments li:hover {
    background-color: #FAF1F0;
    transition: 0.2s;
}

.accordion-collapse {
    border: 0px;
}

.panel-heading:hover {
    cursor: pointer;
}

.hr-movements {
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel-default h2 {
    margin-bottom: 0px;
    transition: all 0.2s;
}

.span-date-picker {
    cursor: pointer;
    width: 100px;
    color: rgb(215, 15, 15);
    text-decoration: none;
    border: 2px solid rgb(215, 15, 15);
    font-weight: 700;
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px !important;
    margin-left: 5px;
    padding-right: 0px !important;
}

.span-date-picker:hover {
    color: rgb(215, 15, 15);
}

.accordion-body {
    padding: 0px;
}

.circleLetters.idUser {
    margin-bottom: 0px;
}

.justify-content-right {
    -ms-flex-pack: right !important;
    justify-content: right !important;
}

.idUser {
    border-radius: 100%;
    width: 30px;
    margin-right: -15px;
    display: inline-block;
}

#idUserimageNote {
    border-radius: 100%;
    width: 30px;
}

#encarregado {
    margin-right: 23px;
    display: inline-flex;
}

.content-sub .button-save {
    background: #6F1A07;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 1rem;
}

.upcertificate-onboarding {
    display: flex;
}

.radio_onboarding {
    vertical-align: middle;
    cursor: pointer;
}

.radio_onboarding input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.radio_onboarding label {
    position: relative;
    padding-left: 2em;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 450;
    margin: 6px 0px;
}

.add-responsavel-contratar:focus {
    outline: none;
}

.form-switch .form-check-input:focus {
    border-color: #565151 !important;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.radio_onboarding label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1.3em;
    width: 1.3em;
    background: #FFF;
    margin-right: 0.4em;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.radio_onboarding label::after {
    height: 1em;
    width: 1em;
    content: "";
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translate(-50%, -50%);
    color: #6F1A07;
    opacity: 0;
    transition: all 0.2s ease;
}

.radio_onboarding label:focus::before,
.radio_onboarding label:hover::before {
    background: #DDD;
}

.radio_onboarding input:checked+label::before {
    background: #6F1A07;
    border-color: #FFF;
}

.radio_onboarding input:checked+label::after {
    opacity: 1;
}

.select-petition {
    background-color: #D9D9D9;
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.nav-item-active {
    background-color: #fff;
}

.nav-item-active i {
    color: #6F1A07 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #6f1a07 !important;
    border-color: #6f1a07 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #481105 !important;
    border-color: #481105 !important;
}


#hamburger-menu {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    outline: 0px;
}

.submenu-configuracoes {
    background: #F1E9E7;
    position: fixed;
    width: 272px;
    height: 100%;
    left: 65px;
    top: 0px;
    padding-top: 2rem;
    padding-left: 0.5rem;
    /*    display: none;*/
    transition: transform 0.3s ease-in-out;
    transform: translateX(-150%);
    z-index: 999;
}

.submenu-show {
    /*    display: block;*/
    transform: translateX(0);
}

.submenu-configuracoes h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #6F1A07;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.submenu-configuracoes-ul {
    padding-left: 1rem;
    padding-right: 1rem;
}

.submenu-configuracoes-ul li {
    list-style: none;
    color: #333240;
    padding: 5px 10px;
}

.submenu-configuracoes-ul a:hover {
    text-decoration: none;
}

.submenu-configuracoes-ul li:hover {
    background: rgba(111, 26, 7, 0.15);
    border-radius: 5px;
}

.btn-bg-marrom {
    background: #6F1A07;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    color: #fff;
    transition: all .2s;
}

.btn-bg-marrom:hover {
    background: #591607;
    color: #fff !important;
}

.btn-bg-disabled {
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    color: #000;
    transition: all .2s;
}

.btn-bg-disabled:hover {
    background: #D9D9D9;
    color: #000 !important;
}

.btn-bg-branco {
    background: #fff;
    border: 1px solid #6F1A07;
    border-radius: 5px;
    color: #6F1A07;
    transition: all .2s;
}

.btn-bg-branco:hover {
    background: #fff;
    color: #6F1A07 !important;
}

.btn-bg-branco-back {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #6F1A07;
    transition: all .2s;
}

.btn-new {
    margin-bottom: 2rem;
    transition: all .2s;
}

.btn-new:hover {
    color: #fff;
    background-color: #521204;
}

#search-all-autotextos {
    z-index: 998;
    margin-bottom: 2rem;
}

#table-autotextos_filter {
    display: none;
}

#table-autotextos_length {
    display: none;
}

#table-autotextos_info {
    display: none;
}

#table-autotextos_paginate {
    display: none;
}

#search-all-padrao {
    z-index: 997;
    margin-bottom: 2rem;
}

#table-padrao_filter {
    display: none;
}

#table-padrao_length {
    display: none;
}

#table-padrao_info {
    display: none;
}

#table-padrao_paginate {
    display: none;
}

#table-processos_filter {
    display: none;
}

#table-processos_length {
    display: none;
}

#table-processos_info {
    display: none;
}

#table-processos_paginate {
    display: none;
}

.dataTables_scrollHead {
    display: none !important;
}

.btn-lista-autotextos {
    text-align: left;
    width: 100%;
}

#title-autotexto {
    min-height: 10vh;
    font-weight: 600;
    font-size: 20px;
    cursor: auto;
}

#title-autotexto:focus {
    cursor: auto;
}

#variaveis-button {
    color: #6F1A07;
    width: 37px;
    border-bottom: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 28px;
}

#text-autotexto {
    min-height: 65vh;
    border: 1px solid #D9D9D9;
}

.editor-wrapper {
    position: relative;
}

.ql-toolbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    border: 0px !important;
}

.ql-editor {
    font-family: 'Courier Prime', serif;
    max-height: 60vh;
}

.rte-editable {
    font-family: 'Courier New', serif;
}

button:disabled {
    opacity: 0.5;
}

#table-autotextos tr .selected {
    background-color: rgba(111, 26, 7, 0.1) !important;
}

#table-membros tr .selected {
    background-color: rgba(111, 26, 7, 0.1) !important;
}

#table-padrao tbody tr.selected {
    background-color: rgba(111, 26, 7, 0.1) !important;
}

#table-processos tr .selected {
    background-color: rgba(111, 26, 7, 0.1) !important;
}

table.dataTable tbody tr.selected {
    background-color: rgba(111, 26, 7, 0.1) !important;
}

.backdrop-plano {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 998;
}

#table-autotextos {
    border-bottom: 0px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

#table-autotextos tr.selected td {
    position: relative;
}

#table-autotextos tr.selected td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #6F1A07;
}

#table-autotextos tr.selected td {
    width: 100%;
}

#table-autotextos .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

#table-padrao {
    border-bottom: 0px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

#table-padrao tr.selected td {
    position: relative;
}

#table-membros tr.selected td {
    position: relative;
}

#table-padrao tr.selected td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #6F1A07;
}

#table-membros tr.selected td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #6F1A07;
}


#table-padrao tr.selected td {
    width: 100%;
}

#table-padrao .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

#table-processos {
    border-bottom: 0px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

#table-processos tr.selected td {
    position: relative;
}

#table-processos tr.selected td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #6F1A07;
}

#table-processos tr.selected td {
    width: 100%;
}

#table-processos .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

#num-registros {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-top: 7px;
    padding-right: 1rem;
}

.esquerda-autotextos {
    border: 1px solid #D9D9D9;
    border-radius: 5px 0px 0px 0px;
    padding: 10px 0px;
    height: 100vh;
}

.select-bg-gray {
    background-color: #D9D9D9;
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.esquerda-autotextos .select-bg-gray {
    margin-left: 5px;
}

.esquerda-autotextos .filters-total {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-left: -1px;
    margin-right: -1px;
}

/* Barra de rolagem */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

/* Botão de rolagem */
::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

/* Botão de rolagem ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}

/* Rastreador */
::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

#modalFirefoxVerify {
    background-color: rgba(0, 0, 0, 0.5);
}

#modalCookiesVerify {
    background-color: rgba(0, 0, 0, 0.5);
}

#modalTutorialCookies {
    background-color: rgba(0, 0, 0, 0.5);
}

#loading-modal {
    background: rgba(0, 0, 0, 0.5);
}

#loading-modal .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}

.select-falso {
    position: relative;
    display: inline-block;
}

.select-falso-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}

.select-falso-header:hover {
    background-color: #eee;
}

.select-falso-header span {
    margin-right: 10px;
}

.select-falso-body {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    /*    min-width: 150px;*/
    width: 150px;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.select-falso-body-submenu {
    position: absolute;
    top: 100%;
    /*    left: 75%;*/
    left: 160px;
    z-index: 1;
    display: none;
    /*    min-width: 150px;*/
    /*    min-width: 120%;*/
    width: 240px;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.select-falso-option {
    margin-bottom: 5px;
}

.select-falso-option label {
    margin-left: 5px;
}

.select-falso-header {
    background-color: #D9D9D9;
}

.filtro-principal-icone-1:after {
    font-family: FontAwesome;
    content: '\f078';
    float: right;
    font-size: 10px;
    padding-top: 6px;
    margin-left: 50px;
}

.filtro-principal-icone-2:after {
    font-family: FontAwesome;
    content: '\f0b0';
    float: right;
    font-size: 10px;
    padding-top: 6px;
    margin-left: 50px;
    color: #6F1A07;
}

.filtro-principal-icone-2 {
    color: #6F1A07;
}

.select-falso-span {
    padding: 8px;
}

.select-falso-span::after {
    font-family: FontAwesome;
    content: '\f054';
    float: right;
    font-size: 10px;
    padding-top: 6px;
}

.select-falso-item {
    margin-bottom: 0.5rem;
}

.select-falso-item:hover {
    background: rgba(217, 217, 217, 0.4);
    cursor: pointer;
}

.checkbox-submenu {
    display: inline-block;
    background-color: #fff;
    border: 0px;
    padding: 8px;
    width: 100%;
    cursor: pointer;
}

.checkbox-submenu:hover {
    background-color: #f1f1f1;
}

.select-falso-body-submenu input[type="radio"] {
    display: none;
}

.select-falso-body-submenu input[type="radio"]:checked+label {
    background-color: rgba(217, 217, 217, 0.4);
    color: rgba(111, 26, 7, 1);
}

.select-falso-body-submenu input[type="radio"]:checked+label::after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    padding-right: 4px;
    float: right;
}

.input-disabled {
    background-color: #ededed;
}

.input-disabled:hover {
    cursor: not-allowed;
}

.mention {
    height: 24px;
    width: 65px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 3px 0;
    margin-right: 2px;
    user-select: all;
    font-weight: 600;
    color: #0B5ECA;
}

.inboxUsuario-label-input {
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 100%;
    margin-top: 3px;
    text-align: right;
    color: #6D7275;
    font-size: 18px;
}

.tipo-peca .select2-container .select2-selection--single {
    background-color: #ededed !important;
    border-radius: 0.3rem !important;
    border: none !important;
    color: #000;
    height: 35px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(111, 26, 7, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(111, 26, 7, 0.5);
}

.form-select:focus {
    border-color: rgba(111, 26, 7, 0.5);
    box-shadow: 0 0 0 0.05rem rgba(111, 26, 7, 0.5);
}

.btn-peticionar {
    width: 100%;
    height: 100%;
}

.dropdown-inboxUsuario {
    font-weight: 600 !important;
    width: 150px;
    margin-top: 15px;
}

.dropdown-inboxUsuario .dropdown-item:hover {
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(111, 26, 7, 0.5);
}

.dropdown-inboxUsuario .dropdown-toggle {
    font-weight: 600;
}

.dropdown-inboxUsuario .dropdown-toggle i {
    margin-left: 10px;
    margin-right: 10px;
}

.dropdown-menu i {
    margin-left: 10px;
    margin-right: 10px;
}

.dropdown-inboxUsuario .dropdown-item {
    padding: 10px 0px 10px 0px !important;
}

.dropdown-inboxUsuario .dropdown-toggle::after {
    margin-left: 1rem;
}

.dropdown-autotextos .select2-container .select2-selection--single {
    background-color: #ededed !important;
    border-radius: 0.3rem !important;
    border: none !important;
    color: #000;
    height: 35px !important;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.3rem 0.75rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    color: #6c757d !important;
    background-color: #e9ecef !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.processo-cliente-reu {
    color: rgba(86, 81, 81, 1);
}

.processo-num {
    font-style: italic;
    font-size: 12px;
    color: rgba(86, 81, 81, 1);
}

.draft {
    font-size: 11px !important;
}

#overlay-intermediaria {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 10;
    opacity: 0.7;
    border: none;
    height: 98.9%;
    background-color: rgba(0, 0, 0, 0.3);
}


.documentos-area {
    border: none;
    height: 100vh;
    max-height: 92vh;
    overflow-x: hidden;
    margin-bottom: 10px;
    overflow-y: scroll;
    padding-bottom: 20px;
    margin-top: 10px;
    transition: all 0.3s;
}

.documentos-area .file-input {
    display: flex;
    margin-top: 30px;
    position: relative;
    padding-bottom: 10px;
    width: 100% !important;
    z-index: 10;
}

.file-drag button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #000000;
    font-size: 8px;
    margin-left: 10px;
}

.file-drag button:focus {
    outline: 0 !important;
}

.file-drag {
    width: 50px;
    display: grid;
}

.documentos-area .select2 {
    width: 100% !important;
    margin-right: 10px;
    max-width: 60%;
}

#file-inputs-petition-start .file-inside {
    max-width: 500px !important;
    min-width: 500px !important;
}

#file-inputs-petition-start .file-inside .select2 {
    width: 100% !important;
    margin-right: 10px;
    max-width: 100%;
}

.button-upload-documentos {
    border: 0;
    background: #D9D9D9;
    border-radius: 5px;
    color: #000000;
    padding: 10px 10px;
    font-size: 13px;
}

.file-name {
    position: absolute;
    margin-top: 85px;
    font-style: italic;
    font-size: 12px;
    margin-left: 50px;
    line-height: 0.7rem;
    width: 250px;
    cursor: pointer;
}

.file-number {
    position: absolute;
    margin-left: 30px;
    color: #393A3D;
    font-weight: 600;
    margin-top: 10px;
}

.submenu-configuracoes-active li {
    background: rgba(111, 26, 7, 0.15) !important;
    border-radius: 5px;
}

.file-inside {
    display: flex;
    margin-top: 40px;
    max-width: 294px !important;
    min-width: 294px !important;
}

@media screen and (max-width:1400px) and (min-width: 1360px) {
    .file-inside {
        max-width: 165px !important;
        min-width: 165px !important;
    }

    .file-name {
        width: 200px;
    }

    .documentos-area {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1460px) and (min-width: 1401px) {
    .file-inside {
        max-width: 193px !important;
        min-width: 193px !important;
    }

    .file-name {
        width: 200px;
    }
}

@media screen and (max-width: 1520px) and (min-width: 1461px) {
    .file-inside {
        max-width: 220px !important;
        min-width: 220px !important;
    }

    .file-name {
        width: 200px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1521px) {
    .file-inside {
        max-width: 245px !important;
        min-width: 245px !important;
    }

    .file-name {
        width: 210px;
    }
}

@media screen and (max-width: 1630px) and (min-width: 1600px) {
    .file-inside {
        max-width: 267px !important;
        min-width: 267px !important;
    }

    .file-name {
        width: 230px;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1631px) {
    .file-inside {
        max-width: 278px !important;
        min-width: 278px !important;
    }

    .file-name {
        width: 230px;
    }
}

@media screen and (max-width: 1428px) and (min-width: 1366px) {
    #overlay-intermediaria {
        width: 89% !important;
        left: unset;
        right: unset;
    }

    #highlight {
        width: 89% !important;
    }
}

@media screen and (max-width: 1524px) and (min-width: 1429px) {
    #overlay-intermediaria {
        width: 91% !important;
        left: unset;
        right: unset;
    }

    #highlight {
        width: 91% !important;
    }
}

@media screen and (max-width: 1628px) and (min-width: 1525px) {
    #overlay-intermediaria {
        width: 92% !important;
        left: unset;
        right: unset;
    }

    #highlight {
        width: 92% !important;
    }
}

#highlight {
    background-color: #f0f0f0;
    background-image: url(http://localhost/legalmail/plataforma/assets/images/cloudUpload.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    border: 2px dashed rgb(217, 217, 217);
    border-radius: 7px;
    width: 93%;
    opacity: 0.9;
    z-index: 100;
    transition: all 0.3s;
    max-height: 92vh !important;
    height: 100vh;
}

#highlight::after {
    content: "Arraste os arquivos aqui";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    color: #565151;
    font-weight: 600;
}

#file-inputs .select2-selection__rendered {
    width: 113px !important;
}

#add-file {
    color: #6F1A07;
    font-weight: 600;
    transition: all .2s;
    white-space: nowrap;
}

#add-file:hover {
    color: #451106;
}

.title-info {
    color: #6D7275;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
}

.data-info {
    margin-top: 9px;
    font-size: 11px;
}

.btn-collapse-clientes {
    color: #cecece;
    font-size: 10px;
}

.button-cancel-petition {
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-style: italic;
    color: #EE4036;
}

.button-cancel-petition:focus {
    outline: 0px;
}


.ql-pdf:after {
    font-family: FontAwesome;
    content: '\f1c1';
}

.ql-undo:after {
    font-family: FontAwesome;
    content: '\f0e2';
}

.ql-redo:after {
    font-family: FontAwesome;
    content: '\f01e';
}

.painel-text {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.painel-text span {
    background-color: #fff;
    border: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 3px;
    transition: all 0.1s;
    margin-top: 3px;
}

.circle-tema {
    color: #000000;
    font-size: 3.5px;
    vertical-align: middle;
}

#tema {
    font-size: 14px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 1px;
    transition: all 0.1s;
    /* width: 40%; */
    margin-top: 3px;
}

#nomecliente {
    padding-left: 4px;
}

#tema:hover {
    border: 1px solid #D9D9D9;
    transition: all 0.1s;
}

#tema:focus {
    transition: all 0.1s;
    border: 1px solid #6F1A07;
    outline: none;
}

.topo-dados-peticao .col-md-3 {
    padding-top: 10px;
}

.btnCollapse {
    border: 0px;
}

.bg-success {
    background-color: #8af9af78 !important;
}

.bg-danger {
    background-color: #f98a8a78 !important;
}

.btnCollapsePeticionar {
    background-color: #6F1A07 !important;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px !important;
}

/*.files-note{
    display: inline;
        flex-wrap: wrap;
        align-content: flex-start;
        height: fit-content;
}*/

.botao-adicional {
    margin-top: 10px;
    /* Adapte a margem superior conforme necessário */
}

.botao-adicional button {
    width: 100%;
    /* Ocupar a largura total disponível */
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.btn-whatsapp img {
    height: 48px;
    z-index: 1000;
}

.sidebar .nav-link {
    padding: 0px;
}

.menu-lateral-end {
    position: absolute;
    bottom: 15px;
}

.menu-lateral-end hr {
    color: #fff;
}

.remove-polo {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}

.tooltip-content-tema {
    background-color: #FFFCFC !important;
    color: #565151 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    font-weight: 600 !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s !important;
    position: absolute !important;
    top: -34px !important;
    /* left: 480px !important; */
    z-index: 1000 !important;
    font-size: 10px !important;
    font-style: normal !important;
    max-width: 100% !important;
}

#tema .tooltip-content-tema:hover {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltipFiles {
    display: inline-block;
}

.custom-tooltipFiles .tooltip-content {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 18px;
    left: 40%;
    transform: translateX(-50%);
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

.custom-tooltipFiles:hover .tooltip-content {
    visibility: visible !important;
    opacity: 1;
}


.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .tooltip-content {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000 !important;
}

.custom-tooltip:hover .tooltip-content {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip .tooltip-badge {
    background-color: #FFFCFC;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 2px 7px;
    font-weight: 600;
    margin-left: 10px;
    padding-top: 0
}

.custom-tooltip:hover~.tooltip-content {
    opacity: 1;
}

.custom-tooltip .tooltip-content-copy {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 3px 0;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 37px;
    left: 5px;
    white-space: nowrap;
    z-index: 100;
    width: 80px;
    font-size: 11px;
    text-align: center;
}

.custom-tooltip:hover .tooltip-content-copy {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(37%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(37%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu-inboxUsuario {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(37%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu-inboxUsuario {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-inboxUsuario {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu-inboxGeral {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(50%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu-inboxGeral {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-inboxGeral {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu-rascunho {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(52%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu-rascunho {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-rascunho {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(50%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu-autotextos {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(50%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip .tooltip-content-menu-protocolos {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(50%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu-protocolos {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-protocolos {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu-copyId {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 47px;
    left: -48px;
    transform: translate(50%, -106%);
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu-copyId {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-copyId {
    opacity: 1;
}

.dropDownAddArchive {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 15px;
    font-size: 14px;
    /* transition: all 0.2s; */
    padding: 5px 5px;
    margin-left: -37px;
    position: absolute;
    background: #fff;
    z-index: 1111;
}

.dropDownAddArchive div {
    color: #000 !important;
}

.dropDownAddArchive div:hover {
    transition: all 0.2s;
    background-color: #f7f7f7;
    cursor: pointer;
    border-radius: 5px;
}

.dropDownPetition {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 15px;
    font-size: 14px;
    /* transition: all 0.2s; */
    padding: 5px 5px;
    position: absolute;
    background: #fff;
    z-index: 1111;
}

.dropDownPetition div {
    color: #000 !important;
}

.dropDownPetition div:hover {
    transition: all 0.2s;
    background-color: #f7f7f7;
    cursor: pointer;
    border-radius: 5px;
}

.collapse-dropdown {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-top: 2px;
    font-size: 14px;
    padding: 5px 5px;
    background: #fff;
    z-index: 1111;
    position: absolute;
    top: 100%;
}

.collapse-dropdown div {
    color: #000 !important;
}

.collapse-dropdown div:hover {
    transition: all 0.2s;
    background-color: #f7f7f7;
    cursor: pointer;
    border-radius: 5px;
}

.btn-collapse-open i {
    transition: opacity 0.3s ease;
}

#openDropDownPetition i {
    transition: opacity 0.3s ease;
}


.addArchive {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 15px;
    color: #fff;
    background-color: #6F1A07;
    height: 35px;
    border-radius: 5px;
    /* transition: all 0.2s; */
}

.addArchive div {
    color: #fff
}

.addArchive:hover {
    background-color: #591607;
    transition: all 0.2s;
}

#btns-movement-options {
    display: flex;
    align-items: center;
}

#btn-NewPetitionCollapse {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #6F1A07;
    height: 28px;
    border-radius: 5px;
    margin-top: 0;
    width: 125px;
    justify-content: end;
}

#btn-NewPetitionCollapse-disabled {
    display: flex;
    align-items: center;
    cursor: no-drop;
    text-decoration: none;
    color: #fff;
    background-color: #6F1A07;
    height: 28px;
    border-radius: 5px;
    margin-top: 0;
    width: 125px;
    justify-content: end;
    opacity: 0.5;
}

#btn-NewPetitionCollapse-processing {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background-color: #6F1A07;
    height: 28px;
    border-radius: 5px;
    margin-top: 0;
    width: 125px;
    justify-content: center;
    border: none;
}

#protocolos-button:hover {
    background-color: #5f1302 !important;
    transition: 0.2s;
}

.btn-collapse-petition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #6F1A07;
    height: 38px;
    border-radius: 8px;
    margin-top: 0;
    width: 155px;
    position: relative;
}

.btn-collapse-petition:hover {
    color: #fff !important;
    background-color: #6f1a07fb;
}

.btn-collapse-open {
    padding: 0px 12px 0px 0px;
    display: flex;
    align-items: center;
}

.custom-tooltip:hover .tooltip-content-menu-autotextos {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-autotextos {
    opacity: 1;
}

.custom-tooltip .tooltip-content-menu-google {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    visibility: hidden !important;
    position: absolute;
    top: 53px;
    left: -60px;
    white-space: nowrap;
    z-index: 100;
}

.custom-tooltip:hover .tooltip-content-menu-google {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-google {
    opacity: 1;
}


.custom-tooltip .tooltip-content-menu-questionIcon {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    visibility: hidden !important;
    position: absolute;
    top: -38px;
    left: -222px;
    white-space: nowrap;
    z-index: 100;
    font-size: 10px;
    text-align: center;
}

.custom-tooltip:hover .tooltip-content-menu-questionIcon {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-questionIcon {
    opacity: 1;
}


.custom-tooltip .tooltip-content-menu-inboxEntrada {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
    visibility: hidden !important;
    opacity: 0;
    transition: opacity 0.3s;
    visibility: hidden !important;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(37%, -106%);
    white-space: nowrap;
    z-index: 100;
}

button#activitiesOpen:focus {
    outline: none;
}

button#showNote:focus {
    outline: none;
}

button#btnNoteBatch:focus {
    outline: none;
}

.internal-events {
    display: none;
}

.custom-tooltip:hover .tooltip-content-menu-inboxEntrada {
    visibility: visible !important;
    opacity: 1;
}

.custom-tooltip:hover~.tooltip-content-menu-inboxEntrada {
    opacity: 1;
}

.novaClasseScrollHead {
    font-size: small;
}

#modalProporAcao {
    overflow-y: auto !important;
    z-index: 1041;
}

#modalProporAcao .modal-content {
    background-color: #F8FAFC !important;
}

#table-rascunhos-petition th:nth-child(1) {
    width: 60% !important;
}

#table-rascunhos-petition th:nth-child(2) {
    width: 15% !important;
}

#table-rascunhos-petition th:nth-child(3) {
    width: 20% !important;
}

#table-rascunhos-petition th:nth-child(4) {
    width: 5% !important;
}

.importPetition {
    color: #5f6367;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.importPetitionProporAcao {
    color: #5f6367;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#div-showPdfPetition {
    margin-bottom: -6px;
}

#table-rascunhos-petition tr:hover {
    background-color: #FAF1F0;
    transition: 0.2s
}

#showPdfPetition {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#div-peticao {
    margin-left: 5px;
}

.circleLetters {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #6F1A07;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
}

#tema.editavel {
    color: #6D7275;
    cursor: text;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px 4px;
    display: flex;
}

#foto-usuario-menu img {
    border-radius: 100%;
    width: 30px;
    display: inline-block;
    margin-left: 1.5rem;
    margin-top: 3px;
    max-width: initial;
}

#foto-usuario-menu .circleLetters {
    margin-left: 1.5rem;
    margin-top: 3px;
}

#foto-usuario-menu:hover {
    text-decoration: none !important;
}

.div-internalevents {
    opacity: 1;
    max-height: 100%;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.div-internalevents.show {
    opacity: 1;
    max-height: 100%;
}

#textnote:focus {
    outline: none;
}

#textnote {
    min-height: 70px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #000;
    background: #FEEDAF;
    max-width: 100%;
    border-bottom: none;
    resize: none;
    padding-top: 14px;
    padding-left: 21px;
    font-size: 13px;
    position: relative;
    padding-right: 36px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: rgba(111, 26, 7, 0.1);
    color: #000;
    border: none;
    border-radius: 2px;
    cursor: default;
}

.ui-autocomplete {
    max-width: 235px;
    max-height: 100px;
    overflow-y: auto;
    position: absolute !important;
    padding: 10px 8px;
    border-radius: 5px;
}

.ui-widget {
    font-size: 12px;
}

.ui-autocomplete li {
    list-style: none;
}

.ui-menu-item-wrapper {
    padding: 5px 10px;
}

.spinnerDivPetition {
    height: 100%;
    width: 100%;
    background-color: rgba(237, 237, 237, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 11111;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.delete-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font-size: 15px;
    padding-right: 40px;
}

#text-editor-container {
    margin: 25px 0px;
    display: none;
}

.badge-file {
    display: inline-block;
    background-color: #FFFFFF;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 5px;
    margin-bottom: 3px;
    cursor: default;
}

.delete-file-badge {
    margin-left: 10px;
    color: #000;
    cursor: pointer;
    font-size: 9px;
    vertical-align: 7%;
}

.textnote-return {
    min-height: 70px;
    border-radius: 5px;
    border: 2px solid #FEEDAF;
    background: #FEEDAF;
    max-width: 100%;
    padding-top: 14px;
    padding-left: 21px;
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 21px;
    word-wrap: break-word;
}

.badge-file-return {
    text-decoration: none;
    display: inline-block;
    background-color: #FFFFFF;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 12px;
}

#textnote-batch:focus {
    outline: none;
}

#textnote-batch {
    min-height: 70px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #000;
    background: #FEEDAF;
    max-width: 100%;
    border-bottom: none;
    resize: none;
    padding-top: 14px;
    padding-left: 21px;
    font-size: 13px;
    padding-right: 40px;
}

.editor-buttons {
    background: #FEEDAF;
    border-radius: 0 0 5px 5px;
    border: 1px solid #000;
    border-top: none;
    width: 100%;
    padding: 0px 20px 12px 20px
}

.editor-buttons button {
    border: none;
    background-color: #FEEDAF;
    margin: 1px 0px;
    vertical-align: -40%;
}

.editor-buttons button:focus {
    outline: none;
}

.btn-save-note {
    background-color: #6F1A07 !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 4px 25px !important;
    float: right;
}

.button-active {
    background-color: #D6C88A !important;
    color: #fff;
}

.delete-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font-size: 15px;
    padding-right: 25px;
    color: #000000;
    padding-top: 5px;
}

#text-editor-container-batch {
    margin: 25px 0px;
    display: none;
}

#text-editor-container {
    margin: 25px 0px;
    display: none;
}

.mandatoryLabel {
    color: #D70F0F;
}

.mandatoryField {
    border-color: #D70F0F !important;
}

/* .mandatoryField .select2-selection{
    border-color: #D70F0F !important;
} */

/* .select2-container--default .select2-selection--single{
    border-color: #D70F0F !important;
} */

.mandatoryMessage {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #D70F0F;
    display: none;
}

.badge-file {
    display: inline-block;
    background-color: #FFFFFF;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 5px;
    margin-bottom: 3px;
    cursor: default;
}

.delete-file-badge {
    margin-left: 10px;
    color: #000;
    cursor: pointer;
    font-size: 9px;
    vertical-align: 7%;
}

.content-files-note {
    border: 1px solid #000;
    background: #FEEDAF;
    width: 100%;
    border-bottom: none;
    border-top: none;
    resize: none;
    padding-left: 21px;
    font-size: 12px;
}

.content-files-note-edit {
    border: 1px solid #000;
    background: #FEEDAF;
    width: 100%;
    border-bottom: none;
    border-top: none;
    resize: none;
    padding-left: 21px;
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 21px;
}

.editor-buttons-return {
    background: #FEEDAF;
    border-radius: 0 0 5px 5px;
    border: 1px solid #000;
    border-top: none;
    width: 100%;
    padding: 0px 20px 12px 20px
}

.editor-buttons-return button {
    border: none;
    background-color: #FEEDAF;
    margin: 1px 0px;
    vertical-align: -40%;
}

.editor-buttons-return button:focus {
    outline: none;
}

.textnote-return-edit {
    outline: none;
    resize: none;
    min-height: 70px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #000;
    border-bottom: none;
    background: #FEEDAF;
    max-width: 100%;
    padding-top: 14px;
    padding-left: 21px;
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 48px;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 0% !important;
    z-index: 1000;
    left: 50%;
    width: 100%;
    height: 100% !important;
    margin-left: -50%;
    margin-top: 0px !important;
    padding-top: 90% !important;
    text-align: center;
    font-size: 1.2em;
    background-color: #cecece52 !important;
    background: #cecece52 !important;
}

.buttons-edit img {
    width: 15px;
    height: 15px;
}

.buttons-edit button {
    border: none;
    background-color: #fff;
}

.buttons-edit button:focus {
    outline: none;
}

.buttons-edit button:hover {
    background-color: #D9D9D94D;
    border-radius: 5px;
}

#btn-update-table:hover {
    background-color: rgba(111, 26, 7, 0.1) !important;
    border-radius: 5px;
}

#btn-update-table:focus {
    outline: none !important;
}

.event-name {
    color: #6D7275;
    font-size: 13px;
    margin: 2px 0px;
    font-weight: 300;
    margin-left: 15px;
}

.openPdf {
    color: #565151 !important;
}

#footerFilesBatchArchives {
    background-color: #E4D5D1;
    justify-content: space-between !important;
    padding: 5px 1rem !important;
}

.form-check-input:checked {
    background-color: #6f1a07;
    border-color: #6f1a07
}

.form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

.firstThFileBatchUploadArchives {
    font-weight: 600 !important;
    border: none !important;
    padding-left: 30px !important;
    font-size: 14px !important;
    color: #565151 !important
}

.secondThFileBatchUploadArchives {
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
    color: #565151 !important
}

#tbodyFilesBatchArchives tr:hover {
    background-color: #FAF1F0;
    color: #6F1A07 !important;
    transition: all 0.1s !important;
}

#tbodyFilesBatchArchives tr {
    text-align: start !important;
    border-top: 1px solid #C4C4C4 !important;
    color: #565151 !important
}

.theadFileBatchUploadArchives {
    display: table-header-group !important;
    text-align: start !important
}

.theadFileBatchUploadArchives tr {
    border-top: 1px solid #C4C4C4 !important;
}


.selectedRowFileBatch {
    background-color: #E4D5D1 !important;
    color: #6F1A07 !important;
    /* border-color: #6F1A07; */
}

.tableFileBatchUpload {
    display: none;
}

.typeArchives {
    text-align: start;
    padding-left: 30px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #565151;
    display: none;
}

.theadFileBatchUpload {
    display: table-header-group !important;
    text-align: start !important
}

.theadFileBatchUpload tr {
    border-top: 1px solid #C4C4C4 !important;
}

.tabNav {
    margin-right: 25px;
    color: #6D7275;
    width: 85px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 4px
}

.tabNavActive {
    color: #6F1A07;
    border-bottom: 2px solid #6F1A07;
    font-weight: 600;
    margin-right: 25px;
    width: 85px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 4px
}

.firstThFileBatchUpload {
    font-weight: 600 !important;
    border: none !important;
    padding-left: 30px !important;
    font-size: 14px !important;
    color: #565151 !important
}

.secondThFileBatchUpload {
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
    color: #565151 !important
}

#tbodyFilesBatch tr {
    text-align: start !important;
    border-top: 1px solid #C4C4C4 !important;
    color: #565151 !important
}

.firstTdFileBatchUpload {
    padding-left: 30px !important;
    font-size: 14px !important
}

.secondTdFileBatchUpload {
    font-size: 14px !important
}

.selectedItensFileBatch {
    color: #6F1A07 !important;
    font-weight: 600 !important;
    font-size: 16px !important
}

#insertFileBatch {
    background-color: #6F1A07 !important;
    padding: 2px 25px !important;
    border-radius: 5px !important;
    color: #fff !important;
    cursor: pointer;
    border: none;
}


#insertFileBatch:focus {
    outline: 5px auto #6f1a07e0;
}

#insertFileBatchArchives {
    background-color: #6F1A07 !important;
    padding: 2px 25px !important;
    border-radius: 5px !important;
    color: #fff !important;
    cursor: pointer;
    border: none;
}


#insertFileBatchArchives:focus {
    outline: 5px auto #6f1a07e0;
}

#footerFilesBatch {
    background-color: #E4D5D1;
    justify-content: space-between !important;
    padding: 5px 1rem !important;
}

#tbodyFilesBatch tr:hover {
    background-color: #FAF1F0;
    color: #6F1A07 !important;
    transition: all 0.1s !important;
}

#tbodyFilesBatch tr {
    transition: all 0.1s !important;
}

#fileBatchUpload {
    border: none !important;
    min-height: auto;
    padding: 0;
}


.linkinputs {
    height: 24px;
    font-size: 13px;
    padding-left: 4px;
}

.linkinputs:focus {
    border: 1px solid #000 !important;
}

.close-linkinput:focus {
    outline: none;
}

.close-linkinput:hover {
    background-color: rgba(111, 26, 7, 0.1);
    border-radius: 5px;
}

.close-linkinput {
    border: none;
    background-color: #fff;
}

.modal-header-link {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    padding: 5px 9px 0px 0px;
}

.modal-footer-link {
    display: flex;
    justify-content: flex-end;
    padding: 0px 16px 14px 0px;
}

.fake-editor {
    text-align: justify;
    font-family: Calibri;
    height: 80vh;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    overflow: auto;
}

.fake-editor:focus {
    outline: none;
}

.images-onboarding {
    width: 16px;
    height: 16px;
}

.submenu-onboarding-ul {
    flex-direction: column;
    padding: 5px 18px;
}

.submenu-onboarding-ul a:hover {
    text-decoration: none;
    background: rgba(111, 26, 7, 0.15);
    border-radius: 5px;
}

.submenu-onboarding-ul a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 6px;

}

.submenu-onboarding-ul li {
    padding-left: 7px;
    color: #333240;
    list-style: none;
}

.circle-onboarding {
    display: flex;
}

.circle-menu {
    height: 9px;
    position: absolute;
    top: 21px;
    left: 39px;
    z-index: 1;
}

.registered-msg-onboarding {
    color: #080;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.onboarding-progress {
    padding-left: 20px;
    margin-top: 4px;
}

progress {
    display: block;
    -webkit-appearance: none;
    appearance: none;
}

.onboarding-progress progress {
    height: 7px;
    width: 83%;
}

.onboarding-progress progress[value]::-webkit-progress-bar {
    background: #fff;
    border-radius: 10px;
}

.onboarding-progress progress::-webkit-progress-value {
    border-radius: 50px;
    background: #080;
}

#table-protocolos_filter {
    display: none;
}

#table-protocolos {
    border-bottom: 0px;
}

#table-protocolos_paginate {
    margin-top: 10px;
}

.classificacao-mensagem {
    color: red;
    font-style: italic;
    position: absolute;
    margin-top: 42px;
    font-size: 12px;
    margin-left: 50px;
}

.active_nav {
    border-bottom: 2px solid #6F1A07;
}

.active_nav a {
    color: #6F1A07 !important;
}

.custom-hr {
    height: 2px !important;
    background-color: var(--Neutral-700---main, #4A5568);
    ;
    border: none;
}

.box-mensagem {
    display: flex;
    align-items: center;
    background: rgba(217, 217, 217, 0.30);
    padding: 0px 10px;
}

.box-mensagem svg {
    width: 55px;
    height: 55px;
}

.box-mensagem span {
    font-size: 12px;
    padding-left: 10px;
}

.btnShowMore {
    background-color: #6F1A07;
    height: 27px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    width: 100%;
    outline: none;
    border: none
}

.btnShowMore:hover {
    background-color: #5f1302;
    transition: 0.2s;
}

.btnShowMore:focus {
    outline: none;
}

.petitionAndSearchContainer {
    width: 100%;
    display: flex;
}

.div-btninicial {
    padding-right: 3px;
    width: 85px;
}

.close-button-search {
    cursor: pointer;
    padding-right: 6px;
}

.close-button-search i {
    font-weight: 600 !important;
    color: #000 !important;
}

#semtema:hover {
    cursor: pointer;
}

#temasModal .modal-content {
    border-radius: 20px;
}

#temasModal .modal-body {
    padding: 5px 10px 10px 10px;
}

#table-temas_wrapper .dataTables_scroll .dataTables_scrollBody {
    overflow: scroll;
    height: 200px !important;
}

#table-temas .selectedEncarregados {
    border-radius: 5px;
    background-color: #FAF1F0;
    transition: 0.2s;
}

#table-temas td:hover {
    border-radius: 5px;
    background-color: #FAF1F0;
    padding-left: 20px !important;
    transition: 0.2s;
}

#table-temas td {
    transition: 0.2s;
    padding-left: 10px !important;
    font-size: 0.75rem;
}

#table-temas_wrapper .dataTables_scroll .dataTables_scrollBody {
    border: none;
}

#table-temas td {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

#table-temas_filter {
    width: 100%;
}

#table-temas_filter label {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    text-align: start;
}

#table-temas_filter label input {
    margin-top: 6px;
    border: 1px solid #D9D9D9;
    width: 100%;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    width: 100%;
    background: #fff;
    outline: none;
    margin-left: 0;
}

#table-temas_wrapper .dataTables_info {
    display: none
}

#hr-add-new-theme {
    margin: 5px -10px;
}

#add-new-theme a {
    color: #393A3D;
    font-size: 0.75rem;
    font-family: Open Sans;
    font-weight: 600;
}

#table-temas_filter {
    display: none;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 0px;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-left: -10px;
}

#search-themes {
    margin-left: -15px;
    border: 0px;
    padding-left: 2rem;
}

#search-themes::placeholder {
    color: #C4C4C4;
    font-size: 0.75rem;
    font-family: Open Sans;
    font-weight: 300;
}

#hr-search-themes {
    margin: 5px -10px;
}

#new-theme-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.block-div-search {
    /* background-color: rgb(111 26 7 / 29%) !important; */
    cursor: wait;
}

.block-input-search {
    cursor: wait;
}

.div-spinnerGetPetition-inboxes {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(111, 26, 7, 0.1) !important;
    border-radius: 5px;
    z-index: -1;
}

.panel-intimacoes {
    background-color: rgba(221, 146, 1, 0.2);
    border: 1px solid rgba(109, 114, 117, 1);
}

.panel-peticoes {
    background-color: #fff;
}

.intimacaoContainer {
    padding: 3vh;
    font-size: 14px !important;
}

.intimacaoContainer td {
    padding-right: 15px;
    color: rgba(45, 55, 72, 1);
}

.intimacaoContainer tr {
    cursor: text !important;
}

.grifado {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

#fake-editor-autotexto {
    width: 100%;
    height: 90vh;
    margin: 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.border-fake-editor-autotexto {
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 10px;
}

#editorViewAutotextos {
    width: 100%;
    height: 80vh;
    margin: 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
}

#table-autotextos_wrapper .dataTables_scrollBody {
    height: 80vh !important;
}

.all-container-autotexto {
    padding-top: 1rem;
}

@media (max-width: 1366px) {
    .dataTables_wrapper .dataTables_processing {
        padding-top: 60% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .titleResponsive {
        font-size: 12px;
    }

    .idResponsive {
        font-size: 11px !important;
    }

    .dateResponsive {
        font-size: 11px !important;
    }
}

@media (min-width: 992px) {
    /*.dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }*/

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    /* .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }*/
}

@media (max-width: 1366px) {
    .topo-dados-peticao {
        font-size: 15px;
    }

    #tema,
    .painel-text {
        font-size: 12px !important;
    }

    .topo-dados-peticao .col-9 {
        max-width: 65%;
        flex: 0 0 65%;
    }

    .topo-dados-peticao .col-md-3 {
        max-width: 35%;
        flex: 0 0 35%;
    }

    #divisoria-topo {
        margin-top: 10px !important;
    }

    .tipo-peca {

        padding-left: 15px !important;

    }

    #style-buttons {
        align-items: center
    }

    #style-buttons button {
        margin-right: 10px;
    }

    #style-checkbox {
        justify-content: space-between;
    }

    .button-save#send-petition {
        padding: 7px 15px !important;
    }

}

@media (min-width: 1400px) {
    #style-checkbox div:first-child {
        padding-right: 100px !important;
    }

    .colnote-image {
        max-width: 5% !important
    }

    .ui-autocomplete {
        max-width: 17%;
        max-height: 100px;
        overflow-y: auto;
        position: absolute !important;
        padding: 10px 8px;
        border-radius: 5px;
    }

    #table-autotextos_wrapper .dataTables_scrollBody {
        height: 83.5vh !important;
    }

}

.btn-googleAuthenticate {
    display: flex;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.btn-googleAuthenticate:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: all 0.3s;
}


.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    cursor: no-drop !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef !important;
    cursor: no-drop !important;
}

.pd15initial {
    padding-left: 15px !important;
}

.fullScreenContainerContent {
    padding-right: 40px !important;
    width: 100%;
}

.notViewed {
    background-color: #D9D9D980 !important;
}

.notViewed td {
    font-weight: 700 !important;
}

.notViewed span {
    font-weight: 700 !important;
}

.expiredData {
    background-color: #D70F0F1A !important;
}

#div_numero_processo_topo:hover>#numero_processo_topo {
    text-decoration: underline;
    cursor: pointer;
}

#div_numero_processo_fscreen:hover>#numero_processo_fscreen {
    text-decoration: underline;
    cursor: pointer;
}

.more-indicator {
    position: absolute;
    margin-left: 57px;
    margin-top: 1px;
    font-size: 22px;
    letter-spacing: -2px
}

.idUser {
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#table-padrao .dataTables_wrapper .dataTables_processing {
    padding-top: 72% !important;
}

#tipo_participantes_proporAcao .select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: 0.25rem !important;
}

#uf_participantes_proporAcao .select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: 0.25rem !important;
}

.div-teams-menu {
    width: 48px;
    max-height: 125px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    margin-left: 14px;
}

.div-teams-menu::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #6F1A07;
}

.div-teams-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(240 232 231);
}

.nav-item {
    scroll-snap-align: start;
}

#topoElements {
    display: flex;
    align-items: center;
    justify-content: end;
}

.tippy-box[data-theme='customTooltipFilesCss'] {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
    word-wrap: break-word;
}

.tippy-box[data-theme='customTooltipCss'] {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

.tippy-box[data-theme='customTooltipCopyCss'] {
    background-color: #f0e8e7;
    color: #6F1A07;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

.tippy-box[data-theme~='customTooltipCopyCss'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #f0e8e7;
}

.tippy-box[data-theme~='customTooltipCopyCss'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #f0e8e7;
}

.tippy-box[data-theme~='customTooltipCopyCss'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: #f0e8e7;
}

.tippy-box[data-theme~='customTooltipCopyCss'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: #f0e8e7;
}

.tippy-box[data-theme='customTooltipMoreOptionsIcon'] {
    background-color: #ced4da;
    color: #565151;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

.tippy-box[data-theme~='customTooltipMoreOptionsIcon'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #ced4da;
}

.tippy-box[data-theme~='customTooltipMoreOptionsIcon'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #ced4da;
}


.tippy-box[data-theme='customTooltipCssEncarregado'] {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
    margin-right: -16px !important;
}

.tippy-box[data-theme='customTooltipCssTema'] {
    background-color: #FFFCFC;
    color: #565151;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
    width: 100% !important;
    max-width: 100% !important;
}

.tippy-box[data-theme='customTooltipMoreOptionsIcon'] {
    background-color: #ced4da;
    color: #565151;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1000 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

.tippy-box[data-theme~='customTooltipMoreOptionsIcon'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #ced4da;
}

.select2-selection__custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.select-2-text_option {
    width: 91%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.moreOptionsIcon {
    margin-right: 11px;
    background: #ced4da;
    border-radius: 50px;
    padding: 6px;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.1s;
}

.moreOptionsIcon:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all 0.1s;
}

.negrito {
    font-weight: 600;
}

.btn-add-mais{
    color: #6F1A07 !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 650;
}
.btn-add-mais:hover{
    text-decoration: none;
}