@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

body {
    display: flex;
}

.tabelaTags::-webkit-scrollbar, .tabelaTags::-webkit-scrollbar-thumb, table::-webkit-scrollbar, table::-webkit-scrollbar-thumb, .configGerais::-webkit-scrollbar, .configGerais::-webkit-scrollbar-thumb, aside>ul::-webkit-scrollbar, aside>ul::-webkit-scrollbar-thumb, main::-webkit-scrollbar, main::-webkit-scrollbar-thumb, main::-webkit-scrollbar, main::-webkit-scrollbar-thumb, .divLancamentos::-webkit-scrollbar, .divLancamentos::-webkit-scrollbar-thumb, .divTabelaRelatorio::-webkit-scrollbar, .divTabelaRelatorio::-webkit-scrollbar-thumb, .note-editable::-webkit-scrollbar, .note-editable::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar, .modal-body::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 6px;
    background-clip: padding-box;
    border: 2px solid transparent;
    transition: color .3s ease;
}

.tabelaTags::-webkit-scrollbar-thumb:hover, table::-webkit-scrollbar-thumb:hover, .configGerais::-webkit-scrollbar-thumb:hover, aside>ul::-webkit-scrollbar-thumb:hover, main::-webkit-scrollbar-thumb:hover, .divLancamentos::-webkit-scrollbar-thumb:hover, .divTabelaRelatorio::-webkit-scrollbar-thumb:hover, .note-editable::-webkit-scrollbar-thumb:hover, .modal-body::-webkit-scrollbar-thumb:hover {
    color: rgba(248, 103, 7, 1);
    transition: color .3s ease;
}

.tabelaTags::-webkit-scrollbar-thumb, table::-webkit-scrollbar-thumb, .configGerais::-webkit-scrollbar-thumb, aside>ul:hover::-webkit-scrollbar-thumb, main:hover::-webkit-scrollbar-thumb, .divLancamentos::-webkit-scrollbar-thumb, .divTabelaRelatorio::-webkit-scrollbar-thumb, .note-editable::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
    color: rgba(248, 103, 7, .7);
    transition: color .3s ease;
}

aside>ul, main {
    overflow: auto;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 black;
}

aside {
    height: 100%;
    background-color: rgb(248, 103, 7);
    width: 240px;
    position: fixed;
    z-index: 2;
    left: 0;
    transition: all .3s ease;
    border-right: 2px solid #fff;
}

h4 {
    color: #fff;
}

.h6, h6 {
    font-size: 16px;
}

.nome-global {
    padding: 10px 20px 10px 20px;
    text-align: center;
    /*height: 60px;*/
}

main {
    position: absolute;
    left: 240px;
    width: calc(100% - 240px);
    height: 100%;
    z-index: 1;
    transition: all .3s ease;
}

.badge {
    width: 100%;
}

.card {
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
    height: 100%;
}

.card-header:first-child, .card-footer:last-child {
    border-radius: 0;
}

.card-header {
    position: fixed;
    right: 0;
    width: calc(100% - 240px);
    padding: 0px 0px 0px 64px;
    margin-bottom: 0;
    background-color: rgb(24, 68, 134);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    min-height: 40px;
    z-index: 2;
    transition: all .3s ease;
}

.card-body {
    margin-top: 30px;
    padding: 1rem 10px;
}

.logo-topo {
    height: auto;
    width: 100%;
}

