@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;
}

.pagSelected {
    border-right: 3px solid #fff;
}

#list-favorecidos::-webkit-scrollbar,
#list-favorecidos::-webkit-scrollbar-thumb,
.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,
.select::-webkit-scrollbar,
.select::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 6px;
    background-clip: padding-box;
    border: 2px solid transparent;
    z-index: 99999 !important;
}

#list-favorecidos::-webkit-scrollbar-thumb {
    color: var(--cor-primaria-hover);
}

#list-favorecidos:hover::-webkit-scrollbar-thumb {
    color: var(--cor-primaria);
}

#list-favorecidos::-webkit-scrollbar-thumb,
.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,
.select::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
}

aside>ul,
main {
    overflow: auto;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 black;
}

aside {
    height: auto;
    background-color: rgb(248, 103, 7);
    width: 240px;
    height: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    transition: all .3s ease;
    border-right: 2px solid #fff;
}

.atalho-menu {
    font-size: .8rem;
    color: var(--cor-primaria);
    line-height: 0px;
    padding: 16px 0px 0px 20px;
}

.link-atalhos {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    line-height: 20px;
    padding: 7px 16px;
    margin: 1px 0px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    will-change: background-color;
    transition: background-color 0.3s ease 0s;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s ease;
}

.link-atalhos:hover {
    color: var(--cor-primaria);
    padding-left: 20px;
    transition: all .3s ease;
}

.nav-link-atalho {
    border-radius: 6px !important;
}

.total-op {
    position: relative;
    right: -10px;
    background: var(--cor-primaria);
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    transition: all .3s ease;
}

.w-30 {
    width: 30.5% !important;
}

.box-saldo {
    position: relative;
    margin-top: 13px;
    background: var(--cor-bg-card);
    padding: 13px 20px;
    text-align: center;
    float: right;
    width: 29%;
    margin: 10px 20px 0 0;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #ccc;
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
}

.box-saldo:hover,
.box-saldo:active,
.box-saldo:focus {
    background: #ccc;
    color: var(--cor-primaria);
    box-shadow: 1px 1px 1px #ccc;
    bottom: -2px;
    transition: all .3s ease;
}

.box-saldo>div {
    color: var(--cor-secundaria);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}

.box-saldo>i {
    color: var(--cor-primaria);
    font-size: 25px;
    transition: all .3s ease;
}

.box-recebido {
    position: relative;
    padding: 0px 0 !important;
    text-align: left;
    float: right;
    width: 34%;
    margin: 0px 10px !important;
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
    color: #000;
}

.box-recebido span {
    color: var(--cor-secundaria);
}

.linha-recebido {
    position: relative;
    padding: 10px;
    text-align: left;
    float: right;
    width: 35%;
    margin: 0px 10px 0 0 !important;
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
    color: #000;
    border-top: 1px dashed var(--cor-primaria);
    border-left: 1px dashed var(--cor-primaria);
}

.box-recebido.last,
.linha-recebido.last {
    width: 20%;
}

.linha-recebido::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: var(--cor-primaria);
    position: relative;
    top: -21px;
    left: -15px;
}

.box-este-mes {
    position: relative;
    background: #fff;
    padding: 15px 20px !important;
    text-align: left;
    float: right;
    width: 22.5%;
    margin: 10px 20px 0 0;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #ccc;
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
}

.box-este-mes>div::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.box-este-mes.emitido>div::before {
    background-color: #26c47d;
}

.box-este-mes.recebido>div::before {
    background-color: #1c519f;
}

.box-este-mes.pendente>div::before {
    background-color: #ffc107;
}

.box-este-mes.atrasado>div::before {
    background-color: #dc3545;
}

.box-este-mes:hover,
.box-este-mes:active,
.box-este-mes:focus {
    background: #ccc;
    color: var(--cor-primaria);
    /*box-shadow: 1px 1px 1px #ccc;*/
    /*bottom: -2px;*/
    transition: all .3s ease;
}

.box-este-mes>div {
    color: var(--cor-secundaria);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 10px;
}

.titulo-box-este-mes {
    padding-left: 0 !important;
    margin: 30px 0 15px 0 !important;
    color: var(--cor-secundaria);
}

.section-pag-home {
    height: calc(100% - 10px);
}

.no-border-top {
    border-top: none;
}

.box-recebido>div {
    color: var(--cor-primaria);
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: bold;
}

.box-emitir-cobranca {
    position: relative;
    background: var(--cor-bg-card);
    padding: 5px 5px 10px 5px !important;
    text-align: center;
    float: right;
    width: 29% !important;
    margin: 0px 20px 5px 0 !important;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #ccc;
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
}

.box-emitir-cobranca.disabled {
    background: #ccc;
    box-shadow: 1px 1px 1px #ccc;
    cursor: pointer;
    bottom: -2px;
}

.box-emitir-cobranca.disabled>div,
.box-emitir-cobranca.disabled>div>i {
    color: #999;
}

.box-emitir-cobranca:hover,
.box-emitir-cobranca:active,
.box-emitir-cobranca:focus {
    background: #ccc;
    color: var(--cor-primaria);
    box-shadow: 1px 1px 1px #ccc;
    bottom: -2px;
    transition: all .3s ease;
}

