@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");

:root {
  --cor-principal: #fe751b;
  --cor-tabela: #848688;
  --cor-menu: #11101d;
  --cor-menu2: #1d1b31;
  --cor-menu-hover: #fff;
  --fundo-principal: rgb(244 244 244 / 80%);
  --fonte-logo: 25px;
}

body,
html {
  position: relative;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: var(--fundo-principal);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  color: var(--cor-principal);
}

.link_span {
  cursor: pointer;
  text-decoration: none;
  color: var(--cor-principal);
}

.link_span:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

.logomarca img {
  max-width: 120px;
  max-height: 40px;
}

.blur-btn {
  cursor: pointer;
}

.blur {
  filter: blur(4px);
  pointer-events: none;
  border: 1px solid #000000;
}

/* painle login */
.panel-login {
  border: 10px solid var(--cor-principal);
  margin-bottom: 18px;
  background-color: #fff;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  -webkit-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.72);
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.72);
}

.panel-login .panel-head {
  color: #4c4d5a;
  text-shadow: 0 -1px 0 rgba(50, 50, 50, 0);
  position: relative;
  padding: 20px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #fff;
  font-size: 15px;
  background: #fff;
}

.panel-login .panel-head .logomarca {
  padding: 0;
  color: var(--cor-principal);
  font-size: var(--fonte-logo);
  text-align: center;
  font-weight: bold;
}

.panel-login .panel-head .logomarca img {
  max-width: 200px;
  max-height: 70px;
}

.panel-login .panel-body {
  padding: 15px;
  padding-top: 0;
}

.panel-login .panel-body .botao_padra_1 {
  background: var(--cor-principal);
  padding: 12px 40px;
}

.panel-login .panel-body .botao_padra_1:hover {
  background: var(--cor-principal);
}

.panel-login .panel-body .txtCampo {
  color: #848688;
}

