/* reset */
html,
figure,
article,
section,
aside,
header,
footer,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  height: 100%;
}
/*responsive*/
@media screen and (max-width: 896px) {
}
@media screen and (min-width: 668px) and (max-width: 768px) {
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
}

:root {
  --cinza1: #f4f4f4;
  --cinza2: #ebebeb;
  --cinza3: silver;
  --cinza4: #949494;
  --cinza5: #424242;
  --cinza6: #929292;
  --gradient1: linear-gradient(180deg, #4b4b4b 0%, #000 100%);
  --gradient2: linear-gradient(180deg, #c0bebe 0%, #a6a3a3 100%);
  --gradient3: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  --gradient4: linear-gradient(180deg, #67c477 0%, #40bd4f 100%);
  --verde: #5ac63b;
  --verdeClaro: #b6f2a4;
  --vermelho: #ff3434;
  --vermelhoClaro: #ffadad;
  --amarelo: #e5ce00;
  --amareloClaro: #fff9c4;
  --azul: #4783fe;
  --azulClaro: #eae9fd;
  --laranja: #ffab16;
  --laranjaClaro: #ffe7bb;
  --padding0: 0;
  --padding1: 1.5rem 0;
  --padding2: 2rem;
  --padding3: 1rem;
  --padding4: 1.5rem;

  --borderRadius1: 10px;
  --borderRadius2: 5px;
  --borderRadius3: 8px;
  --boxShadow1: 5px 5px 20px rgba(0, 0, 0, 0.1);
  --boxShadow2: 4px 4px 8px 0px rgba(0, 0, 0, 0.06);
  --boxShadow1hover: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 896px) {
  :root {
    --padding1: 0.75rem 0;
    --padding2: 1rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  color: #424242;
  background: var(--cinza1);
  padding-top: 60px;
}
@media screen and (max-width: 896px) {
  body {
    padding-top: 60px;
    font-size: 14px;
  }
}
img.avatar {
  border: solid 1px #ccc;
  padding: 10px;
}

.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.content {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px 30px;
}
.container {
  float: left;
  width: 100%;
}
.margin-bottom {
  margin-bottom: 2rem;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
.fck p {
  margin: 0 0 15px 0;
}
.fck h1 {
  margin: 0 0 15px 0;
}
.fck h2 {
  margin: 0 0 15px 0;
}
.fck h3 {
  margin: 0 0 15px 0;
}
.fck ul {
  list-style: disc outside;
  margin: 0 0 15px 30px;
}
.fck ol {
  list-style: decimal outside;
  margin: 0 0 15px 30px;
}
.fck li {
  margin-bottom: 5px;
}
.fck table {
  margin-bottom: 15px;
}
.fck table p {
  margin: 0;
}
.fck *:last-child {
  margin-bottom: 0;
}

.button-group {
  width: 100%;
  position: relative;
  display: inline-block;
}

.button-group a {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #40bd4f;
}

.btn_disabled {
  background: var(--cinza4) !important;
}

.botao-principal.btn-confirmar {
  right: 42px;
}
 
.hidden {
  display: none !important;
}

button,
.button,
.botao {
  display: inline-block;
  font-size: 1em;
  padding: 0.625em 1em;
  background-color: var(--cinza3);
  background-image: var(--gradient3);
  border-radius: var(--borderRadius2);
  border: 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  transition: all 100ms;
  color: #fff !important;
}
.botao-principal {
  background-color: var(--cor1);
}
.button__sec {
  background-color: var(--cinza4);
  background-image: var(--gradient2);
}
.button__ter {
  background: var(--cinza2);
  color: var(--cinza4) !important;
}
.button__sm {
  font-size: 0.875em;
}
.button__lg {
  font-size: 1.25em;
}
.button__full {
  width: 100%;
}
button:hover,
.button:hover,
.botao:hover {
  background: var(--cinza5);
}

input[type="datetime-local"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  transition: all 150ms;
  border: 1px solid var(--cinza3);
  color: var(--cinza5);
  padding: 0.625em;
  background-color: #fff;
  font-size: 1em;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-family: inherit;
}
select {
  background: url(../img/select-icon.png) no-repeat right center #fff;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--cor1);
  box-shadow: inset 0 0 0 1px var(--cor1);
}
input:disabled,
textarea:disabled,
select:disabled {
  background: var(--cinza1);
  color: #000;
  opacity: 0.7;
  -webkit-appearance: none;
}
form .erro {
  background-color: #ffffdb !important;
}
.noupper {
  text-transform: none !important;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="checkbox"]:not(.input-switch) {
    border-radius: 0.25em;
    width: 1.375em;
    height: 1.375em;
    border: 1px solid var(--cinza3);
    transition: all 200ms;
  }
  input[type="checkbox"]:not(.input-switch):focus,
  input[type="radio"]:focus {
    border-color: var(--cinza4);
  }
  input[type="checkbox"]:not(.input-switch):checked {
    content: url("https://api.iconify.design/bx:bx-check.svg?color=%23ffffff&height=24");
    background: var(--cor1);
  }
  input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid var(--cinza3);
    border-radius: 1rem;
    transition: all 200ms;
  }
  input[type="radio"]:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 2em;
    background: transparent;
    margin: 0.125em;
  }
  input[type="radio"]:checked:before {
    content: "";
    display: block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 2em;
    background: #fff;
    margin: 0.3125em;
  }
  input[type="radio"]:checked {
    background: var(--cor1);
  }
  .input-switch {
    width: 2.375em;
    height: 1.375em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    position: relative;
  }
  .input-switch:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: var(--cinza4);
    border-radius: 2rem;
    position: absolute;
    top: 0.125em;
    left: 0.125em;
    transition: all 200ms;
  }
  .input-switch:checked:before {
    background: #fff;
    transform: translate(1em, 0);
  }
  .input-switch:checked {
    background: var(--cor1);
  }
}

form dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
/*form dl:last-child {margin-bottom:0;}*/
form dt {
  font-size: 0.813em;
  line-height: 16px;
  margin-bottom: 5px;
}
form dt .iconify {
  color: var(--cor1);
  font-size: 1.25rem;
  margin-bottom: -4px;
}
form dt:empty {
  height: 16px;
}
form dd {
  display: flex;
  align-items: center;
  min-height: 41px;
}
form dd > * {
  margin-right: 1rem;
}
form dd > *:last-child {
  margin-right: 0;
}
form dd .tooltip {
  margin-left: 0.375rem;
  font-size: 1.25rem;
}
form [class^="colunas"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1rem;
}
form .colunas3 {
  grid-template-columns: repeat(3, 1fr);
}
form .colunas4 {
  grid-template-columns: repeat(4, 1fr);
}
form .colunas5 {
  grid-template-columns: repeat(5, 1fr);
}
form .colunas6 {
  grid-template-columns: repeat(6, 1fr);
}
form .colunas7 {
  grid-template-columns: repeat(7, 1fr);
}
form .colunas8 {
  grid-template-columns: repeat(8, 1fr);
}
form [class^="colunas"] .dl2 {
  grid-column: span 2;
}
form [class^="colunas"] .dl3 {
  grid-column: span 3;
}
form [class^="colunas"] .dl4 {
  grid-column: span 4;
}
form [class^="colunas"] .dl5 {
  grid-column: span 5;
}
form label {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
form label input {
  margin-right: 0.5rem;
}
fieldset {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 2px solid var(--cinza1);
  border-radius: var(--borderRadius1);
}
fieldset:last-child {
  margin-bottom: 0;
}
legend {
  font-size: 1.375em;
  font-weight: bold;
  padding-right: 1rem;
}
@media screen and (max-width: 896px) {
  form [class^="colunas"] {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  form dt:empty {
    display: none;
  }
  fieldset {
    padding: 1.5rem 0;
    border: 0;
    border-top: 2px solid var(--cinza1);
    border-radius: 0;
  }
  legend {
    font-size: 1.25em;
  }
}

.tooltip {
  /*color: var(--cor1);*/
}
td .tooltip [data-icon="ph-info"] {
  font-size: 1.25rem;
}

#login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#login form {
  width: 300px;
  padding: 25px;
  background: #333;
  color: #ccc;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
  transition: all 299.9ms;
  border-bottom: 5px solid var(--cinza2);
}
#login .logo {
  display: block;
  margin: 5px auto 20px auto;
}
#login form:focus-within {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
  border-color: var(--cor1);
}
#login ul {
  float: left;
  width: 100%;
  font-size: 1.5em;
}
#login li {
  text-align: center;
  margin-top: 10px;
}
#login li a {
  display: block;
  border: 1px solid var(--cinza2);
  border-radius: 4px;
  padding: 8px 0;
  color: var(--cor1);
}
#login li a:hover {
  border-color: var(--cor1);
}

