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

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

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

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

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

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

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

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

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

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

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

body {
  color: #091426;
  letter-spacing: -.1px;
  background-color: rgba(156, 168, 189, .09);
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

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

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

a {
  text-decoration: none;
}

.html-embed {
  display: none;
}

.section {
  padding: 100px 44px;
}

.section.hidden {
  display: none;
}

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

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

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

.flex {
  display: flex;
}

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

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

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

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

.button.with-right-icon.main {
  z-index: 101;
  color: #fff;
  background-color: #3461ff;
}

.button.with-right-icon.main.ns {
  color: #fff;
  background-color: #961e22;
  padding-right: 24px;
}

.button.main {
  height: 50px;
  color: #fff;
  background-color: #3b1b4c;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 50px;
}

.button.main:hover {
  background-color: #541e74;
}

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

.button.main.dropdown {
  width: 150px;
  color: #fff;
  background-color: #2b0c3e;
  justify-content: flex-start;
  padding-bottom: 0;
}

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

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

.button.submit-button {
  color: #fff;
  background-color: #3461ff;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button.top {
  color: #fff;
  background-color: #3b1b4c;
}

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

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

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

.right-icon-wrapper.left-border.line-color {
  border-left-color: rgba(201, 215, 240, .24);
}

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

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

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

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

.main-font-icon.blue {
  color: #3461ff;
}

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

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

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

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

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

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

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

.button-text.opcao {
  font-weight: 400;
}

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

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

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

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

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

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

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

.icon.form-field-dropdown {
  color: #3461ff;
}

.icon.form-field-dropdown._500 {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.icon.item-dropdown {
  height: 100%;
  color: #3461ff;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.icon._2 {
  height: 100%;
  color: #c9d7f0;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.icon.icon-link {
  color: #091426;
}

.icon.hidden {
  display: none;
}

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

.icon.hamberg-menu, .icon.back {
  color: #3461ff;
}

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

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

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

.icon.big {
  color: #091426;
  font-size: 24px;
}

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

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

.button-link.full {
  z-index: 1;
  color: #40373c;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-link._100 {
  justify-content: center;
  align-items: center;
  display: block;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-field-wrapper.estado {
  flex: 1;
  margin-bottom: 0;
  display: none;
}

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

.form-text-field {
  height: 44px;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .7);
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

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

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

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

.form-text-field::placeholder {
  color: #667999;
  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;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(201, 215, 240, .24);
  padding-left: 62px;
  position: relative;
}

.form-text-field.table-filter-field.estado::-ms-input-placeholder {
  color: #091426;
  font-weight: 500;
}

.form-text-field.table-filter-field.estado::placeholder {
  color: #091426;
  font-weight: 500;
}

.form-text-field.table-filter-field.data::-ms-input-placeholder {
  color: #667999;
  font-weight: 400;
}

.form-text-field.table-filter-field.data::placeholder {
  color: #667999;
  font-weight: 400;
}

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

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

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

.form-text-field.table-filter-field-copy.estado::placeholder {
  color: #091426;
  font-weight: 500;
}

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

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

.form-text-field.table-filter-field-copy.data::placeholder {
  color: #091426;
  font-weight: 500;
}

.form-text-field.calendar-field {
  border-color: rgba(201, 215, 240, .24);
  padding-right: 56px;
}

.form-text-field.calendar-field::-ms-input-placeholder {
  color: #091426;
  font-size: 16px;
}

.form-text-field.calendar-field::placeholder {
  color: #091426;
  font-size: 16px;
}

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

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

.form-text-field.n-fatura {
  border-left-style: solid;
  border-left-color: rgba(201, 215, 240, .24);
}

.form-text-field.n-fatura:hover {
  border-style: solid;
  border-color: #091426;
}

.form-text-field.n-fatura::-ms-input-placeholder {
  color: #091426;
  font-size: 16px;
}

.form-text-field.n-fatura::placeholder {
  color: #091426;
  font-size: 16px;
}

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

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

.form-text-field.recibo {
  background-color: rgba(102, 121, 153, .1);
}

.form-text-field.whitex {
  background-color: #fff;
  margin-right: 10px;
}

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

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

.light-blue-bg {
  background-color: #fafcff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-item._11 {
  height: 44px;
  padding-left: 25px;
  padding-right: 0;
}

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

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

.cancelar-link-wrapper {
  border-top: 1px solid #c9d7f0;
  margin-top: 0;
  padding-top: 8px;
}

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

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

.radio-button {
  width: 100%;
  height: 100%;
  color: #3461ff;
  cursor: pointer;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button.w--redirected-checked {
  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;
}

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

.radio-button.select-page {
  border-color: #c9d7f0;
}

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

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

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

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

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

.action-button {
  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:hover {
  color: #40373c;
  background-color: #ebd5aa;
  border-color: #ebd5aa;
}

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

.action-button.with-right-icon.main, .action-button.main {
  color: #fff;
  background-color: #3461ff;
}

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

.action-button.with-left-icon.main {
  color: #fff;
  background-color: #3461ff;
}

.action-button.submit-button {
  color: #fff;
  background-color: #3461ff;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.action-button.delete {
  color: #dd4040;
}

.action-button.delete:hover {
  border-color: #dd4040;
}

.action-button.not-primary {
  color: #667999;
}

.action-button.previous-next {
  color: #fff;
  background-color: #667999;
}

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

.action-button.delete-item:hover {
  color: #dd4040;
  background-color: #fff;
}

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

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

.action-button.plus-minus:hover {
  color: #fff;
  background-color: #3461ff;
  border-color: #3461ff;
}

.action-button.blue {
  color: #3461ff;
  border-color: #3461ff;
}

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

.action-button.red {
  color: #dd4040;
  border-color: #dd4040;
}

.action-button.prev-nxt {
  width: 32px;
  height: 32px;
  border-color: #c9d7f0;
}

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

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

.action-button.eliminar:hover {
  color: #dd4040;
  border-color: #dd4040;
}

.action-button.add-stuff-in-invoice {
  color: #40373c;
  background-color: rgba(235, 213, 170, .07);
  border-style: dashed;
  border-color: #ebd5aa;
  justify-content: center;
}

.action-button.add-stuff-in-invoice:hover {
  color: #40373c;
  background-color: #ebd5aa;
  border-style: solid;
  border-color: #ebd5aa;
}

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

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

.action-button.cncel:hover {
  color: #dd4040;
  background-color: #fff;
  border-color: #dd4040;
}

.action-button.visualizar:hover {
  color: #3461ff;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-search-field.table-filter-field.estado::-ms-input-placeholder {
  color: #091426;
  font-weight: 500;
}

.form-search-field.table-filter-field.estado::placeholder {
  color: #091426;
  font-weight: 500;
}

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

.form-search-field.table-filter-field.data::-ms-input-placeholder {
  color: #091426;
  font-weight: 500;
}

.form-search-field.table-filter-field.data::placeholder {
  color: #091426;
  font-weight: 500;
}

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

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

.form-search-field.table-filter-field-copy.estado::-ms-input-placeholder {
  color: #091426;
  font-weight: 500;
}

.form-search-field.table-filter-field-copy.estado::placeholder {
  color: #091426;
  font-weight: 500;
}

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

.form-search-field.table-filter-field-copy.data::-ms-input-placeholder {
  color: #091426;
  font-weight: 500;
}

.form-search-field.table-filter-field-copy.data::placeholder {
  color: #091426;
  font-weight: 500;
}

.search-icon {
  color: #667999;
  font-size: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.search-icon.left-border.line-color {
  border-left-color: #c9d7f0;
}

.table-row {
  height: 64px;
  border: 1px #c9d7f0;
  border-bottom: 1px solid rgba(201, 215, 240, .24);
  display: flex;
  position: relative;
}

.table-row._160 {
  height: 64px;
  background-color: #fff;
  border: 1px #c9d7f0;
  border-top-style: solid;
  border-radius: 0;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.table-row.invoice-item {
  height: 56px;
  border: 1px #c9d7f0;
  border-top-style: solid;
  border-radius: 0;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.table-row.cell-label-wrapper {
  height: 44px;
  background-color: rgba(238, 241, 247, .62);
  padding-right: 60px;
}

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

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

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

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

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

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

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

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

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

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

.table-action-button.with-right-icon.main, .table-action-button.main {
  color: #fff;
  background-color: #3461ff;
}

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

.table-action-button.with-left-icon.main {
  color: #fff;
  background-color: #3461ff;
}

.table-action-button.submit-button {
  color: #fff;
  background-color: #3461ff;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.table-action-button.delete {
  color: #dd4040;
}

.table-action-button.not-primary {
  color: #667999;
}

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

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

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

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

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

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

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

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

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

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

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

.table-cell._20.long {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.table-cell-text._1 {
  color: #3461ff;
}

.table-cell-text.pendente {
  color: #f7b84b;
}

.table-cell-text.progresso {
  color: #3461ff;
}

.table-cell-text.cancel {
  color: #dd4040;
}

.table-cell-text.solicitacao {
  color: #3461ff;
}

.table-cell-text.concluido {
  color: #0bb261;
}

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

.img {
  width: 250px;
  height: 100px;
  margin-bottom: 50px;
}

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

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

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

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

.img.is--contain.utiliza-dentro {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 200px;
}

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

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

.status-wrapper.pago {
  color: #0bb261;
  letter-spacing: .3px;
  background-color: rgba(64, 191, 96, .2);
}

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

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

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

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

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

.status-wrapper.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: rgba(221, 64, 64, .2);
}

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

.status-wrapper.factura {
  color: #091426;
  background-color: rgba(52, 97, 255, .51);
}

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

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

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

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

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

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

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

.pagination-description {
  color: #667999;
  font-size: 14px;
}

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

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

.select-page-button {
  width: 100%;
  height: 100%;
  color: #3461ff;
  cursor: pointer;
  border-width: 1px;
  border-color: #c9d7f0;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.select-page-button.select-page {
  border-color: #c9d7f0;
}

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

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

.item-action.filler {
  border-color: rgba(0, 0, 0, 0);
}

.item-number {
  width: 43px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px #c9d7f0;
  border-right-style: solid;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.item-table-cell._15.qtd {
  width: 50%;
  border: 1px #c9d7f0;
  border-right-style: solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-text-field:focus {
  background-color: #eef1f7;
  border-color: #c9d7f0;
}

.item-text-field::-ms-input-placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

.item-text-field.table-filter-field.estado::-ms-input-placeholder {
  color: #091426;
  font-weight: 500;
}

.item-text-field.table-filter-field.estado::placeholder {
  color: #091426;
  font-weight: 500;
}

.item-text-field.table-filter-field.data::-ms-input-placeholder {
  color: #667999;
  font-weight: 400;
}

.item-text-field.table-filter-field.data::placeholder {
  color: #667999;
  font-weight: 400;
}

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

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

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

.item-text-field.table-filter-field-copy.estado::placeholder {
  color: #091426;
  font-weight: 500;
}

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

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

.item-text-field.table-filter-field-copy.data::placeholder {
  color: #091426;
  font-weight: 500;
}

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

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

.item-text-field.with-currency::placeholder {
  color: #091426;
  font-size: 16px;
  font-weight: 500;
}

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

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

.item-text-field.qtd:focus {
  background-color: #eef1f7;
  border-color: #c9d7f0;
}

.item-text-field.qtd::-ms-input-placeholder {
  color: #091426;
  font-size: 16px;
  font-weight: 500;
}

.item-text-field.qtd::placeholder {
  color: #091426;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

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

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

.cell-label._20.long {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.filler.form-field-dropdown {
  color: #3461ff;
}

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

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

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

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

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

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

.filler.item-dropdown {
  height: 100%;
  color: #3461ff;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

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

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

.drag-handle {
  width: 48px;
  height: 100%;
  color: #b2bccc;
  text-align: center;
  border: 1px #c9d7f0;
  justify-content: center;
  align-items: center;
  transition: color .1s;
  display: flex;
}

.drag-handle:hover {
  color: #091426;
}

.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;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.kpi._1 {
  height: 150px;
}

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

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

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

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

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

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

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

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

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

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

.kpi-stats.negative {
  color: #dd4040;
  background-color: #fae3e3;
}

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

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

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

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

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

.header-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #c9d7f0;
  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 #c9d7f0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

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

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

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

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

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

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

.text-button:hover {
  color: #3461ff;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-button.add-inside-button {
  color: #3461ff;
}

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

.text-button.footer-link {
  color: #667999;
  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 #c9d7f0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

.summery {
  width: 350px;
  background-color: #eef1f7;
  border: 1px #c9d7f0;
  border-radius: 4px;
  padding: 24px;
}

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

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

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

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

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

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

.calendar-picker {
  border-top: 1px solid #c9d7f0;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 24px 24px 16px;
}

.img-wrapper.produto-img {
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  padding: 20px;
}

.img-wrapper.logo {
  padding: 20px;
}

.img-wrapper.cliente {
  background-color: #fff;
  border: 1px rgba(201, 215, 240, .24);
  border-radius: 4px;
  padding: 40px;
}

.img-wrapper.utilizador-1 {
  background-color: #fff;
  border: 1px rgba(201, 215, 240, .24);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.form-section.bottom-border {
  border-bottom: 1px solid #c9d7f0;
}

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

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

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

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

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

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

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

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

.footer {
  height: 64px;
  border-top: 1px #c9d7f0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 44px;
  font-size: 13px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer.hidden {
  display: none;
}

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

.copyright {
  color: #667999;
}

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

.upload-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3461ff;
  background-color: #f6f8fb;
  border: 1px dashed #3461ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  font-weight: 500;
  display: flex;
}

.fatura-section {
  padding: 40px;
}

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

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

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

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

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

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

.fatra-title-wrap {
  border-top: 1px solid #667999;
  border-bottom: 1px solid #667999;
  margin-top: 36px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 12px;
}

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

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

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

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

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

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

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

.table-tab-link {
  height: 100%;
  color: rgba(102, 121, 153, .78);
  letter-spacing: -.5px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: -1px;
  margin-right: 24px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.table-tab-link.w--current {
  color: #40373c;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 4px;
  border-bottom-color: #ebd5aa;
  font-weight: 600;
}

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

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

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

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

.user-log {
  max-height: 77vh;
  border-top: 1px solid rgba(201, 215, 240, .24);
  padding: 40px 20px 0;
  overflow: auto;
}

.log-day-date {
  border-bottom: 1px solid rgba(201, 215, 240, .24);
  margin-bottom: 4px;
  margin-right: -20px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

.log-time {
  color: #667999;
}

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

.log-link {
  color: #3461ff;
}

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

.short-page-content.bottom-border {
  border-bottom: 1px solid #c9d7f0;
}

.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: #091426;
  margin-bottom: 24px;
  font-size: 16px;
}

.list-item.red {
  color: #dd4040;
}

.list-item.green {
  color: #0bb261;
  font-weight: 500;
}

.list-item-lable {
  color: #667999;
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

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

.list-item-wrapper.in-product {
  max-width: 400px;
  background-color: #fff;
  border-color: rgba(201, 215, 240, .24);
  margin-top: 0;
  padding: 35px;
}

.conta-link {
  color: #091426;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  padding: 20px;
  transition: all .1s;
  position: relative;
}

.conta-link:hover {
  border-color: #cf393e;
}

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

.chevron-holder {
  color: #b2bccc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 12px;
}

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

.page-header-tab-link {
  color: #667999;
  letter-spacing: -.5px;
  border: 1px solid #b2bccc;
  border-radius: 5px;
  margin-bottom: -4px;
  margin-right: 20px;
  padding: 10px 15px;
  font-size: 22px;
}

.page-header-tab-link.w--current {
  color: #fff;
  background-color: #667999;
  border-color: #667999;
  font-weight: 600;
}

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

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

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

.categoria-link {
  color: #091426;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  justify-content: space-between;
  padding: 20px;
  transition: all .1s;
  display: flex;
  position: relative;
}

.categoria-link:hover {
  color: #fff;
  background-color: #3461ff;
  border-color: #3461ff;
}

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

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

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

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

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

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

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

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

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

.menu-link:hover {
  color: #fff;
  background-color: rgba(105, 97, 99, .29);
}

.menu-link.w--current {
  color: #fff;
  background-color: rgba(59, 15, 86, .63);
  border-left-color: #7f0672;
}

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

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

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

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

.sidenav {
  z-index: 3;
  width: 230px;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  background-color: #260c36;
  border-right: 1px #c9d7f0;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle.profile {
  border-left: 1px #c9d7f0;
  padding-left: 24px;
  padding-right: 57px;
}

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

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

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

.dropdown {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.bradcrump {
  color: #091426;
  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;
}

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

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

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

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

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

.uploaded-image-resolution {
  color: #667999;
  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: #667999;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-upload-input-wrapper._4 {
  margin-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 {
  background-color: #fff;
  border: 1px rgba(201, 215, 240, .24);
  border-radius: 4px;
  padding: 40px;
}

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

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

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

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

.div-block-10 {
  width: 60%;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  margin-top: 40px;
  padding: 40px;
}

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

._9 {
  padding-top: 40px;
}

.div-block-11 {
  width: 70%;
  height: auto;
  min-height: 900px;
  float: left;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.assinaturass {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._450 {
  margin-bottom: 7px;
}

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

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

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

.link-block-2 {
  height: 200px;
  color: #091426;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  padding: 25px 20px 20px;
}

.link-block-2:hover {
  border-color: #cf393e;
}

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

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

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

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

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

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

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

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

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

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

.auth-image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.form-field-wrapper-2.password-forgot {
  margin-bottom: 10px;
}

.auth-bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/5cEUY22QYFY11bMZkhglzE40Y16NwVSARcg-Hx-Kh2k.jpeg'), linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Oil-and-gas-site.jpeg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

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

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

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

.submit-button._500 {
  height: 50px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 50px;
}

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

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

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

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

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

.logo-3 {
  height: 2.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.submit-button-2.validar {
  background-color: #3461ff;
  margin-top: 1em;
}

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

.form-block {
  width: 150px;
}

.div-block-98 {
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .24);
  border-radius: 4px;
  margin-bottom: 44px;
  padding: 44px;
}

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

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

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

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

.plus-minus-wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.white-body {
  background-color: #fff;
}

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

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

.add-item-mobile {
  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;
}

.add-item-mobile:hover {
  color: #fff;
  background-color: #3461ff;
  border-color: #3461ff;
}

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

.add-item-mobile.with-right-icon.main, .add-item-mobile.main {
  color: #fff;
  background-color: #3461ff;
}

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

.add-item-mobile.with-left-icon.main {
  color: #fff;
  background-color: #3461ff;
}

.add-item-mobile.submit-button {
  color: #fff;
  background-color: #3461ff;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.add-item-mobile.delete {
  color: #dd4040;
}

.add-item-mobile.delete:hover {
  border-color: #dd4040;
}

.add-item-mobile.not-primary {
  color: #667999;
}

.add-item-mobile.previous-next {
  color: #fff;
  background-color: #667999;
}

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

.add-item-mobile.delete-item:hover {
  color: #dd4040;
}

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

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

.add-item-mobile.plus-minus:hover {
  color: #fff;
  background-color: #3461ff;
  border-color: #3461ff;
}

.add-item-mobile.blue {
  color: #3461ff;
  border-color: #3461ff;
}

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

.add-item-mobile.red {
  color: #dd4040;
  border-color: #dd4040;
}

.add-item-mobile.prev-nxt {
  width: 32px;
  height: 32px;
  border-color: #c9d7f0;
}

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

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

.add-item-mobile.eliminar:hover {
  color: #dd4040;
  border-color: #dd4040;
}

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

.add-item-mobile.add-stuff-in-invoice:hover {
  color: #fff;
  background-color: #3461ff;
  border-style: solid;
}

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

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

.add-item-mobile.main-text-button.desconto {
  color: #667999;
}

.add-item-mobile.cncel:hover {
  color: #dd4040;
  background-color: #fff;
  border-color: #dd4040;
}

.add-item-mobile.visualizar:hover {
  color: #3461ff;
  background-color: #fff;
}

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

.select-field {
  height: 44px;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .7);
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.div-block-100 {
  border-left: 1px solid rgba(201, 215, 240, .24);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-100._50 {
  border-top: 1px solid #c9d7f0;
  border-right: 1px solid #c9d7f0;
}

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

.ki {
  height: 100%;
  border-right: 1px solid #c9d7f0;
}

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

.item-posto, .create-div {
  display: none;
}

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

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

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

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

.modal.success {
  border-left-color: #0bb261;
}

.modal.info {
  border-left-color: #3461ff;
}

.modal.error {
  border-left-color: #dd4040;
}

.modal.warning {
  border-left-color: #f7b84b;
  display: none;
}

.modal-icon {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #3461ff;
  background-image: none;
  border-radius: 50%;
  padding: 6px 0 0 6px;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 32px;
  right: auto;
}

.modal-icon.success {
  cursor: default;
  background-color: #0bb261;
  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: #3461ff;
  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: #dd4040;
  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 {
  color: #000;
  background-color: #f7b84b;
  background-image: url('../images/question_mark_FILL0_wght400_GRAD0_opsz48_1question_mark_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.close-modal {
  width: 36px;
  height: 36px;
  color: #b2bccc;
  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: 1px solid #b2bccc;
  border-radius: 50%;
  padding-top: 5px;
  padding-left: 5px;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

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

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

.modal-subtext {
  color: #667999;
  margin-top: 8px;
  line-height: 1.2;
  display: none;
}

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

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

.alerta {
  width: 100%;
  height: 50px;
  color: #667999;
  text-align: center;
  border-top: 1px #c9d7f0;
  border-left: 1px #c9d7f0;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.alerta:hover {
  color: #091426;
  background-color: #eef1f7;
}

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

.sucesso:hover {
  color: #091426;
  background-color: #eef1f7;
}

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

.informacao:hover {
  color: #091426;
  background-color: #eef1f7;
}

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

.erro:hover {
  color: #091426;
  background-color: #eef1f7;
}

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

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

.link-2 {
  display: none;
}

.tabs-content {
  overflow: visible;
}

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

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

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

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

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

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

.text-block-120 {
  font-family: Dexa contas font, sans-serif;
}

.div-block-110 {
  color: #cf393e;
  margin-bottom: 15px;
  font-size: 26px;
}

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

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

.link-3:hover {
  border-color: #cf393e;
}

.clear {
  display: flex;
}

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

.div-block-111 {
  padding-top: 0;
}

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

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

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

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

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

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

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

.div-block-118 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px;
}

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

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

.div-block-120._5 {
  background-image: url('../images/paper-es.png');
}

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

.tab-link {
  background-color: rgba(221, 221, 221, .44);
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  background-color: rgba(1, 47, 126, .16);
  font-weight: 500;
}

.tabpane {
  padding-top: 25px;
}

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

.link-block-4 {
  color: #091426;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  display: flex;
}

.div-block-122 {
  width: 50px;
  height: 55px;
  background-image: url('../images/ANPG-Favicon-256.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-123 {
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.text-block-122 {
  font-size: 17px;
}

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

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

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

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

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

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

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

.project-state.done {
  background-color: #04a777;
  border-radius: 20px;
}

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

.project-state.in-progress {
  background-color: #ccc;
  border-radius: 20px;
}

.material-icons {
  width: 100%;
  height: 100%;
  text-align: center;
  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;
}

.linesman-2 {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 35px;
  padding: 34px;
  display: flex;
}

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

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

.div-block-124 {
  width: 150px;
  height: 80px;
  background-image: url('../images/Azule_Logo_FULL-915x1024.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

.navbar {
  height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #c9d7f0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.contentor {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  width: 180px;
  height: 90px;
  background-image: url('../images/MADZ_GLOBAL-PNG.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link {
  height: 90px;
  align-items: center;
  margin-left: 25px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  color: #7f0672;
}

.nav-link.w--current {
  color: #091426;
  font-weight: 700;
}

.nav-link._2 {
  margin-right: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sombra {
  height: 90px;
}

.div-block-127 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.slide-nav {
  display: none;
}

.slider {
  height: 100%;
  min-height: 500px;
  border-radius: 5px;
}

.mask {
  border-radius: 5px;
}

.calculate {
  background-color: #fff;
  border-radius: 5px;
  padding: 45px 35px 35px;
}

.div-block-128 {
  align-items: center;
  display: flex;
}

.text-block-123 {
  font-size: 26px;
}

.link-block-5 {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: block;
  position: relative;
}

.link-block-5._1 {
  background-image: url('../images/ti-e-financas-1.jpg');
}

.link-block-5._2 {
  background-image: url('../images/5cEUY22QYFY11bMZkhglzE40Y16NwVSARcg-Hx-Kh2k.jpeg');
}

.text-block-124 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

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

.field-label {
  margin-bottom: 10px;
  font-weight: 500;
}

.bock {
  margin-bottom: 25px;
}

.layo {
  background-image: linear-gradient(3deg, #100218 3%, rgba(0, 0, 0, 0) 80%);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-129 {
  width: 80%;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 35px;
  right: 35px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-125 {
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  line-height: 100%;
}

.link-4 {
  color: rgba(225, 225, 225, .4);
}

.div-block-131 {
  text-align: center;
  margin-top: 15px;
}

.link-5 {
  color: rgba(102, 121, 153, .45);
}

.link-5:hover {
  color: #3461ff;
}

.link-6 {
  color: #7f0672;
}

.text-block-126 {
  margin-bottom: 25px;
  font-size: 20px;
}

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

.div-block-133 {
  background-color: #fff;
  border: 1px solid rgba(178, 188, 204, .28);
  border-radius: 5px;
  padding: 66px;
}

.tab-pane-tab-1 {
  padding-top: 35px;
}

.grid-13 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.max {
  margin-bottom: 25px;
}

.valor-nominal {
  background-color: rgba(11, 178, 97, .05);
  border: 1px dashed #0bb261;
  border-radius: 5px;
  padding: 17px;
}

.icon_txt {
  height: 19px;
  color: #0bb261;
  flex: 1;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Dexa contas font, sans-serif;
  font-size: 22px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

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

.icon_txt._1 {
  color: #3461ff;
}

.icon_txt.q {
  color: #7f0672;
}

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

.grid-14 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.textarea {
  border: 1px solid rgba(201, 215, 240, .4);
  border-radius: 5px;
  padding-bottom: 194px;
  font-size: 17px;
}

.div-block-135 {
  width: 80%;
  background-color: #fff;
  border: 1px solid rgba(201, 215, 240, .37);
  border-radius: 5px;
  padding: 55px;
}

.text-block-127 {
  margin-bottom: 15px;
  font-size: 31px;
  line-height: 120%;
}

.text-block-128 {
  margin-bottom: 0;
  margin-right: 25px;
}

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

.img-da-noticia {
  height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
}

.div-block-137 {
  color: rgba(9, 20, 38, .47);
  margin-bottom: 50px;
  display: flex;
}

.text-block-129 {
  color: rgba(9, 20, 38, .5);
  margin-bottom: 25px;
}

.rich-text-block {
  color: rgba(9, 20, 38, .69);
}

.link-block-6 {
  background-color: rgba(239, 244, 252, .56);
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  margin-top: 25px;
  padding: 25px;
  display: flex;
}

.div-block-138 {
  color: #091426;
  padding-top: 15px;
  padding-left: 35px;
}

.div-block-139 {
  width: 80px;
  height: 100px;
  background-image: url('../images/PDF_file_icon.svg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-130 {
  margin-bottom: 20px;
  line-height: 130%;
}

.text-block-131 {
  font-size: 14px;
  text-decoration: underline;
}

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

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

.div-block-141 {
  height: 1px;
  margin-bottom: 50px;
}

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

.div-block-143 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

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

.link-7 {
  color: #091426;
  margin-right: 15px;
  padding-right: 20px;
  font-family: Dexa contas font, sans-serif;
  font-size: 28px;
  line-height: 50px;
  position: relative;
  top: 2px;
}

.text-block-132 {
  font-size: 24px;
  line-height: 50px;
}

.div-block-145 {
  height: 50px;
  line-height: 45px;
}

.div-block-146 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  padding: 60px 50px 50px;
}

.grid-16 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
}

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

.text-block-133 {
  color: #7f0672;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 140%;
}

.wrap-info {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.wrap-info.lop {
  margin-bottom: 0;
}

.wrap-info._8 {
  border-bottom-style: none;
  margin-bottom: 0;
}

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

.grid-17 {
  width: 100%;
  grid-template-rows: auto;
}

.paragraph {
  margin-bottom: 25px;
}

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

.checkbox-label {
  margin-bottom: 0;
  line-height: 20px;
}

.checkbox-field-2 {
  background-color: rgba(127, 6, 114, .05);
  border: 1px dashed #7f0672;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px 20px 15px 41px;
  display: flex;
}

.button-3 {
  color: #7f0672;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7f0672;
  border-radius: 5px;
  margin-bottom: 25px;
}

.button-3:hover {
  color: #fff;
  background-color: #7f0672;
}

.section-3 {
  border-bottom: 1px #c9d7f0;
}

.section-4 {
  padding: 50px;
}

.pdf-cliente {
  background-color: #fff;
}

.div-block-150 {
  text-align: center;
  margin-bottom: 25px;
}

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

.text-block-132-copy {
  font-size: 19px;
  line-height: 50px;
}

.text-block-134 {
  color: #fff;
  text-transform: uppercase;
  background-color: #4f0847;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 35px;
}

.div-block-151 {
  width: 35%;
  float: left;
  margin-right: 25px;
  font-weight: 500;
}

.div-block-152 {
  float: left;
}

.div-block-153 {
  border-bottom: 1px dashed rgba(201, 215, 240, .56);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.wrap-info-in-pdf {
  margin-bottom: 35px;
}

.wrap-info-in-pdf._2 {
  border-bottom: 1px dashed #c9d7f0;
  padding-bottom: 25px;
}

.text-block-135 {
  border: 1px solid #c9d7f0;
  margin-bottom: 10px;
  padding: 18px;
}

.text-block-136 {
  margin-bottom: 65px;
  font-weight: 600;
}

.div-block-154 {
  width: 35%;
  height: 1px;
  background-color: #091426;
}

.text-block-137 {
  background-color: #f1f1f1;
  margin-bottom: 25px;
  padding: 10px;
}

.div-block-155 {
  background-color: rgba(127, 6, 114, .03);
  border: 1px dashed #7f0672;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}

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

.parg {
  margin-bottom: 25px;
}

.div-block-156 {
  width: 50%;
  float: left;
  border-right: 1px solid #c9d7f0;
}

.text-block-138 {
  background-color: #eee;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 14px;
}

.div-block-156-copy {
  width: 50%;
  float: left;
  border-right: 1px #c9d7f0;
  padding-left: 15px;
}

.text-block-134-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #4f0847;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 35px;
}

.div-block-157 {
  border: 1px dashed #7f0672;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 25px 25px 15px;
}

.div-block-154-copy {
  width: 35%;
  height: 1px;
  float: left;
  background-color: #091426;
  margin-right: 10%;
}

.text-block-139 {
  text-align: center;
  background-color: rgba(201, 215, 240, .19);
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  padding: 31px;
}

.choose-type {
  z-index: 1000;
  background-image: linear-gradient(rgba(9, 20, 38, .85), rgba(9, 20, 38, .85));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 57px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-158 {
  min-width: 500px;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.link-8 {
  color: #fff;
  background-color: #091426;
  border-radius: 5px;
  margin-top: 35px;
  padding: 21px 50px;
}

.link-9 {
  color: #7f0672;
  border: 1px solid #7f0672;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  display: block;
}

.link-9.part {
  color: #fff;
  background-color: #2b0c3e;
  border-color: #2b0c3e;
  border-radius: 5px;
}

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

.link-10 {
  color: #667999;
  border: 1px solid #667999;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 50px;
}

.text {
  color: rgba(9, 20, 38, .64);
  line-height: 120%;
}

.link-block-7 {
  height: 450px;
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 5px;
  padding: 25px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-7:hover {
  border-color: #156ebe;
}

.text-block-150 {
  color: rgba(23, 31, 54, .46);
  margin-bottom: 2px;
  font-weight: 500;
}

.text-block-149 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 140%;
}

.div-block-182 {
  margin-bottom: 15px;
}

.text-block-157 {
  color: #fff;
  background-color: #7f0672;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.text-block-151 {
  margin-bottom: 3px;
  font-size: 17px;
}

.text-block-151.parcelado {
  color: #ffb100;
}

.text-block-151.totalidade {
  color: #05b32e;
}

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

.div-block-181 {
  height: 200px;
  background-image: url('../images/62711d8b0bc51ca522740b6d_Telemóvel-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-left: 15px;
}

.div-block-181._0 {
  background-image: url('../images/274122-P5L3X8-276.jpg');
}

.search-button-3 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.search-button-3._89 {
  height: 40px;
  font-family: Dexa contas font, sans-serif;
  top: 7px;
}

.filters-flex {
  margin-right: -15px;
  display: flex;
}

.select-field-2 {
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 15px;
}

.wrapper-1 {
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-12 {
  width: 70%;
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

.search-input-3 {
  height: 50px;
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-3:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-3::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-3::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

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

.div-block-295._3 {
  flex: 1;
  margin-bottom: 0;
  margin-left: 150px;
}

.form-block-3 {
  margin-bottom: 0;
}

.search-no-filtro {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

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

.link-11 {
  color: #667999;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-left: 15px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 50px;
}

.link-11.green {
  color: #0bb261;
  border-color: #0bb261;
}

.link-11.red {
  color: #dd4040;
  border-color: #dd4040;
}

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

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

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

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

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

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

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

  .button.with-left-icon.main {
    align-items: center;
    padding-top: 0;
  }

  .right-icon-wrapper.left-border.line-color {
    border-left-color: rgba(201, 215, 240, .24);
  }

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

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

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

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

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

  .icon.hamberg-menu {
    width: 50px;
    height: 50px;
    color: #fff;
    padding-top: 15px;
    padding-left: 13px;
  }

  .icon.back {
    width: 50px;
    height: 50px;
    color: #fff;
    padding-top: 13px;
    padding-left: 13px;
    font-size: 24px;
  }

  .icon.modal-button {
    height: 50px;
    min-width: 50px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .button-link {
    right: 50px;
  }

  .button-link.full {
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .left-icon-wrapper.mobile-up {
    top: -17px;
  }

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

  .form-text-field {
    height: 50px;
    border-color: rgba(201, 215, 240, .7);
  }

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

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

  .flyout-menu-wrapper.profile-flyout {
    position: absolute;
    top: 84px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .action-button.prev-nxt {
    border-color: #9ca8bd;
  }

  .form-filter-wrapper._24 {
    max-width: none;
  }

  .form-search-field {
    border-color: rgba(201, 215, 240, .24);
  }

  .table-row {
    border-top-color: #9ca8bd;
  }

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

  .table-row.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

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

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

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

  .table-cell._15.contactos {
    display: none;
  }

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

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

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

  .table {
    border-color: #9ca8bd;
  }

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

  .table-pagination-wrapper {
    border-top-color: #9ca8bd;
  }

  .select-page-button {
    border-color: #9ca8bd;
  }

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

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

  .item-table-cell._15.contactos {
    display: none;
  }

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

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

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

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

  .cell-label._15.contactos {
    display: none;
  }

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

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

  .kpi {
    border-color: #9ca8bd;
  }

  .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 #c9d7f0;
    margin-top: -8px;
    padding-top: 40px;
  }

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

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

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

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

  .summery {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .top-nav {
    display: none;
  }

  .content._90 {
    padding-top: 40px;
  }

  .sidebar-menu-wrapper {
    z-index: 150;
    width: 250px;
    height: 100vh;
    background-color: #091426;
    margin-top: 0;
    padding-top: 104px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .sidenav {
    display: none;
  }

  .icon-wrapper-2.close-x {
    font-size: 2.1em;
  }

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

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

  .contain {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .v-i {
    width: 38%;
  }

  .text-block-97 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }

  .inc {
    width: 33%;
  }

  .div-block-4-copy {
    background-color: #0f142d;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-sium-copy {
    color: #fff;
  }

  .inc-copy {
    width: 50%;
  }

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

  .text-block-102-copy {
    font-weight: 700;
  }

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

  .nome-do-suma {
    width: 45%;
  }

  .tx, .nova-div {
    width: 12%;
  }

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

  .info-despesa-wrapper {
    color: #000;
    background-color: #dedede;
    line-height: 20px;
  }

  .text-sium {
    color: #000;
  }

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

  .d-preco {
    width: 16%;
  }

  .div-block-92 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ttx {
    width: 12%;
  }

  .inc-200 {
    width: 33%;
  }

  .text-block-102 {
    font-size: 10px;
    font-weight: 700;
  }

  .text-block-100-copy {
    font-size: 13px;
  }

  .div-block-90 {
    text-align: right;
  }

  .text-block-99 {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-106 {
    font-size: 11px;
  }

  .text-block-98 {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 13px;
  }

  .valor-imp {
    width: 33%;
  }

  .text-block-101 {
    margin-bottom: 4px;
    font-size: 15px;
  }

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

  .div-block-93 {
    width: 100%;
    border-bottom: 1px dashed #c9d7f0;
    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;
  }

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

  .field-lable {
    margin-bottom: .5em;
  }

  .auth-bg {
    justify-content: center;
    padding-left: 0;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .form-content {
    width: 80%;
    border-radius: 5px;
  }

  .back-button {
    width: 4.5em;
    height: 4.5em;
    top: 1.2em;
    left: 1.5em;
  }

  .navigation.white {
    padding-left: 6.9em;
  }

  .container-2.pagamentos {
    max-width: 60em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-2.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .content-2 {
    padding-bottom: 3em;
  }

  .content-2.pages._3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .edit-profile-button {
    height: 3.4em;
    font-size: 1.3em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  ._40 {
    width: 100%;
  }

  .client-details-wrapper {
    margin-top: 24px;
  }

  .plus-minus-wrap {
    justify-content: flex-end;
  }

  .text-field-inner-wrapper {
    width: 100%;
    border: 1px solid #c9d7f0;
    border-radius: 4px;
  }

  .mobile-nav {
    z-index: 500;
    display: block;
    position: relative;
  }

  .shadow {
    height: 80px;
  }

  .nav-wrapper {
    z-index: 80;
    height: 80px;
    background-color: #40373c;
    justify-content: flex-end;
    padding-left: 40px;
    padding-right: 33px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .not-valid {
    display: none;
  }

  .body {
    font-size: 11px;
  }

  .item-cells-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }

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

  .add-item-mobile.prev-nxt {
    border-color: #9ca8bd;
  }

  .menu-logo-cover {
    z-index: 151;
    width: 250px;
    height: 80px;
    background-color: #091426;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-logo {
    z-index: 152;
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 40px;
    right: auto;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    justify-items: end;
    display: grid;
  }

  .profile-menu-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-trigger {
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .criar-page-mobile-menu {
    z-index: 105;
    height: 80px;
    background-color: #40373c;
    justify-content: flex-start;
    align-items: center;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .back-button-wrapper {
    width: 50px;
    height: 100%;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 24px;
    right: auto;
  }

  .criar-page-title {
    color: #fff;
    letter-spacing: -.6px;
    font-size: 24px;
    font-weight: 500;
  }

  .ki {
    height: 42px;
    border-right-style: none;
    margin-bottom: 8px;
  }

  .select-field-copy {
    border-style: solid;
    border-color: #c9d7f0;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .item-posto {
    border-bottom: 1px dashed #c9d7f0;
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-102 {
    width: 90%;
    padding-top: 5px;
  }

  .div-block-103 {
    width: 10%;
  }

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

  .div-block-104 {
    justify-content: flex-end;
  }

  .div-block-105 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 24px;
  }

  .create-div {
    display: block;
  }

  .div-block-106 {
    width: 200px;
    float: none;
    justify-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div-block-107 {
    justify-content: space-between;
    margin-bottom: 25px;
    display: flex;
  }

  .div-block-107._2 {
    margin-top: 40px;
  }

  .heading-3 {
    align-items: center;
    font-size: 37px;
    line-height: 100%;
    display: flex;
  }

  .heading-3.nome-d {
    width: 200px;
  }

  .modal {
    padding: 24px;
  }

  .modal-icon {
    top: 24px;
    left: 24px;
  }

  .close-modal {
    top: 24px;
    right: 24px;
  }

  .modal-cta-wrapper {
    margin-top: 24px;
  }

  .link-2 {
    display: none;
  }

  .dropdown-2 {
    z-index: 10;
  }

  .rt {
    width: 100%;
    max-width: 100%;
  }

  .status-line {
    top: -25px;
  }

  .contentor {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    height: 80px;
    color: #fff;
    margin-left: 0;
    padding-left: 55px;
  }

  .nav-link._2 {
    margin-top: 100px;
  }

  .nav-menu {
    width: 70%;
    height: 100vh;
    background-color: #3b1b4c;
    padding-top: 82px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .sombra {
    height: 90px;
  }

  .menu-button {
    height: 90px;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

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

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

  .slider {
    height: 400px;
  }

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

  .bock {
    margin-bottom: 35px;
  }

  .heading-4 {
    font-size: 39px;
  }

  .max {
    margin-bottom: 35px;
  }

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

  .wrapper-1 {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .flex.btn-design-stm.center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button.with-right-icon.main {
    justify-content: center;
  }

  .button.with-left-icon.main.centered {
    flex: 1;
    justify-content: center;
  }

  .right-icon-wrapper.inside-item {
    height: 50px;
    top: 26px;
  }

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

  .main-font-icon.mobile {
    display: inline-block;
  }

  .button-text.quick-action-text._0 {
    margin-left: 0;
  }

  .button-text.previous-next-text, .icon {
    display: none;
  }

  .icon.quick-action {
    height: 48px;
    display: block;
  }

  .icon.quick-action.cnclr {
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 17px;
    display: flex;
  }

  .icon.paginate-next, .icon.paginate-previous {
    min-width: 38px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.plus-minus {
    width: 40px;
    height: 40px;
  }

  .icon.icon-link {
    display: block;
  }

  .icon.back {
    color: #fff;
  }

  .icon.modal-button {
    height: 48px;
  }

  .icon.modal-button.cnclr {
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 17px;
    display: flex;
  }

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

  .form-field-wrapper.filters, .form-field-wrapper.wrap-search, .form-field-wrapper.estado {
    flex: none;
  }

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

  .flyout-menu-wrapper {
    z-index: 150;
    max-height: 70vh;
    min-height: auto;
    border-radius: 24px 24px 0 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.form-field-flyout {
    z-index: 150;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.general-flyout {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 20px 100vh rgba(0, 0, 0, .25);
  }

  .flyout-menu-wrapper.button-flyout-menu {
    width: auto;
    min-height: auto;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.category-flyout {
    z-index: 150;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-wrapper.date-flyout {
    z-index: 150;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .flyout-menu-wrapper.profile-flyout {
    width: auto;
    min-height: auto;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flyout-menu-content.scroll {
    height: auto;
    max-height: 70vh;
    min-height: 250px;
    padding: 16px 32px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 24px;
  }

  .menu-item.with-radio-button {
    height: 40px;
  }

  .menu-item.add-inside-button {
    justify-content: center;
    padding-left: 0;
  }

  .menu-item._11 {
    padding-left: 8px;
  }

  .menu-item.logout-button {
    justify-content: flex-start;
    padding-left: 0;
  }

  .menu-icon-wrapper {
    position: static;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura {
    margin-left: -32px;
    margin-right: -32px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura-copy {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._3-buttons-wrapper._16.save {
    display: block;
  }

  ._3-buttons-wrapper.full {
    width: 100%;
    justify-content: flex-start;
  }

  .action-button.plus-minus {
    border-color: #9ca8bd;
  }

  .action-button.centered {
    flex: 1;
    justify-content: center;
    margin-top: 16px;
  }

  .action-button.centered.txt-btn {
    border-style: none;
  }

  .action-button.modal-button {
    padding-top: 14px;
    font-size: 15px;
  }

  .inside-form-field-lable.form-field-currency {
    height: 40px;
    top: 0;
  }

  .form-filter-wrapper._24 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table-row {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .table-row._160 {
    width: 50%;
    height: auto;
    max-width: 50%;
    min-width: 50%;
  }

  .table-row.invoice-item {
    height: auto;
    border-top-style: none;
    flex-direction: column;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-row-content.in-items {
    padding-right: 8px;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._10, .table-cell._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

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

  .table-cell._20.client-cell {
    height: auto;
    flex-direction: column;
  }

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

  .table-cell._25.client-cell {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .table-cell-text {
    overflow: visible;
  }

  .table-image-wrapper {
    width: 60px;
    height: auto;
    border-radius: 0%;
  }

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

  .close-flyout {
    background-color: rgba(0, 0, 0, .4);
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-pagination-wrapper {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pagination-description {
    margin-bottom: 12px;
  }

  .items-table {
    background-color: #fff;
    border-style: none;
    border-radius: 24px 24px 0 0;
  }

  .item-action {
    justify-content: center;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

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

  .item-table-cell {
    margin-bottom: 32px;
  }

  .item-table-cell._10, .item-table-cell._15 {
    width: 100%;
  }

  .item-table-cell._15.qtd {
    width: auto;
    border-style: none;
    align-items: center;
    margin-bottom: 0;
  }

  .item-table-cell._15.prc-unit {
    width: 100%;
    max-width: 250px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-right: 32px;
  }

  .item-table-cell._15.total-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .item-table-cell._20.client-cell {
    height: auto;
    flex-direction: column;
  }

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

  .item-table-cell._25.client-cell {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .item-table-cell._30 {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
  }

  .item-text-field {
    height: 50px;
  }

  .item-text-field.category-item {
    border-style: solid;
    border-color: #9ca8bd;
    border-radius: 4px;
  }

  .item-text-field.with-currency {
    height: 40px;
    border-style: none;
    border-color: #9ca8bd;
    border-radius: 4px;
  }

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

  .item-text-field.qtd {
    height: 44px;
    max-width: 50px;
    min-width: 50px;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._10, .cell-label._15, .cell-label._20 {
    width: 100%;
  }

  .cell-label._20.client-cell {
    height: auto;
    flex-direction: column;
  }

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

  .cell-label._25.client-cell {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    min-width: 38px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .table-utility-row {
    height: auto;
  }

  .kpi-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: -44px;
    margin-right: -44px;
    padding: 0 44px;
    display: flex;
    overflow: hidden;
  }

  .kpi {
    width: 60%;
    min-width: 270px;
    flex: none;
  }

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

  .invoice-details {
    margin-top: 0;
  }

  .add-tufff-button-wrapper.mobile-hidden {
    display: none;
  }

  .invoice--client-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .calendar-picker {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .submit-button-section {
    flex-direction: column;
  }

  .table-3-dot-wrapper {
    height: 60px;
  }

  .inc {
    width: 33%;
  }

  .text-sium-copy {
    font-size: 10px;
  }

  .inc-copy {
    width: 55%;
  }

  .ref-text-copy {
    font-size: 8px;
  }

  .text-sium {
    font-size: 11px;
  }

  .inc-200 {
    width: 33%;
  }

  .text-block-100-copy {
    font-size: 12px;
  }

  .ref-text {
    font-size: 8px;
  }

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

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .auth-image-overlay, .auth-image-bg {
    display: none;
  }

  .auth-bg {
    width: auto;
    background-color: #fff;
    padding: 50px;
    display: flex;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    padding-left: 0;
  }

  .form-content {
    box-shadow: none;
  }

  .back-button {
    width: 3.8em;
    height: 3.8em;
    top: 1.5em;
  }

  .container-2.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .edit-profile-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pay-price-text {
    width: 5em;
  }

  .pay-price-text.price {
    font-size: 2.5em;
  }

  .link-block-3 {
    height: 8em;
    justify-content: space-between;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .client-details-wrapper {
    margin-top: 0;
  }

  .plus-minus-wrap {
    height: 50px;
  }

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

  .shadow {
    height: 60px;
  }

  .nav-wrapper {
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .not-valid {
    z-index: 1000;
    background-image: linear-gradient(rgba(9, 20, 38, .94), rgba(9, 20, 38, .94));
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .item-cells-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .items-table-btn-wrapper {
    margin-top: 2px;
  }

  .add-item-mobile.plus-minus {
    border-color: #9ca8bd;
  }

  .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: #fff;
    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 {
    background-color: #fff;
    border-color: #fff;
    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;
  }

  .material-icons {
    padding-top: 11px;
  }

  .status-line {
    top: -26px;
  }

  .navbar, .brand, .sombra {
    height: 80px;
  }

  .menu-button {
    height: 80px;
    padding-top: 23px;
  }

  .icon_txt {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .mother-div.dash {
    padding-top: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.main {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button.main.dropdown {
    width: 125px;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .main-font-icon._86 {
    top: -3px;
  }

  .button-text.previous-next-text {
    display: none;
  }

  .icon {
    display: block;
  }

  .icon.form-field-dropdown._500._60000 {
    display: none;
  }

  .icon.quick-action {
    width: 100%;
    height: auto;
    min-width: auto;
    text-align: center;
    padding: 10px 7px 5px;
    display: flex;
  }

  .icon.quick-action.u {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon.quick-action._7 {
    height: 50px;
  }

  .icon.paginate-next, .icon.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.button-dropdown {
    display: block;
  }

  .icon.modal-button {
    height: 35px;
    min-width: auto;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .form-field-wrapper.filters {
    margin-bottom: 8px;
  }

  .form-field-wrapper.wrap-search._10 {
    width: 100%;
    max-width: 100%;
    flex: none;
    margin-bottom: 5px;
  }

  .form-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .form-text-field.whitex {
    margin-bottom: 5px;
  }

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

  .flyout-menu-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-wrapper.produto-flyout {
    width: auto;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flyout-menu-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .flyout-menu-content.scroll {
    padding: 8px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 12px;
  }

  .menu-item.add-inside-button {
    padding-right: 5px;
  }

  .menu-item.logout-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura {
    margin-left: -8px;
    margin-right: -8px;
  }

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

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

  ._3-buttons-wrapper._0 {
    display: block;
  }

  .action-button {
    margin-bottom: 10px;
  }

  .action-button.delete-item {
    display: none;
  }

  .action-button.centered.txt-btn:hover {
    color: #667999;
    background-color: rgba(0, 0, 0, 0);
  }

  .table-row {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .table-row.invoice-item {
    border-radius: 0;
  }

  .table-row.produtos {
    height: auto;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

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

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-row-content.in-items {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._10.i {
    display: none;
  }

  .table-cell._10._800 {
    height: auto;
  }

  .table-cell._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell._20.client-cell.o {
    align-items: flex-start;
    margin-bottom: 8px;
    padding-left: 0;
  }

  .table-cell._20.i {
    display: none;
  }

  .table-cell._25, .table-cell._25.client-cell {
    padding-left: 0;
  }

  .table-cell._25.client-cell.i, .table-cell._25.i {
    display: none;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

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

  .table-image-wrapper.no-mobile {
    display: none;
  }

  .table {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-direction: column;
  }

  .filter-date-status-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-date-status-wrapper.centered._5 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .filter-date-status-wrapper.centered._0 {
    grid-template-columns: 1fr;
  }

  .items-table {
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .item-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .item-text-field.qtd {
    min-width: 40px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .table-utility-row {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .kpi-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .kpi {
    height: 130px;
    max-width: 270px;
    min-width: 252px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .kpi-valor.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .kpi-dropdown-wrap {
    margin-right: -4px;
  }

  .invoice-details-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .invoice-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-top-style: none;
    flex-direction: column;
    padding-top: 23px;
    display: flex;
  }

  .client-details {
    padding: 16px 16px 11px;
  }

  .text-button {
    bottom: 16px;
    right: 16px;
  }

  .invoice-items {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .item-button-wrapper.item {
    z-index: 100;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 16px;
    left: 0%;
    right: 0%;
  }

  .summery-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .summery {
    padding: 16px;
  }

  .calendar-picker {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button-section {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .table-header {
    font-size: 19px;
  }

  .table-3-dot-wrapper {
    display: none;
  }

  .footer {
    flex-direction: column;
  }

  .table-tab-link {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .user-info-wrapper.produto-wrap {
    max-width: 100%;
    padding-bottom: 0;
  }

  .short-page-content.contas {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .page-header-tab-link {
    font-size: 19px;
  }

  .produto-flex {
    flex-direction: column;
  }

  .categoria-link {
    width: 100%;
    background-color: #fff;
    border-color: rgba(201, 215, 240, .24);
  }

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

  .content {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .notify-content {
    border-radius: 1.2em 1.2em 0 0;
  }

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

  .uploaded-photo-div {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

  .div-block-6 {
    padding: 30px 25px;
  }

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

  .div-block-10 {
    padding: 35px 30px;
  }

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

  .div-block-11 {
    padding: 20px;
  }

  .logo-brand {
    width: 150px;
  }

  .div-block-93 {
    border-bottom-style: none;
    padding-bottom: 32px;
  }

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

  .link-block-2 {
    background-color: #fff;
    border-color: rgba(201, 215, 240, .24);
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .field-lable {
    font-size: 16px;
  }

  .auth-bg {
    height: auto;
    min-height: 1000px;
    align-items: flex-start;
    padding-top: 109px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-form {
    min-width: 0;
  }

  .submit-button, .submit-button._500 {
    font-size: 15px;
  }

  .restore-password-cta-text {
    font-size: 14px;
  }

  .form-content {
    width: 100%;
    border-radius: 5px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .back-button {
    left: 1em;
  }

  .logo-3 {
    height: 2.1em;
  }

  .logo-link-2 {
    margin-right: 1em;
  }

  .navigation {
    padding-left: 1em;
  }

  .navigation.white {
    padding-left: 6em;
  }

  .pacote-button-wrapper {
    width: 100%;
  }

  .por-x-mes {
    display: none;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-2.pagamentos {
    max-width: none;
  }

  .container-2.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-6 {
    grid-column-gap: 0em;
  }

  .content-2 {
    padding-top: 7em;
  }

  .content-2.pages {
    min-height: 86vh;
    padding-bottom: 5.5em;
  }

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

  .edit-profile-button {
    width: 100%;
  }

  .pay-price-text {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text.price {
    font-size: 2.3em;
  }

  .link-block-3 {
    height: auto;
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 3em 1em 1em;
    display: grid;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .instruction {
    font-size: 1.2em;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .pagamento-field-lable {
    color: #040f20;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-98 {
    padding: 35px;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 100%;
  }

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

  .div-block-99 {
    height: 200px;
  }

  .not-valid {
    display: none;
  }

  .add-item-mobile.main-text-button {
    width: 100%;
    color: #fff;
    background-color: #3461ff;
    border-radius: 4px;
  }

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

  .add-item-mobile.main-text-button.desconto {
    color: #667999;
    background-color: #c9d7f0;
    margin-top: 15px;
  }

  .add-item-mobile.centered.txt-btn:hover {
    color: #667999;
    background-color: rgba(0, 0, 0, 0);
  }

  .criar-page-title {
    max-width: 200px;
    overflow: hidden;
  }

  .select-field._100 {
    margin-bottom: 25px;
  }

  .item-posto {
    display: flex;
  }

  .div-block-102 {
    width: 80%;
  }

  .div-block-103 {
    width: 20%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-105 {
    padding-right: 0;
    right: 13px;
  }

  .div-block-107._2 {
    margin-top: 20px;
  }

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

  .heading-3 {
    align-items: center;
    font-size: 28px;
    line-height: 100%;
    display: flex;
  }

  .modals-wrapper {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-header {
    font-size: 16px;
  }

  .modal-trigger-wrapper {
    min-width: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .center-text-2 {
    margin-top: 2px;
  }

  .confirmed-line-2 {
    height: 100%;
  }

  .status-content-wrapper {
    height: 30px;
    flex-direction: row;
  }

  .linesman-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-line {
    width: 3px;
    height: 50px;
    flex: 0 auto;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .in-progress-line-2 {
    height: 100%;
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
  }

  .navbar {
    height: 80px;
  }

  .brand {
    width: 150px;
    height: 80px;
  }

  .nav-link {
    color: #fff;
    padding-left: 40px;
    font-size: 15px;
  }

  .nav-menu {
    width: 80%;
  }

  .sombra {
    height: 70px;
  }

  .menu-button {
    height: 80px;
    padding-top: 25px;
    font-size: 28px;
  }

  .slider {
    height: 350px;
  }

  .div-block-128 {
    padding-right: 10px;
  }

  .text-block-123 {
    font-size: 20px;
  }

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

  .bock {
    margin-bottom: 25px;
  }

  .div-block-129 {
    width: auto;
    bottom: 35px;
    left: 15px;
    right: 15px;
  }

  .heading-4 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .text-block-125 {
    font-size: 17px;
  }

  .div-block-130 {
    flex: none;
  }

  .max {
    margin-bottom: 25px;
  }

  .icon_txt {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .icon_txt.bold {
    font-weight: 600;
  }

  .choose-type {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-158 {
    min-width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .wrapper-1 {
    padding: 15px;
  }
}

#w-node-ed304165-4fa3-0bb7-59c5-bf40afbe7b21-487caa18, #w-node-f0a58a09-6a5b-69dd-b14e-feda93e05c58-487caa18, #w-node-cf2de119-531f-b9c5-6c52-6dcd55842505-487caa18, #w-node-_6926af45-38cc-56a4-a9da-a4126f900c18-487caa18, #w-node-_88ce9ecc-4e86-30f6-d027-fa8cbbbe12e3-9e99c113, #w-node-_586aca9b-902f-97e1-6003-4af64cc2fb6c-9e99c113, #w-node-_01c47635-d785-e99d-5541-3f819b02bd51-9e99c113, #w-node-_9cffe1ed-5a7a-3064-ff8c-6680ac023ab4-9e99c113, #w-node-c97eb8d7-f905-88d1-caec-eae982983fe6-e3e7bde7, #w-node-c97eb8d7-f905-88d1-caec-eae982984018-e3e7bde7, #w-node-c97eb8d7-f905-88d1-caec-eae98298404a-e3e7bde7, #w-node-f9699ad3-aac0-44af-1fea-1cbf2981fa6e-bbb04fae, #w-node-d739c8df-59a7-fce0-3fc0-7acf30513464-bbb04fae, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-973ec50e, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-973ec50e, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-973ec50e, #w-node-e50bbf41-14b5-9420-0698-0d7d7e992ec7-0a9f22af, #w-node-e50bbf41-14b5-9420-0698-0d7d7e992ed1-0a9f22af, #w-node-b914fac6-b85c-6697-1557-815406b2eea9-09773ca8, #w-node-b914fac6-b85c-6697-1557-815406b2ef4a-09773ca8, #w-node-_385f7bf1-8c58-bdcb-639d-1200279db330-dcd869f4, #w-node-_49c6bc95-6519-98a2-db36-41056aa39dc2-dcd869f4, #w-node-_385f7bf1-8c58-bdcb-639d-1200279db330-76aa1382, #w-node-_49c6bc95-6519-98a2-db36-41056aa39dc2-76aa1382, #w-node-_385f7bf1-8c58-bdcb-639d-1200279db330-2b4485bd, #w-node-_49c6bc95-6519-98a2-db36-41056aa39dc2-2b4485bd, #w-node-_385f7bf1-8c58-bdcb-639d-1200279db330-8e98d26e, #w-node-_49c6bc95-6519-98a2-db36-41056aa39dc2-8e98d26e, #w-node-_385f7bf1-8c58-bdcb-639d-1200279db330-32e7d2f2, #w-node-_49c6bc95-6519-98a2-db36-41056aa39dc2-32e7d2f2, #w-node-_385f7bf1-8c58-bdcb-639d-1200279db330-876766e5, #w-node-_49c6bc95-6519-98a2-db36-41056aa39dc2-876766e5, #w-node-_4b51fe67-cdc7-175e-ecca-95fc5eb7b4a4-2e168e0b, #w-node-_4b51fe67-cdc7-175e-ecca-95fc5eb7b4b5-2e168e0b, #w-node-dfc76481-332b-7d2a-93b8-54762a63c23e-2e168e0b, #w-node-a08a1905-438a-3404-b161-c03cc60806ce-2e168e0b, #w-node-_1cadb22b-511a-80b5-a1a2-b012b553a0d5-2e168e0b, #w-node-_065a578f-1c99-e0ba-cf47-5c3e1e599118-2e168e0b, #w-node-_80d1d645-f93d-d8d2-c4f9-1731f8f1be48-7e7d919c, #w-node-_80d1d645-f93d-d8d2-c4f9-1731f8f1be58-7e7d919c, #w-node-_745bcd8d-9e73-fb6f-6c0b-21f0a6ee435a-56a37c94, #w-node-_745bcd8d-9e73-fb6f-6c0b-21f0a6ee441c-56a37c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034cc-a80034c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034ee-a80034c7 {
    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;
}