.panel-login .txt-p-head {
  color: #848688;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

/* FIM - painle login */

.uppercase {
  text-transform: uppercase;
}

.txt-topo-admin {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #848688;
  padding: 4px 0 !important;
}

.tituloTopo {
  font-size: 23px;
  color: var(--cor-principal);
  font-weight: bold;
}

.blocoConteudo {
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  padding: 0 15px;
}

.blocoLateral {
  min-width: 280px;
  margin-top: 35px;
}

.blocoGrafico {
  width: 80%;
  margin-top: 5px;
  position: relative;
}

.bloco-modelo-1 {
  padding: 15px 15px;
  margin-bottom: 15px;
  position: relative;
}

.bloco-modelo-1 .titulo-bloco {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
  color: #113075;
}

.bloco-modelo-1 .txt-valor {
  font-size: 35px;
  margin-bottom: 7px;
  color: #113075;
  font-weight: bold;
}

.bloco-modelo-2 {
  padding: 11px 15px;
  margin-bottom: 15px;
}

.fundo-azul-relatorio {
  background: #bcf9f6 !important;
}

.fundo-cinza-relatorio {
  background: #e9e8e8 !important;
}

.fundo-verde-relatorio {
  background: #b3f37f85 !important;
}

.fundo-vermelho-relatorio {
  background: #f5858559 !important;
}

.bloco-modelo-2 .titulo-bloco {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  color: #515151;
}

.bloco-modelo-2 .txt-valor {
  font-size: 19px;
  margin-bottom: 7px;
  color: #515151;
  font-weight: bold;
}

.bloco-modelo-2 .txt-valor span {
  font-size: 55%;
}

.bloco-modelo-1 .txt-valor span {
  font-size: 55%;
}

.bloco-rodape {
  padding: 20px;
  text-align: center;
  color: #afacac;
  font-size: 16px;
}

.filtroTopo {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-flex;
  padding: 5px 7px;
  color: #b5b3b3;
  font-size: 15px;
  margin-left: auto;
}

.filtroPeriodo {
  font-size: 15px;
  color: #113075;
  font-weight: bold;
  margin-left: 12px;
}

.topo-componente {
  position: relative;
}

.blocotextoTopo {
  display: flex;
  padding: 25px 0;
  flex-wrap: wrap;
}

.botao_padra_top {
  color: #fff;
  font-size: 13px;
  padding: 9px 13px;
  margin: 4px 3px;
  background: #9c9a9a;
  cursor: pointer;
}

.botao_padra_top.ativo {
  background: #ffd400;
}

.botoesTopo2 {
  display: flex;
  flex-wrap: wrap;
}

.container {
  width: 96.5%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topo-principal .menu {
  display: flex;
  margin-left: auto;
  justify-content: center;
  width: 100%;
}

.topo-principal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topo-principal {
  background: #fff;
  border-bottom: 2px solid var(--cor-principal);
}

.menu>li>a {
  color: #848688;
  display: block;
  font-size: 14px;
  padding: 31px 12px;
  position: relative;
}

.menu>li.active>a,
.menu>li>a:hover {
  color: var(--cor-principal);
}

.menu>li.active>a::after,
.menu>li:hover>a::after {
  content: "";
  background: var(--cor-principal);
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu>li>.submenu {
  display: none;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  list-style: none;
  min-width: 160px;
  text-align: left;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 3;
}

.menu>li:hover>.submenu {
  display: block;
}

.menu>li>.submenu li {
  list-style: none;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.menu>li>.submenu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-align: left;
}

.menu>li>.submenu li a:hover {
  text-decoration: none;
  color: var(--cor-principal);
}

.menu>li>.submenu_2col {
  flex-wrap: wrap;
  width: 470px;
}

.menu>li:hover>.submenu_2col {
  display: flex;
}

.menu>li>.submenu_2col li {
  width: 49.74%;
  display: block;
}

.btn_x_retirar {
  color: red;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin: 35px auto 0;
}

.botoes {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.botoes .bt {
  font-size: 15px;
  cursor: pointer;
  background: #e6e6e6;
  padding: 10px;
  border-radius: 10px;
}

.active-bt {
  background: var(--cor-principal) !important;
  color: #fff !important;
}

.config-item .icon-cog {
  display: block;
  margin-top: 3px;
}

.botMobile {
  width: 100%;
  display: none;
}

.btnMenuMobile {
  position: absolute;
  padding: 17px;
  left: 0;
  top: 0;
}

.iconeHamburger {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  background: none;
}

.iconeHamburger:before {
  top: 0;
}

.iconeHamburger span {
  top: 50%;
  transform: translateY(-50%);
}

.iconeHamburger:after {
  bottom: 0;
}

.iconeHamburger::after,
.iconeHamburger::before,
.iconeHamburger span {
  content: " ";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--cor-principal);
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menuMobile .iconeHamburger:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuMobile .iconeHamburger span {
  opacity: 0;
}

.menuMobile .iconeHamburger:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuMobile .iconeHamburger:before,
.menuMobile .iconeHamburger:after {
  top: 10px;
  margin-top: -10%;
}

.menuMobile #banner,
.menuMobile #meio,
.menuMobile #rodape {
  display: none;
}

.flex {
  display: flex;
}

.topo-principal .logomarca {
  padding: 10px 14px;
  color: var(--cor-principal);
  font-size: var(--fonte-logo);
  text-align: center;
  font-weight: bold;
}

.botao_padra_1 {
  color: #fff;
  font-size: 16px;
  padding: 12px 23px;
  margin: 4px 5px;
  background: #c7c7c7;
  cursor: pointer;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 23%);
  border: none;
  font-family: inherit;
}

.botao_padra_1:hover {
  opacity: 0.8;
}

.botoesTopo {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}

.btn_azul {
  background: #0045ad;
}

.btn_azul2 {
  background: #032b68;
}

.btn_vermelho {
  background: #f53c3c;
}

.btn_verde {
  background: #41c731;
}

.btn_verde2 {
  background: #41c731;
}

.btn_amarelo {
  background: #f7be18;
}

.tabela_padrao {
  width: 100%;
}

.blocoTabela {
  overflow-x: auto;
  width: 100%;
}

.tabela_padrao thead tr>td {
  background: var(--cor-tabela);
  color: #fff;
  font-size: 16px;
  padding: 8px 5px;
}

.tabela_padrao tbody tr>td {
  background: #fff;
  border: 1px solid #dedbdb;
  padding: 5px;
}

.tabela_padrao tbody tr>td,
.tabela_padrao tbody tr>td a {
  color: #515151;
}

.tabela_padrao tbody tr>td a {
  text-decoration: underline;
  color: var(--cor-principal);
}

.tabela_padrao2 tbody tr>td a {
  text-decoration: none;
  color: var(--cor-principal);
}

.blocoTabela {
  margin: 20px 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.campo_padrao {
  /* width: 15.86%; */
  padding: 10px 8px;
  color: #6f6f6f;
  background: #ece8e8;
  border: 1px solid #dedbdb;
  margin-left: 5px;
}

.filtroUmaLinha {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.filtroUmaLinha .linhaCompleta {
  margin: 5px 0 0 0;
}

.filtroConteudo {
  margin: 20px 0;
}

.btn_filtro {
  min-height: 40px;
  background: #9c9c9c;
  color: #ffff;
  padding: 3px 24px;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: none;
  font-family: inherit;
  font-size: 14px;
}

.blocoFormulario {
  margin-top: 25px;
}

.blocoFormulario .informacao {
  border: 1px solid #c5bebe;
  background: #fff;
}

.blocoFormulario .tituloBloco {
  background: var(--cor-tabela);
  color: #fff;
  /* font-weight: bold; */
  padding: 10px 10px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}

.blocoFormulario .informacao .blocoTipoCliente {
  background: #e4fbfa;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
}

.blocoFormulario .informacao .blocoTipoCliente .txtCampo {
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 2px;
}

.linhaCompleta {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 15px;
}

.linha {
  margin: 5px 10px;
}

.txtCampo {
  min-height: 18px;
  margin-bottom: 6px;
  color: #515151;
  position: relative;
}

.txtTag {
  position: absolute;
  right: 7px;
  top: -7px;
  background: #c7c7c7;
  height: 21px;
  min-width: 80px;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linha-box {
  border: 1px solid #d1d1d1;
  position: relative;
}

.linha-box .txtBox {
  padding: 0px 3px;
  margin: 0px 2px;
  top: -8px;
  position: absolute;
  background: #fff;
  color: #8b8b8b;
  font-weight: bold;
  font-size: 12px;
}

.linhaCompleta.linha-box {
  margin-top: 15px;
  padding: 6px 0;
}

.radioDiv input {
  display: none;
}

.radioDiv .radio-sty {
  border: 2px solid #113075;
  height: 17px;
  width: 17px;
  display: inline-flex;
  margin-right: 9px;
  position: relative;
  background: #e6e6e6;
}

.radioDiv {
  display: inline-flex;
  font-size: 14px;
  cursor: pointer;
  color: #515151;
}

.radioDiv input[type="radio"]:checked+.radio-sty span {
  background: #113075;
}

.radioDiv input[type="radio"]+.radio-sty span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #bcf9f6;
}

.radioDiv label {
  cursor: pointer;
  display: inline-flex;
  margin-right: 20px;
}

.radioDiv label .txt {
  padding: 3px 0;
}

.campo-padrao {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 12px 6px;
  font-size: 15px;
  color: #515151;
  font-family: "Muli", sans-serif;
  box-sizing: border-box;
  min-height: 43px;
}

.input-div {
  display: flex;
  align-items: center;
}

.blocoFormulario .informacao .blocoDadosCobranca {
  padding: 16px 20px;
}

.blocoFormulario .informacao .tituloCobranca {
  background: #d2d2d2;
  color: #6f6f6f;
  font-weight: bold;
  padding: 10px 10px;
}

.blocoFormulario .informacao .blocoEnderecoCobranca {
  border-bottom: 2px solid #e6e6e6;
}

.blocoFormulario .informacao .blocoCobrancaAuto {
  padding: 16px 26px;
}

.blocoFormulario .informacao .txtInfoCampo {
  background: #e6e6e6;
  font-size: 16px;
  margin-right: 20px;
  padding: 1px 10px;
}

.txt-sem-resultado {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
}

.mais-div-conteudo {
  margin: 8px 27px;
  font-size: 13px;
}

.mais-div-conteudo .txt {
  cursor: pointer;
}

.selectize-control.campo-padrao .selectize-input {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 12px 6px;
  font-size: 15px;
  color: #515151;
  font-family: "Muli", sans-serif;
}

.selectize-control.campo-padrao {
  width: 100%;
  padding: 0;
  display: flex;
  color: #515151;
}

.campo-padrao .selectize-dropdown,
.campo-padrao .selectize-input,
.campo-padrao .selectize-input input {
  font-size: 15px;
  color: #515151 !important;
  font-family: "Muli", sans-serif;
}

.campo-padrao .selectize-input input::placeholder {
  font-size: 15px;
  color: #515151 !important;
  font-family: "Muli", sans-serif;
}

.blocoDadosLancamento {
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
}

.blocoDadosLancamento .txtCampo {
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 2px;
}

.blocoResumoFinanceiro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blocoResumoFinanceiro .blocoM1 {
  width: 30%;
}

.blocoResumoFinanceiro .blocoM2 {
  width: 40%;
}

.blocoResumoFinanceiro .blocoM1 .tituloTxt {
  background: #ece8e8;
  color: var(--cor-principal);
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 7px 0;
}

.blocoResumoFinanceiro .blocoM1 .info .txt {
  color: #888484;
  font-size: 12px;
  justify-content: center;
  display: flex;
  padding: 8px 0;
}

.blocoResumoFinanceiro .blocoM1 .info .txt:nth-child(odd) {
  /* background: #ece8e8; */
}

.blocoResumoFinanceiro .blocoM1 .txtlinha {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ccc;
}

.blocoResumoFinanceiro .blocoM2 .txtlinha .tituloTxt {
  background: var(--cor-principal);
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
}

.blocoResumoFinanceiro .blocoM2 .txtlinha .txt {
  color: #888484;
  font-size: 16px;
  justify-content: center;
  display: flex;
  padding: 10px 0;
}

.blocoResumoFinanceiro .blocoM2 .txtlinha .txt:nth-child(odd) {
  background: var(--cor-principal);
  color: #fff;
}

.blocoResumoFinanceiro .blocoM2 .txtlinha {
  margin: 0 20px 15px;
  background: #fff;
  border: 1px solid #ccc;
}

.blocoResumoFinanceiro .txtPagamento {
  background: #ece8e8;
  margin: 0 20px;
  padding: 8px 15px;
  border: 1px solid #ccc;
}

.blocoResumoFinanceiro .txtPagamento .tituloTxt {
  color: #888484;
  text-align: center;
  margin-bottom: 8px;
}

.blocoResumoFinanceiro .txtPagamento .blocosInfoPagamentos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blocoResumoFinanceiro .txtPagamento .bInfoPagamento {
  color: #fff;
  font-size: 13px;
  padding: 11px 8px;
  margin: 4px 8px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}

.blocoCaixaSty {
  background: #fff;
  border: 1px solid #ccc;
  padding: 9px 0;
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
}

.blocoCaixaStyTitle {
  position: absolute;
  color: #747171;
  font-weight: bold;
  top: -9px;
  left: 9px;
  background: #fff;
  padding: 0 10px;
}

.pag_verde {
  background: #22da27 !important;
}

.pag_amarelo {
  background: #ecdd27 !important;
}

.pag_laranja {
  background: #e4830b !important;
}

.pag_cinza {
  background: #bfb9b9 !important;
}

.cor_credito_conta {
  color: #42c700 !important;
}

.cor_debito_conta {
  color: #f30808 !important;
}

.blocoFormulario .tituloBloco::after {
  content: "\f107";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 15px;
}

.btn_x_retirar {
  color: red;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin: 35px auto 0;
}

.config-item .icon-cog {
  display: block;
  margin-top: 3px;
}

.txt-topo-usuario {
  color: var(--cor-principal);
  font-weight: bold;
  position: absolute;
  top: 11px;
  right: 24px;
  font-size: 13px;
}

.txt-topo-nome {
  color: var(--cor-principal);
}

.txt-topo-btn {
  background: red;
  padding: 3px 13px;
  color: #fff;
  display: block;
  margin-top: 4px;
  width: 63px;
}

.bloco_legenda {
  justify-content: center;
  display: flex;
}

.bloco_legenda .caixa-legenda {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #9a9a9a;
}

.bloco_legenda label {
  display: flex;
  margin: 0 10px;
}

.bloco_legenda label .txt {
  margin-left: 5px;
  margin-top: 3px;
}

.selectize-dropdown .option {
  font-size: 17px;
}

.selectize-dropdown .option .txt2 {
  font-size: 12px;
  font-weight: 400;
}

[data-tooltip] {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

[data-tooltip]:after {
  content: "?";
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  background: #e6e6e6;
  border-radius: 50px;
  margin: 0 5px;
}

[data-tooltip]:before {
  display: none;
  position: absolute;
  top: -5px;
  padding: 10px;
  border-radius: 8px;
  left: calc(100% + 2px);
  content: attr(data-tooltip);
  background-color: #000;
  color: White;
  z-index: 1;
  width: 300px;
  text-align: left;
  line-height: 20px;
  color: #fff;
  white-space: pre-line;
  word-wrap: break-word;
}

[data-tooltip]:hover:before {
  display: block;
}

[disabled],
.disabled {
  background: #c7c7c7 !important;
  cursor: no-drop !important;
  opacity: 1 !important;
  border: none !important;
}

.td_filtro_ordem {
  cursor: pointer;
  position: relative;
}

.td_filtro_ordem.ativo {
  background: var(--cor-principal);
}

.td_filtro_ordem::after {
  content: "\f160";
  font-family: "fontello";
  font-style: normal;
  position: absolute;
  right: 15px;
}

.td_filtro_ordem.ativo.dt2::after {
  transform: rotate(180deg);
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  width: 100%;
}

.icone-td {
  font-size: 17px;
  color: #113075;
  cursor: pointer;
}

.anexos-salvos {
  display: flex;
  flex-wrap: wrap;
}

.img-anexo {
  position: relative;
  display: flex;
  border: 1px solid #bbb9b9;
  width: 210px;
  padding: 2px 6px;
  margin: 0 4px;
  font-size: 19px;
  align-items: center;
}

.categoria-title1 {
  font-size: 15px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 3px 6px;
  margin-bottom: 4px;
}

.categorias-arvore {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 3px 6px;
  margin-bottom: 4px;
}

.categorias-arvore .categoria-title1 {
  color: #4a4a4a;
}

.categorias-arvore .categoria-title2 {
  margin-left: 20px;
  font-size: 14px;
}


#bloco_exemplo_preco_de_por {
  text-align: right;
  margin-top: 5px;
}

#bloco_exemplo_preco_de_por .exemplo_de {
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  min-height: 23px;
  text-decoration: line-through;
}

#bloco_exemplo_preco_de_por .exemplo_por {
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}

#bloco_exemplo_preco_de_por .exemplo_desconto {
  font-size: 11px;
  font-weight: 400;
  color: #404040;
  min-height: 22px;
  margin-top: 6px;
}

/* sidebar */
#sidebar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background: var(--cor-menu);
  padding: 6px 14px;
  z-index: 1;
  transition: all 0.5s ease;
  box-sizing: border-box;
  overflow: hidden;
}