.signin {
  display: flex;
  height: 100%;
  gap: 4rem;
  padding: 2rem;
}
.signin-form {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.signin-form header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  color: #000;
}
.signin-form form {
  width: 260px;
}
.signin-form-logo {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 80%;
  height: auto;
}
.signin-social {
  font-size: 1.5em;
  display: flex;
  gap: 0.75rem;
}
.signin-avisos {
  flex: 0 0 500px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}
.signin-avisos_alt {
  margin: 2rem;
}
@media screen and (max-width: 896px) {
  .signin {
    flex-direction: column;
  }
  .signin-form {
    flex-direction: column;
    gap: 2rem;
  }
  .signin-form header {
    position: static;
    border-bottom: 1px solid var(--cinza3);
    padding-bottom: 2rem;
  }
  .signin-avisos {
    flex: 1;
    overflow: visible;
  }
}

/* estrutura */
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.main {
  display: flex;
  flex: 1;
}
.main > .nav {
  flex: 0 0 85px;
}
.main > .nav.fixo {
  flex: 0 0 255px;
}
.main > #conteudo {
  flex: 1;
  padding: var(--padding2);
  padding-top: 0;
}
.footer {
  flex: 0 0 32px;
}
@media screen and (max-width: 896px) {
  .main > .nav {
    position: fixed;
    z-index: 999999;
  }
}

.wp {
  position: fixed;
  z-index: 9;
  bottom: 1rem;
  right: 1rem;
}
.wp header a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #40bd4f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
}
.wp article {
  position: absolute;
  bottom: 80px;
  right: 0;
  display: none;
}
.wp article a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  white-space: nowrap;
  background: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 0.75rem;
}
.wp article a:hover {
  background: #40bd4f;
  color: #fff;
}

.head {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cor1);
  width: 85px;
}
.head-logo__img {
  width: 42px;
  object-fit: contain;
}
.head-logo__titulo {
  font-size: 0.75em;
  color: var(--cinza4);
  display: none;
}
.head-cliente__img {
  height: 40px;
  width: auto;
  mix-blend-mode: darken;
  display: block;
}

.head-controles {
  display: flex;
  height: 100%;
}
.head-controles > div {
  position: relative;
}
.head-controles__link {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.head-controles__link:hover {
  color: var(--cor1);
}
.head-controles__icone {
  font-size: 2em;
}
.head-controles__thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50px;
}
.head__menu-mobile {
  display: none;
}
.head-submenu {
  position: absolute;
  right: 50%;
  top: 60px;
  background-color: var(--cinza5);
  background-image: var(--gradient3);
  border-radius: 6px;
  padding: 0.5rem;
}
.head-submenu:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  border: 10px solid transparent;
  border-color: transparent var(--cinza5) transparent transparent;
}
.head-submenu ul {
  min-width: 130px;
  font-size: 0.875em;
}
.head-submenu a {
  display: block;
  padding: 0.5rem;
  color: var(--cinza3);
}
.head-submenu a:hover {
  color: #fff;
}
@media screen and (max-width: 896px) {
  .head-logo {
    height: 32px;
    width: auto;
  }
  .head-logo__img {
    height: 32px;
    width: auto;
    object-fit: contain;
  }
  .head-cliente {
    display: none;
  }
  .head-controles__thumb {
    width: 32px;
    height: 32px;
  }
  .head-controles__link_foto {
    display: flex;
  }
  .head__menu-mobile {
    flex: 0 0 32px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
  }
}