.box-emitir-cobranca>div {
    color: var(--cor-secundaria);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}

.box-emitir-cobranca>div>i {
    color: var(--cor-primaria);
    font-size: 18px;
    padding-right: 10px;
}

.margin {
    margin: 20px 0px 5px 0 !important;
}

.ocultarSaldo {
    background: #e6e6e6;
    padding: 6px 8px;
    border-radius: 50%;
    position: relative;
    top: -4px;
    left: 10px;
    cursor: pointer;
    transition: all .3s ease;
    outline: 0;
}

.box-projecao.home {
    width: 75% !important;
}

.box-projecao {
    padding: 10px !important;
    text-align: left;
    margin: 0px 10px 0px 0 !important;
    border-radius: 5px;
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
    width: 87% !important;
    line-height: 14px;
    text-decoration: none;
}

.box-projecao:hover {
    padding-left: 15px !important;
}

.link-adi.disabled {
    background: var(--cor-secundaria);
    opacity: 0.3;
}

.link-adi {
    text-decoration: none;
    display: flex;
}

.link-adi:hover i {
    color: #fff;
    transition: all .3s ease;
}

.box-projecao>div {
    color: var(--cor-primaria);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: 1.5;
}

.box-projecao>i {
    color: var(--cor-primaria);
    font-size: 18px;
}

.box-projecao-icone {
    width: auto !important;
    margin-top: 0 !important;
}

.box-projecao>i,
.box-projecao-icone>i {
    color: var(--cor-primaria);
    font-size: 36px;
    transition: all .3s ease;
}

.linha-box {
    margin: 4.5px 10px !important;
    width: 98%;
}

.ocultarSaldo:hover {
    background: #ccc;
    transition: all .3s ease;
}

.link-atalhos:hover>span {
    /*background: var(--cor-secundaria);*/
    transition: all .3s ease;
}

#saldoAtual.show {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    top: 4px;
    position: relative;
}

h4 {
    color: #fff;
}

.h6,
h6 {
    font-size: 16px;
}

.nome-global {
    padding: 10px 20px 10px 20px;
    text-align: center;
    height: auto;
}

main {
    position: absolute;
    left: 240px;
    width: calc(100% - 240px);
    height: 100%;
    z-index: 1;
    transition: all .3s ease !important;
}

.badge {
    width: 100%;
}

.card {
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    border-radius: 15px;
}

.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: 3;
    transition: all .3s ease !important;
}

.card-body {
    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: var(--cor-primaria);
}

.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;
    border-radius: 0 !important;
}

.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;
    transition: all .3s ease;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--cor-secundaria);
    background: var(--cor-primaria);
    transition: all .3s ease;
}

.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-25 {
    padding-left: 25px !important;
}

.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;
}

.mr-0 {
    margin-right: 0px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-30 {
    padding-top: 30px !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-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-60 {
    margin-bottom: 60px !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;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-50 {
    margin-top: 50px !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: 10px;
    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,
.nav-tabs>.nav-link:focus {
    color: var(--cor-secundaria) !important;
    font-weight: normal;
    background-color: var(--cor-primaria-hover) !important;
    border: 1px solid var(--cor-primaria-hover) !important;
}

.nav-tabs>.nav-link.active {
    color: var(--cor-fonte) !important;
    font-weight: bold;
    background-color: var(--cor-primaria) !important;
    border: 1px solid var(--cor-primaria) !important;
}

.nav-link.ativo,
.nav-link.pagSelected,
.link-atalhos.pagSelected {
    color: #fff !important;
    font-weight: bold;
    background-color: var(--cor-primaria) !important;
}

.nav-link.active:hover {
    font-weight: bold;
    background-color: var(--cor-secundaria) !important;
    border: 1px solid var(--cor-secundaria) !important;
}

.nav-link:focus {
    color: var(--cor-primaria);
    font-weight: bold;
    /*background-color: var(--cor-primaria);*/
}

.nav-link:hover {
    color: var(--cor-primaria) !important;
    font-weight: bold;
}

aside .submenu,
aside .submenu>ul {
    background-color: rgb(24, 68, 134);
    width: 100%;
}

aside .submenu li {
    padding-left: 0px;
}

aside .submenu.show ul li a.pagSelected {
    border-right: 3px solid #fff;
}

aside .submenu.show ul li a.pagSelected:hover {
    color: var(--cor-primaria) !important;
    border-right: 3px solid var(--cor-primaria) !important;
}

aside li a i {
    font-size: 32px;
    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;
    /*border-radius: 12px !important;*/
}

.list-favorecidos-pix>ul>li>.nav-link>span>i::before,
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;
}

.list-favorecidos-pix>ul>li>.nav-link.ativo>span>i::before,
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;
    /*left: -240px;
    width: 100px;*/
    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);
    }
}


 .titulo-menu {
    vertical-align: text-bottom;
}
/*aside.fechar .titulo-menu {
    display: none;
}

aside.fechar>ul>li>.nav-link>span>i::before, aside.fechar>ul>li>div>ul>li>.nav-link>span>i::before {
    display: none;
}*/

main.full {
    left: -2px;
    transition: all .3s ease !important;
    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-secundaria);
    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: var(--cor-primaria);
    }

    30% {
        stroke: var(--cor-primaria);
    }

    60% {
        stroke: var(--cor-primaria);
    }

    80% {
        stroke: var(--cor-primaria);
    }
}