#sidebar.open {
  width: 250px;
}

#sidebar .logo-details {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#sidebar .logo-details .logo_name {
  color: var(--cor-principal);
  font-size: var(--fonte-logo);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  max-width: 125px;
  opacity: 0;
  transition: all 0.5s ease;
}

#sidebar .logo-details .logo_name img {
  max-height: 60px;
}

#sidebar.open .logo-details,
#sidebar.open .logo-details .logo_name {
  opacity: 1;
}

#sidebar .logo-details #btnSideBarMenu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-15%);
  font-size: 21px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

#sidebar.open .logo-details #btnSideBarMenu {
  text-align: center;
}

#sidebar i,
#sidebar em {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

#sidebar .nav-list {
  margin-top: 10px;
  height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}

#sidebar .nav-list::-webkit-scrollbar {
  width: 9px;
}

#sidebar .nav-list::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  border-radius: 10px;
}

#sidebar .nav-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#sidebar .nav-list::-webkit-scrollbar-thumb:hover {
  background-color: #787674;
}

#sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
  display: none;
}

#sidebar ul>li {
  display: block;
}

#sidebar.menuSistemaOn .li-sistema {
  display: block !important;
}

#sidebar.menuSistemaOn .li-loja {
  display: none !important;
}

#sidebar:not(.menuSistemaOn) .li-loja {
  display: block !important;
}

