:root {
  --text: #091426;
  --main: #2d93ee;
  --white: white;
  --light-steel-blue: #c9d7f03d;
  --slate-grey: #667999;
  --light-steel-blue-3: #c9d7f0b3;
  --border: #c9d7f0;
  --white-smoke: #f6f8fb;
  --crimson: #dd4040;
  --mobile-border: #9ca8bd;
  --gold: #f7b84b;
  --medium-sea-green: #0bb261;
  --highlight: #eef1f7;
  --dim-icon: #b2bccc;
  --cornflower-blue: #689ffe;
  --midnight-blue-2: #0f152b;
  --midnight-blue: #012f7e;
  --medium-purple: #ad6eed;
  --bg: #fafcff;
  --honeydew: #dbf4e7;
  --dark-slate-blue: #183d71;
  --light-steel-blue-2: #97bdff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--text);
  letter-spacing: -.1px;
  background-color: #c9d7f030;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1;
}

h1 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

h2 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

.html-embed {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._2 {
  padding-top: 25px;
}

.flex {
  display: flex;
}

.flex.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
}

.button {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 50px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.with-right-icon {
  padding-right: 68px;
  overflow: visible;
}

.button.with-right-icon.mainx {
  z-index: 101;
  background-color: var(--main);
  color: var(--white);
}

.button.with-right-icon.mainx.ns {
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-right: 24px;
}

.button.maink {
  background-color: var(--main);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
}

.button.maink.mobile {
  display: none;
}

.button.maink.dropdown {
  width: 150px;
  padding-bottom: 14px;
}

.button.main {
  background-color: var(--main);
  color: var(--white);
}

.button.main.mobile {
  display: none;
}

.button.main {
  color: #fff;
  background-color: #3461ff;
}

.button.main.dropdown {
  width: 150px;
  padding-bottom: 14px;
}

.button.mains {
  background-color: var(--main);
  color: #fff;
  background-color: #2d93ee;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 7px;
}

.right-icon-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.right-icon-wrapper.left-border {
  z-index: 200;
  border-left: 1px solid #fff3;
}

.right-icon-wrapper.left-border.line-color {
  border-left-color: var(--light-steel-blue);
}

.right-icon-wrapper.inside-item {
  height: 100%;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Dexa contas font, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.main-font-icon.smaller-icon {
  transform: scale(.93);
}

.main-font-icon.u {
  font-size: 18px;
}

.main-font-icon._5 {
  width: auto;
  height: 28px;
  padding-bottom: 8px;
  line-height: 28;
}

.main-font-icon.services {
  color: var(--white);
  font-size: 20px;
}

.main-font-icon.smalll {
  padding-top: 10px;
  font-size: 20px;
}

.button-text {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text.radio-text {
  padding-top: 1px;
  font-weight: 500;
}

.button-text.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

.icon {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon:hover {
  background-color: #0000;
}

.icon.left-icon {
  width: auto;
  margin-right: 8px;
  padding-top: 10px;
  padding-left: 0;
}

.icon.form-field-dropdown {
  color: var(--main);
}

.icon.menu-left-icon {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.paginate-previous {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon.plus-minus {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding-top: 0;
  padding-left: 0;
  line-height: 28px;
  display: flex;
}

.icon.inside-kpi {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.add-stuff-icon {
  text-align: center;
  flex: 1;
  align-items: center;
  width: auto;
  min-width: 44px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 8px;
  display: flex;
}

.icon.upload-icon {
  margin-top: -7px;
  margin-bottom: 11px;
  padding-left: 0;
  transform: scale(1.5);
}

.icon.icon-link {
  color: var(--text);
}

.icon.hidden {
  display: none;
}

.icon._100 {
  padding-left: 0;
  font-size: 24px;
}

.icon.hamberg-menu, .icon.back {
  color: var(--main);
}

.icon.big {
  color: var(--text);
  font-size: 24px;
}

.icon.big._000 {
  display: none;
}

.icon.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.icon.with-border {
  color: #667999;
  border: 1px solid #0000;
  border-radius: 50%;
  flex: none;
  padding-top: 9px;
  padding-left: 9px;
}

.icon.with-border.small {
  width: 43px;
  height: 35px;
  padding-top: 0;
  font-size: 14px;
}

.icon.quick-action {
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-bottom: 5px;
  padding-right: 14px;
  display: flex;
}

.button-link {
  z-index: 1;
  transition: all .1s;
  display: block;
  position: absolute;
  inset: 0% 44px 0% 0%;
}

.button-link.full {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.button-link._100 {
  right: 0;
}

.left-icon-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
  top: -14px;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-wrapper._60 {
  padding-top: 40px;
}

.form-field-lable {
  color: var(--text);
  height: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}

.form-field-lable.show-on-mobile {
  display: none;
}

.form-field-lable._5 {
  margin-bottom: 25px;
}

.form-field-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper.filters {
  flex: 1;
  margin-bottom: 0;
}

.form-field-wrapper.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper.wrap-search._10 {
  max-width: 250px;
}

.form-field-wrapper.inside-grid {
  min-width: 250px;
  margin-bottom: 0;
}

.form-text-field {
  border: 1px solid var(--light-steel-blue-3);
  background-color: var(--white);
  color: var(--text);
  letter-spacing: -.3px;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field:hover {
  border-color: var(--slate-grey);
}

.form-text-field:focus {
  border-color: var(--main);
}

.form-text-field::placeholder {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 400;
}

.form-text-field.dropdown-field {
  padding-right: 60px;
}

.form-text-field.table-filter-field {
  cursor: pointer;
  padding-right: 60px;
}

.form-text-field.table-filter-field.estado {
  z-index: 5;
  border-color: var(--light-steel-blue);
  background-color: #0000;
  padding-left: 62px;
  position: relative;
}

.form-text-field.table-filter-field.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-text-field.calendar-field {
  border-color: var(--light-steel-blue);
  padding-right: 56px;
}

.form-text-field.calendar-field::placeholder {
  color: var(--text);
  font-size: 16px;
}

.form-text-field.calendar-field.in-table::placeholder {
  font-size: 14px;
}

.form-text-field.n-fatura {
  border-left-style: solid;
  border-left-color: var(--light-steel-blue);
}

.form-text-field.n-fatura:hover {
  border-style: solid;
  border-color: var(--text);
}

.form-text-field.n-fatura::placeholder {
  color: var(--text);
  font-size: 16px;
}

.form-text-field._2 {
  height: 80px;
}

.form-text-field._3 {
  height: 170px;
}

.form-text-field.recibo {
  background-color: #6679991a;
}

.form-text-field.whitex {
  background-color: #fff;
}

.form-text-field.mt-10 {
  margin-top: 10px;
}

.form-text-field._5 {
  height: auto;
  padding-bottom: 151px;
}

.dropdown-field-wrapper {
  background-color: var(--white);
  position: relative;
}

.checkbox-lable {
  min-width: 100%;
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 14px;
  position: relative;
  top: 0;
}

.checkbox-lable.hidden {
  display: none;
}

.flyout-menu-wrapper {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

.flyout-menu-wrapper.table-actions-flyout {
  width: 174px;
  display: none;
  inset: 52px 15% auto auto;
}

.flyout-menu-wrapper.table-actions-flyout.bigger {
  width: 200px;
}

.flyout-menu-wrapper.date-flyout {
  z-index: 200;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 45px 0% auto;
}

.flyout-menu-wrapper.table-actions-flyout-copy {
  z-index: 100;
  width: 190px;
  display: none;
  position: absolute;
  inset: 25% 25% auto auto;
}

.flyout-menu-wrapper.produto-flyout {
  z-index: 1000;
  width: 282px;
  display: none;
  position: absolute;
  inset: 48px 0% auto auto;
}

.flyout-menu-wrapper.flyout-open-bottom {
  z-index: 200;
  width: 280px;
  display: none;
  position: absolute;
  inset: 48px 0% auto auto;
}

.flyout-menu-wrapper.profile-flyout {
  z-index: 200;
  width: 280px;
  display: none;
  position: absolute;
  inset: auto 0% 48px auto;
}

.flyout-menu-content {
  background-color: var(--white);
  padding: 0 16px 8px;
}

.flyout-menu-content.in-table {
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.flyout-menu-content.date {
  padding-bottom: 16px;
}

.flyout-menu-content.more-padding {
  padding-bottom: 16px;
  position: relative;
}

.menu-item {
  color: var(--text);
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item:hover {
  background-color: var(--white-smoke);
}

.menu-item.with-radio-button {
  height: 36px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 500;
}

.menu-item.with-pagination-numbers {
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.menu-item._11 {
  height: 44px;
}

.menu-icon-wrapper {
  z-index: 2;
  height: 100%;
  margin-right: 8px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 8px;
}

.cancelar-link-wrapper {
  border-top: 1px solid var(--border);
  margin-top: 0;
  padding-top: 8px;
}

.cancelar-link-wrapper.e-criar-nova-fatura-copy {
  margin-top: 12px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.radio-button {
  color: var(--main);
  cursor: pointer;
  border-width: 1px;
  border-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--main);
  background-image: url('../images/check-blue.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  border-radius: 4px;
}

._3-buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

._3-buttons-wrapper._16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

._3-buttons-wrapper.add {
  z-index: 150;
  position: relative;
}

._3-buttons-wrapper.z-indx {
  position: relative;
}

._3-buttons-wrapper._800 {
  justify-content: flex-start;
}

.action-button {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--slate-grey);
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.action-button.delete {
  color: var(--crimson);
}

.action-button.delete:hover {
  border-color: var(--crimson);
}

.action-button.delete-item {
  color: var(--border);
  border-style: none solid none none;
  border-color: #0000;
  align-items: center;
  height: 100%;
  transition: color .1s;
}

.action-button.delete-item:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.action-button.plus-minus {
  border-color: var(--border);
  border-radius: 50%;
  line-height: 28px;
  transition: background-color .1s, border-color .1s, color .1s;
}

.action-button.plus-minus:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.action-button.blue {
  border-color: var(--main);
  color: var(--main);
}

.action-button.blue:hover {
  color: #fff;
}

.action-button.prev-nxt {
  border-color: var(--border);
  width: 32px;
  height: 32px;
}

.action-button.add-stuff-in-invoice {
  border-style: dashed;
  border-color: var(--main);
  color: var(--main);
  background-color: #3461ff14;
  justify-content: center;
}

.action-button.add-stuff-in-invoice:hover {
  background-color: var(--main);
  color: var(--white);
  border-style: solid;
}

.action-button.cncel:hover {
  border-color: var(--crimson);
  background-color: var(--white);
  color: var(--crimson);
}

.action-button.modal-button {
  height: 44px;
  padding: 13px 16px 0;
}

.action-button.modal-button.sim {
  background-color: var(--gold);
  color: #000;
  border-color: #0000;
}

.action-button.modal-button.sim.delete {
  background-color: var(--crimson);
  color: var(--white);
}

.action-button.modal-button.cancelar-acao:hover {
  background-color: var(--slate-grey);
  border-color: #0000;
}

.action-button.full {
  width: 100%;
  margin-bottom: 10px;
}

.action-button.azulla {
  background-color: var(--main);
  color: var(--white);
  border-style: none;
}

.action-button.reddd {
  background-color: var(--crimson);
  color: var(--white);
  border-style: none;
}

.action-button.greenx {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-style: none;
}

.inside-form-field-lable {
  z-index: 10;
  color: var(--slate-grey);
  letter-spacing: -.3px;
  height: 44px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.inside-form-field-lable.form-field-currency {
  align-items: center;
  width: 30px;
  height: 100%;
  padding-top: 2px;
  display: flex;
}

.form-search-field {
  z-index: 1;
  border: 1px solid var(--light-steel-blue);
  letter-spacing: -.3px;
  background-color: #0000;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field::placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.search-icon {
  color: var(--slate-grey);
  font-size: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.table-row {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border) var(--border) var(--light-steel-blue);
  height: 64px;
  display: flex;
  position: relative;
}

.table-row.invoice-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border);
  border-radius: 0;
  justify-content: space-between;
  height: 56px;
  display: flex;
  position: relative;
}

.table-row.cell-label-wrapper {
  background-color: #eef1f79e;
  height: 44px;
  padding-right: 60px;
}

.table-row.cell-label-wrapper.invoice-items-lable {
  border-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 48px;
  padding-right: 0;
}

.table-row.cell-label-wrapper.invoice-items-lable._2 {
  padding-left: 44px;
}

.table-row.cell-label-wrapper._900 {
  padding-right: 0;
}

.table-row.produtos {
  height: 80px;
}

.table-row-action-button-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: relative;
}

.table-checkbox {
  float: none;
  border-color: var(--border);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.table-checkbox.w--redirected-checked {
  border-color: var(--main);
  background-color: var(--main);
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-radius: 4px;
}

.table-checkbox.w--redirected-focus {
  box-shadow: none;
}

.table-action-button {
  background-color: var(--white);
  font-family: 3dots, sans-serif;
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: -.3px;
  border: 1px #0000;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table-checkbox-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.table-row-content {
  color: var(--text);
  flex: 1;
  height: 100%;
  display: flex;
}

.table-row-content.item-link {
  color: var(--text);
}

._3dots {
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.table-cell {
  align-items: center;
  height: 100%;
  padding-left: 12px;
  font-size: 16px;
  display: flex;
}

.table-cell._10 {
  flex-wrap: wrap;
  flex: none;
  width: 10%;
}

.table-cell._20 {
  flex: none;
  width: 20%;
}

.table-cell._20.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.table-cell._25 {
  flex: none;
  width: 25%;
}

.table-cell._25.client-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.table-cell._30 {
  width: 30%;
}

.table-cell._50 {
  width: 50%;
}

.table-cell._15.red {
  color: var(--crimson);
}

.table-cell._15.verde {
  color: var(--medium-sea-green);
}

.table-cell._15 {
  width: 15%;
}

.table-cell.h10 {
  width: 13%;
}

.table-cell.h20, .table-cell.h30 {
  width: 7%;
}

.table-cell.h40, .table-cell.h50, .table-cell.h60, .table-cell.h70 {
  width: 10%;
}

.table-cell.h80 {
  width: 7%;
}

.table-cell.h100 {
  width: 10%;
}

.table-cell-text {
  text-transform: none;
  flex: 1;
  height: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.table-cell-text.currency {
  flex: 0 auto;
  align-items: center;
  height: 100%;
  margin-top: 8px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9em;
  line-height: 100%;
  display: flex;
  top: -.3em;
}

.table-cell-text._1 {
  color: var(--main);
}

.table-cell-text.me-10 {
  margin-left: 10px;
}

.table-cell-text.no-bold {
  font-weight: 400;
}

.table-cell-text.bold-up {
  font-weight: 600;
}

.table-image-wrapper {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.img.is--contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img.is--contain.right {
  object-position: 0% 50%;
}

.img.is--contain.utilizador {
  border: 1px solid var(--border);
  object-fit: cover;
  border-radius: 200px;
}

.img.is--contain.utiliza-dentro {
  border: 1px solid var(--light-steel-blue);
  object-fit: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
}

.status-wrapper {
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 6px 4px;
  font-size: 10px;
  font-weight: 600;
}

.status-wrapper.nao-pago {
  color: #c28823;
  letter-spacing: .3px;
  background-color: #f7b84b33;
}

.status-wrapper.nao-pago.hidden {
  display: none;
}

.status-wrapper.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: #012f7e1f;
}

.status-wrapper.reembolso.hidden {
  display: none;
}

.status-wrapper.cancelado.hidden {
  display: none;
}

.status-wrapper.factura {
  color: #091426;
  background-color: #3461ff82;
}

.status-wrapper.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: #dd404033;
}

.status-wrapper.pago {
  color: #0bb261;
  letter-spacing: .3px;
  background-color: #40bf6033;
}

.status-wrapper.pago.hidden {
  display: none;
}

.table-actions-flyout {
  z-index: 100;
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  width: 250px;
  position: absolute;
  inset: 15% 15% auto auto;
  overflow: hidden;
  box-shadow: 0 4px 12px #142b5229;
}

.close-flyout {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.table {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
}

.filter-date-status-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-date-status-wrapper.centered {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.filter-date-status-wrapper.centered._5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 500px;
}

.filter-date-status-wrapper.centered._7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}

.table-pagination-wrapper {
  border-top: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding-left: 22px;
  padding-right: 20px;
  display: flex;
}

.pagination-description {
  color: var(--slate-grey);
  font-size: 14px;
}

.pagination-bold {
  font-weight: 700;
}

.pagination-nav, .pagination-numbers-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.select-page-button {
  border-width: 1px;
  border-color: var(--border);
  color: var(--main);
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.select-page-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--main);
  background-image: url('../images/done_white_48dp.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  border-radius: 4px;
}

.items-table {
  z-index: 100;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 12px;
  display: block;
  position: relative;
}

.item-action {
  border: 1px #000;
  align-items: center;
  display: flex;
}

.item-action.filler {
  border-color: #0000;
}

.item-number {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 100%;
  display: flex;
}

.item-table-cell {
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: block;
  position: relative;
}

.item-table-cell._15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  width: 15%;
  display: flex;
}

.item-table-cell._15.qtd {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.item-table-cell._15.prc-unit {
  width: 50%;
}

.item-table-cell._30 {
  width: 30%;
}

.item-text-field {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  letter-spacing: -.3px;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s;
}

.item-text-field:focus {
  border-color: var(--border);
  background-color: var(--highlight);
}

.item-text-field::placeholder {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 400;
}

.item-text-field.with-currency {
  padding-left: 30px;
}

.item-text-field.with-currency::placeholder {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.item-text-field.with-currency.liquido {
  border-right-style: none;
}

.item-text-field.qtd {
  text-align: center;
  border-color: #0000;
  border-radius: 4px;
  min-width: 24px;
  max-width: 40px;
  height: 28px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
}

.item-text-field.qtd:focus {
  border-color: var(--border);
  background-color: var(--highlight);
}

.item-text-field.qtd::placeholder {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.cell-label {
  color: var(--text);
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cell-label._10 {
  flex-wrap: wrap;
  flex: none;
  width: 10%;
}

.cell-label._15 {
  width: 15%;
}

.cell-label._15.qtd {
  text-align: center;
  padding-left: 0;
}

.cell-label._20 {
  flex: none;
  width: 20%;
}

.cell-label._25 {
  flex: none;
  width: 25%;
}

.cell-label._30 {
  width: 30%;
}

.cell-label._50 {
  width: 50%;
}

.cell-label.h1 {
  width: 13%;
}

.cell-label.h2, .cell-label.h3 {
  width: 7%;
}

.cell-label.h4, .cell-label.h5, .cell-label.h6, .cell-label.h7 {
  width: 10%;
}

.cell-label.h8, .cell-label.h9 {
  width: 7%;
}

.cell-label.h10, .cell-label.h11 {
  width: 10%;
}

.filler {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}

.table-utility-row {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.table-main-button-wrapper {
  display: none;
}

.search-field-wrapper {
  background-color: var(--white);
  position: relative;
}

.kpi-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kpi-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.kpi-grid._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.kpi-grid.io {
  grid-template-columns: 1fr 1fr 1fr;
}

.kpi {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  padding: 20px 24px 24px;
  display: flex;
}

.kpi.services {
  height: auto;
  padding: 15px 15px 15px 16px;
}

.kpi-top-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.kpi-header {
  color: var(--text);
  letter-spacing: -.5px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.kpi-valor {
  font-size: 25px;
  font-weight: 600;
}

.kpi-valor.currency {
  margin-left: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  top: 0;
}

.kpi-valor.outher {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.kpi-valor.outher._8 {
  padding-bottom: 0;
}

.kpi-valor.small {
  font-size: 22px;
}

.kpi-icon-wrapper {
  border: 1px none var(--main);
  color: var(--main);
  background-color: #3461ff26;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  overflow: hidden;
}

.criar-page-section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.criar-page-section._4 {
  padding-top: 50px;
}

.page-header {
  font-size: 34px;
}

.invoice-details-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  border-bottom: 1px dashed var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.invoice-client-details {
  flex: none;
}

.invoice-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-tufff-button-wrapper.mobile-hidden {
  min-width: 150px;
}

.invoice--client-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-details {
  background-color: var(--highlight);
  border: 1px solid #0000;
  border-radius: 4px;
  flex-direction: column;
  min-height: 100px;
  padding: 24px 24px 21px;
  display: flex;
  position: relative;
}

.text-button {
  color: var(--slate-grey);
  text-align: right;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 24px;
  padding: 5px 6px;
  font-size: 13px;
  font-weight: 400;
  transition: background-color .1s;
  display: inline-block;
  position: static;
  inset: auto 24px 24px auto;
  overflow: hidden;
}

.text-button:hover {
  color: var(--main);
  background-color: #0000;
}

.text-button.footer-link {
  color: var(--slate-grey);
  padding: 0;
  line-height: 24px;
  position: static;
}

.invoice-items {
  border-bottom: 1px dashed var(--border);
  padding-top: 40px;
  padding-bottom: 40px;
}

.item-button-wrapper {
  margin-left: 0;
  display: inline-block;
}

.item-button-wrapper.item {
  display: block;
}

.summery-section {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.summery {
  border: 1px none var(--border);
  background-color: var(--highlight);
  border-radius: 4px;
  width: 350px;
  padding: 24px;
}

.summery-item {
  justify-content: space-between;
  align-items: flex-start;
  height: 32px;
  font-size: 14px;
  display: flex;
}

.summery-item.total {
  height: auto;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

.summery-currency {
  margin-right: 2px;
}

.client-details-summery {
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
}

.calendar-picker {
  border-top: 1px solid var(--border);
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 24px 24px 16px;
}

.img-wrapper.produto-img {
  border: 1px solid var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.img-wrapper.cliente {
  border: 1px none var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  max-height: 350px;
  padding: 40px;
}

.img-wrapper.utilizador-1 {
  border: 1px none var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-section {
  z-index: 105;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--border);
  border-bottom: 1px none var(--border);
  background-color: #0000;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.form-section {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-section.tighter {
  padding-bottom: 0;
}

.form-section._5, .form-section._9 {
  padding-top: 0;
}

.form-section.no-bottom-padding {
  padding-bottom: 0;
}

.form-section.no-margin, .form-section._700 {
  padding-top: 0;
}

.form-section-wrapper {
  margin-bottom: 20px;
}

.form-section-wrapper.hidden {
  display: none;
}

.form-section-wrapper.header-tabs {
  display: flex;
}

.table-header {
  font-size: 20px;
  font-weight: 500;
}

.table-3-dot-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-left: 190px;
  display: block;
  position: relative;
}

.footer {
  border-top: 1px none var(--border);
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 20px 44px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer.hidden {
  display: none;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.copyright {
  color: var(--slate-grey);
}

.table-tab-link {
  color: var(--slate-grey);
  letter-spacing: -.5px;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-bottom: -1px;
  margin-right: 24px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.table-tab-link.w--current {
  border-bottom-color: var(--main);
  color: var(--main);
  background-color: #0000;
  font-weight: 600;
}

.user-info-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.user-info-wrapper.produto-wrap {
  flex: 1;
  max-width: 300px;
}

.user-log {
  border-top: 1px solid var(--light-steel-blue);
  max-height: 77vh;
  padding: 40px 20px 0;
  overflow: auto;
}

.log-day-date {
  border-bottom: 1px solid var(--light-steel-blue);
  margin-bottom: 4px;
  margin-right: -20px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.log-day-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.log-item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 64px;
  position: relative;
}

.log-icon-wrapper {
  flex-direction: column;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 5px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.log-info {
  margin-bottom: 6px;
  line-height: 1.3;
}

.log-time {
  color: var(--slate-grey);
}

.log-item-line {
  border-right: 1px dashed var(--border);
  height: 32px;
  margin-top: 2px;
  margin-bottom: -33px;
  position: relative;
  top: 3px;
}

.log-link {
  color: var(--main);
}

.short-page-content {
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.short-page-content.contas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.list-item {
  color: var(--text);
  margin-bottom: 24px;
  font-size: 16px;
}

.list-item.red {
  color: var(--crimson);
}

.list-item.green {
  color: var(--medium-sea-green);
  font-weight: 500;
}

.list-item.height {
  height: auto;
}

.list-item.azul {
  color: var(--main);
}

.list-item._0 {
  margin-top: 24px;
}

.list-item-lable {
  color: var(--slate-grey);
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.list-item-wrapper {
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-top: 51px;
  padding: 20px 20px 0;
}

.list-item-wrapper.in-product {
  border-color: var(--light-steel-blue);
  background-color: #fff;
  max-width: 400px;
  margin-top: 0;
  padding: 35px;
}

.conta-link {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  color: var(--text);
  border-radius: 4px;
  padding: 20px;
  transition: all .1s;
  position: relative;
}

.conta-link:hover {
  border-color: var(--main);
}

.banco-logo-wrapper {
  height: 28px;
  margin-bottom: 16px;
}

.table-header-copy {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.page-header-tab-link {
  border: 1px solid var(--dim-icon);
  color: var(--slate-grey);
  letter-spacing: -.5px;
  border-radius: 5px;
  margin-bottom: -4px;
  margin-right: 20px;
  padding: 10px 15px;
  font-size: 22px;
}

.page-header-tab-link.w--current {
  border-color: var(--slate-grey);
  background-color: var(--slate-grey);
  color: #fff;
  font-weight: 600;
}

.produto-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.categoria-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.categoria-link {
  border: 1px solid var(--light-steel-blue);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  padding: 20px;
  transition: all .1s;
  display: flex;
  position: relative;
}

.categoria-link:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.categoria-chevron-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  display: flex;
  position: relative;
  right: -8px;
}

.page-content-wrapper {
  height: 100vh;
  padding-top: 80px;
  padding-left: 230px;
}

.top-nav {
  border-bottom: 1px none var(--border);
  background-color: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: calc(100% - 223px);
  transition: all 0.3s ease;
  z-index: 1;
}

.sidebar-collapsed .top-nav {
  width: 100%; /* quando colapsa, ocupa toda a tela */
  background-color: #f9fafb;
}


.top-nav._1 {
  border-bottom-style: solid;
  border-bottom-color: #c9d7f052;
}

.content {
  min-height: 100%;
  padding-bottom: 88px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}

.menu-link {
  color: #ffffffa8;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  color: #fff;
  background-color: #092953;
}

.menu-link.w--current {
  border-left-color: var(--cornflower-blue);
  color: var(--main);
  background-color: #0000;
}

.menu-link.dropdonw {
  overflow-wrap: break-word;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding: 10px 20px 10px 40px;
  font-size: 13px;
}

.sidebar-menu-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 5vh;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.menu-link-text {
  align-items: center;
  max-height: 100%;
  padding-top: 1px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.menu-item-2 {
  flex: none;
  padding-bottom: 12px;
  overflow: visible;
}

.menu-item-2.bottom {
  border-top: 1px solid #c9d7f02e;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidenav {
  z-index: 3;
  border-right: 1px none var(--border);
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  width: 230px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 26px;
  display: flex;
}

.menu-link-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-right: 4px;
  font-size: 23px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.dropdown-list {
  inset: 70px 2% auto auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -10px;
}

.profile-dropdown-wrapper {
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
}

.topbar-button-wrapper {
  align-items: center;
  height: 100%;
  padding-right: 44px;
  display: flex;
}

.topbar-button-wrapper._1 {
  padding-right: 40px;
}

.dropdown-text {
  margin-left: 14px;
  margin-right: -6px;
}

.dropdown-toggle {
  align-items: center;
  height: 100%;
  padding: 0 0 0 32px;
  display: flex;
}

.dropdown-toggle.profile {
  border-left: 1px none var(--border);
  padding-left: 24px;
  padding-right: 57px;
}

.dropdown {
  height: 100%;
}

.cover-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.round-photo-thumbnail {
  border: 1px solid #0000;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}

.top-nav-content {
  background-color: var(--white);
  border-bottom: 1px solid #edf3ff;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.back-btn-wrapper {
  color: var(--text);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 100%;
  margin-right: 25px;
  display: flex;
}

.nav-info-wrappper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.bradcrump-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  height: 100%;
  display: flex;
}

.page-title {
  font-size: 34px;
}

.criar-content-wrapper {
  max-width: 600px;
  margin-bottom: 25px;
}

.criar-content-wrapper.large {
  max-width: 850px;
}

.div-block-3 {
  flex: 1;
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 100%;
  overflow: hidden;
}

.uploaded-image-resolution {
  color: var(--slate-grey);
  font-size: 14px;
}

.photo-contain {
  max-width: 90px;
}

.photo-contain.pdf {
  max-width: 70px;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--slate-grey);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
}

.uploaded-photo-wrapper {
  display: none;
  overflow: hidden;
}

.uploaded-photo-div {
  border-right: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.uploaded-photo-content {
  border: 1px solid var(--border);
  background-color: #f8f8f8;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.photo-upload-input-field {
  border: 2px dashed var(--border);
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.photo-upload-input-wrapper {
  border-bottom: 1px #e0e2e7;
  min-height: 170px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
}

.div-block-5 {
  float: right;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.div-block-5.outher {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
}

.div-block-5._5 {
  padding-right: 80px;
}

.contain {
  padding: 40px 0;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-6 {
  border: 1px none var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-block-7 {
  margin-bottom: 40px;
}

.div-block-7._700 {
  margin-top: 40px;
}

.tabs-menu {
  margin-bottom: 25px;
  display: flex;
}

.div-block-10 {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  width: 60%;
  margin-top: 40px;
  padding: 40px;
}

.div-block-10.outher {
  width: 90%;
}

.div-block-10._100 {
  width: 100%;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

._9 {
  padding-top: 40px;
}

._9._600 {
  padding-top: 0;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-93 {
  width: 40%;
}

.page-tabs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px none var(--border);
  border-bottom: 1px solid var(--border);
  height: 50px;
  margin-left: -44px;
  margin-right: -44px;
  padding-left: 44px;
  display: flex;
}

.div-block-96 {
  padding-top: 44px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-2 {
  border: 1px solid var(--light-steel-blue);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  height: 200px;
  padding: 25px 20px 20px;
}

.link-block-2:hover {
  border-color: var(--main);
}

.div-block-97 {
  margin-bottom: 25px;
}

.heading {
  margin-top: 0;
  font-weight: 500;
}

.form-header {
  margin-bottom: 3em;
}

.form-header.flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.form-logo-wrapper {
  width: 8em;
}

.auth-image-overlay {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.text-field {
  z-index: 1;
  background-color: #0000;
  border: .1em solid #c9c9cc;
  border-radius: .2em;
  height: 50px;
  margin-bottom: 10px;
  padding: 1em;
  font-size: 17px;
  line-height: 100%;
  transition: all .1s;
  position: relative;
}

.text-field:focus {
  border-width: .12em;
  border-color: #2d7dd2;
}

.text-field::placeholder {
  color: #7d7e8080;
  font-size: .9em;
}

.field-lable {
  color: #7d7d7f;
  margin-bottom: .7em;
  font-size: 17px;
  font-weight: 400;
}

.form-cta {
  color: #2d7dd2;
  border-bottom: 1px solid #0000;
  margin-left: .1em;
  padding-bottom: .04em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.form-cta:hover {
  border-bottom-color: #2d7dd2;
}

.auth-image-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.restore-password-cta-wrapper {
  margin-top: 1.3em;
}

.form-field-wrapper-2 {
  margin-bottom: 25px;
  position: relative;
}

.auth-bg {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.auth-form {
  flex: 0 auto;
  min-width: 500px;
  height: 80%;
  display: flex;
}

.submit-button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 17px;
  line-height: 3.3em;
  display: block;
}

.restore-password-cta-text {
  color: #7d7d7f;
  text-align: left;
  font-size: 16px;
}

.auth-form-wrapper {
  z-index: 10;
  margin-bottom: 0;
  position: relative;
}

.form-content {
  background-color: #fff;
  border-radius: .4em;
  width: 100%;
  padding: 50px 60px;
  box-shadow: 0 15px 3em #0000000a;
}

.edit-profile-button {
  background-color: var(--main);
  color: #fff;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 3em;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: 1.1em;
  display: flex;
}

.currency {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  background-color: #2d7dd2;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 1.3em;
  line-height: 3.3em;
  display: block;
}

.submit-button-2.small {
  border-radius: .5em;
  height: 2.5em;
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 2.1em;
}

.ano-choose {
  flex: none;
  align-items: center;
  height: 100%;
  padding-top: 13px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.form-block {
  width: 150px;
}

.div-block-98 {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 44px;
  padding: 44px;
}

.heading-2 {
  margin-top: 0;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.grid-7._50 {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.div-block-99 {
  background-image: url('../images/Financial-Independence-Chart-1024x528.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.plus-minus-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field-inner-wrapper {
  height: 100%;
}

.mobile-nav, .not-valid {
  display: none;
}

.item-cells-wrapper {
  width: 30%;
  display: flex;
}

.add-item-mobile {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--slate-grey);
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-item-mobile:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.add-item-mobile.main-text-button {
  border-style: none;
  border-color: var(--main);
  color: var(--main);
  background-color: #0000;
}

.add-item-mobile.main-text-button:hover {
  background-color: #0000;
}

.add-item-mobile.main-text-button.desconto {
  color: var(--slate-grey);
}

.criar-page-mobile-menu {
  display: none;
}

.select-field {
  border: 1px solid var(--light-steel-blue-3);
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.div-block-100 {
  border-left: 1px solid var(--light-steel-blue);
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-100._50 {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.div-block-100._5 {
  height: 44px;
}

.ki {
  border-right: 1px solid var(--border);
  height: 100%;
}

.select-field-copy {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  height: 100%;
  font-size: 16px;
  position: relative;
}

.create-div {
  display: none;
}

.div-block-106 {
  display: inline-block;
}

.div-block-107, .div-block-107._10 {
  display: none;
}

.modals-wrapper {
  z-index: 2000;
  background-image: linear-gradient(#00000014, #00000014);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 2;
  background-color: var(--white);
  border-left: 4px solid #0000;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

.modal.success {
  border-left-color: var(--medium-sea-green);
  display: none;
}

.modal.info {
  border-left-color: var(--main);
  display: none;
}

.modal.error {
  border-left-color: var(--crimson);
  display: none;
}

.modal.warning {
  border-left-color: var(--gold);
  display: none;
}

.modal-icon {
  background-color: var(--main);
  color: var(--white);
  background-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  position: absolute;
  inset: 32px auto auto 32px;
}

.modal-icon.success {
  background-color: var(--medium-sea-green);
  cursor: default;
  background-image: url('../images/done_FILL0_wght400_GRAD0_opsz48_1done_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-icon.info {
  background-color: var(--main);
  background-image: url('../images/campaign_FILL0_wght400_GRAD0_opsz48_1campaign_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-icon.error {
  background-color: var(--crimson);
  background-image: url('../images/priority_high_FILL0_wght400_GRAD0_opsz48_1priority_high_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-icon.warning {
  background-color: var(--gold);
  color: #000;
  background-image: url('../images/question_mark_FILL0_wght400_GRAD0_opsz48_1question_mark_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.close-modal {
  border: 1px solid var(--dim-icon);
  color: var(--dim-icon);
  cursor: pointer;
  background-image: url('../images/close_FILL0_wght400_GRAD0_opsz48_1close_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  padding-left: 5px;
  position: absolute;
  inset: 32px 32px auto auto;
}

.modal-text-wrapper {
  cursor: default;
  margin-top: 0;
  margin-left: 70px;
  margin-right: 44px;
  padding-left: 6px;
  padding-right: 6px;
}

.modal-text-wrapper.modal-user {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
}

.modal-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.modal-header.margiin {
  margin-top: 5px;
}

.modal-subtext {
  color: var(--slate-grey);
  margin-top: 8px;
  line-height: 1.2;
  display: none;
}

.modal-subtext.visible {
  display: block;
}

.modal-trigger-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-width: 1px;
  border-color: var(--border);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 0% 40px;
  overflow: hidden;
}

.alerta {
  border-top: 1px none var(--border);
  border-left: 1px none var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.alerta:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.sucesso {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.sucesso:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.informacao {
  border-bottom: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.informacao:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.erro {
  border-right: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.erro:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.mega-close-modal {
  display: none;
  position: absolute;
  inset: 0%;
}

.modal-cta-wrapper {
  float: right;
  margin-top: 32px;
}

.link-2 {
  display: none;
}

.tabs-content {
  overflow: visible;
}

.div-block-108 {
  flex: none;
  width: 60%;
  margin-right: 60px;
}

.text-block-118 {
  font-weight: 500;
  line-height: 120%;
}

.text-block-119 {
  display: inline-block;
}

.card-titlr {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.mb10 {
  margin-bottom: 20px;
}

.services-header {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.service-icon {
  text-align: center;
  background-color: red;
  border-radius: 200%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  display: flex;
}

.service-icon.service-2 {
  background-color: #0a9b37;
  border-radius: 200%;
  flex: none;
}

.service-icon.service-3 {
  background-color: var(--gold);
}

.service-icon.service-last {
  background-color: #ae0012;
}

.service-icon.yellow {
  background-color: var(--gold);
}

.service-icon.azul {
  background-color: var(--midnight-blue);
}

.service-icon.liop {
  background-color: var(--crimson);
}

.services-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-116 {
  margin-top: 50px;
}

.div-block-116.no-margin {
  margin-top: 0;
}

.date-input {
  border: 1px solid var(--border);
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
}

.date-input.big {
  border-style: solid;
  border-color: var(--light-steel-blue-3);
  border-radius: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.div-block-117 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 20px;
}

.table-text {
  color: #888;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
}

.div-block-118 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 10px;
  display: flex;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-right: 25px;
}

.div-block-119 {
  margin-bottom: 40px;
}

.text-block-126 {
  color: #777;
  max-width: 630px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.folder-img {
  width: 100px;
  margin-bottom: 10px;
}

.file-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 0 15px 12px;
  display: flex;
}

.file-box:hover {
  background-color: #0000;
  border-radius: 8px;
}

.file-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
}

.modal-content {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-content.no-margin {
  padding-bottom: 0;
}

.info {
  padding: 5px 10px;
}

.upload-input {
  background-color: #eee;
  width: 100%;
  margin-top: 15px;
  padding: 10px 20px;
}

.upload-input.form-create {
  border: 1px solid var(--light-steel-blue-3);
  background-color: var(--white);
  margin-top: 0;
}

.form-3 {
  margin-top: 20px;
}

.modal-target {
  border-bottom: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.modal-target:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.modal-target.menu-item {
  color: var(--text);
  justify-content: flex-start;
  width: auto;
  height: 40px;
  transition-property: background-color;
}

.checkbox-2 {
  width: 20px;
  height: 15px;
  margin-top: 0;
  margin-right: 5px;
  padding: 4px 3px 4px 4px;
}

.two-colomns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.three-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-120 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 40px;
}

.div-block-123 {
  margin-bottom: 50px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.link-block-4 {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 5px;
  padding: 25px;
}

.link-block-4:hover {
  border-color: var(--text);
}

.link-block-4._2 {
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-127 {
  color: var(--main);
  margin-bottom: 15px;
  font-family: Dexa contas font, sans-serif;
  font-size: 25px;
}

.text-block-128 {
  color: var(--text);
  font-size: 15px;
}

.div-block-125 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.text-block-130 {
  background-color: var(--main);
  color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Dexa contas font, sans-serif;
  font-size: 29px;
  display: flex;
}

.text-block-130.green {
  background-color: var(--medium-sea-green);
}

.text-block-130.red {
  background-color: var(--crimson);
}

.text-block-130.yellow {
  background-color: var(--gold);
}

.div-block-126 {
  padding-left: 15px;
}

.div-block-118-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 0;
  display: flex;
}

.kpi-header-copy {
  color: #091426a3;
  letter-spacing: -.5px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 13px;
  line-height: 120%;
}

.div-block-129 {
  color: #ffffffa8;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-129:hover {
  background-color: #2d93ee1a;
}

.div-block-130 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 20px;
  display: flex;
}

.text-block-132 {
  font-family: Dexa contas font, sans-serif;
  font-size: 22px;
}

.text-block-133 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 48px;
  font-family: Dexa contas font, sans-serif;
  font-size: 23px;
  display: flex;
}

.text-block-134 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.d1-faturacao, .d2-lancamentos, .d3-contabilidade, .d4-cadastro, .d5-relatorios {
  margin-bottom: 25px;
  display: none;
}

.link-3 {
  color: var(--dim-icon);
  margin-top: 15px;
  display: block;
}

.dropdown-toggle-2 {
  z-index: 100;
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
}

.dropdown-list-3 {
  z-index: 100;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.dropdown-list-3.w--open {
  z-index: 100;
  padding: 20px 15px;
  left: -41px;
}

.dropdown-3 {
  z-index: 100;
}

.dp-link {
  margin-bottom: 7px;
  padding: 5px 0;
  font-size: 15px;
}

.dp-link:hover {
  color: var(--main);
}

.tabs-menu-3 {
  margin-bottom: 25px;
  display: flex;
}

.form-text-field-2 {
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field-2:hover {
  border-color: #667999;
}

.form-text-field-2:focus {
  border-color: #3461ff;
}

.form-text-field-2::placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

.form-text-field-2.whitex {
  color: #091426;
  background-color: #fff;
  font-size: 15px;
}

.search-field-wrapper-2 {
  background-color: #fff;
  position: relative;
}

.form-field-wrapper-3 {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper-3.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper-3.wrap-search._10 {
  max-width: 250px;
}

.flyout-menu-content-2 {
  background-color: #fff;
  padding: 0 16px 8px;
}

.flyout-menu-content-2.in-table {
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.cell-label-2 {
  color: #091426;
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cell-label-2._25 {
  width: 25%;
}

.cell-label-2._20 {
  width: 20%;
}

.cell-label-2._10 {
  flex-wrap: wrap;
  width: 10%;
}

.cell-label-2._15 {
  width: 15%;
}

.table-checkbox-2 {
  float: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #c9d7f0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.table-checkbox-2.w--redirected-checked {
  background-color: #3461ff;
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-color: #3461ff;
  border-radius: 4px;
}

.table-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.div-block-132 {
  display: none;
}

.table-2 {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
}

.table-action-button-2 {
  font-family: 3dots, sans-serif;
  color: #667999;
  text-align: center;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flyout-menu-wrapper-2 {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

.flyout-menu-wrapper-2.table-actions-flyout {
  width: 174px;
  display: none;
  inset: 52px 15% auto auto;
}

.search-icon-2 {
  color: #667999;
  font-size: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown-list-4 {
  background-color: #f1dede;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  min-width: 200px;
  right: 0;
}

.form-search-field-2 {
  z-index: 1;
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field-2::placeholder {
  color: #667999;
  font-weight: 400;
}

.menu-item-3 {
  color: #091426;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item-3:hover {
  background-color: #f6f8fb;
}

.menu-item-3._11 {
  height: 44px;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-font-icon-2 {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Dexa contas font, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.main-font-icon-2.smaller-icon {
  transform: scale(.93);
}

.table-row-2 {
  border: 1px #c9d7f0;
  border-bottom: 1px solid #c9d7f03d;
  height: 64px;
  display: flex;
  position: relative;
}

.table-row-2.cell-label-wrapper {
  background-color: #eef1f79e;
  height: 44px;
  padding-right: 60px;
}

.table-utility-row-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 20px 0 20px 20px;
  display: flex;
}

.table-tab-link-2 {
  color: #667999;
  letter-spacing: -.5px;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-bottom: -1px;
  margin-right: 24px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.table-tab-link-2.w--current {
  border-bottom-color: var(--main);
  color: var(--main);
  background-color: #0000;
  font-weight: 600;
}

.table-row-content-2 {
  color: #091426;
  flex: 1;
  height: 100%;
  display: flex;
}

.table-row-content-2.item-link {
  color: #091426;
}

.table-cell-text-2 {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.transferencia {
  border: 1px dashed var(--border);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px 20px 10px;
}

.text-block-135 {
  background-color: var(--highlight);
  border-radius: 5px;
  padding: 15px;
}

.text-block-136 {
  color: var(--dim-icon);
  margin-bottom: 25px;
  font-size: 14px;
}

.text-block-136._4 {
  color: var(--slate-grey);
  font-weight: 600;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-137 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 22px;
}

.grid-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.btn-2 {
  background-color: #eef1f7;
  border: 1px #c9d7f0;
  border-radius: 5px;
}

.btn-2:hover {
  background-color: #e4e4e4b3;
}

.folder-name-2 {
  color: #091426;
  text-align: center;
  white-space: normal;
  word-break: normal;
  max-width: 100%;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  overflow: hidden;
}

.text-block-138 {
  color: var(--slate-grey);
  font-size: 13px;
}

.div-block-133 {
  padding-top: 20px;
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.link-4 {
  border: 1px solid var(--main);
  color: var(--main);
  text-align: center;
  border-radius: 5px;
  width: 130px;
  padding: 15px;
  display: block;
}

.d6-servicos {
  margin-bottom: 25px;
  display: none;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.pre-o {
  color: var(--medium-sea-green);
  font-weight: 700;
}

.project-state {
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.in-progress {
  background-color: #ccc;
}

.project-state.in-progress.cancelado {
  background-color: #e84b4b;
}

.project-state.done {
  background-color: #04a777;
}

.project-state.done.hidden {
  display: none;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: Dexa contas font, sans-serif;
  font-size: 20px;
}

.confirmed-line {
  z-index: 2;
  background-color: #04a777;
  border: 2px solid #04a777;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.status-circles-wrapper {
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.linesman {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.status-line {
  flex: 1;
  height: 3px;
  position: relative;
  top: -26px;
}

.center-text {
  color: #9c9c9c;
  margin-top: 32px;
}

.center-text.confirmed {
  color: #111210;
}

.div-block-159 {
  padding-top: 35px;
}

.action-button-2 {
  color: #667999;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button-2:hover {
  color: #fff;
  background-color: #1b4d91;
  border-color: #1b4d91;
}

.action-button-2.full {
  width: 100%;
  margin-bottom: 10px;
}

.action-button-2.full:hover {
  border-color: var(--main);
  background-color: var(--main);
}

.main-font-icon-3 {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Dexa contas font, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.kpi-valor-2 {
  font-size: 24px;
  font-weight: 400;
}

.kpi-valor-2.currency {
  margin-left: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  top: 0;
}

.kpi-mid-section-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.kpi-icon-wrapper-2 {
  color: #1b4d91;
  background-color: #3461ff26;
  border: 1px #1b4d91;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  overflow: hidden;
}

.main-font-icon-4 {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Dexa contas font, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.main-font-icon-4.smaller-icon {
  transform: scale(.93);
}

.kpi-2 {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  padding: 20px 24px 24px;
  display: flex;
}

.kpi-header-2 {
  color: #091426;
  letter-spacing: -.5px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.kpi-top-section-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-item-5 {
  color: #091426;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item-5:hover {
  background-color: #f6f8fb;
}

.menu-item-5._11 {
  height: 44px;
}

.table-checkbox-3 {
  float: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #c9d7f0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.table-checkbox-3.w--redirected-checked {
  background-color: #3461ff;
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-color: #3461ff;
  border-radius: 4px;
}

.table-checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.table-tab-link-3 {
  color: #667999;
  letter-spacing: -.5px;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-bottom: -1px;
  margin-right: 24px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.table-tab-link-3.w--current {
  color: #2d93ee;
  background-color: #0000;
  border-bottom-color: #2d93ee;
  font-weight: 600;
}

.table-row-content-3 {
  color: #091426;
  flex: 1;
  height: 100%;
  display: flex;
}

.table-row-content-3.item-link {
  color: #091426;
}

.tabs-menu-4 {
  margin-bottom: 25px;
  display: flex;
}

.dropdown-list-5 {
  background-color: #f1dede;
}

.dropdown-list-5.w--open {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  min-width: 200px;
  right: 0;
}

.form-field-wrapper-4 {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper-4.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper-4.wrap-search._10 {
  max-width: 250px;
}

.table-cell-text-3 {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.cell-label-3 {
  color: #091426;
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cell-label-3._15 {
  width: 15%;
}

.cell-label-3._25 {
  width: 25%;
}

.cell-label-3._20 {
  width: 20%;
}

.cell-label-3._10 {
  flex-wrap: wrap;
  width: 10%;
}

.radio-button-field {
  margin-top: 20px;
  margin-bottom: 15px;
}

.conta-link-2 {
  color: #091426;
  background-color: #fff;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  padding: 20px;
  transition: all .1s;
  position: relative;
}

.conta-link-2:hover {
  border-color: #1b4d91;
}

.table-header-copy-2 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 0;
}

.grid-11 {
  margin-bottom: 50px;
}

.grid-12 {
  grid-template-rows: auto;
}

.div-block-161 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 25px;
}

.div-block-161.insid {
  width: 70%;
}

.grid-13 {
  grid-template-rows: auto;
}

.div-block-162 {
  margin-bottom: 25px;
}

.text-block-139 {
  color: var(--slate-grey);
  margin-bottom: 5px;
  font-size: 11px;
}

.text-block-140 {
  border: 1px solid var(--border);
  background-color: var(--border);
  text-align: center;
  border-radius: 5px;
  padding: 54px;
}

.div-block-163 {
  text-align: right;
  margin-top: 25px;
}

.link-5 {
  color: var(--main);
}

.text {
  color: var(--medium-sea-green);
}

.text._4, .text._3 {
  color: var(--gold);
}

.div-block-164 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  padding: 35px;
}

.div-block-165 {
  display: flex;
}

.div-block-166 {
  padding-left: 25px;
}

.grid-8-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-167 {
  width: 70%;
}

.form-section-copy {
  background-color: #0000;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-section-copy.tighter {
  padding-bottom: 0;
}

.form-section-copy._5, .form-section-copy._9 {
  padding-top: 0;
}

.form-section-copy.no-bottom-padding {
  padding-bottom: 0;
}

.form-section-copy.no-margin, .form-section-copy._700 {
  padding-top: 0;
}

.form-copy {
  display: flex;
}

.div-block-168 {
  flex: 1;
  padding-top: 40px;
}

.checkbox-3 {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-field {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--border);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.checkbox-label {
  color: var(--slate-grey);
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 15px;
}

.link-6 {
  color: var(--main);
  font-family: Dexa contas font, sans-serif;
  font-size: 26px;
}

.tabs-menu-5 {
  display: flex;
}

.totais-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border) var(--border) var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  height: 64px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.totais-wrapper.invoice-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border);
  border-radius: 0;
  justify-content: space-between;
  height: 56px;
  display: flex;
  position: relative;
}

.totais-wrapper.cell-label-wrapper {
  background-color: #eef1f79e;
  height: 44px;
  padding-right: 60px;
}

.totais-wrapper.cell-label-wrapper.invoice-items-lable {
  border-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 48px;
  padding-right: 0;
}

.totais-wrapper.cell-label-wrapper.invoice-items-lable._2 {
  padding-left: 44px;
}

.totais-wrapper.produtos {
  height: 80px;
}

.link-block-5 {
  border-bottom: 1px solid var(--light-steel-blue);
  height: 64px;
  font-weight: 400;
  display: flex;
}

.link-block-5.totais {
  background-color: var(--highlight);
}

.div-block-169 {
  width: 25%;
}

.text-block-141 {
  color: var(--slate-grey);
  font-size: 16px;
  font-weight: 700;
}

.div-block-170 {
  padding-top: 25px;
}

.text-block-142 {
  color: var(--slate-grey);
}

.tabs-menu-6 {
  display: flex;
}

.div-block-171 {
  padding-top: 25px;
}

._3 {
  margin-top: 25px;
}

.div-block-172 {
  border: 1px solid var(--border);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 15px;
  display: flex;
}

.div-block-173 {
  flex: 1;
  padding-left: 25px;
}

.text-block-143 {
  color: var(--slate-grey);
  line-height: 120%;
}

.div-block-174 {
  background-image: url('../images/icons8-file-144.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 60px;
}

.text-block-143-copy {
  color: var(--main);
  margin-top: 5px;
  text-decoration: underline;
}

.text-block-144 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .html-embed {
    display: none;
  }

  .mother-div {
    padding-top: 40px;
    display: block;
  }

  .mother-div._1 {
    padding-top: 0;
  }

  .mother-div.dash {
    padding-top: 20px;
  }

  .button {
    height: 50px;
    padding-top: 17px;
  }

  .button.with-right-icon {
    padding-right: 74px;
  }

  .button.maink.mobile, .button.main.mobile {
    justify-content: center;
    display: flex;
  }

  .right-icon-wrapper.left-border.line-color {
    border-left-color: var(--light-steel-blue);
  }

  .main-font-icon.bigger-icon {
    font-size: 22px;
    transform: scale(1.5)translate(0);
  }

  .icon {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon.left-icon {
    margin-top: -2px;
    padding-top: 0;
  }

  .icon.form-field-dropdown {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon.button-dropdown {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon.add-stuff-icon {
    height: 50px;
    padding-top: 13px;
  }

  .icon.hamberg-menu {
    color: var(--white);
    width: 50px;
    height: 50px;
    padding-top: 15px;
    padding-left: 13px;
  }

  .icon.back {
    color: var(--white);
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
    font-size: 24px;
  }

  .icon.quick-action {
    min-width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .button-link {
    right: 50px;
  }

  .button-link.full {
    display: block;
    inset: 0%;
  }

  .left-icon-wrapper {
    top: 0;
  }

  .form-field-lable.show-on-mobile {
    display: none;
  }

  .form-text-field {
    border-color: var(--light-steel-blue-3);
    height: 50px;
  }

  .form-text-field.dropdown-field {
    padding-right: 62px;
  }

  .flyout-menu-wrapper.profile-flyout {
    position: absolute;
    inset: 84px 0% auto auto;
  }

  ._3-buttons-wrapper._16 {
    align-items: center;
  }

  .action-button.prev-nxt {
    border-color: var(--mobile-border);
  }

  .form-search-field {
    border-color: var(--light-steel-blue);
  }

  .table-row {
    border-top-color: var(--mobile-border);
  }

  .table-row.invoice-item {
    background-color: #fff;
    border-top-style: none;
    border-radius: 4px;
    height: auto;
    margin-bottom: 12px;
  }

  .table-row.cell-label-wrapper {
    border-top-color: var(--mobile-border);
  }

  .table-row.cell-label-wrapper.invoice-items-lable._2 {
    display: none;
  }

  .table-row-action-button-wrapper {
    width: auto;
    padding-right: 8px;
  }

  .table-checkbox {
    border-color: var(--mobile-border);
  }

  .table-checkbox-wrapper {
    width: 40px;
  }

  .table-row-content.in-items {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-image-wrapper {
    display: block;
  }

  .img.is--contain {
    display: inline-block;
  }

  .img.mobile-logo-img {
    width: 150px;
  }

  .table {
    border-color: var(--mobile-border);
  }

  .filter-date-status-wrapper.centered._5 {
    width: 60%;
  }

  .table-pagination-wrapper {
    border-top-color: var(--mobile-border);
  }

  .select-page-button {
    border-color: var(--mobile-border);
  }

  .items-table {
    border-style: none;
  }

  .item-number {
    border-right-style: none;
    display: none;
  }

  .item-table-cell._15.qtd {
    border-right-style: none;
    align-items: center;
  }

  .item-table-cell._15.prc-unit, .item-table-cell._15.total-item {
    justify-content: flex-start;
    width: 100%;
  }

  .item-table-cell._30 {
    width: 100%;
  }

  .item-text-field.with-currency {
    border-right-style: none;
  }

  .table-utility-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kpi-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .kpi {
    border-color: var(--mobile-border);
  }

  .invoice-details-wrapper {
    flex-direction: column;
    display: flex;
  }

  .invoice-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px dashed var(--border);
    margin-top: -8px;
    padding-top: 40px;
  }

  .invoice--client-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .item-button-wrapper {
    display: none;
  }

  .item-button-wrapper.item {
    display: inline-block;
  }

  .summery-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .summery {
    width: auto;
  }

  .img-wrapper.utilizador-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .table-3-dot-wrapper {
    width: auto;
    padding-right: 8px;
    display: none;
  }

  .table-tab-link {
    line-height: 60px;
  }

  .table-tab-link.w--current {
    font-weight: 600;
  }

  .short-page-content.contas {
    grid-template-columns: 1fr 1fr;
  }

  .page-content-wrapper {
    padding-top: 40px;
    padding-left: 0;
  }

  .page-content-wrapper.criar {
    padding-top: 80px;
  }

  .page-content-wrapper._1 {
    padding-top: 0;
  }

  .top-nav {
    display: none;
  }

  .sidebar-menu-wrapper {
    z-index: 150;
    background-color: var(--text);
    width: 250px;
    height: 100vh;
    margin-top: 0;
    padding-top: 104px;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-item-2, .menu-item-2.bottom {
    flex: none;
  }

  .sidenav {
    display: none;
  }

  .round-photo-thumbnail {
    cursor: pointer;
    width: 32px;
    height: 32px;
  }

  .criar-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .contain {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-bottom: 25px;
  }

  .div-block-10, .div-block-10.outher {
    width: 100%;
  }

  .radio-button-label {
    margin-bottom: 25px;
  }

  .div-block-93 {
    border-bottom: 1px dashed var(--border);
    width: 100%;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .field-lable {
    margin-bottom: .5em;
  }

  .auth-bg {
    width: 100vw;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .form-content {
    border-radius: 0;
  }

  .edit-profile-button {
    height: 3.4em;
    font-size: 1.3em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  .client-details-wrapper {
    margin-top: 24px;
  }

  .plus-minus-wrap {
    justify-content: flex-end;
  }

  .text-field-inner-wrapper {
    border: 1px solid var(--border);
    border-radius: 4px;
    width: 100%;
  }

  .mobile-nav {
    z-index: 500;
    display: block;
    position: relative;
  }

  .shadow {
    height: 80px;
  }

  .nav-wrapper {
    z-index: 80;
    background-color: var(--midnight-blue-2);
    justify-content: flex-end;
    height: 80px;
    padding-left: 40px;
    padding-right: 33px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .not-valid {
    display: none;
  }

  .item-cells-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }

  .menu-logo-cover {
    z-index: 151;
    background-color: var(--text);
    width: 250px;
    height: 80px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-logo {
    z-index: 152;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 40px;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    justify-items: end;
    display: grid;
  }

  .profile-menu-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-trigger {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .criar-page-mobile-menu {
    z-index: 105;
    background-color: var(--midnight-blue-2);
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .back-button-wrapper {
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 24px;
  }

  .criar-page-title {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 24px;
    font-weight: 500;
  }

  .ki {
    border-right-style: none;
    height: 42px;
    margin-bottom: 8px;
  }

  .select-field-copy {
    border-style: solid;
    border-color: var(--border);
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .div-block-105 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .create-div {
    display: block;
  }

  .div-block-106 {
    float: none;
    justify-content: center;
    width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-107 {
    justify-content: space-between;
    margin-bottom: 25px;
    display: flex;
  }

  .div-block-107._2 {
    margin-top: 40px;
  }

  .div-block-107._10 {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .heading-3 {
    align-items: center;
    font-size: 37px;
    line-height: 100%;
    display: flex;
  }

  .modal {
    padding: 24px;
  }

  .modal-icon {
    top: 24px;
    left: 24px;
  }

  .close-modal {
    top: 24px;
    right: 24px;
  }

  .modal-cta-wrapper {
    margin-top: 24px;
  }

  .link-2 {
    display: none;
  }

  .dropdown-2 {
    z-index: 10;
  }

  .div-block-120 {
    margin-top: 20px;
  }

  .tabs-menu-3 {
    margin-bottom: 25px;
  }

  .form-text-field-2 {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .table-checkbox-2 {
    border-color: #9ca8bd;
  }

  .div-block-132 {
    justify-content: space-between;
    margin-bottom: 25px;
    display: flex;
  }

  .table-2 {
    border-color: #9ca8bd;
  }

  .heading-4 {
    align-items: center;
    font-size: 37px;
    line-height: 100%;
    display: flex;
  }

  .form-search-field-2 {
    border-color: #c9d7f03d;
  }

  .table-row-2, .table-row-2.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

  .table-utility-row-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-tab-link-2 {
    line-height: 60px;
  }

  .table-tab-link-2.w--current {
    font-weight: 600;
  }

  .status-line {
    top: -25px;
  }

  .kpi-2, .table-checkbox-3 {
    border-color: #9ca8bd;
  }

  .table-tab-link-3 {
    line-height: 60px;
  }

  .table-tab-link-3.w--current {
    font-weight: 600;
  }

  .tabs-menu-4 {
    margin-bottom: 25px;
  }

  .totais-wrapper {
    border-top-color: var(--mobile-border);
  }

  .totais-wrapper.invoice-item {
    background-color: #fff;
    border-top-style: none;
    border-radius: 4px;
    height: auto;
    margin-bottom: 12px;
  }

  .totais-wrapper.cell-label-wrapper {
    border-top-color: var(--mobile-border);
  }

  .totais-wrapper.cell-label-wrapper.invoice-items-lable._2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .button.with-right-icon.mainx {
    justify-content: center;
  }

  .right-icon-wrapper.inside-item {
    height: 50px;
    top: 26px;
  }

  .icon {
    display: none;
  }

  .icon.paginate-previous {
    text-align: center;
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.plus-minus {
    width: 40px;
    height: 40px;
  }

  .icon.icon-link {
    display: block;
  }

  .icon.back {
    color: var(--white);
  }

  .icon.quick-action {
    height: 48px;
    display: block;
  }

  .form-field-lable.show-on-mobile {
    height: 18px;
    display: none;
  }

  .form-field-wrapper.filters, .form-field-wrapper.wrap-search {
    flex: none;
  }

  .flyout-menu-wrapper {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.date-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
  }

  .flyout-menu-wrapper.profile-flyout {
    width: auto;
    min-height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 24px;
  }

  .menu-item.with-radio-button {
    height: 40px;
  }

  .menu-item._11 {
    padding-left: 8px;
  }

  .menu-item.logout-button {
    justify-content: flex-start;
    padding-left: 0;
  }

  .menu-icon-wrapper {
    position: static;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura-copy {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._3-buttons-wrapper._16.save {
    display: block;
  }

  .action-button.plus-minus {
    border-color: var(--mobile-border);
  }

  .action-button.centered {
    flex: 1;
    justify-content: center;
    margin-top: 16px;
  }

  .action-button.centered.txt-btn {
    border-style: none;
  }

  .action-button.modal-button {
    padding-top: 14px;
    font-size: 15px;
  }

  .inside-form-field-lable.form-field-currency {
    height: 40px;
    top: 0;
  }

  .table-row {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row.invoice-item {
    border-top-style: none;
    flex-direction: column;
    height: auto;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-row-content.in-items {
    padding-right: 8px;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._10, .table-cell._50 {
    width: 100%;
  }

  .table-cell._50.i {
    display: none;
  }

  .table-cell._20 {
    width: 100%;
  }

  .table-cell._20.client-cell {
    flex-direction: column;
    height: auto;
  }

  .table-cell._25 {
    width: 100%;
  }

  .table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .table-cell._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell-text {
    overflow: visible;
  }

  .table-image-wrapper {
    border-radius: 0%;
    width: 60px;
    height: auto;
  }

  .img.mobile-logo-img {
    width: 130px;
  }

  .close-flyout {
    background-color: #0006;
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-pagination-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pagination-description {
    margin-bottom: 12px;
  }

  .items-table {
    background-color: var(--white);
    border-style: none;
    border-radius: 24px 24px 0 0;
  }

  .item-action {
    justify-content: center;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .item-number {
    border-style: none;
    display: none;
  }

  .item-table-cell {
    margin-bottom: 32px;
  }

  .item-table-cell._15 {
    width: 100%;
  }

  .item-table-cell._15.qtd {
    border-style: none;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .item-table-cell._15.prc-unit {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 250px;
    margin-bottom: 8px;
    margin-right: 32px;
  }

  .item-table-cell._15.total-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .item-table-cell._30 {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
  }

  .item-text-field {
    height: 50px;
  }

  .item-text-field.category-item {
    border-style: solid;
    border-color: var(--mobile-border);
    border-radius: 4px;
  }

  .item-text-field.with-currency {
    border-style: none;
    border-color: var(--mobile-border);
    border-radius: 4px;
    height: 40px;
  }

  .item-text-field.with-currency.liquido {
    border-style: none;
  }

  .item-text-field.qtd {
    min-width: 50px;
    max-width: 50px;
    height: 44px;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._10, .cell-label._15, .cell-label._20, .cell-label._25 {
    width: 100%;
  }

  .table-utility-row {
    height: auto;
  }

  .kpi-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: -44px;
    margin-right: -44px;
    padding: 0 44px;
    display: flex;
    overflow: hidden;
  }

  .kpi {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

  .kpi-valor {
    font-size: 20px;
  }

  .invoice-details {
    margin-top: 0;
  }

  .add-tufff-button-wrapper.mobile-hidden {
    display: none;
  }

  .invoice--client-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .calendar-picker {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .submit-button-section {
    flex-direction: column;
  }

  .table-3-dot-wrapper {
    height: 60px;
  }

  .form-header {
    margin-bottom: 2em;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .auth-image-overlay, .auth-image-bg {
    display: none;
  }

  .auth-bg {
    background-color: #fff;
    width: auto;
    padding: 50px;
    display: flex;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    padding-left: 0;
  }

  .form-content {
    box-shadow: none;
  }

  .edit-profile-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-details-wrapper {
    margin-top: 0;
  }

  .plus-minus-wrap {
    height: 50px;
  }

  .text-field-inner-wrapper {
    width: 100%;
  }

  .shadow {
    height: 60px;
  }

  .nav-wrapper {
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .not-valid {
    z-index: 1000;
    background-image: linear-gradient(#091426f0, #091426f0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .item-cells-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .mobile-logo {
    height: 60px;
    left: 16px;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .criar-page-mobile-menu {
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .back-button-wrapper {
    left: 0;
  }

  .criar-page-title {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 22px;
    font-weight: 500;
  }

  .ki, .select-field-copy {
    margin-bottom: 0;
  }

  .modal {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .modal-icon {
    top: 16px;
    left: 16px;
  }

  .close-modal {
    border-color: var(--white);
    background-color: var(--white);
    top: 4px;
    right: 4px;
  }

  .modal-text-wrapper {
    padding-top: 2px;
  }

  .modal-header {
    font-size: 18px;
  }

  .modal-subtext {
    margin-top: 5px;
    font-size: 14px;
  }

  .alerta, .sucesso, .informacao, .erro {
    font-size: 14px;
    overflow: hidden;
  }

  .modal-cta-wrapper {
    margin-top: 16px;
  }

  .criar-mob-invisible {
    display: none;
  }

  .link-2 {
    color: #c9d7f0;
    font-weight: 500;
    display: block;
  }

  .modal-target {
    font-size: 14px;
    overflow: hidden;
  }

  .form-field-wrapper-3.wrap-search {
    flex: none;
  }

  .flyout-menu-content-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cell-label-2 {
    height: 24px;
  }

  .cell-label-2._25, .cell-label-2._20, .cell-label-2._10, .cell-label-2._15 {
    width: 100%;
  }

  .table-2 {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .flyout-menu-wrapper-2 {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .menu-item-3._11 {
    padding-left: 8px;
  }

  .table-row-2 {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row-2.cell-label-wrapper {
    display: none;
  }

  .table-utility-row-2 {
    height: auto;
  }

  .table-row-content-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-cell-text-2 {
    overflow: visible;
  }

  .material-icons {
    padding-top: 11px;
  }

  .status-line {
    top: -26px;
  }

  .kpi-valor-2 {
    font-size: 20px;
  }

  .kpi-2 {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

  .menu-item-5._11 {
    padding-left: 8px;
  }

  .table-row-content-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-field-wrapper-4.wrap-search {
    flex: none;
  }

  .table-cell-text-3 {
    overflow: visible;
  }

  .cell-label-3 {
    height: 24px;
  }

  .cell-label-3._15, .cell-label-3._25, .cell-label-3._20, .cell-label-3._10 {
    width: 100%;
  }

  .totais-wrapper {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .totais-wrapper.invoice-item {
    border-top-style: none;
    flex-direction: column;
    height: auto;
  }

  .totais-wrapper.cell-label-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .mother-div.dash {
    padding-top: 0;
  }

  .button.maink.dropdown, .button.main.dropdown, .button.main.dropdown, .button.main.dropdown {
    width: 125px;
  }

  .main-font-icon {
    display: flex;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .main-font-icon._86 {
    top: -3px;
  }

  .icon {
    display: block;
  }

  .icon.left-icon {
    padding-top: 0;
  }

  .icon.quick-action.u {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon.quick-action._7 {
    height: 50px;
  }

  .icon.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.button-dropdown {
    display: block;
  }

  .icon.quick-action {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 10px 7px 5px;
    display: flex;
  }

  .form-field-wrapper.filters {
    margin-bottom: 8px;
  }

  .form-field-wrapper.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .form-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .form-text-field.whitex {
    margin-bottom: 5px;
  }

  .flyout-menu-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-wrapper.produto-flyout {
    width: auto;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 12px;
  }

  .menu-item.logout-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura-copy {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  ._3-buttons-wrapper {
    justify-content: flex-start;
  }

  ._3-buttons-wrapper._0 {
    display: block;
  }

  .action-button {
    margin-bottom: 10px;
  }

  .action-button.delete-item {
    display: none;
  }

  .action-button.centered.txt-btn:hover {
    color: var(--slate-grey);
    background-color: #0000;
  }

  .table-row {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .table-row.invoice-item {
    border-radius: 0;
  }

  .table-row.produtos {
    height: auto;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

  .table-checkbox-wrapper {
    width: 50px;
  }

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-row-content.in-items {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._10.i {
    display: none;
  }

  .table-cell._10._800 {
    height: auto;
  }

  .table-cell._50 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._50.i {
    display: none;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell._20.client-cell.o {
    align-items: flex-start;
    margin-bottom: 8px;
    padding-left: 0;
  }

  .table-cell._20.i {
    display: none;
  }

  .table-cell._25, .table-cell._25.client-cell {
    padding-left: 0;
  }

  .table-cell._25.i {
    display: none;
  }

  .table-cell._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .filter-date-status-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-date-status-wrapper.centered._5 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .filter-date-status-wrapper.centered._0 {
    grid-template-columns: 1fr;
  }

  .items-table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .item-text-field.qtd {
    min-width: 40px;
  }

  .table-utility-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 4px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .kpi-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .kpi-grid._3-col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
  }

  .kpi-grid._4-col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kpi {
    min-width: 252px;
    max-width: 270px;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .kpi-valor.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .invoice-details-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .invoice-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-top-style: none;
    flex-direction: column;
    padding-top: 23px;
    display: flex;
  }

  .client-details {
    padding: 16px 16px 11px;
  }

  .text-button {
    bottom: 16px;
    right: 16px;
  }

  .invoice-items {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .item-button-wrapper {
    display: none;
  }

  .item-button-wrapper.item {
    z-index: 100;
    width: 100%;
    position: sticky;
    inset: auto 0% 16px;
  }

  .summery-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .summery {
    padding: 16px;
  }

  .calendar-picker {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button-section {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-section {
    padding-top: 0;
  }

  .table-header {
    font-size: 19px;
  }

  .table-3-dot-wrapper {
    display: none;
  }

  .footer {
    flex-direction: column;
  }

  .table-tab-link {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .user-info-wrapper.produto-wrap {
    max-width: 100%;
    padding-bottom: 0;
  }

  .short-page-content.contas {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .page-header-tab-link {
    font-size: 19px;
  }

  .produto-flex {
    flex-direction: column;
  }

  .categoria-link {
    border-color: var(--light-steel-blue);
    background-color: #fff;
    width: 100%;
  }

  .page-content-wrapper.criar {
    padding-top: 50px;
  }

  .content {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .uploaded-photo-wrapper {
    display: none;
  }

  .uploaded-photo-div {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

  .div-block-5.outher {
    flex-flow: column;
  }

  .div-block-6 {
    padding: 30px 25px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    padding: 35px 30px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-93 {
    border-bottom-style: none;
    padding-bottom: 32px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .link-block-2 {
    border-color: var(--light-steel-blue);
    background-color: #fff;
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .field-lable {
    font-size: 16px;
  }

  .auth-bg {
    align-items: flex-start;
    height: auto;
    min-height: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-form {
    min-width: 0;
  }

  .submit-button {
    font-size: 15px;
  }

  .restore-password-cta-text {
    font-size: 14px;
  }

  .form-content {
    border-radius: 12px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .edit-profile-button {
    width: 100%;
  }

  .div-block-98 {
    padding: 35px;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 100%;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .div-block-99 {
    height: 200px;
  }

  .not-valid {
    display: none;
  }

  .add-item-mobile.main-text-button {
    background-color: var(--main);
    color: #fff;
    border-radius: 4px;
    width: 100%;
  }

  .add-item-mobile.main-text-button:hover {
    background-color: var(--main);
  }

  .add-item-mobile.main-text-button.desconto {
    background-color: var(--border);
    color: var(--slate-grey);
    margin-top: 15px;
  }

  .criar-page-title {
    max-width: 200px;
    overflow: hidden;
  }

  .select-field._100 {
    margin-bottom: 25px;
  }

  .div-block-105 {
    padding-right: 0;
    right: 13px;
  }

  .div-block-107._2 {
    margin-top: 20px;
  }

  .div-block-107._10 {
    margin-bottom: 35px;
  }

  .heading-3 {
    align-items: center;
    font-size: 28px;
    line-height: 100%;
    display: flex;
  }

  .modals-wrapper {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-header {
    font-size: 16px;
  }

  .modal-trigger-wrapper {
    min-width: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .form-text-field-2.whitex {
    margin-bottom: 5px;
  }

  .form-field-wrapper-3.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .flyout-menu-content-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .table-2 {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .flyout-menu-wrapper-2 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .heading-4 {
    align-items: center;
    font-size: 28px;
    line-height: 100%;
    display: flex;
  }

  .main-font-icon-2.smaller-icon {
    z-index: 200;
  }

  .table-row-2 {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .table-utility-row-2 {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .table-tab-link-2 {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .table-row-content-2 {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content-2.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-cell-text-2 {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-cell-text-2.bold {
    font-weight: 600;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
    height: 100%;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .confirmed-line {
    height: 100%;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .center-text {
    margin-top: 2px;
  }

  .div-block-159 {
    padding-top: 15px;
  }

  .action-button-2 {
    margin-bottom: 10px;
  }

  .kpi-valor-2.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .main-font-icon-4.smaller-icon {
    z-index: 200;
  }

  .kpi-2 {
    min-width: 252px;
    max-width: 270px;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .table-tab-link-3 {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .table-row-content-3 {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content-3.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .form-field-wrapper-4.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .table-cell-text-3 {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-cell-text-3.bold {
    font-weight: 600;
  }

  .form-section-copy {
    padding-top: 0;
  }

  .totais-wrapper {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .totais-wrapper.invoice-item {
    border-radius: 0;
  }

  .totais-wrapper.produtos {
    height: auto;
  }
}

#w-node-_6c65723a-c320-4cde-b84b-e23389043864-a096cf91, #w-node-_54ae86c8-ff82-d031-2fe3-969585c078cb-a096cf91, #w-node-_54ae86c8-ff82-d031-2fe3-969585c078e0-a096cf91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_439a5378-08e7-d38f-6604-71f25235da58-a096cfc2 {
  place-self: end stretch;
}

#w-node-_439a5378-08e7-d38f-6604-71f25235da5f-a096cfc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edaa-a096cfc3 {
  place-self: end stretch;
}

#w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-a096cfc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec12-a096cfc5 {
  place-self: end stretch;
}

#w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-a096cfc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aefd2228-5780-17dd-8dbd-7a18c2d1828b-a096cfca {
  place-self: end stretch;
}

#w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-a096cfca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d317dc07-3f2e-725c-5c18-9723969d4904-a096cfd8 {
  place-self: end stretch;
}

#w-node-d317dc07-3f2e-725c-5c18-9723969d490b-a096cfd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5424c3d-b9ee-fa55-d739-402e365d1060-a096cfda {
  place-self: end stretch;
}

#w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-a096cfda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed304165-4fa3-0bb7-59c5-bf40afbe7b21-a096cfe0, #w-node-f0a58a09-6a5b-69dd-b14e-feda93e05c58-a096cfe0, #w-node-cf2de119-531f-b9c5-6c52-6dcd55842505-a096cfe0, #w-node-_6926af45-38cc-56a4-a9da-a4126f900c18-a096cfe0, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-a096cfe4, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-a096cfe4, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-a096cfe4, #field-6.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbc22-a096cfe4, #field-2.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbc23-a096cfe4, #field-2.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbc24-a096cfe4, #field-6.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbd06-a096cfe4, #field-2.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbd07-a096cfe4, #field-2.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbd08-a096cfe4, #field-2.w-node-_734f8ef1-73a2-45c9-e143-a38af20dbd09-a096cfe4, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-a096cfe5, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-a096cfe5, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-a096cfe5, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-a096cfe6, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-a096cfe6, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-a096cfe6, #w-node-_5192bad5-bf27-4de0-5bef-7903056ccbfd-a096cfe7, #w-node-_5192bad5-bf27-4de0-5bef-7903056ccc01-a096cfe7, #w-node-aceab919-6bdd-3268-235b-e8f6dc577228-a096cfef, #w-node-f4274422-637a-964f-6aaf-c185934c3991-a096cfef, #w-node-b97da90d-279d-fd7f-7e32-14dc87056eb6-a096cfef, #field-2.w-node-e2ab263e-664c-de04-ac7d-8046acfa447b-a096cff6, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-a096cff8, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-a096cff8, #w-node-a68da50b-e758-3acd-0490-795aeebf670e-a096cff9, #w-node-a68da50b-e758-3acd-0490-795aeebf6728-a096cff9, #w-node-_8826a882-ea95-64f1-cb1b-12ef593a42fb-a096cffa, #w-node-_8826a882-ea95-64f1-cb1b-12ef593a4310-a096cffa, #w-node-_23348918-4ad9-8898-86b9-791d9562d9b3-a096cffb, #w-node-_23348918-4ad9-8898-86b9-791d9562d9cd-a096cffb, #w-node-aceab919-6bdd-3268-235b-e8f6dc577228-40dd1a38, #w-node-c8a42001-c015-24cd-2ab2-3aa66dd1de33-40dd1a38, #w-node-_38ef9201-b584-4105-678d-942e29dfc31c-40dd1a38, #field-2.w-node-e2ab263e-664c-de04-ac7d-8046acfa447b-bfec090e, #w-node-d8f21917-9895-0f86-349a-79469e960cfe-505ede03, #w-node-fb1560e5-638e-1d3a-e6a5-2fef7e640b57-505ede03, #w-node-d39a19ab-5e0a-4e84-e8ba-1989b14bd9a3-505ede03, #w-node-d39a19ab-5e0a-4e84-e8ba-1989b14bd9a4-505ede03, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-8d4e87b7, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-8d4e87b7, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-8d4e87b7, #w-node-_3d648849-2f49-b8c0-7e4f-b4cc81c2246e-8d4e87b7, #w-node-_3d648849-2f49-b8c0-7e4f-b4cc81c224a7-8d4e87b7, #w-node-_3d648849-2f49-b8c0-7e4f-b4cc81c224df-8d4e87b7, #w-node-_3d648849-2f49-b8c0-7e4f-b4cc81c22517-8d4e87b7, #field.w-node-_3f802740-1f47-bb94-9683-cf2f30c4343b-8d4e87b7, #field-2.w-node-_3f802740-1f47-bb94-9683-cf2f30c4343c-8d4e87b7, #field-3.w-node-_3f802740-1f47-bb94-9683-cf2f30c43589-8d4e87b7, #field-2.w-node-_3f802740-1f47-bb94-9683-cf2f30c4358a-8d4e87b7, #field-4.w-node-_3f802740-1f47-bb94-9683-cf2f30c4371d-8d4e87b7, #field-2.w-node-_3f802740-1f47-bb94-9683-cf2f30c4371e-8d4e87b7, #field-5.w-node-_3f802740-1f47-bb94-9683-cf2f30c438b1-8d4e87b7, #field-2.w-node-_3f802740-1f47-bb94-9683-cf2f30c438b2-8d4e87b7, #field.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de3a8-d01195ac, #field-2.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de3a9-d01195ac, #field-3.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de654-d01195ac, #field-2.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de655-d01195ac, #field-4.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de7e8-d01195ac, #field-2.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de7e9-d01195ac, #field-5.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de97c-d01195ac, #field-2.w-node-_7f035f1e-7afe-8f41-6563-5aeb002de97d-d01195ac, #field-6.w-node-_274f931a-b79e-0704-45d2-1c0668e7902a-2f2506c6, #field-2.w-node-_274f931a-b79e-0704-45d2-1c0668e7902b-2f2506c6, #field-2.w-node-_9267e58f-240a-1ea9-3ad9-cf15e48ff890-2f2506c6, #field-6.w-node-defcb18d-d5e8-1023-460f-f78b962fda70-2f2506c6, #field-2.w-node-defcb18d-d5e8-1023-460f-f78b962fda71-2f2506c6, #field-2.w-node-defcb18d-d5e8-1023-460f-f78b962fda72-2f2506c6, #field-2.w-node-_469334b6-df54-7255-21d4-061778307520-2f2506c6, #w-node-ece11eb2-1273-3cae-827d-df383c07b75a-c0c6714b, #w-node-ece11eb2-1273-3cae-827d-df383c07b75c-c0c6714b, #w-node-ece11eb2-1273-3cae-827d-df383c07b776-c0c6714b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0caf44a1-4f23-b31d-bafc-c3aa6c795cb5-6c795cb0, #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034cc-a80034c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_439a5378-08e7-d38f-6604-71f25235da2c-a096cfc2, #w-node-_439a5378-08e7-d38f-6604-71f25235da5f-a096cfc2, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4eda3-a096cfc3, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-a096cfc3, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec0b-a096cfc5, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-a096cfc5, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18284-a096cfca, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-a096cfca, #w-node-_0caf44a1-4f23-b31d-bafc-c3aa6c795cd7-6c795cb0, #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034ee-a80034c7, #w-node-d317dc07-3f2e-725c-5c18-9723969d48fd-a096cfd8, #w-node-d317dc07-3f2e-725c-5c18-9723969d490b-a096cfd8, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1059-a096cfda, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-a096cfda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_439a5378-08e7-d38f-6604-71f25235da2c-a096cfc2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_439a5378-08e7-d38f-6604-71f25235da58-a096cfc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_439a5378-08e7-d38f-6604-71f25235da5f-a096cfc2, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4eda3-a096cfc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edaa-a096cfc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-a096cfc3, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec0b-a096cfc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec12-a096cfc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-a096cfc5, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18284-a096cfca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aefd2228-5780-17dd-8dbd-7a18c2d1828b-a096cfca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-a096cfca, #w-node-d317dc07-3f2e-725c-5c18-9723969d48fd-a096cfd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d317dc07-3f2e-725c-5c18-9723969d4904-a096cfd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-d317dc07-3f2e-725c-5c18-9723969d490b-a096cfd8, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1059-a096cfda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5424c3d-b9ee-fa55-d739-402e365d1060-a096cfda {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-a096cfda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '3dots';
  src: url('../fonts/3dot.eot') format('embedded-opentype'), url('../fonts/3dot.woff') format('woff'), url('../fonts/3dot.ttf') format('truetype'), url('../fonts/3dot.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Dexa contas font';
  src: url('../fonts/DEXA_CONTAS_FONT.eot') format('embedded-opentype'), url('../fonts/DEXA_CONTAS_FONT.woff') format('woff'), url('../fonts/DEXA_CONTAS_FONT.ttf') format('truetype'), url('../fonts/DEXA_CONTAS_FONT.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}