.nav-menu {
  position: fixed;
  z-index: 9999;
  width: 85px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 60px);
  background-image: var(--gradient1);
  color: #fff;
  transition: all 200ms;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  flex: 1;
}
.nav-menu.active {
  width: 310px;
  overflow-y: auto;
}
.nav-menu__item {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  padding: 0.75rem 0;
  position: relative;
}
.nav-menu__item:hover,
.nav-menu__item.active {
  background: rgba(0, 0, 0, 0.1);
}
.nav-menu__item h1 {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
}
.nav-menu__icone {
  flex: 0 0 85px;
  height: 28px;
  width: auto;
}
.nav-menu__badge {
  position: absolute;
  top: 10px;
  left: 50px;
  background: #fff;
  color: var(--cor1);
  font-size: 0.5625em;
  font-weight: bold;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.nav-menu .expande:after {
  content: url("https://api.iconify.design/bx:bx-chevron-down.svg?height=18&color=%23fff");
  margin: 5px 10px 0 0;
  opacity: 0.5;
}
.nav-submenu {
  display: none;
  font-size: 0.875em;
  background: rgba(0, 0, 0, 0.1);
}
.nav-submenu a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-indent: 62px;
}
.nav-submenu a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.nav-submenu__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--cor1);
  border-radius: 100px;
  font-size: 0.75em;
  font-weight: bold;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 896px) {
  .nav-menu {
    display: none;
    width: 100%;
  }
  .nav-menu.active {
    width: 100%;
  }
  .nav-menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-submenu {
    font-size: 1em;
  }
  .nav-submenu a {
    font-size: 0.9375em;
    padding: 0.75rem 1.5rem;
  }
}

.js-collapse {
  display: none;
}

.box {
  background: #fff;
  border-radius: var(--borderRadius1);
  box-shadow: var(--boxShadow1);
  padding: var(--padding2);
  transition: all 200ms;
  position: relative;
}
a.box:after {
  content: url("https://api.iconify.design/mdi:magnify.svg?color=orange&height=32");
  vertical-align: -0.125em;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
a.box:hover {
  box-shadow: var(--boxShadow1hover);
}
.box > *:last-child {
  margin-bottom: 0;
}
.box .box {
  border: 1px solid var(--cinza2);
}
.box hr {
  margin-top: 0;
}

.box-caminho {
  display: flex;
  align-items: center;
  padding: var(--padding1);
}
.box-caminho h1 {
  color: var(--cinza4);
  font-size: 1.5em;
  font-weight: normal;
  margin-right: auto;
}
.box-caminho__info {
  font-size: 32px;
  color: var(--cor1);
}
@media screen and (max-width: 896px) {
  .box-caminho h1 {
    font-size: 1em;
  }
}

.box-with-icon {
  background: #fff;
  border-radius: var(--borderRadius3);
  box-shadow: var(--boxShadow2);
  padding: var(--padding3);
  transition: all 200ms;
  position: relative;
  display: flex;
  flex-direction: column;
}

.box-with-icon.big {
  padding: var(--padding4);
}

.box-with-icon.big .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.box-with-icon .box-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.box-with-icon:not(.big):hover {
  background: var(--gradient4);
  color: #fff !important;
}

.box-with-icon:not(.big):hover .box-text {
  color: #fff !important;
}

.box-retaguarda {
  max-height: 14.75rem;
  border-radius: var(--borderRadius3) !important;
  background-color: #fff;
  position: relative;
}

.box-with-icon.big .box-text {
  font-size: 1.5rem;
  color: var(--cinza6);
}

.box-with-icon.tiny .box-text {
  font-size: 1rem;
  color: var(--cinza6);
}

.box-with-icon.big .title-w-icon {
  display: flex;
  align-items: center;
  gap: 0.87rem;
}
.box-with-icon.big .title-w-icon .titulo1 {
  margin: 0;
}

.title-w-icon .iconify-icon {
  font-size: 40px;
}

.dashboard-slick-container {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 auto;

}

@media screen and (max-width: 896px) {
  .dashboard-slick-container {
    margin: 0 auto;
  }
}

.dashboard-slick {
  width: 100%;
  box-shadow: var(--boxShadow2);
}

.dashboard-slick img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: var(--borderRadius3);
  z-index: 0;
}

.box-ajuda,
.box-video {
  background: var(--cinza2);
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
.box-ajuda__fechar,
.box-video__fechar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  font-size: 24px;
  color: var(--cinza4);
}
.box-ajuda__icone {
  font-size: 42px;
  flex: 0 0 42px;
  margin-right: 1.5rem;
  color: var(--cor1);
}
.box-ajuda__texto {
  font-size: 18px;
}
.box-video {
  flex-direction: column;
}
.box-video__item {
  display: flex;
  align-items: center;
  font-size: 1.375em;
  width: 100%;
  margin-bottom: 0.5rem;
}
.box-video__item:hover {
  color: var(--cor1);
}
.box-video__item:last-child {
  margin-bottom: 0;
}
.box-video__item .iconify {
  font-size: 1.375em;
  color: var(--cor1);
  margin-right: 0.5rem;
}
@media screen and (max-width: 896px) {
  .box-ajuda__texto {
    font-size: 14px;
  }
  .box-video__item {
    font-size: 1em;
  }
}

.box-botoes {
  padding: var(--padding1);
  padding-top: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.box-botoes > * {
  margin-right: 0.5rem;
}
.box-botoes > *:last-child {
  margin-right: 0;
}

.box-filtros {
  padding: var(--padding1);
  padding-top: 0;
}
.box-filtros dt {
  margin-bottom: 0;
}
.box-filtros input[type="text"],
.box-filtros input[type="tel"],
.box-filtros input[type="number"],
.box-filtros input[type="email"],
.box-filtros select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--cinza3);
  font-size: 0.813em;
}
.box-filtros input:focus,
.box-filtros select:focus {
  box-shadow: none;
  border-color: var(--cor1);
}
.box-filtros ::placeholder {
  color: var(--cinza4);
}
.box-filtros .chosen-container {
  font-size: 0.813em;
}
.box-filtros .chosen-container-single .chosen-single {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--cinza3);
  border-radius: 0;
  height: 33px;
  line-height: 33px;
}
.box-filtros .chosen-container-multi .chosen-choices {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--cinza3);
  border-radius: 0;
  height: auto;
  line-height: 33px;
}
.box-filtros
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  height: 30px;
}
.box-filtros button {
  background: transparent;
  border: 1px solid var(--cor1);
  color: var(--cor1) !important;
  padding: 0.5rem;
}
.box-filtros button:hover {
  background: var(--cor1);
  color: #fff !important;
}

