@font-face {
  font-family: Icon Works;
  src: url('../fonts/icon-works.regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #6a7282;
  --blue-sky: #0084d1;
  --blue-normal: #006ee6;
  --border: #c9d7f0;
  --blue-dark: #1b2442;
  --gray-light: #f5f8fd;
  --center: #005abe;
  --btn: #3461ff;
  --title: #101828;
  --topbar-title: #dde6f6;
  --gray-button: #667999;
  --red: #dd4040;
  --green: #10d876;
  --blue-realce: #4971b6;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  background-color: #c9d7f030;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: var(--text);
  cursor: pointer;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  display: block;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.container.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.container.relative {
  position: relative;
  overflow: hidden;
}

.brand {
  background-image: url('../images/OMI_logo-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 60px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 1px 1px #0000001a;
}

.menu-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1e2939;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.menu-link:hover {
  color: var(--blue-sky);
}

.menu-link.options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  padding-left: 10px;
  padding-right: 0;
}

.menu-link.dropdown-user {
  padding: 10px 0;
}

.navbar-content {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 20px;
  margin-right: 30px;
  display: flex;
}

.div-block {
  display: block;
}

.div-block.ml-60 {
  margin-left: 60px;
}

.menu-content {
  margin-left: 20px;
}

.profile-box {
  text-decoration: none;
}

.avatar-img {
  border-radius: 50%;
  width: 35px;
  max-width: none;
  height: 35px;
  display: block;
  overflow: hidden;
}

.avatar-img.card-news {
  border-radius: 999px;
  width: 35px;
  height: 35px;
}

.avatar-img.comment {
  width: 45px;
  height: 45px;
}

.avatar-img.task-review {
  width: 28px;
  height: 28px;
}

.avatar-img.big {
  width: 80px;
  height: 80px;
}

.avatar-name {
  color: #2067b0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.avatar-name.link {
  color: #2067b0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.avatar-name.link:hover {
  text-decoration: underline;
}

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

.flex-block.ml-40 {
  margin-left: 0;
}

.text-block {
  color: var(--blue-normal);
  font-size: 12px;
  line-height: 15px;
}

.search-no-filtro {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.search-input-2 {
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-button-2 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-2._89 {
  height: 40px;
  font-family: "Fa 400", Arial, sans-serif;
  top: auto;
}

.search-input {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 4px;
  min-width: 220px;
  height: 44px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 35px;
}

.search-input.full {
  min-width: auto;
}

.form {
  position: relative;
}

.form.new-chaat {
  width: 100%;
  margin-top: 10px;
}

.form.filter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.icon {
  border: 1px none var(--text);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 17px;
}

.icon.search {
  color: #b5b8bc;
  width: auto;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 5px;
}

.icon.new-chat {
  color: var(--blue-sky);
}

.icon.text {
  color: #95a0b5;
}

.icon.mr-10 {
  font-family: "Fa 400", Arial, sans-serif;
}

.icon.mr-10.solid {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.icon.notification {
  font-size: 14px;
}

.icon.tabs {
  font-size: 14px;
  line-height: 15px;
}

.icon.file-upload {
  color: #b9b9b9;
  margin-bottom: 20px;
  font-size: 45px;
}

.icon.light {
  font-family: "Fa 400", Arial, sans-serif;
}

.icon.rounded {
  margin-top: 0;
  margin-right: 6px;
}

.form-block {
  width: 82%;
  margin-bottom: 0;
  position: relative;
}

.form-block.form-comment {
  width: 90%;
  min-width: 350px;
  max-width: none;
}

.form-block.new-chat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-block.search-items-page {
  width: 300px;
}

.form-block.search-items-page.filter {
  width: auto;
}

.main {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.sidebar {
  z-index: 100;
  background-color: var(--blue-dark);
  width: 200px;
  height: 100vh;
  position: fixed;
}

.sidebar-content {
  padding: 95px 20px 40px;
}

.menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.icon-box {
  color: var(--blue-dark);
  background-color: #28345a;
  border: 1px #ddd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.menu-icon {
  font-family: Icon Works, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.menu-icon.circular {
  background-color: var(--gray-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-size: 16px;
  line-height: 35px;
  display: inline-flex;
}

.menu-icon.settings {
  margin-top: 0;
  font-size: 24px;
}

.menu-icon.big {
  font-size: 35px;
}

.menu-text {
  color: #e2e8f0;
  font-size: 16px;
  font-weight: 600;
}

.body {
  background-color: #f0f0ed;
}

.content {
  margin-top: 0;
  margin-left: 230px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 30px;
}

.col-2 {
  grid-template-rows: auto;
}

.col-2.custom {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 30%;
  align-items: start;
}

.col-2.custom._2 {
  align-items: stretch;
}

.col-2.chat {
  grid-template-columns: 30% 1fr;
}

.div-block-2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-2.before-section {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 25px;
}

.card.small {
  padding: 15px;
}

.card.small.task {
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-bottom: 10px;
  display: block;
}

.card.small.task:hover {
  border-color: var(--blue-normal);
  display: block;
}

.card.small.task.task-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card.form {
  padding-top: 35px;
  padding-bottom: 25px;
}

.card.event-participants {
  padding-top: 30px;
  padding-bottom: 30px;
}

.card.settings {
  padding: 40px 15px;
}

.card.settings:hover {
  background-color: var(--gray-light);
}

.card.project {
  padding-left: 20px;
  padding-right: 20px;
}

.card.no-space {
  margin-bottom: 0;
}

.card.no-space.card-link:hover {
  border: 1px solid var(--blue-sky);
}

.ard-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-time-info {
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
}

.card-time-info.small {
  color: #888c93;
  font-size: 12px;
  line-height: 15px;
}

.card-content {
  margin-top: 20px;
}

.card-content.task-review, .card-content.page-view {
  margin-top: 0;
}

.card-news-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.card-actions {
  border-top: 1px solid #d1d5dc;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.card-action-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.card-action-link:hover {
  background-color: #f3f4f6;
}

.card-action-link.rounded {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
}

.card-action-link.rounded.sender {
  border-color: var(--center);
  background-color: var(--blue-sky);
  color: #fff;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
}

.card-action-link.rounded.sender:hover {
  background-color: #0074b7;
}

.card-action-link.rounded.nav {
  width: 36px;
  height: 36px;
}

.card-action-link.active {
  color: var(--blue-normal);
  font-weight: 600;
}

.card-action-link.square {
  font-size: 14px;
}

.card-action-link.square:hover {
  background-color: var(--border);
}

.card-action-link.new-task {
  color: #fff;
  background-color: #0000001a;
}

.card-action-link.new-task:hover {
  background-color: #0000004d;
}

.card-action-icon {
  color: #cad5e2;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.card-action-icon.solid {
  color: #a6aab1;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.card-action-icon.solid.white {
  color: #fff;
}

.card-action-icon.solid.liked {
  color: var(--blue-normal);
}

.card-action-icon.square {
  color: var(--text);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 14px;
}

.card-action-icon.new-task {
  padding-left: 0;
  padding-right: 0;
}

.coment-area {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 10px;
}

.coment-area.view-publication {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-input {
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 12px;
}

.comment-actions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.comment-action-link {
  border: 1px solid var(--border);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.image-content {
  background-image: url('../images/factory-workers-from-all-sectors.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.image-content.event {
  margin-top: 25px;
}

.comments {
  margin-top: 20px;
  padding-bottom: 20px;
}

.comment-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.avatar.chat {
  width: 110px;
  max-width: none;
  height: 110px;
  margin-top: 30px;
}

.comment-info {
  background-color: #f1f5f9;
  border-radius: 10px;
  width: auto;
  padding: 10px;
}

.user-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.user-info.ml-40 {
  margin-left: 0;
}

.user-info.task-form {
  background-color: #eee;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 15px 15px;
  display: inline-flex;
}

.user-info.task-form.event {
  padding-left: 18px;
  padding-right: 15px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.flex-block-2.center {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.flex-block-2.center.mt-10 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.flex-block-2.center.row.publication {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-2.no-margin {
  margin-bottom: 0;
}

.flex-block-2.no-margin.top {
  align-items: flex-start;
}

.flex-block-2.left {
  margin-bottom: 5px;
}

.flex-block-2.space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.flex-block-2.row.task-attr {
  margin-bottom: 0;
  display: flex;
}

.flex-block-2.row.birth {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-2.row.no-space {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}

.flex-block-2.form-task {
  justify-content: flex-start;
  align-items: stretch;
  max-height: 200px;
  overflow: auto;
}

.flex-block-2.event {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 15px;
}

.flex-block-2.top {
  align-items: flex-start;
}

.show-all-comments-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--btn);
  justify-content: flex-start;
  margin-top: 10px;
  margin-left: 55px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.show-all-comments-link:hover {
  text-decoration: underline;
}

.link-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.link-icon.button-options {
  color: #a0a3aa;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 20px;
  text-decoration: none;
}

.tasks {
  margin-bottom: 40px;
  padding-left: 0;
}

.tasks.white {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.tasks.white.space {
  margin-top: 30px;
}

.tasks.white.space.hide-pc {
  display: none;
}

.task-status {
  color: var(--blue-sky);
  background-color: #dbeafe;
  border: 1px #000;
  border-radius: 8px;
  padding: 5px 10px 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: inline-flex;
}

.task-status.concluido {
  color: #096;
  background-color: #d0fae5;
  font-weight: 400;
  display: inline-flex;
}

.task-status.concluido.flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.task-status.cancelado {
  color: #fb2c36;
  background-color: #f7e7e7;
  font-weight: 400;
  display: inline-flex;
}

.task-status.cancelado.flex {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.task-status.andamento {
  color: #f3b50e;
  background-color: #f6f2e2;
  font-weight: 400;
  display: inline-block;
}

.task-status.andamento.flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.task-status.neutro {
  background-color: var(--gray-light);
  color: var(--text);
}

.task-status.neutro.flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.task-status.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 8px;
  display: inline-flex;
}

.task-title {
  line-height: 19px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.mobile-options {
  display: none;
}

.dropdown-list {
  background-color: #fff;
  left: auto;
  right: 5px;
}

.dropdown-list.w--open {
  background-color: #f9fafb;
  border-radius: 8px;
  min-width: 130px;
  box-shadow: 0 2px 3px #0003;
}

.dropdown-list.user-table.w--open {
  min-width: 150px;
}

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

.dropdown-link:hover {
  background-color: #eee;
}

.dropdown-link.absolute {
  z-index: 100;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  top: 53px;
  left: 20px;
}

.task-box-title {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.task-box-title.white {
  color: #fff;
}

.task-box-header {
  background-color: var(--topbar-title);
  border-radius: 4px 4px 0 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
}

.task-box-header.for-kamban {
  background-color: #0084d1;
  border-radius: 5px;
  position: relative;
  top: 0;
}

.task-box-header.for-kamban.backlog {
  background-color: #778c90;
}

.task-box-header.for-kamban.progresso {
  background-color: #fe9a00;
}

.task-box-header.for-kamban.concluido {
  background-color: #31a937;
}

.task-box-header.for-kamban.cancelada {
  background-color: #ff5e41;
}

.task-box-content {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px 10px;
}

.task-box-content.notification-view {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.task-box-content.kanban-area {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.task-box-content.in-modal {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.birthday-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.event-card.event-page {
  margin-bottom: 0;
}

.event-card.notification {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-3 {
  background-color: var(--gray-light);
  text-align: center;
  border-radius: 10px;
  padding: 5px 15px 7px;
}

.div-block-3._2 {
  background-color: #0000;
  margin-left: auto;
}

.event-day {
  color: var(--text);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.event-day.big {
  color: var(--title);
  padding-top: 6px;
  font-size: 45px;
}

.event-month {
  color: var(--text);
  font-weight: 600;
}

.event-month.big {
  color: var(--title);
  font-size: 19px;
  font-weight: 600;
}

.event-title {
  line-height: 19px;
}

.event-addres {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--text);
  border-radius: 8px;
  align-items: center;
  padding: 3px 10px 0 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.event-addres:hover {
  background-color: #0000;
}

.event-addres.rounded {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
}

.event-addres.rounded.sender {
  border-color: var(--center);
  background-color: var(--blue-sky);
  color: #fff;
}

.event-addres.rounded.sender:hover {
  background-color: #0074b7;
}

.event-addres.active {
  color: var(--blue-normal);
  font-weight: 600;
}

.event-addres.square {
  color: #fff;
  font-size: 14px;
}

.event-addres.square:hover {
  background-color: #0676b7;
}

.welcome {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.time {
  font-size: 31px;
  font-weight: 600;
}

.date {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.shortcuts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.shortcuts.hide-p {
  display: none;
}

.btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--blue-sky);
  background-color: var(--btn);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.btn.light {
  border-style: solid;
  border-color: var(--border);
  color: var(--gray-button);
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
}

.btn.light:hover {
  border-color: var(--gray-button);
}

.btn.light.danger {
  border-color: var(--border);
  color: #ea3942;
}

.btn.light.danger.form {
  background-color: var(--gray-light);
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn.light.danger.form.only-hide-pc-tablet {
  display: none;
}

.btn.light.danger.no-border {
  border-style: none;
}

.btn.light.danger.acontecimento {
  border-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.light.danger.acontecimento:hover {
  border-style: none;
  border-color: var(--red);
  background-color: var(--gray-light);
}

.btn.light.w50 {
  width: 50%;
}

.btn.form {
  border-style: none;
  border-color: var(--border);
  color: #fff;
  background-color: #3461ff;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn.outline {
  border-style: solid;
  border-color: var(--border);
  color: var(--text);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn.outline.close {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  display: flex;
}

.btn.outline.close.no-margin {
  color: #a7afbd;
  margin-top: 0;
  margin-left: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
}

.btn.full {
  width: 100%;
}

.btn.no-space {
  padding: 5px 5px 5px 0;
}

.btn.login {
  width: 100%;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn.w50 {
  width: 50%;
}

.text-block-2 {
  color: var(--text);
  font-weight: 600;
}

.btn-icon {
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 16px;
}

.btn-icon.outline {
  font-size: 16px;
}

.btn-icon.outline.image {
  color: #19c571;
}

.btn-icon.outline.docuent {
  color: var(--blue-sky);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-weight: 400;
}

.btn-icon.outline.title {
  color: var(--blue-sky);
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.btn-icon.liight {
  color: #979da9;
  background-color: #fff;
  font-size: 17px;
}

.btn-icon.liight:hover {
  background-color: var(--gray-light);
}

.btn-icon.liight.task-form {
  color: #bec1c8;
  background-color: #0000;
  padding: 5px 10px;
  font-size: 15px;
}

.btn-icon.liight.task-form:hover {
  color: #f4757b;
}

.btn-icon.liight.solid.rounded {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.btn-icon.solid {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.menu-button {
  display: block;
}

.navbar-2 {
  background-color: #fff;
  margin-top: 70px;
  display: block;
}

.nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.navbar-optioons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-options-icon {
  color: #a6aab1;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 15px;
}

.nav-option-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-option-link:hover {
  background-color: #f0eeee;
}

.badge {
  background-color: var(--red);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  right: 9px;
}

.new-publication {
  margin-bottom: 30px;
}

.publication-box {
  resize: none;
  border: 1px solid #ececec;
  border-radius: 10px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 15px;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-4.hide-p {
  display: none;
}

.text-block-4 {
  font-weight: 600;
}

.text-block-5 {
  font-size: 15px;
  font-weight: 400;
}

.tab-actions {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.tab-link {
  color: var(--text);
  border-bottom: 3px solid #0000;
  padding: 0 10px 10px;
  font-weight: 600;
  text-decoration: none;
}

.tab-link.active {
  border-bottom-color: var(--blue-sky);
  color: var(--blue-sky);
  padding: 0 10px 10px;
}

.mobile-menu {
  opacity: 0;
  display: none;
}

.title-bar.with-back {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.title-bar.with-back.no-space {
  margin-bottom: 0;
}

.page-title {
  color: var(--title);
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
}

.mb-20 {
  margin-bottom: 20px;
}

.filter-box {
  justify-content: space-between;
  align-items: center;
}

.filter-box.mt-40 {
  margin-top: 40px;
}

.filter-box.only {
  justify-content: flex-end;
}

.filter-btn {
  border: 1px solid var(--border);
  color: var(--text);
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
}

.filter-btn.start {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.filter-btn.end {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.filter-btn.active {
  background-color: #e2e8f0;
  font-weight: 600;
}

.status {
  color: var(--blue-sky);
  background-color: #dbeafe;
  border: 1px #000;
  border-radius: 10px;
  padding: 5px 10px 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.status.concluido {
  color: #096;
  background-color: #d0fae5;
}

.status.warning {
  color: #f54a00;
  background-color: #ffedd4;
}

.status.danger {
  color: #f05555;
  vertical-align: baseline;
  background-color: #feeeee;
  display: inline-block;
}

.status.danger.only-mobile {
  display: none;
}

.status.right {
  padding-bottom: 5px;
}

.publications {
  margin-top: 40px;
}

.documents-fixed {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: inline-flex;
}

.documents-fixed.chat {
  width: 100%;
}

.documents-fixed.task {
  flex-flow: row;
  width: 70%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.document-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: inline-flex;
}

.document-box:hover {
  border-color: var(--gray-button);
}

.document-box.space {
  margin-bottom: 10px;
}

.file-icon {
  background-image: url('../images/doc-file.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 45px;
}

.file-icon.pdf {
  background-image: url('../images/pdf.png');
  width: 50px;
  height: 50px;
}

.file-icon.ppt {
  background-image: url('../images/ppt.png');
}

.file-icon.excel {
  background-image: url('../images/xls.png');
}

.text-block-7 {
  color: var(--text);
  font-weight: 600;
}

.file-size {
  color: #898989;
  font-size: 12px;
}

.show-publication-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--btn);
  justify-content: flex-start;
  margin-top: 10px;
  margin-left: 0;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.show-publication-link:hover {
  text-decoration: underline;
}

.show-publication-link.end {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
}

.show-publication-link.end.in-card {
  color: var(--text);
}

.show-publication-link.center {
  justify-content: center;
  align-items: center;
}

.show-publication-link._2 {
  padding-bottom: 10px;
}

.header-back-wrapper {
  margin-bottom: 40px;
}

.header-back-wrapper.buttonx {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.header-back-wrapper.buttonx.top {
  align-items: flex-start;
}

.header-back-wrapper.buttonx.space {
  margin-bottom: 30px;
}

.div-block-5 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-5.top {
  align-items: flex-start;
}

.back-button {
  float: left;
  color: #2222337d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 22px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
}

.heading-2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
}

.heading-2.box {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.title-input {
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 102%;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 12px;
  display: block;
  overflow: auto;
}

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

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

.image-publicatiob-edit {
  background-image: url('../images/factory-workers-from-all-sectors.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.chat-conversations {
  background-color: #fff;
  height: 100%;
  padding: 10px;
}

.chat-grid {
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr 25%;
}

.chat-box {
  height: 90vh;
}

.search-input-3 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
}

.image-2 {
  object-fit: contain;
  width: 200px;
  height: 200px;
}

.new-message-notify {
  color: #fff;
  text-align: center;
  background-color: #f54a4a;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  inset: -4px -3px auto auto;
  overflow: hidden;
}

.text-block-183 {
  border-bottom: 1px #3d3d3d26;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-183._10 {
  font-size: 15px;
  font-weight: 400;
}

.div-block-282 {
  flex: 1;
  padding-left: 15px;
}

.chat-send-button {
  color: #89919b;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  inset: 16px 16px auto auto;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  color: var(--blue-sky);
  font-family: "Fa Solid 900", Arial, sans-serif;
  right: 25px;
}

.chat-info-wrapper {
  border: 1px #e0e2e7;
  border-radius: 4px;
  display: flex;
}

.chat-info-wrapper.minus-margin {
  flex-direction: column-reverse;
  margin: 0;
  display: block;
  position: relative;
}

.search {
  z-index: 10;
  width: 30%;
  padding: 17px 15px 12px;
  display: flex;
  position: absolute;
}

.search._3 {
  margin-top: 127px;
}

.chat-wrapper {
  float: left;
  background-color: #fff;
  border-left: 1px #e9e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.chat-info-nav {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.tab-pane-tab-1-2 {
  border-left: 1px solid #dfdfdf;
  height: 100vh;
  padding-top: 0;
}

.div-block-278 {
  margin-top: 5px;
  display: flex;
}

.chat-picker-wrapper {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper._80 {
  float: left;
  float: left;
  float: left;
  flex-direction: column;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: auto;
  padding-top: 80px;
  display: block;
  position: static;
  overflow: auto;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding-left: 25px;
  padding-right: 25px;
}

.link-5 {
  color: #191c41;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.link-5:hover {
  color: #3039ff;
}

.div-block-310 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-276 {
  border: 1px solid #343ce4;
  border-radius: 12px 12px 4px;
  padding: 50px;
}

.text-block-177 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.div-block-309 {
  padding: 141px 46px 46px;
}

.main-chat-wrapper {
  position: fixed;
  inset: 0%;
}

.main-chat-wrapper.fg {
  margin-top: 20px;
  overflow: auto;
}

.message {
  border-radius: 4px;
  min-width: 50px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.receiver-message {
  color: #171f36;
  background-color: #eaeff5;
  border-radius: 4px 24px 24px;
  min-width: 50%;
  padding-bottom: 28px;
}

.message.sender-message {
  float: right;
  color: #ffffffe6;
  background-color: #4a99f5;
  border-radius: 24px 24px 4px;
  min-width: 40%;
  padding-bottom: 28px;
}

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

.receiver {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.chat-bubble-container {
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  height: 585px;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 73vh;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.chat-message-preview {
  color: #f1f1f1;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.text-block-176 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
}

.chat-time-stamp {
  color: #171f3659;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  inset: auto auto 8px 24px;
}

.chat-time-stamp.sndrs {
  color: #ffffff59;
  inset: auto 24px 8px auto;
}

.chat-time-stamp.sndrs._90000 {
  float: right;
  position: static;
}

.name {
  flex: 1;
  height: 18px;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}

.name.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name.with-bottom-margin.smaller-text {
  color: var(--blue-normal);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.name.with-bottom-margin.smaller-text.task-attr {
  color: #2067b0;
  font-weight: 600;
}

.name.small {
  font-size: 15px;
}

.price {
  font-weight: 700;
}

.paragraph-4 {
  font-size: 15px;
  line-height: 24px;
}

.nome-do-anuncio {
  font-weight: 700;
}

.chat-text-filed-form-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.right-chevron {
  color: #d0d3dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.div-block-280 {
  background-color: #3668fc26;
  border: 1px #39393912;
  border-radius: 4px 24px 24px;
  width: 100%;
  padding: 25px;
  display: flex;
}

.chat-user-status {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  color: #05b32e;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
}

.chat-message {
  width: 80%;
  min-width: 168px;
  max-width: 320px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
  margin-bottom: 10px;
}

.chat-message.proposta {
  width: 60%;
  max-width: 90%;
  margin-bottom: 25px;
}

.search-button-4 {
  background-color: #343ce4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sender-interesse {
  color: #fff;
  background-color: #4a99f5;
  border: 1px #39393912;
  border-radius: 24px 24px 4px;
  width: 70%;
  padding: 25px;
  display: flex;
}

.cliente-choice-info {
  flex: 1;
}

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

.chat-choice-wrapper {
  color: #171f36;
  background-color: #0000;
  border: 1px #0000;
  align-items: center;
  height: 73px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-choice-wrapper:hover {
  background-color: #f8f8f8;
}

.chat-choice-wrapper.w--current {
  color: #091426;
  background-color: #e6edfd;
  font-weight: 600;
}

.form-block-5 {
  float: right;
  width: 70%;
}

.photo {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

.photo.small {
  width: 35px;
  height: 35px;
}

.chat-here {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin-top: 60px;
}

.chat-here.mobile {
  display: none;
}

.chat-text-field {
  resize: none;
  background-color: #f0f0f0;
  border: 1px solid #0000;
  border-radius: 10px;
  height: 45px;
  max-height: 45px;
  margin-bottom: 0;
  padding: 14px 61px 10px 16px;
  font-size: 17px;
  line-height: 18px;
}

.chat-text-field:focus {
  background-color: #fff;
  border-color: #0081f6;
}

.chat-text-field::placeholder {
  color: #89919b;
}

.text-block-178 {
  font-size: 15px;
}

.chat-receiver-info {
  color: #171f36;
  border: 1px #0000;
  align-items: center;
  height: 41px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: #0000;
}

.chat-receiver-info.center {
  justify-content: space-between;
  width: 100%;
}

.chat-receiver-info.link {
  border-radius: 8px;
  height: auto;
  padding: 7px 10px;
}

.chat-receiver-info.link:hover {
  background-color: var(--gray-light);
}

.chat-receiver-info.link.selected {
  background-color: #e6edfd;
}

.chat-receiver-info.link.departameno {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-188 {
  color: #343ce4;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-188.red {
  color: #e43437;
}

.flexed-block {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  height: 88vh;
}

.div-block-281 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.sender {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.text-block-182 {
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-182._2 {
  color: #fff;
}

.text-block-194 {
  text-align: center;
  padding: 42px;
  font-size: 20px;
}

.text-block-195 {
  border-bottom: 1px #3d3d3d26;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-195._10 {
  font-size: 15px;
  font-weight: 400;
}

.div-block-311 {
  flex: 1;
  padding-left: 15px;
}

.tab-pane-tab-1-3 {
  border-left: 1px solid #dfdfdf;
  height: 100vh;
  padding-top: 120px;
}

.div-block-312 {
  margin-top: 5px;
  display: flex;
}

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

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

.button.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: #0000;
}

.button.gray.o:hover {
  background-color: #fc3639;
}

.button.gray.bluye {
  color: #fff;
  background-color: #343ce4;
  border-style: none;
}

.button.gray.bluye:hover {
  background-color: #63af16;
}

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

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

.button.submit.login-button {
  height: 50px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 50px;
}

.button.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button.success-continue:hover {
  background-color: #058317;
}

.button.success-continue.span {
  opacity: 0;
  background-color: #05b32e;
  height: auto;
  position: absolute;
  inset: 0%;
}

.button.success-continue.span:hover {
  background-color: #058317;
}

.interesse {
  width: 70%;
}

.div-block-313 {
  background-color: #3668fc26;
  border: 1px #39393912;
  border-radius: 4px 24px 24px;
  width: 100%;
  padding: 25px;
  display: flex;
}

.chat-here-2 {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin-top: 100px;
}

.chat-here-2.mobile {
  display: none;
}

.text-block-196 {
  color: #343ce4;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-196.red {
  color: #e43437;
}

.div-block-314 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.text-block-197 {
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-198 {
  border-bottom: 1px #3d3d3d26;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-198._10 {
  font-size: 15px;
  font-weight: 400;
}

.div-block-315 {
  flex: 1;
  padding-left: 15px;
}

.tab-pane-tab-1-4 {
  border-left: 1px solid #dfdfdf;
  height: 87vh;
  padding-top: 0;
}

.div-block-316 {
  margin-top: 5px;
  display: flex;
}

.div-block-317 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-318 {
  border: 1px solid #343ce4;
  border-radius: 12px 12px 4px;
  padding: 50px;
}

.text-block-199 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.div-block-319 {
  padding: 141px 46px 46px;
}

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

.text-block-200 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
}

.div-block-321 {
  background-color: #3668fc26;
  border: 1px #39393912;
  border-radius: 4px 24px 24px;
  width: 100%;
  padding: 25px;
  display: flex;
}

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

.form-block-6 {
  float: right;
  width: 70%;
}

.chat-here-3 {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin-top: 60px;
}

.chat-here-3.mobile {
  display: none;
}

.chat-here-3.notifications {
  margin-top: 0;
}

.text-block-201 {
  font-size: 15px;
}

.text-block-202 {
  color: #343ce4;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-202.red {
  color: #e43437;
}

.div-block-323 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.text-block-203 {
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-203._2 {
  color: #fff;
}

.text-block-204 {
  text-align: center;
  padding: 42px;
  font-size: 20px;
}

.search-box {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 28%;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.new-chat-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.new-chat-btn:hover {
  background-color: var(--gray-light);
}

.new-chat-box {
  z-index: 30;
  background-color: #f8fafc;
  border-radius: 10px;
  justify-content: space-between;
  width: 31%;
  height: 88vh;
  padding: 0 0 20px;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: auto;
  transform: translate(-100%);
}

.chat-title {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.chat-contata-list {
  margin-top: 20px;
}

.chat-contata-list.group {
  padding-bottom: 20px;
}

.contacts-container {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block-205 {
  color: var(--text);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.mt-10 {
  margin-top: 10px;
}

.mt-10.hidden-pc-only {
  display: none;
}

.mt-10.coolaborators-list-form {
  max-height: 200px;
  overflow: auto;
}

.mt-10.coolaborators-list-form.dept {
  height: 90%;
  max-height: 400px;
}

.mt-10.column {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.new-group-box {
  z-index: 30;
  background-color: #f8fafc;
  border-radius: 10px;
  width: 31%;
  height: 88vh;
  padding: 0;
  display: block;
  position: absolute;
  inset: 60px auto 0 0;
  overflow: hidden;
  transform: translate(-100%);
}

.group-info {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.group-image-code {
  border: 3px solid var(--blue-sky);
  background-color: #0000;
  background-image: url('../images/OMI_logo-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.file-input {
  width: 50px;
  height: 50px;
  display: none;
}

.tab-filter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
}

.tab-filter.w--current {
  color: var(--text);
  background-color: #e8eefc;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.tab-filter.small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tab-departamentos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
}

.tab-departamentos.w--current {
  color: #fff;
  background-color: #00ace3;
}

.tabs-menu {
  padding-top: 15px;
}

.tabs-menu.form-tak {
  padding-top: 0;
}

.div-block-324 {
  z-index: 212;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  display: flex;
}

.div-block-325 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  height: 71vh;
  overflow: auto;
}

.departamentos-content {
  margin-top: 20px;
  overflow: auto;
}

.departamentos-content.task-form {
  height: 170px;
}

.departamento-icon {
  background-color: var(--border);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.chat-info {
  z-index: 30;
  opacity: 0;
  background-color: #f8fafc;
  border-radius: 10px;
  width: 370px;
  height: 88vh;
  padding: 0 0 10px;
  display: block;
  position: absolute;
  inset: 60px 0 0 auto;
  overflow: visible;
  transform: translate(380px);
}

.abbout-members {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 71vh;
  padding: 350px 20px 40px;
  display: flex;
  overflow: auto;
}

.chat-nfo-title {
  color: var(--title);
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.chat-uploads {
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-206 {
  font-weight: 600;
}

.link {
  color: var(--blue-normal);
  font-weight: 600;
  text-decoration: none;
}

.link.small {
  font-size: 13px;
}

.link.user {
  white-space: nowrap;
  word-break: keep-all;
}

.link.user:hover {
  text-decoration: underline;
}

.col4-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.chat-info-img {
  background-image: url('../images/factory-workers-from-all-sectors.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75px;
}

.chat-info-img._2 {
  background-image: url('../images/premium_photo-1689977927774-401b12d137d6.jpg');
  background-position: 50%;
}

.chat-delete {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--red);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px 10px 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: inline-flex;
}

.chat-delete:hover {
  background-color: var(--red);
  color: #fff;
}

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

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

.select-status {
  border: 1px solid var(--border);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  max-width: 180px;
  height: 44px;
  margin-bottom: 0;
}

.select-status.hide-t {
  display: block;
}

.text-block-209 {
  white-space: nowrap;
  font-weight: 600;
}

.text-block-209._2 {
  margin-bottom: 7px;
}

.search-input-box-icon {
  width: 100%;
  max-width: 300px;
  position: relative;
}

.search-input-box-icon.full {
  max-width: none;
}

.btn-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.btn-page-mobile {
  display: none;
}

.task-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  display: flex;
}

.task-info.mb-10 {
  margin-bottom: 10px;
}

.text-block-210 {
  color: var(--text);
  font-weight: 600;
}

.text-block-211 {
  color: #6a7282;
}

.text-block-211._2 {
  color: var(--title);
  margin-bottom: 2px;
  font-weight: 400;
}

.subtitle {
  color: var(--title);
  margin-top: 0;
  font-weight: 600;
}

.subtitle.semibold {
  font-weight: 600;
}

.checkbox-field {
  margin-bottom: 7px;
}

.paragraph-5 {
  margin-top: 0;
}

.title-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.title-options.hide-pc {
  display: none;
}

.input {
  color: var(--text);
  background-color: #0000;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 10px;
}

.input.file {
  padding-top: 8px;
  padding-bottom: 8px;
}

.input.publication {
  width: 160px;
}

.input.login {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 15px;
}

.input.input-link {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  color: var(--title);
  margin-bottom: 10px;
  font-weight: 400;
}

.field-label.bold {
  color: var(--title);
  font-size: 16px;
  font-weight: 500;
}

.form-field-box {
  margin-bottom: 20px;
}

.form-field-box.subtasks {
  background-color: var(--gray-light);
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.form-field-box.mb {
  margin-bottom: 40px;
}

.link-buttom {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--blue-sky);
  padding-top: 0;
  text-decoration: underline;
  display: flex;
}

.participants-tasks {
  margin-top: 20px;
}

.form-btns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
}

.event-content {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
}

.event-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  place-items: stretch stretch;
}

.div-block-327 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--topbar-title);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.event-card-link {
  border-radius: 10px;
}

.event-card-link:hover {
  border: 1px solid var(--text);
}

.event-title-link {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

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

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

.notification-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.notification-content.card {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 10px;
}

.notification-content.card:hover {
  border: 1px solid var(--blue-normal);
  background-color: #edf5ff;
}

.notification-content.card.notification-view {
  margin-top: 0;
  padding: 5px 10px;
}

.notification-content.card.notification-view:hover {
  border-style: none;
}

.notification-content.card.active {
  background-color: #edf5ff;
  font-size: 14px;
}

.notification-icon {
  color: #fff;
  background-color: #34caa5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
}

.notification-icon.ticket {
  background-color: #facc15;
}

.notification-icon.user {
  background-color: #194bfb;
  min-width: 30px;
  min-height: 30px;
  line-height: 0;
}

.notification-icon.events {
  background-color: #95adff;
  min-width: 30px;
}

.notification-icon.panel {
  width: 40px;
  height: 40px;
}

.notification-icon.projecto {
  background-color: #fb64b6;
}

.notification-text {
  margin-bottom: 3px;
}

.small {
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
}

.notification-section {
  height: 350px;
  padding-bottom: 0;
  padding-right: 7px;
  overflow: auto;
}

.title-preview-page {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 30px;
}

.publiction-content {
  margin-top: 30px;
}

.title-form {
  margin-bottom: 40px;
}

.dorp-menu-icon {
  margin-left: 0;
  padding-left: 0;
  left: auto;
  right: -25px;
}

.dropdown-menu-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  top: 52px;
  bottom: auto;
  box-shadow: 0 2px 4px #0003;
}

.text-block-212 {
  white-space: nowrap;
}

.projects {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.table_cell {
  padding: 15px 10px;
}

.table_header {
  color: var(--text);
  text-align: left;
  padding: 12px 10px;
  font-weight: 600;
}

.table_head {
  background-color: var(--gray-light);
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 0;
}

.table_component {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}

.table-box {
  padding-bottom: 140px;
  overflow: auto;
}

.table-box.projects-view {
  padding-bottom: 80px;
}

.table-box.projects-profile {
  padding-bottom: 0;
}

.progress-bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.progress-indicator {
  background-color: var(--green);
  border-radius: 4px;
  width: 55%;
  height: 4px;
}

.progress-indicator.medium {
  background-color: #ffb900;
}

.progress-indicator.low {
  background-color: var(--red);
  width: 23%;
}

.date-input.input {
  outline-color: var(--blue-sky);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  height: 39px;
}

.date-input.form-text-field {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.birthdate-people {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  overflow: hidden;
}

.birthdate-people.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.user-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border);
  background-color: var(--gray-light);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 20px;
  display: flex;
}

.user-card.dept {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.user-card.dept:hover {
  border-color: var(--blue-sky);
}

.div-block-328 {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.birth-user {
  border: 1px solid var(--border);
  background-color: var(--gray-light);
  border-radius: 8px;
  padding: 15px;
}

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

.notifications-dropdown {
  position: relative;
}

.user-dropdown-list {
  padding-left: 15px;
  padding-right: 15px;
}

.user-dropdown-list:hover {
  background-color: #eee;
}

.user-dropdown-list.absolute {
  z-index: 100;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  display: none;
  position: absolute;
  top: 53px;
  left: 20px;
}

.profile-info {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.profile-picture {
  background-image: url('../images/premium_photo-1689977927774-401b12d137d6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.profile-picture.company {
  border: 1px solid var(--blue-sky);
  background-image: url('../images/OMI_logo-removebg-preview.png');
  background-size: contain;
}

.profile-name {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.profile-info-content {
  margin-top: 15px;
}

.profile-info-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #acafb5;
  justify-content: flex-start;
  margin-bottom: 7px;
  display: flex;
}

.profile-info-text.center {
  justify-content: center;
}

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

.col-4.project {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
}

.card-graph {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.card-graph._2 {
  text-align: left;
  margin-bottom: 20px;
  padding: 40px 30px;
}

.graph-number {
  color: var(--text);
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 600;
}

.graph-number._2 {
  margin-bottom: 15px;
  font-size: 32px;
}

.graph-content {
  margin-bottom: 25px;
}

.settings {
  margin-top: 40px;
}

.settings-tab {
  display: flex;
}

.tabs-menu-2 {
  background-color: #fff;
  flex-flow: column;
  width: 300px;
  padding-right: 15px;
  display: flex;
}

.setting-tab-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 15px;
  display: flex;
}

.setting-tab-link:hover {
  background-color: #f1f5f9;
}

.setting-tab-link.w--current {
  background-color: #f1f5f9;
  border-radius: 8px;
}

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

.setting-content {
  text-align: center;
}

.tabs-content {
  border-left: 1px solid var(--border);
  width: 100%;
}

.tab-settings {
  background-color: #fff;
  align-items: stretch;
  padding: 30px 10px;
  display: flex;
}

.tab-settings.card {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-content {
  height: 100%;
  padding-left: 20px;
}

.div-block-330 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  align-items: center;
  display: flex;
}

.div-block-330.column {
  text-align: center;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-pane {
  height: 100%;
}

.form_upload-div {
  border: .125rem dashed var(--border);
  background-color: var(--gray-light);
  text-align: center;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  margin: 10px 0 30px;
  padding: 20px 10px;
  transition: background-color .2s;
  display: flex;
}

.form_upload-div:hover {
  border-style: dotted;
}

.form_upload-div.normal {
  min-height: auto;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form_upload-div.white {
  background-color: #fff;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium.align-center {
  color: var(--text);
  width: 2.3rem;
  height: 2.2rem;
  margin-bottom: 10px;
}

.documents {
  margin-top: 30px;
}

.documents.no-space {
  margin-top: 0;
}

.project-title {
  color: var(--title);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

._10-lanc {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.text-block-187 {
  color: #4094d4;
  font-size: 20px;
  text-decoration: none;
}

.div-block-331 {
  margin-top: 20px;
  padding-bottom: 5px;
}

.post-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.post-card-image {
  background-image: url('../images/factory-workers-from-all-sectors.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 50px;
}

.pub-title {
  color: var(--title);
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
}

.full {
  width: 100%;
}

.chat-content {
  position: relative;
}

.project-statistics {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-332 {
  text-align: center;
}

.kamban {
  margin-top: 30px;
}

.kamban-header {
  border-bottom: 1px none var(--border);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.kamban-content {
  margin-bottom: 25px;
  padding-left: 0;
  position: relative;
}

.kamban-content.white {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.table-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray-light);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row._10 {
  width: 10%;
}

.row._25 {
  width: 25%;
}

.row._15 {
  width: 15%;
}

.table-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.table-link {
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

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

.table-btn {
  padding: 10px 15px;
}

.section {
  padding: 20px;
}

.tabs-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-right: 10px;
  padding: 15px;
  display: block;
}

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

.mt-30 {
  margin-top: 30px;
}

.input-file-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input-file-title {
  color: var(--title);
  margin-bottom: 5px;
  font-weight: 600;
}

.file-label {
  border: 2px dashed var(--blue-sky);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: block;
}

.input-file-label {
  display: none;
}

.lancamento-wrapper {
  color: #223;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  text-decoration: none;
  display: flex;
}

.lancamento-wrapper:hover {
  border: 1px solid #1a5785;
}

.n_65 {
  width: 65%;
  padding-left: 0;
}

.valor_20 {
  align-items: center;
  width: 20%;
  display: flex;
}

.autor-do-lan-amento {
  color: #2222337d;
  font-size: 12px;
}

.n-lancamento {
  color: #4094d4bf;
  margin-bottom: 0;
}

.text-block-189 {
  font-size: 16px;
}

.text-block-213 {
  color: #4094d4;
  font-size: 20px;
  text-decoration: none;
}

.d_15 {
  align-items: center;
  width: 15%;
  display: flex;
}

.nome-do-lan-amento {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 120%;
}

.text-block-214 {
  font-size: 16px;
}

._90-lanc {
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.button-file-upload {
  width: 100%;
  margin-top: 15px;
}

.file-upload-label.btn {
  cursor: pointer;
  margin-top: 25px;
  font-weight: 600;
}

.document-title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.modal {
  z-index: 1000;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal-content {
  min-width: 300px;
}

.modal-content.medium {
  width: 90%;
  min-width: auto;
  max-width: 550px;
  display: block;
}

.field-label-2 {
  color: var(--btn);
  cursor: pointer;
  font-weight: 600;
}

.departamentos {
  margin-top: 40px;
}

.dept-people {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  overflow: hidden;
}

.dept-people.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-update {
  z-index: 1000;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.offcanvas-content {
  background-color: #fff;
  width: 90%;
  max-width: 450px;
  height: 100vh;
  margin-left: auto;
}

.document-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
  display: flex;
}

.document-img {
  background-image: url('../images/doc-file_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.document-info-content {
  align-items: stretch;
  min-width: 240px;
  margin-top: 10px;
  display: block;
}

.text-block-215 {
  color: #868b95;
}

.info-items {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.info-number {
  font-size: 16px;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.success-message.margins {
  color: #171f36;
  margin-top: 32px;
  margin-bottom: 34px;
}

.success-message.margins.none {
  margin-bottom: 0;
}

.div-block-333 {
  position: absolute;
  inset: 0%;
}

.div-block-333.login-banner {
  background-image: url('../images/374-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-216 {
  margin-top: 5px;
  font-size: 17px;
}

.login-logo {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
}

.copyright.login-copyright {
  opacity: .7;
  color: #fff;
  text-align: center;
  position: absolute;
  inset: auto 0% 25px;
}

.slider {
  height: 100%;
}

.form-success-content {
  background-color: #fff;
  border-radius: 4px;
  min-width: 200px;
  max-width: 1000px;
  height: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px #00000042;
}

.form-success-content.wide {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  padding: 0 58px;
  display: flex;
}

.error-message {
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.error-message.lin-line-block {
  margin-top: 25px;
  padding-left: 28px;
  padding-right: 28px;
  position: static;
}

.slide {
  background-image: url('../images/zungueira-luanda.jpeg');
  background-position: 50%;
  background-size: cover;
}

.background-video-overlay {
  z-index: 12;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.login-form {
  position: static;
}

.login-form.login {
  display: block;
  position: relative;
}

.success-flex {
  display: flex;
}

.success-flex.wide {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form-content-wrapper {
  flex: 1;
}

.form-content-wrapper.in-login {
  z-index: 1;
  position: relative;
}

.login-success {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.login-success.in-login {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-header-wrap {
  text-align: center;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.login-block {
  float: left;
  background-color: #fff;
  width: 50%;
  min-width: 50%;
  max-width: 60%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.login-block.flexible {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.login-block.video-side {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.confirmation-check-icon {
  color: #05b32e;
  text-align: center;
  background-color: #0000;
  border: 3px solid #05b32e;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.login-form-block {
  margin-bottom: 0;
}

.slide-2 {
  background-image: url('../images/b9695b1c75a493039245b517cc22a5d2_XL.jpeg');
  background-position: 50%;
  background-size: cover;
}

.form-text-field {
  color: #333;
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
  transition: all .1s;
}

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

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

.form-text-field::placeholder {
  color: #333;
}

.form-text-field.login-field {
  background-color: #0000;
  border-width: 2px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 30px;
  font-size: 16px;
}

.form-text-field.login-field:focus {
  border-color: #343ce4;
}

.form-text-field.login-field::placeholder {
  color: #919ba7;
}

.form-text-field.login-field.senha-field {
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-text-field.no-space {
  margin-bottom: 0;
}

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

.form-text-field.file {
  width: 100%;
  margin-bottom: 10px;
  padding: 11px 12px 10px;
}

.form-text-field.subtask {
  background-color: #0000;
}

.login-text-link {
  color: #b8bac1;
  margin-bottom: 25px;
  padding-left: 1px;
  font-size: 15px;
  line-height: 120%;
  transition: all .1s;
}

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

.login-text-link.text-link:hover {
  color: #3668fc;
}

.login-text-link.text-link._2 {
  color: var(--btn);
  margin-bottom: 0;
  padding-left: 0;
}

.login-text-link.text-link._2:hover {
  color: var(--blue-sky);
}

.login-text-link.account {
  color: #919ba7;
  text-align: center;
  background-color: #3668fc26;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.login-text-link.account._900 {
  margin-top: 25px;
}

.login-span-link {
  color: #3668fc;
  text-decoration: none;
}

.c-symbol {
  font-family: Montserrat, sans-serif;
}

.login-section {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.login-container {
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
}

.div-block-334 {
  border: 1px dashed #00000024;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}

.text-red {
  color: #7b0606;
  background-color: #b00e0e1f;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 5px 10px;
  display: inline-block;
}

.text-block-217 {
  color: #0a7b06;
  background-color: #0eb05f1f;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 5px 10px;
  display: inline-block;
}

.div-block-335 {
  margin-bottom: 5px;
  display: flex;
}

.text-block-218 {
  width: 30%;
}

.text-block-219 {
  color: #3333335e;
  width: 70%;
}

.step-two {
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: none;
  transform: translate(300%);
}

.pages-headet-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

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

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

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

.validar-wrap {
  grid-row-gap: 3em;
  background-color: #fff;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.pagamento-referencia-info {
  color: var(--text);
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
}

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

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

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

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

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

.instruction.paragraph {
  max-width: 39.3em;
  padding-left: 0;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px dashed #f7b84b;
  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;
}

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

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

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

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

.div-block-416 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-220 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-221 {
  font-size: 42px;
  font-weight: 700;
}

.text-block-221.other {
  font-size: 35px;
}

.grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

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

.list-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  list-style-type: none;
  display: flex;
}

.div-block-417 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.button-3 {
  text-align: center;
  border-radius: 5px;
  height: 50px;
  padding: 17px 1.3rem;
  font-size: 100%;
  line-height: 100%;
  display: block;
}

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

.button-3.bx {
  width: 100%;
  height: 45px;
  line-height: 10px;
}

.button-3.bx:hover {
  background-color: #1a5785;
}

.text-block-222 {
  color: var(--btn);
  font-size: 15px;
  font-weight: 700;
}

.subscription-card {
  background-color: #fff;
  border-radius: 10px;
  width: 30%;
  padding: 40px 30px;
}

.subscription-card.outher {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-223 {
  color: #636060;
}

.text-block-224 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
}

.text-block-225 {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 700;
}

.list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: decimal;
}

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

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

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

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

.table-cell._20.mt-10 {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.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: #0d1a2c;
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-color: #0d1a2c;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

.table-action-button {
  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;
}

.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._10 {
  flex-wrap: wrap;
  width: 10%;
}

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

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

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

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

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

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

.button-text.white {
  color: #fff;
}

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

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

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

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

.po {
  margin-top: 0;
}

.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._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.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: #fff;
  background-color: #0d1a2c;
  border-color: #0d1a2c;
}

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

.action-button.modal-button.sim {
  background-color: var(--red);
  color: #000;
  border-color: #0000;
  padding-top: 10px;
}

.action-button.modal-button.sim.error {
  background-color: var(--red);
  color: #fff;
}

.action-button.modal-button.cancelar-acao {
  padding-top: 10px;
}

.action-button.modal-button.sim {
  color: #000;
  background-color: #f7b84b;
  border-color: #0000;
}

.action-button.modal-button.cancelar-acao:hover {
  background-color: #667999;
  border-color: #0000;
}

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

.modal-delete.error {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: #dd4040;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  transform: translate(0, -120%);
}

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

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

.modal-delete.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: #0d1a2c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  background-image: none;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  display: block;
  position: absolute;
  inset: 32px auto auto 32px;
}

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

.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.info {
  background-color: var(--btn);
  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-cta-wrapper {
  float: right;
  margin-top: 32px;
}

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

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

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

.modal-subtext.visible.modal-link {
  box-shadow: none;
  background-color: #0000;
  margin-top: 10px;
  padding: 10px 0 10px 35px;
}

.modal-subtext.visible.text-success {
  margin-top: 20px;
  padding-left: 44px;
  padding-right: 20px;
}

.modal-trigger-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

.not-valid {
  display: none;
}

.relative {
  position: relative;
}

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

.modal-success {
  z-index: 1000;
  background-color: #fff;
  border-left: 4px solid #0bb261;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

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

.modal-icon-2 {
  color: #fff;
  background-color: #0d1a2c;
  background-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  position: absolute;
  inset: 32px auto auto 32px;
}

.modal-icon-2.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-warning {
  z-index: 1000;
  background-color: #fff;
  border-left: 4px solid #0000;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

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

.modal-icon-3 {
  color: #fff;
  background-color: #0d1a2c;
  background-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  position: absolute;
  inset: 32px auto auto 32px;
}

.modal-icon-3.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;
}

.modal-link-copy {
  z-index: 1000;
  border-left: 4px solid var(--blue-sky);
  background-color: #fff;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
}

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

.modal-link.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: var(--btn);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon-4 {
  color: #fff;
  background-color: #0d1a2c;
  background-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  position: absolute;
  inset: 32px auto auto 32px;
}

.modal-icon-4.info {
  background-color: #0d1a2c;
  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;
}

.form-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 32px;
  display: block;
}

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

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

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

.body-2 {
  background-color: #c9d7f030;
}

.btn-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--title);
  display: flex;
}

.btn-link:hover {
  color: var(--gray-light);
}

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

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

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

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

.form-text-field-2._2 {
  border-color: var(--border);
  height: 80px;
}

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

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

.btn-wrapper {
  margin-top: 40px;
}

.btn-wrapper._2 {
  margin-top: 30px;
}

.btn-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-wrapper.flex._2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  margin-top: 20px;
}

.link-box {
  margin-top: 20px;
  display: block;
}

.text-link-convite {
  background-color: var(--gray-light);
  color: var(--gray-button);
  border-radius: 4px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
}

.modal-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 60px;
  display: flex;
}

.modal-uccess {
  z-index: 1000;
  background-color: #fff;
  border-left: 4px solid #0bb261;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

.modal-uccess.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: var(--btn);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.account-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.upload-prreview {
  background-color: var(--gray-light);
  text-align: center;
  border: .125rem solid #4190ff;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  margin: 10px 0 30px;
  padding: 50px 10px;
  transition: background-color .2s;
  display: flex;
}

.upload-prreview:hover {
  border-style: dotted;
}

.upload-prreview.normal {
  min-height: auto;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-label {
  color: var(--btn);
  cursor: pointer;
  font-weight: 600;
}

.label {
  cursor: pointer;
}

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

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

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

.uploaded-photo-info.delete-btn {
  padding-right: 20px;
}

.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-content {
  background-color: #f8f8f8;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.action-button-2.delete-item {
  color: #c9d7f0;
  background-color: #0000;
  border-style: none solid none none;
  border-color: #0000;
  align-items: center;
  height: 100%;
  padding: 10px;
  transition: color .1s;
}

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

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

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

.notifications-box {
  z-index: 100;
  opacity: 1;
  background-color: #fff;
  border-radius: 8px;
  width: 300px;
  padding: 15px 5px 15px 15px;
  display: none;
  position: absolute;
  top: 56px;
  left: -112px;
  right: 0;
  box-shadow: 0 2px 5px #0003;
}

.text-notification {
  color: var(--title);
  font-size: 13px;
}

.flex-block-4 {
  flex-flow: row;
}

.close-notifications {
  background-color: #0000;
  width: 100%;
  height: 100vw;
  display: none;
  position: fixed;
  inset: 62px 0 0;
}

.hide-pc.space {
  display: none;
}

.empty-info {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.empty-img {
  background-image: url('../images/empty_1empty.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

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

.empty-text {
  color: var(--text);
  text-overflow: ellipsis;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 350px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

.no-content {
  background-color: var(--gray-light);
  text-align: center;
  border: 1px dashed #667999;
  border-radius: 5px;
  width: 100%;
  margin: 25px auto;
  padding: 35px;
}

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

.link-2 {
  display: none;
}

.birth-message {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border);
  background-color: var(--gray-light);
  border-radius: 4px;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.radio-button {
  width: 19px;
  height: 19px;
  margin-bottom: 4px;
}

.colaborador {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
}

.colaborador.white {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.colaborador.white.space {
  margin-top: 30px;
}

.colaborador.white.space.hide-pc {
  display: none;
}

@media screen and (max-width: 991px) {
  .container.relative.none {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    position: relative;
  }

  .menu-link.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .form-block {
    width: 95%;
  }

  .main {
    height: auto;
  }

  .sidebar.hide-t {
    display: none;
  }

  .menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .menu-icon {
    font-size: 18px;
  }

  .content {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-2.custom {
    grid-template-columns: 1fr;
  }

  .col-2.custom.invert {
    grid-template-columns: 1fr 40%;
  }

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

  .card {
    overflow: hidden;
  }

  .card.no-space.hide-t, .card.hide-t {
    display: none;
  }

  .flex-block-2 {
    display: flex;
  }

  .flex-block-2.row.birth {
    width: 100%;
  }

  .right-panel.hide-t {
    display: none;
  }

  .tasks.white.space-m {
    margin-top: -20px;
  }

  .task-box-content.kanban-area {
    max-height: 580px;
    overflow: auto;
  }

  .div-block-3._2 {
    margin-left: auto;
  }

  .shortcuts.hide-t, .btn.light.hide-t {
    display: none;
  }

  .btn.outline {
    display: inline-flex;
  }

  .mobile-menu {
    z-index: 0;
    opacity: 1;
    background-color: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .back-button {
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-2.box {
    font-size: 30px;
  }

  .search._3 {
    z-index: 1001;
    width: 100%;
    margin-top: 74px;
  }

  .chat-wrapper {
    z-index: 10;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .chat-wrapper.mobile {
    z-index: 0;
    left: 0%;
    right: 0%;
  }

  .chat-info-nav {
    z-index: 100;
    border-bottom: 1px #f5f5f5;
    margin-top: 64px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .chat-info-nav.mobile {
    justify-content: flex-start;
    margin-top: 70px;
  }

  .chat-info-nav.new-chat {
    top: -79px;
  }

  .tab-pane-tab-1-2 {
    z-index: 100;
    padding-top: 143px;
  }

  .chat-picker-wrapper._80 {
    z-index: 1000;
    z-index: 1000;
    z-index: 1000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 75px;
    display: block;
    position: absolute;
    left: 0;
  }

  .link-5 {
    color: var(--text);
    font-family: "Fa Solid 900", Arial, sans-serif;
  }

  .chat-bubble-container._25px-padding {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 140px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .name.with-bottom-margin.smaller-text {
    color: var(--text);
  }

  .chat-text-filed-form-wrapper {
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 65px auto;
  }

  .div-block-284 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .chat-here {
    display: none;
  }

  .chat-here.mobile {
    display: block;
  }

  .flexed-block.mobile {
    width: 100%;
  }

  .tab-pane-tab-1-3 {
    z-index: 100;
    padding-top: 143px;
  }

  .chat-here-2 {
    display: none;
  }

  .chat-here-2.mobile {
    display: block;
  }

  .tab-pane-tab-1-4 {
    z-index: 100;
    padding-top: 60px;
  }

  .div-block-322 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .chat-here-3 {
    display: none;
  }

  .chat-here-3.mobile {
    display: block;
  }

  .search-box.mobile {
    z-index: 1001;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
    min-width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 8px;
    left: 0;
    right: 0;
  }

  .new-chat-box {
    z-index: 1009;
    width: 100%;
    transform: translate(-100%);
  }

  .contacts-container {
    margin-top: 60px;
  }

  .mt-10.hidden-pc-only {
    display: block;
  }

  .new-group-box {
    z-index: 1009;
    width: 100%;
    bottom: auto;
    transform: translate(-100%);
  }

  .group-info {
    margin-top: 60px;
  }

  .div-block-324 {
    margin-top: 0;
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .div-block-325 {
    height: 76vh;
  }

  .chat-info {
    z-index: 1000;
    opacity: 1;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50px;
    left: 0;
    right: auto;
    transform: translate(-100%);
  }

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

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

  .topbar {
    background-color: #0000;
    padding: 10px 20px 0;
  }

  .text-block-208 {
    font-weight: 300;
  }

  .select-status.hide-t {
    display: none;
  }

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

  .birthdate-people {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .birthdate-people.grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .col-4.project {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-3 {
    overflow: hidden;
  }

  .dept-people {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dept-people.grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-3.pagamentos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 60em;
  }

  .container-3.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

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

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

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

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

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

  .close-modal {
    top: 24px;
    right: 24px;
  }

  .modal-delete {
    padding: 24px;
  }

  .modal-icon {
    top: 24px;
    left: 24px;
  }

  .modal-cta-wrapper {
    margin-top: 24px;
  }

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

  .not-valid {
    display: none;
  }

  .modal-success {
    padding: 24px;
  }

  .modal-icon-2 {
    top: 24px;
    left: 24px;
  }

  .modal-warning {
    padding: 24px;
  }

  .modal-icon-3 {
    top: 24px;
    left: 24px;
  }

  .modal-link {
    padding: 24px;
  }

  .modal-icon-4 {
    top: 24px;
    left: 24px;
  }

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

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

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

  .modal-uccess {
    padding: 24px;
  }

  .hide-pc.space {
    margin-bottom: 40px;
    display: block;
  }

  .kpi-header-2 {
    text-align: left;
    height: 25px;
  }

  .link-2 {
    display: none;
  }

  .colaborador.white.space-m {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .container.relative.none {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link.options {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--text);
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .search-input-2 {
    height: 40px;
  }

  .search-button-2._89 {
    top: 2px;
  }

  .form.filter {
    justify-content: flex-start;
  }

  .icon.mr-10 {
    margin-right: 10px;
  }

  .form-block.form-comment {
    min-width: auto;
  }

  .form-block.search-items-page, .form-block.search-items-page.filter {
    width: 100%;
  }

  .col-2 {
    grid-template-columns: 100%;
  }

  .col-2.custom._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .col-2.custom.invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-end;
    display: flex;
  }

  .card {
    padding: 15px;
    display: block;
  }

  .card.event-participants {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .card.hide-mobile-v {
    display: none;
  }

  .card-time-info.small {
    text-align: center;
  }

  .card-content.task-review {
    overflow: hidden;
  }

  .card-news-title {
    margin-bottom: 0;
  }

  .card-actions {
    flex-flow: row;
  }

  .card-action-link.active {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .card-action-icon {
    font-size: 16px;
  }

  .coment-area, .user-info.task-form {
    width: 100%;
  }

  .flex-block-2.center.mt-10.flex-row {
    flex-flow: row;
  }

  .flex-block-2.no-margin.top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex-block-2.mt-5 {
    margin-top: 5px;
  }

  .flex-block-2.form-task {
    flex-flow: wrap;
  }

  .tasks {
    width: 100%;
    overflow: visible;
  }

  .dropdown.mobile-options {
    display: inline-flex;
  }

  .dropdown-list.mobile-options {
    top: 35px;
    right: 10px;
  }

  .task-box-content.kanban-area {
    max-height: 460px;
  }

  .shortcuts.hide-m {
    display: none;
  }

  .btn.light.danger.form.only-hide-pc-tablet {
    background-color: #fff;
    border-style: solid;
    border-color: #ea3942;
    display: block;
  }

  .btn.light.danger.form.only-hide-pc-tablet:hover {
    color: #fff;
    background-color: #ea3942;
  }

  .btn.small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.small.rounded {
    color: #fff;
  }

  .btn.small.rounded.light {
    color: var(--text);
  }

  .div-block-4.hide-m {
    display: none;
  }

  .div-block-4.hide-p {
    display: flex;
  }

  .filter-box {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: flex-start;
  }

  .filter-btn-box {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
  }

  .header-back-wrapper.buttonx {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    align-items: center;
  }

  .header-back-wrapper.buttonx.top {
    overflow: visible;
  }

  .div-block-5 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-5.top {
    align-items: flex-start;
  }

  .back-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 1;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-2.box {
    font-size: 29px;
    line-height: 37px;
  }

  .grid-image-pub {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .chat-info-wrapper.minus-margin {
    position: relative;
    overflow: visible;
  }

  .chat-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .chat-info-nav {
    margin-top: 62px;
  }

  .tab-pane-tab-1-2 {
    padding-top: 143px;
  }

  .chat-picker-wrapper._80 {
    background-color: #fff;
    padding-top: 78px;
    display: block;
    inset: -18px auto auto 0;
  }

  .chat-bubble-container._25px-padding {
    padding-bottom: 108px;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 0;
    bottom: 65px;
  }

  .tab-pane-tab-1-3 {
    padding-top: 143px;
  }

  .tab-pane-tab-1-4 {
    padding-top: 80px;
  }

  .search-box.mobile {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

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

  .select-status {
    max-width: 180px;
  }

  .search-input-box-icon {
    max-width: none;
  }

  .btn-page {
    display: none;
  }

  .btn-page-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .subtitle {
    margin-bottom: 0;
  }

  .title-options {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: inline-flex;
  }

  .input {
    height: 50px;
  }

  .form-field-box {
    width: 100%;
  }

  .form-new {
    width: 100%;
  }

  .event-content {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .event-title-link {
    margin-bottom: 0;
  }

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

  .title-preview-page {
    margin-bottom: 0;
    font-size: 20px;
  }

  .table-box.projects-profile {
    overflow: auto;
  }

  .birthdate-people {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .birthdate-people.grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .birth-user {
    width: 100%;
  }

  .profile-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .profile-info-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .col-4.project {
    grid-template-columns: 1fr;
  }

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

  .kamban {
    margin-top: 10px;
  }

  .task-table {
    flex-flow: row;
    width: 756px;
    overflow: visible;
  }

  .row._10 {
    flex-flow: row;
  }

  .n_65 {
    padding-left: 20px;
  }

  .text-block-189 {
    font-size: 14px;
  }

  .d_15 {
    display: none;
    overflow: visible;
  }

  .nome-do-lan-amento {
    font-size: 16px;
  }

  .modal {
    display: none;
  }

  .dept-people {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .dept-people.grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .login-block.flexible {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: static;
  }

  .login-block.video-side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .login-section {
    flex-direction: column;
    width: auto;
    height: auto;
    display: flex;
  }

  .login-container, .step-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .container-3.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

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

  .button-3.bx {
    height: 40px;
    padding: 10px 1rem;
    line-height: 19px;
  }

  .subscription-card, .div-block-418 {
    width: 100%;
  }

  .table-cell {
    height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-cell._10 {
    width: 100%;
  }

  .table-cell._15 {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

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

  .table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

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

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

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

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

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

  .flyout-menu-content.in-table {
    padding-left: 0;
    padding-right: 0;
  }

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

  .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 {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

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

  .cell-label {
    height: 24px;
  }

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

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

  .flyout-menu-wrapper.table-actions-flyout {
    border-radius: 8px;
    display: block;
    right: 50%;
  }

  .icon-3 {
    display: none;
  }

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

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

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

  .modal-text-wrapper {
    padding-top: 2px;
  }

  .modal-header {
    font-size: 18px;
  }

  .close-modal {
    background-color: #fff;
    border-color: #fff;
    top: 4px;
    right: 4px;
  }

  .action-button.modal-button {
    padding-top: 14px;
    font-size: 15px;
  }

  .modal-delete {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .modal-icon {
    top: 16px;
    left: 16px;
  }

  .modal-cta-wrapper {
    margin-top: 16px;
  }

  .modal-subtext {
    margin-top: 5px;
    font-size: 14px;
  }

  .sucesso, .informacao, .erro, .alerta {
    font-size: 14px;
    overflow: hidden;
  }

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

  .table-row-2.cell-label-wrapper, .close-flyout {
    display: none;
  }

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

  .modal-header-2 {
    font-size: 18px;
  }

  .modal-success {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .modal-icon-2 {
    top: 16px;
    left: 16px;
  }

  .modal-warning {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .modal-icon-3 {
    top: 16px;
    left: 16px;
  }

  .modal-link {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .modal-icon-4 {
    top: 16px;
    left: 16px;
  }

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

  .modal-uccess {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .item-action {
    justify-content: center;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .link-2 {
    color: #c9d7f0;
    font-weight: 500;
    display: block;
  }

  .colaborador {
    width: 100%;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
  }

  .container.relative.none {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    position: fixed;
  }

  .menu-link.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link.options {
    margin-left: auto;
    padding: 11px 15px 13px;
    display: inline-flex;
  }

  .avatar-img.card-news, .avatar-img.mobile {
    width: 30px;
    height: 30px;
  }

  .search-no-filtro {
    width: 100%;
  }

  .search-input-2 {
    height: 40px;
  }

  .search-input {
    min-width: 180px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form.filter {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .icon.search {
    top: 6px;
  }

  .icon.small {
    font-size: 14px;
  }

  .icon.notification {
    font-size: 17px;
  }

  .icon.tabs {
    font-size: 14px;
  }

  .form-block, .form-block.form-comment, .form-block.search-items-page {
    width: 100%;
  }

  .form-block.search-items-page.filter {
    width: 100%;
    margin-top: 10px;
  }

  .main {
    height: auto;
  }

  .menu {
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

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

  .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .col-2.custom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .col-2.custom.invert._2 {
    flex-flow: column;
  }

  .col-2.row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
    display: flex;
  }

  .div-block-2 {
    padding-top: 85px;
  }

  .div-block-2.before-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .card {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card.small.task.task-link {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .card.preview-pub {
    background-color: #0000;
    padding: 0;
  }

  .card.form {
    padding-top: 25px;
    overflow: hidden;
  }

  .card.hide-mobile-v {
    display: block;
  }

  .card.no-space.card-link {
    width: 47%;
  }

  .card.no-space.card-link.middle {
    width: 50%;
  }

  .ard-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .card-time-info {
    font-weight: 400;
  }

  .card-time-info.small {
    text-align: left;
  }

  .card-time-info.small.center {
    text-align: center;
  }

  .card-news-title {
    overflow-wrap: normal;
    font-size: 22px;
    line-height: 26px;
  }

  .card-actions {
    flex-flow: row;
  }

  .card-action-link {
    font-size: 14px;
  }

  .card-action-link.rounded {
    background-color: #fff;
  }

  .card-action-icon {
    color: #a7a8ab;
    font-size: 18px;
  }

  .card-footer {
    width: 100%;
  }

  .coment-area {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .comment-input {
    width: 100%;
    margin-top: 0;
  }

  .comments {
    padding-bottom: 0;
  }

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

  .comment-info {
    background-color: #f1f5f9;
    width: auto;
  }

  .user-info {
    align-items: center;
  }

  .user-info.task-form {
    background-color: var(--gray-light);
    width: 100%;
    display: inline-flex;
  }

  .flex-block-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .flex-block-2.center.row {
    margin-bottom: 10px;
  }

  .flex-block-2.center.mt-20.flex-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .flex-block-2.no-margin.row {
    flex-flow: row;
  }

  .flex-block-2.left {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .flex-block-2.mt-5 {
    flex-flow: column;
  }

  .flex-block-2.mt-5.row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-top: 10px;
  }

  .flex-block-2.space.row {
    margin-bottom: 20px;
  }

  .flex-block-2.row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 0;
  }

  .flex-block-2.row.task-status-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 10px;
    padding-top: 15px;
  }

  .flex-block-2.row.space {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-block-2.row.task-attr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-2.row.no-space {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .flex-block-2.form-task {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    max-height: 200px;
    overflow: auto;
  }

  .right-panel {
    margin-top: 90px;
  }

  .right-panel.full.no-space {
    margin-top: 10px;
  }

  .right-panel.full.no-space.invert {
    display: block;
  }

  .right-panel._2 {
    margin-top: 40px;
  }

  .tasks {
    margin-top: -50px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .tasks.white.space {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .tasks.white.space.hide-pc {
    display: block;
  }

  .tasks.white.space-m {
    margin-top: 20px;
  }

  .task-title {
    font-size: 15px;
  }

  .dropdown-list.options.w--open {
    min-width: 150px;
    inset: 51px 0 auto;
  }

  .dropdown-list.mobile-options {
    display: none;
  }

  .dropdown-list.mobile-options.w--open {
    display: block;
    position: absolute;
  }

  .task-box-content.in-modal {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-day.big {
    font-size: 40px;
  }

  .event-month.big {
    font-size: 18px;
  }

  .welcome {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .shortcuts.hide-p, .btn.light {
    display: flex;
  }

  .btn.light.m-full, .btn.light.w50 {
    width: 100%;
  }

  .btn.dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--blue-sky);
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .btn.form {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn.outline {
    display: flex;
  }

  .btn.full {
    width: 100%;
  }

  .btn.small.rounded {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 0;
  }

  .btn.small.rounded:hover {
    background-color: var(--center);
  }

  .btn.small.rounded.light {
    background-color: var(--gray-light);
    color: var(--text);
  }

  .btn.small.rounded.light:hover {
    background-color: var(--border);
  }

  .btn.small.rounded.table-action-button {
    background-color: var(--btn);
  }

  .btn.fuul-m, .btn.w50 {
    width: 100%;
  }

  .btn-icon.outline.image {
    height: auto;
  }

  .nav-menu {
    z-index: 1000;
    border-left: 1px solid var(--border);
    background-color: var(--gray-light);
    flex-flow: column;
    width: 85%;
    height: 100vh;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 5px;
    position: fixed;
    inset: 0% auto 0% 50px;
  }

  .navbar-optioons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-options-icon {
    font-size: 27px;
  }

  .nav-option-link {
    width: 35px;
    height: 35px;
    padding: 0;
  }

  .number {
    font-size: 16px;
  }

  .action-title, .hide-m {
    display: none;
  }

  .icon-2 {
    margin-left: 10px;
  }

  .text-block-3 {
    margin-right: 25px;
  }

  .option-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--text);
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
  }

  .publication-box {
    min-height: 120px;
  }

  .div-block-4.hide-p {
    display: flex;
  }

  .mobile-menu {
    background-color: #fff;
    display: block;
    box-shadow: 0 2px 5px 1px #0003;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .title-bar.with-back {
    align-items: center;
    display: flex;
  }

  .filter-box, .filter-box.mt-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .filter-btn.start {
    display: block;
  }

  .filter-btn.end {
    min-width: auto;
  }

  .filter-btn.end.active {
    display: block;
  }

  .filter-btn-box {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .status.warning.right {
    margin-left: auto;
  }

  .status.danger.only-mobile {
    margin-top: 5px;
    display: inline-block;
  }

  .status.danger.right, .status.right {
    margin-left: auto;
  }

  .documents-fixed {
    width: 100%;
  }

  .documents-fixed.task {
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
  }

  .document-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-back-wrapper.buttonx {
    flex-flow: row;
    align-items: center;
    overflow: visible;
  }

  .div-block-5 {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-5.top {
    justify-content: center;
  }

  .back-button {
    width: 37px;
    height: 37px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .heading-2 {
    line-height: 30px;
  }

  .heading-2.box {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 34px;
  }

  .title-input {
    width: 100%;
    height: 45px;
  }

  .div-block-282 {
    padding-left: 0;
  }

  .chat-wrapper {
    position: absolute;
    inset: 0%;
  }

  .chat-wrapper.mobile {
    left: 0%;
  }

  .chat-info-nav {
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

  .chat-info-nav.new-chat {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .chat-picker-wrapper._80 {
    padding-top: 60px;
    display: block;
    top: 0;
    left: 0;
  }

  .chat-text-form._25-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-5:hover {
    color: var(--blue-sky);
  }

  .div-block-276 {
    padding: 35px;
  }

  .message.sender-message {
    min-width: 60%;
  }

  .chat-bubble-container._25px-padding {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .name.with-bottom-margin.smaller-text {
    color: var(--text);
    font-size: 14px;
  }

  .name.small {
    font-size: 14px;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 0;
    position: fixed;
    bottom: 58px;
  }

  .div-block-280 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-user-status.online {
    font-size: 13px;
  }

  .chat-message, .chat-message.proposta {
    width: 90%;
  }

  .sender-interesse {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-284 {
    margin-right: 5px;
  }

  .form-block-5 {
    width: 100%;
  }

  .photo {
    width: 35px;
    height: 35px;
  }

  .div-block-281 {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .div-block-311 {
    padding-left: 0;
  }

  .interesse {
    width: 100%;
  }

  .div-block-313 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-314 {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .div-block-315 {
    padding-left: 0;
  }

  .tab-pane-tab-1-4 {
    padding-top: 54px;
  }

  .div-block-318 {
    padding: 35px;
  }

  .div-block-321 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-322 {
    margin-right: 5px;
  }

  .form-block-6 {
    width: 100%;
  }

  .div-block-323 {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .search-box.mobile {
    left: 0;
  }

  .new-chat-box {
    transform: translate(-100%);
  }

  .contacts-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-container.new-chat {
    margin-top: 50px;
  }

  .new-group-box {
    overflow: hidden;
    transform: translate(-100%);
  }

  .group-info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs-menu.form-tak {
    justify-content: center;
  }

  .div-block-324 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    bottom: 15px;
  }

  .chat-info {
    z-index: 10000;
    opacity: 100;
    display: none;
    top: 58px;
    transform: translate(0%);
  }

  .abbout-members {
    height: 80vh;
    margin-top: 0;
    padding-top: 500px;
  }

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

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

  .text-block-207 {
    font-size: 13px;
  }

  .select-status {
    max-width: none;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-page-mobile {
    z-index: 100;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    position: fixed;
    bottom: 40px;
    right: 15px;
  }

  .task-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .subtitle {
    color: var(--title);
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-5 {
    padding-top: 10px;
  }

  .filter-content {
    width: 100%;
    display: flex;
  }

  .title-options {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .title-options.hide-m {
    display: none;
  }

  .title-options.hide-pc {
    display: flex;
  }

  .input {
    height: 45px;
  }

  .input.publication {
    padding-top: 0;
    padding-bottom: 0;
  }

  .field-label.bold {
    margin-bottom: 0;
  }

  .form-field-box.subtasks {
    background-color: #0000;
    padding: 0;
  }

  .div-block-327 {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .event-title-link {
    overflow-wrap: normal;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }

  .notification-content.card {
    display: flex;
  }

  .notification-icon {
    width: 35px;
    height: 35px;
  }

  .title-preview-page {
    overflow-wrap: normal;
    font-size: 20px;
    line-height: 26px;
  }

  .dorp-menu-icon {
    right: 0;
  }

  .projects {
    overflow: hidden;
  }

  .table_component {
    width: 600px;
    overflow: visible;
  }

  .table-box.projects-profile {
    overflow: auto;
  }

  .aniversarios {
    margin-top: 30px;
  }

  .birthdate-people {
    grid-template-columns: 1fr;
  }

  .notifications-dropdown {
    display: block;
    position: static;
  }

  .user-dropdown-list.absolute {
    border-radius: 10px;
    width: 200px;
    display: none;
    top: 63px;
    left: auto;
    right: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .profile-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    align-items: center;
  }

  .profile-name {
    text-align: left;
  }

  .profile-name.center {
    text-align: center;
  }

  .col-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: block;
  }

  .col-4.row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-graph {
    margin-bottom: 10px;
  }

  .setting-tab-link {
    margin-bottom: 15px;
  }

  .form_upload-div {
    text-align: center;
  }

  .documents {
    width: 100%;
  }

  .kamban {
    margin-top: 30px;
  }

  .kamban-content {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .tabs-menu-3 {
    overflow: auto;
  }

  .input-file-content {
    margin-bottom: 40px;
  }

  .lancamento-wrapper {
    padding-right: 10px;
  }

  .n_65 {
    width: 95%;
  }

  .valor_20, .modal, .modal-content.medium {
    display: none;
  }

  .dept-people {
    grid-template-columns: 1fr;
  }

  .modal-update {
    display: none;
  }

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

  .login-logo {
    height: 60px;
  }

  .login-block.video-side {
    height: 250px;
  }

  .image {
    object-fit: contain;
    height: 70px;
  }

  .page-h1 {
    line-height: 110%;
  }

  .login-container, .step-two {
    padding-top: 0;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-3.pagamentos {
    max-width: none;
  }

  .container-3.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .instruction {
    font-size: 1.2em;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .div-block-419 {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  .button-3 {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px .5rem;
    font-size: 100%;
    line-height: 19px;
  }

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

  .div-block-420 {
    text-align: center;
  }

  .text-block-224 {
    line-height: 15px;
  }

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

  .table-cell._15 {
    height: auto;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .table-cell._15.space {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

  .table-cell._30.client-cell {
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 8px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  .flyout-menu-wrapper.table-actions-flyout.top {
    width: 175px;
    display: none;
    top: auto;
    bottom: 70px;
    right: 0%;
  }

  .icon-3 {
    display: block;
  }

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

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

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

  .table-row-content.item-link.light {
    border: 1px solid var(--border);
    background-color: #fefefe;
  }

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

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

  .modals-wrapper {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .modal-header {
    margin-top: 8px;
    font-size: 16px;
  }

  .close-modal {
    top: 16px;
    right: 10px;
  }

  .action-button {
    margin-bottom: 10px;
  }

  .action-button.modal-button.sim.error {
    background-color: var(--red);
    color: #fff;
  }

  .modal-delete.error {
    display: none;
  }

  .modal-subtext.visible.modal-link {
    margin-top: 20px;
    padding-left: 5px;
  }

  .modal-trigger-wrapper {
    min-width: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .table-row-2 {
    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;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    color: var(--blue-sky);
    background-color: #0000;
  }

  .menu-dropdown {
    display: block;
  }

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

  .grid-27 {
    grid-template-rows: auto;
    margin-top: 14px;
  }

  .not-valid {
    display: none;
  }

  .modal-header-2 {
    font-size: 16px;
  }

  .modal-link.info {
    display: none;
  }

  .form-link {
    flex-flow: column;
    padding-left: 0;
  }

  .btn-wrapper.flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .div-block-423 {
    text-align: center;
  }

  .paragraph-6 {
    margin-bottom: 3px;
  }

  .modal-uccess.info {
    display: none;
  }

  .upload-prreview {
    text-align: center;
  }

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

  .uploaded-photo-info.delete-btn {
    padding-right: 5px;
  }

  .uploaded-photo-div {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .action-button-2 {
    margin-bottom: 10px;
  }

  .action-button-2.delete-item {
    display: flex;
  }

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

  .hide-pc.space {
    margin-bottom: 30px;
  }

  .empty-info {
    text-align: center;
  }

  .item-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .colaborador {
    margin-top: -50px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .colaborador.white.space {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .colaborador.white.space.hide-pc {
    display: block;
  }

  .colaborador.white.space-m {
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Icon Works';
  src: url('../fonts/icon-works.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}