#sidebar:not(.menuSistemaOn) .li-sistema {
  display: none !important;
}

#sidebar input {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: var(--cor-menu2);
}

#sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}

#sidebar .bx-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: var(--cor-menu2);
  color: #fff;
}

#sidebar .bx-search:hover {
  background: #fff;
  color: var(--cor-menu);
}

#sidebar.open .bx-search:hover {
  background: var(--cor-menu2);
  color: #fff;
}

#sidebar li i,
#sidebar li em {
  font-size: 15px;
  border-radius: 12px;
  margin: 0 auto;
}

#sidebar.open li i,
#sidebar.open li em {
  margin: 0 7px 0 0;
}

#sidebar li a,
#sidebar li .link {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  white-space: wrap;
  opacity: 1;
  color: #fff;
  cursor: pointer;
  min-height: 30px;
}

#sidebar:not(.open) li a span {
  display: none;
}

#sidebar:not(.open) ul li a:hover span {
  font-size: 12px;
  display: block;
  position: fixed;
  left: 68px;
  background: var(--cor-menu);
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 5px 4px;
  min-width: 100px;
  text-align: center;
}

#sidebar li a:hover,
#sidebar li .link:hover,
#sidebar li .ativo {
  background: var(--cor-menu-hover);
}

#sidebar.open li a,
#sidebar.open li .link {
  font-size: 14px;
  opacity: 1;
  pointer-events: auto;
}