.box-abas-grupo {
  display: flex;
}
.box-abas-grupo > * {
  margin-right: 0.5rem;
}
/*
.box-abas {padding:var(--padding1); padding-top:0; display:flex; flex-wrap:wrap;}
.box-abas li {font-size:0.875em; background-color:var(--cinza3); background-image:var(--gradient3); color:#fff; transition:all 200ms; border-right:1px solid rgba(255,255,255,0.3);}
.box-abas li:first-child, .box-abas li:first-child a {border-top-left-radius:5px; border-bottom-left-radius:5px;}
.box-abas li:last-child, .box-abas li:last-child a {border-top-right-radius:5px; border-bottom-right-radius:5px;}
.box-abas a {display:flex; text-align:center; justify-content:center; align-items:center; width:100%; height:100%; padding:calc(0.75em + 1px) 1em;}
.box-abas a:hover {background-color:var(--cinza4)}
.box-abas li a.active {background-color:var(--cinza5); font-weight:bold;}
@media screen and (max-width: 896px) {
	.box-abas {width:calc(100vw); flex-wrap:nowrap; overflow-x:auto; margin-left:-1rem; margin-right:-1rem; padding-right:1rem;}
	.box-abas li {flex:1 0 100px;}
	.box-abas li:first-child {margin-left:1rem;}
	.box-abas a {white-space:nowrap;}
}
*/
.box-abas {
  display: flex;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 2rem;
  overflow-y: hidden;
  overflow-x: auto;
}
.box-abas li a {
  white-space: nowrap;
  display: inline-block;
  font-size: 0.755em;
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid var(--cinza3);
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}
.box-abas li a.active {
  color: var(--cor1);
  background: var(--gradient2);
  color: #fff;
}
@media screen and (max-width: 896px) {
  .box-abas {
    width: 90vw;
  }
}

.box-registros .opcoes {
  margin-bottom: 20px;
}
/*.box-registros .opcoes .qtd {
  display: inline-block;
  font-size: 0.813em;
  font-weight: bold;
  border: 1px solid var(--cor1);
  color: var(--cor1);
  padding: 4px 6px;
  border-radius: 4px;
  margin: 1px;
  background: #fff;
  box-shadow: 12px;
}*/


.box-registros .opcoes .qtd {
  display: inline-block;
  font-size: 0.75em; /* Tamanho de fonte menor */
  font-weight: bold;
  border: 2px solid var(--cor1); /* Mantém a borda mais grossa para destaque */
  color: var(--cor1);
  padding: 6px 10px; /* Espaço interno reduzido */
  border-radius: 4px; /* Raio da borda menor para manter a proporção */
  margin: 2px; /* Ajuste no espaçamento externo */
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Sombra mais suave e menor */
  transition: all 0.3s ease; /* Transição suave para efeitos de hover */
}

.box-registros .opcoes .qtd:hover {
  background: var(--cor1); /* Inverter as cores no hover */
  color: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2); /* Sombra ligeiramente mais profunda no hover */
}

.box-registros .opcoes .link {
  display: inline-block;
  font-size: 0.813em;
  font-weight: bold;
  background-color: var(--cor1);
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
}
.box-registros .opcoes .link:hover {
  background-color: var(--cinza5);
}
.box-registros table {
  width: 100%;
  font-size: 0.813em;
}
.box-registros th {
  text-transform: uppercase;
  font-size: 0.6875rem;
  text-align: left;
  height: 48px;
}
.box-registros td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  height: 48px;
}
.box-registros td:first-child {
  position: relative;
}
.box-registros tr td:last-child {
  border-right: 0;
}
.box-registros tr {
  transition: all 200ms;
}
.box-registros__sub-tr {
  background: var(--cinza2);
}
.box-registros__sub-tr td {
  border: 0;
  height: 28px;
}
.box-registros__indice th {
  padding: 6px 10px;
  background: var(--cinza5);
  color: var(--cinza3);
  height: 48px;
  text-align: inherit !important;
}
.box-registros__indice th strong {
  color: #fff;
  font-size: 1rem;
}
.box-registros tr:hover {
  background: var(--cinza1);
}
.box-registros tr.abordado {
  opacity: 0.5;
}
.box-registros a {
  text-decoration: underline;
}
.box-registros .sticky-top th,
.box-registros tr:first-child th {
  position: sticky;
  z-index: 1;
  top: 60px;
  background: #fff;
  box-shadow: inset 0 -1px var(--cinza3);
}
.box-registros .sticky-left td:first-child {
  position: sticky;
  z-index: 0;
  left: 85px;
  background: #fff;
  box-shadow: 1px 0 0 var(--cinza3);
}
.box-registros__expande td:first-child:before {
  content: url("https://api.iconify.design/mdi:chevron-down.svg?height=14");
  vertical-align: -0.125em;
  margin-right: 0.375rem;
}
.box-registros__subcategoria td:first-child {
  text-indent: 3rem;
}
.box-registros__subcategoria tr {
  background: var(--cinza1);
}
.box-registros .paginacao {
  margin-top: 20px;
}
.box-registros .paginacao a {
  display: inline-block;
  background: var(--cinza1);
  color: var(--cinza4);
  padding: 4px 10px;
  border-radius: 4px;
}
.box-registros .paginacao a:hover {
  background-color: var(--cinza1hover);
}
.box-registros .paginacao a.active {
  background-color: var(--cor1);
  color: #fff;
}
.box-registros .avaliacao-estrelas {
  display: inline-block;
  width: 75px;
}
.box-registros .avaliacao-estrelas i:before {
  margin: 0;
}

.box-registros--lg td {
	font-size:1rem;
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background: var(--cor1);
  color: #fff;
}
table.tablesorter2 thead tr .headerSortDown,
table.tablesorter2 thead tr .headerSortUp {
  background: var(--cor1);
  color: #fff;
}
.box-registros__status {
  position: absolute;
  left: -8px;
  top: 1px;
  width: 8px;
  border-radius: 8px 0 0 8px;
  height: calc(100% - 2px);
}
@media screen and (max-width: 896px) {
  .box-registros .opcoes {
    padding: 0 4%;
  }
  .box-registros table {
    display: table;
  }
  table.tablesorter2 thead tr .header {
    background-image: none !important;
  }
  table.tablesorter thead tr .header {
    background-image: none !important;
  }
}
@media screen and (max-width: 667px) {
  .box-registros {
    width: calc(100vw - 4rem);
    overflow: auto;
  }
  .box-registros .opcoes {
    padding: 0;
  }
  .box-registros table {
    width: 900px;
  }
  .box-registros_m {
    width: 100%;
  }
  .box-registros_m table {
    width: 100%;
  }
  .box-registros_m tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid var(--cinza3);
    padding: 0.5rem;
    border-radius: 8px;
  }
  .box-registros_m th,
  .box-registros_m thead,
  .box-registros_m td[data-hidden] {
    display: none;
  }
  .box-registros_m td:before {
    content: attr(data-th);
    color: var(--cinza4);
    padding-right: 1rem;
    margin-right: auto;
    text-align: left;
    min-width:30%;
    max-width:50%;
  }
  .box-registros_m td {
    display: flex;
    padding: 0 0.5rem;
    height: 28px;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .box-registros_m td:last-child {
    border-bottom: 0;
  }
  .box-registros_m td > * {
    margin-right: 0.375rem;
  }
  .box-registros_m td > *:last-child {
    margin: 0;
  }
  .box-registros_m td .input-switch {
    font-size: 1rem;
  }
  .box-registros--lg td {
  	font-size:1em;
  }
}

