:root {
  --text: #091426;
  --select: #ea6e51;
  --state-grey: #667999;
  --dark-blue: #0f496e;
  --white: #fff;
  --crimson: #dd4040;
  --borda: #c9d7f0;
  --medium-sea-green: #0bb261;
  --gold: #f7b84b;
  --alice-blue: aliceblue;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.submit-button {
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.login {
  z-index: 1;
  background-color: #081931;
  border-radius: 8px;
  width: 400px;
  margin-left: 15vw;
  padding: 40px 60px;
  position: relative;
}

.text-1 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 17px;
}

.text-1._1 {
  color: #fff;
  margin-bottom: 1.3em;
  font-size: 24px;
  line-height: 120%;
}

.text-1._2 {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.text-1._2._3 {
  color: var(--select);
  margin-left: 5px;
  line-height: 120%;
  text-decoration: none;
}

.text-1._2._3:hover {
  text-decoration: underline;
}

.text-1._3 {
  color: var(--state-grey);
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-2 {
  margin-bottom: 20px;
  position: relative;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

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

.text-field {
  z-index: 1;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding: 1em;
  font-size: 17px;
  line-height: 100%;
  position: relative;
}

.login-background {
  background-image: linear-gradient(#00000040, #00000040), url('../images/');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.logo {
  width: 59%;
  margin-bottom: 20px;
}

.overlaw {
  background-image: linear-gradient(#00000052, #00000052);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.not-valid {
  display: none;
}

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

.list-item-lable.center {
  text-align: center;
}

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

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

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

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

.navbar {
  z-index: 100;
  background-color: #ddd0;
}

.fiinika-nav-main {
  z-index: 100;
  background-color: var(--dark-blue);
  border-bottom: 1px solid #c9d7f0;
  height: 80px;
  padding-left: 44px;
  padding-right: 44px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.div-block-410 {
  margin-bottom: 45px;
}

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

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

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

.grid-40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

.icon.kpi-stats-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

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

.icon.plus {
  color: var(--state-grey);
  width: 20px;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.icon.power {
  color: var(--crimson);
  width: 20px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon.admin {
  color: var(--state-grey);
  width: 32px;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.icon.tdl {
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

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

.link-inside-dropdown._1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.nav-menu {
  height: 80px;
  display: flex;
}

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

.brand {
  background-image: url('../images/66df2d89c3f2c088320a156a_Select_Services_Logo_Orange_white-p-500-p-130x130q80.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 80px;
}

.stats {
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

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

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

.kpi-2 {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--borda);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  padding: 20px 24px 24px;
  display: flex;
}

.kpi-2._1 {
  border-right-style: solid;
}

.kpi-2._1._2 {
  border-right-style: none;
}

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

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

.link-9 {
  color: #1d3caa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
}

.div-block-409 {
  flex-flow: column;
}

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

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

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

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

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

.grid-17.domain {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.dropdown-3 {
  margin-left: 30px;
}

.div-block-408 {
  background-color: #fff;
  border: 1px #c9d7f0b3;
  border-radius: 4px;
  width: 66%;
  padding: 20px 40px;
}

.div-block-408._1 {
  background-color: #fff;
  width: 33%;
  height: 260px;
  padding: 20px 40px;
}

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

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

.list-item {
  color: #091426;
  margin-bottom: 24px;
  font-size: 16px;
}

.list-item._2 {
  text-align: right;
  margin-bottom: 5px;
}

.list-item._1 {
  color: #0bb261;
  margin-bottom: 0;
}

.list-item._1.yell {
  color: #f7b84b;
}

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

.link-block-17 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.dash-main-content {
  padding-top: 40px;
  padding-bottom: 25px;
}

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

.div-block-411 {
  border-top: 1px dashed #c9d7f0;
  padding-top: 10px;
}

.div-block-412 {
  width: 100%;
}

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

.dropdown-list-3 {
  border-left: 1px solid #dd4040;
}

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

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

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

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

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

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

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

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

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

.body {
  background-color: #0f496e0d;
}

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

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

.table-utility-row._500 {
  justify-content: flex-start;
  align-items: center;
}

.table-utility-row._500._1 {
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-checkbox._1 {
  display: none;
}

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

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

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

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

.table-cell-text.expirado {
  color: var(--crimson);
}

.table-cell-text.ext {
  font-size: 18px;
  font-weight: 400;
}

.table-cell-text.pendente {
  color: var(--gold);
}

.search-icon {
  color: #667999;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

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

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

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

.cell-label._10.image {
  width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-cell._10._800 {
  width: 20%;
}

.table-cell._10.i {
  display: none;
}

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

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

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

.button.main._1 {
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.main {
  background-color: var(--dark-blue);
  color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

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

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

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

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

.form-field-wrapper.wrap-search._10 {
  width: 45%;
}

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

.img.is--contain.utiliza-dentro {
  object-fit: cover;
  border: 1px solid #c9d7f03d;
  border-radius: 200px;
  width: 200px;
  height: 200px;
}

.div-block-455 {
  width: 50%;
}

.div-block-406 {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 220px;
  padding: 20px 40px;
}

.div-block-406._1 {
  width: 33%;
  height: auto;
}

.title-main {
  padding-bottom: 5px;
}

.div-block-454 {
  border-bottom: 1px solid #c9d7f0;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

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

.seta-para-tras {
  color: #091426;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-129 {
  margin-top: 3px;
  font-size: 28px;
}

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

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

.bot-o-ou-menu {
  justify-content: flex-end;
  padding-left: 25px;
  display: block;
}

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

.text-block-219 {
  padding-right: 10px;
}

.navigation-wrapper {
  padding-top: 100px;
}

.navigation_box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.previous {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-14 {
  background-color: var(--dark-blue);
  color: #f6f8fb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.down {
  color: #091426;
}

.down.next {
  color: #f6f8fb;
  font-size: 26px;
  line-height: 1.1;
  transform: rotate(-90deg);
}

.down.home {
  color: #1d3caa;
}

.down.prv {
  color: #1d3caa;
  font-size: 26px;
  line-height: 1.1;
  transform: rotate(90deg);
}

.navigation_next_previous {
  display: flex;
}

.text-block-218 {
  color: #091426;
  margin-left: 10px;
}

.input-3 {
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  padding-left: 20px;
}

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

.link-block-15 {
  text-decoration: none;
  display: inline-flex;
}

.text-block-220 {
  padding-left: 10px;
  padding-right: 8px;
}

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

.input-4 {
  color: var(--text);
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 8px 12px;
  transition: border-color .2s;
}

.select-field {
  color: var(--text);
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

.svg {
  width: 24px;
  height: 24px;
}

.svg-2 {
  width: 22px;
  height: 24px;
}

.svg-3 {
  width: 24px;
  height: 24px;
}

.svg-4 {
  color: var(--dark-blue);
  width: 24px;
  height: 24px;
}

.svg-5 {
  width: 19px;
  height: 22px;
}

.svg-6 {
  color: var(--dark-blue);
  width: 20px;
  height: 20px;
}

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

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

.uploaded-image-resolution {
  color: #667999;
  font-size: 14px;
}

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

.textarea {
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  min-height: 150px;
}

.textarea:hover {
  border-color: #667999;
}

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

.create-div {
  display: block;
}

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

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

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

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

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

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

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

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

.form-text-field:focus {
  border-color: #1d3caa;
}

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

.form-text-field.date {
  width: 100%;
  padding: 8px 12px;
}

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

.div-block-100 {
  border-left: 1px solid #c9d7f03d;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.form-field-lable._1 {
  color: var(--white);
}

.select-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

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

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

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

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

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

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

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

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

.action-button.cncel {
  text-decoration: none;
}

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

.grid-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 25px;
}

.checkbox-4 {
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-4:focus {
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
}

.div-block-367 {
  padding-left: 20px;
}

.div-block-444 {
  margin-top: 20px;
}

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

.div-block-346 {
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 170px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-346:hover {
  border-color: #667999;
}

.div-block-317 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 25px;
  display: grid;
}

.div-block-347 {
  width: 50%;
  height: auto;
}

.div-block-311 {
  width: 600px;
  max-width: 100%;
  margin-top: 24px;
  margin-right: auto;
}

.div-block-308 {
  max-width: 600px;
}

.select-field-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

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

.div-block-312 {
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.div-block-312._80 {
  margin-top: 10px;
}

.div-block-312.check {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.input {
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.input:hover {
  border-color: #667999;
}

.input:focus {
  border-color: #1d3caa;
}

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

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

.div-block-137._1 {
  padding-top: 50px;
}

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

.div-block-348 {
  margin-bottom: 24px;
}

.input-5 {
  height: 50px;
}

.div-block-106 {
  padding-left: 20px;
}

.svg-7 {
  width: 24px;
  height: 24px;
}

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

.div-block-6._3 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.div-block-6._2 {
  border-right-style: solid;
  border-right-color: #c9d7f0b3;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-block-225 {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 35px;
  font-size: 16px;
}

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

.text-block-149 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

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

.div-block-439 {
  background-color: #fff;
  border-top: 1px solid #c9d7f0b3;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 40px;
}

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

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

.img-wrapper.utilizador-1 {
  background-color: #fff;
  border: 1px #c9d7f03d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-402 {
  margin-top: 10px;
}

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

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

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

.icon-3.quick-action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-bottom: 5px;
  padding-right: 16px;
  display: flex;
}

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

.svg-8 {
  width: 22px;
  height: 22px;
}

.dropdown-4 {
  z-index: 1;
  padding-left: 15px;
}

.dropdown-toggle-3 {
  border: 1px solid var(--borda);
  background-color: var(--white);
  color: var(--state-grey);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

.dropdown-toggle-3:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.dropdown-list-4 {
  background-color: #ddd;
  width: 130px;
  min-width: 130px;
}

.dropdown-list-4.w--open {
  border-right: 1px solid var(--borda);
  border-bottom: 1px solid var(--borda);
  border-left: 1px solid var(--borda);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 5px #00000014;
}

.link-10 {
  color: var(--select);
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.div-block-458, .div-block-459 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper_add_mail {
  z-index: 2147483647;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrapper_add {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-460 {
  border: 2px solid var(--borda);
  color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.div-block-460:hover {
  background-color: var(--text);
  border-style: none;
}

.div-block-461 {
  background-color: var(--state-grey);
  border-radius: 10px;
  min-width: 500px;
  padding: 50px 25px;
}

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

.botao-2, .botao-3, .botao-4 {
  background-color: var(--dark-blue);
  border-radius: 5px;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
}

.add-acount {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-decoration: none;
  display: flex;
}

.botao-5 {
  background-color: var(--dark-blue);
  border-radius: 5px;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
}

.div-block-463 {
  justify-content: flex-start;
  align-items: center;
  width: 43px;
  height: 43px;
  display: flex;
}

.link-block-18 {
  color: var(--state-grey);
}

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

.div-block-464 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

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

.card-config {
  background-color: var(--white);
  color: var(--text);
  border-radius: 5px;
  flex-flow: column;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.card-config:hover {
  border: 1px solid var(--state-grey);
}

.div-block-465 {
  margin-bottom: 24px;
}

.div-block-465._1 {
  margin-bottom: 30px;
}

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

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

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

.card-admin {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #091426;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 25px;
  text-decoration: none;
  display: flex;
}

.image-admin {
  background-image: url('../images/user-profile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.h3 {
  font-size: 22px;
  font-weight: 400;
}

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

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

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

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

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

.icon-4.video {
  width: 20px;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-475 {
  margin-bottom: 24px;
}

.delete {
  color: var(--state-grey);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.delete:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  border-radius: 5px;
}

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

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

.form-text-field-2:focus {
  border-color: #1d3caa;
}

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

.wrapper-text._1 {
  padding-top: 40px;
}

.arrow-kpi {
  width: 20px;
  height: 16px;
  display: block;
}

@media screen and (max-width: 991px) {
  .login {
    margin-left: 5vw;
  }

  .not-valid {
    display: none;
  }

  .fiinika-nav-main {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    width: 100%;
    height: 60px;
  }

  .grid-40 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .link-inside-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--dark-blue);
    border-left: 1px solid #c9d7f0;
    flex-flow: column;
    justify-content: center;
    width: 70%;
    height: 100%;
    min-height: 100vh;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    top: 0%;
    bottom: 0%;
    overflow: visible;
  }

  .kpi-dropdown-wrap {
    width: auto;
    padding-right: 0;
  }

  .brand {
    width: 140px;
    height: 70px;
  }

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

  .kpi-2 {
    border-color: #9ca8bd;
  }

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

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

  .dropdown-3 {
    margin-left: 20px;
    display: block;
  }

  .menu-button {
    color: var(--white);
    height: 70px;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .div-block-408 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-408._1 {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-17 {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
  }

  .link-block-17.w--current {
    padding-left: 0;
  }

  .dash-main-content {
    flex-flow: column;
  }

  .container._1 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .dropdown-list-3.w--open {
    z-index: 900000;
    box-shadow: none;
    width: 393px;
    padding-left: 10px;
    right: auto;
  }

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

  .table-utility-row._500 {
    height: auto;
  }

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

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

  .form-search-field {
    border-color: #c9d7f03d;
  }

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

  .table-row, .table-row.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

  .table-checkbox {
    border-color: #9ca8bd;
  }

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

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

  .button-link {
    right: 50px;
  }

  .table {
    border-color: #9ca8bd;
  }

  .form-section.tighter.grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .button.main {
    justify-content: center;
    align-items: stretch;
  }

  .form-field-wrapper.nome {
    display: block;
  }

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

  .div-block-406 {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-406._1 {
    width: 100%;
  }

  .top-section-navigation {
    margin-top: 25px;
  }

  .create-div {
    display: block;
  }

  .form-text-field {
    border-color: #c9d7f0b3;
    height: 50px;
  }

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

  .grid-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-311 {
    width: 49%;
  }

  .div-block-308 {
    max-width: none;
  }

  .div-block-106 {
    float: none;
    justify-content: center;
    width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-106._1 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6._3 {
    border-radius: 0;
  }

  .div-block-6._2 {
    border-bottom-style: solid;
    border-bottom-color: #c9d7f03d;
    border-right-style: none;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .paragraph {
    margin-bottom: 25px;
    font-size: 16px;
  }

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

  .text-block-149 {
    font-size: 22px;
  }

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

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

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

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

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

  .form-text-field-2 {
    border-color: #c9d7f0b3;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .not-valid {
    z-index: 1000;
    background-image: linear-gradient(#091426f0, #091426f0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .menu-item-4.with-radio-button {
    height: 40px;
  }

  .flyout-menu-wrapper-3 {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .icon {
    display: none;
  }

  .icon.quick-action {
    height: 48px;
    display: block;
  }

  .flyout-menu-content-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kpi-2 {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

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

  .close-flyout {
    background-color: #0006;
  }

  .table-utility-row {
    height: auto;
  }

  .table-image-wrapper {
    border-radius: 0%;
    width: 60px;
    height: auto;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .table-row {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-cell-text {
    overflow: visible;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._25, .cell-label._20, .cell-label._15, .cell-label._10 {
    width: 100%;
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-cell-text-copy {
    overflow: visible;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._20, .table-cell._10, .table-cell._15, .table-cell._25 {
    width: 100%;
  }

  .menu-icon-wrapper {
    position: static;
  }

  .form-field-wrapper.wrap-search {
    flex: none;
  }

  .icon-3 {
    display: none;
  }

  .icon-3.quick-action {
    height: 48px;
    display: block;
  }

  .icon-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .login {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-1 {
    font-size: 16px;
  }

  .text-1._1 {
    font-size: 18px;
  }

  .text-1._2 {
    font-size: 14px;
  }

  .login-background {
    width: auto;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

  .not-valid {
    display: none;
  }

  .fiinika-nav-main {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    padding: 40px 16px 32px;
  }

  .flyout-menu-wrapper-3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-wrapper-3.table-actions-flyout {
    border-radius: 4px;
    display: none;
    top: 50%;
    right: 5%;
  }

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

  .icon {
    display: block;
  }

  .icon.quick-action {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 50px;
    padding: 10px 15px 5px 10px;
    display: flex;
  }

  .flyout-menu-content-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu {
    width: 90%;
    height: 100vh;
    padding-top: 120px;
  }

  .kpi-dropdown-wrap {
    z-index: 0;
    margin-right: -4px;
  }

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

  .kpi-2 {
    border-bottom-style: solid;
    border-right-style: none;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

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

  .kpi-valor-3.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .button-text.quick-action-text {
    margin-left: 10px;
  }

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

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

  .div-block-408 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-408._1 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dash-main-content {
    padding-bottom: 50px;
  }

  .container._1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .table-utility-row {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .table-utility-row._500 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .table-image-wrapper {
    border-radius: 100%;
  }

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

  .table-row {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .table-row.produtos {
    height: auto;
  }

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

  .table {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .table-cell-text-copy {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

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

  .form-section.tighter.grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._10._800 {
    width: 100%;
    height: auto;
    display: block;
  }

  .table-cell._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._25 {
    padding-left: 0;
  }

  .table-cell._25.i {
    display: none;
  }

  .form-field-wrapper.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .div-block-406 {
    margin-top: 0;
    padding: 16px;
  }

  .top-section-navigation {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .text-block-131 {
    font-size: 21px;
  }

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

  .botao {
    font-size: 14px;
  }

  .navigation-wrapper {
    padding-top: 20px;
  }

  .navigation-wrapper._1 {
    padding-top: 60px;
  }

  .navigation_box {
    display: none;
  }

  .navigation-bar {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
  }

  .down.prv {
    line-height: 1.1;
  }

  .navigation-home {
    display: none;
  }

  .div-block-456 {
    width: 100%;
  }

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

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

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .uploaded-photo-div {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

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

  .div-block-367 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-317 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-347, .div-block-311 {
    width: 100%;
  }

  .div-block-137 {
    padding-top: 0;
  }

  .div-block-106 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    padding: 30px 25px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .text-block-149 {
    font-size: 19px;
  }

  .div-block-439 {
    padding: 25px;
  }

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

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

  .icon-3 {
    display: block;
  }

  .icon-3.quick-action {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 50px;
    padding: 10px 15px 5px 10px;
    display: flex;
  }

  .div-block-458, .div-block-459 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-461 {
    min-width: 250px;
  }

  .botao-2, .botao-3, .botao-4, .botao-5 {
    font-size: 14px;
  }

  .icon-4 {
    display: block;
  }
}

#w-node-c63d678e-70d2-f600-2b8a-f3b3085f7bb0-4b5f717b, #w-node-c63d678e-70d2-f600-2b8a-f3b3085f7be9-4b5f717b, #w-node-c63d678e-70d2-f600-2b8a-f3b3085f7c22-4b5f717b, #w-node-_9ff1ed3d-8a30-dce1-ed6a-d75c7b5b19fe-4b5f717b, #w-node-_1a4f7e3d-0ea3-2cd2-a31e-3b557e85f36a-ecfa8ee0, #w-node-_1a4f7e3d-0ea3-2cd2-a31e-3b557e85f3a1-ecfa8ee0, #w-node-_1a4f7e3d-0ea3-2cd2-a31e-3b557e85f3d8-ecfa8ee0, #w-node-efd4b515-92fd-e8d2-3f6e-2891ed834dac-b9f9103d, #w-node-_451b12f4-d87d-c572-0a40-3f90115bdb0e-4b97a636, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2ae-8a80e93b, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2b0-8a80e93b, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2c0-8a80e93b, #w-node-_16f38db7-af0b-74b7-7858-fe8228b4e1d8-8a80e93b, #w-node-_05ffcd6c-8d9f-5e59-8f72-af0ed802d97e-8a80e93b, #w-node-_34b9dcd5-3731-5fd9-2b5f-7b054b09683f-123c0b56, #w-node-_34b9dcd5-3731-5fd9-2b5f-7b054b096876-123c0b56, #w-node-_34b9dcd5-3731-5fd9-2b5f-7b054b0968ad-123c0b56, #w-node-efd4b515-92fd-e8d2-3f6e-2891ed834dac-ec5d4559, #w-node-cfb82cd7-e61a-18d1-bb9d-2c0c04e1a28d-a90f0371, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2ae-e1bb9130, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2b0-e1bb9130, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2c0-e1bb9130, #w-node-_16f38db7-af0b-74b7-7858-fe8228b4e1d8-e1bb9130, #w-node-_1dc1a54a-8553-3d41-f15b-fb44967445d6-3108239e, #w-node-_1dc1a54a-8553-3d41-f15b-fb449674460d-3108239e, #w-node-_1dc1a54a-8553-3d41-f15b-fb4496744644-3108239e, #w-node-_9c521d75-fd5a-f6e4-3337-1f258aa02b19-e42dff27, #w-node-_9c521d75-fd5a-f6e4-3337-1f258aa02b50-e42dff27, #w-node-_9c521d75-fd5a-f6e4-3337-1f258aa02b87-e42dff27, #w-node-efd4b515-92fd-e8d2-3f6e-2891ed834dac-af9c4804, #w-node-efd4b515-92fd-e8d2-3f6e-2891ed834dac-1c0e7e01, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2ae-9b1c0de5, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2b0-9b1c0de5, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2c0-9b1c0de5, #w-node-_16f38db7-af0b-74b7-7858-fe8228b4e1d8-9b1c0de5, #w-node-_59e0a6b7-ca27-a399-b02a-e018f156df03-99be5f67, #w-node-_59e0a6b7-ca27-a399-b02a-e018f156df3a-99be5f67, #w-node-_59e0a6b7-ca27-a399-b02a-e018f156df71-99be5f67, #w-node-efd4b515-92fd-e8d2-3f6e-2891ed834dac-0378bae8, #w-node-efd4b515-92fd-e8d2-3f6e-2891ed834dac-a600a941, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2ae-493425e7, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2b0-493425e7, #w-node-d5504d8e-6224-d1ec-61ee-a889cc0b0108-493425e7, #w-node-_7637dd69-6aac-cc1a-2753-c4be167be2c0-493425e7, #w-node-_16f38db7-af0b-74b7-7858-fe8228b4e1d8-493425e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