.card-footer {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    background-color: rgb(24, 68, 134);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.fc-branco {
    color: #fff;
}

.fc-preto {
    color: #333;
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px;
    height: 39px;
    float: right;
}

.navbar-nav>.nav-item {
    min-width: 70px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    height: 40px;
    padding: 5px 10px;
    transition: all .3s ease;
}

.navbar-nav .nav-link i {
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    height: 40px;
    padding: 7px 10px 3px 10px;
    background-color: rgb(40, 95, 177);
    transition: all .3s ease;
    font-weight: normal;
}

.pull-right {
    float: right;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-toggle.opt::after {
    display: none;
}

.opt {
    background: #cccccc;
    padding: 5px 10px;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease !important;
}

.opt:hover, .opt.show {
    background: #ccc;
    color: #212529;
    transition: all .3s ease !important;
}

.nowrap {
    white-space: nowrap;
}

th, td {
    vertical-align: middle;
}

.padding {
    padding: 17px 20px 18px 20px !important;
}

.padding-fino {
    padding: 7px 20px 8px 20px !important;
}

.padding-fino-controle {
    padding: 4px 20px 3px 20px !important;
}

.pl-52 {
    padding-left: 52px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-37 {
    padding-left: 37px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-28 {
    padding-left: 28px !important;
}

.pl-27 {
    padding-left: 27px !important;
    margin-bottom: 5px;
}

.pl-26 {
    padding-left: 26px !important;
    margin-bottom: 5px;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.p-0 {
    padding: 0;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-18- {
    margin-top: -18px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-top: 40px;
}

aside>ul {
    padding-top: 0px;
    height: auto;
    background-color: rgb(24, 68, 134);
    height: calc(100% - 140px);
    overflow-y: auto;
    display: block !important;
    padding-bottom: 20px;
    transition: all .3s ease;
}

/*
aside > ul::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
    transition: all .3s ease;
}

aside > ul::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
    transition: all .3s ease;
}

aside > ul:hover::-webkit-scrollbar-thumb {
    background: rgba(248, 103, 7, .5);
    border-radius: 5px;
    transition: all .3s ease;
}

aside > ul::-webkit-scrollbar-thumb:hover {
    background: rgba(248, 103, 7, .7);
    transition: all .3s ease;
}
*/

aside>ul:hover {
    color: rgba(248, 103, 7, .7);
}

aside>ul {
    overflow: auto;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 black;
    transition: color .3s ease;
}

aside>ul>li {
    background-color: rgb(24, 68, 134);
}

.nav-link {
    display: block;
    /*padding: .5rem 1rem;*/
    padding: .5rem 10px .5rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-tabs>.nav-link:hover {
    color: rgb(24, 68, 134) !important;
    font-weight: bold;
    background-color: #d4d1d1 !important;
    border: 1px solid #d4d1d1 !important;
}

.nav-tabs>.nav-link.active {
    color: #fff !important;
    font-weight: bold;
    background-color: rgb(40, 95, 177) !important;
    border: 1px solid rgb(40, 95, 177) !important;
}

.nav-link.ativo, .nav-link.pagSelected {
    color: #fff !important;
    font-weight: bold;
    background-color: rgb(40, 95, 177) !important;
}

.nav-link.active:hover {
    font-weight: bold;
    background-color: rgb(22, 73, 150) !important;
}

.nav-link:focus {
    color: #fff;
    font-weight: bold;
    /*background-color: rgb(40, 95, 177);*/
}

.nav-link:hover {
    color: #fff;
    font-weight: bold;
}

aside .submenu, aside .submenu>ul {
    background-color: rgb(24, 68, 134);
}

aside .submenu li {
    margin-left: 20px;
    border-left: 1px solid rgb(248, 103, 7);
}

aside li a i {
    font-size: 18px;
    margin-right: 5px;
    color: rgb(248, 103, 7);
}

aside li a span i {
    font-size: 24px;
    line-height: 32px;
    margin-right: 0px;
}

aside li, aside .submenu li {
    transition: all .3s ease;
}

aside li:hover, aside .submenu li:hover {
    background-color: rgb(40, 95, 177);
    transition: all .3s ease;
}

aside>ul>li>.nav-link>span>i::before, aside>ul>li>div>ul>li>.nav-link>span>i::before {
    transform: rotate( 0deg);
    transition: all .3s ease;
}

aside>ul>li>.nav-link.ativo>span>i::before, aside>ul>li>div>ul>li>.nav-link.ativo>span>i::before {
    transform: rotate( 90deg);
    transition: all .3s ease;
}

.d-none {
    display: none;
}

#filtroTabela {
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}

#filtroTabela.oculto {
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.row>* {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}

.row {
    --bs-gutter-x: 0;
}

.noP {
    padding: 0px !important;
}

/*.row {
    padding-right: 10px;
    padding-left: 10px;
}

.row > * {
    padding: 0px;
    margin: 0px;
}*/

@media print {
    .noPrint, .noPrint * {
        display: none !important;
    }
}

.badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25rem;
}

.labelModal {
    height: 38px;
    padding-top: 12px;
}

.modal-header .btn-close {
    background: transparent;
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    padding: 10px;
    margin: 0;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
    transition: all .3s ease;
    width: auto;
    height: auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 2rem 1rem;
}

.modal-dialog-centered {
    min-height: 0;
    top: 20%;
}

.modal-title>i {
    font-size: 20px;
}

.td-bg {
    background: rgba(0, 0, 0, 0.075) !important;
}

.modal.fade .modal-dialog, .modal2.fade .modal-dialog {
    transition: all .2s ease;
    transform: scale(.8);
}

.modal.show .modal-dialog, .modal2.show .modal-dialog {
    transition: all .2s ease;
    transform: scale(1.0);
}

.modal.modal-static .modal-dialog, .modal2.modal-static .modal-dialog {
    transition: all .2s ease;
    transform: scale(1.02);
    box-shadow: 0px 0px 20px #fc0000;
}

.modal-open {
    padding-right: 10px !important;
}

.btn {
    width: auto;
    z-index: 0 !important;
    padding: 4px 10px 5px 10px !important;
    margin: 0rem .125rem;
}

.btn-success>.btn-close, .btn-primary>.btn-close, .btn-danger>.btn-close, .btn-dark>.btn-close {
    color: #fff;
}

.btn-warning>.btn-close {
    color: #000;
}

.abrirFecharMenu {
    position: absolute;
    right: -44px;
    top: -1px;
    padding: 14px 10px 10px 10px;
    background: rgba(248, 103, 7, 1);
    height: 40px;
    cursor: pointer;
    transition: all .3s ease;
}

.abrirFecharMenu:hover>i {
    color: rgba(24, 68, 134, 1);
    transition: all .3s ease;
}

.abrirFecharMenu>i {
    font-size: 22px;
    color: #fff;
    transition: all .3s ease;
    line-height: 10px;
}

aside.fechar {
    left: -240px;
    transition: all .3s ease;
}

aside>.abrirFecharMenu>i::before {
    animation: rotation2 .3s linear;
    transform: rotate( 0deg);
    transition: all .5s ease;
}

aside.fechar>.abrirFecharMenu>i::before {
    animation: rotation .3s linear;
    transform: rotate( 180deg);
    transition: all .5s ease;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

main.full {
    left: -2px;
    transition: all .3s ease;
    width: 100%;
}

.card-header.full {
    transition: all .3s ease;
    width: 100%;
}

nav .nav-link {
    color: #333;
    transition: all .3s ease;
    /*border: 1px solid #dee2e6 !important;
    border-bottom: none !important;*/
}

nav .nav-link:hover {
    font-weight: normal;
    color: #333;
    background: #efefef;
    transition: all .3s ease;
}

nav .ativo:hover {
    font-weight: bold;
    color: #333;
    transition: all .3s ease;
}

nav .nav-link.disabled {
    color: #efefef !important;
    background-color: #d8d1d1 !important;
    border: 1px solid #d8d1d1 !important;
}

.nav-tabs .nav-link {
    border: 1px solid #dee2e6 !important;
    /*border-bottom: none !important;*/
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    margin-top: 0px;
}

div.form {
    text-align: left;
    padding: 20px;
}

.uppercase {
    text-transform: uppercase !important;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
    color: #333;
}

h4 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

small {
    color: #dc3545;
    padding-left: 5px;
}

hr {
    margin: 10px 0 00;
    color: #e3e3e3;
    background-color: #e3e3e3;
    border: 0;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-25 {
    flex: 0 0 auto;
    width: 21%;
}

.col-md-35 {
    flex: 0 0 auto;
    width: 29%;
}

.form-control, .form-select {
    font-size: 13px;
    border: 1px solid #d3d3d3 !important;
}

.form-select {
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}

.placeholder {
    color: #ccc;
}

option {
    font-weight: normal;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    height: 30px;
    padding: 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.label-docs:hover {
    background: #011d4c99;
    transition: all .3s ease;
}

.btrr-0 {
    border-top-right-radius: 0 !important;
}

.btlr-5 {
    border-top-left-radius: 5 !important;
}

.btrr-5 {
    border-top-right-radius: 5 !important;
}

.headTagsList {
    padding: 8px 10px 12px 10px;
    background: #fff;
    color: var(--cor-fundo-azul);
    border-radius: 5px 5px 0 0;
    font-weight: bold
}

.label-docs {
    background: #011d4c;
    padding: 5px 15px;
    color: #fff !important;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem !important;
    border: none;
    margin-left: 0 !important;
}

.label-docs-titulo {
    background: rgb(248, 103, 7);
    padding: 10px 15px;
    color: #fff !important;
    width: 100%;
    transition: all .3s ease;
    border-radius: 5px 5px 0 0 !important;
    border: none;
}

.input-group>.form-control:nth-last-child(2) {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.input-group>.meio:nth-last-child(2) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group>.label-docs {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem !important;
}

.label-docs {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.close-socio {
    right: 10px;
    position: absolute;
    top: 0px;
}

h4>i {
    font-size: 25px;
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:not(:checked)+.btn-secondary {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}

.dropdown-toggle::after, #language::after {
    display: none;
}

.img-language {
    width: 20px;
    height: auto;
    margin-top: -3px
}

.selectLanguage {
    cursor: pointer;
}

.imgPriceSelected {
    width: auto;
    height: 25px;
    margin-top: 3px;
}

.img-currency {
    width: auto;
    height: 25px;
    margin-top: -3px
}

/* PRELOADER CSS */

.loading {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.txt {
    background: #fff;
    color: #333;
    text-align: center;
    top: 47%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 20px;
    margin: 0 45%;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #333;
    font-size: 12px;
}

.loader {
    position: relative;
    margin: 10px auto 0px;
    width: 40px;
    transition: all .3s ease;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.gif-confirm {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

.loader.gif {
    width: 60px;
    transition: all .3s ease;
    margin-top: 0;
    margin-bottom: -10px;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #ccc;
    }
    30% {
        stroke: #ccc;
    }
    60% {
        stroke: #ccc;
    }
    80% {
        stroke: #ccc;
    }
}

#imgLancamento {
    margin-top: 85px;
}

table {
    width: 100% !important;
    overflow-x: auto;
}

.negrito {
    font-weight: bold;
}

iframe {
    width: auto;
    height: 200px;
}

.img-documento.PJ, .img-documento.PJ:hover {
    width: 90%;
    height: 200px;
    overflow: hidden;
    max-width: 400px;
}

.img-documento, .img-documentoPDF {
    width: auto;
    height: 180px;
    object-fit: contain;
    object-position: center;
    transition: all .3s ease;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.1);
    max-width: 250px;
    max-height: 180px;
}

.img-documento:hover {
    width: auto;
    height: 180px;
    object-fit: contain;
    object-position: center;
    transition: all .3s ease;
    cursor: pointer;
    opacity: .8;
    transform: scale(1) rotate(-3deg);
}

.img-documento-zoom {
    height: 460px;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    cursor: pointer;
}

.img-documento-zoom:hover {
    transition: all .3s ease;
    height: 500px;
    top: 45%;
}

.ampliarImg {
    cursor: pointer;
}

.imgZoom>div {
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    position: absolute;
}

.imgZoom {
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 0px;
    height: 100%;
    min-height: 400px;
    left: 0;
    width: calc(100% - 0px);
    z-index: 2;
}

.imgZoom.ampliar {
    padding: 0px;
    background: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    position: fixed;
    bottom: 0px;
    height: 100%;
    left: 0;
    width: 100% !important;
}

.fecharImgModalZoom {
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 5px;
}

.salvarImgModalZoom {
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 5px;
}

.fecharImgModalZoom>i, .salvarImgModalZoom>i {
    font-size: 22px;
    /*color: #fff;*/
}

.naoInformado {
    font-style: italic;
    color: #999;
    font-weight: normal;
}

.imgBorrada {
    filter: grayscale(50%) blur(2px) opacity(50%);
    transition: all .3s ease;
}

.img-reprovado, .img-sem-foto {
    height: 125px;
}

.imgBanSpan {
    position: absolute;
    top: 27%;
    z-index: 1;
    left: 35.5%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.imgBanSpan2 {
    position: absolute;
    top: 27%;
    z-index: 1;
    left: 40.5%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.imgBanSpan.show {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.imgBanSpan2.show {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.imgBanSpan>i {
    font-size: 60px;
    color: #dc3545;
    text-shadow: 1px 1px 5px #333;
    line-height: 1;
}

.radius-5 {
    border-radius: 5px;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-0 {
    border-radius: 0px !important;
}

.w-100 {
    width: 100%;
}

.w-100-transition {
    width: 100%;
    transition: all .3s ease;
}

.link-login {
    text-decoration: none;
    font-weight: 500;
    padding-top: 5px;
    color: #124ca3;
    transition: all .3s ease;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    text-align: left;
}

.link-login:hover {
    color: #3f81e6;
    transition: all .3s ease;
    animation: treme 0.2s;
    animation-iteration-count: 3;
}

@keyframes treme {
    0% {
        margin-left: 0;
    }
    25% {
        margin-left: 1px;
    }
    50% {
        margin-left: 0;
    }
    75% {
        margin-left: -1px;
    }
    100% {
        margin-left: 0;
    }
}

.pulsate:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.box-blue {
    box-shadow: 2px 2px 8px #3f81e6;
}

.box-blue>h3 {
    color: #333;
    padding: 15px 0px;
    letter-spacing: -1px;
}

.input-group-text.label {
    background: #3f81e6;
    color: #fff;
    border-color: #3f81e6;
    transition: all .3s ease;
}

.h-40 {
    height: 40px;
}

.h-33 {
    height: 33px;
}

.etapas {
    background: #3f81e590;
    color: #153f7e;
    padding: 10px;
    border-radius: 3px;
    margin-top: -15px;
}

#etapa1Login.oculto {
    opacity: 0;
    visibility: hidden;
    float: right;
    position: absolute;
    left: -100px;
    bottom: 0;
    transition: all .2s ease;
}

#etapa1Login {
    opacity: 1;
    visibility: visible;
    float: right;
    position: absolute;
    left: 0px;
    bottom: 0;
    transition: all .2s ease;
}

#etapa2Login.oculto {
    opacity: 0;
    visibility: hidden;
    float: right;
    position: absolute;
    left: 100px;
    bottom: 0;
    transition: all .2s ease;
}

#etapa2Login {
    opacity: 1;
    visibility: visible;
    float: right;
    position: absolute;
    left: 0px;
    bottom: 0;
    transition: all .2s ease;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.cursorPointer {
    cursor: pointer;
}

.g-recaptcha {
    transform: scale(1);
    width: 300px;
    margin: auto;
    opacity: 100%;
    margin-top: 20px;
    position: absolute;
    bottom: -100px;
    left: 15%;
}

.label-email.red-label, .label-senha.red-label {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    transition: all .3s ease;
}

.label-email.red-label~input, .label-senha.red-label~input {
    border: 1px solid #32857D !important;
    background: #32857D50;
    color: #fff;
    box-shadow: 0 0 0 0.2rem #dc354550 !important;
}

.label-email.red-label~.form-control, .label-senha.red-label~.form-control {
    border-color: #dc3545 !important;
    transition: all .3s ease;
}

/*label[for=debito].red-label,
label[for=credito].red-label,*/

label.red-label, span.red-label {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    transition: all .3s ease;
    color: #fff;
}

/*label[for=debito].red-label~.form-control,
label[for=credito].red-label~.form-control,*/

label.red-label~.form-control, label.red-label~.form-select, span.red-label~.form-control, span.red-label~.form-select {
    border-color: #dc3545 !important;
    transition: all .3s ease;
    box-shadow: 0 0 0 0.2rem #dc354550 !important;
}

.input-group.treme {
    animation: treme 0.2s;
    animation-iteration-count: 3;
}

#botCadastrar {
    transition: all .3s ease;
}

#botCadastrar.disabled {
    transition: all .3s ease;
}

#botChavePIX {
    transition: all .3s ease;
}

#botChavePIX.disabled {
    transition: all .3s ease;
}

.form-check-input:checked {
    background-color: #176e45;
    border-color: #176e45;
}

.form-check-input.segunda:checked {
    background-color: #1fa165;
    border-color: #1fa165;
}

.form-check-input.terceira:checked {
    background-color: #1fbb72;
    border-color: #1fbb72;
}

.min-w2 {
    min-width: 100px;
}

.min-w {
    min-width: 89px;
}

.w150 {
    width: 150px;
}

.w100 {
    width: 100px;
}

.form-label {
    font-weight: bold;
}

#labelVencimento {
    min-width: 151px;
}

.modal-md {
    max-width: 570px;
}

.tooltip-inner {
    max-width: 350px;
    width: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal2 {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.color-black {
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgb(24, 68, 134);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.form-check-label {
    cursor: pointer;
}

.bg-erro {
    background: #dc3545 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b62937 !important;
    border-color: #b62937;
}

.btn-success {
    color: #fff;
    background-color: #26c47d !important;
    border-color: #26c47d !important;
    transition: all .3s ease;
}

.text-success {
    color: #26c47d !important;
}

.bg-success {
    background-color: #26c47d !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #259462 !important;
    border-color: #259462 !important;
    transition: all .3s ease;
}

.btn-primary {
    color: #fff;
    background-color: #1c519f;
    border-color: #1c519f;
    transition: all .3s ease;
}

.btn-verde {
    color: #fff;
    background-color: var(--cor-fundo-verde);
    border-color: var(--cor-fundo-verde);
    transition: all .3s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #174180;
    border-color: #174180;
    transition: all .3s ease;
}

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    transition: all .3s ease;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e0ad14;
    border-color: #e0ad14;
    transition: all .3s ease;
}

.btn-secondary {
    color: #fff;
    background-color: #53595f;
    border-color: #53595f;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #3f4347;
    border-color: #3f4347;
}

.bg-padrao {
    color: #fff;
    background-color: var(--cor-fundo-verde);
    border-color: var(--cor-fundo-verde);
}

.carregandoSaldo {
    font-size: 26px;
    padding: 6px 0 0 0;
    transition: all .3s ease;
}

.card-title.show {
    transition: all .3s ease;
}

.modal-header.btn-success, .modal-header.btn-danger {
    transition: all .3s ease;
}

.toggle.btn {
    min-width: 3.7rem;
    min-height: 2.15rem;
}

.toggle {
    position: relative;
    overflow: hidden;
}

.toggle input[type="checkbox"] {
    display: none;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle-on.btn {
    padding-right: 1.5rem;
}

.toggle-group label, .toggle-group span {
    cursor: pointer;
    line-height: 2;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
    background-color: #fff;
}

.toggle.off .toggle-group {
    left: -100%;
}

.card-header-home {
    padding: .5rem 1rem !important;
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, .03) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.card-header-home:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.bolinha-status {
    padding: .5rem!important;
    position: absolute;
    left: -15px;
    bottom: 11px;
}

.rounded-circle {
    border-radius: 50%!important;
}

.translate-middle {
    transform: translate(-50%, -50%)!important;
}

.fs-18 {
    font-size: 18px;
}

.card-home-h5 {
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 50px;
}

.card-home-p {
    padding-top: 0px;
    padding-right: 50px;
    text-align: left;
    margin-bottom: -10px !important;
}

.divTabelaEntradaSaida {
    height: 100%;
}

.divLancamentos {
    overflow-y: auto;
    min-height: 35%;
    max-height: 35%;
    margin-top: 0px;
}

.note-editor.note-airframe .note-statusbar .note-resizebar, .note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 0px;
    height: 0px;
    width: 100%;
    cursor: ns-resize;
}

.tabelaTags th {
    position: relative;
    top: 0px;
}

.note-editable {
    color: #000 !important;
}

.divTags {
    /*overflow-y: auto;
    min-height: 55%;
    max-height: 55%;*/
    margin-top: 0px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.h-100-83-tags {
    height: calc(100% - 83px);
}

.note-statusbar {
    /*display: none !important;*/
}

#boxConfig.show {
    z-index: 99999;
}

.divTabelaRelatorio {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 92%;
    max-height: 92%;
    margin-top: 0px;
}

.divTabelaTags {
    overflow-y: auto;
    min-height: 90%;
    max-height: 95%;
    margin-top: 0px;
    overflow-x: hidden;
}

#tabelaEntrada, #tabelaSaida {
    padding: 10px;
}

.h-100-83 {
    height: calc(100%);
}

.h-100-150 {
    height: calc(100% - 150px);
}

.dataTables_filter {
    color: #fff;
    padding: 10px 20px !important;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
}

.totalDiv {
    font-weight: bold;
    color: #333;
    text-align: right;
    padding: 5px 10px 5px 0;
}

.color-cinza {
    color: #999;
    font-size: 12px;
}

.botaoBarraDiv {
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
}

.bradius-none {
    border-radius: 0;
    height: 100%;
    margin-right: -6px;
}

.botaoBarra {
    border-radius: 0 5px 0 0;
    height: 100%;
}

th {
    position: sticky;
    top: -1px;
}

#tabelaPIX th, #tabelaPendencias th {
    position: sticky;
    top: -18px;
}

.justify {
    text-align: justify;
}

.divLancamentos,
/*.note-editable,*/

.divTabelaRelatorio {
    width: 100%;
    overflow-y: auto;
}

.note-editable {
    overflow-x: hidden !important;
}

/*.modal-header {
    cursor: move;
}*/

.linhaValidacao {
    background: #e2dfdf;
}

.linhaValidacao.odd {
    background: #d8d1d1;
}

.linhaValidacao:hover {
    background: #cac7c7;
}

.linhaValidacao td {
    padding: 10px !important;
}

.divLancamentos>.table>:not(:last-child)>:last-child>*,
/*.note-editable>.table>:not(:last-child)>:last-child>*,*/

.divTabelaRelatorio>.table>:not(:last-child)>:last-child>* {
    background: #fff;
    z-index: 1;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -3px;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: -5px;
    width: 15px;
    padding-left: 0px;
    margin-left: 0;
    opacity: 0.8;
    filter: invert(0.5);
}

#preNome {
    position: absolute;
    top: 6px;
    left: 100px;
    z-index: 3;
}

#totalRegistro {
    position: absolute;
    right: 0;
}

.text-divider {
    margin: 10px 0 0 0;
    line-height: 0;
    text-align: center;
}

.text-divider span {
    background-color: #fff;
    padding: 10px 15px;
    top: -15px;
    position: relative;
}

.text-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
}

.text-divider.limite:before {
    content: " ";
    display: block;
    border-top: 1px solid #32857D50;
    border-bottom: 1px solid #32857D50;
}

.line-chart {
    width: 500px !important;
    height: 300px !important;
}

.comprovantizin p{
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.semLancamentoConta, .textoTags {
    padding: 15px;
    background: #fff;
    color: #000;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.divConfigGerais {
    height: auto;
    position: relative;
}

.configGerais {
    height: calc(100% - 60px);
    overflow-y: auto;
}

.configGerais2 {
    padding: 15px;
    background: #fff;
    color: #000;
    border-radius: 0 0 5px 5px;
    text-align: left;
}

#tabela_info.full, #tabela_paginate.full {
    bottom: 30px;
}

#tabela_paginate {
    position: absolute;
    bottom: 60px;
    right: 40px;
}

#tabela_info {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.ellipsis {
    display: inline-block;
    padding: 0 12px;
    height: 33px;
    vertical-align: middle;
    line-height: 28px;
    margin-top: -1px;
    cursor: default;
    background: #1d474e;
    color: #32857d;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    box-sizing: border-box;
}

#fullScreenBotaoFechar {
    position: fixed;
    top: 25px;
    left: 46%;
}

#tabelaContas>thead>tr>th, #tabelaPIX>thead>tr>th, #tabelaPendencias>thead>tr>th {
    border: none !important;
    background: var(--cor-fundo-verde) !important;
    color: #fff !important;
    padding: 10px 15px;
    font-weight: normal;
}