#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-12 {
    border-radius: 12px;
}

.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-46 {
    height: 46px;
}

.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 var(--cor-primaria) !important;
    background: var(--cor-primaria)50;
    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;
}

.divDetalhesOperacao .form-check-input:checked {
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.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;
    color: var(--cor-secundaria) !important;
}

#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: var(--cor-secundaria);
    background-color: var(--cor-primaria-hover);
    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;
    color: #000;
}

.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;
}

.texto-preto {
    color: #000 !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-primaria);
    border-color: var(--cor-primaria);
    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-primaria);
    border-color: var(--cor-primaria);
}

.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: -5px;
    bottom: 15px;
}

.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: 9999999;
}

.divTabelaRelatorio {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 90%;
    max-height: 90%;
    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);
}

.h-100-291 {
    height: calc(100% - 291px);
}

.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%;
}

.botaoBarraDiv.back {
    right: inherit;
    left: -2px !important;
}

.bradius-none {
    border-radius: 0;
    height: 100%;
    margin-right: -6px;
}

.botaoBarra {
    border-radius: 0 5px 0 0;
    height: 100%;
}

.back .botaoBarra {
    border-radius: 5px 0 0 0 !important;
    padding: 10px !important;
}

th {
    position: sticky;
    top: -1px;
}

tfoot th {
    position: sticky;
    bottom: -1px;
    background: var(--cor-primaria) !important;
}

#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 var(--cor-primaria)50;
    border-bottom: 1px solid var(--cor-primaria)50;
}

.line-chart {
    width: 500px !important;
    height: 300px !important;
}

.semLancamentoConta,
.textoTags {
    padding: 15px;
    background: #fff;
    color: #000;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.configGerais {
    height: calc(100% - 60px);
    overflow-y: auto;
}

.configGeraisHome {
    padding: 15px;
    background: var(--cor-bg);
    color: #000;
    border-radius: 0px 0px 5px 5px;
    text-align: left;
    top: 0px;
    transition: all .1s ease;
    opacity: 1;
    visibility: visible;
}

.configGerais2 {
    padding: 15px;
    background: var(--cor-bg);
    color: #000;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    top: 0px;
    transition: all .1s ease;
    opacity: 1;
    visibility: visible;
}

.configGerais2.hide {
    top: -230px;
    transition: all .1s ease;
    opacity: 0;
    visibility: hidden;
}

.divConfigGerais {
    height: auto;
    position: relative;
    top: 0;
    transition: all .2s ease;
}

.divConfigGerais.hide:not(.divTabelaRelatorio) {
    top: -170px;
    transition: all .1s ease;
}

#divBoxFiltro {
    position: relative;
    top: 0;
    transition: all .1s ease;
}

#divBoxFiltro.hide {
    position: absolute;
    top: -170;
    transition: all .1s ease;
}

#cardBody {
    position: relative;
    transition: all .1s ease;
}

#cardBody.hide {
    top: 0px;
    transition: all .1s ease;
}

#tabela_info.full,
#tabela_paginate.full {
    bottom: 30px;
}

#tabela_paginate {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

#tabela_info {
    position: absolute;
    bottom: 20px;
    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: var(--cor-primaria);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    box-sizing: border-box;
}

#fullScreenBotaoFechar {
    position: fixed;
    bottom: 25px;
    left: 46%;
}

#tabelaContas>thead>tr>th,
#tabelaPIX>thead>tr>th,
#tabelaPendencias>thead>tr>th {
    border: none !important;
    background: var(--cor-primaria) !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-primaria) !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: 4px;
    /* left: -8px; */
    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 var(--cor-primaria);
    box-shadow: 0px 0px 10px var(--cor-primaria);
}

.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;
    font-size: 10px;
}

.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;
    z-index: 1000;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
    z-index: 1000;
}

.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;
    z-index: 1000;
}

.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;
    z-index: 1000;
}

.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: 20px;
    padding-left: 15px;
}

aside>ul>li>div>ul>li>div>ul>li>.nav-link {
    min-height: 20px !important;
    line-height: 20px;
    border-radius: 0 !important;
}

aside>ul>li>div>ul>li>div>ul>li>.nav-link.pagSelected {
    border-right: 3px solid var(--cor-primaria) !important;
}

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-primaria) !important;
    font-weight: bold !important;
}

.font-12 {
    font-size: 12px !important;
}

.modal-content {
    background: var(--cor-bg) !important;
}

.inputSearch {
    padding: 15px 20px;
    border: 0 !important;
    background: var(--cor-bg-card);
    border-radius: 15px;
    transition: all .3s ease;
    font-weight: bold;
    color: rgb(168, 164, 164);
}

.upperCase {
    text-transform: uppercase;
}

.fav {
    border-radius: 15px 15px 0 0 !important;
}

.inputSearch:focus {
    background: #dbd9d9;
    box-shadow: none !important;
    transition: all .3s ease;
}

.inputSearch::placeholder {
    font-weight: bold;
    color: rgb(168, 164, 164);
}

.saldo-extrato {
    margin-bottom: 0px;
    color: rgb(168, 164, 164);
}