#sidebar li a:hover,
#sidebar li .ativo,
#sidebar li a:hover i,
#sidebar li a:hover em,
#sidebar li :hover.submenu-toggle::after,
#sidebar li .ativo em {
  transition: all 0.5s ease;
  color: var(--cor-menu) !important;
}

#sidebar li.profile {
  overflow: hidden;
  position: fixed;
  height: 60px;
  width: 70px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: var(--cor-menu2);
  transition: all 0.5s ease;
  display: block;
}

#sidebar.open li.profile {
  width: 250px;
}

#sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin: 13px 30px 0 0;
}

#sidebar li .profile-details .menu_swap {
  position: absolute;
  right: 0;
  cursor: pointer;
  display: none;
}

#sidebar.open li .profile-details .menu_swap {
  display: block;
}

#sidebar li .profile-details .menu_swap .em1 {
  font-size: 12px;
  margin-right: -5px;
}

#sidebar li img {
  height: 45px;
  width: 45px;
  object-fit: contain;
  border-radius: 6px;
  margin-right: 10px;
}

#sidebar li.profile .name,
#sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

#sidebar li.profile .job {
  font-size: 12px;
}

#sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: var(--cor-menu2);
  width: 100%;
  height: 60px;
  line-height: 60px;
  transition: all 0.5s ease;
  display: block;
  text-align: center;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