#tabelaContas, #tabelaPIX, #tabelaPendencias {
    border: none !important;
    border-radius: 5px;
    width: calc(100% - 20px)
}

#tabelaValidacoes>thead>tr>th {
    border: none !important;
    background: var(--cor-fundo-verde) !important;
    color: #fff !important;
    padding: 10px 15px;
    font-weight: normal;
}

#tabelaValidacoes {
    border: none !important;
    border-radius: 5px;
    width: calc(100% - 20px)
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .20em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    top: -2px;
    left: 0px;
    position: relative;
}

#formLogin input {
    color: #fff;
}

tr:last-child .linhaContaHolderL {
    border-bottom-left-radius: 5px;
}

tr:last-child .linhaContaHolderR {
    border-bottom-right-radius: 5px;
}

.bolas>span {
    display: inline-block;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 2px 0 0 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: animarBola;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.bolas>span:nth-child(1) {
    animation-duration: 0.75s;
    animation-delay: 0;
}

.bolas>span:nth-child(2) {
    animation-duration: 0.75s;
    animation-delay: 0.12s;
}

.bolas>span:nth-child(3) {
    animation-duration: 0.75s;
    animation-delay: 0.24s;
}

@keyframes animarBola {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    16% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.spin-cores {
    width: 24px;
    height: 24px;
    top: -10px;
}

.spin-grafico {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 44%;
}

.fotoAvatar {
    height: 100px;
    width: 100px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: -50px;
    left: 38%;
    border-radius: 50%;
    border: 3px solid #32857D;
    box-shadow: 0px 0px 10px #32857d;
}

.gravatar {
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

.cotacao {
    background: transparent !important;
    width: 33% !important;
    margin: 0px !important;
    border-radius: 0;
    padding: 2px !important;
    height: 33%;
    text-transform: uppercase;
    font-size: 12px !important;
    text-align: center;
    min-width: 100% !important;
}

iframe .WidgetTutiempo a {
    width: 30px !important;
    height: 30px !important;
}

.tabelaTags {
    overflow-y: auto;
    height: 234px;
    display: block;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 360px !important;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu, .note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 237px !important;
    padding: 5px;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
    min-width: 160px;
    height: 170px !important;
    overflow-y: auto;
}

.note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
    color: #000 !important;
}

.note-modal-footer {
    height: 50px !important;
    padding: 10px;
    text-align: center;
}

.note-modal-body {
    position: relative;
    padding: 20px 12px !important;
}

.note-editable {
    color: #000 !important;
    background: #fff !important;
}

.tr-pendencia {
    cursor: pointer;
}

/*select {
    color: #999 !important;
}*/

/*EXCLUSIVO PARA TOOLTIP (BALÃO DE TEXTO)*/

.tooltip-inner {
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 5px 15px !important;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.numeroBloco {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #cec107;
    padding: 12.5px;
    border-radius: 0 5px 0 0;
}

.addLimite {
    position: absolute;
    right: 80px;
    top: 0px;
    padding: 9px !important;
    border: none !important;
}

.bconfirmaPIX {
    right: -220px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
    z-index: -1;
}

.bconfirmaPIX.show {
    right: -25px;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: all .1s ease;
    z-index: 1;
}

.bcancelaPIX {
    right: -225px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
    z-index: -1;
}

.bcancelaPIX.show {
    right: -25px;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: all .1s ease;
    z-index: 1;
}

.chavePIX {
    right: -200px;
    position: relative;
    transition: all .1s ease;
}

.chavePIX.show {
    right: -25px;
    position: relative;
    transition: all .1s ease;
}

#cxAlertaPIX {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

#cxAlertaPIX.show {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
    box-shadow: 3px 3px 3px #0d6efd80;
}

aside .nav-link {
    min-height: 40px !important;
    line-height: 32px;
}

aside>ul>li>div>ul>li .nav-link {
    line-height: 25px;
}

aside>ul>li>div>ul>li>div>ul>li>.nav-link {
    min-height: 20px !important;
    line-height: 20px;
}

aside>ul>li>div>ul>li .nav-link>span {
    position: relative;
    bottom: 3px;
}

.smallMenu {
    font-size: 10px !important;
    position: relative !important;
    bottom: 0 !important;
    color: var(--cor-fundo-verde) !important;
    font-weight: bold !important;
}

.font-12 {
    font-size: 12px !important;
}