.box-filtro-extrato {
    position: relative;
    padding: 2px 0 6px 0;
    text-align: center;
    float: right;
    width: 7%;
    margin: 10px 10px 0 0;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #ccc;
    background: var(--cor-bg-card);
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
    outline: 0;
    border: none;
    text-decoration: none;
}

.divResumido>.box-filtro-extrato {
    width: 40% !important;
}

.divRefrash {
    width: 50%;
    position: absolute;
    right: 0px;
    margin-top: 0;
}

.divResumido {
    width: 25%;
    position: relative;
    left: 10%px;
    margin-top: 0;
}

.box-filtro-extrato.refrash>div>i,
.box-filtro-extrato.refrash>i {
    font-size: 10px;
}

.box-filtro-extrato.export {
    width: 24%;
    background: var(--cor-primaria);
    position: relative;
    transition: all .3s ease;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.box-filtro-extrato.export.clear {
    width: 18%;
    padding: 5px 0 6px 0;
}

.box-filtro-extrato.export.clear>div>i,
.box-filtro-extrato.export.clear>i {
    position: absolute;
    left: 12px;
    top: 4px;
}

.box-filtro-extrato.export:hover,
.box-filtro-extrato.refrash:hover {
    background: var(--cor-secundaria);
    transition: all .3s ease;
    color: #fff !important;
}

.box-filtro-extrato.export>div,
.box-filtro-extrato.refrash>div,
.box-filtro-extrato.export,
.box-filtro-extrato.refrash {
    color: #fff;
}


/*.box-filtro-extrato:hover,
.box-filtro-extrato:active,
.box-filtro-extrato:focus {
    background: #ccc;
    color: #fff;
    box-shadow: 1px 1px 1px #ccc;
    bottom: -2px;
    transition: all .3s ease;
}*/

.box-filtro-extrato.active {
    background: var(--cor-primaria);
    box-shadow: 1px 1px 1px #ccc;
    bottom: -2px;
    transition: all .3s ease;
}


/*
.box-filtro-extrato.disabled {
    background: #e5e5e5;
    box-shadow: 1px 1px 1px #ccc;
    bottom: 0px;
}

.box-filtro-extrato.disabled>div,
.box-filtro-extrato.disabled {
    color: #cfc6c6;
}*/

.box-filtro-extrato.active>div,
.box-filtro-extrato.active {
    color: #fff;
}

.box-filtro-extrato>div,
.box-filtro-extrato {
    color: var(--cor-primaria);
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px;
}

.box-filtro-extrato.clear>div,
.box-filtro-extrato.clear {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    margin-bottom: -3px;
}

.toggle-filtro {
    position: absolute;
    left: 48%;
    background: #e5e5e5;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    bottom: -12px;
    color: var(--cor-primaria);
    cursor: pointer;
    z-index: 2;
    outline: 0;
}

#divBoxFiltro.hide .toggle-filtro {
    bottom: -16px;
}

.toggle-filtro:hover {
    background: #ccc;
    transition: all .3s ease;
}

.searchDataTableHide,
.selectDataTableHide {
    opacity: 0;
    visibility: hidden;
}

.w-155 {
    width: 155px !important;
}

.selectFiltro {
    padding: 5px 20px 5px 20px;
    border: 0 !important;
    background: #e5e5e5;
    border-radius: 15px;
    transition: all .3s ease;
    font-weight: bold;
    color: rgb(168, 164, 164);
    margin: 0px 5px 0 10px;
    text-align: center;
}

.selectFiltro:focus {
    background: #dbd9d9;
    box-shadow: none !important;
    transition: all .3s ease;
}

.pagNoFundo {
    border: none !important;
    background: transparent !important;
    padding: 0 0 40px 0 !important;
}

.pagNoFundo span {
    font-size: 20px !important;
}

.pagNoFundoList {
    border: none !important;
    background: transparent !important;
}

.pagNoFundoList .box-projecao {
    color: #fff !important;
}

.pagNoFundoList hr {
    background: var(--cor-primaria-hover) !important;
}

