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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text);
  letter-spacing: -.1px;
  background-color: #c9d7f030;
  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 {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 44px;
  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 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  padding-right: 24px;
}

.button.main {
  background-color: var(--main);
  color: var(--white);
  justify-content: center;
  align-items: stretch;
  height: 50px;
  padding-top: 16px;
}

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

.button.main.dropdown {
  justify-content: flex-start;
  align-items: stretch;
  width: 130px;
  padding-top: 17px;
  padding-bottom: 14px;
}

.button.main.cinza {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--text);
}

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

.button.submit-button._700 {
  margin-top: 15px;
}

.button.main {
  color: #fff;
  background-color: #1b4d91;
  justify-content: center;
  height: 50px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

.main-font-icon.smaller-icon {
  color: var(--slate-grey);
  transform: scale(.93);
}

.main-font-icon.smaller-icon.down {
  transform: rotate(93deg);
}

.main-font-icon.smaller-icon.green {
  color: var(--medium-sea-green);
}

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

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

.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 {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 15px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

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

.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 {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

.icon.srch {
  color: #66799980;
}

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

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

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

.icon.button-dropdown {
  height: 50px;
  padding-top: 14px;
}

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

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

.icon.drag-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
  min-width: 44px;
  height: 24px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

.icon._2 {
  color: var(--border);
  align-items: center;
  height: 100%;
  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 {
  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: #0000;
}

.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;
  width: 100%;
  transition: all .1s;
  display: block;
  position: absolute;
  inset: 0% 44px 0% 0%;
}

.button-link.full {
  z-index: 1;
  display: flex;
  inset: 0%;
}

.button-link._100 {
  line-height: 50px;
  right: 0;
}

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

.left-icon-wrapper.left-border {
  border-left: 1px solid #fff3;
}

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

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

.form-wrapper._1 {
  width: 35%;
  padding-top: 20px;
}

.form._1 {
  background-color: #fff;
  border: 1px solid #c9d7f07d;
  border-radius: 5px;
  height: 55vh;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.form-field-lable {
  color: var(--text);
  height: 20px;
  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-lable._1 {
  color: var(--slate-grey);
  font-weight: 400;
}

.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.wrap-search._100 {
  width: 100%;
}

.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-field-wrapper._09 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

.form-text-field.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::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::placeholder {
  color: var(--text);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

.form-text-field.whitex._1 {
  background-color: #ffffff8c;
  padding-left: 10px;
  padding-right: 10px;
}

.form-text-field.whitex._1.bg {
  width: 100%;
}

.form-text-field._500 {
  margin-bottom: 10px;
}

.form-text-field._1::placeholder {
  color: var(--text);
}

.form-text-field.bd {
  color: var(--slate-grey);
  background-color: #f7f7f7d9;
}

.form-text-field.bd::placeholder {
  color: var(--slate-grey);
}

.form-text-field._589 {
  height: auto;
  min-height: 150px;
}

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

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

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

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

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

.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 {
  letter-spacing: -.3px;
  min-height: 20px;
  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 #142b523d;
}

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

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

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

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

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

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

.flyout-menu-wrapper.kpi-flyout {
  width: 174px;
  display: block;
  inset: 15% 15% auto auto;
}

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

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

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

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

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

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

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

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

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

.menu-item.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 {
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

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

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

.menu-icon-wrapper.left-border {
  border-left: 1px solid #fff3;
}

.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 {
  color: var(--main);
  cursor: pointer;
  border-width: 1px;
  border-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

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

.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;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

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

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

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

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

.action-button.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 {
  color: var(--border);
  border-style: none solid none none;
  border-color: #0000;
  align-items: center;
  height: 100%;
  transition: color .1s;
}

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

.action-button.delete-item.filller {
  background-color: #0000;
}

.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 {
  border-color: var(--border);
  width: 32px;
  height: 32px;
}

.action-button.delete-item-copy {
  border-style: none;
  border-color: #0000;
  align-items: center;
  height: 100%;
}

.action-button.delete-item-copy.filller {
  background-color: #0000;
}

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

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

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

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

.action-button.main-text-button:hover {
  background-color: #0000;
}

.action-button.cncel {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 20px;
}

.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: #0000;
}

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

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

.action-button._5 {
  margin-bottom: 25px;
}

.action-button.estadov {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 20px;
}

.action-button.estadov:hover {
  border-color: var(--mobile-border);
  background-color: var(--mobile-border);
}

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

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

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

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

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

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

.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::placeholder {
  color: var(--text);
  font-weight: 500;
}

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

.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::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::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-search-field._100 {
  width: 100%;
}

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

.search-icon.left-border {
  border-left: 1px solid #fff3;
}

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

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

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

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

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

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

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

.table-row.cell-label-wrapper._5, .table-row.cell-label-wrapper._1 {
  padding-right: 0;
}

.table-row.cell-label-wrapper._1._3 {
  background-color: #d8dde73b;
  border-top-style: solid;
}

.table-row.cell-label-wrapper._1._2 {
  padding-bottom: 5px;
}

.table-row.cell-label-wrapper.small {
  background-color: #eef1f770;
  border-radius: 5px;
  padding-right: 0;
}

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

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

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

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

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

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

.table-action-button {
  background-color: var(--white);
  font-family: 3dots, sans-serif;
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: -.3px;
  border: 1px solid #0000;
  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 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.table-row-content.item-link {
  color: var(--text);
  cursor: pointer;
  transition: all .37s;
}

.table-row-content.item-link.dispositivo {
  background-color: #edf2fc3b;
}

.table-row-content._1 {
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

.table-cell._25.client-cell.namex {
  width: 40%;
}

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

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

.table-cell._30._1 {
  padding-left: 5px;
  padding-right: 5px;
}

.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.num-1 {
  width: 15%;
}

.table-cell.qtd-stock {
  width: 20%;
}

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

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

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

.table-cell._15.red {
  color: #dd4040;
}

.table-cell._15.verde {
  color: #0bb261;
}

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

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

.table-cell-text {
  flex: 1;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: all .37s;
  position: relative;
  top: 1px;
}

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

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

.table-cell-text._3 {
  flex: none;
}

.table-cell-text.lite, .table-cell-text.visto {
  color: var(--slate-grey);
}

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

.table-image-wrapper._2 {
  width: 50px;
  height: 50px;
}

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

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

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

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

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

.img.is--contain.veiculo {
  border-style: none;
  border-radius: 200%;
  width: 250px;
  height: 250px;
  padding: 0;
}

.img.is--contain.utilizador {
  object-fit: cover;
  border: 1px solid #c9d7f0;
  border-radius: 200px;
}

.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: #40bf6033;
}

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

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

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

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

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

.status-wrapper.cancelado {
  color: var(--crimson);
  letter-spacing: .3px;
  background-color: #dd404033;
}

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

.status-wrapper.factura {
  color: var(--text);
  background-color: #3461ff82;
}

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

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

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

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

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

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

.filter-date-status-wrapper.centered._5._1 {
  grid-template-columns: 1fr 1fr;
  max-width: none;
}

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

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

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

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

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

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

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

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

.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: #0000;
}

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

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

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

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

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

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

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

.item-table-cell._15.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 {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  letter-spacing: -.3px;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s;
}

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

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

.item-text-field.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::placeholder {
  color: var(--text);
  font-weight: 500;
}

.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::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::placeholder {
  color: var(--text);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.cell-label._15 {
  align-items: center;
  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%;
}

.cell-label.name-1 {
  width: 40%;
}

.cell-label.qtd-stock {
  width: 20%;
}

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

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

.filler {
  cursor: pointer;
  width: 43px;
  height: 43px;
  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 {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

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

.filler.srch {
  color: #66799980;
}

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

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

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

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

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

.table-utility-row._1 {
  padding-left: 0;
}

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

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

.drag-handle {
  border: 1px none var(--border);
  color: var(--dim-icon);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  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, .kpi-grid._1, .kpi-grid.io {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.kpi._1 {
  height: 150px;
}

.kpi._2 {
  height: 100px;
}

.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 {
  color: var(--text);
  letter-spacing: -.5px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

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

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

.kpi-valor._1 {
  color: var(--midnight-blue-2);
  font-size: 26px;
  font-weight: 700;
}

.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: #dd4040;
  background-color: #fae3e3;
}

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

.kpi-stats.positive {
  color: #0bb261;
  background-color: #dbf4e7;
}

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

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

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

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

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

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

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

.text-button.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 {
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

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

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

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

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

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

.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 {
  border: 1px none var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  max-height: 350px;
  padding: 40px;
}

.img-wrapper.cliente._2 {
  max-height: 400px;
}

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

.img-wrapper.veiculo {
  border-style: none;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  padding: 25px;
  display: flex;
}

.img-wrapper.condutor {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

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

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

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

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

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

.form-section.tighter._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

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

.form-section._5._45545 {
  padding-bottom: 0;
}

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

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

.form-section.das {
  padding-top: 0;
  padding-bottom: 0;
}

.form-section.zero {
  padding-top: 0;
}

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

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

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

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

.table-header._1 {
  color: var(--slate-grey);
  font-size: 20px;
}

.table-header._2 {
  color: var(--slate-grey);
  font-weight: 400;
}

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

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

.footer.hidden {
  display: none;
}

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

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

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

.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 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.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 {
  float: right;
  letter-spacing: -.8px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.1;
}

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

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

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

.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 {
  flex: 1;
  max-width: 300px;
}

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

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

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

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

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

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

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

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

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

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

.short-page-content.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._1 {
  text-align: center;
}

.list-item._600 {
  border: 1px solid var(--border);
  background-color: #c9d7f082;
  border-radius: 8px;
  padding: 15px 25px;
}

.list-item._888 {
  margin-bottom: 0;
}

.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-lable._5000 {
  font-size: 32px;
  line-height: 120%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-wrapper-2:hover {
  color: #040f20;
  background-color: #ebecf073;
}

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

.icon-wrapper-2.delete {
  color: #7d7d7f80;
  cursor: pointer;
  border-radius: 10em;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: .9em .9em auto auto;
}

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

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

.icon-wrapper-2.close-x:hover {
  background-color: #0000;
}

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

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

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

.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;
  background-color: #fff;
  height: 100%;
  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 {
  align-items: center;
  height: 100%;
  padding: 0 0 0 32px;
  display: flex;
}

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

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

.notify-content {
  background-color: #fff;
  border: 1px #e3e4e8;
  border-radius: 8px;
  width: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 25px #040f2033;
}

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

.dropdown {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.criar-content-wrapper._1 {
  border-right: 1px dashed var(--light-steel-blue-3);
  padding-right: 20px;
}

.criar-content-wrapper._2 {
  width: 100%;
  max-width: none;
}

.criar-content-wrapper.bg {
  max-width: none;
}

.criar-content-wrapper.sccroll-modal {
  height: 600px;
  padding-bottom: 20px;
  overflow: auto;
}

.button-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  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: #0000;
}

.button-2.submit {
  text-align: center;
  background-color: #3668fc;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button-2.submit:hover {
  background-color: #1242af;
}

.button-2.submit.no-color {
  border: 1px solid var(--main);
  color: #171f36;
  background-color: #0000;
  height: 50px;
  line-height: 50px;
}

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

.uploaded-photo-wrapper._2 {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.photo-upload-input-wrapper._1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.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-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

._9 {
  padding-top: 40px;
}

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

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

.a4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  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 {
  float: left;
  width: 33%;
}

.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 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: block;
}

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

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

.inc-copy {
  float: left;
  width: 50%;
  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 {
  float: left;
  width: 7%;
}

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

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

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

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

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

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

.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 {
  float: left;
  width: 6%;
}

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

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

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

.div-block-92 {
  border-bottom: 1px solid #cbcbcb47;
  padding-top: 0;
  padding-bottom: 3px;
}

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

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

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

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

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

.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 {
  float: right;
  text-align: right;
  width: 50%;
  max-width: 50%;
}

.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 {
  float: left;
  width: 33%;
}

.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 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  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 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 0;
}

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

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

.assinaturass {
  margin-top: 20px;
}

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

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

.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 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  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 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px none var(--border);
  border-bottom: 1px solid var(--border);
  height: 50px;
  margin-left: -44px;
  margin-right: -44px;
  padding-left: 44px;
  display: flex;
}

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

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

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

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

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

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

.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: 10em;
}

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

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

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

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

.text-field._5 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.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;
  padding-left: 0;
  position: relative;
}

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

.back-button {
  z-index: 25;
  background-color: #fff;
  border-radius: 6em;
  width: 3.5em;
  height: 3.5em;
  position: fixed;
  inset: 1.8em auto auto 3em;
  box-shadow: 0 3px 1em #040f2040;
}

.logo-3 {
  height: 3.8em;
}

.logo-link-2 {
  flex: none;
  align-items: center;
  height: 100%;
  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;
  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;
  height: 5em;
  padding-left: 1.79em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.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 {
  background-color: var(--main);
  color: #fff;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 3em;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: 1.1em;
  display: flex;
}

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

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

.link-block-3 {
  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;
  place-items: center;
  height: 9em;
  padding-left: 3em;
  padding-right: 3em;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: #4daa5712;
  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 {
  grid-column-gap: 0px;
  border: 2px dashed #4daa57;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

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

.pagamento-referencia-info {
  color: #2e6634;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 500;
  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: #4daa5712;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

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

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

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

.form-block {
  width: 150px;
}

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

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

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

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

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

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

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

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

.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 {
  color: var(--border);
  border-style: none solid none none;
  border-color: #0000;
  align-items: center;
  height: 100%;
  transition: color .1s;
}

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

.add-item-mobile.delete-item.filller {
  background-color: #0000;
}

.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 {
  border-color: var(--border);
  width: 32px;
  height: 32px;
}

.add-item-mobile.delete-item-copy {
  border-style: none;
  border-color: #0000;
  align-items: center;
  height: 100%;
}

.add-item-mobile.delete-item-copy.filller {
  background-color: #0000;
}

.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: #3461ff14;
  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(--cornflower-blue);
  background-color: #0000;
}

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

.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 {
  border: 1px solid var(--light-steel-blue-3);
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

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

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

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

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

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

.item-posto {
  display: none;
}

.create-div {
  display: block;
}

.create-div._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 15px;
  display: flex;
}

.div-block-107 {
  display: block;
}

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

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

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

.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 {
  background-color: var(--main);
  color: var(--white);
  background-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  position: absolute;
  inset: 32px auto auto 32px;
}

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

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

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

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

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

.modal-text-wrapper {
  cursor: default;
  margin-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 {
  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;
  min-width: 200px;
  max-width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 40px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.link-2 {
  display: none;
}

.tabs-content {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-114 {
  border-bottom: 1px solid #cbcbcb47;
  padding-top: 0;
  padding-bottom: 3px;
}

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

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

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

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

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

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

.form-2 {
  border: 1px dashed #b3b3b3;
  border-radius: 5px;
  padding: 16px;
}

.fiinika-nav-main {
  z-index: 1100;
  border-bottom: 1px #000;
}

.navbar {
  z-index: 1100;
  background-color: #fff;
  border-bottom: 1px solid #a3aab6bf;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  background-image: url('../images/Fiinika-Gestor-de-Frotas-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 80px;
}

.dropdown-toggle-2 {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  margin-left: 0;
  padding: 0 20px 0 0;
  display: flex;
}

.dropdown-toggle-2.w--open {
  margin-left: 0;
}

.dropdown-toggle-2._2 {
  height: auto;
}

.dropdown-toggle-2._1 {
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.dropdown-toggle-2.butt {
  color: var(--white);
  height: auto;
  padding: 0 20px 0 0;
}

.icon-2 {
  margin-right: 0;
}

.icon-2._1 {
  display: flex;
}

.dropdown-list-3 {
  border-left: 1px solid var(--crimson);
  padding-top: 10px;
}

.dropdown-list-3.w--open {
  z-index: 10000;
  border-right: 1px none var(--border);
  border-bottom: 1px none var(--border);
  border-left-style: none;
  border-left-color: var(--border);
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px #00000014;
}

.dropdown-list-3._1 {
  margin-left: 172px;
  left: auto;
}

.dropdown-list-3._2 {
  right: 112px;
}

.dropdown-list-3._3 {
  right: 3px;
}

.dropdown-list-3.v3.w--open {
  border-radius: 5px;
  margin-top: 5px;
  transition: all .37s;
  right: 1.4375px;
  box-shadow: 0 2px 5px #66799973;
}

.dropdown-list-3._86.w--open {
  top: 52px;
}

.link-inside-dropdown:hover, .link-inside-dropdown.w--current {
  color: var(--main);
}

.link-item {
  margin-left: 30px;
}

.link-item._500 {
  display: none;
}

.link-item._1 {
  margin-left: 0;
}

.link-item.hide-small {
  display: none;
}

.link-item.botao-gestao {
  background-color: var(--main);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 8px 20px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.dash-main-content {
  padding-top: 50px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-116 {
  background-image: linear-gradient(#1b4d91d6, #1b4d91d6), url('../images/3049.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 20px 35px;
  display: flex;
}

.div-block-117 {
  width: 60%;
  padding-left: 25px;
  display: flex;
}

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

.link-block-4 {
  color: var(--text);
  background-color: #fff;
  border: 1px solid #c9d7f07d;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding: 20px;
  transition: all .37s;
  display: flex;
}

.link-block-4:hover {
  background-color: #f5f5f5fa;
  box-shadow: 0 1px 5px #81a7dd26;
}

.link-block-4._2 {
  background-color: #2b5995;
  border-style: none;
}

.link-block-4._2:hover {
  background-color: #1c4983;
  box-shadow: 0 1px 5px #81a7dd9e;
}

.text-block-126 {
  margin-right: 10px;
  font-family: Dexa contas font, sans-serif;
  font-size: 20px;
}

.grid-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-block-127 {
  margin-bottom: 10px;
  font-size: 16px;
}

.div-block-118 {
  color: var(--white);
  text-align: center;
}

.text-block-128 {
  font-size: 27px;
  font-weight: 700;
}

.text-block-128._1 {
  font-weight: 600;
}

.top-section-navigation {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.top-section-navigation._5 {
  margin-top: 15px;
}

.seta-para-tras {
  color: var(--text);
  text-decoration: none;
}

.titulo {
  flex: 1;
  padding-left: 15px;
}

.titulo._4444 {
  padding-left: 0;
}

.bot-o-ou-menu {
  padding-left: 25px;
}

.text-block-129 {
  margin-top: 3px;
  font-family: Dexa contas font, sans-serif;
  font-size: 28px;
}

.text-block-130 {
  font-size: 25px;
}

.botao {
  background-color: var(--main);
  border-radius: 5px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}

.botao:hover {
  background-color: var(--midnight-blue-2);
}

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

.botao._2 {
  height: 30px;
  line-height: 30px;
}

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

.text-block-131 {
  font-weight: 400;
}

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

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

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

.text-block-133 {
  margin-bottom: 25px;
  font-size: 19px;
}

.text-block-134 {
  font-size: 31px;
}

.tab-lk {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 100%;
  padding: 3px 15px;
  display: flex;
  position: relative;
}

.separador {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding: 6px 25px 5px;
  display: flex;
}

.grid-11 {
  grid-template-rows: auto;
  width: 80%;
}

.button-3 {
  border: 1px solid var(--medium-sea-green);
  color: var(--medium-sea-green);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 5px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.button-3:hover {
  background-color: #d7f1dd87;
}

.button-3._2 {
  border-color: var(--crimson);
  color: var(--crimson);
}

.button-3._2:hover {
  background-color: #f7d7d74a;
}

.m1 {
  z-index: 1000;
  background-color: #00000085;
  padding: 76px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-121 {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.stock-in-div {
  text-align: center;
  display: none;
}

.button-4 {
  color: var(--white);
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 20px;
}

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

.criar-content-wrapper-copy {
  width: 100%;
  max-width: 100%;
}

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

.stock-out-div {
  text-align: center;
  display: none;
}

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

.div-block-124 {
  color: var(--slate-grey);
  margin-bottom: 35px;
  font-size: 23px;
}

.parceiro-text-field {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
}

.parceiro-text-field::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field.saldo-copy {
  color: #737373;
  border-top: 1px #e0e2e7;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.parceiro-text-field.saldo {
  color: #05b32e;
  border-top: 1px #e0e2e7;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.parceiro-text-field.r {
  margin-bottom: 10px;
}

.parceiro-text-field.cancelado {
  color: var(--crimson);
}

.form-field-label-2 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

.kz {
  margin-left: 3px;
}

.kz.thin-kz {
  font-weight: 400;
}

.do {
  margin-top: 25px;
}

.do._9 {
  margin-top: 0;
  padding-top: 10px;
}

.form-field-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.form-text-field-2 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 13px;
  transition: all .1s;
}

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

.form-text-field-2:focus {
  background-color: #fff;
  border-color: #1675bd;
}

.form-text-field-2::placeholder {
  color: #9c9c9c;
}

.form-text-field-2.no-space {
  margin-bottom: 5px;
}

.parceiro-info-seperator {
  margin-bottom: 25px;
  position: relative;
}

.parceiro-info-seperator.saldo {
  margin-top: 25px;
}

.subsidios-div {
  border: 1px dashed var(--cornflower-blue);
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px;
}

.subsidios-div._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--light-steel-blue-3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field-2._500 {
  margin-bottom: 15px;
}

.checkbox-label {
  margin-bottom: 0;
}

.dedu-es-div {
  border: 1px dashed var(--cornflower-blue);
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px;
}

.link-5 {
  color: #3668fc;
  margin-top: 15px;
  display: block;
}

._40-2 {
  margin-top: 25px;
}

.form-field-label-3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

._40-3 {
  margin-top: 25px;
}

.form-field-label-4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.resumo-table {
  margin-bottom: 50px;
  padding-top: 20px;
}

.resumo-item-block {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 40px;
}

.resumo-description {
  float: left;
  line-height: 100%;
  display: inline-block;
}

.resumo-cash {
  float: right;
  line-height: 100%;
  display: inline-block;
}

.currency-2 {
  margin-left: 2px;
}

.div-block-126 {
  width: 100px;
}

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

._800 {
  padding-top: 25px;
}

.form-block-2 {
  margin-top: 25px;
}

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

.se-funcionarios_especificos {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 20px 0 0;
}

.div-block-127 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field:hover {
  background-color: #fff;
}

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field._4 {
  margin-bottom: 5px;
}

.grid-15 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.form-field-label-5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-128 {
  background-color: #c9d7f078;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.link-4 {
  color: #e6253f;
  text-align: center;
  width: 20%;
  font-family: Dexa contas font, sans-serif;
  text-decoration: none;
}

.text-block-9 {
  color: #171f3685;
  width: 80%;
  line-height: 110%;
  overflow: hidden;
}

.div-block-32 {
  float: right;
  width: 40%;
  margin-top: 25px;
}

.div-block-32._1 {
  margin-top: 0;
}

.dados-1 {
  flex: 1;
  margin-bottom: 70px;
}

.currency-3 {
  margin-left: 2px;
}

.form-field-label-6 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-28 {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
  overflow: scroll;
}

.div-block-28._2 {
  border-color: var(--highlight);
  margin-top: 50px;
  display: flex;
  overflow: visible;
}

.div-block-28._700 {
  flex-flow: column;
  margin-top: 50px;
  display: flex;
  overflow: visible;
}

.resumo-table-2 {
  padding-top: 20px;
}

.resumo-table-2._1 {
  flex: 1;
  padding-top: 0;
}

.text-header-colab {
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
}

.div-block-132 {
  flex: 1;
  padding-right: 50px;
  display: flex;
}

.text-block-136 {
  color: var(--medium-sea-green);
  font-family: Dexa contas font, sans-serif;
  font-size: 25px;
}

.content-div-wrap-colaborador {
  margin-bottom: 70px;
}

.form-field-label-7 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

._40-4 {
  margin-top: 25px;
}

.text-header-colab-2 {
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.form-field-label-8 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

._40-5 {
  margin-top: 25px;
}

.text-header-colab-3 {
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-133, .div-block-134 {
  display: flex;
}

.div-block-30, .div-block-29 {
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-16 {
  font-weight: 400;
}

.text-block-16._1 {
  font-size: 12px;
  font-weight: 400;
}

.text-block-16._1.processado {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
}

.div-block-31 {
  max-height: 900px;
  overflow: scroll;
}

.text-field-titulo {
  float: left;
  background-color: #e0e2e7;
  border-right: 1px solid #c3c6cd;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-field-titulo.salario {
  width: 150px;
}

.text-field-titulo.salario._1 {
  border-bottom: 1px solid #e0e2e7;
}

.text-field-titulo.descontos {
  background-color: #fac3c3;
  flex-direction: column;
  width: auto;
}

.text-field-titulo.descontos._1 {
  border-bottom: 1px solid #e0e2e7;
  justify-content: center;
}

.text-field-titulo._1 {
  background-color: #fff;
  border-bottom: 1px solid #e0e2e7;
  height: 70px;
}

.text-field-titulo.subsidios {
  background-color: #bee9c7;
  flex-direction: column;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-field-titulo.subsidios._1 {
  background-color: #bee9c700;
  border-bottom: 1px solid #e0e2e7;
  justify-content: center;
}

.text-field-titulo.estado {
  width: 150px;
}

.titulos {
  border-bottom: 1px #fff;
  display: flex;
}

.titulos._2 {
  border-bottom-color: #e0e2e7;
}

.item-do-subtitulo {
  width: 100px;
  font-size: 12px;
  overflow: hidden;
}

.item-do-subtitulo.total, .text-block-138, .text-block-139 {
  font-weight: 400;
}

.div-block-135 {
  padding-top: 50px;
  padding-right: 50px;
}

.relatorio-main-div {
  background-color: #fff;
  padding: 0;
}

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

.valor._90 {
  width: 40%;
  padding-left: 10px;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.text-block-140 {
  color: #919ba7;
  font-size: 19px;
}

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

.main-lead-content {
  color: #fff;
  background-color: #919ba79e;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.ibans {
  float: left;
  width: 40%;
}

.logo-relatorio {
  float: left;
  background-image: url('../images/Fiinika-Comercial_logo_main.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-weight: 400;
}

.div-block-136 {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
}

.div-block-137 {
  border-bottom: 1px solid #000;
  padding-top: 70px;
}

.div-block-138 {
  float: right;
  width: 50%;
}

.parte-6 {
  float: left;
  width: 50%;
  padding-right: 0;
}

.valor-2 {
  float: left;
  color: #000;
  width: 20%;
}

.valor-2.bold {
  font-weight: 500;
}

.div-block-139 {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.text-block-141 {
  float: left;
  width: 40%;
  font-weight: 700;
}

.dados-preliminares {
  padding-top: 25px;
}

.retribuicoes {
  float: left;
  color: #000;
  width: 70%;
}

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

.totais {
  float: left;
  width: 100%;
  padding-right: 50px;
}

.parte-1-copy {
  float: left;
  width: 50%;
  padding-right: 50px;
}

.main-lead-content-2 {
  color: #fff;
  background-color: #ddd;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.reuni-content-copy {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.logo-relatorio-2 {
  float: left;
  background-image: url('../images/5e4428a417773b4af25594e0_Select_Services_Logo__Icon-copy-2-p-1600.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-123-copy {
  float: left;
  width: 60%;
  line-height: 120%;
}

.clo {
  margin-bottom: 25px;
}

.cod {
  float: left;
  color: #000;
  width: 10%;
  padding-left: 10px;
}

.retribuicoes-total {
  float: left;
  width: 80%;
  font-weight: 700;
}

.text-block-142 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-state.done.red {
  background-color: #d13232;
}

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

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

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

.div-block-160 {
  padding-top: 35px;
  display: flex;
}

.div-block-161 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  width: 30%;
  margin-right: 35px;
  padding: 30px;
}

.div-block-162 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  width: 70%;
  padding: 30px;
}

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

.text-block-143._5 {
  margin-bottom: 10px;
}

.div-block-163 {
  border: 1px dashed var(--border);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.propostas-wrapper {
  padding-top: 35px;
}

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

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

.text-block-145 {
  margin-bottom: 10px;
  font-size: 18px;
}

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

.product-wrap {
  border: 1px dashed var(--border);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.checkbox-label-2 {
  display: none;
}

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

.div-block-166 {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

.image {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.check-imagem-and-name {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.checkbox-field-3 {
  margin-right: 15px;
}

.text-block-146 {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: 13px;
}

.product-price-quantity-and-other {
  flex: 1;
  padding-left: 25px;
}

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

.text-field-2 {
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 5px;
  margin-bottom: 0;
}

.div-block-167 {
  float: right;
}

.div-block-168 {
  background-color: #c9d7f080;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-147 {
  margin-right: 10px;
}

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

.text-block-148 {
  font-weight: 400;
}

.confirmation-box {
  border: 1px dashed var(--border);
  background-color: #52abef0d;
  border-radius: 5px;
  padding: 15px 25px;
}

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

.text-block-185._5 {
  margin-bottom: 0;
  font-size: 16px;
}

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

.link-10 {
  margin-right: 25px;
}

.link-10.yes {
  color: #124135;
  font-weight: 700;
}

.link-10.no {
  color: #9d9d9d85;
  font-weight: 700;
}

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

.concursos-abertos-wrapper {
  padding-top: 50px;
}

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

.div-block-246 {
  flex: 1;
  padding-right: 35px;
}

.div-block-247 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.div-block-248 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 19px;
  display: flex;
}

.text-block-186 {
  margin-right: 25px;
}

.paragraph {
  margin-bottom: 25px;
}

.text-block-188 {
  font-size: 14px;
}

.grid-19 {
  grid-template-rows: auto;
  width: 60%;
}

.text-block-189 {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: 14px;
}

.paragraph-2 {
  margin-bottom: 25px;
}

.fazer-proposta-div {
  padding-top: 0;
}

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

.crik {
  max-width: 80px;
}

.contact-form-text-field-2 {
  color: #000;
  background-color: #f6f6f633;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.contact-form-text-field-2:hover {
  border-color: #7a9ad0;
}

.contact-form-text-field-2:focus {
  background-color: #fff;
  border-width: 3px;
  border-color: #7a9ad0;
}

.contact-form-text-field-2::placeholder {
  font-weight: 400;
}

.contact-form-text-field-2.white {
  background-color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

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

.link-block-5 {
  color: var(--text);
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.form-block-5 {
  color: var(--text);
  margin-bottom: 0;
}

.select-field-2 {
  border: 1px solid var(--border);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}

.quadro-wrapper {
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-264 {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1;
  padding: 0 30px 0 0;
  overflow: auto;
}

.text-block-170 {
  color: #333333b5;
  font-size: 15px;
}

.div-block-269 {
  border-bottom: 1px solid var(--border);
  flex: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: flex;
}

.div-block-269.red {
  color: #d13232;
}

.div-block-269._12 {
  height: 30px;
  line-height: 30px;
}

.div-block-269.verde {
  border-bottom-color: var(--border);
  color: #1a8521;
}

.div-block-268 {
  padding-left: 20px;
  line-height: 30px;
}

.div-block-270 {
  border-bottom: 1px #e5e5e5;
  display: flex;
}

.div-block-270._20 {
  margin-top: 20px;
}

.text-block-171 {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--highlight);
  text-align: center;
  flex: none;
  width: 200px;
}

.text-block-172 {
  text-align: center;
  width: 100%;
  padding-left: 10px;
}

.text-block-172.no-b {
  font-weight: 400;
}

.div-block-267 {
  height: 50px;
  line-height: 50px;
}

.div-block-267._0 {
  margin-top: 20px;
}

.div-block-263 {
  border-right: 1px solid var(--border);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
  width: 320px;
  height: auto;
  padding: 60px 35px 30px 50px;
}

.div-block-262 {
  padding-top: 0;
}

.perc {
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 25%;
}

.div-block-266 {
  border-bottom: 1px #e5e5e5;
  height: 60px;
  line-height: 60px;
  display: flex;
}

.div-block-271 {
  padding-top: 50px;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1.sub {
  color: #89919b;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.dados._7 {
  width: 100%;
  padding-top: 25px;
  padding-left: 0;
}

.text-block-190 {
  color: #7c7c7c;
  font-size: 19px;
}

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

.div-block-272._7 {
  flex-flow: column;
}

.text-block-157 {
  margin-bottom: 10px;
  font-size: 16px;
}

.section-data {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

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

.grafico {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.grafico._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.40.37-AM.png');
  height: 350px;
}

.grafico._7 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.08.30-AM.png');
  width: 100%;
  height: 400px;
}

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

.div-block-273 {
  border: 1px dashed var(--border);
  background-color: #e3eaf7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 35px;
}

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

.text-block-191 {
  margin-bottom: 25px;
}

.checkbox-field-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

.div-block-274 {
  float: left;
  background-image: url('../images/QR_code_for_mobile_English_Wikipedia.svg');
  background-position: 50%;
  background-size: contain;
  width: 100px;
  height: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dash-main-content-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

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

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

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

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

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

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

.parceiro-text-field-2 {
  color: #22223378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

.parceiro-text-field-2::placeholder {
  color: #9c9c9c;
}

.div-block-353 {
  border: 1px dashed var(--border);
  border-radius: 5px;
  padding: 15px;
}

.div-block-353._2 {
  background-color: #c9d7f04f;
}

.form-field-label-9 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-9.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.form-field-label-10 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-10.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.text-block-237 {
  margin-bottom: 25px;
  font-weight: 500;
}

.carga-txt {
  color: #22223378;
  border: 1px dashed #1a8521;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 3px;
  padding: 6px;
  font-size: 17px;
  line-height: 120%;
}

.carga-txt::placeholder {
  color: #9c9c9c;
}

.grid-77 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

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

.text-block-238 {
  margin-bottom: 25px;
  font-weight: 500;
}

.form-field-label-11 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-11.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.form-field-label-12 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-12.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.parceiro-info-seperator-2 {
  margin-bottom: 30px;
  position: relative;
}

.form-field-label-13 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-13.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.text-block-211 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-239 {
  font-size: 16px;
}

.button-5 {
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-5:hover {
  background-color: #1a5785;
}

.button-5._4 {
  background-color: #97acd3;
}

.button-5._4:hover {
  background-color: #00496f;
}

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

.text-block-240 {
  font-size: 11px;
  font-style: italic;
}

.text-block-241 {
  color: #3eac32;
  text-align: center;
  font-size: 16px;
}

.form-5 {
  flex-flow: column;
  display: flex;
}

.div-block-207 {
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-208 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-242 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.form-block-6 {
  border-bottom: 1px dashed var(--border);
  padding-bottom: 15px;
}

.parceiro-text-field-3 {
  color: #22223378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

.parceiro-text-field-3::placeholder {
  color: #9c9c9c;
}

.text-block-243 {
  margin-bottom: 25px;
  font-weight: 500;
}

.div-block-369 {
  background-color: #c9d7f091;
  background-image: url('../images/images__3_-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 5px;
  min-height: 250px;
  margin-bottom: 25px;
}

.div-block-359 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-359._800 {
  border-color: var(--border);
}

.button-6 {
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-6:hover {
  background-color: #384dec;
}

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

.section-8 {
  min-height: 700px;
  padding: 55px 50px 200px;
}

.div-block-360 {
  border: 1px dashed var(--border);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 15px;
}

.heading-11.box {
  font-size: 29px;
  font-weight: 400;
  line-height: 33px;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

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

.div-block-370 {
  flex: 1;
  width: 60%;
  display: flex;
}

.contain-confirm {
  width: 60%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-228 {
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: 500;
}

.div-block-371 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-361 {
  padding-left: 0;
}

.parceiro-info-seperator-3 {
  margin-bottom: 30px;
  position: relative;
}

.form-field-label-14 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-14.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.div-block-370-copy {
  flex: 1;
  width: 60%;
  display: flex;
}

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

.div-block-372 {
  padding-top: 50px;
}

.div-block-373 {
  background-color: var(--border);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 24px;
}

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

.company-logo {
  background-image: url('../images/Fiinika-Comercial_logo_main.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  margin-bottom: 25px;
}

.text-block-244 {
  color: #898989;
  margin-bottom: 25px;
  font-size: 12px;
}

.text-block-245 {
  font-weight: 600;
}

.div-block-375 {
  border-top: 1px solid #00000080;
  padding-top: 15px;
}

.text-block-246 {
  font-size: 12px;
  line-height: 100%;
}

.name-text, .iban-text-1 {
  float: left;
  width: 40%;
}

.valor-text {
  float: left;
  width: 20%;
}

.content-wrapper-100 {
  border-bottom: 1px solid #0000001c;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.hold-headers {
  border-bottom: 1px solid #00000078;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 600;
}

.doc-pdf-recibo-1 {
  background-color: #fff;
  padding: 0;
}

.div-block-376 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 105px;
  padding: 14px 20px;
  display: flex;
}

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

.filters-flex {
  max-width: 600px;
  margin-right: -15px;
  display: flex;
}

.filters-flex._5 {
  max-width: 100%;
}

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

.form-block-7 {
  margin-bottom: 0;
}

.form-block-7._8 {
  width: 100%;
}

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

.tab-link-tab-6 {
  background-color: #c9d7f0b0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
}

.tab-link-tab-6.w--current {
  background-color: var(--main);
  color: #fff;
}

.tab-link-tab-6._2 {
  margin-bottom: 0;
  margin-right: 10px;
}

.text-block-247 {
  color: #667999;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-248 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 100%;
}

.section-data-2 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.tabs-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.text-block-249 {
  color: #667999;
  margin-bottom: 10px;
  font-size: 21px;
}

.text-block-249._1 {
  margin-bottom: 7px;
}

.dados-2 {
  width: 30%;
  padding-left: 25px;
}

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

.graph-1 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.11.06-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
}

.graph-1._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.08.30-AM.png');
  width: 70%;
  height: 400px;
}

.text-block-250 {
  font-size: 24px;
}

.select-field-3 {
  color: #111210;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
}

.div-block-356 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 105px;
  padding: 30px;
  display: flex;
  position: static;
}

.div-block-356._5 {
  justify-content: flex-start;
  align-items: center;
}

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

.grid-48._4 {
  margin-top: 25px;
}

.item-h {
  text-align: center;
  background-color: #2863c26b;
  border-bottom: 1px solid #c9d7f0;
  border-right: 1px solid #c9d7f0;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 60px;
  padding-left: 20px;
  display: flex;
}

.item-h.r {
  background-color: #bee9c7;
}

.item-h.p {
  background-color: #f3ae3f6b;
}

.item-h.v {
  background-color: #1e579c57;
  border-bottom-color: #3031351a;
  font-size: 16px;
  font-weight: 400;
}

.table-fluxo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.header-fluxo {
  display: flex;
}

.body-fluxo {
  flex-flow: column;
  display: flex;
}

.footer-fluxo {
  display: flex;
}

.div-block-447 {
  background-color: #b9d4f02e;
  max-height: 900px;
  overflow: scroll;
}

.item-b {
  border-bottom: 1px solid #c9d7f0;
  border-right: 1px solid #c9d7f0;
  flex-flow: wrap;
  flex: none;
  align-items: center;
  width: 200px;
  height: 60px;
  padding-left: 20px;
  font-size: 14px;
  display: flex;
}

.item-b.vencido {
  color: var(--crimson);
  background-color: #e587872b;
  border-bottom-color: #3031351a;
  border-right-color: #3031351a;
  font-weight: 400;
}

.item-b.avencer {
  color: var(--text);
  background-color: #f3b43e24;
  border-bottom-color: #3031351a;
  border-right-color: #3031351a;
  font-weight: 400;
}

.lista-itens {
  display: flex;
}

.total-fluxo {
  background-color: #99b5e2;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 1800px;
  height: 45px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.total-fluxo._1 {
  background-color: #bee9c7;
  width: 1400px;
}

.total-fluxo._2 {
  background-color: #eed5ab;
  width: 1400px;
}

.totais-tb {
  background-color: #99b5e2;
  display: flex;
}

.totais-tb.r {
  background-color: #bee9c7;
}

.totais-tb.p {
  background-color: #eed5ab;
}

.div-block-448 {
  flex: none;
  align-items: center;
  width: 200px;
  height: 45px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-449 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px dashed #c9d7f0b5;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.data-e-hora {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

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

.div-block-451 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

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

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

.div-block-452 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.dropdown-4 {
  height: 16px;
  margin-top: 6px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 6px;
}

.dropdown-4:hover {
  color: var(--cornflower-blue);
}

.svg {
  width: 20px;
  height: 20px;
}

.div-block-453 {
  justify-content: space-between;
  width: 150px;
  height: 20px;
  display: flex;
}

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

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

.text-block-252 {
  color: var(--text);
}

.text-block-252:hover {
  color: var(--cornflower-blue);
}

.dropdown-5 {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

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

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

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

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

.form-text-field-3:focus {
  border-color: #1b4d91;
}

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

.form-text-field-3.whitex {
  color: #5f5f5f;
  cursor: pointer;
  background-color: #fff;
}

.form-text-field-3.whitex._50 {
  width: 50%;
}

.form-text-field-3.whitex.tr {
  background-color: #0000;
}

.form-field-wrapper-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

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

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

.table-main-button-wrapper-2 {
  display: block;
}

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

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

.div-block-454 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.mapa {
  border-radius: 6px;
  width: 100%;
  height: 55vh;
  margin-top: 10px;
  position: relative;
}

.rastreamento {
  width: 65%;
  margin-top: 20px;
}

.div-block-455 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.icon-dash {
  color: var(--border);
  width: 30px;
  margin-right: 8px;
}

.icon-nav {
  color: var(--dim-icon);
  width: 22px;
  margin-right: 5px;
}

.icon-logout {
  color: var(--dim-icon);
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.message {
  cursor: pointer;
  width: 24px;
  height: 28px;
  position: relative;
}

.icon-message {
  color: var(--dim-icon);
  width: 22px;
}

.nav {
  justify-content: space-between;
  display: flex;
}

.mensage-number {
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  padding: 4px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #0000004a;
}

.div-block-456 {
  justify-content: flex-end;
  align-items: center;
  width: 17%;
  display: flex;
}

.div-block-457 {
  align-items: center;
  width: 100%;
  display: flex;
}

.estado {
  color: var(--main);
  width: 22px;
}

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

.svg-2 {
  width: 22px;
}

.div-block-458 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: flex;
}

.div-block-459 {
  background-color: #fff;
  border-radius: 8px;
}

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

.table-body {
  background-color: #fff;
  max-height: 800px;
  overflow: auto;
}

.table-body._1 {
  max-height: none;
}

.table-body.bg {
  max-height: 1400px;
}

.table-utility-row-3 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d8e3f77d;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 20px;
  display: flex;
}

.table-utility-row-3._1 {
  background-color: #fff;
  border-radius: 5px;
}

.table-utility-row-3._0 {
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-460 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: flex-end;
  width: 50%;
  margin-right: 0;
  display: flex;
}

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

.form-field-wrapper-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.table-header._1 {
  border-top: 1px dashed var(--border);
  padding-top: 20px;
}

.div-block-461 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f6f7f9;
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.button-7 {
  background-color: var(--medium-sea-green);
  border-radius: 5px;
}

.button-8 {
  background-color: var(--main);
  border-radius: 5px;
  transition: all .37s;
}

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

.data-hora {
  color: var(--mobile-border);
  cursor: pointer;
  border: 1px solid #c9d7f0b3;
  border-radius: 5px;
  height: 50px;
  padding: 8px 12px;
}

.data-hora.fabrico, .data-hora._1 {
  width: 100%;
}

.data-search {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 50%;
  display: flex;
}

.data-search._1 {
  width: 60%;
}

.dropdown-6 {
  height: 50px;
}

.dropdown-toggle-3 {
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 30px;
  padding-right: 40px;
  transition: all .37s;
  display: flex;
}

.dropdown-toggle-3:hover {
  background-color: var(--midnight-blue-2);
}

.icon-3 {
  font-size: 14px;
}

.div-block-463 {
  width: 150%;
}

.div-block-464 {
  max-height: 700px;
}

.image-2 {
  object-fit: cover;
  border: 1px solid #c1e2f794;
  border-radius: 200px;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-465 {
  width: 67%;
}

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

.div-block-467 {
  background-color: #fff;
}

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

.status-wrapper-2.realizado {
  color: #0bb261;
  text-align: center;
  letter-spacing: .3px;
  background-color: #40bf6033;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.status-wrapper-2.realizado.hidden {
  display: none;
}

.estado-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
}

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

.status-wrapper-3.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: #012f7e1f;
  justify-content: center;
  width: 50%;
  display: flex;
}

.status-wrapper-3.reembolso.hide {
  display: none;
}

.status-wrapper-3.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: #dd404033;
  justify-content: center;
  display: flex;
}

.estado-3 {
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
}

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

.status-wrapper-4.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: #012f7e1f;
  justify-content: center;
  display: flex;
}

.status-wrapper-4.reembolso.hide {
  display: none;
}

.status-wrapper-4.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: #dd404033;
  justify-content: center;
  width: 70%;
  display: flex;
}

.status-wrapper-4.cancelado.hide {
  display: none;
}

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

.status-wrapper-5.realizado {
  color: #0bb261;
  text-align: center;
  letter-spacing: .3px;
  background-color: #40bf6033;
}

.status-wrapper-5.realizado.hidden {
  display: none;
}

.search {
  width: 40%;
}

.qtdade {
  border: 1px dashed #c9d7f0c7;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50px;
  padding: 10px 15px;
  display: flex;
}

.qtdade._2 {
  width: 25%;
}

.text-block-253 {
  color: var(--slate-grey);
  flex: 1;
  font-size: 14px;
}

.text-block-254 {
  color: var(--text);
  font-weight: 500;
}

.filtro {
  justify-content: flex-start;
}

.div-block-471 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  flex: 1;
  align-items: center;
  height: auto;
  display: flex;
}

.select-filtro {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.select-filtro._1 {
  width: 60%;
}

.form-step {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.forms-select {
  border: 1px #c9d7f07d;
  border-radius: 5px;
  margin-top: 0;
  padding: 0;
}

.forms-select._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-block-473 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.div-block-474 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.documenta-o {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-475 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

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

.div-block-477 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.line-form {
  background-color: #e0e5ec70;
  height: 1px;
}

.btn-next {
  background-color: var(--main);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 15px;
  transition: all .37s;
}

.btn-next:hover {
  background-color: var(--dark-slate-blue);
}

.btn-next.back {
  background-color: var(--white-smoke);
  color: var(--text);
}

.btn-next.back:hover {
  background-color: var(--highlight);
}

.btn-prev {
  background-color: var(--white-smoke);
  color: var(--text);
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.btn-prev:hover {
  background-color: var(--highlight);
}

.btn-prev.remover {
  border: 1px solid var(--border);
  border-radius: 5px;
}

.btn-prev.remover:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  border-radius: 5px;
}

.tabs-menu-4 {
  border-right: 1px solid var(--highlight);
  flex-flow: column;
  width: 16%;
  padding-left: 0;
  display: flex;
}

.tabs-3 {
  display: flex;
}

.tab-documento {
  color: var(--slate-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
}

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

.tabs-content-2 {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.tabs-content-2._1 {
  padding-left: 0;
}

.div-block-478 {
  width: 50%;
  margin-left: 20%;
  padding-right: 80px;
}

.div-block-479 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form-field-lable-2 {
  color: #091426;
  height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}

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

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

.form-text-field-4:focus {
  border-color: #1b4d91;
}

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

.div-block-480 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.grid-88 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-481 {
  cursor: pointer;
  background-color: #c9d7f078;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.text-block-260 {
  color: #171f3685;
  width: 80%;
  line-height: 110%;
  overflow: hidden;
}

.nome-condutor {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}

.div-block-482 {
  flex-flow: column;
  display: flex;
}

.div-block-483 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

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

.div-block-484 {
  position: relative;
}

.icon-select {
  width: 18px;
  margin-right: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-485 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.checkbox-4 {
  width: 20px;
  height: 18px;
}

.checkbox-field-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.text-block-261 {
  color: var(--dim-icon);
}

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

.link-11 {
  border: 1px solid var(--border);
  background-color: var(--border);
  color: #54647f;
  border-radius: 8px;
  margin-right: 15px;
  padding: 15px;
  display: inline-block;
}

.link-11.blue {
  background-color: var(--main);
  color: #fff;
  border-style: none;
}

.link3 {
  margin-left: 30px;
  display: flex;
}

.link-item-1 {
  color: var(--text);
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.link-item-1.painel-de-gestao {
  border: 1px solid var(--border);
  background-color: var(--border);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 8px 15px;
}

.text-block-262 {
  color: var(--main);
  text-decoration: underline;
  transition: all .37s;
}

.text-block-262:hover {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

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

.div-block-486 {
  height: 50px;
}

.online {
  background-color: #48da60;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-bottom: 11px;
  margin-left: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0000005c;
}

.online.hide {
  display: none;
}

.estado {
  position: absolute;
  inset: 0%;
}

.ofiline {
  background-color: var(--crimson);
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-bottom: 11px;
  margin-left: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0000005c;
}

.ofiline.hide {
  display: none;
}

.qtd {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.qtd._1 {
  width: 40%;
}

.qtd._5 {
  width: 65%;
}

.div-block-487 {
  align-items: center;
  height: 80px;
  margin-top: 10px;
  display: flex;
}

.div-block-487._3 {
  justify-content: center;
}

.filtro-table {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 70%;
  display: flex;
}

.filtro-table._1 {
  width: 60%;
}

.filtro-table._5 {
  width: 35%;
}

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

.secao {
  width: 100%;
  height: auto;
  position: relative;
}

.fitrar-rastreio {
  justify-content: flex-end;
  display: flex;
}

.ver-rastreo {
  color: var(--slate-grey);
  background-color: #0000;
  font-weight: 500;
  transition: opacity .37s;
}

.ver-rastreo:hover {
  color: var(--main);
}

.checkbox-label-4 {
  color: var(--slate-grey);
  margin-left: 8px;
  font-weight: 500;
}

.checkbox-label-5 {
  color: var(--slate-grey);
  font-weight: 500;
}

.checkbox-field-6 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

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

.checkbox-5 {
  width: 16px;
  height: 16px;
}

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

.div-block-488 {
  margin-bottom: 20px;
}

.tipos-de-servi-os {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.checkbox-label-6 {
  display: none;
}

.div-block-489 {
  height: 500px;
  overflow: auto;
}

.div-block-490 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 50%;
  display: flex;
}

.button-9 {
  color: var(--main);
  background-color: #0000;
  padding-top: 10px;
  font-weight: 600;
}

.div-block-491 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-4 {
  flex-flow: column;
  display: flex;
}

.tabs-menu-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--light-steel-blue-3);
  margin-bottom: 35px;
  display: flex;
}

.div-block-492 {
  width: 550px;
  padding-right: 30px;
  display: block;
}

.div-block-492._2 {
  margin-top: 60px;
}

.div-block-493 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 100px;
  display: grid;
}

.button-10 {
  color: var(--cornflower-blue);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  transition: all .37s;
}

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

.div-block-494 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
}

.div-block-494._1 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.message-live {
  z-index: 1400;
  opacity: 0;
  background-color: #fff;
  border-radius: 5px;
  width: 600px;
  margin-top: 60px;
  margin-right: 100px;
  padding-bottom: 40px;
  transition-property: all;
  transition-duration: .37s;
  transition-timing-function: ease;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translateY(-10px);
  box-shadow: 0 2px 5px #0000003b;
}

.div-block-496 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  border-bottom: 1px solid #c9d7f047;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  transition: all .37s;
  display: flex;
}

.div-block-496:hover {
  background-color: #c9d7f024;
}

.div-block-497 {
  width: 100%;
}

.text-block-265 {
  color: var(--main);
  font-size: 13px;
  font-weight: 600;
}

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

.text-block-267 {
  color: var(--main);
  font-size: 14px;
  font-weight: 500;
}

.svg-3 {
  width: 25px;
}

.div-block-498 {
  background-color: #badaf838;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px 10px;
  display: flex;
}

.div-block-499 {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.close-message {
  background-color: var(--light-steel-blue-3);
  color: var(--slate-grey);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  padding: 5px;
  display: flex;
}

.close-message:hover {
  background-color: var(--border);
  color: var(--midnight-blue);
}

.text-block-268, .text-block-269 {
  color: var(--slate-grey);
}

.svg-4 {
  color: var(--slate-grey);
  width: 20px;
}

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

.sem-conteudo {
  padding: 100px;
}

.sem-conteudo._1 {
  background-color: #fff;
  border-radius: 5px;
}

.div-block-500 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 1px dashed var(--dim-icon);
  color: var(--slate-grey);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.svg-5 {
  width: 44px;
  font-weight: 200;
}

.utilizadores {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.utilizador-dashboard {
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  transition: all .37s;
  display: flex;
}

.utilizador-dashboard:hover {
  box-shadow: 0 2px 5px #0000001a;
}

.utilizador-img {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.div-block-501 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-501._1 {
  margin-bottom: 15px;
}

.text-block-271 {
  color: var(--text);
  font-weight: 400;
  position: static;
}

.text-block-271.bold {
  font-weight: 600;
}

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

.div-block-502 {
  width: 100%;
  max-height: 700px;
  overflow: auto;
}

.svg-6, .svg-7, .svg-8 {
  width: 44px;
}

.div-block-503 {
  z-index: 1600;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-11 {
  background-color: var(--main);
  border-radius: 5px;
  transition: all .37s;
  box-shadow: 0 2px 5px #0003;
}

.button-11:hover {
  background-color: var(--text);
}

.svg-9 {
  width: 44px;
}

.message-text {
  color: var(--main);
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  top: 1px;
}

.message-text.visto {
  color: var(--slate-grey);
  font-weight: 400;
}

.div-block-504 {
  padding-right: 40px;
}

.div-block-505 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-506 {
  max-height: 340px;
  overflow: auto;
}

.div-block-507 {
  padding: 100px;
}

.div-block-508 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-509 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-509.hied {
  display: none;
}

.form-modal {
  width: 420px;
}

.modal-percurso {
  z-index: 1200;
  background-color: #d0d3d861;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.div-block-552 {
  flex-flow: row;
  justify-content: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.modal-close-2 {
  color: #747474;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  transition: all .38s;
}

.modal-close-2:hover {
  color: #464646;
}

.div-block-553 {
  justify-content: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.grid-90 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-554 {
  background-color: #fff;
  border: 1px solid #c9d7f07d;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-555 {
  color: var(--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-273 {
  color: var(--white);
}

.image-3 {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.veiculo {
  background-color: #fff;
  border: 1px solid #c9d7f07a;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-radius: 200px;
  width: 100px;
  height: 100px;
}

.div-block-558 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.div-block-559 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 5px;
  display: flex;
}

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

.map {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-9 {
  height: auto;
  min-height: 1000px;
  padding-top: 80px;
  position: relative;
}

.div-block-560 {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 5px;
  width: 35px;
  min-width: 350px;
  height: 65%;
  margin-top: 80px;
  padding: 35px;
  position: absolute;
  inset: 5% 0 5% 5%;
  box-shadow: 0 2px 13px 8px #646b7721;
}

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

.div-block-562 {
  border: 1px dashed var(--border);
  background-color: #c9d7f038;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 15px 25px;
  display: flex;
}

.text-block-275 {
  color: var(--medium-sea-green);
  width: 50%;
  font-size: 15px;
  font-weight: 500;
}

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

.text-block-276 {
  text-align: right;
  flex: 1;
  font-size: 15px;
}

.div-block-563 {
  height: 60%;
  margin-bottom: 25px;
  position: relative;
  overflow: scroll;
}

.tabs-menu-6 {
  z-index: 50;
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
}

.checkbox-6 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.checkbox-label-7 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.checkbox-field-7 {
  margin-bottom: 7px;
}

.div-block-564 {
  border: 1px solid var(--border);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 15px;
  display: flex;
}

.the-dot {
  background-color: var(--medium-sea-green);
  border-radius: 200px;
  width: 9px;
  height: 9px;
  margin-right: 15px;
}

.the-dot.yellow {
  background-color: var(--gold);
}

.the-dot.red {
  background-color: var(--crimson);
}

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

.text-block-278 {
  margin-right: 0;
}

.map-2 {
  border-radius: 5px;
  height: 500px;
  margin-bottom: 25px;
}

.text-block-10 {
  color: #a0aec0;
  font-size: 1.9rem;
  line-height: 1;
}

.text-block-10._1000 {
  font-size: 1.3rem;
}

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

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

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

.div-block-228 {
  padding-left: 50px;
}

.issue-div {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.rota {
  color: #a0aec0;
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.rota._900 {
  border-bottom-style: dashed;
  border-bottom-color: #c9d7f0;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
}

.button-12 {
  text-align: center;
  background-color: #1b4d91;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-12:hover {
  background-color: #1a5785;
}

.button-12.red {
  background-color: #d1323252;
}

.button-12.red:hover {
  background-color: #d13232;
}

.div-block-224 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-224._89 {
  justify-content: flex-start;
  align-items: center;
}

.tab-link-2 {
  background-color: #c9d7f012;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .9rem;
}

.tab-link-2.w--current {
  color: #333;
  background-color: #c9d7f0;
  font-weight: 400;
}

.confirmado {
  color: #288562;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.parceiro-text-field-4 {
  color: #a0aec0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 120%;
}

.parceiro-text-field-4::placeholder {
  color: #9c9c9c;
}

.text-block-152 {
  color: #a0aec0;
  text-align: center;
  font-size: 17px;
}

.div-block-223 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  padding: 50px;
}

.view-foto {
  color: #288562;
  text-align: center;
  cursor: pointer;
  border: 1px dashed #288562;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.view-foto:hover {
  color: #f7f7f7;
  background-color: #288562;
}

.temposs {
  color: #a0aec0;
  margin-bottom: 5px;
  font-size: 14px;
}

.ocorrencias-1 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
  display: flex;
}

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

.paragraph-3 {
  color: #a0aec0;
  font-size: .9rem;
}

.div-block-567 {
  padding-left: 20px;
}

.text-block-154 {
  color: #a0aec0;
  margin-top: 3px;
  font-size: 12px;
}

.simple-text {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.simple-text.boldz {
  color: #a0aec0;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
}

.columns {
  margin-top: 25px;
}

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

.grid-91 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.red-alert {
  color: #f7f7f7;
  text-align: center;
  background-color: #d13232;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 33px;
}

.red-alert._2 {
  top: -5.9883px;
  left: 14px;
}

.heading-12 {
  font-size: 1.1rem;
  font-weight: 400;
}

.no-data {
  border: 1px dashed #a0aec0;
  border-radius: 5px;
  padding: 35px;
}

.parceiro-info-seperator-4 {
  margin-bottom: 30px;
  position: relative;
}

.parceiro-info-seperator-4._500 {
  margin-bottom: 0;
}

.form-field-label-15 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-15.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.tabs-5 {
  margin-top: 50px;
}

.form-7 {
  display: flex;
}

.paragraph-4 {
  font-size: 1rem;
}

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

.div-block-226 {
  flex: none;
  width: 30%;
}

.tabs-6 {
  margin-top: 25px;
}

.div-block-229 {
  width: 50%;
  padding-top: 20px;
}

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

.div-block-218 {
  width: 75%;
  padding-right: 50px;
}

.div-block-155-copy {
  padding-top: 0;
}

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

.rota-2 {
  color: #a0aec0;
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rota-2._900 {
  border-bottom-style: dashed;
  margin-top: 0;
  margin-bottom: 50px;
}

.rota-2._900._8989 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-221 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.div-block-227 {
  flex: none;
  width: 30%;
}

.pendente {
  color: #edb54c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.div-block-568 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 20px;
}

.div-block-568._50 {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 25px;
  margin-right: 0;
}

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

.text-block-153 {
  color: #223;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-570 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 51px;
}

.link-12 {
  color: var(--crimson);
  margin-bottom: 10px;
  text-decoration: underline;
  display: block;
}

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

.link-13 {
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 8px;
  padding: 15px 30px;
}

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

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

.select-field-4 {
  color: #333;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  flex: 1;
  height: 45px;
  margin-bottom: 0;
  margin-right: 15px;
}

.search-button-2 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-2._89 {
  height: 40px;
  font-family: Dexa contas font, sans-serif;
  top: 2px;
}

.div-block-12 {
  flex: 1;
  width: 70%;
  margin-left: 0;
  padding-left: 0;
}

.form-block-3 {
  margin-bottom: 0;
}

.search-no-filtro {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.div-block-573 {
  text-align: center;
  border: 1px #c9d7f0;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.filters-flex-2 {
  margin-right: -15px;
  display: flex;
}

.search-input-2 {
  color: #171f36;
  background-color: #0000;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.div-block-155 {
  padding-top: 50px;
}

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

.link-block-6 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  height: 400px;
  padding: 30px;
  text-decoration: none;
  position: relative;
}

.div-block-574 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  height: 200px;
}

.div-block-574._100 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
}

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

.heading-6 {
  color: var(--text);
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.parceiro-text-field-5 {
  color: #a0aec0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 120%;
}

.parceiro-text-field-5::placeholder {
  color: #9c9c9c;
}

.text-block-279 {
  color: #fff;
  text-align: center;
  background-color: #a0aec0;
  border-radius: 5px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 25px;
}

.text-block-279:hover {
  background-color: #1a5785;
}

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

.the-divider {
  margin-bottom: 35px;
}

.form-block-8 {
  margin-top: 25px;
}

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

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

.text-block-281 {
  color: #fff;
  background-color: #2d93ee;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Dexa contas font, sans-serif;
  font-size: 29px;
  display: flex;
}

.text-block-281.green {
  background-color: #0bb261;
}

.text-block-281.red {
  background-color: #dd4040;
}

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

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

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

.bold-text-8 {
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select-field-5 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.select-field-6 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.div-block-582 {
  padding-top: 0;
}

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

.form-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 50px;
}

.button-13 {
  text-align: center;
  background-color: #1b4d91;
  border-radius: 5px;
  min-height: 50px;
  padding: .9rem 1.3rem .8rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-13:hover {
  background-color: #1a5785;
}

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

.div-block-199 {
  margin-top: 70px;
}

.text-block-283 {
  color: var(--slate-grey);
  font-style: italic;
}

.rota-3 {
  color: #a0aec0;
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rota-3._900 {
  border-bottom-style: dashed;
  margin-top: 0;
  margin-bottom: 50px;
}

.rota-3._900._8 {
  font-size: 20px;
  font-weight: 400;
}

.radio-button-field-4 {
  margin-right: 15px;
}

.div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

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

.div-block-583 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
}

.div-block-584 {
  padding-right: 50px;
}

.overlay-pendente {
  z-index: 10000;
  background-color: #222233d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-215 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 50px;
  display: flex;
}

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

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

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

.button-14 {
  text-align: center;
  background-color: #1b4d91;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-14:hover {
  background-color: #1a5785;
}

.section-10 {
  background-color: #288562;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-285 {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-family: Dexa contas font, sans-serif;
  font-size: 60px;
  display: flex;
}

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

.div-block-586 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-286 {
  color: var(--white);
  font-size: 27px;
  line-height: 120%;
}

.button-15 {
  text-align: center;
  background-color: #1b4d91;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-15:hover {
  background-color: #1a5785;
}

.button-15._1 {
  background-color: #1e6d4f;
}

.head-4 {
  color: #a0aec0;
  margin-bottom: -1.3rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.card-item {
  height: 100%;
}

.card-item.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.data-1.x {
  width: 15%;
}

.card-item.data-1.x._10 {
  width: 20%;
}

.card-item.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img._900 {
  width: 20%;
}

.card-item.name {
  color: #223;
  align-items: center;
  width: 85%;
  padding-right: 1rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.card-wrapper-2 {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-2:hover {
  border: 1px solid #1a5785a8;
}

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

.text-block-3 {
  color: #222233b8;
  align-items: center;
  font-size: .9rem;
  line-height: 1.1;
  display: flex;
}

.text-block-3.terminado {
  color: #288562;
  font-weight: 400;
}

.text-block-3.pendente {
  color: #edb54c;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-3.confirmado {
  color: #b2b2b2;
  font-size: .9rem;
  font-weight: 400;
}

.img-veiculo {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.div-block-155-copy-2 {
  padding-top: 25px;
}

.side-a {
  width: 90%;
  display: flex;
}

.text-block-287 {
  color: #fff;
  text-align: center;
  background-color: #a0aec0;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.text-block-287:hover {
  background-color: #1a5785;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 15px;
}

.legenda-wrapper {
  border-top: 1px solid #c9d7f0;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt {
  color: #a0aec0;
  font-size: 13px;
  font-weight: 500;
}

.div-block-151 {
  padding-top: 0;
}

.text-block {
  color: #222233db;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1;
}

.nome {
  color: var(--slate-grey);
  margin-top: 10px;
  font-size: 19px;
}

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

.text-block-288 {
  margin-bottom: 10px;
}

.div-block-589 {
  border: 1px solid var(--border);
  background-color: #fff;
  min-height: 1100px;
  padding: 100px;
}

.image-5 {
  object-fit: contain;
  width: 200px;
  height: 70px;
}

.div-block-590, .div-block-591 {
  margin-bottom: 50px;
}

.text-block-289 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

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

.text-block-291 {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
}

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

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

.div-block-594 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-595 {
  padding-top: 10px;
  display: flex;
}

.link-14 {
  color: var(--slate-grey);
  margin-right: 15px;
  font-size: 13px;
}

@media screen and (min-width: 1280px) {
  .form-text-field.sm {
    width: 60%;
  }

  .link-item._500, .link-item.hide {
    display: none;
  }

  .link-item.hide-small {
    display: inline-block;
  }

  .div-block-490 {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-9 {
    padding-top: 10px;
  }

  .field-label {
    font-weight: 400;
  }

  .field-label-2 {
    color: var(--crimson);
    font-weight: 500;
  }

  .text-span-2 {
    color: var(--crimson);
  }
}

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

  .container._1 {
    padding-left: 44px;
    padding-right: 44px;
  }

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

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

  .button.main {
    justify-content: center;
    align-items: stretch;
  }

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

  .button.with-left-icon.main {
    align-items: center;
    padding-top: 0;
  }

  .button.main {
    justify-content: center;
    align-items: stretch;
    margin-top: 12px;
  }

  .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 {
    min-width: 50px;
    height: 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 {
    color: var(--white);
    width: 50px;
    height: 50px;
    padding-top: 15px;
    padding-left: 13px;
  }

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

  .icon.modal-button {
    min-width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .button-link {
    right: 50px;
  }

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

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

  .left-icon-wrapper.mobile-up {
    top: -17px;
  }

  .form-wrapper._1 {
    width: 100%;
  }

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

  .form-field-wrapper.wrap-search._10 {
    max-width: 100%;
  }

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

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

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

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

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

  ._3-buttons-wrapper.add {
    z-index: 50;
  }

  .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 {
    background-color: #fff;
    border-top-style: none;
    border-radius: 4px;
    height: auto;
    margin-bottom: 12px;
  }

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

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

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

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

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

  .table-row-content.item-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .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 {
    justify-content: flex-start;
    width: 100%;
  }

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

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

  .cell-label._15.contactos {
    display: none;
  }

  .table-utility-row {
    height: auto;
    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: 60px;
    padding-left: 0;
  }

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

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

  .top-nav {
    display: none;
  }

  .content._90 {
    padding-top: 40px;
  }

  .content._2 {
    padding-top: 35px;
  }

  .content._50 {
    padding-top: 80px;
  }

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

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

  .sidenav {
    display: none;
  }

  .icon-wrapper-2.close-x {
    font-size: 2.1em;
  }

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

  .criar-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .contain {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-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 {
    border-bottom: 1px dashed var(--border);
    width: 100%;
    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 {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .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 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 60em;
  }

  .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 {
    border: 1px solid var(--border);
    border-radius: 4px;
    width: 100%;
  }

  .mobile-nav {
    z-index: 500;
    display: block;
    position: relative;
  }

  .shadow {
    height: 80px;
  }

  .nav-wrapper {
    z-index: 80;
    background-color: var(--midnight-blue-2);
    justify-content: flex-end;
    height: 80px;
    padding-left: 40px;
    padding-right: 33px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .not-valid {
    display: none;
  }

  .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;
    background-color: var(--text);
    width: 250px;
    height: 80px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-logo {
    z-index: 152;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 40px;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    justify-items: end;
    display: grid;
  }

  .profile-menu-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-trigger {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .criar-page-mobile-menu {
    z-index: 105;
    background-color: var(--midnight-blue-2);
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .back-button-wrapper {
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 24px;
  }

  .criar-page-title {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 24px;
    font-weight: 500;
  }

  .ki {
    border-right-style: none;
    height: 42px;
    margin-bottom: 8px;
  }

  .select-field-copy {
    border-style: solid;
    border-color: var(--border);
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .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;
    inset: 0% 24px 0% auto;
  }

  .create-div {
    display: block;
  }

  .div-block-106 {
    float: none;
    justify-content: center;
    width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div-block-108 {
    width: 100%;
  }

  .dropdown-2 {
    z-index: 10;
  }

  .text-block-120 {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 13px;
  }

  .div-block-110 {
    text-align: right;
  }

  .div-block-111 {
    border-top: 1px solid #d0d3dd;
    border-bottom: 1px solid #d0d3dd;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }

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

  .text-block-121 {
    font-size: 11px;
  }

  .div-block-114 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-122 {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-123 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-124 {
    margin-bottom: 4px;
    font-size: 15px;
  }

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

  .text-block-125 {
    font-size: 10px;
    font-weight: 700;
  }

  .fiinika-nav-main {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 140px;
    height: 70px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    height: 60px;
  }

  .dropdown-list-3.w--open {
    box-shadow: none;
  }

  .link-inside-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .link-item {
    display: block;
  }

  .link-item.hide {
    display: none;
  }

  .link-item.hide-small {
    display: block;
  }

  .menu-button {
    height: 70px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
  }

  .nav-menu {
    border-left: 1px solid var(--border);
    background-color: #fff;
    flex-flow: column;
    width: 70%;
    height: 100%;
    min-height: 100vh;
    padding-top: 25px;
    padding-right: 25px;
    display: flex;
    top: 0%;
    bottom: 0%;
    overflow: scroll;
  }

  .dash-main-content {
    flex-flow: column;
  }

  .div-block-116 {
    width: 100%;
  }

  .div-block-117 {
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }

  .text-block-127 {
    font-size: 17px;
  }

  .text-block-128 {
    font-size: 32px;
  }

  .top-section-navigation, .div-block-119 {
    margin-top: 25px;
  }

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

  .tab-lk {
    width: auto;
    padding-right: 8px;
  }

  .separador {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .button-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .m1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-121 {
    width: 90%;
  }

  .criar-content-wrapper-copy {
    width: 100%;
    max-width: 100%;
  }

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

  ._800 {
    padding-top: 0;
  }

  .status-line {
    top: -25px;
  }

  .div-block-160 {
    flex-flow: column;
  }

  .div-block-161 {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-162 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .propostas-wrapper {
    padding-top: 50px;
  }

  .div-block-164 {
    padding: 30px 25px;
  }

  .product-wrap {
    flex-flow: column;
  }

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

  .div-block-166 {
    width: 80px;
    height: 80px;
  }

  .product-price-quantity-and-other {
    padding-top: 25px;
    padding-left: 0;
  }

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

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

  .div-block-245 {
    flex-flow: column;
  }

  .div-block-246 {
    padding-right: 0;
  }

  .div-block-247 {
    padding-top: 35px;
    padding-left: 0;
  }

  .link-block-5.w--current {
    text-align: left;
    margin-top: 40px;
    margin-left: 30px;
    display: block;
  }

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

  .checkbox-label-3 {
    font-size: 13px;
  }

  .dash-main-content-2 {
    flex-flow: column;
  }

  .kpi-2 {
    border-color: #9ca8bd;
  }

  .div-block-359._800 {
    padding-top: 50px;
  }

  .section-8 {
    padding: 50px 0;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .contain-confirm {
    width: 100%;
  }

  .div-block-356 {
    padding: 25px;
  }

  .grid-82 {
    grid-template-columns: 2.5fr .5fr;
  }

  .grid-83 {
    grid-template-columns: 1.5fr;
  }

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

  .form-text-field-3 {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .form-field-wrapper-3 {
    margin-bottom: 10px;
  }

  .form-field-wrapper-3.wrap-search._10 {
    max-width: 100%;
  }

  .table-main-button-wrapper-2 {
    margin-top: -15px;
  }

  .form-search-field-2 {
    border-color: #c9d7f03d;
  }

  .rastreamento {
    width: 100%;
  }

  .div-block-455 {
    flex-flow: column;
  }

  .table-utility-row-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-460 {
    width: 100%;
  }

  .form-field-wrapper-4 {
    margin-bottom: 10px;
  }

  .form-field-wrapper-4.wrap-search._10 {
    max-width: 100%;
  }

  .form-text-field-4 {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .qtd {
    width: 80%;
  }

  .qtd.hide {
    display: none;
  }

  .filtro-table {
    width: 100%;
  }

  .div-block-573 {
    padding: 25px;
  }

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

  .table-2 {
    border-color: #9ca8bd;
  }

  .table-row-2, .table-row-2.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

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

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

  .card-item.img {
    flex: none;
  }

  .legenda-wrapper {
    display: none;
  }
}

@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 {
    text-align: center;
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.plus-minus {
    width: 40px;
    height: 40px;
  }

  .icon.icon-link {
    display: block;
  }

  .icon.back {
    color: var(--white);
  }

  .icon.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;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.form-field-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.general-flyout {
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 20px 100vh #00000040;
  }

  .flyout-menu-wrapper.button-flyout-menu {
    width: auto;
    min-height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.category-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.date-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
  }

  .flyout-menu-wrapper.profile-flyout {
    width: auto;
    min-height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flyout-menu-content.scroll {
    height: auto;
    min-height: 250px;
    max-height: 70vh;
    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 {
    justify-content: flex-start;
    width: 100%;
  }

  .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 {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row._160 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: auto;
  }

  .table-row.invoice-item {
    border-top-style: none;
    flex-direction: column;
    height: auto;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-row-content.in-items {
    padding-right: 8px;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._10, .table-cell._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

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

  .table-cell._20.client-cell {
    flex-direction: column;
    height: auto;
  }

  .table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .table-cell._25, .table-cell._10, .table-cell._20 {
    width: 100%;
  }

  .table-cell-text {
    overflow: visible;
  }

  .table-image-wrapper {
    border-radius: 0%;
    width: 60px;
    height: auto;
  }

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

  .close-flyout {
    background-color: #0006;
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-pagination-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pagination-description {
    margin-bottom: 12px;
  }

  .items-table {
    background-color: var(--white);
    border-style: none;
    border-radius: 24px 24px 0 0;
  }

  .item-action {
    justify-content: center;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

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

  .item-table-cell {
    margin-bottom: 32px;
  }

  .item-table-cell._10, .item-table-cell._15 {
    width: 100%;
  }

  .item-table-cell._15.qtd {
    border-style: none;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .item-table-cell._15.prc-unit {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 250px;
    margin-bottom: 8px;
    margin-right: 32px;
  }

  .item-table-cell._15.total-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .item-table-cell._20.client-cell {
    flex-direction: column;
    height: auto;
  }

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

  .item-table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    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 {
    border-style: none;
    border-color: var(--mobile-border);
    border-radius: 4px;
    height: 40px;
  }

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

  .item-text-field.qtd {
    min-width: 50px;
    max-width: 50px;
    height: 44px;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._10, .cell-label._15, .cell-label._20 {
    width: 100%;
  }

  .cell-label._20.client-cell {
    flex-direction: column;
    height: auto;
  }

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

  .cell-label._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    text-align: center;
    min-width: 38px;
    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 {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

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

  .invoice-details {
    margin-top: 0;
  }

  .add-tufff-button-wrapper.mobile-hidden {
    display: none;
  }

  .invoice--client-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .calendar-picker {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .submit-button-section {
    flex-direction: column;
  }

  .table-3-dot-wrapper {
    height: 60px;
  }

  .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 {
    background-color: #fff;
    width: auto;
    padding: 50px;
    display: flex;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    padding-left: 0;
  }

  .form-content {
    box-shadow: none;
  }

  .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 {
    justify-content: space-between;
    height: 8em;
    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(#091426f0, #091426f0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .item-cells-wrapper {
    justify-content: space-between;
    width: 100%;
  }

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

  .tab-lk {
    height: 60px;
  }

  .status-line {
    top: -26px;
  }

  .material-icons {
    padding-top: 11px;
  }

  .product-wrap {
    flex-flow: column;
  }

  .menu-item-4.with-radio-button {
    height: 40px;
  }

  .flyout-menu-wrapper-3 {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .menu-item-5.with-radio-button {
    height: 40px;
  }

  .flyout-menu-content-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kpi-2 {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

  .div-block-359._800 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-11 {
    font-size: 1.5rem;
  }

  .contain-confirm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-utility-row-2 {
    height: auto;
  }

  .form-field-wrapper-3.wrap-search {
    flex: none;
  }

  .table-utility-row-3 {
    height: auto;
  }

  .form-field-wrapper-4.wrap-search {
    flex: none;
  }

  .estado-2, .estado-3 {
    height: 24px;
  }

  .table-cell-text-2 {
    overflow: visible;
  }

  .cell-label-2 {
    height: 24px;
  }

  .cell-label-2._10, .cell-label-2._20, .cell-label-2._15, .cell-label-2._25 {
    width: 100%;
  }

  .table-utility-row-4 {
    height: auto;
  }

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

  .table-2 {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-row-2 {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row-2.cell-label-wrapper, .icon-4 {
    display: none;
  }

  .icon-4.quick-action {
    height: 48px;
    display: block;
  }

  .table-row-content-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .mother-div.dash {
    padding-top: 0;
  }

  .section, .container._1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.main.dropdown {
    justify-content: flex-start;
    align-items: stretch;
    width: 115px;
    padding-left: 15px;
  }

  .main-font-icon._86 {
    top: -3px;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .button-text.previous-next-text {
    display: none;
  }

  .icon {
    display: block;
  }

  .icon.form-field-dropdown._500._60000 {
    display: none;
  }

  .icon.quick-action {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    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 {
    min-width: auto;
    height: 35px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .form-field-wrapper.filters {
    margin-bottom: 8px;
  }

  .form-field-wrapper.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .form-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .form-text-field.whitex {
    margin-bottom: 5px;
  }

  .form-text-field.whitex._1 {
    width: 250px;
  }

  .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;
    inset: auto 0% 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.blue {
    height: 50px;
    margin-bottom: 0;
  }

  .action-button.centered.txt-btn:hover {
    color: var(--slate-grey);
    background-color: #0000;
  }

  .table-row {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .table-row.invoice-item {
    border-radius: 0;
  }

  .table-row.produtos {
    height: auto;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

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

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-row-content.in-items {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell._10.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.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 {
    display: none;
  }

  .table-cell._25.client-cell.namex {
    width: 100%;
  }

  .table-cell._25.i {
    display: none;
  }

  .table-cell._35 {
    padding-left: 0;
  }

  .table-cell.num-1 {
    width: 100%;
    padding-left: 0;
  }

  .table-cell.qtd-stock {
    width: 100%;
    padding-top: 3px;
    padding-left: 0;
  }

  .table-cell._25 {
    padding-left: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

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

  .table-image-wrapper {
    margin-bottom: 10px;
  }

  .table-image-wrapper.no-mobile {
    display: none;
  }

  .table {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .filter-date-status-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-date-status-wrapper.centered._5 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .filter-date-status-wrapper.centered._0 {
    grid-template-columns: 1fr;
  }

  .filter-date-status-wrapper.centered._89 {
    grid-template-columns: 1fr 1fr;
  }

  .items-table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .item-text-field.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 {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .kpi-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .kpi {
    min-width: 252px;
    max-width: 270px;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .kpi-valor.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .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: sticky;
    inset: auto 0% 16px;
  }

  .summery-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .summery {
    padding: 16px;
  }

  .calendar-picker {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button-section {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-section {
    padding-top: 0;
  }

  .table-header {
    font-size: 19px;
  }

  .table-3-dot-wrapper {
    display: none;
  }

  .footer {
    flex-direction: column;
  }

  .table-tab-link {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .user-info-wrapper.produto-wrap {
    max-width: 100%;
    padding-bottom: 0;
  }

  .short-page-content.contas {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .page-header-tab-link {
    font-size: 19px;
  }

  .produto-flex {
    flex-direction: column;
  }

  .categoria-link {
    border-color: var(--light-steel-blue);
    background-color: #fff;
    width: 100%;
  }

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

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

  .content {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content._1 {
    padding-top: 40px;
  }

  .content._1._56565 {
    padding-top: 0;
  }

  .content._2 {
    padding-top: 44px;
  }

  .content._50 {
    padding-top: 115px;
  }

  .notify-content {
    border-radius: 1.2em 1.2em 0 0;
  }

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

  .uploaded-photo-div {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

  .div-block-6 {
    padding: 30px 25px;
  }

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

  .div-block-10 {
    padding: 35px 30px;
  }

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

  ._9._5 {
    padding-top: 20px;
  }

  .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 {
    align-items: flex-start;
    height: auto;
    min-height: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-form {
    min-width: 0;
  }

  .submit-button {
    font-size: 15px;
  }

  .restore-password-cta-text {
    font-size: 14px;
  }

  .form-content {
    border-radius: 12px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .back-button {
    left: 1em;
  }

  .logo-3 {
    height: 3.4em;
  }

  .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 {
    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;
    height: auto;
    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;
    inset: auto 0% 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 {
    background-color: var(--main);
    color: #fff;
    border-radius: 4px;
    width: 100%;
  }

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

  .add-item-mobile.main-text-button.desconto {
    background-color: var(--border);
    color: var(--slate-grey);
    margin-top: 15px;
  }

  .add-item-mobile.centered.txt-btn:hover {
    color: var(--slate-grey);
    background-color: #0000;
  }

  .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 {
    justify-content: center;
    align-items: flex-start;
    width: 20%;
    display: flex;
  }

  .div-block-105 {
    padding-right: 0;
    right: 13px;
  }

  .create-div._200 {
    width: 100%;
  }

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

  .div-block-108 {
    width: 100%;
  }

  .fiinika-nav-main {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: auto;
  }

  .nav-menu {
    width: 90%;
    height: 100vh;
    padding-top: 25px;
  }

  .dash-main-content {
    padding-bottom: 50px;
  }

  .div-block-116 {
    height: auto;
    padding-left: 20px;
  }

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

  .link-block-4 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .grid-9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .text-block-127 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .text-block-128 {
    text-align: center;
    font-size: 26px;
  }

  .top-section-navigation {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .bot-o-ou-menu {
    padding-left: 10px;
  }

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

  .text-block-130 {
    font-size: 21px;
  }

  .botao {
    font-size: 14px;
  }

  .div-block-120 {
    padding: 20px;
  }

  .text-block-133 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .text-block-134 {
    font-size: 25px;
  }

  .tab-lk {
    padding-right: 0;
  }

  .separador {
    padding-top: 10px;
  }

  .grid-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .button-3 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 120%;
  }

  .m1 {
    padding-top: 120px;
  }

  .div-block-121 {
    width: 100%;
    padding: 35px;
  }

  .div-block-124 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .subsidios-div, .dedu-es-div {
    padding: 20px;
  }

  .div-block-32._1 {
    width: 100%;
  }

  .dados-1 {
    margin-bottom: 50px;
  }

  .div-block-28._2 {
    flex-flow: column;
    padding: 30px;
  }

  .div-block-28._700 {
    padding: 30px;
  }

  .text-header-colab {
    font-size: 20px;
  }

  .div-block-132 {
    padding-right: 0;
  }

  .text-block-137 {
    font-size: 20px;
  }

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

  .text-block-16 {
    font-size: 14px;
  }

  .text-field-titulo {
    height: 50px;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

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

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
    height: 100%;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-text {
    margin-top: 2px;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .div-block-161, .div-block-162 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-164 {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-wrap {
    padding: 20px 15px;
  }

  .div-block-167 {
    float: none;
  }

  .div-block-168 {
    margin-bottom: 15px;
  }

  .grid-17._5, .grid-18 {
    grid-template-columns: 1fr;
  }

  .concursos-abertos-wrapper {
    padding-top: 25px;
  }

  .div-block-245 {
    padding: 25px;
  }

  .text-block-186 {
    margin-right: 15px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .heading-10 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-170 {
    font-size: 14px;
  }

  .div-block-269 {
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .text-block-171 {
    width: 150px;
  }

  .div-block-267 {
    height: 30px;
    line-height: 30px;
  }

  .div-block-263 {
    width: auto;
    padding-left: 35px;
    padding-right: 25px;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
  }

  .page-h1.sub {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .dados {
    width: 100%;
    padding-left: 0;
  }

  .text-block-190 {
    font-size: 16px;
  }

  .div-block-272 {
    flex-flow: column;
  }

  .text-block-157 {
    margin-bottom: 5px;
  }

  .section-data {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .grafico._2 {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
  }

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

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

  .checkbox-label-3 {
    padding-left: 15px;
    font-size: 14px;
  }

  .flyout-menu-wrapper-3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-content-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .dash-main-content-2 {
    padding-bottom: 50px;
  }

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

  .kpi-2 {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .parceiro-info-seperator-2 {
    margin-bottom: 15px;
  }

  .text-block-239 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
  }

  .button-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-5._4 {
    background-color: #a0aec0;
  }

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

  .form-5 {
    flex-direction: row;
    display: flex;
  }

  .div-block-207 {
    flex: none;
    width: 70%;
    padding-right: 25px;
  }

  .div-block-208 {
    flex: none;
    width: 30%;
  }

  .form-block-6 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-block-369 {
    background-size: 80px;
    min-height: 160px;
  }

  .div-block-359._800 {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-6.bx {
    margin-top: 12px;
  }

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

  .heading-11.box {
    margin-bottom: 0;
    font-size: 23px;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .text-block-228 {
    font-size: 16px;
  }

  .div-block-371 {
    min-width: 100%;
    max-width: 100%;
  }

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

  .parceiro-info-seperator-3 {
    margin-bottom: 15px;
  }

  .div-block-370-copy {
    flex: none;
    width: 100%;
    display: block;
  }

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

  .tabs-menu-3 {
    overflow: auto;
  }

  .div-block-356 {
    padding: 15px;
  }

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

  .div-block-449 {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .data-e-hora {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-451 {
    flex-flow: column;
  }

  .grid-82 {
    grid-template-columns: 2.5fr;
  }

  .grid-83 {
    grid-template-columns: 1.5fr;
  }

  .table-utility-row-2 {
    background-color: #fff;
    border-radius: 4px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .search-field-wrapper-2 {
    width: 100%;
  }

  .form-text-field-3.whitex {
    margin-bottom: 5px;
  }

  .form-field-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .form-field-wrapper-3.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .table-utility-row-3 {
    background-color: #fff;
    border-radius: 4px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .div-block-460 {
    width: 100%;
  }

  .form-field-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .form-field-wrapper-4.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .search {
    width: 100%;
  }

  .linesman-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .online {
    margin-bottom: -17px;
    margin-left: 11px;
  }

  .estado {
    inset: auto auto 0% 0%;
  }

  .ofiline.hide {
    margin-bottom: -17px;
    margin-left: 11px;
  }

  .filtro-table {
    flex-flow: column;
  }

  .section-9 {
    padding-top: 0;
  }

  .text-block-10 {
    font-size: 1.8rem;
  }

  .linesman-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .in-progress-line-2 {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
    height: 100%;
  }

  .rota._900 {
    margin-bottom: 45px;
    font-size: 18px;
  }

  .button-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .parceiro-text-field-4 {
    margin-bottom: 5px;
  }

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

  .div-block-567 {
    padding-left: 0;
  }

  .grid-91 {
    grid-template-columns: 1.75fr;
  }

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

  .rota-2._900 {
    margin-bottom: 45px;
    font-size: 19px;
  }

  .div-block-568 {
    min-width: 150px;
    max-width: 160px;
  }

  .div-block-570 {
    padding: 40px 30px 30px;
  }

  .div-block-573 {
    padding: 15px;
  }

  .parceiro-text-field-5 {
    margin-bottom: 5px;
  }

  .table-cell-text-2 {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-utility-row-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 4px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .kpi-valor-2.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .main-font-icon-2 {
    display: flex;
  }

  .main-font-icon-2.smaller-icon {
    z-index: 200;
  }

  .table-2 {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .action-button-2 {
    margin-bottom: 10px;
  }

  .table-row-2 {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .div-block-580.outher {
    flex-flow: column;
  }

  .icon-4 {
    display: block;
  }

  .icon-4.quick-action {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 10px 7px 5px;
    display: flex;
  }

  .table-row-content-2 {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content-2.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .form-block-9 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 30px;
  }

  .button-13 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .radio-button-3 {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }

  .radio-button-3:active {
    border: 10px solid #288562;
  }

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

  .text-block-282 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .radio-button-label-2 {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .div-block-205 {
    justify-content: flex-end;
    width: 50%;
    padding-right: 0;
    display: flex;
  }

  .div-block-199 {
    margin-top: 0;
    padding-top: 40px;
  }

  .text-block-283 {
    color: #a0aec0;
  }

  .rota-3._900 {
    margin-bottom: 45px;
    font-size: 19px;
  }

  .rota-3._900._8 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-200 {
    width: 50%;
    padding-top: 3px;
    padding-right: 10px;
  }

  .radio-button-field-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-203 {
    margin-bottom: 30px;
    display: flex;
  }

  .form-4 {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .div-block-584 {
    padding-right: 0;
  }

  .overlay-pendente {
    background-color: #222233d9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 21px;
    position: fixed;
    inset: 0%;
  }

  .div-block-215 {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 40px;
    display: flex;
  }

  .text-block-149 {
    color: #fff;
    text-align: center;
    background-color: #edb54c;
    border-radius: 200px;
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 70px;
  }

  .link-7 {
    color: #22223361;
    width: 10%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .tabs-menu-7 {
    display: flex;
    overflow: auto;
  }

  .button-14 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-14._4 {
    background-color: #a0aec0;
  }

  .section-10 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 204px;
  }

  .text-block-285 {
    width: 80px;
    height: 80px;
  }

  .div-block-586 {
    width: 95%;
  }

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

  .text-block-286 {
    text-align: center;
  }

  .button-15 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-15._1 {
    background-color: #194c3899;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-item.data-1 {
    width: 100%;
  }

  .card-item.data-1.x {
    width: 100%;
    margin-bottom: 5px;
  }

  .card-item.data-1.x._10 {
    width: 100%;
    margin-bottom: 15px;
  }

  .card-item.img {
    padding-left: 0;
  }

  .card-item.name {
    padding-top: 10px;
    padding-left: 10px;
  }

  .card-wrapper-2 {
    flex-direction: column;
    height: auto;
    padding: 20px 15px;
  }

  .text-block-3 {
    margin-bottom: .3rem;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .side-a {
    flex-direction: column;
    width: 100%;
  }

  .side-b._123 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-ed304165-4fa3-0bb7-59c5-bf40afbe7b21-42299b97, #w-node-f0a58a09-6a5b-69dd-b14e-feda93e05c58-42299b97, #w-node-cf2de119-531f-b9c5-6c52-6dcd55842505-42299b97, #w-node-_6926af45-38cc-56a4-a9da-a4126f900c18-42299b97, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-42299b9b, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-42299b9b, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-42299b9b, #w-node-_88ce47df-f758-64ea-b199-19255b5cd960-42299b9b, #w-node-_88ce47df-f758-64ea-b199-19255b5cd9ce-42299b9b, #w-node-e261d2bb-7259-f16a-be85-20a7a56ce614-42299b9b, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-42299b9c, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-42299b9c, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-42299b9c, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-42299b9d, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-42299b9d, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-42299b9d, #w-node-d292064f-65a6-29dc-b111-a85d039ddea4-42299ba9, #w-node-d292064f-65a6-29dc-b111-a85d039ddead-42299ba9, #w-node-d292064f-65a6-29dc-b111-a85d039ddeb6-42299ba9, #w-node-d292064f-65a6-29dc-b111-a85d039ddebf-42299ba9, #w-node-d292064f-65a6-29dc-b111-a85d039ddec8-42299ba9, #w-node-d292064f-65a6-29dc-b111-a85d039dded1-42299ba9, #w-node-_659e170d-acd9-e5d9-20e1-016b42d70e26-a6b06916, #w-node-_659e170d-acd9-e5d9-20e1-016b42d70e5c-a6b06916, #w-node-_88ce47df-f758-64ea-b199-19255b5cd9ce-537125ab, #w-node-e261d2bb-7259-f16a-be85-20a7a56ce614-537125ab, #w-node-_5a29a592-b233-1424-37a8-9609c48dcd2b-96011cdc, #w-node-_29ec86d5-7d6f-c23e-b12b-9894b2cf6938-96011cdc, #w-node-_48ac5d1c-8bb3-647e-7ce8-8ec1e792f6ac-96011cdc, #w-node-_5a29a592-b233-1424-37a8-9609c48dcd2b-82b696f2, #w-node-_29ec86d5-7d6f-c23e-b12b-9894b2cf6938-82b696f2, #w-node-_48ac5d1c-8bb3-647e-7ce8-8ec1e792f6ac-82b696f2, #w-node-_1780f452-a0ff-2021-d9e8-e6ce35fa66ac-82b696f2, #w-node-_1780f452-a0ff-2021-d9e8-e6ce35fa66b9-82b696f2, #w-node-_1780f452-a0ff-2021-d9e8-e6ce35fa66c6-82b696f2, #w-node-d32d6398-acbf-7f33-c020-3ce2516ad607-82b696f2, #w-node-d32d6398-acbf-7f33-c020-3ce2516ad63d-82b696f2, #w-node-_5a29a592-b233-1424-37a8-9609c48dcd2b-d6ae0deb, #w-node-_29ec86d5-7d6f-c23e-b12b-9894b2cf6938-d6ae0deb, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-79deb638, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-79deb638, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-79deb638, #w-node-_495d1d86-bccc-6111-88dd-b2feae6a1d49-fd512467, #w-node-_495d1d86-bccc-6111-88dd-b2feae6a1d96-fd512467, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-281353a6, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-281353a6, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-281353a6, #w-node-_41c9670f-8521-5a19-7611-a496f4716cdc-7014d964, #w-node-_41c9670f-8521-5a19-7611-a496f4716d13-7014d964, #w-node-_41c9670f-8521-5a19-7611-a496f4716d49-7014d964, #w-node-f5dc18fa-738e-59f3-7e3c-179839e0a724-b8ab4d47, #w-node-f5dc18fa-738e-59f3-7e3c-179839e0a771-b8ab4d47, #w-node-_75ff5dd9-2769-3237-22a8-be68d379541e-c5032345, #w-node-_75ff5dd9-2769-3237-22a8-be68d3795455-c5032345, #w-node-_75ff5dd9-2769-3237-22a8-be68d379548b-c5032345, #w-node-e1814abc-00c1-bda3-9e45-9d8e21f8c97b-839354b9, #w-node-e1814abc-00c1-bda3-9e45-9d8e21f8c97d-839354b9, #w-node-e1814abc-00c1-bda3-9e45-9d8e21f8c99c-839354b9 {
  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;
}