.box-total {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 85px;
  width: calc(100% - 85px - 4rem);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  margin-left: 2rem;
  border-radius: 10px 10px 0 0;
}
.box-total p {
  font-size: 0.875em;
}

.box-form table {
  width: 100%;
}
.box-form th {
  font-size: 0.813em;
}
.box-form td {
  padding: 0.5rem;
}

.box-cal-semana {
  margin: 1.5em 0;
}
.box-cal-semana table {
  border: 1px solid var(--cinza3);
  width: 100%;
}
.box-cal-semana th {
  border: 1px solid var(--cinza3);
  padding: 0;
}
.box-cal-semana td {
  border: 1px solid var(--cinza3);
  padding: 0.25rem;
}
.box-cal-semana__link {
  display: block;
  background: var(--cinza3);
  color: #fff;
  font-size: 0.75em;
  padding: 0.375em;
  margin-bottom: 0.125em;
  border-radius: 4px;
}

.box-producao {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.box-producao__item.active {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: none;
}
.box-producao__item.inactive {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.45;
  box-shadow: none;
}
.box-producao__inner1 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.box-producao__inner1 h1 {
  font-size: 1.125em;
  margin-bottom: 0.5rem;
  max-width: 90%;
}
.box-producao__inner1 h2 {
  font-size: 0.875em;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.box-producao__inner1 .iconify {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  font-size: 2em;
  color: mediumspringgreen;
}
.box-producao .js-setor {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-producao .grafico-barra {
  margin-top: auto;
}
@media screen and (max-width: 667px) {
  .box-producao {
    grid-template-columns: 1fr;
  }
}

.box-colab {
  display: flex;
  width: 100%;
}
.box-colab-conteudo {
  flex: 1;
  margin: 0;
}
.box-colab-foto {
  flex: 0 0 25%;
  margin-left: 4rem;
}
.box-colab-foto__img {
  width: 100%;
  height: 18vw;
  object-fit: cover;
}

.grafico {
  float: left;
  width: 100%;
}
.canvasjs-chart-credit {
  display: none !important;
}

.grafico-barra {
  width: 100%;
  background: var(--cinza1);
  padding: 5px;
  border-radius: 4px;
}
.grafico-barra span {
  display: inline-block;
  background-color: var(--cor1);
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  text-align: right;
  font-weight: bold;
  padding: 0.375rem 0;
  border-radius: 4px;
}
.grafico-barra span > * {
  padding: 0 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.dashboard {
  display: flex;
  flex-wrap: wrap;
}
.box-dashboard {
  width: 100%;
  border: 3px solid var(--cinza1);
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}
.dashboard .coluna {
  flex: 50%;
  padding: 0 10px;
}
.dashboard .titulo-dashboard {
  font-size: 1.5em;
  color: var(--cinza4);
  margin-bottom: 20px;
}
.dashboard .acesso .ip {
  font-size: 1em;
  color: var(--cinza4);
  margin-top: 20px;
}
.avatar {
  border: solid 1px #ccc;
  padding: 1px;
  border-radius: 5px;
  margin: 10px;
}

.grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.grid_auto {
  grid-template-columns: repeat(auto-fit, minmax(320px, auto));
}
.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid_6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid_7 {
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 896px) {
  .grid {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 0;
  }
  .grid > .box {
    margin-bottom: 1.5rem;
  }

  .grid > .box-retaguarda {
    margin-bottom: 1.5rem;
  }
}

.titulo1 {
  display: flex;
  align-items: center;
  font-size: 1.4375em;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.titulo1 .iconify {
  font-size: 1.5em;
  margin-right: 0.375em;
  color: var(--cor1);
}

.grafico1-canva {
  position: relative;
}
.grafico1-canva h1 {
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grafico1-valores {
  margin-bottom: 1.5rem;
}
.grafico1-valores p {
  font-size: 1em;
  margin-bottom: 0.25rem;
}
.grafico1-valores h1 {
  font-size: 2em;
  letter-spacing: -0.03em;
  font-weight: normal;
  color: var(--cinza4);
}
.grafico1-valores h2 {
  font-size: 1.5em;
  margin-top: 0.25rem;
  letter-spacing: -0.03em;
  font-weight: normal;
  color: var(--cinza4);
}
.grafico1-valores h3 {
  font-size: 1.125em;
  margin-top: 0.25rem;
  letter-spacing: -0.03em;
  font-weight: normal;
  color: var(--cinza4);
}
.grafico1-growl {
  font-size: 1rem;
  color: var(--azul);
}
.grafico1-tabela table {
  width: 100%;
  font-family: "Roboto Condensed";
}
.grafico1-tabela td {
  height: 24px;
  padding: 0.5rem;
}
.grafico1-tabela th {
  text-align: left;
  padding: 0.5rem;
  color: var(--cinza4);
}
.grafico1-tabela a {
  text-decoration: underline;
  text-decoration-color: var(--cinza3);
}
.grafico1-tabela tbody {
  border-bottom: 1px solid #ddd;
}
.grafico1-tabela tbody:last-child {
  border-bottom: 0;
}
.grafico1-tabela_sm td {
  height: 14px;
  padding: 0.25rem;
}
.grafico1-tabela__td2 {
  text-indent: 20px;
}
.grafico1-tabela__td3 {
  text-indent: 40px;
}
small {
  font-size: 0.6875em;
}
.grid > .grafico1-valores {
  margin-bottom: 0;
}

.box-balanco {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
.box-balanco__item {
  display: block;
  margin-bottom: 0.75rem;
  border: 1px solid var(--cinza2);
  border-radius: var(--borderRadius2);
  padding: 0.5rem 1rem;
  transition: all 200ms;
}
.box-balanco__item:hover {
  border-color: var(--cinza4);
}
.box-balanco__item h1 {
  font-size: 0.813em;
  font-weight: normal;
}
.box-balanco__item h2 {
  font-size: 1.125em;
  font-weight: bold;
}
.box-balanco__receita h2 {
  color: var(--verde);
}
.box-balanco__despesa h2 {
  color: var(--vermelho);
}
.box-balanco__item_principal {
  background-color: var(--cinza4);
  background-image: var(--gradient3);
  margin-bottom: 1rem;
  color: #fff;
  border: 0;
}
.box-balanco__item_principal h2 {
  color: #fff;
}
.box-balanco__receita .box-balanco__item_principal {
  background-color: var(--verde);
}
.box-balanco__despesa .box-balanco__item_principal {
  background-color: var(--vermelho);
}

.impressao-header__logo {
  float: left;
  width: 5cm;
  height: auto;
}
.impressao-header__inner1 {
  float: left;
  margin-left: 1cm;
  margin-top: 0.4cm;
}
.impressao-header__inner2 {
  float: right;
}
.impressao-header__p1 {
  font-size: 11pt;
  font-weight: bold;
}
.impressao-header__p2 {
  font-size: 10pt;
}
.impressao .box-form {
  width: auto;
}
.impressao form fieldset {
  border: 0;
  border-top: 2px solid #000;
}
.impressao form legend {
  color: #000;
}
.impressao form dt {
  color: #000;
  text-transform: uppercase;
  font-size: 9pt;
}
.impressao form dd {
  color: #000;
  font-weight: bold;
  font-size: 10pt;
}
.impressao__data-entrega {
  border: 2px solid #000;
  text-align: center;
}

.plp-indicadores {
  display: flex;
  justify-content: space-around;
}
.plp-indicadores p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--cinza4);
}
.plp-indicadores .iconify {
  font-size: 3em;
}
.plp-indicadores p span {
  font-size: 2.25em;
}

.modal {
  width: 1162px;
  max-width: 90%;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cor1);
  color: #fff;
  padding: 1.5rem;
}
.modal-header__titulo {
  font-size: 1.375em;
}
.modal-header__info {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.modal-header__info .iconify {
  font-size: 1.75em;
  opacity: 0.6;
}
.modal-header__info * {
  margin-right: 0.5rem;
}
.modal-header__info big {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 0.25rem 0.375rem;
}
.modal-header__radio {
  display: flex;
  align-items: center;
}
.modal-header__radio * {
  margin-right: 1rem;
}
.modal-header__radio input {
  margin-right: 0.5rem;
}

.modal-content {
  padding: 1.5rem;
  background: var(--cinza2);
}
.modal-content__titulo {
  font-size: 1.375em;
  margin-bottom: 1rem;
  color: var(--cinza4);
}
.modal-content dd {
  min-height: auto;
  font-size: 0.875em;
}

.modal2 {display:flex; flex-direction:column; gap:2rem; width:100%;}
.modal2-header {display:flex; flex-direction:column; gap:.5rem;}
.modal2-header h1 {font-size:1.75em;}
.modal2-header p {font-size:1em; color:var(--cinza4);}
.modal2-botoes {display:flex; gap:.5rem; flex-wrap:wrap;}

.fin-fluxo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
}

.fin-fluxo-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-family: "Roboto Condensed";
}
.fin-fluxo-titulo h1 {
  font-size: 1.125em;
}
.fin-fluxo-titulo h2 {
  font-size: 1.125em;
  font-weight: normal;
}
.fin-fluxo-titulo h2 a {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.icone-vuca {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/simbolo-vuca.svg);
  background-size: 1em 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
}

.pedidos-linha {
  display: flex;
  margin: 1rem 0;
}
.pedidos-linha__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.pedidos-linha__item.active {
  opacity: 1;
}
.pedidos-linha__item .iconify {
  font-size: 1.5em;
}
.pedidos-linha__item h1 {
  margin: 0.5rem 0;
}
.pedidos-linha__item p {
  font-size: 0.813em;
  color: var(--cinza4);
}

.header-black {
  background: #212121;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.header-black__vuca {
  flex: 0 0 40px;
}
.header-black__logo {
  margin: 0 auto;
  height: 40px;
  width: auto;
}

.pedidotv {
  flex: 1;
  color: #fff;
  display: flex;
}
.pedidotv-grupo {
  flex: 1;
  border-right: 2px solid #212121;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: start;
}
.pedidotv-grupo:last-child {
  border-right: 0;
}
.pedidotv-grupo__header {
  grid-column: span 2;
  text-align: center;
  color: #fff;
  font-size: 3em;
  padding: 1rem;
}
.pedidotv-item {
  margin: 0.5rem 0.5rem;
  padding: 0.5rem;
  background: #c30000;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 1.25em;
}
.pedidotv-item.active {
  background: darkgreen;
  color: #fff;
}
.pedidotv-item h1 {
  margin-right: 1rem;
}
.pedidotv-item h3 {
  margin-left: auto;
}

.conteudo_iframe .box-caminho,
.conteudo_iframe .box-botoes {
  margin: 0 1rem;
}
.conteudo_iframe {
  overflow-x: hidden;
}

.cal-legend {
  display: flex;
  align-items: center;
}
.cal-legend__item {
  font-size: 0.6875em;
  padding: 0.375rem;
  border-radius: 4px;
  margin-right: 0.375rem;
  color: #fff;
}
.cal-legend h1 {
  margin-right: 1rem;
  font-weight: normal;
  font-size: 0.875em;
}

.dre table {
  max-width: 100%;
  border-collapse: collapse;
  font-size: 0.75em;
  font-weight: bold;
  font-family: "Roboto Condensed";
}
.dre colgroup {
  border-right: 10px solid #fff;
}
.dre thead {
  position: sticky;
  z-index: 99;
  top: 60px;
  background: #fff;
}
.dre thead tr:last-child th {
  background: var(--cinza4);
  color: #fff;
}
.dre thead th {
  background: #fff;
  padding: 8px 0;
}
.dre__col-valor {
  background: var(--cinza1);
}
.dre__col-valor col:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
  border-right: 1px solid #fff;
}
.dre__col-valor col:nth-child(4) {
  background: rgba(0, 0, 0, 0.03);
}
.dre__col-total {
  background: red;
}
.dre td {
  padding: 0 0.5rem;
  height: 32px;
}
.dre tbody tr:first-child {
  font-weight: bold;
  font-size: 0.875rem;
}
.dre tbody td {
  text-align: right;
}
.dre tbody td:first-child {
  text-align: left;
}
.dre__menos {
  color: var(--vermelho);
}
.dre__mais {
  color: var(--azul);
}
.dre__total {
  color: #000;
}
.dre__perc {
  font-weight: normal;
  font-size: 0.813rem;
  color: var(--cinza4);
}
.dre__expande:after {
  content: url("https://api.iconify.design/mdi:chevron-down.svg?height=16&color=%23666");
  vertical-align: -0.125em;
  position: absolute;
  right: -0.385rem;
  transition: all 200ms;
}
.dre__expande.active:after {
  transform: rotate(180deg);
}
.dre__subnivel {
  font-weight: normal;
  color: var(--cinza4);
}
.dre__subnivel td {
  padding-left: 24px !important;
}
/*.dre__expande.active:after {content: url('https://api.iconify.design/mdi:chevron-up.svg?height=16&color=%23666');}*/
.dre tbody tr:hover td {
  background: rgba(0, 0, 0, 0.1);
}
/*sticky*/
.dre__cat {
  min-width: 200px;
  position: sticky;
  left: 85px;
  background: #fff;
}
.dre tbody tr td:first-child {
  position: sticky;
  left: 85px;
  background: #fff;
}
@media print {
  .dre thead {
    position: static;
  }
  .dre__cat {
    min-width: auto;
    position: static;
  }
  .dre tbody tr td:first-child {
    position: static;
  }
  .dre__expande:after {
    display: none;
  }
}

/*.lista-caixas {display:grid; grid-template-columns:repeat(8,minmax(120px,1fr)); grid-gap:1rem;}*/
.lista-caixas {
  display: flex;
  gap: 0.75rem;
}
.lista-caixas > div {
  flex: 1;
}
.lista-caixas dt {
  font-size: 0.6875em;
}
.lista-caixas__titulo {
  display: flex;
  align-items: flex-end;
  height: 30px;
  font-size: 0.75em;
  margin-bottom: 1rem;
}
.lista-caixas .button {
  font-size: 11px;
  padding: 0.5em;
}
@media screen and (max-width: 667px) {
  .lista-caixas {
    flex-direction: column;
  }
}

.lista-expande {display:flex; flex-direction:column; gap:.5rem;}
.lista-expande-titulo {display:flex; align-items:center; gap:.5rem; min-height:60px; background:var(--cinza1); padding:1rem; text-decoration:none !important; border-radius:8px;}
.lista-expande-titulo h1 {font-size:1.25em;}
.lista-expande-titulo h2 {font-size:1em; font-weight:normal;}
.lista-expande-titulo:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E"); width:1.25em; height:1.25em; transition:all 200ms; flex-shrink:0;}
.active.lista-expande-titulo:before {transform:rotate(180deg) !important;}
.lista-expande-item > article p {display:flex; align-items:center; gap:1rem; border-bottom:1px solid var(--cinza2); min-height:40px;}
@media screen and (max-width: 667px) {
	.lista-expande-titulo {padding:.5rem;}
	.lista-expande-titulo h1 {font-size:0.9375em;}
	.lista-expande-titulo h2 {font-size:0.75em;}
	.lista-expande-titulo a {flex-shrink:0;}
}

.lista-expande-direita .lista-expande-titulo {
  justify-content: space-between;
}

.lista-expande-direita .lista-expande-titulo::before {
  order: 1;
  margin-left: auto; 
  margin-right: 0;   
}

.warn {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  background: #c30000;
  color: #fff;
}
.warn__aviso {
  text-align: center;
  margin: 0 2rem 0 1rem;
}
.warn__aviso a {
  text-decoration: underline;
}
.warn__fechar {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 24px;
}

@media print {
  #nav {
    display: none;
  }
  #conteudo {
    margin-left: 0;
  }
  .js-collapse {
    display: none;
  }
  .box-caminho {
    display: none !important;
  }
  .box-botoes {
    display: none !important;
  }
  input[type="text"],
  input[type="file"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  input[type="password"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    border: 0;
    padding: 0;
    font-weight: bold;
  }
  .chosen-container-single .chosen-single {
    border: 0 !important;
    font-weight: bold;
    color: #424242 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 14px !important;
    font-weight: bold;
  }
  .chosen-container-single .chosen-single div b {
    display: none !important;
  }
  .search-choice-close {
    display: none !important;
  }
  legend {
    color: #424242;
  }
  fieldset {
    padding: auto 0;
    border: 0;
  }
  input[type="file"] {
    display: none;
  }
  .botao {
    display: none;
  }
  .botao-notas {
    display: none;
  }

  .head,
  .nav,
  .box-botoes,
  .box-registros__acoes {
    display: none !important;
  }
  body {
    background: transparent;
  }
  .box {
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .naoimprimir {
    display: none !important;
  }
  .tablesorter-default .header,
  .tablesorter-default .tablesorter-header {
    background-image: none !important;
  }
}

.ajuda {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ajuda-banner {
  flex: 0 0 200px;
}
.ajuda-content {
  flex: 1;
  overflow-y: auto;
  height: 100%;
}
.ajuda-cat {
  border-bottom: 1px solid var(--cinza1);
  padding: 1rem 1.5rem;
}
.ajuda-cat:last-child {
  border-bottom: 0;
}
.ajuda-cat > header {
  font-size: 1.375em;
  color: var(--cor1);
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}
.ajuda-cat > article {
  display: flex;
  flex-direction: column;
  font-size: 0.9375em;
}
.ajuda-item {
  padding: 0.5rem 0;
}
.ajuda-item:hover {
  color: var(--cor1);
}
.ajuda-item_mais {
  border-bottom: 0;
  color: var(--cor1);
}
.ajuda-cal {
  padding: 0.9375em 0;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.ajuda-cal:hover {
  color: var(--cor1);
}
.ajuda-cal h2 {
  font-weight: normal;
  font-size: 0.875em;
}
.ajuda-cal h3 {
  font-weight: normal;
}
.ajuda-cal figure {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: var(--cor1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.375em;
}
@media screen and (max-width: 667px) {
  .ajuda-banner {
    flex: 0;
  }
  .ajuda-banner img {
    width: 100%;
    height: auto;
  }
}

.infozap {
  display: flex;
  flex-direction: column;
}
.infozap-status {
  background: var(--cinza1);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
  border-radius: var(--border-radius1);
}
.infozap-status aside {
  flex: 0 1 160px;
  text-align: center;
}
.infozap-status aside .iconify {
  font-size: 6em;
}
.infozap-status aside h1 {
  font-size: 1.5em;
  font-weight: normal;
}
.infozap-status article {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.infozap-status article h1 {
  font-size: 1.5em;
}
.infozap-status article p {
  font-size: 1.125em;
}
.infozap-status article p a {
  text-decoration: underline;
}
.infozap-chat {
  background: url(../img/whatsapp-bg.png) center center / cover;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--cinza3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.infozap-chat-text {
  min-width: 100px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.infozap-chat-text > article {
  background: #fff;
  padding: 0.75rem;
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.infozap-chat-text--author {
  align-self: end;
}
.infozap-chat-text--author > article {
  background: #d9fed3;
}
.infozap-chat-text__date {
  align-self: end;
  margin-bottom: -0.375rem;
  font-size: 0.75em;
  color: var(--cinza4);
}
.infozap-chat-text > footer {
  display: flex;
  gap: 0.5rem;
}
.infozap-chat-text > footer a {
  flex: 1;
  text-align: center;
  background: #d9fed3;
  padding: 0.5rem;
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* Início de estilos específicos para a seção mais-acessados do dashboard */

.s-retaguarda {
  max-width: 100%;
}

.s-mais-acessados {
 /*margin-top: 3.75em;*/
}

.grid-mais-acessados {
  grid-gap: 1.5rem;
}

.mais-acessados__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mais-acessados__item {
  display: flex;
  align-items: center;
}
.mais-acessados__item .iconify-icon {
  font-size: 1.5rem;
}
.mais-acessados__item span {
  font-size: 1em;
}
.mais-acessados__item span:last-of-type {
  font-weight: bold;
}

.js-dropdown-menu, .dropdown-menu {
  display: none; 
  position: absolute; 
  background-color: #f9f9f9; 
  min-width: 160px; 
  box-shadow: 5px 5px 20px rgba(0,0,0,0.1); 
  z-index: 99; 
  right: 0; 
  border-radius: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px;
  border: 1px solid #000; /* Adiciona uma borda preta de 1 pixel */
}

.js-dropdown-menu li a, .dropdown-menu li a {
  font-weight: 600; 
  padding: 12px 16px; 
  text-decoration: none; 
  display: flex; 
  justify-content: space-between; 
  gap: 16px;
}

.dropdown-menu li a:hover {
  background-color: #c5c0c0 !important; 
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu.up {
    bottom: 100%;
}
.dropdown-menu.down {
    top: 100%;
}
.indicadores dl {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid var(--cinza2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  margin-bottom: 17px;
}
.indicadores dd {
  display:inline-block;
  min-height: 0;
}
dd.dd2 {
  display:inline-block;
  min-height: 0;
  margin-top:5px;
  font-size:0.7em;
  color:var(--cinza4);
}

.ninebox {position:relative; z-index:9; padding:0 0 4rem 4rem;}
.ninebox-eixo {position:absolute;}
.ninebox-eixo h1 {background:var(--cinza4); color:#fff; padding:.5rem 1rem; border-radius:100px; white-space:nowrap;}
.ninebox-eixo--x {bottom:0; left:0; width:100%; height:48px; display:flex; align-items:center; justify-content:center; border-top:2px solid var(--cinza4);}
.ninebox-eixo--y {left:0; top:0; width:48px; height:100%; border-right:2px solid var(--cinza4); display:flex; justify-content:center; align-items:center;}
.ninebox-eixo--y h1 {transform:rotate(-90deg);}
.ninebox-grid {display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--cinza2);}
.ninebox-grid--valores {grid-template-columns:repeat(2,1fr);}
.ninebox-grid-item {min-width:100px;height:250px; border:1px solid var(--cinza2); display:flex; flex-direction:column;}
.ninebox-grid-item header {flex:0 0 40px; background:var(--cinza2); text-align:center; display:flex; justify-content:center; align-items:center; gap:.5rem; border-bottom:2px solid var(--cinza2); position:relative;}
.ninebox-grid-item header h1 {font-size:0.913em;}
.ninebox-grid-item header h2 {background:var(--cinza5); color:#fff; min-width:20px; height:20px; border-radius:100px; font-size:0.75em; display:flex; align-items:center; justify-content:center;}
.ninebox-grid-item header span {position:absolute; right:.5rem; bottom:.25rem; font-size:2.5em;}
.ninebox-grid-item--cor1 header {flex:0 0 40px; background:#FEFBD8;}
.ninebox-grid-item--cor2 header {flex:0 0 40px; background:#FFEDD9;}
.ninebox-grid-item--cor3 header {flex:0 0 40px; background:#DBFEE6;}
.ninebox-grid-item article {flex:1; overflow-y:auto; padding:.5rem;}
.ninebox-card {display:flex; gap:.75rem; align-items:center; padding:.375rem;}
.ninebox-card div {flex:1; overflow:hidden;}
.ninebox-card img {flex-shrink:0; border-radius:100%; display:block; width:40px; height:40px; object-fit:cover;}
.ninebox-card h1 {font-size:0.875em; line-height:1; margin-bottom:.125em; text-overflow:ellipsis; width:99%; white-space:nowrap; overflow:hidden;}
.ninebox-card h2 {font-size:0.75em; font-weight:normal; color:var(--cinza4); text-overflow:ellipsis; width:99%; white-space:nowrap; overflow:hidden;}

.cardapio-editar {display:flex; gap:2rem;}
.cardapio-editar-form {flex:1; margin-bottom:0;}
.cardapio-editar-fotos {flex:0 0 280px; display:grid; grid-template-columns:1fr 1fr; gap:1rem; align-content:start;}
.cardapio-editar-fotos-item {display:flex; flex-direction:column; gap:.5rem;}
.cardapio-editar-fotos-item img {width:100%; height:auto; aspect-ratio:4/3; object-fit:cover;}

.footer-sugestao {position:fixed; bottom:150px; right:0;}
.footer-sugestao a {display:flex; font-size:0.875em; background:#fff; color:var(--cinza5); border:1px solid var(--cinza2); box-shadow:2px -2px 4px rgba(0,0,0,0.15); font-weight:bold; writing-mode: vertical-lr; transform:rotate(180deg); padding:16px 8px; border-radius:0 8px 8px 0 ; transition:all 150ms;}
@media screen and (min-width: 896px) {
  .footer-sugestao a:hover {padding:16px 8px 16px 16px;}
}
@media screen and (max-width: 896px) {
  .footer-sugestao {bottom:auto; top:80px;}
  .footer-sugestao a {font-size:0.875em; padding:8px 6px 8px 8px;}
}