#sidebar .profile #log_out em,
#sidebar .profile #log_out i {
  color: #fff !important;
  opacity: 1;
  position: relative;
}

#sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}

#sidebar ul li .submenu {
  height: 0;
  overflow: hidden;
  background: rgb(119 119 119 / 21%);
  border-radius: 6px;
}

#sidebar ul li .submenu.dropSubMenu {
  height: 100%;
}

#sidebar ul li .submenu.dropSubMenu li {
  display: block;
}

#sidebar.open li .submenu-toggle::after {
  font-family: "fontello";
  font-style: normal;
  content: "\f105";
  font-size: 17px;
  position: absolute;
  right: 13px;
  transform: rotate(90deg);
}

#sidebar li.open .submenu-toggle {
  padding-right: 29px;
}

#sidebar ul li .submenu li a {
  border-radius: 4px;
  padding: 4px 0px;
  min-height: inherit;
  line-height: inherit;
}

#sidebar.open ul li .submenu li a {
  padding: 4px 5px 3px 19px;
}

.section-main {
  position: relative;
  background: var(--fundo-principal);
  min-height: 100vh;
  top: 0;
  left: 70px;
  width: calc(100% - 70px);
  transition: all 0.5s ease;
}

#sidebar.open~.section-main {
  left: 250px;
  width: calc(100% - 250px);
}

