:root {
  --text: #091426;
  --main: #3461ff;
  --white: white;
  --dim-grey-2: #493f45;
  --midnight-blue: #012f7e;
  --dim-icon: #b2bccc;
  --medium-sea-green: #0bb261;
  --crimson: #dd4040;
  --light-steel-blue: rgba(201, 215, 240, .24);
  --slate-grey: #667999;
  --border: #c9d7f0;
  --dark-slate-blue: #183d71;
  --main-2: #40373c;
  --light-steel-blue-3: rgba(201, 215, 240, .7);
  --bg: #fafcff;
  --white-smoke: #f6f8fb;
  --black: #ebd5aa;
  --mobile-border: #9ca8bd;
  --gold: #f7b84b;
  --highlight: #eef1f7;
  --honeydew: #dbf4e7;
  --dim-grey-3: rgba(105, 97, 99, .29);
  --dim-grey: #cf393e;
  --midnight-blue-2: #0f2f65;
  --wheat: #696163;
  --cornflower-blue: #689ffe;
  --medium-purple: #ad6eed;
  --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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

body {
  color: var(--text);
  letter-spacing: -.1px;
  background-color: rgba(156, 168, 189, .09);
  font-family: Barlow, 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;
}

.section {
  padding: 100px 44px;
}

.section.hidden {
  display: none;
}

.section.page-header-wrapper, .section.not-on-form {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.z-index {
  z-index: 1;
}

.flex {
  display: flex;
}

.flex.btn-design-stm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex.btn-design-stm.center {
  justify-content: center;
}

.button {
  height: 44px;
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  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.main {
  z-index: 101;
  background-color: var(--main);
  color: var(--white);
}

.button.with-right-icon.main.ns {
  background-color: var(--dim-grey-2);
  color: #fff;
  padding-right: 24px;
}

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

.button.main:hover {
  background-color: var(--midnight-blue);
}

.button.main.mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.main.dropdown {
  width: auto;
  background-color: var(--main);
  color: #fff;
  padding-bottom: 14px;
  padding-right: 64px;
}

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

.button.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.button.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.button.submit-button:hover {
  background-color: var(--midnight-blue);
}

.button._3 {
  background-color: var(--dim-icon);
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

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

.button._3.chec-in {
  background-color: var(--medium-sea-green);
}

.button._3.chec-in:hover {
  background-color: var(--main);
}

.button._3.chec-out {
  background-color: var(--crimson);
}

.button._3.chec-out:hover {
  background-color: #9e2626;
}

.button._3.io {
  height: 50px;
  align-items: center;
  margin-bottom: 0;
  padding-top: 9px;
  font-size: 16px;
}

.buttons-wrap {
  height: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

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

.right-icon-wrapper.left-border {
  z-index: 200;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

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

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

.main-font-icon {
  width: 22px;
  height: 24px;
  justify-content: center;
  align-items: center;
  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.smaller-icon.down {
  transform: rotate(93deg);
}

.main-font-icon.blue {
  color: var(--main);
}

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

.main-font-icon.mobile {
  display: none;
}

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

.main-font-icon.small {
  width: 22px;
}

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

.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.opcao {
  font-weight: 400;
}

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

.button-text.quick-action-text._0-margin {
  margin-left: 0;
  padding-top: 2px;
  font-size: 14px;
  top: -2px;
}

.button-text.previous-next-text {
  height: 15px;
  margin-left: 0;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.button-text.flyout-action-text {
  top: -1px;
}

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

.icon:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.icon.form-field-dropdown._500 {
  background-color: var(--white);
}

.icon.form-field-dropdown._500._60000 {
  height: 55px;
  padding-top: 16px;
}

.icon.form-field-dropdown._500._89 {
  height: 44px;
}

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

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

.icon.quick-action.apagar:hover {
  background-color: rgba(0, 0, 0, 0);
}

.icon.quick-action.add-line, .icon.quick-action.add-item {
  padding-left: 0;
  padding-right: 0;
}

.icon.srch {
  color: rgba(102, 121, 153, .5);
}

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

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

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

.icon.item-dropdown {
  height: 100%;
  color: var(--main);
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

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

.icon.kpi-stats-icon {
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-left: 0;
}

.icon.kpi-dropdown-icon {
  width: auto;
  height: 24px;
  min-width: 44px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon.kpi-dropdown-icon.apagar:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.icon.add-stuff-icon.apagar:hover {
  background-color: rgba(0, 0, 0, 0);
}

.icon.with-border {
  color: var(--slate-grey);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  flex: none;
  padding-top: 9px;
  padding-left: 9px;
}

.icon._2 {
  height: 100%;
  color: var(--border);
  align-items: center;
  padding-top: 0;
  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 {
  color: var(--dark-slate-blue);
  padding-left: 0;
  font-size: 24px;
}

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

.icon.modal-button {
  width: auto;
  min-width: 44px;
  padding-top: 0;
  padding-right: 14px;
}

.icon.modal-button.apagar:hover {
  background-color: rgba(0, 0, 0, 0);
}

.icon.modal-button.add-line, .icon.modal-button.add-item {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.button-link.full {
  z-index: 1;
  color: var(--main-2);
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.left-icon-wrapper.left-border {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

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

.form-wrapper._400px {
  width: 400px;
}

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

.form-field-lable._0-margin {
  margin-bottom: 0;
}

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

.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-field-wrapper.estado {
  flex: 1;
  margin-bottom: 0;
  display: none;
}

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

.form-text-field {
  height: 44px;
  border: 1px solid var(--light-steel-blue-3);
  background-color: var(--white);
  letter-spacing: -.3px;
  border-radius: 4px;
  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::-ms-input-placeholder {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 400;
}

.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: rgba(0, 0, 0, 0);
  padding-left: 62px;
  position: relative;
}

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

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

.form-text-field.table-filter-field.data::-ms-input-placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.form-text-field.table-filter-field.data::placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

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

.form-text-field.table-filter-field-copy.estado {
  padding-left: 62px;
}

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

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

.form-text-field.table-filter-field-copy.data {
  padding-left: 47px;
}

.form-text-field.table-filter-field-copy.data::-ms-input-placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-text-field.table-filter-field-copy.data::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::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

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

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

.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::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.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: rgba(102, 121, 153, .1);
}

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

.form-text-field._6 {
  padding-bottom: 113px;
}

.form-text-field._58 {
  padding-bottom: 109px;
}

.light-blue-bg {
  background-color: var(--bg);
}

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

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

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

.checkbox {
  width: 20px;
  height: 20px;
  float: none;
  border-color: var(--border);
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.checkbox-field {
  min-height: 20px;
  letter-spacing: -.3px;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}

.grid._4-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid.user-page-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(280px, 350px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.conta-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.produto-page-grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flyout-menu-wrapper {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(20, 43, 82, .24);
}

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

.flyout-menu-wrapper.form-field-flyout {
  z-index: 100;
  display: none;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.flyout-menu-wrapper.general-flyout {
  z-index: 100;
  display: none;
  position: absolute;
  top: 57px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.flyout-menu-wrapper.category-flyout {
  z-index: 100;
  display: none;
  position: absolute;
  top: 45px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.flyout-menu-wrapper.kpi-flyout {
  width: 174px;
  display: block;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.flyout-menu-wrapper.kpi-actions-flyout {
  z-index: 100;
  width: 174px;
  display: none;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 20%;
}

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

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

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

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

.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;
}

.flyout-menu-content.scroll {
  height: 180px;
  overflow: auto;
}

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

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

.menu-item {
  height: 40px;
  color: var(--text);
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  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.no-icon {
  padding-top: 0;
  padding-left: 0;
}

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

.menu-item.add-inside-button {
  color: var(--main);
}

.menu-item.with-pagination-numbers {
  width: 32px;
  height: 32px;
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  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;
  top: 0%;
  bottom: 0%;
  left: 8px;
  right: auto;
}

.menu-icon-wrapper.left-border {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

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

.cancelar-link-wrapper.radio-select {
  padding-left: 10px;
  padding-right: 10px;
}

.cancelar-link-wrapper.e-criar-nova-fatura, .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 {
  width: 100%;
  height: 100%;
  color: var(--main);
  cursor: pointer;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
}

.radio-button.nada-selecionado.w--redirected-checked {
  background-color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

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

._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 {
  z-index: 1000000;
  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;
  justify-content: center;
  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-style: none;
  border-color: var(--black);
  background-color: var(--main);
  color: var(--white);
}

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

.action-button.with-right-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

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

.action-button.with-left-icon {
  padding-right: 25px;
}

.action-button.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.action-button.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.action-button.not-primary {
  color: var(--slate-grey);
}

.action-button.previous-next {
  background-color: var(--slate-grey);
  color: var(--white);
}

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

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

.action-button.delete-item.filller {
  background-color: rgba(0, 0, 0, 0);
}

.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.red {
  border-color: var(--crimson);
  color: var(--crimson);
}

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

.action-button.delete-item-copy {
  height: 100%;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.action-button.delete-item-copy.filller {
  background-color: rgba(0, 0, 0, 0);
}

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

.action-button.add-stuff-in-invoice {
  border-style: dashed;
  border-color: var(--black);
  color: var(--main-2);
  background-color: rgba(235, 213, 170, .07);
  justify-content: center;
}

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

.action-button.main-text-button {
  border-style: none;
  border-color: var(--main);
  color: var(--main);
  background-color: rgba(0, 0, 0, 0);
}

.action-button.main-text-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

.inside-form-field-lable.date {
  width: 46px;
}

.form-filter-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-filter-wrapper._24 {
  max-width: 600px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.form-search-field.dropdown-field, .form-search-field.table-filter-field {
  padding-right: 60px;
}

.form-search-field.table-filter-field.estado {
  padding-left: 62px;
}

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

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

.form-search-field.table-filter-field.data {
  padding-left: 47px;
}

.form-search-field.table-filter-field.data::-ms-input-placeholder {
  color: var(--text);
  font-weight: 500;
}

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

.form-search-field.table-filter-field-copy {
  padding-right: 60px;
}

.form-search-field.table-filter-field-copy.estado {
  padding-left: 62px;
}

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

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

.form-search-field.table-filter-field-copy.data {
  padding-left: 47px;
}

.form-search-field.table-filter-field-copy.data::-ms-input-placeholder {
  color: var(--text);
  font-weight: 500;
}

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

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

.search-icon.left-border {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.search-icon.left-border.line-color {
  border-left-color: var(--border);
}

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

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

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

.table-row.cell-label-wrapper {
  height: 44px;
  background-color: rgba(238, 241, 247, .62);
  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.produtos {
  height: 80px;
}

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

.table-checkbox-field {
  min-height: 20px;
  letter-spacing: -.3px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

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

.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 solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table-action-button.with-right-icon {
  padding-right: 68px;
}

.table-action-button.with-right-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

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

.table-action-button.with-left-icon {
  padding-right: 25px;
}

.table-action-button.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.table-action-button.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

.table-action-button.not-primary {
  color: var(--slate-grey);
}

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

.table-row-content {
  height: 100%;
  color: var(--text);
  flex: 1;
  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;
}

._3dots.smaller-icon {
  transform: scale(.83);
}

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

.table-cell._5 {
  width: 5%;
}

.table-cell._10 {
  width: 10%;
  flex-wrap: wrap;
  padding-left: 25px;
}

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

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

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

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

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

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

.table-cell._30.cliente-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.table-cell._35 {
  width: 35%;
}

.table-cell._40 {
  width: 40%;
}

.table-cell._45 {
  width: 45%;
}

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

.table-cell._55 {
  width: 55%;
}

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

.table-cell-text.currency {
  height: 100%;
  flex: 0 auto;
  align-items: center;
  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.icons {
  height: auto;
  color: var(--crimson);
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dexa contas font, sans-serif;
  font-size: 23px;
  line-height: 100%;
}

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

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

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

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

.img.is--contain.logo {
  width: 50%;
  object-position: 50% 50%;
}

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

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

.img.profile-pic {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.status-wrapper.pago {
  color: var(--medium-sea-green);
  letter-spacing: .3px;
  background-color: rgba(64, 191, 96, .2);
  display: inline-block;
}

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

.status-wrapper.nao-pago {
  color: #c28823;
  letter-spacing: .3px;
  background-color: rgba(247, 184, 75, .2);
  display: inline-block;
}

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

.status-wrapper.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: rgba(1, 47, 126, .12);
  display: inline-block;
}

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

.status-wrapper.cancelado {
  color: var(--crimson);
  letter-spacing: .3px;
  background-color: rgba(221, 64, 64, .2);
  display: inline-block;
}

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

.status-wrapper.factura {
  color: var(--text);
  background-color: rgba(52, 97, 255, .51);
  display: inline-block;
}

.table-actions-flyout {
  z-index: 100;
  width: 250px;
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 15%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(20, 43, 82, .16);
}

.close-flyout {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  max-width: 500px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-pagination-wrapper {
  height: 68px;
  border-top: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  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 {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: var(--border);
  color: var(--main);
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
}

.select-page-button.nada-selecionado.w--redirected-checked {
  background-color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

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

.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: rgba(0, 0, 0, 0);
}

.item-number {
  width: 43px;
  height: 100%;
  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;
  display: flex;
}

.item-number.filler {
  border-style: none;
  border-color: #000;
}

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

.item-table-cell._5 {
  width: 5%;
}

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

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

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

.item-table-cell._15.qtd.op {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

.item-table-cell._30.cliente-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.item-table-cell._35 {
  width: 35%;
}

.item-table-cell._40 {
  width: 40%;
}

.item-table-cell._45 {
  width: 45%;
}

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

.item-table-cell._55 {
  width: 55%;
}

.item-text-field {
  height: 100%;
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  letter-spacing: -.3px;
  border-radius: 0;
  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::-ms-input-placeholder {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.item-text-field.table-filter-field.estado {
  padding-left: 62px;
}

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

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

.item-text-field.table-filter-field.data::-ms-input-placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.item-text-field.table-filter-field.data::placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.item-text-field.table-filter-field-copy {
  padding-right: 60px;
}

.item-text-field.table-filter-field-copy.estado {
  padding-left: 62px;
}

.item-text-field.table-filter-field-copy.estado::-ms-input-placeholder {
  color: var(--text);
  font-weight: 500;
}

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

.item-text-field.table-filter-field-copy.data {
  padding-left: 47px;
}

.item-text-field.table-filter-field-copy.data::-ms-input-placeholder {
  color: var(--text);
  font-weight: 500;
}

.item-text-field.table-filter-field-copy.data::placeholder {
  color: var(--text);
  font-weight: 500;
}

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

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

.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 {
  height: 28px;
  max-width: 40px;
  min-width: 24px;
  text-align: center;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  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::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

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

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

.cell-label._5 {
  width: 5%;
}

.cell-label._10 {
  width: 10%;
  flex-wrap: wrap;
  padding-left: 25px;
}

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

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

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

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

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

.cell-label._25.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

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

.cell-label._30.cliente-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cell-label._35 {
  width: 35%;
}

.cell-label._40 {
  width: 40%;
}

.cell-label._45 {
  width: 45%;
}

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

.cell-label._55 {
  width: 55%;
}

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

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

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

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

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

.filler.quick-action {
  width: auto;
  min-width: 44px;
  padding-right: 10px;
}

.filler.srch {
  color: rgba(102, 121, 153, .5);
}

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

.filler.paginate-next {
  width: auto;
  height: 38px;
  min-width: 40px;
  padding-top: 7px;
  padding-left: 13px;
  padding-right: 6px;
}

.filler.paginate-previous {
  width: auto;
  height: 38px;
  min-width: 40px;
  padding-top: 7px;
  padding-left: 6px;
  padding-right: 13px;
}

.filler.item-dropdown {
  height: 100%;
  color: var(--main);
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

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

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

.drag-handle {
  width: 48px;
  height: 100%;
  border: 1px none var(--border);
  color: var(--dim-icon);
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: color .1s;
  display: flex;
}

.drag-handle:hover {
  color: var(--text);
}

.drag-handle.filler {
  border-style: none;
  border-color: #000;
}

.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._2-col {
  grid-template-columns: 1fr 1fr;
}

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

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

.kpi._1 {
  height: 150px;
}

.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;
  display: flex;
}

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

.kpi-bottom-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.kpi-stats-wrapper {
  flex: none;
}

.kpi-stats {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: 4px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 7px;
  display: flex;
}

.kpi-stats.positive {
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
}

.kpi-stats.positive.hidden {
  display: none;
}

.kpi-stats.negative {
  color: var(--crimson);
  background-color: #fae3e3;
}

.kpi-stats.negative.hidden {
  display: none;
}

.stats {
  height: 24px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.kpi-dropdown-wrap {
  height: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
  padding-right: 0;
  display: block;
  position: relative;
}

.kpi-icon-wrapper {
  width: 40px;
  height: 40px;
  border: 1px none var(--main);
  color: var(--main);
  background-color: rgba(52, 97, 255, .15);
  border-radius: 50%;
  display: none;
  overflow: hidden;
}

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

.header-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.header-wrapper.top-margin {
  padding-top: 40px;
}

.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 {
  min-height: 100px;
  background-color: var(--highlight);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: column;
  padding: 24px 24px 21px;
  display: flex;
  position: relative;
}

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

.text-button:hover {
  color: var(--main);
  background-color: rgba(0, 0, 0, 0);
}

.text-button.no-icon {
  padding-top: 0;
  padding-left: 0;
}

.text-button.with-radio-button {
  height: 36px;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 500;
}

.text-button.add-inside-button {
  color: var(--main);
}

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

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

.siny-info-strip {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.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 {
  width: 350px;
  border: 1px none var(--border);
  background-color: var(--highlight);
  border-radius: 4px;
  padding: 24px;
}

.summery-item {
  height: 32px;
  justify-content: space-between;
  align-items: flex-start;
  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 {
  height: auto;
  align-items: flex-start;
  margin-bottom: 10px;
}

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

.flyout-scroll-wrapper {
  padding-bottom: 8px;
}

.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.logo {
  padding: 20px;
}

.img-wrapper.cliente {
  max-height: 350px;
  border: 1px none var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.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: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.submit-button-section.wider {
  max-width: 640px;
  justify-content: flex-end;
  margin-left: -40px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
}

.form-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-section.bottom-border {
  border-bottom: 1px solid var(--border);
}

.form-section.tighter {
  padding-bottom: 80px;
}

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

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

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

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

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

.table-header {
  color: #091426;
  font-size: 21px;
  font-weight: 400;
}

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

.footer {
  height: 64px;
  border-top: 1px none var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 20px 44px;
  font-size: 13px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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);
}

.upload-wrapper {
  max-width: 350px;
  border-radius: 4px;
}

.upload-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed var(--main);
  background-color: var(--white-smoke);
  color: var(--main);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  font-weight: 500;
  display: flex;
}

.fatura-section {
  padding: 40px;
}

.info-side {
  text-align: right;
}

.logo {
  width: 200px;
  height: 80px;
}

.left-column, .right-column {
  padding-left: 0;
  padding-right: 0;
}

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

.push-right-text-wrap {
  text-align: left;
  margin-bottom: 8px;
}

.fatura-text {
  letter-spacing: -.8px;
  font-size: 16px;
  line-height: 1.1;
}

.fatra-title-wrap {
  border-top: 1px solid var(--slate-grey);
  border-bottom: 1px solid var(--slate-grey);
  margin-top: 36px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 12px;
}

.push-left-text {
  text-align: left;
  margin-bottom: 4px;
}

.fatura-numero {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  display: inline;
}

.original {
  letter-spacing: -.8px;
  font-size: 20px;
  line-height: 1.1;
}

.fatura-header-text {
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.right-text-wrap {
  margin-bottom: 20px;
}

.observacoes {
  max-width: 500px;
  float: right;
  letter-spacing: -.8px;
  font-size: 16px;
  line-height: 1.1;
}

._300 {
  max-width: 500px;
  float: right;
}

.table-tab-link {
  height: 100%;
  color: rgba(102, 121, 153, .78);
  letter-spacing: -.5px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  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-width: 4px;
  border-bottom-color: var(--main);
  color: var(--main-2);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.table-tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 8px;
  display: flex;
}

.temp-section {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.user-log {
  max-height: 77vh;
  border-top: 1px solid var(--light-steel-blue);
  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 {
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.log-item-line {
  height: 32px;
  border-right: 1px dashed var(--border);
  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.bottom-border {
  border-bottom: 1px solid var(--border);
}

.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._0 {
  margin-bottom: 35px;
}

.list-item._5 {
  margin-bottom: 0;
  padding-right: 10px;
  line-height: 120%;
}

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

.list-item-lable._0-margin {
  margin-bottom: 0;
}

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

.list-item-wrapper.in-product {
  max-width: 400px;
  border-color: var(--light-steel-blue);
  background-color: #fff;
  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(--dark-slate-blue);
}

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

.chevron-holder {
  color: var(--dim-icon);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 12px;
}

.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;
}

.div-block {
  max-width: 400px;
}

.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 {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  display: flex;
  position: relative;
  right: -8px;
}

.main-nav {
  width: 270px;
  height: 100vh;
  min-height: 100vh;
  background-color: #f8f8f8;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.top-nav {
  z-index: 90;
  height: 80px;
  border-bottom: 1px none var(--border);
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 230px;
  right: 0%;
}

.top-nav._1 {
  border-bottom-style: solid;
  border-bottom-color: rgba(201, 215, 240, .32);
}

.content {
  max-width: 1300px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.content._1 {
  background-color: #fff;
}

.logo-section {
  height: 60px;
  text-align: center;
  display: block;
}

.menu-link {
  height: 48px;
  color: rgba(255, 255, 255, .66);
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  background-color: var(--dim-grey-3);
  color: #fff;
}

.menu-link.w--current {
  border-left-color: var(--dim-grey);
  background-color: var(--dim-grey-3);
  color: #fff;
}

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

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

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

.menu-item-2.bottom {
  border-top: 1px solid rgba(201, 215, 240, .18);
  padding-top: 12px;
  padding-bottom: 12px;
}

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

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

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

.menu-link-icon.smaller-icon {
  font-size: 19px;
}

.menu-link-icon.smaller-icon.minus-margin {
  margin-right: -15px;
}

.dropdown-list {
  top: 70px;
  bottom: auto;
  left: auto;
  right: 2%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -10px;
}

.icon-wrapper-2 {
  height: 100%;
  color: #040f20;
  align-items: center;
  padding: 0 1.79em;
  transition: all .2s;
  display: flex;
}

.icon-wrapper-2:hover {
  color: #040f20;
  background-color: rgba(235, 236, 240, .45);
}

.icon-wrapper-2.w--open {
  color: #040f20;
  background-color: #e3e4e8;
}

.icon-wrapper-2.delete {
  width: 40px;
  height: 40px;
  color: rgba(125, 125, 127, .5);
  cursor: pointer;
  border-radius: 10em;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: .9em;
  bottom: auto;
  left: auto;
  right: .9em;
}

.icon-wrapper-2.delete:hover {
  color: #001a2c;
  background-color: #f0f1f5;
}

.icon-wrapper-2.close-x {
  width: 100%;
  color: #040f20;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8em;
}

.icon-wrapper-2.close-x:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.placeholder-text {
  color: #040f20;
  font-size: 1.3em;
  line-height: 1.2;
}

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

.dropdown-text.minus-right-margin {
  margin-left: 20px;
  margin-right: 0;
}

.notification-content-wrapper {
  z-index: 2;
  height: 100%;
  background-color: #fff;
  margin-bottom: -4px;
  position: relative;
  overflow: auto;
}

.notification-date {
  color: #7d7d7f;
  margin-bottom: 1em;
  font-size: 13px;
}

.dropdown-icon-text {
  height: .9em;
  display: flex;
}

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

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

.dropdown-toggle.notify {
  padding-left: 15px;
  padding-right: 15px;
}

.notify-content {
  width: 300px;
  background-color: #fff;
  border: 1px #e3e4e8;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 25px rgba(4, 15, 32, .2);
}

.notification {
  border-bottom: 1px solid #ebebeb;
  padding: 32px;
  position: relative;
}

.dropdown {
  height: 100%;
}

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

.empty-state-placeholder {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.notification-body {
  line-height: 1.2;
}

.round-photo-thumbnail {
  width: 43px;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.top-nav-content {
  height: 100%;
  background-color: var(--white);
  border-bottom: 1px solid rgba(64, 55, 60, .11);
  justify-content: space-between;
  display: flex;
}

.back-btn-wrapper {
  width: 44px;
  height: 100%;
  color: var(--text);
  flex: none;
  justify-content: center;
  align-items: center;
  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 {
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.link, .link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bradcrump {
  color: var(--text);
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

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

.page-title.nome {
  width: 300px;
  overflow: hidden;
}

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

.button-2 {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-2.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-2.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: rgba(0, 0, 0, 0);
}

.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;
}

.form-button-icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.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;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 100%;
}

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

.uploaded-photo-div.pdf {
  padding: 26px;
}

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

.photo-upload-input-field {
  height: 170px;
  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;
  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::-ms-input-placeholder {
  color: #9c9c9c;
}

.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 {
  min-height: 170px;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
}

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

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

.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;
}

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

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

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

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

._9 {
  padding-top: 10px;
}

.div-block-11 {
  width: 70%;
  height: auto;
  min-height: 900px;
  float: left;
  border: 1px solid var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.v-i {
  width: 35%;
  float: left;
}

.a4 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.div-block-86 {
  margin-bottom: 5px;
}

.text-block-97 {
  color: #000;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}

.inc {
  width: 33%;
  float: left;
}

.div-block-4-copy {
  color: #fff;
  background-color: #040f3b;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sumario {
  color: #000;
  background-color: #dedede;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.ref-text-2 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  line-height: 9px;
}

.parte-1 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  display: block;
}

.text-sium-copy {
  margin-left: 0;
  padding-left: 10px;
  font-size: 9px;
  line-height: 15px;
}

.nome-do-cliente {
  width: 50%;
  max-width: 50%;
  float: left;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.inc-copy {
  width: 50%;
  float: left;
  font-weight: 700;
}

.div-block-91-copy {
  margin-top: 15px;
  margin-bottom: 13px;
}

.text-block-102-copy {
  color: #000;
  border-bottom: 1px #000;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 9px;
  font-weight: 700;
}

.div-block-91 {
  margin-bottom: 10px;
}

.d-ref {
  width: 7%;
  float: left;
}

.iban {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 9px;
  line-height: 17px;
}

.nome-do-suma {
  width: 50%;
  float: left;
  font-weight: 700;
}

.ref-text-copy {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  line-height: 20px;
}

.tx {
  width: 15%;
  float: left;
}

.d-descricao {
  width: 37%;
  float: left;
  line-height: 20px;
}

.nova-div {
  width: 15%;
  float: left;
}

.div-block-88 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.info-despesa-wrapper {
  color: #000;
  background-color: #dedede;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 30px;
}

.ref-text-2-copy {
  margin-left: 0;
  padding-left: 5px;
  font-size: 9px;
  line-height: 15px;
}

.d-qtd {
  width: 6%;
  float: left;
}

.text-sium {
  margin-left: 0;
  padding-left: 10px;
  font-size: 9px;
  line-height: 15px;
}

.div-block-87 {
  margin-top: 5px;
}

.d-preco {
  width: 16%;
  float: left;
}

.div-block-92 {
  border-bottom: 1px solid rgba(203, 203, 203, .28);
  padding-top: 0;
  padding-bottom: 3px;
}

.logo-brand {
  width: 220px;
  height: 100px;
  float: left;
  padding: 0 0 10px;
}

.nome-da-empresa {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.new-block {
  padding-top: 5px;
}

.ttx {
  width: 15%;
  float: left;
}

.inc-200 {
  width: 35%;
  float: left;
}

.text-block-102 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.text-block-100-copy {
  color: #f58437;
  margin-top: 0;
  font-size: 12px;
}

.div-block-90 {
  width: 50%;
  max-width: 50%;
  float: right;
  text-align: right;
}

.text-block-99 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-106 {
  font-size: 9px;
  line-height: 12px;
}

.text-block-98 {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

.valor-imp {
  width: 33%;
  float: left;
}

.imposto-v1 {
  color: #676767;
  margin-top: 3px;
  padding-left: 5px;
  font-size: 5px;
  font-style: italic;
  line-height: 100%;
}

.text-block-101 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.ref-text {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  line-height: 20px;
}

.parte-2 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  padding-top: 12px;
  padding-left: 12px;
}

.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%;
}

.text-block-115 {
  font-size: 9px;
}

.parte-3 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  padding-top: 0;
}

.total-fact {
  width: 35%;
  float: left;
}

.em {
  width: 20%;
  float: left;
}

.assinaturass {
  margin-top: 20px;
}

.text-block-114 {
  font-size: 10px;
}

.d-descricao-copy {
  width: 25%;
  float: left;
}

.div-block-94 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-right: 50px;
  padding-top: 30px;
}

.linhas {
  border-bottom: 1px #cbcbcb;
  margin-top: 25px;
  padding-top: 0;
  padding-bottom: 3px;
}

.parte-4 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  padding-top: 12px;
  padding-left: 15px;
}

.motivos {
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.div-block-95 {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.div-block-91-copy-copy {
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-111 {
  font-size: 9px;
}

.text-block-102-copy-2 {
  color: #000;
  border-bottom: 1px #000;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 9px;
  font-weight: 700;
}

.text-block-100 {
  margin-top: 0;
  font-size: 13px;
}

._450 {
  margin-bottom: 7px;
}

.page-tabs-wrapper {
  height: 50px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px none var(--border);
  border-bottom: 1px solid var(--border);
  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 {
  height: 200px;
  border: 1px solid var(--light-steel-blue);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 20px 20px;
}

.link-block-2:hover {
  border-color: var(--dark-slate-blue);
}

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

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

.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;
}

.login-cta-text {
  text-align: center;
  font-size: 1.2em;
}

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

.auth-image-overlay {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(6, 7, 102, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.auth-image-overlay._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-field::-ms-input-placeholder {
  color: rgba(125, 126, 128, .5);
  font-size: .9em;
}

.text-field::placeholder {
  color: rgba(125, 126, 128, .5);
  font-size: .9em;
}

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

.form-cta {
  color: #2d7dd2;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.auth-bg {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(13, 0, 56, .5), rgba(13, 0, 56, .5)), url('../images/1686291032_en-idei-club-p-royal-blue-background-dizain-17.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.auth-form {
  height: 100%;
  min-width: 500px;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

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

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

.login-cta-wrapper {
  margin-top: 4em;
}

.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 {
  width: 100%;
  background-color: #fff;
  border-radius: .4em;
  padding: 50px 60px;
  box-shadow: 0 15px 3em rgba(0, 0, 0, .15);
}

.back-button {
  z-index: 25;
  width: 3.5em;
  height: 3.5em;
  background-color: #fff;
  border-radius: 6em;
  position: fixed;
  top: 1.8em;
  bottom: auto;
  left: 3em;
  right: auto;
  box-shadow: 0 3px 1em rgba(4, 15, 32, .25);
}

.logo-3 {
  height: 2.5em;
}

.logo-link-2 {
  height: 100%;
  flex: none;
  align-items: center;
  margin-right: 1.79em;
  padding-bottom: 0;
  display: flex;
}

.dropdown-icon-text-2 {
  z-index: 1;
  height: .9em;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 10;
  height: 5em;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border-top: 1px solid #e3e4e8;
  border-bottom: 1px solid #e3e4e8;
  justify-content: space-between;
  padding-left: 1.79em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.white {
  z-index: 12;
  height: 7em;
  background-color: #f9fbfd;
  border-top-style: none;
  border-bottom-style: none;
  padding-left: 8.4em;
}

.mother-div-3 {
  display: block;
}

.nav-shade {
  z-index: 9;
  height: 7em;
  background-color: #f0f1f5;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.container-2.pagamentos {
  grid-column-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2.pagamentos._2.mid-gard {
  grid-column-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

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

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.grid-6 {
  grid-column-gap: 1.79em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-2 {
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 3em;
}

.content-2.pages {
  min-height: 90vh;
  padding-top: 13em;
  display: block;
}

.content-2.pages._3 {
  padding-top: 10em;
}

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

.pay-price-text {
  width: 6em;
  text-align: left;
  font-size: 1.7em;
  font-weight: 500;
}

.pay-price-text.price {
  width: auto;
  color: #040f20;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
}

.link-block-3 {
  height: 9em;
  color: #2d7dd2;
  background-color: #fff;
  border: 1px solid #e3e4e8;
  border-radius: .5em;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-left: 3em;
  padding-right: 3em;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: rgba(77, 170, 87, .07);
  border-color: #4daa57;
}

.pages-headet-wrapper {
  margin-bottom: 55px;
}

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

.currency.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px dashed #4daa57;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.instruction {
  max-width: 26em;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.validar-pagamento-wrapper {
  max-width: 1100px;
  grid-column-gap: 0px;
  border: 2px dashed #4daa57;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: .5em;
  right: auto;
}

.pagamento-referencia-info {
  color: #2e6634;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
}

.pagamento-field-lable {
  color: #040f20;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 400;
}

.validar-wrap {
  grid-row-gap: 3em;
  background-color: rgba(77, 170, 87, .07);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

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

.submit-button-2.validar {
  background-color: var(--main);
  margin-top: 1em;
}

.ano-choose {
  height: 100%;
  flex: none;
  align-items: center;
  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;
}

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

._40 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
}

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

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

.mobile-nav {
  display: none;
}

.shadow {
  height: 100px;
}

.not-valid {
  display: none;
}

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

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

.items-table-btn-wrapper {
  display: none;
}

.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.with-right-icon {
  padding-right: 68px;
}

.add-item-mobile.with-right-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

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

.add-item-mobile.with-left-icon {
  padding-right: 25px;
}

.add-item-mobile.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.add-item-mobile.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.add-item-mobile.delete {
  color: var(--crimson);
}

.add-item-mobile.delete:hover {
  border-color: var(--crimson);
}

.add-item-mobile.not-primary {
  color: var(--slate-grey);
}

.add-item-mobile.previous-next {
  background-color: var(--slate-grey);
  color: var(--white);
}

.add-item-mobile.delete-item {
  height: 100%;
  color: var(--border);
  border-style: none solid none none;
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
  transition: color .1s;
}

.add-item-mobile.delete-item:hover {
  color: var(--crimson);
}

.add-item-mobile.delete-item.filller {
  background-color: rgba(0, 0, 0, 0);
}

.add-item-mobile.plus-minus {
  border-color: var(--border);
  border-radius: 50%;
  transition: background-color .1s, border-color .1s, color .1s;
}

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

.add-item-mobile.blue {
  border-color: var(--main);
  color: var(--main);
}

.add-item-mobile.blue:hover {
  color: #fff;
}

.add-item-mobile.red {
  border-color: var(--crimson);
  color: var(--crimson);
}

.add-item-mobile.prev-nxt {
  width: 32px;
  height: 32px;
  border-color: var(--border);
}

.add-item-mobile.delete-item-copy {
  height: 100%;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.add-item-mobile.delete-item-copy.filller {
  background-color: rgba(0, 0, 0, 0);
}

.add-item-mobile.eliminar:hover {
  border-color: var(--crimson);
  color: var(--crimson);
}

.add-item-mobile.add-stuff-in-invoice {
  border-style: dashed;
  border-color: var(--main);
  color: var(--main);
  background-color: rgba(52, 97, 255, .08);
  justify-content: center;
}

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

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

.add-item-mobile.main-text-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

.item-posto {
  display: none;
}

.create-div {
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  width: 36px;
  height: 36px;
  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%;
  padding-top: 5px;
  padding-left: 5px;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

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

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

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

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

.modal-trigger-wrapper {
  height: 100px;
  max-width: 300px;
  min-width: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.alerta {
  width: 100%;
  height: 50px;
  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;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

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

.sucesso {
  width: 100%;
  height: 50px;
  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;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

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

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

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

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

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

.mega-close-modal {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.link-2 {
  display: none;
}

.tabs-content {
  overflow: visible;
}

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

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

.dropdown-list-2.w--open {
  min-width: 200px;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 4px;
  right: 0;
}

.radio-button-field-2 {
  margin-bottom: 25px;
}

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

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

.text-block-120 {
  color: var(--dark-slate-blue);
  font-family: Dexa contas font, sans-serif;
}

.div-block-110 {
  color: var(--dim-grey);
  margin-bottom: 15px;
  font-size: 26px;
}

.text-block-121 {
  margin-top: 10px;
}

.link-3 {
  color: var(--wheat);
  text-align: center;
  background-color: rgba(235, 213, 170, .12);
  border: 1px dashed rgba(73, 63, 69, .42);
  border-radius: 5px;
  padding: 15px;
  display: block;
}

.link-3:hover {
  border-color: var(--dim-grey);
}

.clear {
  display: flex;
}

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

.div-block-111 {
  padding-top: 20px;
  padding-bottom: 80px;
}

.div-block-112 {
  background-color: #fff;
  border-radius: 4px;
  padding: 45px;
}

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

.div-block-114 {
  color: rgba(9, 20, 38, .68);
  border-bottom: 1px dashed rgba(0, 0, 0, .16);
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-115 {
  padding-right: 20px;
}

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

.div-block-117 {
  margin-bottom: 10px;
}

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

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

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

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

.filter-inside._80 {
  margin-right: 20px;
}

.map-wrapper {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 0;
}

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

.quartos_30 {
  width: 250px;
  padding-top: 60px;
}

.dia_q {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  flex-direction: column;
  flex: 1;
  display: block;
  overflow: auto;
}

.div-block-119 {
  height: 60px;
  border-bottom: 1px solid var(--border);
  border-left: 1px none var(--border);
  margin-left: 0;
  display: flex;
}

.quartos-wrapper {
  border-right: 1px none var(--border);
  border-left: 1px none var(--border);
}

.div-block-120 {
  height: 60px;
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 10px 25px;
  display: flex;
}

.text-block-122 {
  margin-bottom: 3px;
  font-weight: 500;
}

.text-block-123 {
  color: #939393;
  font-size: 14px;
  font-weight: 300;
}

.dias-wrapper {
  height: 60px;
  border-bottom: 1px solid var(--border);
  display: flex;
}

.dia {
  width: 60px;
  height: 60px;
  border-right: 1px solid var(--border);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dia-sem {
  width: 60px;
  height: 60px;
  border-right: 1px solid var(--border);
  background-color: rgba(201, 215, 240, .25);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dia-sem.first {
  border-left: 1px solid var(--border);
}

.text-block-124 {
  margin-bottom: 3px;
}

.text-block-125 {
  color: #8f8f8f;
  font-size: 13px;
}

.estado-do-dia {
  width: 100%;
  height: 20px;
  background-color: rgba(201, 215, 240, .11);
}

.estado-do-dia.manutencao {
  background-color: var(--gold);
}

.estado-do-dia.pre-reserva {
  background-color: var(--cornflower-blue);
}

.estado-do-dia.ocupado {
  background-color: rgba(221, 64, 64, .8);
}

.estado-do-dia.limpeza {
  background-color: rgba(102, 121, 153, .75);
}

.estado-do-dia.livre {
  background-color: rgba(11, 178, 97, .07);
}

.dias-estado {
  width: 60px;
  height: 60px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dias-estado.first {
  border-left: 1px solid var(--border);
}

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

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

.div-block-121 {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
}

.div-block-122 {
  margin-bottom: 25px;
  display: flex;
}

.div-block-123 {
  width: 60px;
  height: 60px;
  background-image: url('../images/360_F_109006426_388PagqielgjFTAMgW59jRaDmPJvSBUL.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dfdfdf;
  border-radius: 200px;
  flex: none;
}

.div-block-124 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 15px;
  display: flex;
}

.text-block-126 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-127 {
  color: var(--text);
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

.list-item-copy {
  color: var(--slate-grey);
  font-size: 16px;
}

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

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

.div-block-125 {
  border-bottom: 1px dashed var(--border);
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-126 {
  flex: 1;
  padding-left: 0;
}

.div-block-127 {
  width: 40px;
  flex: none;
  padding-top: 4px;
}

.div-block-128 {
  width: 14px;
  height: 14px;
  background-color: var(--medium-sea-green);
  border-radius: 200px;
}

.div-block-128.red {
  background-color: var(--crimson);
}

.wrap-incidente {
  border-bottom: 1px dashed var(--border);
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-129 {
  flex: 1;
  margin-right: 15px;
}

.link-4 {
  color: var(--mobile-border);
  font-family: Dexa contas font, sans-serif;
  font-size: 20px;
}

.link-4:hover {
  color: var(--crimson);
}

.div-block-130 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 40px;
  padding: 80px 40px;
}

.div-block-131 {
  width: 80%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.no-content {
  width: 100%;
  border: 1px dashed var(--slate-grey);
  text-align: center;
  background-color: rgba(201, 215, 240, .4);
  border-radius: 5px;
  margin: 25px auto;
  padding: 35px;
}

.text-block-128 {
  color: var(--slate-grey);
  margin-top: 8px;
  font-size: 15px;
  line-height: 120%;
}

.text-block-128._5 {
  margin-top: 0;
}

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

.div-block-132._6 {
  margin-bottom: 35px;
}

.div-block-133 {
  width: 25%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.div-block-130-copy {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 40px;
}

.pedido-content-wrapper {
  border-style: none none dashed;
  border-width: 1px;
  border-color: var(--border);
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-135 {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.div-block-136 {
  width: 60%;
}

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

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

.div-block-139 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-140 {
  width: 70%;
  flex: none;
}

._30 {
  width: 30%;
}

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

.link-5 {
  color: var(--dark-slate-blue);
  margin-left: 15px;
  font-size: 15px;
  text-decoration: underline;
}

.div-block-142 {
  border: 1px dashed var(--border);
  background-color: var(--white-smoke);
  border-radius: 5px;
  padding: 20px;
  font-weight: 500;
  display: flex;
}

.text-block-129 {
  width: 40%;
  flex: none;
}

.text-block-130 {
  width: 60%;
  text-align: right;
  flex: 1;
}

.div-block-143 {
  height: 1px;
  margin-bottom: 25px;
}

.logo-brand-2 {
  width: 220px;
  height: 100px;
  float: left;
  padding: 0 0 10px;
}

.div-block-4-copy-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ref-text-3 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  font-weight: 500;
  line-height: 20px;
}

.ref-text-4 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 9px;
  line-height: 11px;
}

.div-block-89 {
  margin-bottom: 5px;
}

.a4-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-104 {
  font-size: 8px;
  line-height: 12px;
}

.div-block-144 {
  margin-top: 5px;
}

.text-block-131 {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
}

.text-block-132 {
  color: #000;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}

.text-sium-copy-2 {
  margin-left: 0;
  padding-left: 10px;
  font-size: 9px;
  font-weight: 900;
  line-height: 15px;
}

.div-block-145 {
  border-bottom: 1px solid rgba(203, 203, 203, .28);
  padding-top: 0;
  padding-bottom: 3px;
}

.iban-2 {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
}

.ref-text-2-copy-2 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
}

.d-qtd-2 {
  width: 6%;
  float: left;
  overflow: hidden;
}

.text-block-102-copy-3 {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 8px;
  font-weight: 700;
}

.d-descricao-2 {
  width: 35%;
  float: left;
  line-height: 20px;
  overflow: hidden;
}

.div-block-146 {
  margin-bottom: 10px;
}

.text-block-133 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.text-block-134 {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-147 {
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.parte-5 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  padding-top: 35px;
}

.text-block-103 {
  font-size: 8px;
  line-height: 12px;
}

.text-block-135 {
  font-weight: 700;
}

.d-preco-2 {
  width: 16%;
  float: left;
  overflow: hidden;
}

.div-block-148 {
  margin-bottom: 5px;
}

.text-block-136 {
  font-size: 10px;
  line-height: 12px;
}

.imposto-v1-2 {
  color: #676767;
  margin-top: 3px;
  padding-left: 5px;
  font-size: 8px;
  font-style: italic;
  line-height: 100%;
}

.text-sium-2 {
  margin-left: 0;
  padding-left: 10px;
  font-size: 8px;
  line-height: 15px;
}

.text-block-137 {
  margin-top: 0;
  font-size: 12px;
}

.div-block-149 {
  width: 50%;
  max-width: 50%;
  float: right;
  text-align: right;
}

.ref-text-copy-2 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  font-weight: 500;
  line-height: 20px;
}

.grey {
  width: 80%;
  border: 1px dashed var(--border);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.pedido-extra {
  z-index: 100;
  width: 35%;
  height: 100vh;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px 12px rgba(0, 0, 0, .06);
}

.forms-wrapper {
  z-index: 10000;
  background-color: rgba(64, 55, 60, .61);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-138 {
  color: var(--mobile-border);
  font-family: Dexa contas font, sans-serif;
  font-size: 29px;
  display: inline-block;
}

.div-block-151 {
  text-align: right;
  margin-bottom: 35px;
}

.div-block-152 {
  color: var(--slate-grey);
  margin-bottom: 45px;
  font-size: 17px;
}

.text-block-139 {
  font-size: 19px;
  font-weight: 500;
}

.text-block-139._900 {
  color: var(--slate-grey);
  margin-top: 50px;
}

.text-block-139.bold {
  font-size: 25px;
}

.incidentes {
  z-index: 100;
  width: 35%;
  height: 100vh;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px 12px rgba(0, 0, 0, .06);
}

.text-block-140 {
  color: var(--dim-icon);
}

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

.div-block-131-copy {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-131-copy._8 {
  justify-content: flex-end;
  margin-bottom: 25px;
}

.div-block-154 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mais-dias {
  z-index: 100;
  width: 35%;
  height: 100vh;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px 12px rgba(0, 0, 0, .06);
}

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

.checkbox-label {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 20px;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

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

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

.radio-button-label-2 {
  margin-left: 15px;
  line-height: 20px;
}

.check-in {
  z-index: 100;
  width: 35%;
  height: 100vh;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px 12px rgba(0, 0, 0, .06);
}

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

.checkbox-field-3 {
  margin-top: 15px;
  margin-bottom: 0;
}

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

.checkbox-label-2 {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 20px;
}

.check-out {
  z-index: 100;
  width: 35%;
  height: 100vh;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px 12px rgba(0, 0, 0, .06);
}

.link-6 {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 5px;
  margin-right: 20px;
  padding: 3px 12px 5px;
  line-height: 100%;
}

.link-6:hover {
  background-color: #097b44;
}

.link-6.r {
  background-color: var(--slate-grey);
  color: #fff;
}

.link-6.r:hover {
  background-color: var(--crimson);
}

.div-block-157 {
  margin-top: 35px;
  margin-bottom: 80px;
}

.text-block-141 {
  margin-bottom: 25px;
  font-size: 23px;
}

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

.link-block-4 {
  background-color: #fff;
  border-radius: 5px;
}

.div-block-158 {
  padding: 25px;
}

.div-block-159 {
  background-color: var(--crimson);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 25px;
}

.div-block-159.verd {
  background-color: var(--medium-sea-green);
}

.div-block-159.cinza {
  background-color: var(--slate-grey);
}

.text-block-142 {
  color: #fff;
  font-weight: 500;
}

.div-block-157-copy {
  margin-top: 0;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.novo-item {
  z-index: 1000000;
  width: 35%;
  height: 100vh;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px 12px rgba(0, 0, 0, .06);
}

.nav-menu {
  height: 100px;
  align-items: center;
  display: flex;
}

.navbar {
  height: 100px;
  background-color: var(--text);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  width: 220px;
  height: 100px;
  background-image: url('../images/downlo3j_vermelho-brancoad.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-5 {
  color: rgba(255, 255, 255, .73);
  margin-left: 20px;
  padding: 5px 10px;
  display: flex;
}

.link-block-5:hover {
  color: #fff;
}

.text-block-143 {
  margin-right: 5px;
  font-family: Dexa contas font, sans-serif;
  font-size: 19px;
  line-height: 100%;
  position: relative;
  top: 2px;
}

.text-block-144 {
  font-size: 18px;
  line-height: 100%;
}

.titulo-main-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
}

.titulo-content-flex {
  justify-content: space-between;
  display: flex;
}

.texto-do-titulo {
  display: flex;
}

.texto_inn {
  align-items: center;
  display: flex;
}

.text-block-145 {
  font-size: 26px;
  font-weight: 500;
}

.text-block-146 {
  color: #7d7d7f;
  text-align: right;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-160 {
  align-items: center;
  margin-right: 0;
  padding-right: 10px;
  display: flex;
}

.link-7 {
  color: var(--slate-grey);
  padding-right: 15px;
  font-family: Dexa contas font, sans-serif;
  font-size: 28px;
}

.div-block-161 {
  padding-left: 35px;
}

@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.main.mobile {
    justify-content: center;
    display: flex;
  }

  .button.with-left-icon.main {
    align-items: center;
    padding-top: 0;
  }

  .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, .icon.form-field-dropdown {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

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

  .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 {
    width: 50px;
    height: 50px;
    color: var(--white);
    padding-top: 15px;
    padding-left: 13px;
  }

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

  .icon.modal-button {
    height: 50px;
    min-width: 50px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .button-link {
    right: 50px;
  }

  .button-link.full {
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .left-icon-wrapper.mobile-up {
    top: -17px;
  }

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

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

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

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

  .flyout-menu-wrapper.profile-flyout {
    position: absolute;
    top: 84px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

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

  .form-filter-wrapper._24 {
    max-width: none;
  }

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

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

  .table-row.invoice-item {
    height: auto;
    background-color: #fff;
    border-top-style: none;
    border-radius: 4px;
    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-cell._15.contactos {
    display: none;
  }

  .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.contactos {
    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 {
    width: 100%;
    justify-content: flex-start;
  }

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

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

  .cell-label._15.contactos {
    display: 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);
  }

  .kpi-dropdown-wrap {
    width: auto;
    padding-right: 0;
  }

  .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;
  }

  .content._90 {
    padding-top: 40px;
  }

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

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

  .sidenav {
    display: none;
  }

  .icon-wrapper-2.close-x {
    font-size: 2.1em;
  }

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

  .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-8 {
    display: none;
  }

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

  .v-i {
    width: 38%;
  }

  .text-block-97 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }

  .inc {
    width: 33%;
  }

  .div-block-4-copy {
    background-color: #0f142d;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-sium-copy {
    color: #fff;
  }

  .inc-copy {
    width: 50%;
  }

  .div-block-91-copy {
    margin-bottom: 15px;
  }

  .text-block-102-copy {
    font-weight: 700;
  }

  .div-block-91 {
    margin-bottom: 10px;
  }

  .nome-do-suma {
    width: 45%;
  }

  .tx, .nova-div {
    width: 12%;
  }

  .div-block-88 {
    border-top: 1px solid #d0d3dd;
    border-bottom: 1px solid #d0d3dd;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .info-despesa-wrapper {
    color: #000;
    background-color: #dedede;
    line-height: 20px;
  }

  .text-sium {
    color: #000;
  }

  .div-block-87 {
    margin-top: 5px;
  }

  .d-preco {
    width: 16%;
  }

  .div-block-92 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ttx {
    width: 12%;
  }

  .inc-200 {
    width: 33%;
  }

  .text-block-102 {
    font-size: 10px;
    font-weight: 700;
  }

  .text-block-100-copy {
    font-size: 13px;
  }

  .div-block-90 {
    text-align: right;
  }

  .text-block-99 {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-106 {
    font-size: 11px;
  }

  .text-block-98 {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 13px;
  }

  .valor-imp {
    width: 33%;
  }

  .text-block-101 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .radio-button-label {
    margin-bottom: 25px;
  }

  .div-block-93 {
    width: 100%;
    border-bottom: 1px dashed var(--border);
    padding-bottom: 40px;
  }

  .linhas {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .motivos {
    font-weight: 700;
  }

  .div-block-91-copy-copy {
    margin-bottom: 10px;
  }

  .text-block-111 {
    font-size: 11px;
  }

  .text-block-102-copy-2 {
    font-weight: 700;
  }

  .text-block-100 {
    font-size: 16px;
  }

  ._450 {
    margin-bottom: 10px;
  }

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

  .login-cta-text {
    font-size: 1.4em;
  }

  .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;
  }

  .back-button {
    width: 4.5em;
    height: 4.5em;
    top: 1.2em;
    left: 1.5em;
  }

  .navigation.white {
    padding-left: 6.9em;
  }

  .container-2.pagamentos {
    max-width: 60em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-2.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .content-2 {
    padding-bottom: 3em;
  }

  .content-2.pages._3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .edit-profile-button {
    height: 3.4em;
    font-size: 1.3em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  ._40 {
    width: 100%;
  }

  .client-details-wrapper {
    margin-top: 24px;
  }

  .plus-minus-wrap {
    justify-content: flex-end;
  }

  .text-field-inner-wrapper {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 4px;
  }

  .mobile-nav {
    z-index: 500;
    display: block;
    position: relative;
  }

  .shadow {
    height: 80px;
  }

  .nav-wrapper {
    z-index: 80;
    height: 80px;
    background-color: var(--main-2);
    justify-content: flex-end;
    padding-left: 40px;
    padding-right: 33px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .not-valid {
    display: none;
  }

  .body {
    font-size: 11px;
  }

  .item-cells-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }

  .items-table-btn-wrapper {
    display: block;
  }

  .add-item-mobile.prev-nxt {
    border-color: var(--mobile-border);
  }

  .menu-logo-cover {
    z-index: 151;
    width: 250px;
    height: 80px;
    background-color: var(--text);
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-logo {
    z-index: 152;
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 40px;
    right: auto;
  }

  .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 {
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .criar-page-mobile-menu {
    z-index: 105;
    height: 80px;
    background-color: var(--main-2);
    justify-content: flex-start;
    align-items: center;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .back-button-wrapper {
    width: 50px;
    height: 100%;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 24px;
    right: auto;
  }

  .criar-page-title {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 24px;
    font-weight: 500;
  }

  .ki {
    height: 42px;
    border-right-style: none;
    margin-bottom: 8px;
  }

  .select-field-copy {
    border-style: solid;
    border-color: var(--border);
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .item-posto {
    border-bottom: 1px dashed var(--border);
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-102 {
    width: 90%;
    padding-top: 5px;
  }

  .div-block-103 {
    width: 10%;
  }

  .text-block-117 {
    margin-bottom: 10px;
  }

  .div-block-104 {
    justify-content: flex-end;
  }

  .div-block-105 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 24px;
  }

  .create-div {
    display: block;
  }

  .div-block-106 {
    width: 200px;
    float: none;
    justify-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .radio-button-field {
    margin-bottom: 25px;
  }

  .div-block-107 {
    justify-content: space-between;
    margin-bottom: 25px;
    display: flex;
  }

  .div-block-107._2 {
    margin-top: 40px;
  }

  .heading-3 {
    align-items: center;
    font-size: 37px;
    line-height: 100%;
    display: flex;
  }

  .heading-3.nome-d {
    width: 200px;
  }

  .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;
  }

  .rt {
    width: 100%;
    max-width: 100%;
  }

  .filter-inside.centered._5 {
    width: 60%;
  }

  .div-block-4-copy-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-144 {
    margin-top: 5px;
  }

  .text-block-131 {
    margin-bottom: 4px;
  }

  .text-block-132 {
    margin-bottom: 3px;
  }

  .div-block-145 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ref-text-2-copy-2 {
    font-weight: 900;
  }

  .text-block-102-copy-3 {
    font-weight: 700;
  }

  .div-block-146 {
    margin-bottom: 10px;
  }

  .text-block-134 {
    margin-bottom: 2px;
  }

  .div-block-147 {
    border-top: 1px solid #d0d3dd;
    border-bottom: 1px solid #d0d3dd;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .d-preco-2 {
    width: 16%;
  }

  .text-sium-2 {
    color: #000;
  }

  .div-block-149 {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .flex.btn-design-stm.center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button.with-right-icon.main {
    justify-content: center;
  }

  .button.with-left-icon.main.centered {
    flex: 1;
    justify-content: center;
  }

  .right-icon-wrapper.inside-item {
    height: 50px;
    top: 26px;
  }

  .main-font-icon.desktop {
    display: none;
  }

  .main-font-icon.mobile {
    display: inline-block;
  }

  .button-text.quick-action-text._0 {
    margin-left: 0;
  }

  .button-text.previous-next-text, .icon {
    display: none;
  }

  .icon.quick-action {
    height: 48px;
    display: block;
  }

  .icon.quick-action.cnclr {
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 17px;
    display: flex;
  }

  .icon.paginate-next, .icon.paginate-previous {
    min-width: 38px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.plus-minus {
    width: 40px;
    height: 40px;
  }

  .icon.icon-link {
    display: block;
  }

  .icon.back {
    color: var(--white);
  }

  .icon.modal-button {
    height: 48px;
  }

  .icon.modal-button.cnclr {
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 17px;
    display: flex;
  }

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

  .form-field-wrapper.filters, .form-field-wrapper.wrap-search, .form-field-wrapper.estado {
    flex: none;
  }

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

  .flyout-menu-wrapper {
    z-index: 150;
    max-height: 70vh;
    min-height: auto;
    border-radius: 24px 24px 0 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.form-field-flyout {
    z-index: 150;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.general-flyout {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 20px 100vh rgba(0, 0, 0, .25);
  }

  .flyout-menu-wrapper.button-flyout-menu {
    width: auto;
    min-height: auto;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.category-flyout {
    z-index: 150;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.date-flyout {
    z-index: 150;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .flyout-menu-wrapper.profile-flyout {
    width: auto;
    min-height: auto;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flyout-menu-content.scroll {
    height: auto;
    max-height: 70vh;
    min-height: 250px;
    padding: 16px 32px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 24px;
  }

  .menu-item.with-radio-button {
    height: 40px;
  }

  .menu-item.add-inside-button {
    justify-content: center;
    padding-left: 0;
  }

  .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 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .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;
  }

  ._3-buttons-wrapper.full {
    width: 100%;
    justify-content: flex-start;
  }

  .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;
  }

  .form-filter-wrapper._24 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table-row {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .table-row._160 {
    width: 50%;
    height: auto;
    max-width: 50%;
    min-width: 50%;
  }

  .table-row.invoice-item {
    height: auto;
    border-top-style: none;
    flex-direction: column;
  }

  .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._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._20 {
    width: 100%;
  }

  .table-cell._20.client-cell {
    height: auto;
    flex-direction: column;
  }

  .table-cell._25 {
    width: 100%;
  }

  .table-cell._25.client-cell {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .table-cell-text {
    overflow: visible;
  }

  .table-image-wrapper {
    width: 60px;
    height: auto;
    border-radius: 0%;
  }

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

  .close-flyout {
    background-color: rgba(0, 0, 0, .4);
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-pagination-wrapper {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    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._10, .item-table-cell._15 {
    width: 100%;
  }

  .item-table-cell._15.qtd {
    width: auto;
    border-style: none;
    align-items: center;
    margin-bottom: 0;
  }

  .item-table-cell._15.prc-unit {
    width: 100%;
    max-width: 250px;
    flex-direction: column;
    align-items: flex-start;
    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._20 {
    width: 100%;
  }

  .item-table-cell._20.client-cell {
    height: auto;
    flex-direction: column;
  }

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

  .item-table-cell._25.client-cell {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .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 {
    height: 40px;
    border-style: none;
    border-color: var(--mobile-border);
    border-radius: 4px;
  }

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

  .item-text-field.qtd {
    height: 44px;
    max-width: 50px;
    min-width: 50px;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._10, .cell-label._15, .cell-label._20 {
    width: 100%;
  }

  .cell-label._20.client-cell {
    height: auto;
    flex-direction: column;
  }

  .cell-label._25 {
    width: 100%;
  }

  .cell-label._25.client-cell {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    min-width: 38px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    width: 60%;
    min-width: 270px;
    flex: none;
  }

  .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;
  }

  .inc {
    width: 33%;
  }

  .text-sium-copy {
    font-size: 10px;
  }

  .inc-copy {
    width: 55%;
  }

  .ref-text-copy {
    font-size: 8px;
  }

  .text-sium {
    font-size: 11px;
  }

  .inc-200 {
    width: 33%;
  }

  .text-block-100-copy {
    font-size: 12px;
  }

  .ref-text {
    font-size: 8px;
  }

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

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .auth-image-overlay, .auth-image-bg {
    display: none;
  }

  .auth-bg {
    width: auto;
    background-color: #fff;
    padding: 50px;
    display: flex;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    padding-left: 0;
  }

  .form-content {
    box-shadow: none;
  }

  .back-button {
    width: 3.8em;
    height: 3.8em;
    top: 1.5em;
  }

  .container-2.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-2 {
    flex: none;
  }

  .edit-profile-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pay-price-text {
    width: 5em;
  }

  .pay-price-text.price {
    font-size: 2.5em;
  }

  .link-block-3 {
    height: 8em;
    justify-content: space-between;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .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(rgba(9, 20, 38, .94), rgba(9, 20, 38, .94));
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .item-cells-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .items-table-btn-wrapper {
    margin-top: 2px;
  }

  .add-item-mobile.plus-minus {
    border-color: var(--mobile-border);
  }

  .add-item-mobile.centered {
    flex: 1;
    justify-content: center;
    margin-top: 16px;
  }

  .add-item-mobile.centered.txt-btn {
    border-style: none;
  }

  .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;
  }

  .text-sium-2 {
    font-size: 11px;
  }

  .ref-text-copy-2 {
    font-size: 8px;
  }
}

@media screen and (max-width: 479px) {
  .mother-div.dash {
    padding-top: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.main.dropdown {
    width: 125px;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .main-font-icon._86 {
    top: -3px;
  }

  .button-text.previous-next-text {
    display: none;
  }

  .icon {
    display: block;
  }

  .icon.form-field-dropdown._500._60000 {
    display: none;
  }

  .icon.quick-action {
    width: 100%;
    height: auto;
    min-width: auto;
    text-align: center;
    padding: 10px 7px 5px;
    display: flex;
  }

  .icon.quick-action.u {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon.quick-action._7 {
    height: 50px;
  }

  .icon.paginate-next, .icon.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.button-dropdown {
    display: block;
  }

  .icon.modal-button {
    height: 35px;
    min-width: auto;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .form-field-wrapper.filters {
    margin-bottom: 8px;
  }

  .form-field-wrapper.wrap-search._10 {
    width: 100%;
    max-width: 100%;
    flex: none;
    margin-bottom: 5px;
  }

  .form-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .form-text-field.whitex {
    margin-bottom: 5px;
  }

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

  .flyout-menu-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-wrapper.produto-flyout {
    width: auto;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .flyout-menu-content.scroll {
    padding: 8px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 12px;
  }

  .menu-item.add-inside-button {
    padding-right: 5px;
  }

  .menu-item.logout-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura {
    margin-left: -8px;
    margin-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: rgba(0, 0, 0, 0);
  }

  .table-row {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    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._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._15.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.client-cell.i, .table-cell._25.i {
    display: none;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

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

  .table-image-wrapper.no-mobile {
    display: none;
  }

  .table {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-direction: column;
  }

  .filter-date-status-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-date-status-wrapper.centered._5 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .filter-date-status-wrapper.centered._0 {
    grid-template-columns: 1fr;
  }

  .items-table {
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .item-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .item-text-field.qtd {
    min-width: 40px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .table-utility-row {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    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 {
    height: 130px;
    max-width: 270px;
    min-width: 252px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .kpi-valor.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .kpi-dropdown-wrap {
    margin-right: -4px;
  }

  .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: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 16px;
    left: 0%;
    right: 0%;
  }

  .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 {
    width: 100%;
    border-color: var(--light-steel-blue);
    background-color: #fff;
  }

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

  .content {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .notify-content {
    border-radius: 1.2em 1.2em 0 0;
  }

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

  .uploaded-photo-div {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

  .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-11 {
    padding: 20px;
  }

  .logo-brand {
    width: 150px;
  }

  .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 {
    height: auto;
    min-height: 1000px;
    align-items: flex-start;
    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;
  }

  .back-button {
    left: 1em;
  }

  .logo-3 {
    height: 2.1em;
  }

  .logo-link-2 {
    margin-right: 1em;
  }

  .navigation {
    padding-left: 1em;
  }

  .navigation.white {
    padding-left: 6em;
  }

  .pacote-button-wrapper {
    width: 100%;
  }

  .por-x-mes {
    display: none;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-2.pagamentos {
    max-width: none;
  }

  .container-2.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-6 {
    grid-column-gap: 0em;
  }

  .content-2 {
    padding-top: 7em;
  }

  .content-2.pages {
    min-height: 86vh;
    padding-bottom: 5.5em;
  }

  .content-2.pages._3 {
    padding: 7em 0 10em;
  }

  .edit-profile-button {
    width: 100%;
  }

  .pay-price-text {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text.price {
    font-size: 2.3em;
  }

  .link-block-3 {
    height: auto;
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 3em 1em 1em;
    display: grid;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .instruction {
    font-size: 1.2em;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .pagamento-field-lable {
    color: #040f20;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .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 {
    width: 100%;
    background-color: var(--main);
    color: #fff;
    border-radius: 4px;
  }

  .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;
  }

  .add-item-mobile.centered.txt-btn:hover {
    color: var(--slate-grey);
    background-color: rgba(0, 0, 0, 0);
  }

  .criar-page-title {
    max-width: 200px;
    overflow: hidden;
  }

  .select-field._100 {
    margin-bottom: 25px;
  }

  .item-posto {
    display: flex;
  }

  .div-block-102 {
    width: 80%;
  }

  .div-block-103 {
    width: 20%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .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;
  }

  .filter-inside {
    grid-template-columns: 1fr 1fr;
  }

  .filter-inside.centered._5 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .filter-inside.centered._0 {
    grid-template-columns: 1fr;
  }
}

#w-node-_60edc8e5-3412-32c2-b93a-da0df0fd3c6f-adff2464 {
  align-self: end;
  justify-self: stretch;
}

#w-node-_60edc8e5-3412-32c2-b93a-da0df0fd3c76-adff2464 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed304165-4fa3-0bb7-59c5-bf40afbe7b21-b5ff24c5, #w-node-f0a58a09-6a5b-69dd-b14e-feda93e05c58-b5ff24c5, #w-node-cf2de119-531f-b9c5-6c52-6dcd55842505-b5ff24c5, #w-node-_6926af45-38cc-56a4-a9da-a4126f900c18-b5ff24c5, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-13ff24cd, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-13ff24cd, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-13ff24cd, #field.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a15-13ff24cd, #field-2.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a16-13ff24cd, #field-2.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a17-13ff24cd, #field-2.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a18-13ff24cd, #field-2.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a19-13ff24cd, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-3eff24cf, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-3eff24cf, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-3eff24cf, #w-node-d8f21917-9895-0f86-349a-79469e960cfe-9eff24d6, #w-node-fb1560e5-638e-1d3a-e6a5-2fef7e640b57-9eff24d6, #w-node-a0eeaca3-53d0-113c-db3b-a4030fa004c0-9eff24d6, #w-node-a0eeaca3-53d0-113c-db3b-a4030fa004c1-9eff24d6, #w-node-_789ee878-2d2a-e3d8-2453-824f83c85473-9eff24d6, #w-node-_789ee878-2d2a-e3d8-2453-824f83c85474-9eff24d6, #field-2.w-node-e2ab263e-664c-de04-ac7d-8046acfa447b-fbff24e3, #w-node-_057474bc-714c-5774-18f5-f78640fefcdd-3f2859cb, #w-node-_057474bc-714c-5774-18f5-f78640fefd09-3f2859cb, #w-node-c64665d8-d527-7421-7fb1-74f522e4c792-3f2859cb, #w-node-bbdd39f7-2421-feb3-e503-0a8b360b1c49-3f2859cb, #w-node-_780a6970-8bb2-9d68-941b-96165fb40e7c-3f2859cb, #w-node-_36b257a5-0799-f02c-1934-c1d9dc15b2f3-dd5b9bbf, #w-node-_9474ba7b-a54b-79e3-f79b-38b33d536ac7-dd5b9bbf, #w-node-_057474bc-714c-5774-18f5-f78640fefcdd-dd5b9bbf, #w-node-_057474bc-714c-5774-18f5-f78640fefd09-dd5b9bbf, #field.w-node-_94ebb4fe-64da-a18b-8d1f-817a58af6858-c60de09e, #field-2.w-node-_94ebb4fe-64da-a18b-8d1f-817a58af6859-c60de09e, #field-2.w-node-_902d588d-e23f-f710-ef15-443a5ff9342b-c60de09e, #field-2.w-node-_4b088d97-0438-b5bf-64d0-b56dbb0cc577-c60de09e, #field-2.w-node-a5082226-1e24-1446-9fb1-85b56a7c4de0-c60de09e, #w-node-e1108e76-5ff4-6f5d-37a7-0366b3628da8-fa862bfa, #w-node-e1108e76-5ff4-6f5d-37a7-0366b3628daa-fa862bfa, #w-node-e1108e76-5ff4-6f5d-37a7-0366b3628dbf-fa862bfa, #w-node-_15e4680e-8035-1ade-26eb-31a508c97d08-fa862bfa, #w-node-_25cf16f8-4f57-d3a1-11f5-331f3fb07f1b-fa862bfa, #field-2.w-node-_902d588d-e23f-f710-ef15-443a5ff9342b-d5c4c540, #field-2.w-node-_4b088d97-0438-b5bf-64d0-b56dbb0cc577-d5c4c540, #w-node-e0f62ff5-ceb2-339f-d44c-bd1dc2a34b64-d5c4c540, #w-node-f72b1f4a-102e-78b2-c9c4-6b0ec90c3e48-d5c4c540, #w-node-e8b5255a-2334-503c-3699-3faf0293a880-d5c4c540, #w-node-_4cb2fb78-e25f-6220-a743-9e25f2bed200-d5c4c540, #w-node-_7d7505ee-7020-93a1-17eb-14087a33cf14-d5c4c540, #w-node-c2d5fa59-5737-d131-257b-f41ec18a13a6-d5c4c540, #w-node-fa1ac45f-169c-9759-aabf-50645ccfdfab-d5c4c540, #w-node-_6d985e49-0061-ddcf-cdd3-4df51d6336dd-d5c4c540, #w-node-e99e79b7-937f-5173-6b04-f2463a8b268c-d5c4c540, #w-node-_5bb33e87-50fa-9b5f-edef-9cca3bf2cc0c-d5c4c540, #w-node-eda3ed0b-4798-8ae2-8354-2e411bfbca5d-d5c4c540, #w-node-_48bcf54a-7373-558e-495e-a13f1b30550c-d5c4c540, #w-node-_5fe28433-f338-840e-ffb2-87c8b88e6859-d5c4c540, #w-node-_8541d1a7-26c0-3480-593c-3c34fa585415-d5c4c540, #w-node-c30ed279-ff9b-1e01-78a8-5b7378a33204-d5c4c540, #w-node-_7b73daf7-3e4a-f238-0eb3-b83213fad576-d5c4c540, #w-node-_828171db-9237-da99-5a17-41c12f613ab0-d5c4c540, #w-node-_5b747c48-27a4-48f8-64e1-8c9192cf84d1-d5c4c540, #w-node-_0a3c5588-793c-cb04-c26a-3b374ec4088b-d5c4c540, #w-node-_4f30856e-1696-6307-7586-5871d6310a98-d5c4c540, #w-node-_9ad503a7-a287-ca47-96f9-c35328dbe954-d5c4c540, #w-node-c4fbe1c5-0afc-c102-ffeb-a73bb0a619f4-d5c4c540, #w-node-_31d25046-1521-bb0f-fd8f-8276846eccbc-d5c4c540, #w-node-_2893a4be-bcaf-a853-f2fd-a105a43c9a18-d5c4c540, #field.w-node-ef39c850-5d27-4cbd-9f72-cc620dc522fe-cffc4a43, #field-2.w-node-ef39c850-5d27-4cbd-9f72-cc620dc522ff-cffc4a43, #field-2.w-node-ef39c850-5d27-4cbd-9f72-cc620dc52300-cffc4a43, #field-2.w-node-ef39c850-5d27-4cbd-9f72-cc620dc52301-cffc4a43, #field-2.w-node-ef39c850-5d27-4cbd-9f72-cc620dc52302-cffc4a43, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-bac6d3d7, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-bac6d3d7, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-bac6d3d7, #field.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a15-bac6d3d7, #field-2.w-node-_1243dcfd-fde1-3527-fff2-5f7ca88b6a16-bac6d3d7, #w-node-c97eb8d7-f905-88d1-caec-eae982983fcb-acb682db, #w-node-c97eb8d7-f905-88d1-caec-eae982983fe6-acb682db, #w-node-c97eb8d7-f905-88d1-caec-eae982984018-acb682db, #w-node-c97eb8d7-f905-88d1-caec-eae98298404a-acb682db, #w-node-e89dad23-1245-512c-980e-a5292d7173a9-acb682db, #w-node-_5a55080e-8498-2833-97b5-62c5d3801bad-acb682db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #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-_60edc8e5-3412-32c2-b93a-da0df0fd3c68-adff2464, #w-node-_60edc8e5-3412-32c2-b93a-da0df0fd3c76-adff2464, #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034ee-a80034c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60edc8e5-3412-32c2-b93a-da0df0fd3c68-adff2464 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60edc8e5-3412-32c2-b93a-da0df0fd3c6f-adff2464 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_60edc8e5-3412-32c2-b93a-da0df0fd3c76-adff2464 {
    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;
}