.position-b {
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.select {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: calc(100% - 20px);
    outline: 0;
    cursor: pointer;
    max-height: 49.5px;
    overflow-y: auto;
    /*z-index: 2;*/
}

.select:focus {
    z-index: 9999;
    max-height: 250px;
}

.option {
    padding: 10px 30px 10px 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: #1b4b6a;
    border-top: var(--cor-primaria) solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: -1;
    transition: background .2s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.select:not(:focus) .option {
    background: var(--cor-bg-card);
    border-top: #e5e5e5 solid 1px;
    color: rgb(168, 164, 164);
}

.option:hover {
    background: #ccc;
    color: #1b4b6a;
}

.select:not(:focus) .option.white,
.select:not(:focus) .option.white:hover,
.select.dt:not(:focus) .option.white,
.select.dt:not(:focus) .option.white:hover {
    display: none;
}

.option.white,
.option.white:hover {
    background: #fff !important;
    position: sticky !important;
    z-index: 4 !important;
    border-top: none !important;
    margin-top: -40px !important;
}

.select:focus .option {
    position: relative;
    pointer-events: all;
    z-index: 3;
}

.inputSel {
    opacity: 1;
    position: absolute;
    left: -99999px;
}

.select:not(:focus) .inputSel:checked+label {
    border-radius: 15px !important;
}

.select:focus .inputSel:checked+label {
    padding: 10px 20px;
}

.select:focus .inputSel+label:nth-of-type(1) {
    border-radius: 15px 15px 0 0 !important;
    padding: 15px 20px;
    border: none !important;
    cursor: default;
    position: sticky !important;
    z-index: 5;
}

.select:focus .inputSel+label:last-child {
    border-radius: 0 0 15px 15px !important;
}

.select.dt:focus .inputSel+label:last-child {
    border-radius: 0 0 15px 15px !important;
}

.select.dt:focus .option:hover:nth-of-type(1) {
    background: #1b4b6a !important;
    color: #fff !important;
}

.inputSel:checked+label {
    /*order: 1;*/
    z-index: 2;
    background: #e5e5e5;
    border-top: none;
    position: relative;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 450;
    color: rgb(168, 164, 164);
    text-transform: uppercase;
}

.inputSel+label {
    padding: 10px 20px;
}

.select:focus .inputSel:checked+label {
    border-top: #ccc solid 1px;
    background: var(--cor-primaria);
    color: #fff;
}

.select:not(:focus) .inputSel:checked+label:after,
.select:focus .inputSel+label:nth-of-type(1):after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    position: absolute;
    right: 10px;
    top: calc(50% - 2.5px);
    pointer-events: none;
    z-index: 3;
    transition: all .3s ease;
}

.select:not(:focus) .inputSel:checked+label:before,
.select:focus .inputSel+label:nth-of-type(1):before {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    content: '';
    transition: all .3s ease;
}

.select:focus .inputSel+label:nth-of-type(1):hover:after {
    border-top: 5px solid #000;
    transition: all .3s ease;
}

.card-img,
.card-img-top {
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 150px;
    border-radius: 10px 10px 0 0;
}

.gift .card-footer {
    background: #e6e6e6 !important;
    padding: 10px !important;
    text-align: center !important;
    color: var(--cor-secundaria) !important;
    cursor: pointer !important;
    border-radius: 0 0 10px 10px !important;
}

.bg-white h5 {
    color: var(--cor-primaria) !important;
}

.bg-white p {
    color: var(--cor-secundaria) !important;
}

.divGiftCard .divBox {
    position: relative;
    top: 0;
    left: 0;
    transition: all .3s ease;
    display: flex;
    float: right;
    width: 25%;
}

.divGiftCard .divBox:hover:not(.comprar) {
    position: relative;
    transition: all .3s ease;
    transform: scale(1.04);
    z-index: 1;
}

.gift .card-footer,
.gift .card-body {
    border: none;
}

.divGiftCard .divBox .gift .card-footer {
    border: none !important;
}

.botao-submit {
    position: relative;
    background: var(--cor-bg-card);
    padding: 9.5px 5px 9.5px 5px !important;
    text-align: center;
    float: right;
    width: 29%;
    margin: 0px 20px 5px 0;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #ccc;
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    min-height: 49px;
}

.stepButton {
    width: 15% !important;
}

.returnButton {
    width: 40% !important;
    float: none;
}

.botao-submit.disabled {
    background: #ccc;
    box-shadow: 1px 1px 1px #ccc;
    cursor: pointer;
    bottom: -2px;
}

.botao-submit.disabled>,
.botao-submit.disabled>i {
    color: #999;
}

.botao-submit:hover,
.botao-submit:active,
.botao-submit.active,
.botao-submit:focus {
    background: #ccc;
    color: var(--cor-secundaria);
    box-shadow: 1px 1px 1px #ccc;
    bottom: -2px;
    transition: all .3s ease;
}

.botao-submit {
    color: var(--cor-secundaria);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    cursor: pointer !important;
}

.botao-submit>i {
    color: var(--cor-primaria);
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.fecharGift {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0 10px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    background: #333;
    border-radius: 0 10px 0 10px;
    transition: all .3s ease;
}

.fecharGift:hover {
    right: 10px;
    top: 10px;
    background: #666;
    transition: all .3s ease;
}

.fecharGift i {
    font-size: 25px;
    color: #fff;
}

.backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .0;
    filter: alpha(opacity=0);
    z-index: 50;
    display: none;
}

.boxGiftCard {
    z-index: 51;
    padding: 10px;
    transform: scale(1);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.boxGiftCard .card-img-top {
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.selectProdutoRadio {
    display: block;
    position: relative;
    left: 22px;
    top: 12px;
    opacity: 0;
}

.labelSelectProdutoGiftCard {
    position: relative;
    background: var(--cor-primaria-hover);
    width: 20px;
    height: 20px;
    top: 15px;
    border-radius: 50%;
    cursor: pointer !important;
    transition: all .3s ease;
}

[name=selectProdutoGiftCard]:checked~.labelSelectProdutoGiftCard {
    position: relative;
    background: var(--cor-secundaria);
    width: 20px;
    height: 20px;
    top: 15px;
    border-radius: 50%;
    transition: all .3s ease;
}

.buscarCodigoDeBarras {
    position: relative;
    background: #e6e6e6;
    padding: 9.5px 5px 9.5px 5px !important;
    text-align: center;
    float: right;
    margin: 0px 20px 5px 0;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #ccc;
    color: var(--cor-primaria);
    bottom: 0px;
    transition: all .3s ease;
    cursor: pointer;
    min-height: 49px;
}

.botao-submit>div>.text-light,
.buscarCodigoDeBarras>div>.text-light,
.agendarPagamento>div>.text-light {
    color: var(--cor-primaria) !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 5px !important;
    margin-right: 10px !important;
    position: inherit;
}

.toast {
    width: 450px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}

.progress-bar {
    background: var(--cor-primaria-hover) !important;
}

.stepCircle {
    box-shadow: 1px 1px 5px #999;
}

.step1Circle {
    top: -5px;
    position: absolute;
    left: 31%;
    background: #ffcc00;
    padding: 8.5px 17px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 27px
}

.step2Circle {
    top: -5px;
    position: absolute;
    left: 65%;
    background: #e5e5e5;
    padding: 8.5px 17px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 27px;
    transition: background-color 0.3s ease 0s;
}

.step3Circle {
    top: -5px;
    position: absolute;
    left: 97.5%;
    background: #e5e5e5;
    padding: 8.5px 17px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 27px;
    transition: background-color 0.3s ease 0s;
}

.etapaOk {
    background: #ffcc00 !important;
    transition: background-color 0.3s ease 0s;
}

#tabelaListagemDadosBoleto tr:hover {
    color: transparent !important;
}

#tabelaListagemDadosBoleto tr td:first-child:hover,
#tabelaListagemDadosBoleto tr:hover td:first-child {
    color: #fff !important;
}

#tabelaListagemDadosBoleto tr td:last-child:hover,
#tabelaListagemDadosBoleto tr:hover td:last-child {
    color: var(--cor-primaria) !important;
}