.section-main .text {
  display: inline-block;
  color: var(--cor-menu);
  font-size: 25px;
  font-weight: 500;
  margin: 18px;
}

/* sidebar */

/* paginacao */

.paginacao {
  text-align: center;
  padding: 7px;
}

.paginacao .item {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #515151;
  background: transparent;
  padding: 5px 10px 5px 10px;
  border: 1px solid #dedbdb;
  text-transform: uppercase;
  font-size: 13px;
}

.paginacao .ultimo {
  margin-right: 0;
}

.paginacao .texto {
  background: #e6e6e6;
  color: #666;
  cursor: default;
}

.paginacao .link:hover {
  background: #adacac;
  text-decoration: underline;
  color: #fff;
}

.paginacao .seta {
  vertical-align: 0;
  line-height: 15px;
  font-size: 15px;
}

/* FIM - paginacao */

@media (max-width: 768px) {
  #sidebar.open~.section-main {
    width: 100%;
  }

  .blocotextoTopo {
    padding: 25px 0;
  }

  .botoesTopo a,
  .botoesTopo span {
    width: 100%;
    margin: 5px 0 !important;
    text-align: center;
  }

  .filtroUmaLinha input,
  .filtroUmaLinha select,
  .filtroUmaLinha>div {
    width: 100% !important;
    box-sizing: border-box;
  }

  .campo_padrao,
  .filtroUmaLinha .selects2 {
    margin: 0px 5px 5px 5px !important;
  }

  .btn_filtro {
    width: 100px;
    text-align: center;
    margin: 0 auto;
  }

  .blocotextoTopo>div {
    width: 100%;
  }

  .linha {
    width: 100% !important;
  }

  .topo-principal .flex {
    flex-direction: column;
    position: relative;
  }

  .botMobile {
    display: block;
    z-index: 999;
  }

  .menu>li>.submenu {
    display: block;
    position: inherit;
    margin: 0 15px;
    box-shadow: 1px 5px 13px rgb(0 0 0 / 31%);
    border-radius: 3px;
  }

  .menuMobile .topo-principal .menu {
    opacity: 1;
    transform: translateX(0) scale(1);
    padding-bottom: 15px;
  }

  .topo-principal .menu {
    flex-direction: column;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 5px 13px rgb(0 0 0 / 31%);
    border-radius: 3px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 72px;
    opacity: 0;
    transform: scale(0);
    transition: visibility 0.2s step-start, z-index 0.2s step-start,
      opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }

  .topo-principal {
    min-height: 60px;
  }

  .menu>li>a {
    padding: 10px 14px;
    border-bottom: 2px solid var(--cor-principal);
  }

  .menu .config>a {
    text-align: center;
  }

  .menu>li>.submenu {
    margin: 15px;
  }

  .login {
    padding: 0 10px;
  }

  .linha {
    margin: 5px 0;
  }

  .topo-principal .logomarca {
    margin: 0 90px 0 50px;
  }

  .txt-topo-usuario {
    right: 3px;
  }

  .tituloTopo {
    margin-bottom: 18px;
  }
}