:root {
  --_colors---blue: #3b82f6;
  --_colors---bw-600: #171717;
  --_colors---green: #34c759;
  --_colors---red: #ff3b30;
  --_colors---orange: #ff9500;
  --_colors---teal: #5ac8fa;
  --_colors---bw-250: #e5e5e5;
  --_colors---bw-100: white;
  --_colors---bw-300: #d4d4d4;
  --_colors---bw-200: #fafafa;
  --_colors---bw-350: #a3a3a3;
  --_colors---bw-400: #737373;
  --_colors---blue-100: #eff6ff;
  --_colors---transparent: #fff0;
  --_colors---bw-500: #404040;
  --_colors---indigo: #5856d6;
  --_colors---purple: #af52de;
  --_colors---yellow: #fc0;
  --_colors---main: Inter, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

a {
  color: var(--_colors---blue);
  text-decoration: underline;
}

.item-image {
  border-radius: 10px;
  width: 44px;
  max-width: 44px;
  height: 44px;
  max-height: 44px;
}

.status {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--_colors---bw-600);
  justify-content: flex-start;
  align-items: flex-start;
}

.status-lamp {
  background-color: var(--_colors---green);
  border-radius: 30px;
  width: 8px;
  height: 8px;
}

.status-lamp.red {
  background-color: var(--_colors---red);
}

.status-lamp.orange {
  background-color: var(--_colors---orange);
}

.status-lamp.teal {
  background-color: var(--_colors---teal);
}

.item {
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  cursor: pointer;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 78px;
  min-height: 78px;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 16px;
}

.item:hover {
  border-color: var(--_colors---bw-100);
  box-shadow: 0 0 5px #0000001a;
}

.item:active {
  box-shadow: none;
}

.item-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 150px;
  overflow: hidden;
}

.svg-icon {
  color: var(--_colors---bw-300);
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: block;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon._24 {
  padding: 4px;
}

.connector {
  z-index: 1;
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
}

.connector.s {
  border-radius: 8px;
}

.stack-header {
  z-index: 2;
  background-color: var(--_colors---bw-100);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 38px 8px 16px;
  display: flex;
}

.stack-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}

.stack {
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
}

.stack-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: scroll;
}

.header {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 60px;
  max-height: 60px;
  display: flex;
}

.company-logo {
  width: 36px;
}

.body-workflow {
  background-color: var(--_colors---bw-200);
  color: var(--_colors---bw-600);
  min-width: 1200px;
  max-width: 1920px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.items-list {
  max-height: 80svh;
  padding-left: 10px;
  padding-right: 10px;
  overflow: scroll;
}

.item-text-status {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-padding-square._8 {
  min-width: 8px;
  min-height: 8px;
}

.stack-connector-position {
  z-index: 3;
  height: 0;
  position: relative;
  top: -21px;
  left: 164px;
}

.text {
  color: var(--_colors---bw-600);
}

.text._12 {
  font-size: 12px;
}

.text._12.secondary {
  color: var(--_colors---bw-350);
}

.text._14 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.text._14.secondary {
  color: var(--_colors---bw-300);
}

.text._20 {
  font-size: 20px;
}

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

.header-info {
  justify-content: center;
  align-items: flex-end;
}

.item-status-group {
  min-height: 18px;
}

.workflow-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 312px;
  min-height: 30px;
  margin-right: 8px;
  padding-top: 8px;
  font-size: 28px;
  font-weight: 600;
  overflow: hidden;
}

.body-home {
  background-color: var(--_colors---bw-200);
  color: var(--_colors---bw-600);
  max-width: 1920px;
  font-family: Inter, sans-serif;
  line-height: 120%;
}

.workflow-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 32px 33px;
  overflow: scroll;
}

.workflow-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  cursor: pointer;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 460px;
  padding: 32px 40px;
}

.workflow-card:hover {
  border-color: var(--_colors---bw-200);
  box-shadow: 0 0 10px #0000001a;
}