.tabelaTags,
table,
.configGerais,
aside>ul,
main,
.divLancamentos,

/*.divTabelaRelatorio,*/

.note-editable,
.modal-body,
.select {
    color: #00000000 !important;
}

.tabelaTags:hover,
table:hover,
.configGerais:hover,
aside>ul:hover,
main:hover,
.divLancamentos:hover,

/*.divTabelaRelatorio:hover,*/

.note-editable:hover,
/*.modal-body:hover,*/
.select:hover {
    color: var(--cor-primaria-hover) !important;
}

.spin-giftCard {
    width: 60px;
    height: 60px;
    top: 60px;
    left: 42%;
}

.etapa2PreviewGiftCard>h5>.bolas>span {
    background-color: var(--cor-primaria) !important;
}

.botaoPreviewGiftCard {
    width: 100%;
    margin: 0;
}

.botaoPreviewGiftCard:focus {
    box-shadow: none !important;
}

.no-float {
    float: none;
}

.tab-content.pix {
    border: none;
    padding: 20px 20px
}

.botao-submit.pix {
    width: calc(50% - 17px);
}

.bordaBaixo {
    border-bottom: 3px solid var(--cor-primaria);
    padding-bottom: 10px;
    width: calc(100% - 10px) !important;
}

#nav-tabContent hr {
    width: calc(100% - 30px) !important;
    margin-left: 20px
}

.input-group-text.pix {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--cor-primaria);
    border: 1px solid #ced4da;
    border-radius: 15px;
}

.input-group-text.pix.erro {
    background-color: #dc3545;
}

#etapa2PixManual h5,
#etapa3PixManual h5,
#etapa2PixCashOut h5,
#etapa3PixCashOut h5,
#etapa2PixCopiaCola h5,
#etapa1QRcode h5,
#etapa2QRcode h5,
#etapa2P2P h5,
#etapa3P2P h5 {
    font-size: 14px;
    color: var(--cor-primaria);
}

#txtSenhaPix {
    padding-right: 35px;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.exibirSenha {
    position: absolute;
    z-index: 3;
    height: 46px;
    padding: 13px 10px;
    right: 0px;
    cursor: pointer;
}

#telaPix.configGeraisHome {
    min-height: 483px;
}

#telaPix.configGeraisHome.zoop {
    min-height: 100px;
}

.b-50 {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
}

.b-50-t {
    width: calc(50% - 0px) !important;
    margin-right: 0px;
}

.b-70 {
    width: calc(54.3333%) !important;
    margin-right: 0;
}

.b-100 {
    width: calc(100% - 20px) !important;
    margin-right: 10px;
}

#imageQRCode {
    height: 180px;
    width: 180px;
    object-fit: contain;
    object-position: center;
    margin-top: 5px;
    margin-bottom: -10px;
}

#imageQRCode.hide {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.figBut {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    border: 0px;
    color: white;
    padding: 0px 10px;
    margin: 0px auto;
    border-radius: 20px;
    cursor: pointer;
    transition: box-shadow 0.4s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 20%) 5px 5px 15px 0px;
    background-color: var(--cor-primaria);
    font-size: 18px;
}

.figBut.oculto {
    display: none !important;
}

.figcaption {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: -10px;
    position: relative;
}

.divFundo {
    min-width: 500px;
    background-color: #152B39 !important;
    box-shadow: rgb(32 32 32 / 6%) 0px 8px 16px;
    border-radius: 5px 5px 16px 16px;
    position: relative;
}

.box-blue {
    box-shadow: 2px 2px 8px var(--cor-primaria) !important;
}

.figure {
    width: 200px;
    height: 200px;
    border: 1px solid rgb(222, 228, 233);
    border-radius: 16px;
    margin: 0px auto;
    padding: 0 0 0px 0;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.figcaption {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    bottom: 3px;
    position: relative;
}

.figcaption div {
    font-size: 18px;
    margin: 3px;
}

.figBut {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    border: 0px;
    color: white;
    padding: 0px 10px;
    margin: 0px auto;
    border-radius: 20px;
    cursor: pointer;
    transition: box-shadow 0.4s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 20%) 5px 5px 15px 0px;
    background-color: var(--cor-primaria);
    font-size: 18px;
}


/* background: */

progress::-webkit-progress-bar {
    background-color: var(--cor-primaria-hover);
    width: 100%;
}


/* value: */

progress::-webkit-progress-value {
    background-color: var(--cor-primaria) !important;
}

.notransition::-webkit-progress-value {
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
}

progress::-moz-progress-bar {
    background-color: var(--cor-primaria);
}

progress {
    color: var(--cor-primaria);
    background-color: var(--cor-primaria);
}

.progress {
    position: absolute;
    top: 0px;
    height: 5px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.sec1 {
    background-color: var(--cor-secundaria) !important;
    box-shadow: rgb(32 32 32 / 6%) 0px 8px 16px;
    border-radius: 5px 5px 16px 16px;
    position: relative;
}

.sec2 {
    padding-top: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 230px;
}

.sec3 {
    margin: 22px auto 0px;
    padding-bottom: 0px;
}

.sec3-h1 {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.sec3-ol {
    counter-reset: info-counter 0;
    list-style: none;
    padding-left: 24px;
    padding-top: 10px;
}

.sec3-ol-li {
    color: #fff;
    margin: -10px 0px 0.5rem;
    counter-increment: info-counter 1;
    position: relative;
    font-size: 14px;
    line-height: 2.4rem;
    padding-left: 10px;
    height: 4rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sec3-ol-li::before {
    --size: 25px;
    content: counter(info-counter);
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: calc(-1 * var(--size));
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 15px;
    background-color: var(--cor-primaria);
    border-radius: 50%;
    text-align: center;
}

.sec3-ol-li>i {
    font-size: 22px;
}

.botao-submit i {
    position: relative;
    bottom: -2px;
}

.modal-pix,
.modal-pix-senha {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.modal-pix-senha.show {
    display: block;
}


.modal-pix> :first-child,
.modal-pix-senha> :first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-pix> :first-child> :first-child,
.modal-pix-senha> :first-child> :first-child {
    position: relative;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    top: -20px
}

.btn-fechar-comprovante {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2px 10px 4px 13px;
    font-size: 24px !important;
    color: #000 !important;
    background: #e6e6e6;
    border-bottom-left-radius: 10px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-baixar-comprovante {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 2px 10px;
    font-size: 24px !important;
    color: #000 !important;
    background: #e6e6e6;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-fechar-comprovante:hover,
.btn-baixar-comprovante:hover {
    color: #fff !important;
    background: #333;
    transition: all .3s ease;
}

.btn-fechar-comprovante>i,
.btn-baixar-comprovante>i {
    font-size: 24px !important;
}

.btn-total {
    border-radius: 10px !important;
    padding: 8px !important;
}
.btn-total span {
    font-size: 18px !important;
}

#divLoadingQRCode>.spinner-border,
#divLoadingQRCodeSenha>.spinner-border {
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50px;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    position: absolute;
    top: 39%;
    left: 38%;
    z-index: 1;
}

#divLoadingQRCode>.text-light,
#divLoadingQRCodeSenha>.text-light {
    color: var(--cor-primaria) !important;
}

.one,
.two,
.three {
    font-size: 14px !important;
}

.one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dataTables_info {
    color: #fff;
}

#svg {
    position: absolute;
    /*bottom: 15px;*/
}

.list-qrcode-pix {
    border: none;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 15px;
    background: #ddd;
    margin-right: 15px;
    text-align: center;
    width: 300px;
    height: 300px;
}

#imageQRCode.oculto {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    transition: all .3s ease;
}

.qrcodeImg {
    width: 230px !important;
    height: 230px !important;
    margin-top: 7px;
    transition: all .3s ease;
}

#divLoadingQRCode {
    position: absolute;
    width: 300px;
    height: 300px;
}

#divLoadingQRCodeSenha {
    position: absolute;
    bottom: 145px;
    left: 39%;
}

#divPreviewValorQRCode h1 {
    font-weight: bold;
}

.envOcultar {
    position: fixed;
    bottom: -100px;
    opacity: 0;
}

.favorecido {
    transition: all .3s ease;
}

.favorecido:first-child:hover {
    border-radius: 20px;
}

.favorecido:first-child:hover {
    border-radius: 20px;
}

.menu li:first-child .favorecido:hover {
    border-radius: 10px;
    background: #fff;
}

.menu li:last-child .favorecido:hover {
    border-radius: 10px;
    background: #fff;
}

.favorecido:hover {
    background: var(--cor-primaria);
    transition: all .3s ease;
    cursor: pointer;
}

.set-infos {
    padding: 5px !important;
    text-align: center;
    background: transparent !important;
    border: none !important;
}