.workflow-card:active {
  box-shadow: none;
}

.workflow-header {
  justify-content: space-between;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  height: 44px;
}

.switch {
  background-color: var(--_colors---green);
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.switch:hover {
  opacity: .8;
}

.switch:active {
  background-color: var(--_colors---bw-300);
  justify-content: flex-start;
  align-items: center;
}

.switch-circle {
  background-color: var(--_colors---bw-100);
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.workflow-period-tabs {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 32px;
  padding-bottom: 8px;
}

.text-link {
  text-decoration: none;
}

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

.text-link.secondary {
  color: var(--_colors---bw-400);
}

.text-link.secondary:active {
  color: var(--_colors---bw-300);
  text-decoration: underline;
}

.workflow-status-table_instance {
  display: block;
}

.workflow-status-table_cell {
  border: 1px solid var(--_colors---bw-100);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40px;
  padding: 8px 0;
  overflow: hidden;
}

.workflow-status-table_cell.align-r {
  text-align: right;
}

.workflow-status-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.workflow-status-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.workflow-status-table {
  width: 100%;
}

.workflow-card-total-text {
  font-size: 32px;
  font-weight: 600;
}

.workflow-card-total {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
}

.button {
  background-color: var(--_colors---blue);
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 12px;
}

.button:hover {
  opacity: .8;
}

.button:active {
  opacity: 100;
}

.button.tertiary {
  color: var(--_colors---bw-400);
  background-color: #3b82f600;
  background-image: url('../images/download.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 0;
  font-weight: 400;
}

.button.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.divider {
  background-color: var(--_colors---bw-300);
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.stack-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
}

.item-edit {
  z-index: 3;
  background-color: var(--_colors---bw-100);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item-view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 420px;
  max-width: 40%;
  min-height: 20svh;
  max-height: 90svh;
  margin: 10px;
  padding: 32px;
  box-shadow: 0 0 10px #0000001a;
}

.item-io {
  background-color: var(--_colors---bw-100);
  min-width: 30%;
  max-width: 30%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.item-edit-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.item-edit-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
}

.item-edit-avatar-image {
  border-radius: 10px;
  width: 44px;
  height: 44px;
}

.item-edit-reference {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.button-icon {
  background-color: var(--_colors---bw-100);
  color: var(--_colors---bw-600);
  cursor: pointer;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 12px;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 4px;
}

.button-icon:hover {
  background-color: var(--_colors---bw-200);
}

.button-icon:active {
  background-color: var(--_colors---bw-100);
}

.button-icon:focus {
  background-color: var(--_colors---bw-200);
}

.stack-dropdown-toggle {
  cursor: pointer;
  background-image: url('../images/dots-vertical.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 12px;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 0;
}

.stack-dropdown-toggle:hover {
  background-color: var(--_colors---bw-200);
  border-radius: 12px;
}

.stack-dropdown-toggle:active {
  background-color: var(--_colors---bw-100);
}

.stack-dropdown-toggle:focus {
  background-color: var(--_colors---bw-200);
}

.stack-dropdown {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

.dropdown-list {
  z-index: 1;
  border: 1px solid var(--_colors---bw-200);
  background-color: var(--_colors---bw-100);
  border-radius: 20px;
  width: 170px;
  padding: 16px 24px 16px 16px;
  position: relative;
  box-shadow: 0 2px 10px #0003;
}

.dropdown-list.w--open {
  border: 1px solid var(--_colors---bw-250);
  width: 190px;
}

.stack-dropdown-item {
  cursor: pointer;
  background-image: url('../images/plus.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 8px 32px 8px 12px;
}

.stack-dropdown-item:hover {
  color: var(--_colors---bw-350);
}

.stack-dropdown-item:active {
  color: var(--_colors---bw-600);
}

.stack-dropdown-item:focus {
  color: var(--_colors---bw-350);
}

.stack-dropdown-item.add-action, .stack-dropdown-item.add-stack {
  background-image: url('../images/plus.svg');
}

.stack-dropdown-item.delete-column {
  background-image: url('../images/trash_1.svg');
}

.stack-dropdown-item.rename-stack {
  background-image: url('../images/pencil.svg');
}

.header-dropdown-list {
  background-color: #ddd;
  z-index: 1000;
}

.header-dropdown-list.w--open {
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  cursor: pointer;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  right: 0;
  box-shadow: 0 2px 10px #0003;
  z-index: 1000;
}

.header-dropdown-link {
  padding: 10px 8px;
}

.header-dropdown-link:hover {
  color: var(--_colors---bw-400);
}

.header-dropdown-link:active {
  color: var(--_colors---bw-600);
}

.header-dropdown-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 32px;
  font-size: 14px;
}

.header-dropdown-icon {
  color: var(--_colors---blue);
}

.body-table {
  color: var(--_colors---bw-600);
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  line-height: 120%;
}

.fs-table_instance {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 16px;
  display: block;
  overflow: scroll;
}

.fs-table_header {
  border-style: solid;
  border-width: 1px;
  border-color: var(--_colors---bw-100) var(--_colors---bw-100) var(--_colors---bw-350);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  padding: 8px 4px;
  overflow: hidden;
}

.fs-table_row {
  border: 1px solid var(--_colors---bw-100);
  text-align: left;
}

.fs-table_head {
  background-color: var(--_colors---bw-100);
}

.fs-table_cell {
  border: 1px solid #ddd;
  border-right: 1px solid var(--_colors---bw-100);
  border-bottom: 1px solid var(--_colors---bw-250);
  border-left: 1px solid var(--_colors---bw-100);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  max-width: 80px;
  padding: 8px 4px;
  overflow: hidden;
}

.fs-table_body {
  background-color: var(--_colors---bw-100);
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.header-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.header-left-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
}

.button-pill {
  background-color: var(--_colors---blue);
  cursor: pointer;
  border-radius: 30px;
  padding: 6px 9px 5px;
  font-size: 12px;
  font-weight: 200;
}

.button-pill:hover {
  opacity: .8;
}

.button-pill:active {
  opacity: 100;
}

.button-pill.secondary {
  border: 1px solid var(--_colors---bw-300);
  color: var(--_colors---bw-600);
  background-color: #0000;
  background-image: url('../images/plus.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-attachment: scroll;
  padding-right: 24px;
  font-weight: 400;
}

.workflow-status-table_cell-column {
  border: 1px solid var(--_colors---bw-100);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  padding: 8px 4px;
  overflow: hidden;
}

.button-fake {
  background-color: var(--_colors---blue);
  color: var(--_colors---bw-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-weight: 200;
  display: flex;
}

.button-fake:hover {
  opacity: .8;
}

.button-fake:active {
  opacity: 100;
}

.header-workflow {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 60px;
  max-height: 60px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.header-nav-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.header-workflow-left-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.body-documents {
  background-color: var(--_colors---bw-200);
  color: var(--_colors---bw-600);
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  line-height: 120%;
}

.document-view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  border-radius: 52px;
  justify-content: flex-end;
  align-items: flex-end;
  max-height: 87svh;
  padding: 64px 64px 32px;
}

.document-form-group {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-field-title {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_colors---bw-250);
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-field-title::placeholder {
  color: var(--_colors---bw-600);
  font-size: 24px;
  font-weight: 600;
}

.terms-main {
  color: var(--_colors---bw-600);
  min-height: 20svh;
  max-height: 80svh;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.item-r-group {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 24px;
  max-width: 48px;
}

.stack-header-r-group {
  min-width: 24px;
  max-width: 48px;
}

.code-block {
  width: 100%;
  height: 90svh;
  font-size: 12px;
  line-height: 100%;
}

.item-edit-header-name-v {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  max-width: 65%;
}

.item-edit-header-status-v {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
}

.item-edit-header-text {
  cursor: pointer;
  height: 100%;
  min-height: 24px;
  font-size: 14px;
  overflow: scroll;
}

.pill {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_colors---blue);
  cursor: pointer;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  padding: 6px 7px 6px 11px;
}

.pill:hover {
  opacity: .8;
}

.pill:active {
  opacity: 1;
}

.pill.primary {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  max-height: 32px;
  overflow: hidden;
}

.pill.tertiary {
  border: 1px solid var(--_colors---bw-300);
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff0;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
}

.pill.secondary {
  background-color: var(--_colors---blue-100);
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
}

.pill-text {
  color: var(--_colors---bw-100);
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 32px;
  font-size: 12px;
  font-weight: 200;
  overflow: hidden;
}

.pill-text.tertiary {
  color: var(--_colors---bw-600);
  font-weight: 400;
}

.pill-text.secondary {
  color: var(--_colors---blue);
  font-weight: 400;
}

.pill-image {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.item-edit-footer {
  justify-content: space-between;
  width: 100%;
}

.dropdown-item {
  background-color: var(--_colors---bw-200);
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 44px;
}

.dropdown-item-edit-toggle {
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  padding-left: 16px;
}

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

.dropdown-item-edit-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
}

.item-edit-i-o-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 49%;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 50%;
}

.icon-copy {
  color: var(--_colors---blue);
}

.item-edit-i-o-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  width: 100%;
  min-height: 32px;
  max-height: 100px;
  overflow: scroll;
}

.item-edit-from-to-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 3px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
}

.item-edit-i-o-remove {
  cursor: pointer;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.item-edit-description-v {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.item-edit-i-o-list-item {
  max-width: 100%;
}

.flex-block-4 {
  height: 200px;
}

.document-preview {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_colors---bw-250);
  background-color: var(--_colors---bw-100);
  cursor: pointer;
  border-radius: 24px;
  margin-bottom: 12px;
  padding: 24px;
}

.document-preview:hover {
  border-color: var(--_colors---bw-100);
  box-shadow: 0 0 5px #0000001a;
}

.document-preview:active {
  border-color: var(--_colors---bw-250);
  box-shadow: none;
}

.document-text-field-title {
  border: 1px solid var(--_colors---bw-100);
  background-color: var(--_colors---transparent);
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.document-text-field-title::placeholder {
  color: var(--_colors---bw-600);
  font-size: 24px;
  font-weight: 600;
}

.document-text-area {
  border: 1px solid var(--_colors---bw-100);
  color: var(--_colors---bw-600);
  min-height: 70svh;
  padding: 0;
}

.document-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-block-5 {
  justify-content: flex-end;
  align-items: flex-end;
}

.document-title {
  color: var(--_colors---bw-600);
  width: 100%;
  font-size: 28px;
  line-height: 120%;
}

.paragraph {
  color: var(--_colors---bw-600);
  line-height: 150%;
  overflow: scroll;
}

.text-block {
  color: var(--_colors---bw-600);
  width: 100%;
  max-height: 70svh;
  line-height: 150%;
  overflow: scroll;
}

.document-preview-body {
  color: var(--_colors---bw-400);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.flex-block-6 {
  width: 100%;
}

.document-preview-title {
  color: var(--_colors---bw-600);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  overflow: hidden;
}

.document-columns {
  padding-top: 32px;
}

.document-column-1 {
  padding-left: 0;
  padding-right: 16px;
}

.document-column-2 {
  padding-left: 16px;
  padding-right: 0;
}

.div-block, .item-edit-close {
  padding-top: 16px;
  padding-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body-login {
  background-color: var(--_colors---bw-100);
  color: var(--_colors---bw-600);
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  line-height: 150%;
  display: flex;
}

.form-login {
  width: 420px;
  padding: 44px;
}

.form-login-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-field {
  background-color: var(--_colors---bw-100);
  color: var(--_colors---bw-600);
  cursor: text;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field:hover {
  background-color: var(--_colors---bw-200);
}

.text-field:active {
  border: 1px solid var(--_colors---bw-250);
}

.text-field:focus {
  border: 1px solid var(--_colors---bw-200);
  background-color: var(--_colors---bw-200);
  color: var(--_colors---bw-600);
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: var(--_colors---bw-200);
}

.text-field::placeholder {
  color: var(--_colors---bw-300);
}

.button-xl {
  background-color: var(--_colors---blue);
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 12px;
  font-size: 16px;
}

.button-xl:hover {
  opacity: .8;
}

.button-xl:active {
  opacity: 100;
}

.button-xl.tertiary {
  color: var(--_colors---bw-400);
  background-color: #3b82f600;
  background-image: url('../images/trash.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 0;
  font-weight: 400;
}

.button-xl.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-m-primary {
  background-color: var(--_colors---blue);
  box-shadow: 0 1px 2px 0 var(--_colors---bw-350);
  color: var(--_colors---bw-100);
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-height: 40px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.button-m-primary:hover {
  box-shadow: 0 1px 4px 0 var(--_colors---blue);
  opacity: .9;
}

.button-m-primary:active {
  opacity: 1;
  box-shadow: inset 0 0 4px #0003;
}

.button-m-primary.icon-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 8px;
  padding-right: 12px;
}

.button-m-primary.icon-r {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 12px;
  padding-right: 8px;
}

.button-text.l {
  padding-right: 6px;
}

.button-text.r {
  padding-left: 6px;
}

.button-l-icon {
  margin-right: 3px;
}

.button-m-tertiary {
  background-color: var(--_colors---transparent);
  color: var(--_colors---bw-350);
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-height: 40px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.button-m-tertiary:hover {
  opacity: .8;
}

.button-m-tertiary:active {
  opacity: 1;
}

.button-m-tertiary.icon-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 8px;
  padding-right: 12px;
}

.button-m-tertiary.icon-r {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 12px;
  padding-right: 8px;
}

.header-table, .header-documents {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 60px;
  max-height: 60px;
  display: flex;
}

.body-table-create {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---bw-600);
  flex-flow: column;
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  line-height: 120%;
  display: flex;
}

.table-create-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.create-table-form {
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.create-table-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
}

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

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

.table-icon-delete-row {
  margin-top: 5px;
}

.table-icon-delete-column {
  margin-left: 4px;
}

.header-menu-item {
  color: var(--_colors---bw-600);
  cursor: pointer;
  margin-right: 32px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 16px;
}

.header-menu-item:hover {
  text-decoration: underline;
}

.header-menu-item:active {
  color: var(--_colors---bw-350);
}

.body-table-record-create {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---bw-600);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  line-height: 120%;
  display: flex;
}

.block-table-record-create {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table-record-create-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 32%;
}

.error-text {
  color: var(--_colors---red);
  padding: 8px;
}

.button-xl-primary {
  background-color: var(--_colors---blue);
  box-shadow: 0 1px 2px 0 var(--_colors---bw-350);
  color: var(--_colors---bw-100);
  text-align: center;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 52px;
  max-height: 52px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-xl-primary:hover {
  box-shadow: 0 1px 4px 0 var(--_colors---blue);
  opacity: .9;
}

.button-xl-primary:active {
  opacity: 1;
  box-shadow: inset 0 0 4px #0003;
}

.button-xl-primary.icon-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 8px;
  padding-right: 12px;
}

.button-xl-primary.icon-r {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 12px;
  padding-right: 8px;
}

.item-edit-i-o-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-10 {
  width: 100%;
}

.item-edit-i-o {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_colors---bw-300);
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .dropdown-list.w--open {
    right: -2.1641px;
  }
}