.list-favorecidos-pix {
    border: none;
    border-radius: 0px 0px 3px 3px;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
    background: var(--cor-secundaria);
    margin-right: 15px;
}

.list-favorecidos-pix li {
    transition: all .3s ease;
    border-radius: 0 !important;
}

.list-favorecidos-pix li a {
    transition: all .3s ease;
    height: 50px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 0 !important;
}

.list-favorecidos-pix li a:focus {
    font-weight: normal;
    color: #fff;
    background: var(--cor-primaria);
    border-radius: 0 !important;
}

.list-favorecidos-pix li:hover {
    transition: all .3s ease;
    color: #fff;
    font-weight: normal;
}

.list-favorecidos-pix li a:hover {
    transition: all .3s ease;
    color: #fff;
    background: var(--cor-primaria);
    border-radius: 0 !important;
    font-weight: normal;
}

.list-favorecidos-pix li .submenu li {
    transition: all .3s ease;
}

.list-favorecidos-pix li .submenu li:hover {
    transition: all .3s ease;
    color: var(--cor-secundaria);
    background: #fff;
}

.list-favorecidos-pix li .submenu li a:hover {
    transition: all .3s ease;
    color: var(--cor-secundaria);
    background: var(--cor-secundaria-hover);
}

.list-favorecidos-pix li .submenu li a {
    transition: all .3s ease;
    padding-left: 10px !important;
    height: 40px;
    line-height: 15px;
}

.nav-fav {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.list-favorecidos-pix .nav-link.ativo {
    color: #fff !important;
    background: var(--cor-primaria) !important;
    font-weight: normal;
}

small.titulo-menu {
    color: var(--cor-primaria) !important;
}

.list-favorecidos-pix li a:hover small.titulo-menu,
.list-favorecidos-pix li a:focus small.titulo-menu,
.list-favorecidos-pix .nav-link.ativo small.titulo-menu {
    color: var(--cor-secundaria) !important;
}

.favorito {
    padding-left: 5px !important;
}

.contadorMensagemAdicional {

    position: absolute;
    right: 0;
    bottom: -25px;
    color: var(--cor-primaria) !important;
    font-weight: bold;
    font-size: 12px;

}

.divTotalComissoes {
    width: 41%;
    position: absolute;
    left: 0px;
    top: -5px;
    background: var(--cor-primaria-hover);
    padding: 9px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 3px 3px 4px #ccc;
}

.totalComissoes {
    font-size: 16px;
    font-weight: bold;
    color: var(--cor-primaria);
}

aside>ul>li>div>ul>li .nav-link.ativo {
    border-radius: 0 !important;
    line-height: 20px;
    min-height: 41px !important;
    padding: 8px 10px 8px 10px;
}

aside>ul>li>div>ul>li {
    margin-left: 0px;
    border-left: 0px solid var(--cor-primaria);
}

aside>ul>li>div>ul>li>div>ul>li {
    margin-left: 15px;
    border-left: 1px solid var(--cor-primaria);
}

.submenu>ul>li>div>ul {
    background: var(--cor-primaria-hover2) !important;
    width: 100%;
}

.section-pag-home .text-light {
    color: var(--cor-primaria) !important;
}

.td-card {
    background: var(--cor-secundaria) !important;
    color: #fff !important;
    height: 45.5px;
}

tr:last-child > .td-card:first-child {
    border-bottom-left-radius:5px
}

tr:last-child > .td-card:last-child {
    border-bottom-right-radius:5px
}

aside>ul>li>div>ul>li:last-child,
aside>ul>li>div>ul>li:last-child>a {
    border-bottom-left-radius:12px !important;
    border-bottom-right-radius:12px !important;
}

.labelVendas {
    font-size: 10px;
    position: absolute;
    top: 7px;
    z-index: 1;
}

.bg-t {
    width: 100%;
    height: 49px;
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px !important;
}

.form-label.divisor {
    background: var(--cor-primaria-hover) !important;
    color: var(--cor-secundaria) !important;
    padding: 10px;
    margin-top: 15px !important;
}

.tarifaGeracaoRecarga {
    position: absolute;
    bottom: -37px;
    font-weight: bold;
    background: #dc3545;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 35px;
    width: auto;
    /* font-size: 10px; */
    left: 26%;
}

.tarifaGeracaoRecarga:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #dc3545;
    top: -20px;
    left: 40%;
    z-index: 1;
}

.col-md-6 {
    width: 50% !important
}

.input-group>.whitButton,
.input-group>.whitButton:focus {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), 
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.box-saldo:hover > #displaySaldo {
    background: var(--cor-primaria) !important;
    color: #fff !important;
    transition: all .3s ease;
}

.bold {
    font-weight: bold;
}

.divBarraOculta {
    opacity: 0;
    position: absolute;
    right:-100%;
    z-index: -99999;
    width: 0;
    height: 0;
}

.table .td {
    background-color: var(--cor-secundaria-hover2) !important;
}

.table .td .card {
    background-color: var(--cor-secundaria-hover2) !important;
}

.labelCores {
    color: black;
    padding-right: 10px;
}

.flex-buttons {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 1px 7px #dbdbdb;
}

.input-color {
    border: none;
    width: 45px;
}

.nav {
    display: flex;
    flex-wrap: nowrap !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}