@import url('https://fonts.googleapis.com/css?family=Fira Code');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
.archived-version-banner {
  margin-left: 24px;
  display: flex;
  gap: 8px;
}
.archived-version-banner .span-username {
  font-weight: 400;
}
#bigFiles {
  /* FILES ICONS  ------------------------------------------------------------ */
}
#bigFiles .files {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 24px 0;
  gap: 8px;
}
#bigFiles .files-not-found {
  text-align: center;
  font-size: 20px;
}
#bigFiles .files-main {
  min-width: 1000px;
}
#bigFiles .files-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#bigFiles .files-title-row .files-main-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #374151;
  flex-grow: 1;
}
#bigFiles .files-main-top {
  padding-top: 8px;
  padding-bottom: 24px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: var(--navbar-block-height);
  background-color: white;
  z-index: 30;
  border-bottom: 1px solid #e5e7eb;
}
#bigFiles .files-show-nested {
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}
#bigFiles .files-show-nested input {
  cursor: pointer;
}
#bigFiles .files-show-nested.disabled,
#bigFiles .files-show-nested.disabled input:disabled {
  cursor: default;
}
#bigFiles .files-checkbox {
  margin: auto;
}
#bigFiles .files-checkbox input {
  cursor: pointer;
}
#bigFiles .files-main-bottom {
  height: 70px;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: white;
  width: 100%;
  border-top: 1px solid #e5e7eb;
}
#bigFiles .files-main-bottom .total-count {
  font-weight: 600;
}
#bigFiles .files-cursor-pointer {
  cursor: pointer;
}
#bigFiles .files-table-block {
  position: relative;
}
#bigFiles .files-table-block .lk-tr .lk-td {
  position: relative;
  display: flex;
  padding: 0 16px;
  align-items: center;
}
#bigFiles .files-table-block .lk-tr .lk-td:last-of-type .lk-actdots-attach {
  display: none;
  position: absolute;
  top: 7px;
  right: 8px;
}
#bigFiles .files-table-block .lk-tr:hover .files-item-hover-buttons {
  display: flex;
}
#bigFiles .files-table-block .lk-tr:hover .lk-td:last-of-type .lk-actdots-attach {
  display: flex;
}
#bigFiles .files-table-block .files-item-hover-buttons {
  display: none;
  position: absolute;
  right: 8px;
  top: 7px;
}
#bigFiles .files-table-block .files-item-hover-buttons .lk-btn {
  display: flex;
  width: 40px;
  padding: 0;
}
#bigFiles .files-table-block .files-item-hover-buttons .lk-btn > .lk-icon {
  margin: auto;
}
#bigFiles .files-item-wrap-click {
  min-width: 0px;
  cursor: pointer;
}
#bigFiles .files-item-wrap {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
#bigFiles .files-item-wrap.file-explorer {
  height: 35px;
  margin-left: -5px;
}
#bigFiles .files-item-wrap.file-explorer.modal .files-icon {
  margin-top: 4px;
}
#bigFiles .files-item-wrap.file-explorer.modal .files-item {
  padding-left: 32px;
}
#bigFiles .files-item-wrap.file-explorer.more-info .files-item .files-item-info.path {
  text-decoration-line: underline;
}
#bigFiles .files-item-wrap.selected-panel {
  height: 25px;
}
#bigFiles .files-item-wrap.selected-panel .files-item {
  padding-left: 32px;
  line-height: 25px;
  width: 100%;
}
#bigFiles .files-item-wrap.more-info {
  height: 45px;
}
#bigFiles .files-item-wrap.more-info.modal .files-icon {
  margin-top: 11px;
}
#bigFiles .files-item-wrap.more-info .files-item {
  line-height: 14px;
}
#bigFiles .files-item-wrap.lessOpacity {
  opacity: 0.6;
}
#bigFiles .files-item-wrap.subpage {
  height: 60px;
  display: flex;
  align-items: center;
}
#bigFiles .files-item-wrap.subpage .files-icon {
  padding: 24px;
  background-size: 48px;
}
#bigFiles .files-item-wrap.subpage .files-item {
  padding-left: 60px;
  line-height: 25px;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-name {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  line-height: 150%;
  align-items: center;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-name .files-transparent-button {
  font-size: 14px;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-name .files-transparent-button .lk-icon {
  color: #9ca3af;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-name .files-item-historic {
  display: flex;
  padding: var(--05, 2px) var(--25, 10px);
  justify-content: center;
  align-items: center;
  gap: var(--1, 4px);
  border-radius: var(--rounded-md, 6px);
  background: #e5e7eb;
  color: #1f2a37;
  text-align: center;
  /* text-xs/font-medium */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-info {
  font-size: 16px;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-renaming {
  line-height: 24px;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-renaming input {
  font-size: 14px;
}
#bigFiles .files-item-wrap.subpage .files-item .files-item-renaming .error-message {
  font-size: 14px;
}
#bigFiles .files-item {
  padding-left: 42px;
  line-height: 18px;
}
#bigFiles .files-item-name {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
#bigFiles .files-item-info {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
}
#bigFiles .files-item-info.path {
  font-weight: 300;
}
#bigFiles .files-item-info .schema {
  text-decoration: underline;
}
#bigFiles .files-item-info .error {
  color: #e02424;
  margin-left: 4px;
}
#bigFiles .files-item-info .warning {
  background: url("/images/new_bigfiles/warning.svg") center no-repeat transparent;
  padding: 16px;
  margin-left: 4px;
}
#bigFiles .files-item-renaming {
  line-height: 14px;
  width: 100%;
}
#bigFiles .files-item-renaming input {
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #6b7280;
  padding-left: 4px;
  background-color: transparent;
  width: 100%;
}
#bigFiles .files-item-renaming input:focus {
  border-color: #1e429f;
}
#bigFiles .files-item-renaming.error input {
  color: #c81e1e;
  border-color: #f05252;
}
#bigFiles .files-item-renaming .error-message {
  font-size: 12px;
  font-weight: 400;
  color: #e02424;
  padding: 4px;
  border-bottom: 2px solid #d1d5db;
}
#bigFiles .files-item-compliance {
  font-weight: 500;
  color: #374151;
}
#bigFiles .files-item-compliance .status-icon {
  padding: 16px;
  margin-top: -6px;
  margin-right: 4px;
}
#bigFiles .files-item-compliance .status-icon.compliant {
  background: url("/images/new_bigfiles/check-circle.svg") center no-repeat transparent;
}
#bigFiles .files-item-compliance .status-icon.mostly-compliant {
  background: url("/images/new_bigfiles/mostly-compliant.svg") center no-repeat transparent;
}
#bigFiles .files-item-compliance .status-icon.partially-compliant {
  background: url("/images/new_bigfiles/partially-compliant.svg") center no-repeat transparent;
}
#bigFiles .files-item-compliance .status-icon.non-compliant {
  background: url("/images/new_bigfiles/non-compliant.svg") center no-repeat transparent;
}
#bigFiles .files-icon {
  position: absolute;
  padding: 16px;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 32px;
}
#bigFiles .files-icon.small {
  padding: 12px;
  background-size: 24px;
}
#bigFiles .files-icon.files-icon-xlsx {
  background-image: url("/images/new_bigfiles/xlsx.svg");
}
#bigFiles .files-icon.files-icon-txt {
  background-image: url("/images/new_bigfiles/txt.svg");
}
#bigFiles .files-icon.files-icon-word {
  background-image: url("/images/new_bigfiles/word.svg");
}
#bigFiles .files-icon.files-icon-pptx {
  background-image: url("/images/new_bigfiles/pptx.svg");
}
#bigFiles .files-icon.files-icon-zip {
  background-image: url("/images/new_bigfiles/zip.svg");
}
#bigFiles .files-icon.files-icon-csvtsv {
  background-image: url("/images/new_bigfiles/csvtsv.svg");
}
#bigFiles .files-icon.files-icon-ion {
  background-image: url("/images/new_bigfiles/ion.svg");
}
#bigFiles .files-icon.files-icon-picture {
  background-image: url("/images/new_bigfiles/picture.svg");
}
#bigFiles .files-icon.files-icon-md {
  background-image: url("/images/new_bigfiles/md.svg");
}
#bigFiles .files-icon.files-icon-pdf {
  background-image: url("/images/new_bigfiles/pdf.svg");
}
#bigFiles .files-icon.files-icon-key {
  background-image: url("/images/new_bigfiles/key.svg");
}
#bigFiles .files-icon.files-icon-file {
  background-image: url("/images/new_bigfiles/file.svg");
}
#bigFiles .files-icon.files-icon-folder {
  background-image: url("/images/new_bigfiles/folder.svg");
}
#bigFiles .files-icon.files-icon-shared-folder {
  background-image: url("/images/new_bigfiles/sharedfolder.svg");
}
#bigFiles .files-icon.files-icon-warning {
  background-image: url("/images/new_bigfiles/warning.svg");
}
#bigFiles .files-move-warning {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  margin-bottom: 8px;
  font-size: 14px;
  width: fit-content;
}
#bigFiles .files-move-warning .count {
  margin-left: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
#bigFiles .files-create-schema {
  font-size: 14px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
#bigFiles .files-create-schema .columns-list {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
#bigFiles .files-create-schema .column-analysis {
  padding: 4px;
  border: 1px solid #e5e7eb;
  width: 1250px;
}
#bigFiles .files-create-schema .column-analysis .select-type {
  width: 150px;
}
#bigFiles .files-create-schema .column-analysis .stats {
  white-space: pre-wrap;
}
#bigFiles .files-references {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #6b7280;
}
#bigFiles .files-references div {
  width: 100px;
}
#bigFiles .files-references .count {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
#bigFiles .files-references .count.subpage {
  font-size: 18px;
}
#bigFiles .files-references .unit {
  font-weight: 600;
  text-transform: uppercase;
}
#bigFiles .files-references .unit.subpage {
  font-weight: 500;
}
#bigFiles .files-item-date {
  line-height: 18px;
}
#bigFiles .files-delete-items {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
#bigFiles .files-move-items {
  gap: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#bigFiles .files-move-items .files-icon.files-icon-warning.small {
  position: relative;
}
#bigFiles .files-selected-panel {
  min-width: 435px;
  max-height: 406px;
  overflow-y: auto;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
#bigFiles .files-selected-panel > div {
  background-color: #f9fafb;
  padding: 8px 12px 8px 12px;
  border-radius: 8px;
}
#bigFiles .files-transparent-button > button,
#bigFiles .files-transparent-button > a > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#bigFiles .files-reference-table-name {
  font-size: 14px;
  font-weight: 500;
  max-width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}
#bigFiles .files-reference-draft-tag {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 6px;
  background: #f3f4f6;
  gap: 4px;
}
#bigFiles .files-reference-table-date {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}
#bigFiles .files-reference-table-heading {
  font-size: 20px;
  font-weight: 700;
  color: #374151;
}
#bigFiles .files-reference-table-pattern {
  font-family: "Fira Code";
}
#bigFiles .files-reference-table-pattern.in-cell {
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
  text-overflow: ellipsis;
  overflow: hidden;
}
#bigFiles .files-reference-table-schema {
  height: 22px;
  border-radius: 6px;
  padding: 2px 10px 2px 38px;
  width: 93px;
  display: inline-block;
  font-size: 12px;
  background: url("/images/new_bigfiles/certain.svg") 14px center no-repeat transparent;
}
#bigFiles .files-reference-table-schema.files-reference-table-schema-certain {
  background-color: #e1effe;
  color: #1e429f;
}
#bigFiles .files-reference-table-schema.files-reference-table-schema-maybe {
  background: url("/images/new_bigfiles/maybe.svg") 14px center no-repeat transparent;
  color: #8a2c0d;
  background-color: #feecdc;
}
#bigFiles .files-markdown {
  display: flex;
  flex-direction: row;
}
#bigFiles .files-markdown-title {
  background-color: #f3f4f6;
  color: #6b7280;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  padding-left: 12px;
}
#bigFiles .files-markdown-block {
  height: 580px;
  overflow-y: auto;
  outline: none;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
#bigFiles .files-markdown-block.code {
  font-family: "Fira Code";
  font-size: 14px;
  background-color: #f9fafb;
  color: #374151;
  padding: 24px;
  resize: none;
  width: 100%;
}
#bigFiles .files-markdown-block.render {
  font-size: 16px;
  padding: 16px 20px 16px 20px;
  color: #374151;
}
#bigFiles .files-add-readme {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  border: 1px dashed #d1d5db;
  border-radius: 8px;
  color: #6b7280;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#bigFiles .files-readme {
  border: 1px solid #e5e7eb;
  word-break: normal;
  white-space: normal;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
#bigFiles .files-readme .markdown-render {
  height: 82px;
  overflow: hidden;
}
#bigFiles .files-readme .markdown-render h1,
#bigFiles .files-readme .markdown-render h2,
#bigFiles .files-readme .markdown-render h3,
#bigFiles .files-readme .markdown-render h4,
#bigFiles .files-readme .markdown-render h5,
#bigFiles .files-readme .markdown-render h6 {
  margin: 0 0 16px 0;
  font-weight: bold;
}
#bigFiles .files-readme .markdown-render h1 {
  font-size: 18px;
}
#bigFiles .files-readme .markdown-render h2 {
  font-size: 16px;
}
#bigFiles .files-readme .markdown-render h3 {
  font-size: 14px;
}
#bigFiles .files-readme .markdown-render h6 {
  font-size: 12px;
}
#bigFiles .files-readme .markdown-render img {
  max-width: 100%;
}
#bigFiles .files-readme .edit-markdown {
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
}
#bigFiles .files-upload-progress-percent {
  float: right;
  margin-right: -12px;
  margin-top: 10px;
  font-family: sans-serif;
}
#bigFiles .files-upload-progress-percent.pending {
  margin-top: 0px;
}
#bigFiles .files-upload-progress-bar-wrap {
  margin-top: 4px;
  position: fixed;
  width: 600px;
}
#bigFiles .files-upload-progress-bar {
  width: 100%;
  background-color: #e5e7eb;
  height: 6px;
  position: absolute;
  transition: opacity 0.5s ease-in-out 0s;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 2px;
}
#bigFiles .files-upload-progress-bar.growing {
  transition: none;
  width: 100%;
  border-bottom: 1px solid #1c64f2;
  background-color: #1c64f2;
  z-index: 10;
}
#bigFiles .file-upload-success {
  background: url("/images/new_bigfiles/check-circle.svg") center no-repeat transparent;
  padding: 16px;
}
#bigFiles .files-upload-drag-and-drop.home {
  flex: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0.95;
  cursor: pointer;
}
#bigFiles .files-upload-drag-and-drop.home .drag-browse-files {
  pointer-events: none;
  overflow: hidden;
}
#bigFiles .files-upload-drag-and-drop.home .drag-browse-files .drag-files {
  margin-bottom: 8px;
}
#bigFiles .files-upload-drag-and-drop.home .drag-browse-files.drag-active {
  border-radius: 8px;
  border: 2px dashed #e5e7eb;
  background-color: #f3f4f6;
}
#bigFiles .files-alert-view-more {
  margin-top: 12px;
}
#bigFiles .files-alert-view-more a {
  font-weight: 500;
  font-size: 14px;
}
#bigFiles .token-display {
  max-width: 100%;
  word-break: break-all;
}
#bigFiles .token-display div {
  display: inline-block;
  margin-left: 5px;
}

#bigFiles .share-account-name {
  font-weight: bold;
}
#bigFiles .sshkey-line {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
#bigFiles .sshkey-line :nth-child(0) {
  flex-grow: 1;
}
#bigFiles .remove-sshkey {
  cursor: pointer;
  padding: 4px;
}
#bigFiles .remove-sshkey:hover {
  background-color: #EEE;
}
#bigFiles .share-table .ftp-share-username {
  color: #374151;
  /* leading-none/text-sm/font-medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}
#bigFiles .share-table .share-rights,
#bigFiles .share-table .empty-cell {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  padding: 4px 8px;
  width: fit-content;
  color: #374151;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 116.667% */
}
#bigFiles .share-table .ftp-share-date {
  color: #6b7280;
  /* text-sm/font-normal */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
#bigFiles .share-table .ftp-share-log-link,
#bigFiles .share-table .share-token {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}
#bigFiles .share-table .ftp-share-log-link .lk-icon,
#bigFiles .share-table .share-token .lk-icon {
  flex-shrink: 0;
  color: #1a56db;
}
#bigFiles .share-table .ftp-share-log-link a,
#bigFiles .share-table .share-token a,
#bigFiles .share-table .ftp-share-log-link span,
#bigFiles .share-table .share-token span {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bigFiles .share-table .ftp-share-log-link .lk-copy-icon,
#bigFiles .share-table .share-token .lk-copy-icon {
  display: block;
}
#bigFiles .share-table .ftp-share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -8px;
}
#bigFiles .file-history-card {
  max-height: 782px;
}
#bigFiles .file-history-card .calendar {
  flex-grow: 1;
  height: 680px;
  width: 504px;
}
#bigFiles .file-history-card .file-history {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 680px;
}
#bigFiles .file-history-card .file-history .show-more-button-line {
  display: flex;
  justify-content: center;
  padding: 4px;
}
#bigFiles .file-history-card .file-history .file-history-date-line {
  display: flex;
  width: 100%;
  align-items: stretch;
  padding: 0px 8px;
}
#bigFiles .file-history-card .file-history .file-history-date-line .file-history-date {
  flex-grow: 1;
  text-align: center;
  color: #374151;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
#bigFiles .file-history-card .file-history .file-history-lifeline {
  align-items: center;
  width: 32px;
}
#bigFiles .file-history-card .file-history .file-history-lifeline.deleted > * {
  border: 1px solid #fbd5d5;
  background: #fde8e8;
  color: #c81e1e;
}
#bigFiles .file-history-card .file-history .file-history-lifeline.same > * {
  border: 1px solid #c3ddfd;
  background: #e1effe;
  color: #1a56db;
}
#bigFiles .file-history-card .file-history .file-history-lifeline.updated > * {
  border: 1px solid #c3ddfd;
  background: #e1effe;
  color: #1a56db;
}
#bigFiles .file-history-card .file-history .file-history-lifeline .file-history-icon {
  display: flex;
  width: var(--8, 32px);
  height: var(--8, 32px);
  padding: var(--05, 2px);
  justify-content: center;
  align-items: center;
  gap: var(--25, 10px);
  border-radius: 50px;
}
#bigFiles .file-history-card .file-history .file-history-lifeline .file-lifeline {
  border-width: 2px;
  flex-grow: 1;
}
#bigFiles .file-history-card .file-history .file-history-lifeline .file-lifeline.full {
  border-style: solid;
}
#bigFiles .file-history-card .file-history .file-history-lifeline .file-lifeline.dashed {
  border-style: dashed;
  background: none;
}
#bigFiles .file-history-card .file-history .file-history-line {
  width: 100%;
  padding: 0px 8px;
  align-items: stretch;
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-line-description {
  width: 100%;
  padding-bottom: 24px;
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-kind {
  color: #4b5563;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-line-date {
  color: #6b7280;
  /* text-sm/font-normal */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
#bigFiles .file-history-card .file-history .file-history-line .history-line-header {
  justify-content: space-between;
  height: 32px;
  align-items: center;
}
#bigFiles .file-history-card .file-history .file-history-line .history-line-details {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  color: #6b7280;
  /* text-base/font-normal */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  position: relative;
  padding-left: 28px;
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-version {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: #f9fafb;
  align-items: center;
  cursor: pointer;
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-version .files-icon {
  position: initial;
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-version .file-history-file-name {
  color: #374151;
  /* text-sm/font-medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
#bigFiles .file-history-card .file-history .file-history-line .file-history-version .file-history-version-details {
  color: #6b7280;
  /* leading-none/text-xs/font-normal */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
}
#bigFiles .create-share-modal {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
#bigFiles .create-share-modal .generate-password-section .read-only-password {
  height: 40px;
  flex-grow: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px;
  justify-content: space-between;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid #e5e7eb;
  background: white;
  overflow: hidden;
}
#bigFiles .create-share-modal .generate-password-section .read-only-password span {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bigFiles .create-share-modal .generate-password-section .lk-btn {
  flex-shrink: 0;
}
#bigFiles .create-share-modal .lk-copy-icon {
  display: block;
}
.files-preview-modal .preview-modal-header {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.files-preview-modal .preview-modal-body {
  padding: 16px;
}
.files-preview-modal .preview-modal-body .file-preview {
  max-height: 700px;
  overflow-y: auto;
}
.files-preview-modal .preview-modal-body table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.files-preview-modal .preview-modal-body thead {
  position: sticky;
  top: 0px;
  background-color: white;
}
.files-preview-modal .preview-modal-body tr {
  border-spacing: 0px;
}
.files-preview-modal .preview-modal-body td,
.files-preview-modal .preview-modal-body th {
  padding: 1px;
}
.files-preview-background {
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
.files-preview-foreground {
  z-index: 200;
  position: fixed;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  background-color: white;
  overflow-y: auto;
}
.files-preview-foreground a {
  color: #c81e1e;
}
.files-preview-foreground a:hover {
  color: #1e429f;
  text-decoration: underline;
}
.files-upload-drag-and-drop {
  color: #6b7280;
  text-align: center;
  height: 160px;
  display: flex;
  flex-direction: column;
  border: 2px dashed #e5e7eb;
  border-radius: 8px;
  background-color: #f9fafb;
}
.files-upload-drag-and-drop input {
  display: none;
}
.files-upload-drag-and-drop .drag-browse-files {
  height: 100%;
  place-content: center;
  overflow: hidden;
}
.files-upload-drag-and-drop .drag-browse-files .drag-files {
  font-size: 14px;
}
.files-upload-drag-and-drop .drag-browse-files.drag-active {
  background-color: #f3f4f6;
}
.cms-loading-page {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cms-editable-navbar-menu .cms-edit-button {
  position: absolute;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0 8px;
  height: 21px;
  bottom: -21px;
  left: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 6;
  cursor: pointer;
  background-color: #1c64f2;
  color: white;
  font-size: 14px;
  line-height: 150%;
}
.cms-editable-navbar-menu .cms-edit-button .divider {
  background-color: white;
  height: 100%;
  width: 1px;
}
.lk-navbar-menu-dropdown .cms-editable-navbar-menu {
  width: 100%;
  cursor: pointer;
}
.cms-editable-navbar-menu {
  position: relative;
}
.cms-editable-navbar-menu .cms-edit-button {
  visibility: hidden;
  border: none;
}
.cms-editable-navbar-menu.active {
  box-shadow: 0px 0px 0px 1px #1c64f2, 0px 0px 0px 1px #1c64f2;
}
.cms-editable-navbar-menu.active > .cms-edit-button {
  visibility: visible;
}
.cms-edit-menu-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px;
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: max(1fr, 400px);
  border-radius: 24px;
  border: 1px solid #e5e7eb;
}
.cms-edit-menu-details.edited {
  grid-template-rows: max(1fr, 400px) 40px;
}
.cms-edit-menu-details .items-center {
  display: flex;
  align-items: center;
}
.cms-edit-menu-details > .left,
.cms-edit-menu-details > .right {
  height: 100%;
  max-width: 50vw;
  border: 1px solid #e5e7eb;
  grid-row: 1;
  border-radius: 8px;
  padding: 24px;
  gap: 24px;
}
.cms-edit-menu-details > .left h2,
.cms-edit-menu-details > .right h2 {
  align-self: center;
}
.cms-edit-menu-details > .left .lk-stack0,
.cms-edit-menu-details > .right .lk-stack0 {
  flex: 1;
}
.cms-edit-menu-details > .left .markdown-editor,
.cms-edit-menu-details > .right .markdown-editor {
  display: flex;
  flex-direction: column;
}
.cms-edit-menu-details > .left .files-upload-drag-and-drop,
.cms-edit-menu-details > .right .files-upload-drag-and-drop {
  flex: 1;
}
.cms-edit-menu-details > .left .files-upload-drag-and-drop .info,
.cms-edit-menu-details > .right .files-upload-drag-and-drop .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.cms-edit-menu-details > .left .files-upload-drag-and-drop .info > .lk-icon,
.cms-edit-menu-details > .right .files-upload-drag-and-drop .info > .lk-icon {
  color: #6b7280;
}
.cms-edit-menu-details > .left .files-upload-drag-and-drop .info .file-size,
.cms-edit-menu-details > .right .files-upload-drag-and-drop .info .file-size {
  color: #6b7280;
  font-weight: 600;
  font-size: 12px;
}
.cms-edit-menu-details > .left {
  grid-column: 1;
  border: 1px solid #e5e7eb;
}
.cms-edit-menu-details > .left h2.header .lk-btn {
  border: none;
}
.cms-edit-menu-details > .right {
  grid-column: 2;
  background-color: #f9fafb;
}
.cms-edit-menu-details > .right > :first-child.lk-row8 {
  height: 40px;
}
.cms-edit-menu-details > .right .image-preview {
  flex: 1;
  width: 100%;
  position: relative;
  object-fit: contain;
  border: solid 2px #e5e7eb;
  border-radius: 8px;
  background-color: #f3f4f6;
}
.cms-edit-menu-details > .right .image-preview .lk-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background-color: transparent;
}
.cms-edit-menu-details > .right .link-select.lk-select {
  padding: 4px 12px;
}
.cms-edit-menu-details > .right .link-select.lk-select input {
  padding: 0 12px;
  background-color: transparent;
  position: absolute;
  inset: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 42px;
}
.cms-edit-menu-details > .right .link-select.lk-select.project-link input {
  opacity: 0;
}
.cms-edit-menu-details > .right .link-select.lk-select .lk-select-choice.add-url {
  color: #1a56db;
}
.cms-edit-menu-details .action-buttons {
  grid-column: span 2;
  grid-row: 2;
  display: flex;
  justify-content: space-between;
}
.cms-drag-and-drop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cms-drag-and-drop .placeholder {
  height: 8px;
  width: 100%;
  background-color: #e1effe;
}
.cms-drag-and-drop .placeholder + .item {
  margin-bottom: -8px;
}
.cms-drag-and-drop .item {
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  cursor: grab;
}
.cms-drag-and-drop .item.open-details {
  box-shadow: 0px 0px 0px 1px #1c64f2, 0px 0px 0px 1px #1c64f2;
}
.cms-drag-and-drop .item > :first-child.lk-icon,
.cms-drag-and-drop .item > :first-child.lk-icon > svg {
  color: #6b7280;
  height: 24px;
  width: 24px;
}
.cms-drag-and-drop .item.text {
  color: #6b7280;
}
.cms-drag-and-drop .item .ellipsis {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.cms-drag-and-drop .item .markdown-render > :first-child {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.cms-drag-and-drop .item .markdown-render > :not(:first-child) {
  display: none;
}
.cms-drag-and-drop .item .lk-btn {
  margin-left: auto;
  visibility: hidden;
  width: 32px;
  padding: 0;
}
.cms-drag-and-drop .item:hover {
  background-color: #f3f4f6;
}
.cms-drag-and-drop .item:hover .lk-btn {
  visibility: visible;
}
.cdx-page {
  padding: 24px;
}
.cdx-navig {
  width: 240px;
}
.cdx-body {
  width: 800px;
}
.cdx-session-history {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.cdx-session-form {
  margin-top: 48px;
}
.cdx-llm-call {
  line-break: anywhere;
  max-width: 100%;
  white-space: break-spaces;
  background: #E0E0E0;
  padding: 16px;
  margin: 0;
  border-radius: 16px;
}
.cdx-msg-date {
  padding-left: 16px;
  font-size: 12px;
  color: #444;
}
.cdx-msg-duration {
  color: #888;
}
.cdx-msg-user .markdown-render {
  min-height: 30px;
  background-color: #E0F8FF;
  border-radius: 16px;
  padding: 16px 16px 8px;
  position: relative;
}
.cdx-msg-user .markdown-render::after {
  content: "";
  position: absolute;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid #E0F8FF;
  right: 20px;
  bottom: -14px;
}
.cdx-msg-assistant .markdown-render {
  padding: 0 16px;
}
.cdx-navig-time {
  display: block;
  font-size: 12px;
  color: #555;
}
.cdx-navig-topic {
  display: block;
  font-weight: 600;
}
.cdx-navig-session {
  display: block;
  margin-bottom: 8px;
  height: 48px;
  padding: 4px;
  border-radius: 4px;
  margin-right: 24px;
}
.cdx-navig-session:hover {
  background: #F0F0F0;
}
.cdx-navig-session.active {
  background: #E0E0E0;
}
.cdx-navig-session-wrap {
  position: relative;
}
.cdx-navig-session-delete {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 48px;
  width: 24px;
  text-align: center;
  display: none;
}
.cdx-navig-session-delete:hover {
  background: #F8F8F8;
}
.cdx-navig-session-wrap:hover .cdx-navig-session-delete {
  display: block;
}
@keyframes cdx-thinking {
  0% {
    color: #333;
  }
  100% {
    color: #AAA;
  }
}
.cdx-thinking {
  height: 32px;
  margin: 16px;
  animation: cdx-thinking 0.7s infinite alternate;
}
.cdx-id-user {
  color: #48F;
}
.cdx-id-user img {
  height: 20px;
  vertical-align: top;
  border-radius: 10px;
  margin-right: 4px;
}
.cdx-id-consult-ticket {
  color: #48F;
}
.admin-only {
  filter: hue-rotate(-90deg);
  border: 1px solid #F00;
  display: inline-block;
  padding: 4px 4px 4px 22px;
  border-radius: 8px;
  line-height: 16px;
  background: #FCC;
}
.admin-only::before {
  background: url("/images/home/lokad-logo.svg");
  background-size: auto;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  background-size: 100%;
}
.btn.btn-xxs {
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
.btn.btn-custom {
  color: var(--color);
  background-color: var(--background);
  border-color: var(--border);
}
.btn.btn-custom:hover,
.btn.btn-custom:focus,
.btn.btn-custom.focus,
.btn.btn-custom:active,
.btn.btn-custom.active,
.open > .dropdown-toggle.btn.btn-custom {
  color: var(--color);
  background-color: var(--background-d);
  border-color: var(--border-d);
}
.btn.btn-custom:active,
.btn.btn-custom.active,
.open > .dropdown-toggle.btn.btn-custom {
  background-image: none;
}
.btn.btn-custom.disabled,
.btn.btn-custom[disabled],
.btn.btn-custom.disabled:hover,
.btn.btn-custom[disabled]:hover,
.btn.btn-custom.disabled:focus,
.btn.btn-custom[disabled]:focus,
.btn.btn-custom.disabled.focus,
.btn.btn-custom[disabled].focus,
.btn.btn-custom.disabled:active,
.btn.btn-custom[disabled]:active,
.btn.btn-custom.disabled.active,
.btn.btn-custom[disabled].active {
  background-color: var(--background);
  border-color: var(--border);
}
.btn.btn-custom .badge {
  color: var(--background);
  background-color: var(--color);
}
#navbar-consult {
  /* When displaying zero, the notif bubble will be hidden except
       on hover or when on the discuss page. */
}
#navbar-consult > a {
  padding-right: 43px;
}
#navbar-consult .consult-notifs-bubble {
  width: 26px;
  height: 23px;
  position: absolute;
  top: 9px;
  right: 10px;
  background: url("/images/consult/notif-bubble-has.svg");
  background-repeat: no-repeat;
  background-position: 2px 1.5px;
  padding: 3px 3px 8px 3px;
  line-height: 12px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  font-family: arial;
  text-shadow: 0 -1px 0 #C60;
  color: #fce7d1;
}
#navbar-consult .consult-notifs-bubble:empty {
  background: url("/images/consult/notif-bubble.svg");
  background-repeat: no-repeat;
  background-position: 2px 1.5px;
  display: none;
}
#navbar-consult:hover .consult-notifs-bubble:empty,
#navbar-consult.active .consult-notifs-bubble:empty {
  display: block;
}
.consult-notifs-popper {
  cursor: pointer;
  background-color: white;
  border: 0.5px solid black;
  border-radius: 5px;
  width: 500px;
  max-height: 500px;
  overflow-y: auto;
}
.consult-notifs-popper a {
  color: #323030;
}
.consult-notifs-popper .header {
  position: sticky;
  top: 0px;
  padding: 5px 7px;
  border-bottom: 0.5px solid gray;
  margin: 0px 0px 5px 0px;
  background-color: white;
  display: flex;
}
.consult-notifs-popper .header .home-consult {
  flex-grow: 1;
}
.active .consult-notifs-popper .header .home-consult {
  display: none;
}
.consult-notifs-popper .header .home-consult:hover {
  background-color: #eee;
}
.consult-notifs-popper .header .btn {
  margin-left: 5px;
  border: 1px solid gray;
  border-radius: 3px;
}
.consult-notifs-popper .header .btn.align-right {
  margin-left: auto;
}
.consult-notifs-popper .header .consult-alert {
  color: #C60;
}
.consult-notifs-popper .notif-line {
  display: flex;
  margin-left: 5px;
}
.consult-notifs-popper .notif-line .notification-wrapper {
  flex-grow: 1;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification {
  padding: 5px 12px;
  display: flex;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification.unseen {
  background-color: #f4f4f4;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification:hover {
  background-color: #e9e9e9;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-account {
  padding: 8px;
  padding-left: 0px;
  width: 100px;
  min-width: 100px;
  margin-top: auto;
  margin-bottom: auto;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-content .ticket-name {
  font-style: italic;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-content .more-notifications {
  padding-left: 10px;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-content .content-header {
  display: flex;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-content .content-header .span-username {
  flex-grow: 1;
}
.consult-notifs-popper .notif-line .notification-wrapper .notification .notification-content .content-header .notif-date {
  font-style: italic;
}
.date-selector-popper {
  background-color: white;
  z-index: 10;
  padding: 5px 5px;
  border-radius: 5px;
  border: 1px black solid;
}
.date-input-container {
  display: flex;
  margin-bottom: 5px;
}
.date-input-container :nth-child(1) {
  white-space: nowrap;
  margin-right: 5px;
}
.date-input-container :nth-child(2) {
  flex-grow: 1;
}
.date-selector-button {
  margin-bottom: 5px;
  float: right;
}
.datepicker-wrapper {
  width: 100%;
  height: 100%;
}
.datepicker-wrapper .datepicker-textinput {
  width: 100%;
  height: 100%;
}
.datepicker-wrapper .datepicker-popper {
  border: #333 solid 1px;
  background: lightblue;
  padding: 5px;
  border-radius: 5px;
  pointer-events: all;
  cursor: default;
}
.datepicker-wrapper .datepicker-popper .header-line {
  margin-top: 6px;
  line-height: 34px;
  font-size: medium;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 10px;
}
.datepicker-wrapper .datepicker-popper .header-line > span {
  min-width: 115px;
  text-align: center;
}
.datepicker-wrapper .datepicker-popper .dropsection {
  display: flex;
  line-height: 34px;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 4px;
}
.datepicker-wrapper .datepicker-popper .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.datepicker-wrapper .datepicker-popper .calendar-grid {
  margin-top: 6px;
  display: grid;
  /* 8 columns: week number then 1 per day of the week. */
  grid-template-columns: repeat(8, 34px);
  gap: 2px;
}
.datepicker-wrapper .datepicker-popper .calendar-grid > div {
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: azure;
}
.datepicker-wrapper .datepicker-popper .calendar-grid button {
  margin-top: -2px;
  padding: 6px;
  width: 34px;
}
.datepicker-wrapper .datepicker-popper .calendar-grid button:disabled {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
  opacity: 100%;
}
.datepicker-wrapper .datepicker-popper .popper-arrow,
.datepicker-wrapper .datepicker-popper .popper-arrow::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: inherit;
}
.datepicker-wrapper .datepicker-popper .popper-arrow {
  visibility: hidden;
}
.datepicker-wrapper .datepicker-popper .popper-arrow::before {
  visibility: visible;
  z-index: -1;
  content: '';
  transform: rotate(45deg);
}
.editable-dropdown {
  background: white;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-family: "Roboto";
}
.editable-dropdown > div {
  padding: 3px;
}
.editable-dropdown .filter-left {
  background: transparent url("/images/common/editor/filter.png") 3px center no-repeat;
  padding-left: 29px;
}
.editable-dropdown .asc-left {
  background: transparent url("/images/common/editor/sort_asc.png") 3px center no-repeat;
  padding-left: 29px;
}
.editable-dropdown .desc-left {
  background: transparent url("/images/common/editor/sort_desc.png") 3px center no-repeat;
  padding-left: 29px;
}
.editable-dropdown .disabled {
  background-color: #EEE;
}
.editable-working {
  position: absolute;
  top: 30px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  z-index: 50;
}
@keyframes cell-loading-anim {
  from {
    background-color: #F8F8F8;
  }
  to {
    background-color: #F0F0F0;
  }
}
.zoom .table-tile {
  height: 100%;
}
.table-preview .cell-loading {
  animation: 1s ease-in-out 0s infinite alternate cell-loading-anim;
  width: 100%;
  height: 100%;
}
.table-preview div.cell-edit {
  position: absolute;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}
.table-preview div.cell-edit select,
.table-preview div.cell-edit input {
  pointer-events: auto;
  flex-grow: 1;
  font-family: "Roboto";
  font-size: 13px;
  padding: 1px 4px;
  border: 1px solid #EEE;
  border-top: none;
}
.table-preview div.cell-edit input.error {
  box-shadow: inset 0px 0px 32px #FCC;
  background: #FFF0F0F0;
}
.table-preview div.cell-edit .select-cell {
  flex-grow: 1;
  border: 2px solid #666;
}
.table-preview div.cell-edit .select-cell.editable {
  border-color: #484;
}
.table-preview div.tr:nth-child(2n):not(.tr-more) {
  background-color: #fcfcfc;
}
.table-preview div.tr {
  border-bottom: 1px solid #EEE;
  display: flex;
  position: absolute;
  width: 100%;
}
.table-preview div.tr input[type="checkbox"] {
  cursor: pointer;
}
.table-preview div.tr input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.table-preview div.th {
  border-bottom: 1px solid #CCC;
  display: flex;
  top: 0;
  position: sticky;
  background-color: #FFF;
}
.table-preview div.tr.extra {
  background-color: #FFF;
}
.table-preview div.tr > div,
.table-preview div.th > div {
  padding: 4px 5px;
  line-height: 19px;
  height: 27px;
  flex: auto;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  font-weight: normal;
}
.table-preview div.tr > div .info-hover-wrapper,
.table-preview div.th > div .info-hover-wrapper {
  vertical-align: top;
}
.table-preview div.tr .cell-content,
.table-preview div.th .cell-content {
  color: #555;
  font-family: "Roboto";
  font-size: 13px;
}
.table-preview div.tr .cell-content-wrapped,
.table-preview div.th .cell-content-wrapped {
  font-family: "Roboto";
  font-size: 13px;
}
.table-preview div.tr:hover > div {
  background-color: #fff;
  filter: brightness(90%);
}
.table-preview .bottom-nav button {
  width: 24px;
  margin: 0 4px;
}
.table-preview .bottom-nav span {
  margin: 0 8px;
}
.table-preview .table-omitted {
  text-align: center;
  color: #888;
}
.info-hover-popper {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 5px 9px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 150;
}
.info-hover-popper .markdown p:last-child {
  margin-bottom: 0;
}
.info-hover-wrapper,
.info-hover-svg {
  vertical-align: middle;
  flex-shrink: 0;
}
.info-hover-popper {
  cursor: unset;
}
#popper-portal {
  font-family: "Roboto";
}
#popper-portal .info-hover-popper {
  z-index: 3000 !important;
}
.split-panels {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
}
/* File uploader */
.file-uploader .border {
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-color: #dee2e6;
  background-color: #fff;
}
.file-uploader .center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(min(100%, 740px));
}
.file-uploader .center.tabs {
  position: relative;
  background: white;
  padding: 20px;
  height: 25%;
}
.file-uploader .center.current-file {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.file-uploader .center li.active {
  text-decoration: none;
}
.file-uploader .center li.cursor {
  cursor: pointer;
}
.file-uploader .center li a {
  font-weight: bold;
}
.file-uploader .center .panel {
  margin-bottom: 0px;
  border-top: none;
}
.file-uploader .file-info .processing {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  content: url("/images/dash/loading.gif");
}
.file-uploader .uploader > div:first-child {
  position: relative;
  padding: 10px 10px;
  border-width: 0;
  display: flex;
  align-items: center;
}
.file-uploader .uploader > div:first-child .no-file-uploaded {
  border-radius: 2px;
  padding: 8px 10px;
}
.file-uploader .uploader > div:first-child .no-file-uploaded > span {
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 3px;
}
.file-uploader .uploader > div:first-child .btn-upload {
  margin-left: auto;
}
.file-uploader .uploader > div:first-child .btn-upload > input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  margin-top: -5px;
  margin-left: -10px;
  height: 30px;
  width: 57px;
}
.file-uploader .uploader > div:first-child .btn-upload > input[type=file],
.file-uploader .uploader > div:first-child .btn-upload > input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.file-uploader .uploader > div:first-child .status {
  padding: 0 16px;
  margin-left: 8px;
  display: inline-flex;
}
.file-uploader .uploader > div:first-child .status .up-loading {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  content: url("/images/dash/loading.gif");
}
.file-uploader .warnings table {
  display: flex;
  flex-flow: column;
  max-height: 200px;
}
.file-uploader .warnings table thead {
  flex: 0 0 auto;
  display: table;
  table-layout: fixed;
}
.file-uploader .warnings table tbody {
  display: block;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.file-uploader .warnings table tbody tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.file-uploader .file-info {
  background-color: #fff;
}
.file-uploader .file-info > div {
  padding: 10px 10px;
  position: relative;
}
.file-uploader .file-info > div .icon {
  margin: 1px 0;
  width: 30px;
  height: 30px;
  position: absolute;
}
.file-uploader .file-info > div .icon.xlsx {
  content: url("/images/dash/xlsx.png");
}
.file-uploader .file-info > div .icon.tsv,
.file-uploader .file-info > div .icon.csv {
  content: url("/images/dash/tsv.png");
}
.file-uploader .file-info > div .icon.file {
  content: url("/images/dash/file.png");
}
.file-uploader .file-info > div .info {
  margin-left: 35px;
  display: block;
  min-height: 30px;
}
.file-uploader .file-info > div .info .name,
.file-uploader .file-info > div .info .date,
.file-uploader .file-info > div .info .download {
  font-family: sans-serif;
  margin-right: 10px;
}
.file-uploader .file-info > div .info .additional-info {
  margin-top: -5px;
}
.file-uploader .file-info > div .info .additional-info .size,
.file-uploader .file-info > div .info .additional-info .issues,
.file-uploader .file-info > div .info .additional-info .error,
.file-uploader .file-info > div .info .additional-info .lines {
  font-size: 11px;
  font-weight: bold;
}
.file-uploader .file-info > div .info .additional-info .issues {
  color: #eca540;
}
.file-uploader .file-info > div .info .additional-info .error {
  color: #a94442;
}
.file-uploader .file-info > div .clear-upload {
  position: relative;
  top: -35px;
  float: right;
}
.file-uploader .file-info > div .validate {
  margin-left: 10px;
}
.file-uploader .file-info > div.disabled {
  background-color: #f1f1f1;
  height: 52px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
}
.file-uploader .file-info .upload-progress-percent {
  margin-right: 10px;
  font-family: sans-serif;
}
.file-uploader .file-info .upload-progress-bar {
  background-color: #37b400;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out 0s;
}
.file-uploader .log {
  margin-top: 5px;
  font-family: sans-serif;
  display: grid;
}
.file-uploader .log .error-header,
.file-uploader .log .warning-header {
  padding: 5px;
}
.file-uploader .log .error-header {
  color: #a94442;
}
.file-uploader .log .warning-header {
  color: #eca540;
  display: flex;
}
.file-uploader .log .warning-header span {
  flex-grow: 1;
}
.file-uploader .log .warning-header label {
  margin-bottom: 0px;
}
.file-uploader .log .warning-header input {
  margin-top: 0;
  margin-left: 3px;
}
.file-uploader .history {
  height: 400px;
  overflow: auto;
}
.file-uploader .history .run {
  padding: 8px 4px;
  border-top: 1px solid #eaecef;
  font-size: small;
}
.file-uploader .history .run .run-id {
  font-weight: bold;
}
.file-uploader .history .run .uploads {
  display: flex;
}
.file-uploader .history .run .uploads > span {
  font-size: small;
}
.file-uploader .history .run .uploads > span.name {
  flex: 4;
  padding-left: 20px;
}
.file-uploader .history .run .uploads > span.date {
  flex: 2;
}
.file-uploader .history .run .uploads > span.size {
  flex: 1;
}
.file-uploader .history .run .uploads:hover {
  background-color: #d7dbdf;
}
.users-mbr-avatar {
  border: 1px solid white;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-right: -12px;
  color: white;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 30px;
}
div.users-mbr-avatar {
  background-color: #111928;
}
.users-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  position: absolute;
  left: 0px;
  --AvatarMedium: 24px;
  --AvatarLarge: 32px;
  --AvatarExtraLarge: 40px;
}
.users-user-avatar.default {
  background: url(/images/gravatar.png) center no-repeat;
  background-size: 32px 3px;
}
.users-user-avatar.medium {
  width: var(--AvatarMedium);
  height: var(--AvatarMedium);
  border-radius: var(--AvatarMedium);
}
.users-user-avatar.large {
  width: var(--AvatarLarge);
  height: var(--AvatarLarge);
  border-radius: var(--AvatarLarge);
}
.users-user-avatar.extralarge {
  width: var(--AvatarExtraLarge);
  height: var(--AvatarExtraLarge);
  border-radius: var(--AvatarExtraLarge);
}
.users-user-avatar.standalone {
  width: 48px;
  height: 48px;
  border-radius: 36px;
  position: inherit;
}
.users-user {
  position: relative;
  height: 38px;
  min-width: 64px;
  padding-left: 42px;
}
.users-user > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-user.in-cell {
  margin: -5px;
}
.users-user-name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.users-user-name.center {
  margin-top: 6px;
}
.users-user-info {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
}
.lk-actdots,
.lk-btn-attach.lk-actdots-attach {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
.lk-actdots-back {
  position: fixed;
  inset: 0;
  z-index: 10;
}
.lk-actdots.lk-btn {
  background-color: white;
  cursor: pointer;
  padding: 0;
}
.lk-actdots.lk-btn.active {
  background-color: #e5e7eb;
}
.lk-actdots.lk-btn .lk-actdots-dots {
  display: flex;
  margin: auto;
  height: 16px;
  width: 16px;
}
.lk-actdots-popup {
  position: absolute;
  top: 0;
  right: 48px;
  z-index: 20;
  width: 200px;
}
div.lk-alerts {
  position: fixed;
  top: 96px;
  right: 24px;
  width: 448px;
  z-index: 1000;
}
div.lk-alerts div.lk-alert-container {
  opacity: 0;
  max-height: 0;
  position: relative;
  transition-property: opacity, max-height;
  transition-duration: 500ms;
}
div.lk-alerts div.lk-alert-container.show {
  opacity: 1;
  max-height: 500px;
}
div.lk-alerts div.lk-alert {
  padding: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
div.lk-alerts div.lk-alert a {
  text-decoration-line: underline;
}
div.lk-alerts div.lk-alert.success {
  background: #F3FAF7;
  color: #03543F;
}
div.lk-alerts div.lk-alert.success button.lk-btn,
div.lk-alerts div.lk-alert.success a.lk-btn {
  background: #046C4E;
  border: #046C4E;
  color: #FFF;
}
div.lk-alerts div.lk-alert.success button.lk-btn:hover,
div.lk-alerts div.lk-alert.success a.lk-btn:hover {
  background: #03543F;
}
div.lk-alerts div.lk-alert.error {
  background: #FDF2F2;
  color: #9B1C1C;
}
div.lk-alerts div.lk-alert.error button.lk-btn,
div.lk-alerts div.lk-alert.error a.lk-btn {
  background: #C81E1E;
  border: #C81E1E;
  color: #FFF;
}
div.lk-alerts div.lk-alert.error button.lk-btn:hover,
div.lk-alerts div.lk-alert.error a.lk-btn:hover {
  background: #9B1C1C;
}
div.lk-alerts div.lk-alert.warning {
  background: #FFF8F1;
  color: #8A2C0D;
}
div.lk-alerts div.lk-alert.warning button.lk-btn,
div.lk-alerts div.lk-alert.warning a.lk-btn {
  background: #8A2C0D;
  border: #8A2C0D;
  color: #FFF;
}
div.lk-alerts .lk-alert-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: inherit;
}
div.lk-alerts .lk-alert-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}
.lk-attach,
.lk-attach-hover {
  position: relative;
}
.lk-attach-left,
.lk-attach-top,
.lk-attach-bottom,
.lk-attach-right,
.lk-attach-inner {
  z-index: 10;
  position: absolute;
}
.lk-attach-hover > .lk-attach-left,
.lk-attach-hover > .lk-attach-top,
.lk-attach-hover > .lk-attach-bottom,
.lk-attach-hover > .lk-attach-right {
  display: none;
}
.lk-attach-hover:hover > .lk-attach-left,
.lk-attach-hover:hover > .lk-attach-top,
.lk-attach-hover:hover > .lk-attach-bottom,
.lk-attach-hover:hover > .lk-attach-right {
  display: block;
  z-index: 60;
}
.lk-attach-hover:hover > .lk-attach-left .lk-tooltip,
.lk-attach-hover:hover > .lk-attach-top .lk-tooltip,
.lk-attach-hover:hover > .lk-attach-bottom .lk-tooltip,
.lk-attach-hover:hover > .lk-attach-right .lk-tooltip {
  z-index: 60;
}
.lk-attach-left {
  top: 0;
  left: -10px;
  width: 10px;
  bottom: 0;
  transform: translateY(50%);
}
.lk-attach-left > .lk-attach-inner {
  right: 10px;
  transform: translateY(-50%);
}
.lk-attach-left.lk-attach-top-align {
  transform: none;
}
.lk-attach-left.lk-attach-top-align > .lk-attach-inner {
  transform: none;
}
.lk-attach-left.lk-attach-bottom-align {
  transform: translateY(100%);
}
.lk-attach-left.lk-attach-bottom-align > .lk-attach-inner {
  transform: translateY(-100%);
}
.lk-attach-right {
  top: 0;
  right: -10px;
  width: 10px;
  bottom: 0;
  transform: translateY(50%);
}
.lk-attach-right > .lk-attach-inner {
  left: 10px;
  transform: translateY(-50%);
}
.lk-attach-right.lk-attach-top-align {
  transform: none;
}
.lk-attach-right.lk-attach-top-align > .lk-attach-inner {
  transform: none;
}
.lk-attach-right.lk-attach-bottom-align {
  transform: translateY(100%);
}
.lk-attach-right.lk-attach-bottom-align > .lk-attach-inner {
  transform: translateY(-100%);
}
.lk-attach-top {
  top: -10px;
  height: 10px;
  left: 0;
  right: 0;
  transform: translateX(50%);
}
.lk-attach-top > .lk-attach-inner {
  bottom: 10px;
  transform: translateX(-50%);
}
.lk-attach-top.lk-attach-left-align {
  transform: none;
}
.lk-attach-top.lk-attach-left-align > .lk-attach-inner {
  transform: none;
}
.lk-attach-top.lk-attach-right-align {
  transform: translateX(100%);
}
.lk-attach-top.lk-attach-right-align > .lk-attach-inner {
  transform: translateX(-100%);
}
.lk-attach-bottom {
  bottom: -10px;
  height: 10px;
  left: 0;
  right: 0;
  transform: translateX(50%);
}
.lk-attach-bottom > .lk-attach-inner {
  top: 10px;
  transform: translateX(-50%);
}
.lk-attach-bottom.lk-attach-left-align {
  transform: none;
}
.lk-attach-bottom.lk-attach-left-align > .lk-attach-inner {
  transform: none;
}
.lk-attach-bottom.lk-attach-right-align {
  transform: translateX(100%);
}
.lk-attach-bottom.lk-attach-right-align > .lk-attach-inner {
  transform: translateX(-100%);
}
div.lk-banner.lk-banner-container {
  display: flex;
  flex: 1 0 100%;
  gap: 16px;
}
div.lk-banner.lk-banner-container:not(.lk-banner-contents) {
  padding: 16px 24px;
}
div.lk-banner.lk-banner-container > :last-child.lk-btn {
  margin: auto 0 auto auto;
  flex-shrink: 0;
}
div.lk-banner .lk-banner-contents {
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  justify-content: start;
  flex: 1 1 auto;
  color: #6b7280;
  font-weight: 500;
  gap: 8px;
}
div.lk-banner .lk-banner-contents .lk-banner-header.lk-well-title {
  color: #374151;
  margin-bottom: 0;
}
body.body-white {
  background: #FFF;
  font-family: Inter;
  font-weight: 500;
}
body.body-grey {
  background: #F9FAFB;
  font-family: Inter;
  font-weight: 500;
}
.lk-btn {
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  border: 1px solid #E5E7EB;
  background-color: #FFF;
  color: #111928;
}
.lk-btn:hover {
  color: #1A56DB;
}
.lk-btn.fill-blue {
  background-color: #1A56DB;
  color: #FFF;
  border: #1A56DB;
}
.lk-btn.fill-blue:hover {
  background-color: #1E429F;
}
.lk-btn.stroke-blue {
  background-color: #FFF;
  color: #1E429F;
  border: 1px solid #1E429F;
}
.lk-btn.stroke-blue:hover {
  background-color: #1E429F;
  color: #FFF;
}
.lk-btn.fill-red {
  background-color: #C81E1E;
  color: #FFF;
  border: #C81E1E;
}
.lk-btn.fill-red:hover {
  background-color: #9B1C1C;
}
.lk-btn.stroke-red {
  background-color: #FFF;
  color: #C81E1E;
  border: 1px solid #C81E1E;
}
.lk-btn.stroke-red:hover {
  background-color: #9B1C1C;
  color: #FFF;
  border: 1px solid #9B1C1C;
}
.lk-btn.grey {
  color: #374151;
}
.lk-btn.grey:hover {
  background-color: #E5E7EB;
}
.lk-btn.warning {
  background-color: #8A2C0D;
  color: #FFF;
}
.lk-btn.sz24 {
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
}
.lk-btn.sz32 {
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 12px;
}
.lk-btn.sz48 {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 24px;
}
.lk-btn.sz56 {
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 32px;
}
.lk-btn:disabled,
.lk-btn[disabled]:hover {
  cursor: default;
  text-decoration: none;
  outline: 0;
  color: #57585a;
  background-color: #eee;
  border-color: #57585a;
  opacity: 100%;
}
.lk-btn:disabled:hover,
.lk-btn[disabled]:hover:hover {
  background-color: #eee;
}
.lk-btn:disabled.fill-red,
.lk-btn[disabled]:hover.fill-red {
  color: #fff;
  background-color: #F8B4B4;
}
.lk-btn:disabled.fill-red:hover,
.lk-btn[disabled]:hover.fill-red:hover {
  background-color: #F8B4B4;
}
.lk-btn:disabled.fill-blue,
.lk-btn[disabled]:hover.fill-blue {
  color: #fff;
  background-color: #76A9FA;
}
.lk-btn:disabled.fill-blue:hover,
.lk-btn[disabled]:hover.fill-blue:hover {
  background-color: #76A9FA;
}
.lk-menu-vertical {
  padding: 4px 0;
  background: #FFF;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.lk-menu-vertical > .lk-btn-attach > .lk-btn,
.lk-menu-vertical > .lk-btn {
  display: block;
  height: 37px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #374151;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  white-space: nowrap;
}
.lk-menu-vertical > .lk-btn-attach > .lk-btn.fill-blue,
.lk-menu-vertical > .lk-btn.fill-blue {
  background-color: transparent;
  color: #1A56DB;
}
.lk-menu-vertical > .lk-btn-attach > .lk-btn.fill-red,
.lk-menu-vertical > .lk-btn.fill-red {
  background-color: transparent;
  color: #E02424;
}
.lk-menu-vertical > .lk-btn-attach > .lk-btn:hover,
.lk-menu-vertical > .lk-btn:hover,
.lk-menu-vertical > .lk-btn-attach > .lk-btn.fill-red:hover,
.lk-menu-vertical > .lk-btn.fill-red:hover,
.lk-menu-vertical > .lk-btn-attach > .lk-btn.fill-blue:hover,
.lk-menu-vertical > .lk-btn.fill-blue:hover {
  background-color: #F3F4F6;
}
.lk-menu-horizontal {
  height: 37px;
  display: flex;
  flex-direction: row;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
}
.lk-menu-horizontal > .lk-menu-fill,
.lk-menu-horizontal > .lk-btn,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn,
.lk-menu-horizontal > .lk-btn:disabled,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:disabled {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  height: 36px;
  color: #111928;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.lk-menu-horizontal > .lk-menu-fill.fill-blue,
.lk-menu-horizontal > .lk-btn.fill-blue,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn.fill-blue,
.lk-menu-horizontal > .lk-btn:disabled.fill-blue,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:disabled.fill-blue {
  color: #1A56DB;
}
.lk-menu-horizontal > .lk-menu-fill.fill-red,
.lk-menu-horizontal > .lk-btn.fill-red,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn.fill-red,
.lk-menu-horizontal > .lk-btn:disabled.fill-red,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:disabled.fill-red {
  color: #E02424;
}
.lk-menu-horizontal > .lk-menu-fill.grey,
.lk-menu-horizontal > .lk-btn.grey,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn.grey,
.lk-menu-horizontal > .lk-btn:disabled.grey,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:disabled.grey {
  color: #374151;
}
.lk-menu-horizontal > .lk-btn.fill-blue,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn.fill-blue {
  background-color: #E1EFFE;
}
.lk-menu-horizontal > .lk-btn:hover,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:hover,
.lk-menu-horizontal > .lk-btn:hover.fill-red,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:hover.fill-red,
.lk-menu-horizontal > .lk-btn:hover.fill-blue,
.lk-menu-horizontal > .lk-btn-attach > .lk-btn:hover.fill-blue {
  background-color: #F3F4F6;
}
.lk-menu-horizontal > * + .lk-menu-fill,
.lk-menu-horizontal > * + .lk-btn,
.lk-menu-horizontal > * + .lk-btn-attach > .lk-btn,
.lk-menu-horizontal > * + .lk-btn[disabled],
.lk-menu-horizontal > * + .lk-btn-attach > .lk-btn[disabled] {
  border-left: 1px solid #E5E7EB;
}
.lk-btn-attach {
  display: inline-block;
  position: relative;
}
.lk-calendar-container {
  width: 504px;
}
.lk-calendar-container .header {
  align-items: center;
  justify-content: space-between;
}
.lk-calendar-container .header .view-date {
  font-size: 24px;
  font-weight: 500;
  color: #111928;
}
.lk-btn-group {
  display: flex;
}
.lk-btn-group .lk-btn {
  border-radius: 0px;
}
.lk-btn-group .lk-btn:first-child {
  border-radius: 8px 0px 0px 8px;
}
.lk-btn-group .lk-btn:last-child {
  border-radius: 0px 8px 8px 0px;
}
.lk-calendar .week-days-row {
  display: flex;
}
.lk-calendar .week-days-row div {
  width: 72px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  font-size: 16px;
  text-align: center;
}
.lk-calendar .calendar-table {
  display: flex;
  flex-wrap: wrap;
}
.lk-calendar .calendar-table-cell {
  height: 104px;
  width: 72px;
  padding: 8px 0px;
  color: #374151;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #F3F4F6;
  overflow: hidden;
}
.lk-calendar .calendar-table-cell .cell-header {
  height: 24px;
  width: 100%;
}
.lk-calendar .calendar-table-cell .cell-footer {
  height: 24px;
  width: 100%;
}
.lk-calendar .calendar-table-cell.out-of-range-month {
  color: #9CA3AF;
}
.lk-calendar .calendar-table-cell .day-badge {
  width: 32px;
  height: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lk-calendar .calendar-table-cell.current-day .day-badge {
  background-color: #1A56DB;
  color: white;
}
.lk-calendar .calendar-table-cell.selected-day .day-badge {
  background-color: #E5E7EB;
  color: #374151;
}
.lk-calendar .calendar-table-cell.controlled:hover {
  cursor: pointer;
  background-color: #F9FAFB;
}
.lk-card {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  gap: 32px;
}
.lk-card.narrow {
  padding: 24px;
  gap: 24px;
}
.lk-card.narrow16 {
  padding: 16px;
  gap: 16px;
}
.lk-card.no-shadow {
  box-shadow: none;
  border: 1px solid #E5E7EB;
}
.lk-card hr {
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #E5E7EB;
  margin: -8px 0 0;
}
.lk-card h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #111928;
  margin: 0;
}
.lk-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #111928;
  margin: 0;
}
.lk-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6B7280;
  margin: 0;
}
.lk-card a {
  color: #1E429F;
}
.lk-card-field {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6B7280;
}
.lk-card-field .lk-card-field-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  color: #111928;
}
.lk-checkbox {
  display: flex;
  justify-content: flex-start;
  line-height: 17px;
}
.lk-checkbox label {
  font-size: 14px;
  font-weight: 500;
  color: #111928;
}
.lk-checkbox .lk-checkbox-description {
  font-size: 12px;
  font-weight: 400;
  color: #6B7280;
}
.lk-error-page {
  width: 80%;
  margin: auto;
  margin-top: 128px;
  align-items: center;
  justify-content: center;
}
.lk-error-page .lk-error-page-code {
  color: #1C64F2;
  text-align: center;
  font-size: 128px;
  font-weight: 800;
}
.lk-error-page .lk-error-page-message {
  color: #111928;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ90A2N59MKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ90A2N59MKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ90A2N59MKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ90A2N59MKw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ90A2N59MKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYZ90A2N59MKw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwYZ90A2N58.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.lk-search-outer {
  display: block;
  width: 100%;
  height: 42px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
.lk-search-outer.narrow {
  width: 325px;
}
.lk-search-icon {
  position: absolute;
  left: 16px;
  top: 13px;
}
.lk-search {
  width: 100%;
  height: 42px;
  padding: 12px 16px 12px 42px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  outline: none;
}
.lk-search:focus {
  border-color: #233876;
}
.lk-selsearch-outer {
  display: block;
  height: 42px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
.lk-selsearch {
  height: 42px;
  padding: 12px 42px 12px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  font-weight: 400;
  font-size: 14px;
  color: #233876;
}
.lk-selsearch-icon {
  position: absolute;
  right: 16px;
  top: 13px;
}
.lk-selsearch-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto 0;
  height: fit-content;
  max-height: 42px;
}
.lk-selsearch-value.base-input {
  height: 16px;
  line-height: 16px;
}
.lk-selsearch-value.empty {
  color: #6b7280;
}
.lk-selsearch-drop {
  position: absolute;
  inset: 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.lk-selsearch-drop .lk-search-icon {
  display: none;
}
.lk-selsearch-drop .lk-selsearch-input {
  width: 100%;
  height: 42px;
  opacity: 0;
}
.lk-selsearch-search {
  position: relative;
  height: 42px;
}
.lk-selsearch.open .lk-selsearch-drop {
  z-index: 10;
  top: 50px;
  bottom: auto;
  padding: 12px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.lk-selsearch.open .lk-selsearch-drop > .scrollable {
  overflow-y: auto;
  max-height: 185px;
}
.lk-selsearch.open .lk-selsearch-drop:not(.scrollable) {
  max-height: 251px;
  height: 251px;
  overflow-y: hidden;
}
.lk-selsearch.open .lk-search-icon {
  display: block;
}
.lk-selsearch.open .lk-selsearch-input {
  opacity: 1;
  padding: 12px 16px 12px 42px;
  border-radius: 8px;
  border: 1px solid #1a56db;
  background-color: #f9fafb;
  font-weight: 400;
  color: #6b7280;
}
.lk-selsearch.open .lk-selsearch-input:focus {
  outline: none;
}
.lk-form-field {
  display: block;
  min-height: 95px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.lk-form-field .lk-search-outer,
.lk-form-field .lk-input-outer,
.lk-form-field .lk-selsearch-outer {
  margin: 8px 0;
}
.lk-form-field.flexible {
  min-height: auto;
}
.lk-form-field.disabled *,
.lk-form-field.disabled *[placeholder]::placeholder {
  color: #9ca3af;
  cursor: default;
}
.lk-select-outer {
  display: block;
  height: 42px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
.lk-select {
  height: 42px;
  padding: 0 42px 0 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  font-weight: 400;
  color: #233876;
  display: flex;
  align-items: center;
}
.lk-select-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 42px;
}
.lk-select.open {
  border-color: #1c64f2;
}
.lk-select.open .lk-select-drop {
  position: absolute;
  inset: 0;
  z-index: 10;
  top: 50px;
  bottom: auto;
  max-height: 238px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.lk-select-choice {
  height: 37px;
  min-height: 37px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  color: #374151;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lk-select-choice:hover {
  background-color: #ebf5ff;
  color: #233876;
}
.lk-select-choice:hover .lk-select-choice-description p {
  color: #3f83f8;
}
.lk-select-choice.selected {
  border: 1px solid #1c64f2;
}
.lk-select-choice .lk-select-choice-description p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
  font-size: 12px;
}
.lk-textarea textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  color: #233876;
}
.lk-textarea textarea:focus {
  border-color: #1c64f2;
}
.lk-textarea textarea::placeholder {
  color: #6b7280;
}
.lk-textarea.mono textarea {
  font-family: "Fira Code", "Consolas", "Courier New";
}
.lk-input-label {
  color: #111928;
  margin-bottom: 8px;
}
.lk-input-outer {
  display: block;
  position: relative;
}
.lk-input {
  width: 100%;
  height: 42px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  color: #233876;
}
.lk-input:focus {
  border-color: #1c64f2;
}
.lk-input::placeholder {
  color: #6b7280;
}
.lk-input.hasIcon {
  padding: 16px 48px;
}
.lk-input-sub {
  font-weight: 400;
  margin-top: 8px;
}
.lk-radio-buttons {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.lk-radio-buttons.disabled * {
  color: #9ca3af;
  cursor: default;
}
.lk-radio {
  height: 24px;
  line-height: 24px;
  color: #111928;
  cursor: pointer;
}
.lk-radio.vertical {
  display: block;
}
.lk-copy-icon {
  color: #9ca3af;
  cursor: pointer;
  display: none;
}
.lk-copy-icon-container:hover .lk-copy-icon {
  display: block;
}
.lk-form-field .lk-input-label a {
  color: #1e429f;
}
.lk-form-field.readonly .lk-input {
  padding-right: 40px;
  text-overflow: ellipsis;
  background: #FFF;
  color: #111928;
}

.lk-form-field.error .lk-input-sub,
.lk-form-field.error .lk-input-label,
.lk-form-field.error .lk-input-inner,
.lk-form-field.error .lk-radio {
  color: #e02424;
}

.lk-form-field.error .lk-input,
.lk-form-field.error .lk-input:focus,
.lk-form-field.error .lk-textarea textarea,
.lk-form-field.error .lk-textarea textarea:focus {
  color: #c81e1e;
  background-color: #fdf2f2;
  border-color: #f05252;
}

.lk-form-field.warning .lk-input-sub,
.lk-form-field.warning .lk-input-label,
.lk-form-field.warning .lk-input-inner,
.lk-form-field.warning .lk-radio {
  color: #9f580a;
}

.lk-form-field.warning .lk-input,
.lk-form-field.warning .lk-input:focus,
.lk-form-field.warning .lk-textarea textarea,
.lk-form-field.warning .lk-textarea textarea:focus {
  color: #8e4b10;
  background-color: #fdfdea;
  border-color: #c27803;
}
.lk-input-icon {
  position: absolute;
  left: 16px;
  top: 8px;
  font-size: 24px;
}
.lk-input-inner {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 14px;
  line-height: 16px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.lk-renamable-item {
  width: 100%;
}
.lk-renamable-item .lk-renamable-item-form {
  max-height: 60px;
  align-items: baseline;
}
.lk-renamable-item .edit-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  font-size: 14px;
}
.lk-renamable-item .lk-input-outer {
  margin: 0px;
}
.lk-renamable-item .lk-input {
  height: fit-content;
  border: 1px solid #d1d5db;
  outline: none;
  font-weight: inherit;
  color: #6b7280;
}
.lk-renamable-item .lk-input-sub {
  margin-top: 2px;
}
.lk-loading-spinner {
  animation: loading-spinner 1s linear infinite;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lk-icon {
  display: inline-block;
  width: 1.148em;
  height: 1.22em;
  vertical-align: text-bottom;
  position: relative;
}
.lk-icon.mr {
  margin-right: 8px;
}
.lk-icon.ml {
  margin-left: 8px;
}
.lk-icon > svg {
  position: absolute;
  top: 0;
  left: 0;
}
.lk-modal-back {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-modal {
  width: 100%;
  margin: 0 13%;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-radius: 8px;
  position: relative;
  padding: 24px;
  max-height: 90%;
  overflow: auto;
}
.lk-modal-close {
  position: absolute;
  top: 24px;
  right: 20.5px;
  width: 24px;
  height: 24px;
  display: block;
  background: transparent;
  border: none;
  border-radius: none;
  cursor: pointer;
  z-index: 10;
}
.lk-modal.wide {
  padding: 32px 24px;
}
.lk-modal.wide .lk-modal-close {
  top: 32px;
  right: 32px;
}
.lk-modal.tall {
  height: 90%;
}
.lk-modal-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 24px;
  color: #111928;
}
.lk-modal-head .warning {
  color: #C27803;
}
.lk-modal-head .error {
  color: #F05252;
}
.lk-modal-head .success {
  color: #046C4E;
}
.lk-modal-pinhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #111928;
  padding: 32px 24px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: -24px;
  background: white;
  margin: -24px -24px 32px -24px;
  z-index: 5;
}
.lk-modal-pinhead .lk-modal-close {
  top: 32px;
  right: 24px;
}
.lk-modal.wide > .lk-modal-pinhead {
  margin: -32px -24px 32px -24px;
  top: -32px;
}
.lk-modal-pinfoot {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  position: sticky;
  bottom: -24px;
  margin: 32px -24px -24px -24px;
  padding: 32px 24px;
  background: white;
  z-index: 5;
}
.lk-modal.wide > .lk-modal-pinfoot {
  margin: 32px -24px -32px -24px;
  bottom: -32px;
}
.lk-modal-body {
  color: #6B7280;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}
.lk-modal-body b {
  font-weight: 700;
}
.lk-modal-body.sticky {
  /* Fill the full height except for header and footer */
  min-height: calc(100% - 185px);
}
.lk-modal-body .lk-modal-body-error-message {
  background-color: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 16px;
}
.lk-modal-foot {
  margin-top: 20px;
}
.lk-navbar {
  height: 56px;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  position: sticky;
  z-index: 50;
  background-color: white;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.lk-navbar > .lk-btn {
  border: none;
}
.lk-navbar svg {
  pointer-events: none;
}
@keyframes loading {
  0% {
    left: -45%;
  }
  100% {
    left: 100%;
  }
}
.lk-navbar .navbar-skeleton-wrapper {
  height: 16px;
  width: 100px;
  background-color: #f3f4f6;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.lk-navbar .navbar-skeleton-wrapper .navbar-skeleton {
  position: absolute;
  left: -75%;
  height: 100%;
  width: 75%;
  background-image: linear-gradient(to left, #f3f4f6, #f9fafb, #f3f4f6);
  background-image: -moz-linear-gradient(to left, #f3f4f6, #f9fafb, #f3f4f6);
  background-image: -webkit-linear-gradient(to left, #f3f4f6, #f9fafb, #f3f4f6);
  animation: loading 1.5s infinite;
}
.lk-navbar-logo {
  max-height: 32px;
  object-fit: contain;
}
.lk-navbar-logo.clickable {
  cursor: pointer;
}
.lk-navbar-menu {
  position: relative;
  font-family: Inter;
}
.lk-navbar-menu > .lk-btn {
  font-size: 16px;
  border: none;
}
.lk-navbar-menu.open > .lk-btn {
  color: #1c64f2;
}
.lk-navbar-menu .lk-navbar-menu-dropdown {
  position: absolute;
  top: 56px;
  left: 8px;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  z-index: 50;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.lk-navbar-menu .lk-navbar-menu-dropdown .left,
.lk-navbar-menu .lk-navbar-menu-dropdown .right {
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .left {
  width: 240px;
  background-color: white;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .right {
  min-width: 160px;
  background-color: #f9fafb;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .left .lk-navbar-menu-dropdown-option {
  font-weight: 600;
  font-size: 16px;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .left .lk-navbar-menu-dropdown-option.active:not(.markdown-render):not(.image):not(.disabled),
.lk-navbar-menu .lk-navbar-menu-dropdown .left .lk-navbar-menu-dropdown-option:hover:not(.markdown-render):not(.image):not(.disabled) {
  color: #1a56db;
  background-color: #f9fafb;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .left .lk-navbar-menu-dropdown-option.active:not(.markdown-render):not(.image):not(.disabled) .description,
.lk-navbar-menu .lk-navbar-menu-dropdown .left .lk-navbar-menu-dropdown-option:hover:not(.markdown-render):not(.image):not(.disabled) .description {
  color: #6b7280;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .right .lk-navbar-menu-dropdown-option:not(.markdown-render):not(.image) {
  font-weight: 500;
  font-size: 14px;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .right .lk-navbar-menu-dropdown-option:not(.markdown-render):not(.image).active:not(.disabled),
.lk-navbar-menu .lk-navbar-menu-dropdown .right .lk-navbar-menu-dropdown-option:not(.markdown-render):not(.image):hover:not(.disabled) {
  color: #1a56db;
  background-color: #f3f4f6;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .right .lk-navbar-menu-dropdown-option:not(.markdown-render):not(.image).active:not(.disabled) .description,
.lk-navbar-menu .lk-navbar-menu-dropdown .right .lk-navbar-menu-dropdown-option:not(.markdown-render):not(.image):hover:not(.disabled) .description {
  color: #6b7280;
}
.lk-navbar-menu-separator {
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option {
  border-radius: 8px;
  padding: 8px 24px;
  display: flex;
  gap: 2px;
  position: relative;
  border: none;
  background-color: transparent;
  width: 100%;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option.disabled {
  color: #9ca3af;
  pointer-events: none;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option.markdown-render,
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option.markdown-render:hover {
  background-color: transparent;
  flex-direction: column;
  max-width: 100%;
  overflow-x: hidden;
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option.markdown-render > *,
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option.markdown-render:hover > * {
  max-width: 100%;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option:not(.markdown-render):not(.disabled) {
  align-items: center;
  color: #374151;
  cursor: pointer;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option :last-child.lk-icon {
  margin-left: auto;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option .contents {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option .description {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option .ellipsis,
.lk-navbar-menu .lk-navbar-menu-dropdown .lk-navbar-menu-dropdown-option.ellipsis {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.lk-navbar-buttons {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: 16px;
  font-weight: 500;
}
.lk-navbar-buttons .navbar-skeleton-wrapper + .navbar-skeleton-wrapper {
  margin-left: 8px;
}
.lk-navbar-buttons > .lk-btn {
  border: none;
}
.lk-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: start;
}
.lk-row8 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: start;
}
.lk-row24 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: start;
}
.lk-r0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.lk-r1 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}
.lk-r2 {
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 0;
  min-width: 0;
}
.lk-r3 {
  flex-grow: 3;
  flex-shrink: 3;
  flex-basis: 0;
  min-width: 0;
}
.lk-row.items-center,
.lk-row8.items-center,
.lk-row24.items-center {
  align-items: center;
}
.lk-row-divider {
  flex: none;
  width: 1px;
  height: 32px;
  background-color: #e5e7eb;
  border-radius: 2px;
}
.lk-status {
  position: relative;
}
.lk-status::before {
  position: absolute;
  border: 1px solid white;
  border-radius: 100%;
  display: block;
  content: '';
}
.lk-tag-xs.lk-status {
  padding: 0 6px 0 22px;
}
.lk-tag-xs.lk-status::before {
  height: 10px;
  width: 10px;
  left: 6px;
}
.lk-tag-s.lk-status {
  padding: 0 8px 0 26px;
}
.lk-tag-s.lk-status::before {
  top: 6px;
  height: 10px;
  width: 10px;
  left: 8px;
}
.lk-tag-m.lk-status {
  padding: 0 10px 0 32px;
}
.lk-tag-m.lk-status::before {
  top: 7px;
  height: 12px;
  width: 12px;
  left: 10px;
}
.lk-tag-l.lk-status {
  padding: 0 10px 0 40px;
}
.lk-tag-l.lk-status::before {
  top: 14px;
  height: 15px;
  width: 15px;
  left: 12px;
}
.lk-status.lk-tag-gray::before {
  background-color: #6b7280;
}
.lk-status.lk-tag-light-gray::before {
  background-color: #9ca3af;
}
.lk-status.lk-tag-primary::before {
  background-color: #3f83f8;
}
.lk-status.lk-tag-indigo::before {
  background-color: #6875f5;
}
.lk-status.lk-tag-purple::before {
  background-color: #9061f9;
}
.lk-status.lk-tag-pink::before {
  background-color: #e74694;
}
.lk-status.lk-tag-green::before,
.lk-status-success-chip {
  background-color: #0e9f6e;
}
.lk-status.lk-tag-red::before,
.lk-status-failed-chip {
  background-color: #f05252;
}
.lk-status.lk-tag-yellow::before,
.lk-status-canceled-chip {
  background-color: #c27803;
}
.lk-status.lk-tag-orange::before,
.lk-status-assert-chip {
  background-color: #ff5a1f;
}
@keyframes statusRunningBounce {
  from {
    left: 7px;
  }
  to {
    left: 13px;
  }
}
.lk-status-running::before,
.lk-status-running-chip {
  background-color: #3f83f8;
  animation-name: statusRunningBounce;
  animation-direction: alternate;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.lk-stack,
.lk-stack16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lk-stack0 {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.lk-stack8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lk-stack12 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lk-stack20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lk-stack24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lk-stack32 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lk-stack40 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lk-subpage {
  min-height: 100vh;
  background: #f9fafb;
}
.lk-subpage-top {
  background: #FFF;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lk-subpage-body {
  padding: 0 24px 24px;
}
.lk-subpage-crumbs {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #9ca3af;
}
span.lk-subpage-crumb {
  color: #6b7280;
}
a.lk-subpage-crumb {
  color: #374151;
}
a.lk-subpage-crumb-arrow {
  margin-right: 8px;
}
a.lk-subpage-crumb-arrow:hover:not(.disabled) {
  border-radius: 4px;
  background: #f3f4f6;
}
a.lk-subpage-crumb-arrow.disabled {
  cursor: default;
  color: #d1d5db;
}
.lk-subpage-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #111928;
}
.lk-subpage-title .lk-subpage-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #6b7280;
  display: block;
}
.lk-subpage-body-head {
  align-items: flex-start;
  padding: 16px 0;
}
.lk-subpage-return {
  height: 34px;
  color: #111928;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}
div.lk-table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  position: relative;
}
div.lk-table.lk-table-border {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
}
div.lk-table .can-scroll-below {
  border-bottom: dotted 1px lightgray;
}
div.lk-table .can-scroll-above {
  border-top: dotted 1px lightgray;
}
div.lk-tr {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E5E7EB;
}
div.lk-tr.sticky {
  position: sticky;
  top: 0px;
  z-index: 40;
}
div.lk-tr.dark {
  background-color: #F9FAFB;
}
div.lk-tr.blue {
  background-color: #EBF5FF;
}
div.lk-tr.orange {
  background-color: #FFF8F1;
}
div.lk-tr:hover,
div.lk-tr.dark:hover {
  background-color: #F3F4F6;
}
div.lk-th {
  padding: 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  background-color: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
  color: #6B7280;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
div.lk-th .sortable-column {
  cursor: pointer;
}
div.lk-th .sortable-column .icon {
  padding: 12px;
  background: url("/images/common/sortable.svg") center no-repeat transparent;
}
div.lk-th .sortable-column .icon.asc {
  background: url("/images/common/ascending.svg") center no-repeat transparent;
}
div.lk-th .sortable-column .icon.desc {
  background: url("/images/common/descending.svg") center no-repeat transparent;
}
div.lk-td {
  padding: 16px;
  height: 53px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: center;
  min-width: 0;
  color: #111928;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
div.lk-td a:not(.lk-btn) {
  color: #1E429F;
}
div.lk-td.fit {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
div.lk-td.fixed,
div.lk-th.fixed {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: initial;
}
div.lk-td.empty {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280;
}
.lk-paginate .total-count {
  font-weight: 600;
}
.lk-top-tabs {
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 29px;
}
.lk-top-tabs .lk-tab {
  line-height: 21px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #6B7280;
  padding: 0 0 7px;
  background: transparent;
  cursor: pointer;
}
.lk-top-tabs .lk-tab.active {
  color: #1A56DB;
  border-bottom: 1px solid #1A56DB;
  margin-bottom: -1px;
}
.lk-top-tabs .lk-tab-wrap {
  margin-right: 32px;
}
.lk-tag-xs {
  height: 20px;
  padding: 0 6px;
  gap: 4px;
  font-size: 12px;
  line-height: 12px;
}
.lk-tag-s {
  height: 24px;
  padding: 0 8px;
  gap: 4px;
  font-size: 14px;
  line-height: 14px;
}
.lk-tag-m {
  height: 28px;
  padding: 0 10px;
  gap: 6px;
  font-size: 14px;
  line-height: 20px;
}
.lk-tag-l {
  height: 44px;
  padding: 0 10px;
  gap: 6px;
  font-size: 20px;
  line-height: 20px;
}
.lk-tag-xs,
.lk-tag-s,
.lk-tag-m,
.lk-tag-l {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  font-family: Inter;
  font-weight: 500;
  cursor: default;
}
.lk-tag-xs.clickable,
.lk-tag-s.clickable,
.lk-tag-m.clickable,
.lk-tag-l.clickable {
  cursor: pointer;
}
.lk-tag-primary {
  color: #1a56db;
  background-color: #e1effe;
  border-color: #c3ddfd;
}
.lk-tag-gray {
  color: #374151;
  background-color: #f3f4f6;
  border-color: #e5e7eb;
}
.lk-tag-green {
  color: #046c4e;
  background-color: #def7ec;
  border-color: #bcf0da;
}
.lk-tag-red {
  color: #c81e1e;
  background-color: #fde8e8;
  border-color: #fbd5d5;
}
.lk-tag-orange {
  color: #b43403;
  background-color: #feecdc;
  border-color: #fcd9bd;
}
.lk-tag-yellow {
  color: #8e4b10;
  background-color: #fdf6b2;
  border-color: #fce96a;
}
.lk-tag-light-gray {
  color: #6b7280;
  background-color: #f9fafb;
  border-color: #f3f4f6;
}
.lk-tag-purple {
  color: #6c2bd9;
  background-color: #edebfe;
  border-color: #dcd7fe;
}
.lk-tag-indigo {
  color: #5145cd;
  background-color: #e5edff;
  border-color: #cddbfe;
}
.lk-tag-pink {
  color: #bf125d;
  background-color: #fce8f3;
  border-color: #fad1e8;
}
.text-base,
.text-xs,
.text-sm,
.text-lg,
.text-xl,
.text-2xl,
.text-3xl,
.text-4xl,
.text-5xl,
.text-6xl,
.text-9xl,
.lk-navbar .consult-notifs-popper .title,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .user-name-display,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .task-display,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer .more-notifications,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer .comment-display,
.lk-navbar .consult-notifs-popper .footer,
.navbar .navbar-discuss .discuss-notif-count,
.navbar .navbar-account-name,
.activity-list-load-more,
.reactions .reaction,
#consult_home .create-task-title-line,
#consult_home .workspace-settings-modal-collapse-header,
.discuss-section-name,
.search-query .search-query-text input,
.search-query .search-query-parameters .search-query-users .search-user-list,
#consult_home .task-details-tab-selector .task-details-activity-filter,
.task-card-title,
.envision-dashboard-layout .scalar-wrap.scalar-xs .scalar-title,
.envision-dashboard-layout .scalar-wrap.scalar-xl .scalar-title,
.envision-dashboard-layout .label-text .label-xs,
.envision-dashboard-layout .label-text .label-sm,
.envision-dashboard-layout .label-text .label-md,
.envision-dashboard-layout .label-text .label-lg,
.envision-dashboard-layout .label-text .label-xl,
.envision-dashboard-layout .button-tile .button-link.button-xs .button-label,
.envision-dashboard-layout .button-tile .button-link.button-sm .button-label,
.envision-dashboard-layout .button-tile .button-link.button-md .button-label,
.envision-dashboard-layout .button-tile .button-link.button-lg .button-label,
.envision-dashboard-layout .button-tile .button-link.button-xl .button-label,
.lk-navbar .consult-notifs-popper,
.lk-navbar .consult-notifs-popper .filters .filter,
.lk-navbar .consult-notifs-popper .filters .filter.active,
.lk-navbar .consult-notifs-popper .date-line,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notification-header,
.navbar .navbar-user .user-menu-item,
.impersonation-modal .impersonation-filters .lk-select-outer .lk-selsearch-value,
.impersonation-modal .stop-impersonation-button,
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(1),
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(2),
.impersonation-modal .impersonate-item .impersonate-enter-tooltip,
.activity.one-liner .one-liner-activity-content .span-username,
.activity.one-liner .one-liner-activity-content .activity-content .span-username,
.activity .notif-date,
.activity:hover .hover-buttons .more-buttons .comment-popper-item,
.activity:hover .hover-buttons .more-buttons .upload-button,
.activity-date-line,
.activity-header .span-username,
.activity-content,
.activity-short .activity-content-short,
.closed-comment-editor,
.files .file .name,
#consult_home .dropdown-menu .discuss-menu-item,
#consult_home .dropdown-menu .discuss-menu-item a,
#consult_home .priority,
#consult_home .status,
#consult_home .task-number,
#consult_home .discuss-select-drop .priority-selector-line .priority,
#consult_home .discuss-select-drop .status-selector-line .priority,
#consult_home .discuss-select-drop .priority-selector-line .status,
#consult_home .discuss-select-drop .status-selector-line .status,
#consult_home .discuss-user-selector-line .span-username,
#consult_home .task-selector-line .task-selector-task-name,
#consult_home .discuss-link-popper .task-relation-line,
#consult_home .discuss-link-popper .link-popper-body,
#consult_home .discuss-link-popper .link-popper-body .task-list-selector input,
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons .link-popper-link-button,
#consult_home .discuss-white-cancel-button,
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-cancel-button,
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-confirm-button,
#consult_home .discuss-modal-header .discuss-modal-title,
#consult_home .folder-selector-line,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .workspace-settings-modal-section .workspace-settings-add-button,
#consult_home .lk-modal .discuss-link-line .task-selector-line .task-selector-task-name,
.add-task-button,
.all-projects-header-text,
.discuss-project-name-span,
.folder-tasks-counts,
.quill-editor .add-comment-button,
.quill-editor .ql-mention-list-container .ql-mention-list .user-name-complete,
.navbar-discuss-search .advanced-search-button,
.navbar-discuss-search .discuss-navbar-input input,
.search-query .search-query-parameters .search-query-users,
.discuss-search-modal-footer .discuss-search-confirm-button,
.discuss-modal-footer-light-style .discuss-search-confirm-button,
.discuss-search-modal-footer .discuss-search-cancel-button,
.discuss-modal-footer-light-style .discuss-search-cancel-button,
.discuss-search-modal-footer .discuss-modal-confirm-button,
.discuss-modal-footer-light-style .discuss-modal-confirm-button,
.discuss-search-modal-footer .discuss-modal-cancel-button,
.discuss-modal-footer-light-style .discuss-modal-cancel-button,
.discuss-search-input input,
#consult_home .task-details-header,
#consult_home .task-header-follow-button,
#consult_home .task-details-title,
#consult_home .task-details-title .title-edit-save-button,
#consult_home .task-content,
#consult_home .task-details-assignees,
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-name,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-size,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-date,
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-relation-line,
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-selector-line .task-selector-task-name,
.breadcrumbs,
.tasks-list-folder-name,
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-title,
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-subtitle,
.task-display-selector > div,
.tasks-list-filter-label,
.task-sort-single,
.discuss-table-status,
.discuss-table-status .status .status-name,
.task-title,
.file-line-name,
.file-line-size,
.file-line-date,
.with-notif > .task-title,
.task-line-folder-name,
.task-line-date,
.task-line-date .discuss-date-time,
.task-card-details .ticket-short-name,
.card-recent-activities-header-text,
.card-comment-button,
.card-expand-button,
.envision-dashboard-layout .region-card .card-header .card-header-left > span:not(.lk-icon),
.envision-dashboard-layout .region-card .card-footer .card-footer-right > span:not(.lk-icon),
.envision-dashboard-layout .scalar-wrap.scalar-xs .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-title,
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-title,
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-title,
.envision-dashboard-layout .scalar-wrap.scalar-xl .scalar-value {
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.text-xs,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notification-header,
.impersonation-modal .impersonate-item .impersonate-enter-tooltip,
.activity .notif-date,
.activity-date-line,
#consult_home .task-number,
.folder-tasks-counts,
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-size,
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-relation-line,
.breadcrumbs,
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-subtitle,
.discuss-table-status,
.discuss-table-status .status .status-name,
.file-line-size,
.file-line-date,
.task-line-folder-name,
.task-line-date,
.task-line-date .discuss-date-time,
.envision-dashboard-layout .region-card .card-footer .card-footer-right > span:not(.lk-icon) {
  font-size: 12px;
}
.text-sm,
.lk-navbar .consult-notifs-popper,
.lk-navbar .consult-notifs-popper .filters .filter,
.lk-navbar .consult-notifs-popper .filters .filter.active,
.navbar .navbar-user .user-menu-item,
.impersonation-modal .impersonation-filters .lk-select-outer .lk-selsearch-value,
.impersonation-modal .stop-impersonation-button,
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(1),
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(2),
.activity.one-liner .one-liner-activity-content .span-username,
.activity.one-liner .one-liner-activity-content .activity-content .span-username,
.activity:hover .hover-buttons .more-buttons .comment-popper-item,
.activity:hover .hover-buttons .more-buttons .upload-button,
.activity-header .span-username,
.activity-content,
.activity-short .activity-content-short,
.closed-comment-editor,
.files .file .name,
#consult_home .dropdown-menu .discuss-menu-item,
#consult_home .dropdown-menu .discuss-menu-item a,
#consult_home .priority,
#consult_home .status,
#consult_home .discuss-select-drop .priority-selector-line .priority,
#consult_home .discuss-select-drop .status-selector-line .priority,
#consult_home .discuss-select-drop .priority-selector-line .status,
#consult_home .discuss-select-drop .status-selector-line .status,
#consult_home .discuss-user-selector-line .span-username,
#consult_home .task-selector-line .task-selector-task-name,
#consult_home .discuss-link-popper .task-relation-line,
#consult_home .discuss-link-popper .link-popper-body,
#consult_home .discuss-link-popper .link-popper-body .task-list-selector input,
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons .link-popper-link-button,
#consult_home .discuss-white-cancel-button,
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-cancel-button,
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-confirm-button,
#consult_home .folder-selector-line,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .workspace-settings-modal-section .workspace-settings-add-button,
#consult_home .lk-modal .discuss-link-line .task-selector-line .task-selector-task-name,
.add-task-button,
.discuss-project-name-span,
.quill-editor .add-comment-button,
.quill-editor .ql-mention-list-container .ql-mention-list .user-name-complete,
.navbar-discuss-search .advanced-search-button,
.navbar-discuss-search .discuss-navbar-input input,
.search-query .search-query-parameters .search-query-users,
.discuss-search-modal-footer .discuss-search-confirm-button,
.discuss-modal-footer-light-style .discuss-search-confirm-button,
.discuss-search-modal-footer .discuss-search-cancel-button,
.discuss-modal-footer-light-style .discuss-search-cancel-button,
.discuss-search-modal-footer .discuss-modal-confirm-button,
.discuss-modal-footer-light-style .discuss-modal-confirm-button,
.discuss-search-modal-footer .discuss-modal-cancel-button,
.discuss-modal-footer-light-style .discuss-modal-cancel-button,
.discuss-search-input input,
#consult_home .task-details-header,
#consult_home .task-header-follow-button,
#consult_home .task-details-title .title-edit-save-button,
#consult_home .task-content,
#consult_home .task-details-assignees,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-name,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-date,
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-selector-line .task-selector-task-name,
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-title,
.task-display-selector > div,
.tasks-list-filter-label,
.task-sort-single,
.task-title,
.file-line-name,
.with-notif > .task-title,
.task-card-details .ticket-short-name,
.card-recent-activities-header-text,
.card-comment-button,
.card-expand-button,
.envision-dashboard-layout .region-card .card-header .card-header-left > span:not(.lk-icon) {
  font-size: 14px;
}
.text-lg,
.lk-navbar .consult-notifs-popper .date-line,
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-title {
  font-size: 18px;
}
.text-xl,
#consult_home .discuss-modal-header .discuss-modal-title,
.all-projects-header-text,
#consult_home .task-details-title,
.envision-dashboard-layout .scalar-wrap.scalar-xs .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-title {
  font-size: 20px;
}
.text-2xl,
.tasks-list-folder-name,
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-title {
  font-size: 24px;
}
.text-3xl,
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-value {
  font-size: 30px;
}
.text-4xl,
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-value {
  font-size: 36px;
}
.text-5xl,
.envision-dashboard-layout .scalar-wrap.scalar-xl .scalar-value {
  font-size: 48px;
}
.text-6xl {
  font-size: 60px;
}
.text-9xl {
  font-size: 128px;
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium,
.lk-navbar .consult-notifs-popper .title,
.lk-navbar .consult-notifs-popper .filters .filter,
.lk-navbar .consult-notifs-popper .filters .filter.active,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .user-name-display,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .task-display,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer .more-notifications,
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer .comment-display,
.lk-navbar .consult-notifs-popper .footer,
.navbar .navbar-account-name,
.impersonation-modal .impersonation-filters .lk-select-outer .lk-selsearch-value,
.impersonation-modal .stop-impersonation-button,
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(1),
#consult_home .task-details-tab-selector .task-details-activity-filter,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-name,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-date,
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-relation-line,
.task-display-selector > div,
.envision-dashboard-layout .region-card .card-header .card-header-left > span:not(.lk-icon),
.envision-dashboard-layout .region-card .card-footer .card-footer-right > span:not(.lk-icon) {
  font-weight: 500;
}
.font-semibold,
.navbar .navbar-discuss .discuss-notif-count,
.activity-header .span-username,
.activity-list-load-more,
#consult_home .priority,
#consult_home .status,
#consult_home .discuss-select-drop .priority-selector-line .priority,
#consult_home .discuss-select-drop .status-selector-line .priority,
#consult_home .discuss-select-drop .priority-selector-line .status,
#consult_home .discuss-select-drop .status-selector-line .status,
#consult_home .task-selector-line .task-selector-task-name,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .lk-modal .discuss-link-line .task-selector-line .task-selector-task-name,
.discuss-section-name,
.navbar-discuss-search .advanced-search-button,
.search-query .search-query-parameters .search-query-users,
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header,
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-title,
.tasks-list-filter-label,
.file-line-name,
.with-notif > .task-title,
.card-recent-activities-header-text,
.card-comment-button,
.card-expand-button,
.envision-dashboard-layout .button-tile .button-link.button-xs .button-label,
.envision-dashboard-layout .button-tile .button-link.button-sm .button-label,
.envision-dashboard-layout .button-tile .button-link.button-md .button-label,
.envision-dashboard-layout .button-tile .button-link.button-lg .button-label,
.envision-dashboard-layout .button-tile .button-link.button-xl .button-label {
  font-weight: 600;
}
.font-bold,
#consult_home .discuss-link-popper .task-relation-line,
#consult_home .discuss-link-popper .link-popper-body,
#consult_home .discuss-link-popper .link-popper-body .task-list-selector input,
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons .link-popper-link-button,
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-confirm-button,
#consult_home .discuss-modal-header .discuss-modal-title,
#consult_home .workspace-settings-modal-section .workspace-settings-add-button,
.add-task-button,
.all-projects-header-text,
.quill-editor .add-comment-button,
#consult_home .task-header-follow-button,
#consult_home .task-details-title,
#consult_home .task-details-title .title-edit-save-button,
.tasks-list-folder-name,
.task-card-title,
.envision-dashboard-layout .scalar-wrap.scalar-xs .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-value,
.envision-dashboard-layout .scalar-wrap.scalar-xl .scalar-value {
  font-weight: 700;
}
.font-extrabold,
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(1) b,
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(2) b {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.leading-title,
.lk-navbar .consult-notifs-popper .date-line,
.activity.one-liner .one-liner-activity-content .span-username,
#consult_home .task-details-title .title-edit-save-button,
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-size {
  line-height: 100%;
}
.lk-tooltip {
  /* Tooltip typography */
}
.lk-tooltip.light {
  color: black;
  background: #FFF;
  padding: 10px 12px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  white-space: normal;
}
.lk-tooltip.light p {
  color: #6b7280;
}
.lk-tooltip.dark {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #FFF;
  background-color: #4b5563;
  border-radius: 8px;
  white-space: normal;
}
.lk-tooltip.dark p {
  color: white;
}
.lk-tooltip .lk-tooltip-checkcircle-icon {
  color: #0e9f6e;
}
.lk-tooltip h1 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 6px;
  font-weight: 500;
}
.lk-tooltip h1.oneline {
  white-space: nowrap;
}
.lk-tooltip p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
.lk-tooltip p.oneline {
  white-space: nowrap;
}
.lk-fg-success {
  color: #03543f;
}
.lk-bg-success {
  background-color: #f3faf7;
}
.lk-fg-warning {
  color: #8a2c0d;
}
.lk-bg-warning {
  background-color: #fff8f1;
}
.lk-well {
  padding: 16px;
  border-radius: 6px;
}
.lk-well-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}
h1.lk {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  color: #374151;
}
h2.lk {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  color: #374151;
}
h3.lk {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  color: #374151;
}
h4.lk {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  color: #374151;
}
.span-avatar {
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 15px;
  position: relative;
  --AvatarMedium: 24px;
  --AvatarLarge: 32px;
  --AvatarExtraLarge: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.span-avatar.stacked {
  margin-left: -8px;
}
.span-avatar.medium {
  width: var(--AvatarMedium);
  height: var(--AvatarMedium);
  border-radius: var(--AvatarMedium);
}
.span-avatar.large {
  width: var(--AvatarLarge);
  height: var(--AvatarLarge);
  border-radius: var(--AvatarLarge);
}
.span-avatar.extralarge {
  width: var(--AvatarExtraLarge);
  height: var(--AvatarExtraLarge);
  border-radius: var(--AvatarExtraLarge);
}
.span-avatar img {
  height: 100%;
  width: 100%;
}
.span-avatar.default {
  background: url(/images/gravatar.png) center no-repeat;
  background-size: 30px 30px;
}
.admin-only {
  filter: hue-rotate(-90deg);
  border: 1px solid #F00;
  display: inline-block;
  padding: 4px 4px 4px 22px;
  border-radius: 8px;
  line-height: 16px;
  background: #FCC;
}
.admin-only::before {
  background: url("/images/home/lokad-logo.svg");
  background-size: auto;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  background-size: 100%;
}
.btn.btn-xxs {
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
.btn.btn-custom {
  color: var(--color);
  background-color: var(--background);
  border-color: var(--border);
}
.btn.btn-custom:hover,
.btn.btn-custom:focus,
.btn.btn-custom.focus,
.btn.btn-custom:active,
.btn.btn-custom.active,
.open > .dropdown-toggle.btn.btn-custom {
  color: var(--color);
  background-color: var(--background-d);
  border-color: var(--border-d);
}
.btn.btn-custom:active,
.btn.btn-custom.active,
.open > .dropdown-toggle.btn.btn-custom {
  background-image: none;
}
.btn.btn-custom.disabled,
.btn.btn-custom[disabled],
.btn.btn-custom.disabled:hover,
.btn.btn-custom[disabled]:hover,
.btn.btn-custom.disabled:focus,
.btn.btn-custom[disabled]:focus,
.btn.btn-custom.disabled.focus,
.btn.btn-custom[disabled].focus,
.btn.btn-custom.disabled:active,
.btn.btn-custom[disabled]:active,
.btn.btn-custom.disabled.active,
.btn.btn-custom[disabled].active {
  background-color: var(--background);
  border-color: var(--border);
}
.btn.btn-custom .badge {
  color: var(--background);
  background-color: var(--color);
}
/**
 * Import as reference is required to have the extend function work 
 * when building with Vite
 * https://lesscss.org/features/#import-atrules-feature-import-options
 */
.lk-navbar .consult-notifs-popper {
  font-family: Inter;
  display: flex;
  width: 566px;
  max-height: 80%;
  overflow-x: hidden;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: white;
  border: 1px solid #e5e7eb;
  /* shadow */
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.lk-navbar .consult-notifs-popper a {
  color: #323030;
}
.lk-navbar .consult-notifs-popper .pop-up-body {
  overflow-x: visible;
  width: 564px;
}
.lk-navbar .consult-notifs-popper .title {
  color: #374151;
  width: 100%;
  text-align: center;
  border-radius: var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px 0px;
  background: #f9fafb;
  padding: var(--2, 8px) var(--4, 16px);
}
.lk-navbar .consult-notifs-popper .pop-up-body {
  display: flex;
  padding: var(--6, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--2, 8px);
  align-self: stretch;
  overflow-y: auto;
  overflow-x: hidden;
}
.lk-navbar .consult-notifs-popper .filters {
  display: flex;
  align-items: flex-start;
  gap: var(--8, 32px);
  align-self: stretch;
  border-bottom: 1px solid #e5e7eb;
}
.lk-navbar .consult-notifs-popper .filters .filter {
  flex: 1 0 0;
  align-self: stretch;
  color: #6b7280;
  text-align: center;
  cursor: pointer;
  text-wrap: nowrap;
  padding-bottom: var(--2, 8px);
}
.lk-navbar .consult-notifs-popper .filters .filter.active {
  color: #1a56db;
  text-align: center;
  border-bottom: 1px solid #1a56db;
}
.lk-navbar .consult-notifs-popper .date-line {
  color: #6b7280;
}
.lk-navbar .consult-notifs-popper .notification-wrapper {
  flex-grow: 1;
  cursor: pointer;
  max-width: 508px;
  overflow-x: visible;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification {
  position: relative;
  display: flex;
  width: 100%;
  padding: var(--4, 16px);
  align-items: center;
  gap: var(--3, 12px);
  border-radius: var(--rounded-lg, 8px);
  /* shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification.unseen {
  background: lk-gray-100;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-header .lk-attach-hover {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 100;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-header .lk-attach-hover .lk-tooltip {
  z-index: 100;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-header .lk-attach-hover .lk-btn {
  display: flex;
  padding: 0;
  align-items: center;
  width: 40px;
  justify-content: center;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification:hover {
  background: #f3f4f6;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification:hover .notification-header .lk-attach-hover {
  display: block;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-avatar {
  display: flex;
  align-items: center;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-account {
  flex-grow: 1;
  padding: 0;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  color: #6b7280;
  width: 426px;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notification-header {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #374151;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notification-header .notification-account {
  text-transform: uppercase;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .user-name-display {
  color: #374151;
  display: inline-block;
  width: fit-content;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .task-display {
  color: #1a56db;
  display: inline;
  width: fit-content;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer {
  height: var(--6, 24px);
  display: flex;
  width: 100%;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer .more-notifications {
  color: #1a56db;
  margin-left: 4px;
  white-space: nowrap;
}
.lk-navbar .consult-notifs-popper .notification-wrapper .notification .notification-content .notif-footer .comment-display {
  overflow: hidden;
  color: #6b7280;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
}
.lk-navbar .consult-notifs-popper .footer {
  display: flex;
  padding: var(--2, 8px) var(--3, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  align-self: stretch;
  cursor: pointer;
  border-radius: 0px 0px var(--rounded-lg, 8px) var(--rounded-lg, 8px);
  background: #f9fafb;
  color: #374151;
}
.date-selector-popper {
  background-color: white;
  z-index: 10;
  padding: 5px 5px;
  border-radius: 5px;
  border: 1px black solid;
}
.date-input-container {
  display: flex;
  margin-bottom: 5px;
}
.date-input-container :nth-child(1) {
  white-space: nowrap;
  margin-right: 5px;
}
.date-input-container :nth-child(2) {
  flex-grow: 1;
}
.date-selector-button {
  margin-bottom: 5px;
  float: right;
}
.datepicker-wrapper {
  width: 100%;
  height: 100%;
}
.datepicker-wrapper .datepicker-textinput {
  width: 100%;
  height: 100%;
}
.datepicker-wrapper .datepicker-popper {
  border: #333 solid 1px;
  background: lightblue;
  padding: 5px;
  border-radius: 5px;
  pointer-events: all;
  cursor: default;
}
.datepicker-wrapper .datepicker-popper .header-line {
  margin-top: 6px;
  line-height: 34px;
  font-size: medium;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 10px;
}
.datepicker-wrapper .datepicker-popper .header-line > span {
  min-width: 115px;
  text-align: center;
}
.datepicker-wrapper .datepicker-popper .dropsection {
  display: flex;
  line-height: 34px;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 4px;
}
.datepicker-wrapper .datepicker-popper .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.datepicker-wrapper .datepicker-popper .calendar-grid {
  margin-top: 6px;
  display: grid;
  /* 8 columns: week number then 1 per day of the week. */
  grid-template-columns: repeat(8, 34px);
  gap: 2px;
}
.datepicker-wrapper .datepicker-popper .calendar-grid > div {
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: azure;
}
.datepicker-wrapper .datepicker-popper .calendar-grid button {
  margin-top: -2px;
  padding: 6px;
  width: 34px;
}
.datepicker-wrapper .datepicker-popper .calendar-grid button:disabled {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
  opacity: 100%;
}
.datepicker-wrapper .datepicker-popper .popper-arrow,
.datepicker-wrapper .datepicker-popper .popper-arrow::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: inherit;
}
.datepicker-wrapper .datepicker-popper .popper-arrow {
  visibility: hidden;
}
.datepicker-wrapper .datepicker-popper .popper-arrow::before {
  visibility: visible;
  z-index: -1;
  content: '';
  transform: rotate(45deg);
}
.editable-dropdown {
  background: white;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-family: "Roboto";
}
.editable-dropdown > div {
  padding: 3px;
}
.editable-dropdown .filter-left {
  background: transparent url("/images/common/editor/filter.png") 3px center no-repeat;
  padding-left: 29px;
}
.editable-dropdown .asc-left {
  background: transparent url("/images/common/editor/sort_asc.png") 3px center no-repeat;
  padding-left: 29px;
}
.editable-dropdown .desc-left {
  background: transparent url("/images/common/editor/sort_desc.png") 3px center no-repeat;
  padding-left: 29px;
}
.editable-dropdown .disabled {
  background-color: #EEE;
}
.editable-working {
  position: absolute;
  top: 30px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  z-index: 50;
}
@keyframes cell-loading-anim {
  from {
    background-color: #F8F8F8;
  }
  to {
    background-color: #F0F0F0;
  }
}
.zoom .table-tile {
  height: 100%;
}
.table-preview .cell-loading {
  animation: 1s ease-in-out 0s infinite alternate cell-loading-anim;
  width: 100%;
  height: 100%;
}
.table-preview div.cell-edit {
  position: absolute;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}
.table-preview div.cell-edit input {
  pointer-events: auto;
  flex-grow: 1;
  font-family: "Roboto";
  font-size: 13px;
  padding: 1px 4px;
  border: 1px solid #EEE;
  border-top: none;
}
.table-preview div.cell-edit input.error {
  box-shadow: inset 0px 0px 32px #FCC;
  background: #FFF0F0F0;
}
.table-preview div.cell-edit .select-cell {
  flex-grow: 1;
  border: 2px solid #666;
}
.table-preview div.cell-edit .select-cell.editable {
  border-color: #484;
}
.table-preview div.tr:nth-child(2n):not(.tr-more) {
  background-color: #fcfcfc;
}
.table-preview div.tr {
  border-bottom: 1px solid #EEE;
  display: flex;
  position: absolute;
  width: 100%;
}
.table-preview div.tr input[type="checkbox"] {
  cursor: pointer;
}
.table-preview div.tr input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.table-preview div.th {
  border-bottom: 1px solid #CCC;
  display: flex;
  top: 0;
  position: sticky;
  background-color: #FFF;
}
.table-preview div.tr.extra {
  background-color: #FFF;
}
.table-preview div.tr > div,
.table-preview div.th > div {
  padding: 4px 5px;
  line-height: 19px;
  height: 27px;
  flex: auto;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  font-weight: normal;
}
.table-preview div.tr > div .info-hover-wrapper,
.table-preview div.th > div .info-hover-wrapper {
  vertical-align: top;
}
.table-preview div.tr .cell-content,
.table-preview div.th .cell-content {
  color: #555;
  font-family: "Roboto";
  font-size: 13px;
}
.table-preview div.tr .cell-content-wrapped,
.table-preview div.th .cell-content-wrapped {
  font-family: "Roboto";
  font-size: 13px;
}
.table-preview div.tr:hover > div {
  background-color: #fff;
  filter: brightness(90%);
}
.table-preview .bottom-nav button {
  width: 24px;
  margin: 0 4px;
}
.table-preview .bottom-nav span {
  margin: 0 8px;
}
.table-preview .table-omitted {
  text-align: center;
  color: #888;
}
body {
  min-width: 300px;
  width: auto;
}
a {
  color: #C7180F;
  text-decoration: none;
  cursor: pointer;
}
.div-loading {
  background: url("/images/progress.gif") center center no-repeat;
}
.no-hover {
  pointer-events: none;
}
/****************** Grid **********************/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
/**
 ****************************
 * Generic Styles
 ****************************
*/
@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
/**
   ****************************
   * Viewports
   ****************************
  */
/**
   ****************************
   * Containers
   ****************************
  */
/**
   ****************************
   * Scrollers
   ****************************
  */
/**
   ****************************
   * Headers
   ****************************
  */
/**
   ****************************
   * Columns
   ****************************
  */
/**
   ****************************
   * Column Panel
   ****************************
  */
/**
   ****************************
   * Rows
   ****************************
  */
/**
   ****************************
   * Cells
   ****************************
  */
/**
   ****************************
   * Filters
   ****************************
  */
/**
   ****************************
   * Floating Filter
   ****************************
  */
/**
   ****************************
   * Drag & Drop
   ****************************
  */
/**
   ****************************
   * Overlay
   ****************************
  */
/**
   ****************************
   * Popup
   ****************************
  */
/**
   ****************************
   * Virtual Lists
   ****************************
  */
/**
   ****************************
   * Floating Top and Bottom
   ****************************
  */
/**
   ****************************
   * Dialog
   ****************************
  */
/**
   ****************************
   * Tooltip
   ****************************
  */
/**
   ****************************
   * Animations
   ****************************
  */
/**
   ****************************
   * Menu
   ****************************
  */
/**
   ****************************
   * Rich Select
   ****************************
  */
/**
   ****************************
   * Pagination
   ****************************
  */
/**
   ****************************
   * Tool Panel
   ****************************
  */
/**
   ****************************
   * Side Bar
   ****************************
  */
/**
   ****************************
   * Status Bar
   ****************************
  */
/**
   ****************************
   * Widgets
   ****************************
  */
@font-face {
  font-family: "agGridBalham";
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABgoAAsAAAAALEgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAmMAAAR2YfRkQU9TLzIAAANsAAAAQQAAAFZWUFLwY21hcAAAA7AAAAIMAAAFnGSNxkJnbHlmAAAFvAAADpIAABo4y6JNTGhlYWQAABRQAAAANAAAADZ2zcSBaGhlYQAAFIQAAAAaAAAAJAfQBDFobXR4AAAUoAAAABoAAAEgs7L//WxvY2EAABS8AAAAawAAAJJHu0GKbWF4cAAAFSgAAAAfAAAAIAFeAKpuYW1lAAAVSAAAATUAAAJG0OP3eXBvc3QAABaAAAABqAAAAm9qOX49eJx9lM1SE1EQhc8wAYFEoDQqRkRQ/IvKMD8Zk/CTkJBoWS5cWJYLN1hWWVZRrngOH8AnYOkT+AAufAIfwIVL15ZfdwaDLMitTO50n+4+fW7fKJA0qw3taGJv+Pyl5g72Dz+qppJGH/Of3AcHH97va/r4DV/Jf6cVlCqa00291qG+BXPBYXA0UQ1r4avwXfg5/BL+UghqReugy1TcUKyEZ6RUmRrKNaEpbDH7x2qCDnm23HpBVzXpnp76WqRmTEzfM9b1THe0QJ6u5+loG1TKspwdnkPWXc2fgch1j/wZbDaxllBkmf2WqprRHiw7MGkT38R/kZo71I6I6uLrwm4SS4t9W5fgZBElV/Wp3ugRfuvUsmRFTMo31q6/R/5WZh2jWuRpUMty12FwbG9QNSHiIdkzUFuFonVUL+NNwUTEtl1Biy6DTOCWapWd9ZnAtaI1MC/01qvuFjEd13SkQB32Y3vX8+V0ftLaJtcQ7AM4jK12PvepFWngXS2COdAnHemrvuuHfuq3/uicLlMn8R62yb5zpjbTKHga3cPb+me1XqeYgdOo/xEzdN5wdWJ8/UJDq1amM1MnZR9hTR0/C0/D92CTcx4lakRe1056krXJewz6fDGdTVbFle4zBfM+wQOfhRoTlui6ZxzNYY7WS2S03YhfzXVrku+an5upazdswd/sLth51zj/ZX4jOsxcpyd4V7BYprHlhkflsLcc6/hzWI+rGaslWGU+0TZjA78dPSrdop8Rk0S3/WYMfL7WYJAVN7XKGRr7dnFiVxwXe1TAP0FU3PDUtbOZ7sLN5mP4F/iHapMAeJxjYGSqZ5zAwMrAwFTFtIeBgaEHQjM+YDBkZAKKMrAyM2AFAWmuKQwHGHQ/GjG/AHKjmN8wsABpRpAcANz2CuAAAAB4nLXUZ1IbQRCG4VeBKIEDOeNEVkAgssjhh0+BM4UDhTPn8Nl8jz4B/ma7fQBc5al61Duzo9FMrb4F2oCCLEkR8p3kdEUur9FcNl6gOxsv8lv9Mp3kdV3hgiturHF7q9EK51xybbms97flNLvMODOsqbdHjRab7NPglDrbrLLDFge62+SIZTZY4ZAT1tnlmDN9P+2iqD2206Hf7dJOSlqxh17u84A++hlgkCGGGWGUMf3WBJNMMa15j3jME57yTPNmmGWOeRZ0XWJRpyppzwtUtcl27tb27jg/tVprc79xWt/WibcO1po67MbK4cn67vHZPyz2H1o5fRR+Re856Ym6dNrzUJMXoSUvw6a8CvvyOjTkTTiVt6Eu78K2XIRVuQw78j5syYdwIB9D+ld9Ck25CkdyHZblc9iQL2FFvoZD+RZO5HtYlx9hV36GY7kJeoCWcykvlnekWnApX1Z0KWPW5lL2rN2Raocj1U5Hql2OVLtdyqSVHKmWXXqS1uNItdeR6j2n7GBBKcKCsoE9dEoW1ueUMazfKW3YgFPusEGnBGJDTlnEhp1SiY045RMbdUoqNuaUWWzcKb3YhFOOsUmnRGNTLjvvtFPKsaC8Y0HJx4LeAVjQ2wAL2XlnHKnOOlKdc6Q670h1wZHqosvWWXLZ3iqOdL/q0vvVai6bU3cpY7bssjUbjuofQy2jW3ic7VlrkBzVde5ze2d6et7d04+Z2Z33a3deu/OWZnd79EDL7gr0YldCBqQoEnKwVhgpwsJCC7ZwBBI4JlIBdkXxq8qmoCouJ65QlC3ZKeKCpYIWhUAShCs/sBML4mAcq1LljaaVc3t6VlqhAPa/VLLT3ff07XvPPfecc8/57l2GZfCP/Q77HUZlSsx2hoEwUUXWTbieVJFkiE8jjaQlbvWAVZbUMKg9KQ0aIluETDoRt1oStYSsqObPyhk/uVKryLFMtVFvYNt6o57O0F8txgr9a7LQ0wPZNf36T/WfXnmDkP7z1DIAtodUExCGcKJKHA6kp+5a8V/wZGsBfI5o2K04vHa/J5p2qwst/Rj0cLJ7pVu2WsORITEEcJB95nqsIWS8raqnbv/6+j/6VJe1OQzLLrRYj+hUFKdP7FuluPwht+ptzToG5aTkHHL6PEKfPylFE6upqsDQ15fZLzMRhvGpXKahcjHBKDJCzCgaMcEoVGFuPH/yZH4cXEtL/dfm+xvXr1/87jLHIy+yEmPDF3OcBLxxtPDaa4WjGjl1NP/aa/mj+jIqliHbHnYPIzEDTA3bx6k5JGqaMrVDldqBK9N3iX4x7FKnX3zIFzkj/0wDLu7eMl2uVMrTW17pErunJ8ayuVx2bOJZSkAWqelvFb797cK3jCe7Z0lzg9CWNjco/dfdHvhkFmX2s36kOMaBOq0ICXo3KnLi3OzsuwcOvHPvveQu/ZNkvP38woLR/PJlfFxg32F8TIZBNgMQL0JNqGpQiZXDIAuSG9hY3E2pMK3T6NcicID6A7ba/lzplqGhW0qkUw62Z0PlEF7kIaPs17e9UvkKfPpKi5LRg/1mqBRqH8YHXuQL+PgVtix/Be65Vqbcx5eJjeG6+CiJVrZ/TEY+Why9OG64y2X8Q1kuGLIw0B0+EVsUyXI9SapXMaeDHblGCvbC1V9pOXatBKY972N3MRb0WD/D8MCpPLCNCHRig6SU6zXqiOTf9O3NnXobtLm5l77rcAQ8SmlNSfEE4AX4xjB+0P8GRufmNJcr3JsOxEuleCDVF6bse4wxCqzb9BkPw6QSQsVn3kDv51qtH2ja6VarfVbT3iLl9vyVe3Edk5OsBeVEGanfkxP6+/mf/SwPFzulOZebcT35mAQzREfpKnB4UaksRkEkFKyp46c0jm7YXI5hPfnzi7mJXHYiT4vcRPpSul43HnrPiuxEDp7QP5mqzeI3qBgNcvpZfJByPa3/mDaFkXRddxIxN55r1VJX5H6RvEjXCixZtVctRxK9eplZGebyJfZu9heMF2cSYsaZzzF/hr3p8rd0pEcvqNfYRA2EmGpVcTK+lOQmON2eWlUjFTpZyRpPZ4pAp4tuU6axvayo1K3iWF2r1sthtkJti6mhSKgOymFidur0iYCihklDxYBT0qgCJdkDboI6HWSxu8Lu5XbfY9HXZRqNDKlnGmPf01fBMQKsxXue6Nt5MSx5Vclrt7j8MZ+a9Nldth6b5FH7nGpUsRKb2/4XYlwJCS4v77ZxNo9TUByiV+oVxIgi+gWb3cX1WDxh0eqwiKLDJdpHclnCEpvDZiE1wtk9TiupsGAXbeTnts8csZBlmUuvGsIcO3fpOHvfGwFeaD/+j85I2GcTe6MpOV5LS30ZkffYXbJULUdzit9v97g9gQHF40iJDrcjIDhV0S3YrJwvVkz5XLJf9todHtHn4h08y3EWzhf64x+c5h1WO+eyW/jXeY+Nd/PzHt7uFamp/992/3tttzR3m5igQnxm7oabOrkb5joxbYmdJz7Sxg2avKv1SlmJQItQkymy5AHEaGjXeHoQOOoE6Vr1w01T2LqW5yySR/B5R1bY3VaXzeOT10057bwoiT23bunhBaz5MKXOfXaP2+VQvD7/Jz7hES0Wr1MI7f2sRxbdPG998JDVZhU8IvN/ZI5L8gqmPo4HcgKTif4+eMk/0eziBS82sRi55Wm2iZllOXMTM81sw/b1RgXhdwdF08juhkwHOzcMlIZhXnWDBwywTV+tRkKqNkCDFhQJ9ql31juXMlZtpdwCY1Un4hwktt8l3v7M55MuQewNRtOj+Ym1z26cumFjyevjHQ6vN98ayWtDN6mQ3rh+x523K1Jfc2Jk13AeHh5aq0L4wBNfW5toTgzf2czp88HcjbnBTD6YHc8OZsivSiy77pFb++LhbF8sgIxToiSXmpt7i5JfDsujudH8U5Fba2SrNirJYau9Lze8a3iiqf9ddGuNjN89ysbjWDMy0TzfP4gcg/nMYA6LK7n+aTbB9DJFZhg1ZexQTBVZr1YP7jVUN+lqp6MRrtxxlSJgUFOpJhD3hIAGQUQ90F7Ux9q9n/r0/q0byqYuWn89Azd98e6IqYuNn09QBYw3dzSbOw7sWL58xz9kx6fGs8aDTSxOfl0y4fasaG4xJz69q6dFRmfWdCYeCt67ns42shxZdPj8PWQpkyzpFNR1TGxTwP0Yokgw5xkCrlE3J5sehZhFMvdccqPWcQ1cOgUY8K9q+G2nAQhw/vqqwADZ1z5rMyh0kc5XciEzFBoeCvLOP3xsen/TYQuURsNDyTUtgQ+WRkNDqSODU9iiWQrygikPWTD8me96tEVICOQ3plfrv6ctOraiO+Ei4+zMgby3iM98OJte3DElDGw8yDCNRK2iXnWnPuJ9wcByVxDd9V8WZjt/LbPUzBLFsS3Z59ZwzY0yK5k1Rgz6rXa8PpTGgpg9dU35O+5tT83OwkH9JViuH1uknEhd1Cfhud9tO9v+d03TWubNMB+wYQftUpRMcibi/WdN66Le9n+iBbt+uJ/tRc0J1O4IaKnpWbWRwdlieMy04Jh+sHVcPw/p+fnSLLyth2dL5HHttHYc0pDWz8+X0QLlLq99iKOzzBbDp1GtHCoYwxvVar0FtXSmhH7uBnTpMDSwRqOhzxc3WmEljXZF8wPtLeEHrC4Z697gkiB+3GvEeu32vpnQLf3JKmdVAqKTFVPePo/bm8gdXp6NzBT8ITW7K3tzaM+g2qfmwjbgUgHZIdIuuQaokggOVky4+yS7Y3UxnSVreKeld9NAOrQn5HO5RtOJsaDIJlJiUs7sHColc72qJ7qn+PBwMQJ8FLl+YXgoGuYdlsiugopcfW7P+mKoJhl9Yr7kHYXSep+364+Pso9+YI0w1KMoprfgbXgX3g3znUMaPVS7Zy4/By/k5/IQWFhozy8srEWabMNaXCnbFiJI4JUvowdswxKvuWcWrvhCm7QRWbpwtx2hzsClBgF3Eo1fsG+O7d+4H/7WLOfOs7T8aqcw90MF8mp3rw7oCd0fW2h/CaONeUOghbZvdW0fx/htjGcOZA4Lr/YYA/1JZ7z/eLMHi33wozfZsX2b9pt9n8V9XscHuwgKXbdzEALNx4pvnS8+thL+aiVSbw0+Bhseyp09m3sIzrTn4UyHphga+RxhDzIKRp8G02LWMlPIj7qaqhhul0kb3tXQiEpfOavphxh0qW9hK1qZQcTBg2KE20FATAJGp3pDNYK02kjDwh2bN+61O7Ppmyeev/WO1aMrCElF73505YbxG27j+VR607oz66azCZtt69jkU1Grdf3oqslqKQOH9F9WZgayCFHOrFrerx9NOvzBenMTr1XLsiJejrCfIdXS09vuvG3DslpKVlrLvjq1ZXLlznqL5LNf3DB98/pizpItbJ6Y3vh4rvDy6MTYbDzJWYIK3K8/5e1NpavN4VdIWNGPtk6sXD1QsGjsQP+INnzZvngGM8Pej97Xz4ygZoyDIuPwSE588KAgwZUVujmo1iGG4Euo1odBjtUoOBMkK9nndAcimyMBt3M2vjyOF1zslAtCIBAPBMChO4PJZLAFB7VgKsWGRMnvFkW3XxKxkT5pdnoOH4I/6ser/fVUAJ4LJmdnk0F9MpBajE+HDZmbKHEXIdXRCFhQY3E0QdIwg4uJ5tEIcGmcEnSs11CVioGhYOMJID0WPtQcbOx0N0NRCMsr1vwB5lBWkgvqkxge/8XHO23eU/X+sgBBm0rARp6w4VbALXpfhwdOIGLwOPsdvGNHcTQs62/3TTvvtFoCtdyQ6sDu5Eter8+tnHKzbK/+r1Yp46+KT2Iw52zi64z9qrwURe2vZMYM77yN2cHs/h9yU0xQjINVC01PEYQxndUgI9DhEp0jScVQRkpSK7WMlavUGllARVQwscoV6tEpa4KTK410Qq58WOKCQ+2XfvkeZhW+bQPMMVH4vj0/PZXns2P9B/j89HTeviJZDoah/TIcvh9gtlVdi5nuUAvOHKLtURfLsw/+aNmND35oKrvUftnKY/P3zgpeHAzuB4/BnL+n/8Yc4fNTOA7gdkvJhseWPfDDydqDv6mntrcOH47ThAdweBYeWPQJeu5Fzz/N008v9YIoVYf3mtPPuLG5oF/g4iMH9q2+4YbV+w6At0s9cnD3zubISHPn7veQGB5Ggr1AP+jvL22sLWlDiZHumurKov1W0lxzNmu0+bgiwnevc+r6seXWJ6eX9qTMrsUCFD9gwMdkpCIowGieYffp54+39INwrHW8NKuH4e3Z0vw8IorzxykaOE5hwPy8yYeeT7swEjO4z0Mcae77BEs3urP+9vO3lOJkPF7SvzfTPHeuOTOFrH4CSf0n9BQQkn0zw+fODc/AycXzeAs5aZzj0QMKtkd/34AyZDeFp0gw17YDemaGeCzfga1HOuVimxe6Z4IqttFP/CVu0VeRJ5AoPAyrFnkViESt7EMdnDaSnk9bjKV72Rm0ew7xJeOLI5BEtI6Zhm7GMLJiPvEhpgkTBDMZ7goGygBFO6qxtOk/Uzq0cW7zNCFJQv4Ulr1LLAalz71LvEU1pGz6/Z1JraAl7sr6Y5xNDmoF+MbAuhBWCYXA4GZRECJIR6JWpXfnMnYPdraQU/rcO8gQrOQUNN4l+n0IX7B9xGDk7PUW+5KTvchoMmrwUVhLOd+/Ffm0Iptv7y8N4wz/G4A9L1cAAHicY2BkYGAAYgWvvDnx/DZfGbiZXwAFojgf72uA0f/////D/IL5DVAlBwMTkGQAAHb/DvN4nGNgZGBgfsHAACL//wezGRlQgQcAdFMFCgAAeJxjYGBgYH6BDf//j8C41AwspgcAANyGMDUAAHicY2AAghkMFxieMTowRjEuYXzFpMEUxVTD1Md0g+kT8wWWdSxHWM1YV7DuYQtgO8EuwK7FXsL+iYOHw4hjD8cPTjFOA04/ziIuJq4YrgPcadxreIR4zHgSeEp42nhm8azglSEdAgCdlRu1AHicY2BkYGDwYJjHwMMAAkxAzAWEDAz/wXwGACBkAgkAeJx1jz9OwzAYxV9oWkSLEBISYsMTC1L6Z2Do2KHZO3RgcxsnbZXEkeNW6sYxOAHHYOQInIJD8BK+oUKqLTk///zeJwXALb4QoFkBrtuzWRe45O2PO6Q74ZD8KNzFAM/CPfoX4T7tTHjAZsEJQXhF84A34Qvc4F24Q/8hHJI/hbu4x7dwj/5HuI9lEAoP8BS86ix222Sm840uFibb59qdqlNeGldvbanG0ehUx6Y0TnuTqNVR1Yds4n2qUmcLNbelN3luVeXszqx9tPG+mg6HqfhobQtoZIjhsEXCP9fIseFZYAHDlz3vmq/nUuf8km2Hmt6ihMIYEUZn0zHTZdvQ8PwmbKxw5FnjwM6E1iPlPWXGsqEwbyc36Zzb0lTt245mTR9xdtOqMMWQO/2Xj5jipF9al2jJAAAAeJxtkQdv2zAQhf3Fku3YaeO6bbr3Hmrr7p3upj+DpmiZiEQKJOWRX18iLgIE6AE8vPdwvHu4a2201tFv/T/22KBNQkqHLj026TNgixOcZJshpxhxmjOcZYdznOcCF7nEZa5wlWtc5wY3ucVt7nCXe9znAQ95xGMynvCUZ4x5zgte8orXvOEt73jPBz7yic/s8oWvfOM7P/jJL36zx5/WQBSFU4UI2pqOcM4ufFt42ZHCSFWmciZcGMqZkvsTu8wOgcp3jgRtchWUq7QRQY2O5Mb8q9yStrQuq3UkrhtJUxnfl9YEJ2RQeSJtvUqls963pZ+n8WXjJFdepmoZDXQPczbuqWUt4qx8U61U5kvhZ+2IOlNdxvHpVDsfksLpOi2cbeokFoSkVNPQKbWJPrqlFbk2Ra8SS13pA5VUyjS96HvNjDVqYGzIRFnahcrTOjZQ7VqbtNZzG4YufrfZpAnBmsxOp9vHBZM6XcxC4sVc9X0Vu2S5XZjeGkZDIW5gFJxSx1fWa8zaIIIChyKgsRgWeCQlM/aZsIwnzqloqFkxZ8pBq/UXq/Gj5g==") format("woff");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.info-hover-popper {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 5px 9px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 150;
}
.info-hover-popper .markdown p:last-child {
  margin-bottom: 0;
}
.info-hover-wrapper,
.info-hover-svg {
  vertical-align: middle;
  flex-shrink: 0;
}
.info-hover-popper {
  cursor: unset;
}
#popper-portal {
  font-family: "Roboto";
}
#popper-portal .info-hover-popper {
  z-index: 3000 !important;
}
.CustomCheckBox {
  width: 100%;
  height: 40px;
  padding: 0px 16px;
  align-items: center;
}
.CustomCheckBox .form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
.CustomCheckBox .form-checkbox:checked::before {
  position: absolute;
  left: 11px;
  top: 7px;
  content: '\02143';
  transform: rotate(40deg);
}
.CustomCheckBox .form-checkbox:hover {
  background-color: #f7f7f7;
}
.CustomCheckBox .form-checkbox:checked {
  background-color: #f1f1f1;
}
.CustomCheckBox label {
  vertical-align: 10px;
  cursor: pointer;
}
.CustomCheckBox:hover {
  background-color: #EEE;
}
.field {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  position: relative;
}
.field:hover {
  background-color: #EEE;
}
.field.active .color-picker,
.field.active select,
.field.active input {
  padding: 24px 16px 8px 16px;
}
.field.active .color-picker + label,
.field.active select + label,
.field.active input + label {
  top: 2px;
  opacity: 1;
  color: #282828;
}
.field .color-picker,
.field select,
.field input {
  width: 100%;
  position: relative;
  padding: 0px 16px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  color: #282828;
  outline: none;
  box-shadow: 0px 4px 20px 0px transparent;
  -webkit-appearance: none;
}
.field .color-picker + label,
.field select + label,
.field input + label {
  position: absolute;
  top: 24px;
  left: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
}
.modalWrapper {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-flow: column wrap;
}
.modalWrapper.try-outer {
  top: 0px;
}
.modalWrapper.try-outer .modal-content-wrapper {
  padding-top: 300px;
}
.modalWrapper .modal-content-wrapper {
  position: relative;
  min-height: 0px;
  flex-grow: 1;
  padding: 20px 50px 50px 50px;
}
.modalWrapper .modal-content-wrapper.small {
  padding-left: calc(50% - 300px);
  padding-right: calc(50% - 300px);
}
.modalWrapper .modal-content-wrapper.try-inner {
  padding-left: calc(50% - 330px);
  padding-right: calc(50% - 330px);
}
.modalWrapper .modal-content-wrapper.try-inner .modal-content {
  padding: 0px;
  border: none;
}
.modalWrapper .modal-content-wrapper .modal-content {
  position: relative;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  z-index: 1002;
  cursor: default;
  background: #F8F8F8;
  border: 1px solid #CCC;
}
:root {
  /*
**  Value of the navbar block = 
**          navbar height (56)
**          OR navbar height + back office navbar height (112px)
**  Default value is the base navbar height (@navbarH, 56px)
**
**  We're using a CSS variable here so that we can set the height
**  of the navbar block (navbar height / navar height + BO navbar 
**  height) from the JS code and reuse that variable in other CSS files
*/
  --navbar-block-height: 56px;
}
.back-office-navbar {
  height: 56px;
  position: sticky;
  z-index: 101;
  top: 0;
  background-color: #374151;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: Inter;
}
.back-office-navbar .navbar-tabs {
  color: white;
  display: flex;
  align-items: center;
  gap: 32px;
}
.back-office-navbar .navbar-tabs a {
  color: white;
}
.back-office-navbar .navbar-tabs > div {
  height: 40px;
  padding: 8px;
}
.back-office-navbar .navbar-impersonation-widget {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.back-office-navbar .navbar-impersonation-widget .navbar-account-name {
  color: white;
}
.back-office-navbar .navbar-impersonation-widget > svg {
  margin-left: 8px;
}
.back-office-navbar .navbar-impersonation-widget#impersonation-button {
  cursor: pointer;
}
.navbar {
  z-index: 100;
}
.navbar.hidden-navbar-skeletons .navbar-skeleton-wrapper {
  display: none;
}
.navbar .navbar-logo {
  width: 122px;
  height: 24px;
}
.navbar .navbar-search {
  margin-right: auto;
}
.navbar .navbar-notifs {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar .navbar-discuss {
  height: 24px;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.navbar .navbar-discuss .discuss-notif-count {
  display: flex;
  height: 12px;
  min-width: 12px;
  padding: var(--05, 2px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 10px;
  background: #f05252;
  color: #fff;
  text-align: center;
  font-size: 8px;
  line-height: 0%;
  /* 0px */
}
.navbar .navbar-separator {
  width: 1px;
  height: var(--0, 25px);
  background: #e5e7eb;
  margin: 0px 16px;
}
.navbar .navbar-impersonation-widget {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.navbar .navbar-account-name {
  color: #6b7280;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.navbar .navbar-impersonation-button {
  height: 16px;
  position: relative;
  cursor: pointer;
  margin-left: 16px;
}
.navbar .navbar-user {
  height: 24px;
}
.navbar .navbar-user .user-menu-button {
  background-color: inherit;
  border: none;
  padding: 0px;
}
.navbar .navbar-user .caret {
  display: none;
}
.navbar .navbar-user .span-avatar {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 24px;
  display: inline-block;
  border: none;
}
.navbar .navbar-user .span-avatar svg {
  width: 24px;
  height: 24px;
}
.navbar .navbar-user .span-avatar img {
  height: 100%;
  width: 100%;
}
.navbar .navbar-user .span-avatar.default {
  background: url("./images/gravatar.png") center no-repeat;
  background-size: 24px 24px;
}
.navbar .navbar-user .dropdown-menu a {
  padding: 0px;
}
.navbar .navbar-user .user-menu-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 12px;
  font-family: Inter;
  color: #374151;
}
.navbar .navbar-user .user-menu-item.logout-button {
  color: #e02424;
}
.navbar .navbar-user .user-menu-item:hover {
  background: #f3f4f6;
}
.modal-backdrop.fade.in {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.impersonation-modal {
  width: 566px;
  padding: 24px;
  position: absolute;
  right: 0px;
  top: 48px;
  border-radius: 8px;
  background: var(--white, #fff);
  border: 1px solid #e5e7eb;
  /* shadow */
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.impersonation-modal form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  cursor: auto;
}
.impersonation-modal form .form-inline {
  width: 100%;
}
.impersonation-modal .impersonation-filters {
  display: flex;
  align-items: center;
}
.impersonation-modal .impersonation-filters .lk-select-outer {
  display: flex;
  width: 128px;
  padding: var(--2, 8px) var(--4, 16px);
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  cursor: pointer;
}
.impersonation-modal .impersonation-filters .lk-select-outer .lk-selsearch-icon {
  top: auto;
}
.impersonation-modal .impersonation-filters .lk-select-outer .lk-select {
  padding: 0px;
  height: fit-content;
  background-color: inherit;
  border: none;
}
.impersonation-modal .impersonation-filters .lk-select-outer .lk-select .lk-select-hidden {
  cursor: pointer;
}
.impersonation-modal .impersonation-filters .lk-select-outer .lk-selsearch-value {
  height: fit-content;
  color: #111928;
}
.impersonation-modal .impersonation-filters .impersonation-search {
  display: flex;
  padding: var(--2, 8px);
  align-items: center;
  flex: 1 0 0;
  gap: 8px;
  height: 40px;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
}
.impersonation-modal .impersonation-filters .impersonation-search input {
  border: none;
  background-color: inherit;
  height: 21px;
  box-shadow: none;
  padding: 0px;
}
.impersonation-modal .stop-impersonation-button {
  display: flex;
  height: 32px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  align-self: stretch;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid #1a56db;
  color: #1a56db;
}
.impersonation-modal .impersonate-item {
  display: flex;
  padding: var(--1, 4px) var(--6, 24px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  cursor: pointer;
}
.impersonation-modal .impersonate-item:hover {
  background: #f3f4f6;
}
.impersonation-modal .impersonate-item .impersonate-item-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(1) {
  color: #6b7280;
}
.impersonation-modal .impersonate-item .impersonate-item-details > :nth-child(2) {
  color: #6b7280;
}
.impersonation-modal .impersonate-item .impersonate-enter-tooltip {
  display: flex;
  color: #9ca3af;
  text-align: right;
}
body {
  margin: 0;
  color: #374151;
}
body a {
  color: #374151;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
.btn-success.disabled.active,
.btn-success[disabled].active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td {
  padding: 5px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/* File uploader */
.file-uploader .border {
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-color: #dee2e6;
  background-color: #fff;
}
.file-uploader .center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(min(100%, 740px));
}
.file-uploader .center.tabs {
  position: relative;
  background: white;
  padding: 20px;
  height: 25%;
}
.file-uploader .center.current-file {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.file-uploader .center li.active {
  text-decoration: none;
}
.file-uploader .center li.cursor {
  cursor: pointer;
}
.file-uploader .center li a {
  font-weight: bold;
}
.file-uploader .center .panel {
  margin-bottom: 0px;
  border-top: none;
}
.file-uploader .file-info .processing {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  content: url("/images/dash/loading.gif");
}
.file-uploader .uploader > div:first-child {
  position: relative;
  padding: 10px 10px;
  border-width: 0;
  display: flex;
  align-items: center;
}
.file-uploader .uploader > div:first-child .no-file-uploaded {
  border-radius: 2px;
  padding: 8px 10px;
}
.file-uploader .uploader > div:first-child .no-file-uploaded > span {
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 3px;
}
.file-uploader .uploader > div:first-child .btn-upload {
  margin-left: auto;
}
.file-uploader .uploader > div:first-child .btn-upload > input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  margin-top: -5px;
  margin-left: -10px;
  height: 30px;
  width: 57px;
}
.file-uploader .uploader > div:first-child .btn-upload > input[type=file],
.file-uploader .uploader > div:first-child .btn-upload > input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.file-uploader .uploader > div:first-child .status {
  padding: 0 16px;
  margin-left: 8px;
  display: inline-flex;
}
.file-uploader .uploader > div:first-child .status .up-loading {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  content: url("/images/dash/loading.gif");
}
.file-uploader .warnings table {
  display: flex;
  flex-flow: column;
  max-height: 200px;
}
.file-uploader .warnings table thead {
  flex: 0 0 auto;
  display: table;
  table-layout: fixed;
}
.file-uploader .warnings table tbody {
  display: block;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.file-uploader .warnings table tbody tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.file-uploader .file-info {
  background-color: #fff;
}
.file-uploader .file-info > div {
  padding: 10px 10px;
  position: relative;
}
.file-uploader .file-info > div .icon {
  margin: 1px 0;
  width: 30px;
  height: 30px;
  position: absolute;
}
.file-uploader .file-info > div .icon.xlsx {
  content: url("/images/dash/xlsx.png");
}
.file-uploader .file-info > div .icon.tsv,
.file-uploader .file-info > div .icon.csv {
  content: url("/images/dash/tsv.png");
}
.file-uploader .file-info > div .icon.file {
  content: url("/images/dash/file.png");
}
.file-uploader .file-info > div .info {
  margin-left: 35px;
  display: block;
  min-height: 30px;
}
.file-uploader .file-info > div .info .name,
.file-uploader .file-info > div .info .date,
.file-uploader .file-info > div .info .download {
  font-family: sans-serif;
  margin-right: 10px;
}
.file-uploader .file-info > div .info .additional-info {
  margin-top: -5px;
}
.file-uploader .file-info > div .info .additional-info .size,
.file-uploader .file-info > div .info .additional-info .issues,
.file-uploader .file-info > div .info .additional-info .error,
.file-uploader .file-info > div .info .additional-info .lines {
  font-size: 11px;
  font-weight: bold;
}
.file-uploader .file-info > div .info .additional-info .issues {
  color: #eca540;
}
.file-uploader .file-info > div .info .additional-info .error {
  color: #a94442;
}
.file-uploader .file-info > div .clear-upload {
  position: relative;
  top: -35px;
  float: right;
}
.file-uploader .file-info > div .validate {
  margin-left: 10px;
}
.file-uploader .file-info > div.disabled {
  background-color: #f1f1f1;
  height: 52px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
}
.file-uploader .file-info .upload-progress-percent {
  margin-right: 10px;
  font-family: sans-serif;
}
.file-uploader .file-info .upload-progress-bar {
  background-color: #37b400;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out 0s;
}
.file-uploader .log {
  margin-top: 5px;
  font-family: sans-serif;
  display: grid;
}
.file-uploader .log .error-header,
.file-uploader .log .warning-header {
  padding: 5px;
}
.file-uploader .log .error-header {
  color: #a94442;
}
.file-uploader .log .warning-header {
  color: #eca540;
  display: flex;
}
.file-uploader .log .warning-header span {
  flex-grow: 1;
}
.file-uploader .log .warning-header label {
  margin-bottom: 0px;
}
.file-uploader .log .warning-header input {
  margin-top: 0;
  margin-left: 3px;
}
.file-uploader .history {
  height: 400px;
  overflow: auto;
}
.file-uploader .history .run {
  padding: 8px 4px;
  border-top: 1px solid #eaecef;
  font-size: small;
}
.file-uploader .history .run .run-id {
  font-weight: bold;
}
.file-uploader .history .run .uploads {
  display: flex;
}
.file-uploader .history .run .uploads > span {
  font-size: small;
}
.file-uploader .history .run .uploads > span.name {
  flex: 4;
  padding-left: 20px;
}
.file-uploader .history .run .uploads > span.date {
  flex: 2;
}
.file-uploader .history .run .uploads > span.size {
  flex: 1;
}
.file-uploader .history .run .uploads:hover {
  background-color: #d7dbdf;
}
.activity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
  gap: 8px;
  padding: 12px 24px;
}
.activity.dark {
  border-radius: var(--rounded-lg, 8px);
  background: var(--orange-50, #FFF8F1);
}
.activity.one-liner {
  justify-content: space-between;
  flex-direction: row;
  padding: 0px 12px;
}
.activity.one-liner .one-liner-activity-content {
  display: flex;
  align-items: center;
  gap: var(--1, 4px);
  flex-grow: 1;
}
.activity.one-liner .one-liner-activity-content .span-username {
  color: var(--WF-Base-900);
}
.activity.one-liner .one-liner-activity-content .activity-content {
  width: fit-content;
}
.activity.one-liner .one-liner-activity-content .activity-content .span-username {
  color: var(--orange-500, #FF5A1F);
  border-radius: var(--rounded, 4px);
  background: var(--orange-50, #FFF8F1);
  width: fit-content;
}
.activity .notif-date {
  color: var(--WF-Base-600);
}
.activity:hover .hover-buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 8px 16px;
  position: absolute;
  top: -72px;
  right: -24px;
  border-radius: var(--BRMedium);
  background: var(--BaseWhite);
  /* shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.activity:hover .hover-buttons .brand-icon,
.activity:hover .hover-buttons .brand-stroked-icon {
  width: 21px;
  height: 21px;
}
.activity:hover .hover-buttons .brand-icon svg,
.activity:hover .hover-buttons .brand-stroked-icon svg {
  width: 21px;
  height: 21px;
}
.activity:hover .hover-buttons .brand-icon {
  fill: var(--WF-Base-900);
}
.activity:hover .hover-buttons .brand-stroked-icon {
  stroke: var(--WF-Base-900);
}
.activity:hover .hover-buttons .emoji-selector {
  display: flex;
  align-items: center;
  gap: 8px;
}
.activity:hover .hover-buttons .emoji-selector .emoji {
  display: flex;
  width: 22px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.activity:hover .hover-buttons .emoji-selector .emoji.selected {
  border-radius: 16px;
  border: 1px solid var(--Brand-400);
  background: var(--Brand-200);
}
.activity:hover .hover-buttons .emoji-selector .emoji:hover {
  border-radius: 16px;
  border: 1px solid var(--WF-Base-400);
  background: var(--WF-Base-200);
}
.activity:hover .hover-buttons .more-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.activity:hover .hover-buttons .more-buttons .comment-popper-item,
.activity:hover .hover-buttons .more-buttons .upload-button {
  display: flex;
  align-items: center;
  gap: var(--1, 4px);
  align-self: stretch;
  cursor: pointer;
  color: var(--WF-Base-900);
  white-space: nowrap;
}
.activity:hover .hover-buttons .more-buttons .comment-popper-item .uploader,
.activity:hover .hover-buttons .more-buttons .upload-button .uploader {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.activity:hover .hover-buttons .more-buttons .comment-popper-item .uploader input,
.activity:hover .hover-buttons .more-buttons .upload-button .uploader input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 21px;
  width: 72px;
  cursor: pointer;
}
.activity:hover .hover-buttons .more-buttons .comment-popper-item.delete,
.activity:hover .hover-buttons .more-buttons .upload-button.delete {
  color: var(--red-500, #F05252);
}
.activity:hover .hover-buttons .more-buttons .comment-popper-item.delete .brand-icon,
.activity:hover .hover-buttons .more-buttons .upload-button.delete .brand-icon {
  fill: var(--red-500, #F05252);
}
.activity-header {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.activity-date-line {
  color: var(--WF-Base-500);
  text-align: center;
}
.activity-header .span-username {
  color: var(--WF-Base-900);
  letter-spacing: -0.16px;
}
.activity-header .notif-date {
  margin-left: auto;
}
.activity-content {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  color: var(--WF-Base-700);
  letter-spacing: -0.16px;
  width: 100%;
}
.activity-content .notif-date {
  color: var(--WF-Base-500);
  min-width: 100px;
}
.activity-content .comment-content,
.activity-content-short .comment-content {
  padding: 1px;
}
.activity-short .activity-content-short {
  color: var(--WF-Base-600);
  letter-spacing: -0.14px;
}
.activity-short .activity-content-short .hover-buttons {
  top: -20px;
  right: 0px;
}
.short-comment {
  max-height: 70px;
  overflow-y: hidden;
}
.hover-buttons {
  display: none;
}
.activity-content .comment {
  position: relative;
  width: 100%;
}
.closed-comment-editor {
  display: flex;
  padding: var(--paddingSmall) var(--paddingMedium);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--BRMedium);
  background: var(--WF-Base-200);
  width: 100%;
  height: 52px;
  cursor: pointer;
  color: var(--WF-Base-500);
  letter-spacing: -0.16px;
}
.activity-list-footer {
  display: flex;
  height: 31px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.activity-list-load-more {
  color: var(--WF-Base-600);
  letter-spacing: -0.16px;
  padding: var(--paddingSmall) var(--paddingMedium);
  align-items: center;
  border-radius: var(--BRExtraLarge);
  border: 1px solid var(--WF-Base-300);
  cursor: pointer;
}
.reactions {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.reactions .reaction {
  display: flex;
  padding: 2px var(--paddingMedium);
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 10px;
  border: 1px solid var(--orange-300, #FDBA8C);
  background: var(--white, #FFF);
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
}
.reactions .reactions-popper {
  padding: var(--paddingMedium);
  max-height: 400px;
  overflow-y: auto;
  background-color: var(--BaseWhite);
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-300);
  z-index: 10;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.files {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.files .file {
  display: flex;
  gap: 5px;
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-300);
  cursor: pointer;
  padding: 2px 10px;
  width: 100%;
  align-items: center;
}
.files .file div {
  white-space: nowrap;
}
.files .file .name {
  flex-grow: 1;
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
#body {
  font-family: Inter;
}
#consult_home {
  background: #FFF;
  color: #222;
  display: flex;
  flex-direction: column;
  --BrandB: #FFC1B0;
  --BrandC: #704D43;
  --BrandAccentC: #FAF1E9;
  --BaseWhite: #FFF;
  --WF-Base-50: #F9FAFB;
  --WF-Base-100: #FCF8F7;
  --WF-Base-200: #F7EFED;
  --WF-Base-300: #F0E5E2;
  --WF-Base-400: #E0D0CB;
  --WF-Base-500: #C0A7A0;
  --WF-Base-600: #967971;
  --WF-Base-700: #68514A;
  --WF-Base-800: #48332D;
  --WF-Base-900: #111928;
  --Brand-50: #fff7ed;
  --Brand-100: #ffeed4;
  --Brand-200: #ffd9a8;
  --Brand-300: #ffbc71;
  --Brand-400: #ff9c45;
  --Brand-500: #fe7611;
  --Brand-600: #ef5b07;
  --Brand-700: #c64208;
  --Brand-800: #9d350f;
  --Brand-900: #7e2e10;
  --Brand-950: #441406;
  --50: #FEFCFB;
  --BRSmall: 4px;
  --BRMedium: 8px;
  --BRExtraLarge: 16px;
  --WF-Accents-Green: #10BA21;
  --WF-Accents-Yellow: #DCDF20;
  --paddingSmall: 8px;
  --paddingMedium: 16px;
}
#consult_home .consult_home_body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--navbar-block-height);
  display: flex;
  flex-direction: column;
}
#consult_home .sticky-topbar {
  background-color: #FFF;
}
#consult_home .sticky-topbar .maintenance-warning {
  padding-top: 8px;
}
#consult_home .sticky-topbar .text-muted {
  color: #777777;
}
#consult_home .folder-small-column {
  height: 100%;
  width: 18px;
  border-right: 2px solid #6B7280;
  position: relative;
}
#consult_home .show-folder-button {
  position: absolute;
  top: 30px;
  right: -11px;
  border: 2px solid #6B7280;
  height: 22px;
  width: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  cursor: pointer;
}
#consult_home .split-separator {
  height: 100%;
  min-height: 100%;
  width: var(--sep-dim, 8px);
  cursor: col-resize;
}
#consult_home .separator-inner {
  border-left-color: transparent;
}
#consult_home .dropdown-menu {
  padding: 0px;
  border-radius: var(--BRMedium);
  overflow: hidden;
}
#consult_home .discuss-dropdown-button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
}
#consult_home .dropdown-menu .discuss-menu-item {
  color: var(--WF-Base-700);
  text-align: right;
  letter-spacing: -0.16px;
}
#consult_home .dropdown-menu .discuss-menu-item a {
  padding: var(--paddingSmall) var(--paddingMedium);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--WF-Base-700);
  text-align: right;
  letter-spacing: -0.16px;
}
#consult_home .dropdown-menu .discuss-menu-item .lk-icon {
  margin-left: 4px;
  margin-right: 4px;
}
#consult_home .discuss-dropdown-button > .caret {
  display: none;
}
#consult_home .upload-file {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#consult_home .upload-file .upload-file-details {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
#consult_home .upload-file .badge-info {
  color: #0000ffad;
}
#consult_home .upload-file .upload-bar-container {
  position: relative;
  height: 19px;
  border: 1px solid var(--WF-Base-900);
  border-radius: 4px;
}
#consult_home .upload-file .upload-bar-container .upload-progress-bar,
#consult_home .upload-file .upload-bar-container .upload-progress-percent {
  height: 100%;
}
#consult_home .upload-file .upload-bar-container .upload-progress-percent {
  background-color: transparent;
  line-height: 16px;
  position: absolute;
  right: 8px;
}
#consult_home .upload-file .upload-bar-container .upload-progress-bar {
  background-color: var(--Brand-300);
  position: absolute;
  left: 0px;
  display: inline-block;
}
#consult_home .centered {
  align-items: center;
  justify-content: center;
  display: flex;
}
#consult_home .brand-icon,
#consult_home .disabled-icon,
#consult_home .brand-stroked-icon,
#consult_home .white-icon,
#consult_home .discuss-icon {
  height: 24px;
  width: 24px;
}
#consult_home .brand-icon.icon-small,
#consult_home .disabled-icon.icon-small,
#consult_home .brand-stroked-icon.icon-small,
#consult_home .white-icon.icon-small,
#consult_home .discuss-icon.icon-small {
  height: 20px;
  width: 20px;
}
#consult_home .brand-icon.icon-small svg,
#consult_home .disabled-icon.icon-small svg,
#consult_home .brand-stroked-icon.icon-small svg,
#consult_home .white-icon.icon-small svg,
#consult_home .discuss-icon.icon-small svg {
  height: 20px;
  width: 20px;
}
#consult_home .brand-icon.icon-extra-small,
#consult_home .disabled-icon.icon-extra-small,
#consult_home .brand-stroked-icon.icon-extra-small,
#consult_home .white-icon.icon-extra-small,
#consult_home .discuss-icon.icon-extra-small {
  height: 16px;
  width: 16px;
}
#consult_home .brand-icon.icon-extra-small svg,
#consult_home .disabled-icon.icon-extra-small svg,
#consult_home .brand-stroked-icon.icon-extra-small svg,
#consult_home .white-icon.icon-extra-small svg,
#consult_home .discuss-icon.icon-extra-small svg {
  height: 16px;
  width: 16px;
}
#consult_home .brand-icon svg,
#consult_home .disabled-icon svg,
#consult_home .brand-stroked-icon svg,
#consult_home .white-icon svg,
#consult_home .discuss-icon svg {
  height: 24px;
  width: 24px;
}
#consult_home .brand-icon {
  fill: var(--Brand-400);
}
#consult_home .brand-stroked-icon {
  stroke: var(--Brand-400);
  fill: none;
}
#consult_home .disabled-icon {
  fill: var(--WF-Base-600);
}
#consult_home .disabled-stroked-icon {
  stroke: var(--WF-Base-600);
  fill: none;
}
#consult_home .white-icon {
  fill: var(--BaseWhite);
}
#consult_home .white-icon.task-filter-icon {
  stroke: none;
}
#consult_home .gray-icon {
  fill: var(--WF-Base-600);
}
#consult_home .gray-stroked-icon {
  stroke: #6B7280;
}
#consult_home .black-stroked-icon {
  stroke: var(--WF-Base-900);
}
#consult_home .brand-button {
  background-color: var(--Brand-600);
  color: var(--BaseWhite);
  cursor: pointer;
}
#consult_home .brand-button:hover {
  background-color: var(--Brand-700);
}
#consult_home .task-filter-icon,
#consult_home .discuss-folder-icon {
  height: 18px;
  width: 18px;
}
#consult_home .task-filter-icon svg,
#consult_home .discuss-folder-icon svg {
  height: 18px;
  width: 18px;
}
#consult_home .pointer-cursor {
  cursor: pointer;
}
#consult_home .priority,
#consult_home .status {
  display: flex;
  padding: 5px 15px 5px 10px;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: var(--BRMedium);
  background: var(--WF-Base-200);
  color: var(--WF-Base-700);
  letter-spacing: -0.16px;
  max-width: 220px;
  overflow: hidden;
}
#consult_home .priority .priority-name,
#consult_home .status .priority-name,
#consult_home .priority .status-name,
#consult_home .status .status-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
#consult_home .task-status-icon {
  height: 12px;
  line-height: 12px;
}
#consult_home .task-status-icon svg {
  border: 1px solid var(--BaseWhite);
  border-radius: var(--BRMedium);
}
#consult_home .task-priority-icon {
  height: 21px;
}
#consult_home .task-priority-icon svg {
  height: 21px;
  width: 21px;
}
#consult_home .sort-icon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#consult_home .sort-icon.Desc > svg {
  height: 16px;
  width: 16px;
}
#consult_home .inline-priority,
#consult_home .inline-status {
  display: inline-block;
}
#consult_home .inline-priority .inline-priority-inner,
#consult_home .inline-status .inline-priority-inner {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
#consult_home .inline-priority .inline-priority-inner .task-priority-icon,
#consult_home .inline-status .inline-priority-inner .task-priority-icon {
  height: 20px;
  width: 20px;
}
#consult_home .inline-priority .inline-priority-inner .task-priority-icon svg,
#consult_home .inline-status .inline-priority-inner .task-priority-icon svg {
  width: 20px;
  height: 20px;
}
#consult_home .inline-priority .task-status-icon,
#consult_home .inline-status .task-status-icon {
  display: inline-block;
}
#consult_home .inline-priority .task-status-icon svg,
#consult_home .inline-status .task-status-icon svg {
  border: none;
}
#consult_home .span-avatar {
  --AvatarMedium: 24px;
  --AvatarLarge: 32px;
  --AvatarExtraLarge: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
#consult_home .span-avatar.stacked,
#consult_home .span-avatar.surplus {
  margin-left: -8px;
}
#consult_home .span-avatar.medium {
  width: var(--AvatarMedium);
  height: var(--AvatarMedium);
  border-radius: var(--AvatarMedium);
}
#consult_home .span-avatar.large {
  width: var(--AvatarLarge);
  height: var(--AvatarLarge);
  border-radius: var(--AvatarLarge);
}
#consult_home .span-avatar.extralarge {
  width: var(--AvatarExtraLarge);
  height: var(--AvatarExtraLarge);
  border-radius: var(--AvatarExtraLarge);
}
#consult_home .span-avatar img {
  height: 100%;
  width: 100%;
}
#consult_home .span-avatar.surplus {
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#consult_home .avatar-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}
#consult_home .discuss-link {
  display: inline-block;
}
#consult_home .discuss-link .task-number {
  padding: 0px;
  margin-right: 0px;
}
#consult_home .task-number {
  display: flex;
  padding: 3px 10px 3px 5px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  border-radius: var(--BRMedium);
  background: var(--WF-Base-200);
  color: var(--WF-Base-600);
  text-transform: uppercase;
  white-space: nowrap;
}
#consult_home .mention {
  border-radius: var(--BRSmall);
  background-color: var(--WF-Base-200);
  padding: 3px 1px;
  margin-right: 2px;
  user-select: all;
}
#consult_home .discuss-select-drop .priority-selector-line,
#consult_home .discuss-select-drop .status-selector-line {
  display: flex;
  padding: 5px 15px 5px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 200px;
  background-color: var(--BaseWhite);
  overflow: hidden;
}
#consult_home .discuss-select-drop .priority-selector-line .priority,
#consult_home .discuss-select-drop .status-selector-line .priority,
#consult_home .discuss-select-drop .priority-selector-line .status,
#consult_home .discuss-select-drop .status-selector-line .status {
  background-color: inherit;
  color: var(--WF-Base-600);
  letter-spacing: -0.16px;
  flex-shrink: 1;
  overflow: hidden;
}
#consult_home .discuss-select-drop .priority-selector-line .priority .priority-name,
#consult_home .discuss-select-drop .status-selector-line .priority .priority-name,
#consult_home .discuss-select-drop .priority-selector-line .status .priority-name,
#consult_home .discuss-select-drop .status-selector-line .status .priority-name,
#consult_home .discuss-select-drop .priority-selector-line .priority .status-name,
#consult_home .discuss-select-drop .status-selector-line .priority .status-name,
#consult_home .discuss-select-drop .priority-selector-line .status .status-name,
#consult_home .discuss-select-drop .status-selector-line .status .status-name {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
#consult_home .discuss-select-drop .priority-selector-line:hover,
#consult_home .discuss-select-drop .status-selector-line:hover {
  background-color: var(--WF-Base-200);
}
#consult_home .discuss-selsearch-value.outer .priority-selector-line .checkmark-icon,
#consult_home .discuss-selsearch-value.outer .status-selector-line .checkmark-icon {
  display: none;
}
#consult_home .user-selector-button-wrapper {
  cursor: pointer;
}
#consult_home .discuss-user-dropdown {
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
  background: #FFF;
  padding: var(--paddingSmall);
  /* DropShadow100 */
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
#consult_home .discuss-user-dropdown .user-list {
  max-height: 350px;
  overflow-y: auto;
}
#consult_home .span-username {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#consult_home .discuss-user-selector-line {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  align-self: stretch;
  max-width: 250px;
  border-radius: var(--BRMedium);
  cursor: pointer;
}
#consult_home .discuss-user-selector-line:hover {
  background-color: var(--WF-Base-200);
}
#consult_home .discuss-user-selector-line .span-username {
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
  margin-right: auto;
  margin-left: 10px;
}
#consult_home .discuss-user-selector-field {
  display: flex;
  padding: var(--paddingSmall);
  align-items: center;
  gap: var(--paddingSmall);
  border-radius: var(--BRMedium);
  background: var(--WF-Base-200);
  margin: var(--paddingSmall);
}
#consult_home .user-display {
  display: flex;
  gap: 5px;
  overflow: hidden;
}
#consult_home .task-selector-line {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px;
  width: 100%;
}
#consult_home .task-selector-line .task-selector-task-name {
  overflow: hidden;
  color: var(--WF-Base-800);
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.14px;
  flex-grow: 1;
}
#consult_home .discuss-link-remove-button {
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}
#consult_home .discuss-link-remove-button:hover {
  background-color: var(--WF-Base-100);
}
#consult_home .discuss-link-popper {
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--paddingMedium);
  cursor: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
  background: var(--BaseWhite);
  /* DropShadow100 */
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
#consult_home .discuss-link-popper .task-relation-line {
  letter-spacing: -0.14px;
  color: var(--WF-Base-600);
  padding: 5px 10px;
}
#consult_home .discuss-link-popper .task-relation-line.Blocks,
#consult_home .discuss-link-popper .task-relation-line.IsBlockedBy {
  color: #B27979;
}
#consult_home .discuss-link-popper .task-relation-line.Duplicates,
#consult_home .discuss-link-popper .task-relation-line.IsDuplicatedBy {
  color: #C4AA71;
}
#consult_home .discuss-link-popper .task-relation-line:hover {
  background-color: var(--WF-Base-200);
}
#consult_home .discuss-link-popper .link-popper-body {
  color: var(--WF-Base-700);
  letter-spacing: -0.14px;
  width: 100%;
}
#consult_home .discuss-link-popper .link-popper-body .task-link-creator {
  display: flex;
}
#consult_home .discuss-link-popper .link-popper-body .task-link-creator .link-type-selector {
  display: flex;
  padding: var(--2, 8px) var(--6, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  align-self: stretch;
  white-space: nowrap;
  border-radius: var(--rounded-lg, 8px) 0px 0px var(--rounded-lg, 8px);
  border: 1px solid var(--gray-300, #D1D5DB);
  background: var(--gray-100, #F3F4F6);
}
#consult_home .discuss-link-popper .link-popper-body .task-link-creator .link-type-selector .discuss-select .outer .task-relation-line {
  padding: 0px;
}
#consult_home .discuss-link-popper .link-popper-body .task-link-creator > .task-selector-line {
  overflow-x: hidden;
  border-radius: 0px var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px;
  border: 1px solid var(--gray-300, #D1D5DB);
  background: var(--gray-50, #F9FAFB);
  padding: 5px 8px;
}
#consult_home .discuss-link-popper .link-popper-body .task-link-creator .task-selector-line:hover {
  background-color: var(--WF-Base-200);
}
#consult_home .discuss-link-popper .link-popper-body .task-list-selector {
  flex-grow: 1;
}
#consult_home .discuss-link-popper .link-popper-body .task-list-selector .task-list-selector-search {
  display: flex;
  padding: var(--2, 8px) var(--4, 16px);
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0px var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px;
  border: 1px solid var(--gray-300, #D1D5DB);
  background: var(--gray-50, #F9FAFB);
}
#consult_home .discuss-link-popper .link-popper-body .task-list-selector input {
  color: var(--WF-Base-800);
  letter-spacing: -0.14px;
  border: none;
  background-color: inherit;
  width: 100%;
}
#consult_home .discuss-link-popper .link-popper-body .task-list-selector input:focus,
#consult_home .discuss-link-popper .link-popper-body .task-list-selector input:focus-visible {
  border: transparent;
}
#consult_home .discuss-link-popper .link-popper-body .task-list-selector .discuss-select-drop {
  max-height: 500px;
  overflow-y: auto;
}
#consult_home .discuss-link-popper .link-popper-footer {
  width: 100%;
}
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons > div {
  cursor: pointer;
  padding: 8px 12px;
}
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons .link-popper-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.14px;
  fill: var(--BaseWhite);
  border-radius: var(--BRMedium);
}
#consult_home .discuss-link-popper .link-popper-footer .link-popper-buttons .link-popper-link-button.disabled {
  color: var(--WF-Base-700);
  background: var(--WF-Base-300);
  cursor: auto;
  fill: var(--WF-Base-500);
}
#consult_home .discuss-white-cancel-button {
  color: var(--WF-Base-700, #68514A);
  text-align: right;
  font-feature-settings: 'calt' off;
  letter-spacing: -0.14px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--WF-Base-200);
  cursor: pointer;
}
#consult_home .discuss-white-cancel-button:hover {
  background-color: var(--WF-Base-100);
}
#consult_home input {
  border: none;
  background-color: inherit;
}
#consult_home .lk-modal-close {
  display: none;
}
#consult_home .lk-modal {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
#consult_home .lk-modal-pinhead {
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  top: 0px;
}
#consult_home .lk-modal-pinfoot {
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  bottom: 0px;
  margin-top: auto;
}
#consult_home .discuss-modal-header {
  display: flex;
  padding: 20px 25px 20px 25px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--WF-Base-200);
}
#consult_home .discuss-modal-header .discuss-modal-header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
#consult_home .discuss-modal-header .discuss-modal-header-buttons div {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--BRMedium);
  cursor: pointer;
}
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-cancel-button {
  color: var(--WF-Base-700);
  letter-spacing: -0.14px;
}
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-confirm-button {
  letter-spacing: -0.14px;
  fill: var(--BrandB);
}
#consult_home .discuss-modal-header .discuss-modal-header-buttons .discuss-modal-confirm-button.disabled {
  background: var(--WF-Base-200);
  color: var(--WF-Base-800);
  opacity: 0.5;
  fill: var(--WF-Base-500);
  cursor: auto;
}
#consult_home .discuss-modal-header .discuss-modal-title {
  color: var(--WF-Base-700);
  text-align: center;
  line-height: 140%;
  /* 33.6px */
}
#consult_home .discuss-modal-body {
  padding: 24px;
  width: 100%;
}
#consult_home .discuss-modal-footer {
  display: flex;
  padding: var(--paddingSmall) 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  height: 60px;
  width: 100%;
  background: var(--WF-Base-200);
}
#consult_home .inline-project-name {
  font-style: italic;
}
#consult_home .task-creator-folder-selector {
  width: fit-content;
}
#consult_home .task-creator-folder-selector .discuss-select-drop {
  max-height: 200px;
  overflow-y: auto;
}
#consult_home .task-creator-folder-selector .discuss-select-drop .folder-selector-line {
  background-color: var(--BaseWhite);
}
#consult_home .task-creator-folder-selector .discuss-select-drop .folder-selector-line:hover {
  background-color: var(--WF-Base-100);
}
#consult_home .task-creator-folder-selector .discuss-select-drop .folder-selector-line .folder-selector-icon {
  display: none;
}
#consult_home .task-creator-folder-selector .discuss-select-drop .folder-selector-line .checkmark-icon {
  display: block;
}
#consult_home .folder-selector-line {
  color: var(--WF-Base-600);
  text-align: right;
  letter-spacing: -0.14px;
  cursor: pointer;
  white-space: nowrap;
  max-width: 780px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  padding: 5px var(--paddingSmall);
  align-items: center;
  gap: 5px;
  border-radius: var(--BRMedium);
  background: var(--WF-Base-100);
}
#consult_home .folder-selector-line .checkmark-icon {
  display: none;
}
#consult_home .create-task-body {
  display: flex;
  flex-direction: column;
  gap: var(--paddingMedium);
}
#consult_home .create-task-body .select-user-menu .user-list {
  max-height: 300px;
}
#consult_home .create-task-status-line {
  display: flex;
  align-items: center;
  gap: var(--paddingSmall);
}
#consult_home .create-task-title-line {
  border-radius: 5px;
  border: 1px solid var(--WF-Base-200);
  background: var(--50);
  padding: var(--paddingSmall);
  color: var(--WF-Base-500);
  letter-spacing: -0.16px;
}
#consult_home .create-task-title-line input {
  width: 100%;
}
#consult_home .create-task-title-line.missing-field {
  border-color: var(--Brand-600);
}
#consult_home .create-task-title-line.missing-field input {
  color: var(--Brand-600);
}
#consult_home .create-task-folder-selector-line {
  width: 100%;
  justify-content: right;
}
#consult_home .create-task-folder-selector-line .discuss-select-drop {
  max-width: 600px;
}
#consult_home .create-task-folder-selector-line .discuss-select-drop .folder-selector-line {
  justify-content: space-between;
  padding-left: 8px;
}
#consult_home .create-task-folder-selector-line.missing-field .task-creator-folder-selector {
  border: 1px solid var(--Brand-600);
  border-radius: 4px;
}
#consult_home .create-task-folder-selector-line.missing-field .task-creator-folder-selector .discuss-selsearch-value {
  color: red;
}
#consult_home .create-task-folder-selector-line.missing-field .task-creator-folder-selector .discuss-selsearch-value.outer {
  color: yellow;
}
#consult_home .create-task-folder-selector-line.missing-field .task-creator-folder-selector .discuss-selsearch-value.outer .folder-selector-line {
  color: var(--Brand-600);
}
#consult_home .workspace-settings-modal-body {
  display: flex;
  flex-direction: column;
  gap: var(--paddingSmall);
}
#consult_home .workspace-settings-modal-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content {
  display: flex;
  padding: var(--paddingSmall) 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  background: var(--WF-Base-100);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-modal-drag {
  width: 100%;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line {
  display: flex;
  padding: 5px var(--paddingMedium);
  align-items: center;
  gap: var(--paddingSmall);
  align-self: stretch;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .brand-icon,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .brand-icon {
  cursor: pointer;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--WF-Base-200);
  background-color: var(--BaseWhite);
  flex-grow: 1;
  display: flex;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input input {
  flex-grow: 1;
  padding: 0px;
  border: none;
  box-shadow: none;
  height: fit-content;
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input .workspace-settings-default-button,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input .workspace-settings-default-button {
  color: var(--WF-Base-500);
  text-align: center;
  letter-spacing: -0.14px;
  cursor: pointer;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-text-input .workspace-settings-default-button.active,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-text-input .workspace-settings-default-button.active {
  color: var(--Brand-400);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .discuss-select-drop .workspace-settings-icon-selector,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .discuss-select-drop .workspace-settings-icon-selector {
  border: none;
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .discuss-select-drop .workspace-settings-icon-selector:hover,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .discuss-select-drop .workspace-settings-icon-selector:hover {
  background-color: var(--WF-Base-100);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .discuss-select-drop .workspace-settings-icon-selector.selected,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .discuss-select-drop .workspace-settings-icon-selector.selected {
  background-color: var(--Brand-200);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .discuss-select-drop .workspace-settings-icon-selector.selected:hover,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .discuss-select-drop .workspace-settings-icon-selector.selected:hover {
  background-color: var(--Brand-300);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line .workspace-settings-icon-selector,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line .workspace-settings-icon-selector {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: var(--BRSmall);
  border: 1px solid var(--WF-Base-200);
  background: var(--BaseWhite);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line.obsolete .workspace-settings-text-input,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line.obsolete .workspace-settings-text-input {
  background: var(--WF-Base-200);
}
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-status-line.obsolete .status-active-toggle,
#consult_home .workspace-settings-modal-section .workspace-settings-session-content .workspace-settings-priority-line.obsolete .status-active-toggle {
  opacity: 0.5;
  cursor: auto;
}
#consult_home .workspace-settings-modal-section .workspace-settings-add-button {
  padding: var(--paddingSmall);
  border-radius: var(--BRSmall);
  border: 1px solid var(--Brand-200);
  width: calc(100% - 40px);
  margin-left: 20px;
  text-align: center;
  background-color: var(--WF-Base-100);
  cursor: pointer;
  color: var(--Brand-500);
  letter-spacing: -0.14px;
}
#consult_home .workspace-settings-modal-collapse-header {
  display: flex;
  padding: 12px var(--paddingMedium);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
  color: var(--WF-Base-600);
  letter-spacing: -0.16px;
}
#consult_home .workspace-settings-modal-collapse-header.open {
  border-bottom: 1px solid var(--WF-Base-300);
}
#consult_home .discuss-color-selector .workspace-settings-color-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
#consult_home .discuss-color-selector .workspace-settings-color-selector:hover {
  background-color: var(--WF-Base-200);
}
#consult_home .discuss-color-selector .workspace-settings-color-selector svg {
  height: 20px;
  width: 20px;
  border: none;
}
#consult_home .discuss-color-selector .discuss-select.open .discuss-select-drop {
  bottom: 30px;
  width: 150px;
}
#consult_home .discuss-color-selector .discuss-select.open .discuss-select-drop .discuss-select-choice {
  display: inline-block;
}
#consult_home .discuss-color-selector .discuss-select.open .discuss-select-drop.selected {
  background-color: var(--WF-Base-200);
}
#consult_home .workspace-settings-priority-icon-picker .workspace-settings-icon-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
#consult_home .workspace-settings-priority-icon-picker .workspace-settings-icon-selector:hover {
  background-color: var(--WF-Base-200);
}
#consult_home .workspace-settings-priority-icon-picker .discuss-select.open .discuss-select-drop {
  top: 30px;
  width: 420px;
}
#consult_home .workspace-settings-priority-icon-picker .discuss-select.open .discuss-select-choice {
  display: inline-block;
}
#consult_home .workspace-settings-priority-icon-picker .discuss-select.open .discuss-select-choice.selected {
  background-color: var(--WF-Base-200);
}
#consult_home .discuss-settings-employee-section {
  width: 100%;
}
#consult_home .employee-assign-line {
  display: flex;
  gap: var(--paddingSmall);
  padding: 6px var(--paddingSmall);
}
#consult_home .employee-assign-line input {
  width: 18px;
  height: 18px;
}
#consult_home .employee-assign-line .user-display {
  flex-grow: 1;
}
#consult_home .employee-assign-line .on-created-wrapper select {
  width: 150px;
  height: 24px;
  padding: 0px 10px;
}
#consult_home .move-task-modal {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  min-width: 400px;
}
#consult_home .move-task-modal .task-creator-folder-selector {
  margin-left: auto;
}
#consult_home .move-task-modal .discuss-select-drop {
  max-width: 400px;
}
#consult_home .move-task-modal .discuss-select-drop .folder-selector-line {
  justify-content: space-between;
  padding-left: 8px;
}
#consult_home .lk-modal-body.sticky {
  min-height: fit-content;
}
#consult_home .lk-modal .discuss-link-popper {
  top: -84px;
}
#consult_home .lk-modal .discuss-link-line {
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
  background: var(--WF-Base-White);
  display: flex;
  flex-direction: column;
  padding: var(--paddingSmall);
  gap: 3px;
  align-self: stretch;
}
#consult_home .lk-modal .discuss-link-line .discuss-link-remove-button {
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding-right: 5px;
}
#consult_home .lk-modal .discuss-link-line .discuss-link-remove-button svg {
  fill: var(--WF-Base-400);
  width: 24px;
  height: 24px;
}
#consult_home .lk-modal .discuss-link-line .discuss-link-remove-button:hover svg {
  fill: var(--WF-Base-600);
}
#consult_home .lk-modal .discuss-link-line .task-relation-line {
  line-height: normal;
  padding: 0px;
  padding-left: 2px;
}
#consult_home .lk-modal .discuss-link-line .task-relation-line:hover {
  background-color: inherit;
}
#consult_home .lk-modal .discuss-link-line .task-selector-line {
  padding: 0px;
  height: fit-content;
  position: relative;
  cursor: pointer;
}
#consult_home .lk-modal .discuss-link-line .task-selector-line .task-selector-task-name {
  overflow: hidden;
  color: var(--WF-Base-800);
  text-overflow: ellipsis;
  letter-spacing: -0.14px;
}
#consult_home .modal-description-text {
  padding: 4px 8px;
}
#consult_home .watcher-section-header {
  margin: 4px 8px;
  border-bottom: 1px solid var(--WF-Base-400);
}
#consult_home .watcher-search-bar {
  padding-left: 8px;
}
.discuss-project-list-panel {
  display: flex;
  height: 100%;
  padding: 0px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  overflow-y: auto;
  border-right: 1px solid var(--WF-Base-200);
  background: var(--gray-50, #F9FAFB);
}
.discuss-project-list-sticky-header {
  position: sticky;
  top: 0px;
  background: var(--gray-50, #F9FAFB);
  display: flex;
  flex-direction: column;
  gap: 29px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 10px;
}
.add-task-button {
  padding: 10px 0px;
  width: 100%;
  border-radius: var(--BRMedium);
  text-align: center;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  gap: var(--paddingSmall);
  justify-content: center;
  cursor: pointer;
}
.settings-button {
  margin-top: auto;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  cursor: pointer;
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
  background: var(--BaseWhite);
  margin-top: 24px;
}
.discuss-workspace-settings-icon {
  height: 17px;
}
.all-projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.all-projects .dropdown {
  position: unset;
}
.all-projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.all-projects-header-text {
  color: var(--WF-Base-700);
  line-height: 140%;
  /* 33.6px */
  cursor: pointer;
}
.add-project-button {
  display: flex;
  padding: var(--2, 8px);
  align-items: center;
  gap: var(--25, 10px);
  border-radius: var(--BRMedium);
  border: 1px solid var(--Brand-100);
  background: var(--Brand-50);
  cursor: pointer;
}
.discuss-projects-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--BRMedium);
  border: 1px solid var(--Brand-100);
  background-color: var(--BaseWhite);
}
.discuss-projects-list.section-alone {
  padding-bottom: 15px;
}
.discuss-projects-list.section-alone .folder-tasks-counts {
  padding-left: 15px;
}
.discuss-section {
  display: flex;
  padding: 15px 15px 10px 15px;
  align-items: flex-start;
  align-self: stretch;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: hidden;
}
.discuss-section-name {
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
}
.discuss-project-box {
  display: flex;
  padding: 10px 0px 10px 15px;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid var(--WF-Base-200);
  overflow-x: hidden;
}
.discuss-project-box.selected-project-box {
  background-color: var(--Brand-100);
  border-color: var(--Brand-100);
}
.discuss-project-box.selected-brother {
  background-color: var(--Brand-50);
}
.discuss-project {
  display: flex;
  padding: 5px 15px 5px 0px;
  align-items: flex-start;
  gap: 2px;
  cursor: pointer;
}
.discuss-project-info {
  display: flex;
  gap: 2px;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: hidden;
  overflow-x: hidden;
}
.discuss-project-name {
  max-width: 100%;
  display: flex;
}
.discuss-project-name-span {
  letter-spacing: -0.16px;
  color: var(--WF-Base-800);
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
.selected-project {
  color: var(--Brand-600);
  font-weight: 600;
}
.with-notifs.discuss-project-name-span {
  font-weight: 600;
}
.subprojects-toggle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.folder-tasks-counts {
  display: flex;
  gap: 10px;
  letter-spacing: -0.14px;
  color: var(--WF-Base-500);
}
.folder-tasks-counts.selected {
  color: var(--WF-Base-800);
}
.folder-tasks-count-single {
  display: flex;
  gap: 3px;
  align-items: center;
}
.folder-open-count-icon {
  stroke: var(--WF-Base-500);
}
.folder-open-count-icon.active {
  stroke: var(--WF-Accents-Yellow);
}
.folder-closed-count-icon {
  fill: var(--WF-Base-500);
}
.folder-closed-count-icon.active {
  fill: var(--WF-Accents-Green);
}
.discuss-subprojects {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid var(--WF-Base-200);
  background: var(--50);
}
.discuss-subprojects.selected-subprojects {
  background-color: var(--Brand-50);
}
.quill {
  width: 100%;
  position: relative;
  min-width: 574px;
}
.quill .ql-container {
  border: none;
}
.quill .ql-editor {
  border-radius: var(--BRSmall) var(--BRSmall) 0px 0px;
  border: 1px solid var(--WF-Base-300);
  background: var(--50);
  color: var(--WF-Base-800);
}
.quill-editor {
  width: 100%;
  position: relative;
}
.quill-editor .ql-toolbar {
  bottom: 0px;
  width: 100%;
  height: 49px;
  border: 1px solid var(--WF-Base-300);
  border-radius: 0px 0px 8px 8px;
  padding: 12px 0px;
}
.quill-editor .ql-toolbar .ql-toolbar-validation-buttons {
  display: flex;
  align-items: center;
  padding-right: 8px;
  float: right;
  gap: 8px;
  height: 24px;
}
.quill-editor .add-comment-button {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--BRSmall);
  letter-spacing: -0.14px;
  height: 32px;
}
.quill-editor .cancel-comment-button {
  float: right;
  height: 32px;
}
.quill-editor .add-comment-icon {
  height: 16px;
}
.quill-editor .ql-mention-list-container {
  z-index: 100;
}
.quill-editor .ql-mention-list-container .ql-mention-list {
  background-color: var(--BaseWhite);
  border: 1px solid var(--WF-Base-200);
  border-radius: var(--BRSmall);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding-left: 2px;
  overflow-y: auto;
  max-height: 300px;
  overflow-x: clip;
  padding-right: var(--paddingMedium);
  list-style: none;
}
.quill-editor .ql-mention-list-container .ql-mention-list .user-name-complete {
  display: flex;
  align-items: center;
  padding: var(--paddingSmall);
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
  cursor: pointer;
  height: 48px;
  gap: var(--paddingSmall);
}
.quill-editor .ql-mention-list-container .ql-mention-list .user-name-complete .span-avatar-mention {
  width: var(--AvatarLarge);
  height: var(--AvatarLarge);
}
.quill-editor .ql-mention-list-container .ql-mention-list .user-name-complete .span-avatar-mention svg {
  width: var(--AvatarLarge);
  height: var(--AvatarLarge);
}
.quill-editor .ql-mention-list-container .ql-mention-list .user-name-complete:hover {
  background-color: var(--WF-Base-100);
}
.quote-button {
  background-color: white;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: var(--BRSmall);
  position: absolute;
  cursor: pointer;
  z-index: 50;
}
.ql-editor-closed img {
  max-width: 100%;
}
.ql-editor-closed li > span:first-child::before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor-closed li[data-list="bullet"],
.ql-editor-closed li[data-list="ordered"] {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor-closed li[data-list="bullet"] > span:first-child::before {
  content: '\2022';
}
.ql-editor-closed li[data-list="ordered"] {
  counter-increment: list-0;
}
.ql-editor-closed li[data-list="ordered"] > span:first-child::before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor-closed li[data-list="ordered"].ql-indent-1 {
  counter-increment: list-1;
  padding-left: 4.5em;
}
.ql-editor-closed li[data-list="ordered"].ql-indent-1 > span:first-child::before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor-closed li[data-list="ordered"].ql-indent-2 {
  counter-increment: list-2;
  padding-left: 7.5em;
}
.ql-editor-closed li[data-list="ordered"].ql-indent-2 > span:first-child::before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor-closed li[data-list="ordered"].ql-indent-3 {
  counter-increment: list-3;
  padding-left: 10.5em;
}
.ql-editor-closed li[data-list="ordered"].ql-indent-3 > span:first-child::before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor-closed .ql-indent-1,
.ql-editor-closed li[data-list="bullet"].ql-indent-1 {
  padding-left: 4.5em;
}
.ql-editor-closed .ql-indent-2,
.ql-editor-closed li[data-list="bullet"].ql-indent-2 {
  padding-left: 7.5em;
}
.ql-editor-closed .ql-indent-3,
.ql-editor-closed li[data-list="bullet"].ql-indent-3 {
  padding-left: 10.5em;
}
.ql-editor-closed .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  border-radius: 3px;
  font-family: monospace;
}
.ql-editor-closed table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.ql-editor-closed table td {
  border: 1px solid #000;
  padding: 2px 5px;
  outline: none;
  word-wrap: break-word;
}
.ql-quote-container {
  display: block;
  padding-left: 10px;
  border-left: 2px solid #DDD;
}
.ql-quote-container .ql-quote-author {
  display: inline-block;
  width: 100%;
}
.quill,
.ql-editor-closed {
  white-space: break-spaces;
}
.quill p,
.ql-editor-closed p {
  margin: 0;
  padding: 0;
}
.quill a,
.ql-editor-closed a {
  color: var(--Brand-600);
}
#consult_home .ql-toolbar {
  background-color: var(--BaseWhite);
}
#consult_home .ql-toolbar .ql-formats {
  margin-right: 4px;
}
#consult_home .ql-toolbar button.upload-button {
  position: relative;
}
#consult_home .ql-toolbar button.upload-button .discuss-upload-icon {
  height: fit-content;
}
#consult_home .ql-toolbar button.upload-button svg {
  height: 18px;
}
#consult_home .ql-toolbar button.upload-button:hover .black-stroked-icon {
  stroke: #06c;
}
#consult_home .ql-toolbar button.upload-button .uploader {
  display: flex;
  align-items: center;
  justify-content: center;
}
#consult_home .ql-toolbar button.upload-button .uploader input {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 24px;
  width: 28px;
  cursor: pointer;
}
.navbar-discuss-search {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar-discuss-search .advanced-search-button {
  color: var(--WF-Base-500, #C0A7A0);
  text-align: right;
  font-feature-settings: 'calt' off;
  letter-spacing: -0.14px;
  white-space: nowrap;
  cursor: pointer;
}
.navbar-discuss-search .discuss-navbar-input {
  display: flex;
  width: 218px;
  padding: 7px 10px;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: var(--WF-Base-200, #F7EFED);
}
.navbar-discuss-search .discuss-navbar-input input {
  border: none;
  background-color: inherit;
  padding: 0px;
  box-shadow: none;
  height: fit-content;
  color: var(--WF-Base-500, #C0A7A0);
  text-align: right;
  font-feature-settings: 'calt' off;
  letter-spacing: -0.14px;
  text-align: left;
}
.search-query {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.search-query .search-query-text {
  border-radius: 3px;
  border: 4px solid var(--Brand-200);
  padding: 7px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-query .search-query-text input {
  padding: 0px;
  height: fit-content;
  border: none;
  box-shadow: none;
  color: var(--WF-Base-600);
  font-feature-settings: 'calt' off;
  letter-spacing: -0.16px;
}
.search-query .search-query-parameters {
  display: flex;
  gap: 20px;
  padding: 16px 10px;
  background-color: var(--WF-Base-100);
}
.search-query .search-query-parameters .search-query-users {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  color: var(--WF-Base-700);
  font-feature-settings: 'calt' off;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: -0.14px;
}
.search-query .search-query-parameters .search-query-users .search-user-list {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--WF-Base-400);
  color: var(--WF-Base-600);
  font-feature-settings: 'calt' off;
  letter-spacing: -0.16px;
}
.search-query .search-query-parameters .search-query-users .search-user-list.active {
  color: var(--BaseWhite);
  background-color: var(--Brand-600);
}
.search-query .search-query-parameters .search-query-users .search-user-list svg {
  fill: var(--Brand-600);
}
.search-query .search-query-parameters .search-query-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-query .search-query-parameters .search-query-checkboxes .search-query-where {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-query .search-query-parameters .search-query-checkboxes .search-query-where .search-query-where-item {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-grow: 1;
}
.search-query .search-query-parameters .search-query-checkboxes .search-query-enums {
  display: flex;
  gap: 16px;
}
.search-query .search-query-parameters .search-query-checkboxes .status-selection {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-query .search-query-parameters .search-query-checkboxes .discuss-search-checkbox {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid var(--WF-Base-700);
}
.search-query .search-query-parameters .search-query-checkboxes .discuss-search-checkbox.checked {
  background-color: var(--Brand-600);
  border-color: var(--Brand-600);
}
.search-query .search-query-parameters .search-query-checkboxes .search-statuses {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.discuss-search-modal-footer,
.discuss-modal-footer-light-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px 15px 15px;
}
.discuss-search-modal-footer .discuss-search-confirm-button,
.discuss-modal-footer-light-style .discuss-search-confirm-button,
.discuss-search-modal-footer .discuss-search-cancel-button,
.discuss-modal-footer-light-style .discuss-search-cancel-button,
.discuss-search-modal-footer .discuss-modal-confirm-button,
.discuss-modal-footer-light-style .discuss-modal-confirm-button,
.discuss-search-modal-footer .discuss-modal-cancel-button,
.discuss-modal-footer-light-style .discuss-modal-cancel-button {
  color: var(--WF-Base-700, #68514A);
  text-align: right;
  font-feature-settings: 'calt' off;
  letter-spacing: -0.14px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--WF-Base-700, #68514A);
  cursor: pointer;
}
.discuss-search-modal-footer .discuss-search-confirm-button:hover,
.discuss-modal-footer-light-style .discuss-search-confirm-button:hover,
.discuss-search-modal-footer .discuss-search-cancel-button:hover,
.discuss-modal-footer-light-style .discuss-search-cancel-button:hover,
.discuss-search-modal-footer .discuss-modal-confirm-button:hover,
.discuss-modal-footer-light-style .discuss-modal-confirm-button:hover,
.discuss-search-modal-footer .discuss-modal-cancel-button:hover,
.discuss-modal-footer-light-style .discuss-modal-cancel-button:hover {
  background-color: var(--WF-Base-100);
}
.discuss-search-modal-footer .discuss-search-confirm-button,
.discuss-modal-footer-light-style .discuss-search-confirm-button,
.discuss-search-modal-footer .discuss-modal-confirm-button,
.discuss-modal-footer-light-style .discuss-modal-confirm-button {
  background-color: var(--Brand-600);
  color: var(--BaseWhite);
  border: none;
}
.discuss-search-modal-footer .discuss-search-confirm-button:hover,
.discuss-modal-footer-light-style .discuss-search-confirm-button:hover,
.discuss-search-modal-footer .discuss-modal-confirm-button:hover,
.discuss-modal-footer-light-style .discuss-modal-confirm-button:hover {
  background-color: var(--Brand-700);
}
.discuss-search-modal-footer .discuss-search-confirm-button.disabled,
.discuss-modal-footer-light-style .discuss-search-confirm-button.disabled,
.discuss-search-modal-footer .discuss-modal-confirm-button.disabled,
.discuss-modal-footer-light-style .discuss-modal-confirm-button.disabled {
  opacity: 0.5;
  cursor: auto;
}
.discuss-search-input {
  display: flex;
  width: 218px;
  padding: 7px 10px;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: var(--WF-Base-200, #F7EFED);
}
.discuss-search-input input {
  border: none;
  background-color: inherit;
  padding: 0px;
  box-shadow: none;
  height: fit-content;
  color: var(--WF-Base-500, #C0A7A0);
  text-align: right;
  font-feature-settings: 'calt' off;
  letter-spacing: -0.14px;
  text-align: left;
}
.discuss-select-outer {
  display: block;
  position: relative;
  cursor: pointer;
}
.discuss-select-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 42px;
  cursor: pointer;
}
.discuss-select.open .discuss-select-drop {
  position: absolute;
  z-index: 10;
  border-radius: var(--BRMedium);
  background-color: var(--BaseWhite);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.discuss-select.open .discuss-select-drop.down {
  top: 0px;
}
.discuss-select.open .discuss-select-drop.up {
  bottom: 0px;
}
.discuss-select.open .discuss-select-drop.left {
  left: 0px;
}
.discuss-select.open .discuss-select-drop.right {
  right: 0px;
}
.discuss-select.open .discuss-select-drop.over {
  bottom: 42px;
}
.discuss-select.open .discuss-select-drop .scrollable {
  max-height: 180px;
  overflow-y: auto;
}
.discuss-select-choice {
  cursor: pointer;
  white-space: nowrap;
}
#consult_home .task-details {
  border-left: 1px solid var(--WF-Base-200);
  background: var(--WF-Base-White);
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto;
}
#consult_home .task-details-upper-part {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px;
  width: 100%;
}
#consult_home .task-details-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  color: var(--WF-Base-500);
  letter-spacing: -0.14px;
}
#consult_home .task-details-header .dropdown-button-wrapper .discuss-dropdown-button {
  height: 24px;
  width: 24px;
}
#consult_home .task-header-task-links {
  display: flex;
  gap: 8px;
}
#consult_home .task-header-task-links .with-link {
  cursor: pointer;
}
#consult_home .task-header-task-links .with-link:hover {
  text-decoration: underline;
}
#consult_home .task-header-breadcrumbs {
  margin-right: auto;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#consult_home .task-header-follow-button {
  padding: 3px 10px;
  border-radius: var(--BRSmall);
  text-align: center;
  letter-spacing: -0.14px;
  margin-left: 7px;
  white-space: nowrap;
}
#consult_home .task-details-status-line {
  display: flex;
  gap: var(--paddingSmall);
  align-items: center;
}
#consult_home .task-details-status-line .avatar-list {
  margin-left: auto;
}
#consult_home .task-details-title {
  color: var(--BrandC);
  line-height: 140%;
  /* 33.6px */
  width: 100%;
  display: flex;
  gap: var(--paddingSmall);
}
#consult_home .task-details-title input {
  width: 100%;
  border-radius: var(--BRSmall);
}
#consult_home .task-details-title input:focus {
  outline: 2px solid var(--WF-Base-300);
}

#consult_home .task-details-title .title-edit-save-button {
  border-radius: var(--BRSmall);
  padding: var(--paddingSmall);
}
#consult_home .task-details-title .title-edit-save-button {
  right: 8px;
}
#consult_home .task-content {
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
  position: relative;
}
#consult_home .task-details-assignees {
  display: flex;
  padding: 4px 16px;
  height: 40px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
  background: var(--BaseWhite);
  color: var(--WF-Base-600);
  letter-spacing: -0.16px;
}
#consult_home .task-details-activities {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#consult_home .task-details-activities .activity-list-footer {
  margin-top: 8px;
}
#consult_home .task-details-outer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px;
  flex-grow: 1;
  width: 100%;
}
#consult_home .task-details-outer-wrapper .task-details-activities-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 8px;
}
#consult_home .task-details-outer-wrapper .task-details-activities-wrapper .comment-editor-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#consult_home .task-details-outer-wrapper .task-details-activities-wrapper > .closed-comment-editor,
#consult_home .task-details-outer-wrapper .task-details-activities-wrapper > .quill-editor {
  position: sticky;
  top: 85px;
  z-index: 1;
}
#consult_home .task-details-outer-wrapper .task-details-tab-selector-wrapper {
  background-color: var(--BaseWhite);
  padding: 8px 0px;
  position: sticky;
  top: 0px;
  z-index: 2;
}
#consult_home .task-details-tab-selector {
  display: flex;
  padding: var(--paddingMedium);
  align-items: center;
  gap: var(--paddingMedium);
  border-radius: var(--BRMedium);
  background: var(--BaseWhite);
  /* shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
#consult_home .task-details-tab-selector .task-details-activity-filter {
  padding: var(--paddingSmall) var(--paddingMedium);
  cursor: pointer;
  color: var(--WF-Base-600);
}
#consult_home .task-details-tab-selector .task-details-activity-filter.active {
  border-radius: var(--BRMedium);
  background: var(--Brand-600);
  color: var(--BaseWhite);
}
#consult_home .task-details-file-tab {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#consult_home .task-details-file-tab .uploader {
  position: relative;
}
#consult_home .task-details-file-tab .uploader .upload-button {
  display: flex;
  height: 40px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-300);
  background: var(--BaseWhite, #FFF);
}
#consult_home .task-details-file-tab .uploader .upload-button:hover {
  background-color: var(--WF-Base-100);
}
#consult_home .task-details-file-tab .uploader .upload-button .discuss-upload-icon {
  height: 24px;
  width: 24px;
  padding: 1px;
}
#consult_home .task-details-file-tab .uploader .upload-button .discuss-upload-icon svg {
  height: 22px;
  width: 22px;
}
#consult_home .task-details-file-tab .uploader input {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 132px;
  cursor: pointer;
}
#consult_home .task-details-file-tab .task-details-file-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: var(--rounded-lg, 8px);
  background: var(--white, #FFF);
  /* shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header {
  border-radius: var(--rounded-lg, 8px) 0px 0px 0px;
  background: var(--gray-50, #F9FAFB);
  display: flex;
  padding: var(--4, 16px);
  align-items: center;
  color: var(--gray-500, #6B7280);
  text-transform: uppercase;
}
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header .task-file-grid-header-date {
  width: 120px;
  margin-right: 36px;
  margin-left: auto;
}
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header .task-file-grid-header-name,
#consult_home .task-details-file-tab .task-details-file-grid .task-file-grid-header .task-file-grid-header-date {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
#consult_home .task-details-file-tab .task-details-file-grid .empty-file-line {
  border-top: 1px solid var(--WF-Base-200);
  height: 54px;
  color: var(--gray-500, #6B7280);
  align-content: center;
  padding-left: 12px;
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line {
  display: flex;
  align-items: center;
  height: 54px;
  border-top: 1px solid var(--WF-Base-200);
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line:hover {
  background-color: var(--WF-Base-100);
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-icon {
  height: 32px;
  position: initial;
  margin: 0px 8px;
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-name {
  color: var(--WF-Base-900);
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-file .file-grid-file-size {
  color: var(--WF-Base-500);
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-date {
  color: var(--WF-Base-900);
  padding: 0px 16px;
}
#consult_home .task-details-file-tab .task-details-file-grid .file-grid-line .file-grid-buttons {
  padding: 0px 16px;
}
#consult_home .task-links-tab {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
#consult_home .task-links-tab .add-link-button {
  display: flex;
  height: 40px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--gray-200, #E5E7EB);
  background: var(--white, #FFF);
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}
#consult_home .task-links-tab .add-link-button:hover {
  background-color: var(--WF-Base-100);
}
#consult_home .task-links-tab .task-links-search-line {
  display: flex;
  gap: 8px;
  align-items: center;
}
#consult_home .task-links-tab .task-links-search-line .discuss-search-input {
  flex-grow: 1;
}
#consult_home .task-links-tab .task-links-search-line .task-filter-button {
  display: flex;
  gap: 4px;
  align-items: center;
}
#consult_home .task-links-tab .task-links-search-line .task-filter-button .icon-wrapper {
  cursor: pointer;
}
#consult_home .task-links-tab .task-link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#consult_home .task-links-tab .task-link-list .discuss-link-line {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-relation-line {
  color: var(--WF-Base-600);
  text-transform: uppercase;
}
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-selector-line {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 0px 16px;
  cursor: pointer;
  border-radius: var(--BRMedium);
  background: var(--BaseWhite);
  /* shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
#consult_home .task-links-tab .task-link-list .discuss-link-line .task-selector-line .task-selector-task-name {
  overflow: hidden;
  color: var(--WF-Base-900);
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  padding: 16px 0px;
}
.tasks-list-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--paddingMedium);
  min-width: 700px;
  max-height: 100%;
  position: relative;
}
.tasks-list-panel .lk-tab-wrap .lk-tab.active {
  color: var(--Brand-600);
  border-color: var(--Brand-600);
}
.tasks-list-panel .show-folder-button {
  left: -19px;
}
.tasks-list-panel .add-task-button {
  height: 39px;
  padding: var(--paddingSmall) 16px;
  margin-left: auto;
  width: fit-content;
}
.tasks-list-panel .search-bar {
  display: flex;
  justify-content: space-between;
}
.tasks-list-panel .search-bar .discuss-navbar-input {
  width: 332px;
}
.tasks-list-panel-head {
  display: flex;
  justify-content: space-between;
}
.tasks-list-panel-head .tasks-list-panel-head-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.breadcrumbs {
  color: var(--WF-Base-500);
  letter-spacing: -0.14px;
}
.breadcrumb {
  cursor: pointer;
}
.breadcrumb:hover {
  text-decoration: underline;
}
.tasks-list-header {
  padding-top: var(--paddingSmall);
}
.tasks-list-folder-name {
  color: var(--WF-Base-800);
}
.task-list-search-widgets {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.task-list-search-widgets .inner-widgets {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  margin-left: 8px;
  width: 100%;
  gap: 8px;
}
.task-list-search-widgets .clear-all-filters-button {
  background-color: var(--Brand-100);
  font-weight: 600;
  color: var(--Brand-400);
  cursor: pointer;
  padding: var(--paddingSmall);
  display: flex;
  align-items: center;
  border-radius: var(--BRMedium);
  height: fit-content;
  width: fit-content;
  white-space: nowrap;
  gap: 8px;
}
.task-list-search-widgets .task-list-search-widget {
  display: flex;
  align-items: center;
  background-color: var(--WF-Base-100);
  padding: 4px 16px 4px 0px;
  border-radius: var(--BRMedium);
  max-width: 240px;
  height: fit-content;
}
.task-list-search-widgets .task-list-search-widget .search-widget-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
}
.task-list-search-widgets .task-list-search-widget .user-selector-button-wrapper {
  overflow: hidden;
}
.task-list-search-widgets .task-list-search-widget .search-widget-text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-title {
  color: var(--WF-Base-800);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task-list-search-widgets .task-list-search-widget .search-widget-text .search-widget-subtitle {
  color: var(--WF-Base-600);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task-list-search-widgets .task-list-search-widget .dropdown-menu .status,
.task-list-search-widgets .task-list-search-widget .dropdown-menu .priority {
  margin-right: auto;
}
.tasks-list-filters {
  display: flex;
  gap: var(--paddingSmall);
}
.task-display-selector {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--rounded-lg, 8px);
  background: var(--BaseWhite);
}
.task-display-selector > div {
  display: flex;
  padding: var(--2, 8px) var(--4, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  align-self: stretch;
  border: 1px solid var(--WF-Base-200);
  color: var(--WF-Base-900);
  cursor: pointer;
}
.task-display-selector > div:hover {
  background-color: var(--Brand-50);
}
.task-display-selector > div.active {
  background-color: var(--Brand-100);
  border-color: var(--Brand-200);
  color: var(--Brand-900);
}
.task-display-selector > div.active svg {
  stroke: var(--Brand-900);
}
.task-display-selector > div svg {
  stroke: var(--WF-Base-900);
}
.task-display-selector :nth-child(1) {
  border-radius: 8px 0px 0px 8px;
}
.task-display-selector :nth-child(2) {
  border-radius: 0px 8px 8px 0px;
}
.tasks-list-single-filter {
  display: flex;
  height: 38px;
  padding: var(--paddingSmall) 16px;
  justify-content: center;
  align-items: center;
  gap: var(--paddingSmall);
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-200);
  cursor: pointer;
}
.tasks-list-single-filter:hover {
  background-color: var(--WF-Base-200);
}
.tasks-list-single-filter.active {
  background-color: var(--Brand-600);
  border: none;
}
.tasks-list-single-filter.active .tasks-list-filter-label {
  color: var(--BaseWhite);
}
.tasks-list-single-filter.active:hover {
  background-color: var(--Brand-700);
}
.tasks-list-collapse-all {
  background-color: var(--WF-Base-100);
  border: none;
}
.tasks-list-filter-label {
  color: var(--WF-Base-800);
  text-align: center;
  letter-spacing: -0.14px;
  white-space: nowrap;
}
.task-list-filter-selector-line {
  padding: 5px 15px 5px 10px;
  display: flex;
}
.task-list-filter-selector-line .checkmark-icon {
  display: none;
}
.task-list-filter-selector-line:hover {
  background-color: var(--WF-Base-100);
}
.discuss-select-drop .task-list-filter-selector-line {
  color: var(--WF-Base-800);
  background-color: var(--BaseWhite);
}
.discuss-select-drop .task-list-filter-selector-line .checkmark-icon {
  display: block;
  margin-left: 15px;
}
.tasks-list-collapse-all {
  color: var(--Brand-600);
}
.tasks-list-view-mode-icon {
  display: flex;
  flex-direction: column;
  gap: 2px;
  fill: var(--Brand-400);
}
.tasks-list-sorts {
  padding-top: var(--paddingSmall);
  padding-right: 42px;
  display: flex;
  padding-bottom: 8px;
  margin-bottom: -8px;
  background-color: var(--WF-Base-50);
  border: 1px solid var(--WF-Base-200);
  border-bottom: none;
  border-top-left-radius: var(--BRMedium);
  border-top-right-radius: var(--BRMedium);
}
.task-sort-single {
  display: flex;
  padding: 3px 0px 3px 8px;
  align-items: center;
  justify-content: left;
  gap: 2px;
  color: var(--WF-Base-600);
  text-align: center;
  letter-spacing: -0.14px;
  cursor: pointer;
}
.task-sort-single.selected {
  font-weight: 600;
  color: var(--WF-Base-800);
}
.task-sort-priority,
.file-sort-task {
  width: 98px;
  flex-shrink: 0;
}
.task-sort-status {
  width: 125px;
  flex-shrink: 0;
}
.file-line-name,
.file-sort-name {
  margin-right: auto;
}
.task-sort-title {
  margin-right: auto;
}
.task-sort-updated {
  width: 160px;
  justify-content: right;
}
.task-sort-assignees {
  width: 106px;
  margin-left: 24px;
}
.file-sort-date,
.file-sort-size,
.file-line-date,
.file-line-size {
  width: 150px;
  margin-right: var(--paddingSmall);
  padding-left: 0px;
  flex-shrink: 0;
}
.tasks-list-box,
.file-list-box {
  overflow-x: auto;
}
.tasks-list,
.discuss-files-list {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: var(--WF-Base-200);
  border: 1px solid var(--WF-Base-200);
}
.discuss-table-status {
  color: var(--WF-Base-600);
  position: relative;
}
.discuss-table-status .discuss-hidden-status {
  color: transparent;
  padding: 3px 40px 3px 5px;
}
.discuss-table-status .status {
  padding: 3px 10px 3px 5px;
  position: absolute;
  top: 0px;
}
.task-line,
.file-list-line {
  display: flex;
  width: 100%;
  padding: var(--paddingSmall);
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  background-color: var(--BaseWhite);
  cursor: pointer;
}
.task-line:hover,
.file-list-line:hover {
  background-color: var(--WF-Base-100);
}
.task-line.selected,
.file-list-line.selected {
  background-color: var(--Brand-50);
}
.task-line .task-number,
.file-list-line .task-number {
  margin-right: 8px;
}
.task-line .task-number .task-priority-icon,
.file-list-line .task-number .task-priority-icon {
  height: 18px;
}
.task-line .task-number .task-priority-icon svg,
.file-list-line .task-number .task-priority-icon svg {
  height: 18px;
  width: 18px;
}
.task-title {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
}
.task-title .task-title-title {
  flex-shrink: 0;
  max-width: 100%;
}
.file-line-name {
  color: var(--WF-Base-800);
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.16px;
  flex-grow: 1;
}
.file-line-size,
.file-line-date {
  color: var(--WF-Base-600);
  text-overflow: ellipsis;
  letter-spacing: -0.14px;
}
.file-line-task {
  cursor: pointer;
}
.with-notif > .task-title {
  color: var(--WF-Base-800);
  letter-spacing: -0.16px;
}
.task-title > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.task-line-folder-name {
  color: var(--Brand-400);
  letter-spacing: -0.14px;
  margin-left: 10px;
  line-height: 21px;
}
.task-line-date {
  color: var(--WF-Base-700);
  letter-spacing: -0.14px;
  width: 120px;
  text-align: right;
}
.task-line-date .discuss-date-time {
  color: var(--WF-Base-600);
}
.task-line-assignees {
  display: flex;
  width: 106px;
  height: 32px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
  flex-shrink: 0;
}
.tasks-card-box {
  max-height: 100%;
  overflow-y: auto;
}
.tasks-cards {
  display: flex;
  padding: var(--paddingSmall) var(--paddingMedium);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--paddingSmall);
  align-self: stretch;
}
.task-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-bottom: var(--paddingMedium);
  border-radius: var(--BRMedium);
  border: 1px solid var(--WF-Base-300);
  background: var(--WF-Base-White);
  cursor: pointer;
}
.task-card-header {
  display: flex;
  flex-direction: column;
  gap: var(--paddingSmall);
  cursor: pointer;
  border-top-left-radius: var(--BRMedium);
  border-top-right-radius: var(--BRMedium);
  padding: var(--paddingMedium);
  padding-bottom: var(--paddingSmall);
  width: 100%;
}
.task-card-header:hover {
  background-color: var(--WF-Base-100);
}
.task-card-header.selected {
  background-color: var(--Brand-50);
}
.task-card-details {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: var(--paddingSmall);
}
.task-card-details .ticket-short-name {
  margin-left: auto;
  color: var(--WF-Base-500);
  text-align: center;
  letter-spacing: -0.14px;
}
.task-card-title {
  color: var(--WF-Base-800);
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.18px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 24px;
}
.task-card-title > div {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.card-recent-activities {
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--paddingSmall);
  align-self: stretch;
  cursor: auto;
  background-color: var(--BaseWhite);
}
.card-recent-activities-header {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: var(--paddingSmall);
}
.card-recent-activities-header-text {
  color: var(--WF-Base-700, #68514A);
  letter-spacing: -0.16px;
  margin-right: auto;
}
.card-comment-button,
.card-expand-button {
  display: flex;
  padding: 5px 10px 5px 15px;
  width: 110px;
  align-items: center;
  gap: 5px;
  color: var(--WF-Base-500);
  letter-spacing: -0.14px;
  border-radius: var(--BRExtraLarge);
  border: 1px solid var(--WF-Base-200, #F7EFED);
  cursor: pointer;
}
.card-comment-button.expanded,
.card-expand-button.expanded {
  color: var(--Brand-600);
}
.card-last-activities {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.modal .fileInfo {
  display: inline-block;
  cursor: default;
  margin-left: 22px;
  font: bold;
  border: 0px solid transparent;
}
.modal .alert-margin {
  margin-top: 15px;
  margin-bottom: 5px;
  max-height: 200px;
  overflow: auto;
}
.modal .icon {
  cursor: pointer;
  position: relative;
  top: 9px;
  width: 16px;
  height: 16px;
}
.modal .icon.error {
  background: url("/images/dash/error.png");
}
.modal .icon.warning {
  background: url("/images/dash/warning.png");
}
.modal .render {
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.modal .upload > div {
  float: left;
}
.modal .after-upload {
  clear: left;
}
.modal .table-condensed > thead > tr > th,
.modal .table-condensed > tbody > tr > th,
.modal .table-condensed > thead > tr > td,
.modal .table-condensed > tbody > tr > td {
  padding: 1px;
}
.modal .btn:focus,
.modal .btn:active {
  outline: none;
  box-shadow: none;
}
.envision-dashboard,
.envision-dashboard-layout,
.envision-dashboard svg,
.envision-dashboard-layout svg {
  font-family: "Roboto";
}
.envision-dashboard .dashboard,
.envision-dashboard-layout .dashboard {
  margin: 15px auto 20px auto;
  text-align: left;
  position: relative;
  color: #333;
  /* Displayed on top of dashboard when waiting for refresh */
}
.envision-dashboard .dashboard .disable-dashboard,
.envision-dashboard-layout .dashboard .disable-dashboard {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  opacity: 0.5;
  z-index: 100;
}
.envision-dashboard.dashboard-archived > * > .tile:not(.zoom),
.envision-dashboard-layout.dashboard-archived > * > .tile:not(.zoom) {
  opacity: 0.6;
}
.envision-dashboard .edit .dashboard,
.envision-dashboard-layout .edit .dashboard {
  transition: width 0.5s, height 0.5s;
}
.envision-dashboard .text-overflow,
.envision-dashboard-layout .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard > #dashboard-tabs,
.envision-dashboard-layout > #dashboard-tabs {
  max-width: 1170px;
  margin: 0px auto;
}
.envision-dashboard .nav-tabs > .tabs-button.active > a,
.envision-dashboard-layout .nav-tabs > .tabs-button.active > a {
  border: 2px solid var(--tab-border-color, #ddd);
  border-bottom: 0px solid transparent;
}
.envision-dashboard .nav-tabs > .tabs-button > a,
.envision-dashboard-layout .nav-tabs > .tabs-button > a {
  background-color: var(--tab-background-color);
  border: 2px solid transparent;
  border-bottom: 0px solid transparent;
  padding: 10px 15px 12px;
}
.envision-dashboard .nav-tabs > .tabs-button > a:focus,
.envision-dashboard-layout .nav-tabs > .tabs-button > a:focus {
  background-color: var(--tab-background-color);
}
.envision-dashboard .nav-tabs > .tabs-button > a:hover,
.envision-dashboard-layout .nav-tabs > .tabs-button > a:hover,
.envision-dashboard .nav-tabs > .tabs-button > a:hover:focus,
.envision-dashboard-layout .nav-tabs > .tabs-button > a:hover:focus {
  background-color: var(--tab-hover-background-color, var(--tab-background-color, #eee));
  border-color: var(--tab-hover-border-color, var(--tab-border-color, #eee));
  border-bottom-color: transparent;
}
.envision-dashboard .tabs-button > a,
.envision-dashboard-layout .tabs-button > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  outline: none;
}
.envision-dashboard .tabs-button > a > .badge,
.envision-dashboard-layout .tabs-button > a > .badge {
  margin-left: 5px;
  text-align: center;
}
.envision-dashboard .tabs-button > a > .badge.white,
.envision-dashboard-layout .tabs-button > a > .badge.white {
  color: #333;
  background-color: #fff;
  border: #ccc 1px solid;
}
.envision-dashboard .tabs-button > a > .badge.red,
.envision-dashboard-layout .tabs-button > a > .badge.red {
  color: #fff;
  background-color: #d9534f;
  border: #d9534f 1px solid;
}
.envision-dashboard .tabs-button > a > .badge.blue,
.envision-dashboard-layout .tabs-button > a > .badge.blue {
  color: #fff;
  background-color: #337ab7;
  border: #337ab7 1px solid;
}
.envision-dashboard .tabs-button > a > .badge.cyan,
.envision-dashboard-layout .tabs-button > a > .badge.cyan {
  color: #fff;
  background-color: #5bc0de;
  border: #5bc0de 1px solid;
}
.envision-dashboard .tabs-button > a > .badge.green,
.envision-dashboard-layout .tabs-button > a > .badge.green {
  color: #fff;
  background-color: #5cb85c;
  border: #5cb85c 1px solid;
}
.envision-dashboard .tabs-button > a > .badge.orange,
.envision-dashboard-layout .tabs-button > a > .badge.orange {
  color: #fff;
  background-color: #f0ad4e;
  border: #f0ad4e 1px solid;
}
.envision-dashboard .notif-banners-section,
.envision-dashboard-layout .notif-banners-section {
  position: relative;
}
.envision-dashboard .notif-banners-visibility,
.envision-dashboard-layout .notif-banners-visibility {
  position: absolute;
  top: -25px;
  right: 8px;
  z-index: 5;
  width: 20px;
  height: 20px;
  line-height: 10px;
}
.envision-dashboard .notif-banners-visibility button,
.envision-dashboard-layout .notif-banners-visibility button {
  width: 20px;
  height: 20px;
  outline: none;
  padding: 0;
}
.envision-dashboard .notif-banners-visibility .eye-close,
.envision-dashboard-layout .notif-banners-visibility .eye-close {
  background: url("/images/dash/eye-slash.svg") no-repeat no-repeat center center transparent;
}
.envision-dashboard .notif-banners-visibility .eye-open,
.envision-dashboard-layout .notif-banners-visibility .eye-open {
  background: url("/images/dash/eye.svg") no-repeat no-repeat center center transparent;
}
.envision-dashboard .notif-banners > .alert,
.envision-dashboard-layout .notif-banners > .alert {
  margin: 0;
  padding: 4px;
}
.envision-dashboard .dashboard-top,
.envision-dashboard-layout .dashboard-top {
  max-width: 1170px;
  margin: 10px auto;
  height: 60px;
  line-height: 16px;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
  display: flex;
  flex-flow: row nowrap;
}
.envision-dashboard .dashboard-top .btn,
.envision-dashboard-layout .dashboard-top .btn {
  display: block;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: auto;
}
.envision-dashboard .dashboard-top .btn.view-slice,
.envision-dashboard-layout .dashboard-top .btn.view-slice {
  border: 1px solid #CCC;
  border-radius: 0;
  background: white;
  font-family: Roboto;
  min-width: 180px;
  margin-top: 5px;
  padding: 4px 22px 4px 6px;
  position: relative;
}
.envision-dashboard .dashboard-top .btn.view-slice:hover,
.envision-dashboard-layout .dashboard-top .btn.view-slice:hover,
.envision-dashboard .dashboard-top .btn.view-slice:hover .drop,
.envision-dashboard-layout .dashboard-top .btn.view-slice:hover .drop {
  background-color: #EEE;
  border-color: #AAA;
}
.envision-dashboard .dashboard-top .btn.view-slice.no-subtitle .title,
.envision-dashboard-layout .dashboard-top .btn.view-slice.no-subtitle .title {
  line-height: 28px;
}
.envision-dashboard .dashboard-top .btn.view-slice .title,
.envision-dashboard-layout .dashboard-top .btn.view-slice .title,
.envision-dashboard .dashboard-top .btn.view-slice .subtitle,
.envision-dashboard-layout .dashboard-top .btn.view-slice .subtitle {
  display: block;
  line-height: 14px;
  min-height: 14px;
  text-align: left;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .dashboard-top .btn.view-slice .subtitle,
.envision-dashboard-layout .dashboard-top .btn.view-slice .subtitle {
  font-size: 12px;
  color: #555;
}
.envision-dashboard .dashboard-top .btn.view-slice .drop,
.envision-dashboard-layout .dashboard-top .btn.view-slice .drop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8px 5px;
  border-left: 1px solid #CCC;
}
.envision-dashboard .dashboard-top .topic-details,
.envision-dashboard-layout .dashboard-top .topic-details {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 10px;
}
.envision-dashboard .dashboard-top .topic-name,
.envision-dashboard-layout .dashboard-top .topic-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  vertical-align: top;
  line-height: 32px;
  /* Tiny tweak */
  font-size: 19px;
  color: black;
  max-width: 600px;
  margin-right: 20px;
  font-weight: bold;
  font-family: "Roboto";
}
.envision-dashboard .dashboard-top .topic-name > .label,
.envision-dashboard-layout .dashboard-top .topic-name > .label {
  margin-right: 5px;
}
.envision-dashboard .error-frame,
.envision-dashboard-layout .error-frame {
  position: relative;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 300px;
  margin-top: -200px;
  margin-left: -250px;
  border-radius: 2px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  overflow: hidden;
  color: #415868;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
.envision-dashboard .error-frame .alert,
.envision-dashboard-layout .error-frame .alert {
  margin-top: 50px;
  width: 88px;
  height: 76px;
  background: url("/images/dash/alert.png");
}
.envision-dashboard .error-frame .btn-group,
.envision-dashboard-layout .error-frame .btn-group {
  margin-top: 50px;
}
.envision-dashboard .error-frame .title,
.envision-dashboard-layout .error-frame .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 14px 0 5px 0;
}
.envision-dashboard .error-frame p,
.envision-dashboard-layout .error-frame p {
  font-size: 20px;
  font-weight: 300;
  line-height: 19px;
  padding: 0 30px;
}
.envision-dashboard .sticky-bottom,
.envision-dashboard-layout .sticky-bottom {
  position: sticky;
  bottom: 0;
  margin: 0 auto 0 auto;
  z-index: 10;
}
.dashboard-slicer-list {
  margin-top: 20px;
  margin-bottom: 0;
}
.dashboard-slicer-list > div > div + div {
  border-top: 0px;
}
.dashboard-slicer-list .list-group-item.last {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dashboard-slicer-list .can-scroll-below {
  border-bottom: dotted 1px lightgray;
}
.dashboard-slicer-list .can-scroll-above {
  border-top: dotted 1px lightgray;
}
.dashboard-slicer-list div > div {
  width: 100%;
  font-family: Roboto;
  position: relative;
  margin-bottom: -1px;
  padding: 0px;
}
.dashboard-slicer-list div > div > * {
  padding: 8px 22px 8px 12px;
  display: inline-block;
  width: 100%;
}
.dashboard-slicer-list div > div > a:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.dashboard-slicer-list div > div .title,
.dashboard-slicer-list div > div .subtitle {
  display: block;
  line-height: 17px;
  min-height: 17px;
  text-align: left;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-slicer-list div > div .subtitle {
  font-size: 13px;
  color: #555;
}
.dashboard-slicer-list div > div:not(.list-group-item) {
  padding: 5px 0px;
}
.dashboard-slicer-list div > :nth-child(even) > a {
  background-color: #fbfbfb;
}
.dashboard-slicer-list div > :nth-child(even) > a:hover {
  background-color: #f3f3f3;
}
.dashboard-slicer-list.searching .title,
.dashboard-slicer-list.searching .subtitle {
  color: #CCC;
}
.envision-dashboard-layout .text-base {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.envision-dashboard-layout .text-xs {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 12px;
}
.envision-dashboard-layout .text-sm {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
.envision-dashboard-layout .text-lg {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}
.envision-dashboard-layout .text-xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 20px;
}
.envision-dashboard-layout .text-2xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 24px;
}
.envision-dashboard-layout .text-3xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 30px;
}
.envision-dashboard-layout .text-4xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 36px;
}
.envision-dashboard-layout .text-5xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 48px;
}
.envision-dashboard-layout .text-6xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 60px;
}
.envision-dashboard-layout .text-9xl {
  color: var(--color-text, var(--gray-900, #111928));
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 128px;
}
.envision-dashboard-layout .font-thin {
  font-weight: 100;
}
.envision-dashboard-layout .font-extralight {
  font-weight: 200;
}
.envision-dashboard-layout .font-light {
  font-weight: 300;
}
.envision-dashboard-layout .font-medium {
  font-weight: 500;
}
.envision-dashboard-layout .font-semibold {
  font-weight: 600;
}
.envision-dashboard-layout .font-bold {
  font-weight: 700;
}
.envision-dashboard-layout .font-extrabold {
  font-weight: 800;
}
.envision-dashboard-layout .font-black {
  font-weight: 900;
}
.envision-dashboard-layout .leading-title {
  line-height: 100%;
}
.envision-dashboard-layout {
  --navbarHeight: 58px;
}
.envision-dashboard-layout .dash-debug-borders .tile {
  box-shadow: -1px -1px black, -1px 1px black, 1px 1px black, 1px -1px black;
}
.envision-dashboard-layout .dash-limit-stretch {
  box-shadow: -1px -1px black, -1px 1px black, 1px 1px black, 1px -1px black;
}
.envision-dashboard-layout .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard-layout .tile {
  position: absolute;
  padding: 0;
  cursor: default;
  overflow: hidden;
  font-size: 14px;
}
.envision-dashboard-layout .tile.can-zoom {
  cursor: pointer;
}
.envision-dashboard-layout .region-card {
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.envision-dashboard-layout .region-card .card-header {
  display: flex;
  position: absolute;
  top: 0px;
  height: 48px;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  width: 100%;
}
.envision-dashboard-layout .region-card .card-header .card-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 0;
  max-width: 100%;
}
.envision-dashboard-layout .region-card .card-header .card-header-left > .lk-icon {
  flex-shrink: 0;
  width: 16px;
}
.envision-dashboard-layout .region-card .card-header .card-header-left > span:not(.lk-icon) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard-layout .region-card .card-footer {
  display: flex;
  position: absolute;
  bottom: 0px;
  height: 48px;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
.envision-dashboard-layout .region-card .card-footer .card-footer-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
  flex: 0 1 0;
  max-width: 100%;
  cursor: pointer;
}
.envision-dashboard-layout .region-card .card-footer .card-footer-right > .lk-icon {
  flex-shrink: 0;
  width: 16px;
}
.envision-dashboard-layout .region-card .card-footer .card-footer-right > span:not(.lk-icon) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.envision-dashboard-layout .tile-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 2px;
  line-height: 30px;
  height: 30px;
  text-align: left;
  padding: 0 0 0 8px;
  vertical-align: middle;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard-layout .tile-title div {
  font-size: 14px;
  font-weight: normal;
}
.envision-dashboard-layout .tile-title .tile-title-title {
  font-size: 15px;
  margin-right: auto;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.envision-dashboard-layout .tile-title .lk-modal-close {
  position: unset;
  padding: 0 6px 0 6px;
  margin-left: 4px;
  border: 0;
  background: unset;
}
.envision-dashboard-layout .tile-title .lk-modal-close:hover {
  background: #d0d0d7;
}
.envision-dashboard-layout .tile-title .info-hover-wrapper,
.envision-dashboard-layout .tile-title .info-hover-svg {
  margin-bottom: 4px;
}
.envision-dashboard-layout .tile-content-region {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.envision-dashboard-layout .tile-content-region .loading {
  background: url("./images/dash/progress.gif") no-repeat center white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.envision-dashboard-layout .zoomWrapper {
  position: fixed;
  top: var(--navbarHeight, 58px);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-flow: column wrap;
}
.envision-dashboard-layout .zoomWrapper .notif-banners-section .notif-banners-visibility {
  background: white;
  border-radius: 3px;
  top: unset;
  bottom: -40px;
}
.envision-dashboard-layout .zoomWrapper .notif-banners-section .notif-banners-visibility button {
  border: 0;
}
.envision-dashboard-layout .zoomWrapper .notif-banners-section .alert {
  border-radius: 0px;
}
.envision-dashboard-layout .zoomWrapper .zoom {
  cursor: pointer;
  position: relative;
  min-height: 0px;
  flex-grow: 1;
  padding: 20px 50px 50px 50px;
}
.envision-dashboard-layout .zoomWrapper .tile {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1002;
  cursor: default;
  background: #F8F8F8;
  border: 1px solid #CCC;
}
.envision-dashboard-layout .zoomWrapper .tile-title {
  background: #EEE;
  border-bottom: 1px solid #E0E0E0;
}
.envision-dashboard-layout .zoomWrapper .tile-content {
  overflow: auto;
  height: 100%;
}
.envision-dashboard-layout .zoomWrapper .info-hover-popper {
  z-index: 1100;
}
.envision-dashboard-layout .clickable {
  cursor: pointer;
}
.envision-dashboard-layout .nav-tabs > li:not(.active) {
  border-bottom: 1px solid #ddd;
}
.envision-dashboard-layout .info-hover-wrapper {
  margin-right: 2px;
}
.envision-dashboard-layout .info-hover-popper {
  color: #333;
  font-size: initial;
  line-height: initial;
  height: initial;
  font-weight: initial;
  text-align: initial;
  white-space: initial;
}
.envision-dashboard-layout .scalar-left {
  text-align: left;
}
.envision-dashboard-layout .scalar-right {
  text-align: right;
}
.envision-dashboard-layout .scalar-center {
  text-align: center;
}
.envision-dashboard-layout .scalar-wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}
.envision-dashboard-layout .scalar-wrap > * {
  flex-grow: 0;
}
.envision-dashboard-layout .scalar-wrap .scalar-value {
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard-layout .scalar-wrap .scalar-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.envision-dashboard-layout .scalar-wrap.scalar-xs {
  padding: 0px 0px;
  gap: 8px;
}
.envision-dashboard-layout .scalar-wrap.scalar-xs .scalar-value {
  line-height: 22px;
}
.envision-dashboard-layout .scalar-wrap.scalar-xs .scalar-title {
  line-height: 18px;
}
.envision-dashboard-layout .scalar-wrap.scalar-sm {
  padding: 4px 0px;
  gap: 12px;
}
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-value {
  line-height: 28px;
}
.envision-dashboard-layout .scalar-wrap.scalar-sm .scalar-title {
  line-height: 24px;
}
.envision-dashboard-layout .scalar-wrap.scalar-md {
  padding: 8px 0px;
  gap: 16px;
}
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-value {
  line-height: 36px;
}
.envision-dashboard-layout .scalar-wrap.scalar-md .scalar-title {
  line-height: 28px;
}
.envision-dashboard-layout .scalar-wrap.scalar-lg {
  padding: 12px 0px;
  gap: 20px;
}
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-value {
  line-height: 44px;
}
.envision-dashboard-layout .scalar-wrap.scalar-lg .scalar-title {
  line-height: 32px;
}
.envision-dashboard-layout .scalar-wrap.scalar-xl {
  padding: 16px 0px;
  gap: 24px;
}
.envision-dashboard-layout .scalar-wrap.scalar-xl .scalar-value {
  line-height: 52px;
}
.envision-dashboard-layout .scalar-wrap.scalar-xl .scalar-title {
  font-size: 28px;
  line-height: 36px;
}
.envision-dashboard-layout .label-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.envision-dashboard-layout .label-text .label-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard-layout .label-text .label-xs {
  font-size: 20px;
  line-height: 22px;
}
.envision-dashboard-layout .label-text .label-sm {
  font-size: 24px;
  line-height: 28px;
}
.envision-dashboard-layout .label-text .label-md {
  font-size: 32px;
  line-height: 36px;
}
.envision-dashboard-layout .label-text .label-lg {
  font-size: 40px;
  line-height: 44px;
}
.envision-dashboard-layout .label-text .label-xl {
  font-size: 48px;
  line-height: 52px;
}
.envision-dashboard-layout .image > img {
  max-width: 100%;
  max-height: 100%;
}
.envision-dashboard-layout .button-tile .button-wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.envision-dashboard-layout .button-tile .button-link {
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.envision-dashboard-layout .button-tile .button-link .button-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard-layout .button-tile .button-link.disabled {
  cursor: unset;
}
.envision-dashboard-layout .button-tile .button-link.button-xs {
  height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  gap: 4px;
}
.envision-dashboard-layout .button-tile .button-link.button-xs .button-label {
  font-size: 12px;
  line-height: 16px;
}
.envision-dashboard-layout .button-tile .button-link.button-sm {
  height: 32px;
  padding: 6px 12px;
  border-radius: 6px;
  gap: 6px;
}
.envision-dashboard-layout .button-tile .button-link.button-sm .button-label {
  font-size: 14px;
  line-height: 20px;
}
.envision-dashboard-layout .button-tile .button-link.button-md {
  height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  gap: 8px;
}
.envision-dashboard-layout .button-tile .button-link.button-md .button-label {
  font-size: 16px;
  line-height: 24px;
}
.envision-dashboard-layout .button-tile .button-link.button-lg {
  height: 48px;
  padding: 10px 20px;
  border-radius: 10px;
  gap: 8px;
}
.envision-dashboard-layout .button-tile .button-link.button-lg .button-label {
  font-size: 16px;
  line-height: 24px;
}
.envision-dashboard-layout .button-tile .button-link.button-xl {
  height: 56px;
  padding: 12px 24px;
  border-radius: 12px;
  gap: 8px;
}
.envision-dashboard-layout .button-tile .button-link.button-xl .button-label {
  font-size: 18px;
  line-height: 26px;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-blue {
  --vcol-main-700: #1A56DB;
  --vcol-main-800: #1E429F;
  --vcol-main-400: #76A9FA;
  --vcol-main-200: #C3DDFD;
  --vcol-second: white;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-black {
  --vcol-main-700: #374151;
  --vcol-main-800: #1F2A37;
  --vcol-main-400: #9CA3AF;
  --vcol-main-200: #E5E7EB;
  --vcol-second: white;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-green {
  --vcol-main-700: #046C4E;
  --vcol-main-800: #03543F;
  --vcol-main-400: #31C48D;
  --vcol-main-200: #BCF0DA;
  --vcol-second: white;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-red {
  --vcol-main-700: #C81E1E;
  --vcol-main-800: #9B1C1C;
  --vcol-main-400: #F98080;
  --vcol-main-200: #FBD5D5;
  --vcol-second: white;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-primary {
  background: var(--vcol-main-700);
  border: 1px solid var(--vcol-main-700);
  color: var(--vcol-second);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-primary:hover:not(.disabled),
.envision-dashboard-layout .button-tile .button-link.button-variant-primary:focus:not(.disabled) {
  background: var(--vcol-main-800);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-primary:focus:not(.disabled) {
  box-shadow: 0 0 0 3px var(--vcol-main-200);
  outline: 0;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-primary.disabled {
  background: var(--vcol-main-400);
  border: 1px solid var(--vcol-main-400);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-secondary {
  border: 1px solid var(--vcol-main-700);
  color: var(--vcol-main-700);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-secondary:hover:not(.disabled),
.envision-dashboard-layout .button-tile .button-link.button-variant-secondary:focus:not(.disabled) {
  background: var(--vcol-main-800);
  color: var(--vcol-second);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-secondary:focus:not(.disabled) {
  box-shadow: 0 0 0 3px var(--vcol-main-200);
  outline: 0;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-secondary.disabled {
  border: 1px solid var(--vcol-main-200);
  color: var(--vcol-main-400);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-alternative {
  border: 1px solid var(--vcol-main-700);
  color: var(--vcol-main-700);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-alternative:hover:not(.disabled),
.envision-dashboard-layout .button-tile .button-link.button-variant-alternative:focus:not(.disabled) {
  background: var(--vcol-main-200);
  border: 1px solid var(--vcol-main-200);
}
.envision-dashboard-layout .button-tile .button-link.button-variant-alternative:focus:not(.disabled) {
  box-shadow: 0 0 0 3px var(--vcol-main-200);
  outline: 0;
}
.envision-dashboard-layout .button-tile .button-link.button-variant-alternative.disabled {
  border: 1px solid var(--vcol-main-200);
  color: var(--vcol-main-400);
}
.envision-dashboard {
  --navbarHeight: 38px;
}
.envision-dashboard .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .tile {
  position: absolute;
  padding: 0;
  margin: -1px;
  box-sizing: content-box;
  cursor: default;
  overflow: hidden;
  font-size: 14px;
}
.envision-dashboard .tile.can-zoom {
  cursor: pointer;
}
.envision-dashboard .tile-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 2px;
  line-height: 30px;
  height: 30px;
  text-align: left;
  padding: 0 0 0 8px;
  vertical-align: middle;
  font-size: 1.1em;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .tile-title div {
  font-size: 14px;
  font-weight: normal;
}
.envision-dashboard .tile-title .tile-title-title {
  font-size: 15px;
  margin-right: auto;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.envision-dashboard .tile-title .lk-modal-close {
  padding: 0 6px 0 6px;
  margin-left: 4px;
  border: 0;
  background: unset;
}
.envision-dashboard .tile-title .lk-modal-close:hover {
  background: #d0d0d7;
}
.envision-dashboard .tile-title .info-hover-wrapper,
.envision-dashboard .tile-title .info-hover-svg {
  margin-bottom: 4px;
}
.envision-dashboard .tile-content {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.envision-dashboard .tile-content .loading {
  background: url("./images/dash/progress.gif") no-repeat center white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.envision-dashboard .tile-title + .tile-content {
  top: 30px;
}
.envision-dashboard .zoomWrapper {
  position: fixed;
  top: var(--navbarHeight, 38px);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-flow: column wrap;
}
.envision-dashboard .zoomWrapper .notif-banners-section .notif-banners-visibility {
  background: white;
  border-radius: 3px;
  top: unset;
  bottom: -40px;
}
.envision-dashboard .zoomWrapper .notif-banners-section .notif-banners-visibility button {
  border: 0;
}
.envision-dashboard .zoomWrapper .notif-banners-section .alert {
  border-radius: 0px;
}
.envision-dashboard .zoomWrapper .zoom {
  cursor: pointer;
  position: relative;
  min-height: 0px;
  flex-grow: 1;
  padding: 20px 50px 50px 50px;
}
.envision-dashboard .zoomWrapper .tile {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1002;
  cursor: default;
  background: #F8F8F8;
  border: 1px solid #CCC;
}
.envision-dashboard .zoomWrapper .tile-title {
  background: #EEE;
  border-bottom: 1px solid #E0E0E0;
}
.envision-dashboard .zoomWrapper .tile-content {
  overflow: auto;
}
.envision-dashboard .zoomWrapper .info-hover-popper {
  z-index: 1100;
}
.envision-dashboard .scalar-left,
.envision-dashboard .scalar-right,
.envision-dashboard .scalar-center {
  background: transparent;
  border: none;
  text-align: left;
}
.envision-dashboard .scalar-right {
  text-align: right;
}
.envision-dashboard .scalar-center {
  text-align: center;
}
.envision-dashboard .alert-unsaved {
  padding: 5px;
}
.envision-dashboard .alert-unsaved .btn {
  margin-left: 10px;
}
.envision-dashboard .scalar-wrap {
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
  height: 100%;
  justify-content: center;
  padding-bottom: 4px;
}
.envision-dashboard .scalar-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 33px;
  font-size: 24px;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.envision-dashboard .scalar-value > .bootstrap-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.envision-dashboard .scalar-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: inherit;
  line-height: 19px;
  min-height: 19px;
  max-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #555;
  font-size: 12px;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.envision-dashboard .scalar-title > .bootstrap-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.envision-dashboard .scalar-title > .info-hover-wrapper {
  padding-bottom: 2px;
}
.envision-dashboard .plot-hover {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.envision-dashboard .linechart-legend {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: clip;
  position: absolute;
  padding: 4px;
}
.envision-dashboard .linechart-legend.tile {
  background-color: rgba(250, 250, 250, 0.4);
}
.envision-dashboard .linechart-legend.horizontal {
  display: inline-block;
  line-height: 36px;
}
.envision-dashboard .linechart-legend.horizontal > span {
  display: inline-block;
}
.envision-dashboard .linechart-legend.horizontal > span > span {
  display: block;
}
.envision-dashboard .linechart-legend.horizontal > span > span > span {
  display: inline-block;
}
.envision-dashboard .linechart-legend.horizontal.horizontal.tile {
  left: 7.5%;
  right: 7.5%;
  bottom: 0px;
  height: 36px;
}
.envision-dashboard .linechart-legend.horizontal.horizontal.zoomed {
  left: 40px;
  right: 40px;
  bottom: 20px;
  height: 44px;
}
.envision-dashboard .linechart-legend.horizontal > span + span {
  margin-left: 14px;
}
.envision-dashboard .linechart-legend.horizontal > span.x-span:not(.empty) + span.y-span::before {
  content: "";
  overflow: hidden;
  width: 0px;
  margin-left: -6px;
  position: absolute;
  height: calc(0.8 * 44px);
  top: 0;
  border-left: 1.5px dashed #aaa;
}
.envision-dashboard .linechart-legend.vertical {
  display: inline-block;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.envision-dashboard .linechart-legend.vertical span {
  display: block;
}
.envision-dashboard .linechart-legend.vertical span span {
  display: block;
}
.envision-dashboard .linechart-legend.vertical span span span {
  display: inline-block;
}
.envision-dashboard .linechart-legend.vertical.vertical.tile.left {
  left: 0px;
}
.envision-dashboard .linechart-legend.vertical.vertical.tile.right {
  right: 0px;
}
.envision-dashboard .linechart-legend.vertical.vertical.tile {
  width: 142px;
}
.envision-dashboard .linechart-legend.vertical.vertical.zoomed {
  top: 40px;
  bottom: 20px;
  width: 150px;
}
.envision-dashboard .linechart-legend.vertical.vertical.zoomed.vertical.zoomed.left {
  left: 10px;
}
.envision-dashboard .linechart-legend.vertical.vertical.zoomed.vertical.zoomed.right {
  right: 10px;
}
.envision-dashboard .linechart-legend.vertical span.one-line {
  height: 19px;
  width: 142px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.envision-dashboard .linechart-legend.vertical span.two-lines {
  height: 36px;
  width: 142px;
  margin-top: 2px;
}
.envision-dashboard .linechart-legend.vertical span.x-span {
  margin-top: 3px;
  margin-left: 3px;
}
.envision-dashboard .linechart-legend .x-span,
.envision-dashboard .linechart-legend .y-span {
  line-height: 19px;
  vertical-align: top;
  font-size: 12px;
}
.envision-dashboard .linechart-legend .x-span span,
.envision-dashboard .linechart-legend .y-span span {
  margin-right: 0px;
  height: 19px;
  vertical-align: top;
}
.envision-dashboard .linechart-legend .x-span .value,
.envision-dashboard .linechart-legend .y-span .value {
  margin-left: 6px;
  font-weight: bold;
}
.envision-dashboard .linechart-legend .x-span .name,
.envision-dashboard .linechart-legend .y-span .name {
  margin-left: 6px;
}
.envision-dashboard .linechart-legend .x-span .cumul,
.envision-dashboard .linechart-legend .y-span .cumul {
  margin-left: 12px;
}
.envision-dashboard .linechart-legend .x-span .without-svg,
.envision-dashboard .linechart-legend .y-span .without-svg {
  margin-left: 19px;
}
.envision-dashboard .linechart-legend .x-span > span + span,
.envision-dashboard .linechart-legend .y-span > span + span {
  margin-top: -2px;
}
.envision-dashboard .linechart-legend .x-span span + .info-hover-wrapper,
.envision-dashboard .linechart-legend .y-span span + .info-hover-wrapper {
  margin-left: 2px;
  margin-right: 0px;
}
.envision-dashboard .label-text {
  border-width: 0;
  background: transparent;
}
.envision-dashboard .label-text.tile .tile-content > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  font-weight: normal;
  padding: 0 8px;
  text-align: left;
  line-height: 48px;
  font-size: 28px;
}
.envision-dashboard .label-text.tile .tile-content > div span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .label-text:not(.tile) > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  padding: 0 8px;
  text-align: left;
  line-height: 45px;
  font-size: 20px;
}
.envision-dashboard .label-text hr {
  margin: 0 -8px;
  border: 0;
  height: 1px;
}
.envision-dashboard .label-text svg.label-icon {
  vertical-align: top;
  flex-shrink: 0;
  flex-grow: 0;
}
.envision-dashboard .label-text .info-hover-wrapper,
.envision-dashboard .label-text .info-hover-svg {
  flex-shrink: 0;
  flex-grow: 0;
  vertical-align: unset;
}
.envision-dashboard .label-text .info-hover-svg {
  transform: translateY(3px);
}
.envision-dashboard .label-link .label-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 75px;
  font-size: 28px;
}
.envision-dashboard .label-link .label-link svg.label-icon {
  margin: 13px;
}
.envision-dashboard .label-link .label-link > .info-hover-wrapper,
.envision-dashboard .label-link .label-link .info-hover-svg {
  vertical-align: unset;
}
.envision-dashboard .label-link .label-link .info-hover-svg {
  transform: translateY(3px);
}
.envision-dashboard .label-link .bootstrap-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.envision-dashboard .label-link .bootstrap-link > div > svg.label-icon {
  margin: -7px 0px;
}
.envision-dashboard .label-link .bootstrap-link .info-hover-wrapper,
.envision-dashboard .label-link .bootstrap-link .info-hover-svg {
  vertical-align: unset;
}
.envision-dashboard .label-link .bootstrap-link .info-hover-svg {
  transform: translateY(2px);
}
.envision-dashboard .label-image,
.envision-dashboard .label-imglink {
  text-align: center;
  border-width: 0;
  background: transparent;
}
.envision-dashboard .label-image .tile-content,
.envision-dashboard .label-imglink .tile-content {
  background: white;
  padding: 6px;
}
.envision-dashboard .label-image img,
.envision-dashboard .label-imglink img {
  vertical-align: middle;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.envision-dashboard a.label-imglink {
  display: block;
  width: 100%;
  height: 100%;
}
.envision-dashboard .menu-tile .tile-content > div + .label-text {
  margin-top: 10px;
}
.envision-dashboard .menu-tile .tile-content > div + .label-link {
  margin-top: 4px;
}
.envision-dashboard .error-tile {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  list-style: none;
  padding: 6px;
  color: #500;
  background-color: #FCC;
}
.envision-dashboard .error-tile li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .summary-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}
.envision-dashboard .summary-label .info-hover-wrapper,
.envision-dashboard .summary-label .info-hover-svg {
  margin-bottom: 2px;
}
.envision-dashboard .summary-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.envision-dashboard .summary-value > a {
  margin-top: -1px;
}
.envision-dashboard .summary-block {
  float: left;
  min-width: 120px;
  height: 39px;
  padding: 2px 5px 3px 5px;
}
.envision-dashboard .summary-more {
  font-size: 12px;
  text-align: center;
}
.envision-dashboard .summary-tile:hover .summary-more {
  text-decoration: underline;
}
.envision-dashboard .summary-exception-nodata {
  text-align: center;
  color: #888;
  font-size: 16px;
  background: #EEE;
}
.envision-dashboard .zoom .markdown-tile {
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0 24px 24px 24px;
}
.envision-dashboard .zoom .markdown-tile .md-fade {
  display: none;
}
.envision-dashboard .markdown-tile {
  padding: 0 20px 0 4px;
  line-height: 1.5em;
}
.envision-dashboard .markdown-tile img {
  max-width: 100%;
}
.envision-dashboard .markdown-tile .md-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent 0%, var(--tile-bg-color) 80%);
  pointer-events: none;
}
.envision-dashboard .zoom .table-tile {
  width: auto;
  min-width: 100%;
  border: 0px;
  border-top: 0;
  background-color: transparent;
}
.envision-dashboard .zoom .table-tile thead :nth-child(1) th {
  background-color: #f8f8f8;
  position: sticky;
  top: 0;
}
.envision-dashboard .zoom .table-tile thead :nth-child(2) th {
  background-color: #fcfcfc;
  position: sticky;
  top: 27px;
}
.envision-dashboard .table-tile {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #DDD;
  background-color: #FFF;
}
.envision-dashboard .table-tile td,
.envision-dashboard .table-tile th {
  font-weight: normal;
  white-space: nowrap;
  padding: 4px 7px;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.envision-dashboard .table-tile td {
  border-top: 1px solid #DDD;
  color: #555;
}
.envision-dashboard .table-tile tr + tr td {
  border-top: 1px solid #EEE;
}
.envision-dashboard .table-tile td.number,
.envision-dashboard .table-tile th.number {
  text-align: right;
}
.envision-dashboard .table-tile tr:hover td {
  background-color: #F0F0F0;
}
.envision-dashboard .table-enlarge {
  background-color: #F8F8F8;
  text-align: center;
}
.envision-dashboard .table-enlarge > div {
  padding: 7px 8px 3px;
  height: 41px;
  line-height: 33px;
  font-size: 20px;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .table-enlarge > div .info-hover-wrapper,
.envision-dashboard .table-enlarge > div .info-hover-svg {
  margin-bottom: 4px;
}
.envision-dashboard .table-enlarge > div .info-hover-popper {
  padding: 5px 9px;
  font-size: initial;
  line-height: initial;
  height: initial;
  font-weight: initial;
  text-align: initial;
  white-space: initial;
}
.envision-dashboard .table-enlarge > div + div {
  padding: 3px 8px 7px;
  height: 29px;
  line-height: 13px;
  font-size: 12px;
  color: #555;
}
.envision-dashboard .table-exception-nodata {
  text-align: center;
  color: #888;
  font-size: 24px;
  background: #EEE;
}
.envision-dashboard .chart-error {
  text-align: center;
  color: #473250;
  font-size: 18px;
  padding: 8px;
  background: #e6615c;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.envision-dashboard .chart-exception-nodata {
  text-align: center;
  color: #888;
  font-size: 24px;
  background: #EEE;
}
.envision-dashboard .zoom .barchart {
  margin: 8px 20px;
}
.envision-dashboard .barchart > div {
  height: 20px;
  margin-bottom: 2px;
}
.envision-dashboard .barchart .bar-label {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  font-size: 14px;
  color: #555;
  height: 20px;
  line-height: 20px;
  text-align: right;
}
.envision-dashboard .barchart .bar {
  overflow: hidden;
  position: relative;
  background-color: #EEE;
  height: 20px;
}
.envision-dashboard .barchart .bar span,
.envision-dashboard .barchart .bar b {
  box-sizing: border-box;
  position: absolute;
  height: 20px;
}
.envision-dashboard .barchart .bar span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: black;
  font-size: 13px;
  padding: 0 3px;
}
.envision-dashboard .bar-more {
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #F0F0F0;
  color: #888;
  font-size: 13px;
}
.envision-dashboard .pie-legend {
  position: absolute;
  right: 0;
}
.envision-dashboard .pie-legend div {
  height: 34px;
  padding: 2px;
  line-height: 14px;
  color: #888;
  font-size: 12px;
  white-space: nowrap;
}
.envision-dashboard .pie-legend b {
  float: left;
  height: 28px;
  margin-right: 4px;
  width: 8px;
}
.envision-dashboard .pie-legend span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1em;
  font-size: 14px;
  color: #555;
}
.envision-dashboard .pie-legend span + span {
  font-size: 13px;
  color: #888;
}
.envision-dashboard .piechart {
  position: absolute;
}
.envision-dashboard .piechart circle,
.envision-dashboard .piechart path {
  stroke-width: 2px;
  stroke: #F0F0F0;
  fill: white;
}
.envision-dashboard .form-tile .button-line.center {
  justify-content: center;
}
.envision-dashboard .form-tile .button-line.left {
  justify-content: flex-end;
}
.envision-dashboard .form-tile .button-line.right {
  justify-content: flex-start;
}
.envision-dashboard .form-tile:not(.table-tile) {
  width: 100%;
}
.envision-dashboard .form-tile:not(.table-tile) > .button-line .form-button {
  width: 100%;
}
.envision-dashboard .form-tile.table-tile .button-line .form-button {
  margin: 5px;
}
.envision-dashboard .form-tile.table-tile > div .button-line .form-button {
  width: 100%;
}
.envision-dashboard .form-tile .form-field {
  padding: 2px 12px 4px 12px;
}
.envision-dashboard .form-tile .form-field label {
  font-size: 12px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.envision-dashboard .form-tile .form-field label > .info-hover-wrapper {
  padding-bottom: 3px;
  cursor: pointer;
}
.envision-dashboard .form-tile .form-field:not(.CustomCheckBox) input {
  background-color: rgba(0, 0, 0, 0.03);
}
.envision-dashboard .form-tile .form-field-dropdown {
  display: inline-flex;
  flex-flow: row nowrap;
}
.envision-dashboard .form-tile .form-field-dropdown > label {
  padding: 9px 0px 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
.envision-dashboard .form-tile .form-field-guidedfreeform > label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .form-tile .form-field-guidedfreeform > div {
  position: relative;
  bottom: 8px;
  padding: 0px 0px 0px 16px;
  display: inline-flex;
  flex-flow: row nowrap;
}
.envision-dashboard .form-tile .form-field-guidedfreeform > div > input {
  padding: 0px;
}
.envision-dashboard .form-tile .form-field-guidedfreeform .dropdown-toggle {
  padding: 0px 6px;
}
.envision-dashboard .form-tile .form-field-guidedfreeform .autocomplete-menu {
  padding: 4px 0px;
  max-width: 100vw;
  max-height: 400px;
  overflow: auto;
}
.envision-dashboard .form-tile .form-field-guidedfreeform .autocomplete-menu a {
  cursor: pointer;
}
.envision-dashboard .form-tile .form-field-guidedfreeform .autocomplete-menu span {
  white-space: nowrap;
}
.envision-dashboard .form-tile .form-field-guidedfreeform .autocomplete-menu a.selected {
  background-color: #eee;
}
.envision-dashboard .form-tile .form-field-guidedfreeform .suggest-value {
  font-weight: bold;
}
.envision-dashboard .form-tile .form-field-dropdown .dropdown,
.envision-dashboard .form-tile .form-field-guidedfreeform .dropdown {
  padding-left: 5px;
}
.envision-dashboard .form-tile .form-field-dropdown .dropdown > .dropdown-menu,
.envision-dashboard .form-tile .form-field-guidedfreeform .dropdown > .dropdown-menu {
  max-height: 400px;
  min-width: 100px;
  overflow: auto;
}
.envision-dashboard .form-tile .form-field-dropdown .dropdown > button:hover,
.envision-dashboard .form-tile .form-field-guidedfreeform .dropdown > button:hover {
  border: 1px #ccc solid;
}
.envision-dashboard .form-tile .form-field-dropdown:hover .dropdown > button,
.envision-dashboard .form-tile .form-field-guidedfreeform:hover .dropdown > button {
  border: 1px #ccc solid;
}
.envision-dashboard .form-tile:not(.tile-w-1) .form-field-guidedfreeform > div > input {
  max-width: 200px;
}
.envision-dashboard .form-tile .form-error-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #888;
  background: #EEE;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0px 5px;
}
.envision-dashboard .form-tile .button-line {
  display: flex;
  flex-direction: row-reverse;
}
.envision-dashboard .form-tile .button-line span.unsaved-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  margin: 5px;
  position: relative;
  top: 7px;
}
.envision-dashboard .form-tile .button-line .form-button {
  margin-bottom: 5px;
  margin-top: 5px;
}
.envision-dashboard .form-tile .button-revert-value {
  top: 3px;
  right: 5px;
  position: absolute;
  padding: 0;
  border: 0;
  background-color: transparent;
  height: 16px;
  width: 16px;
}
.envision-dashboard .form-tile .form-field-checkbox {
  padding-top: 1px;
  padding-bottom: 3px;
  display: flex;
}
.envision-dashboard .form-tile .form-field-checkbox input {
  margin: 3px 0px 3px 0px;
}
.envision-dashboard .form-tile .form-field-checkbox label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: 12px;
  margin-left: 8px;
  margin-bottom: 0px;
}
.envision-dashboard .slices-tile {
  display: flex;
  flex-flow: column;
  max-width: 100%;
  overflow: visible;
}
.envision-dashboard .slices-tile :not(.dropdown-menu) {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .slices-tile > .slicer {
  padding: 2px 8px 2px 8px;
}
.envision-dashboard .slices-tile > .slicer + .slicer::before {
  content: "";
  overflow: hidden;
  height: 0px;
  margin-top: -2px;
  position: absolute;
  width: 40%;
  left: 30%;
  border-top: 1px dashed #ccc;
}
.envision-dashboard .slices-tile .slicer--as {
  font-weight: bold;
}
.envision-dashboard .slices-tile > .slicer--checkbox {
  width: 100%;
  height: 44px;
  align-items: center;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span {
  display: inline-flex;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 5px 0px 5px 0px;
  outline: none;
  flex-shrink: 0;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span input:checked::before {
  position: absolute;
  left: 10px;
  top: 5px;
  content: '\02143';
  transform: rotate(40deg);
}
.envision-dashboard .slices-tile > .slicer--checkbox > span input:not(.disabled) {
  background-color: #fdfdfd;
  color: #666;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span input.disabled {
  background-color: #e4e4e4;
  color: #999;
  cursor: default;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span input:not(.disabled):hover {
  background-color: #f5f5f5;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span label {
  height: 20px;
  margin: 10px 4px 10px 4px;
  padding: 0px 4px 0px 4px;
}
.envision-dashboard .slices-tile > .slicer--checkbox > span input .disabled ~ label {
  font-weight: lighter;
}
.envision-dashboard .slices-tile > .slicer--slider {
  width: 100%;
  height: 68px;
  align-items: center;
}
.envision-dashboard .slices-tile > .slicer--slider > span {
  height: 20px;
  line-height: 16px;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui {
  height: 18px;
  margin: 1px 0px;
  display: flex;
  flex-flow: row nowrap;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui .left-button {
  margin-right: 5px;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui .right-button {
  margin-left: 5px;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui .left-button,
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui .right-button {
  line-height: 12px;
  text-overflow: clip;
  width: 30px;
  flex-shrink: 0;
  color: #333;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui .left-button:disabled,
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui .right-button:disabled {
  color: #7e7e7e;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range] {
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 6px;
  background-color: #e8e8e8;
  border: 0.2px solid #000000;
  border-radius: 1.3px;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range]::-moz-range-track {
  height: 4px;
  background-color: #e8e8e8;
  border: 0.2px solid #000000;
  border-radius: 1.3px;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  width: 10px;
  height: 17px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range]::-moz-range-thumb {
  width: 8px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range].disabled::-webkit-slider-runnable-track {
  background-color: #f8f8f8;
  border-color: #777;
  cursor: unset;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range].disabled::-moz-range-track {
  background-color: #f8f8f8;
  border-color: #777;
  cursor: unset;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range].disabled::-webkit-slider-thumb {
  background-color: #e4e4e4;
  border-color: #777;
  cursor: unset;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-ui input[type=range].disabled::-moz-range-thumb {
  background-color: #e4e4e4;
  border-color: #777;
  cursor: unset;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-details {
  height: 20px;
  width: 100%;
  line-height: 16px;
  display: flex;
  flex-flow: row nowrap;
  padding: 0px 35px;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-details > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .slices-tile > .slicer--slider > .slider-details > span + span {
  margin-left: auto;
}
.envision-dashboard .slices-tile > .slicer--dropdown,
.envision-dashboard .slices-tile > .slicer--autocomplete {
  overflow: visible;
  display: flex;
  flex-flow: column;
}
.envision-dashboard .slices-tile > .slicer--dropdown > span,
.envision-dashboard .slices-tile > .slicer--autocomplete > span {
  height: 20px;
  line-height: 16px;
  padding-top: 4px;
  margin-bottom: 2px;
}
.envision-dashboard .slices-tile > .slicer--dropdown > .dropdown,
.envision-dashboard .slices-tile > .slicer--autocomplete > .dropdown {
  overflow: visible;
  height: 32px;
  line-height: 26px;
  padding: 3px 0px 3px 0px;
}
.envision-dashboard .slices-tile > .slicer--dropdown > .dropdown > button,
.envision-dashboard .slices-tile > .slicer--autocomplete > .dropdown > button {
  padding: 2px 8px 2px 8px;
}
.envision-dashboard .slices-tile > .slicer--dropdown > .dropdown > button:not(.disabled),
.envision-dashboard .slices-tile > .slicer--autocomplete > .dropdown > button:not(.disabled) {
  background-color: #fdfdfd;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--dropdown > .dropdown > button.disabled,
.envision-dashboard .slices-tile > .slicer--autocomplete > .dropdown > button.disabled {
  background-color: #e4e4e4;
  cursor: default;
}
.envision-dashboard .slices-tile > .slicer--dropdown > .dropdown > button:not(.disabled):hover,
.envision-dashboard .slices-tile > .slicer--autocomplete > .dropdown > button:not(.disabled):hover {
  background-color: #f5f5f5;
}
.envision-dashboard .slices-tile > .slicer--dropdown > .dropdown ul.dropdown-menu,
.envision-dashboard .slices-tile > .slicer--autocomplete > .dropdown ul.dropdown-menu {
  min-width: 30px;
  max-width: 100%;
  overflow: visible;
  margin-top: -8px;
  margin-left: -2px;
}
.envision-dashboard .slices-tile > .slicer--radio {
  display: flex;
  flex-flow: column;
}
.envision-dashboard .slices-tile > .slicer--radio > span {
  height: 20px;
  line-height: 16px;
  padding-top: 4px;
  margin-bottom: 2px;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid {
  display: grid;
  justify-content: space-between;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span {
  height: 30px;
  display: inline-flex;
  padding-top: 3px;
  padding-bottom: 3px;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input {
  opacity: 0;
  margin: 0px;
  position: absolute;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input.disabled,
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input:checked {
  pointer-events: none;
  cursor: default;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span .radio-replacer {
  content: "";
  display: inline-block;
  pointer-events: none;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin: 0px 5px 0px 0px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 50%;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input:not(.disabled) + .radio-replacer {
  background-color: #fdfdfd;
  color: #666;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input:not(:checked):not(.disabled):hover + .radio-replacer {
  background-color: #f5f5f5;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input:checked + .radio-replacer {
  cursor: default;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input.disabled + .radio-replacer {
  background-color: #e4e4e4;
  cursor: default;
  color: #999;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input:checked + .radio-replacer::before {
  content: "";
  display: block;
  position: relative;
  cursor: default;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span label {
  display: inline-block;
  margin: 0px;
  padding: 3px 1px 0px 0px;
  font-weight: normal;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .slices-tile > .slicer--radio > .radio--grid > span input:not(:checked):not(.disabled):hover ~ label {
  cursor: pointer;
}
.envision-dashboard .slicetree-tile .slicetree-layer {
  padding: 3px 16px;
}
.envision-dashboard .slicetree-tile .slicetree-layer > label {
  margin: 0px;
  width: 100%;
}
.envision-dashboard .slicetree-tile .slicetree-layer > div {
  padding: 0px 6px 0px 16px;
  display: inline-flex;
  flex-flow: row nowrap;
  width: 100%;
}
.envision-dashboard .slicetree-tile .slicetree-layer > div > input {
  padding: 0px;
  flex-grow: 1;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.envision-dashboard .slicetree-tile .slicetree-layer > div .dropdown-freeform {
  padding-left: 5px;
}
.envision-dashboard .slicetree-tile .slicetree-layer > div .dropdown-freeform > .dropdown-menu {
  max-height: 400px;
  min-width: 100px;
  overflow: auto;
  z-index: 1040;
}
.envision-dashboard .slicetree-tile .slicetree-layer > div .dropdown-freeform > button:hover {
  border: 1px #ccc solid;
}
.envision-dashboard .slicetree-tile .slicetree-layer > div:hover .dropdown > button {
  border: 1px #ccc solid;
}
.envision-dashboard .slicetree-tile .slicetree-layer .dropdown-toggle {
  padding: 0px 6px;
}
.envision-dashboard .slicetree-tile .slicetree-layer .autocomplete-menu {
  padding: 4px 0px;
  max-width: 100vw;
  max-height: 400px;
  overflow: auto;
}
.envision-dashboard .slicetree-tile .slicetree-layer .autocomplete-menu a {
  cursor: pointer;
}
.envision-dashboard .slicetree-tile .slicetree-layer .autocomplete-menu span {
  white-space: nowrap;
}
.envision-dashboard .slicetree-tile .slicetree-layer .autocomplete-menu a.selected {
  background-color: #eee;
}
.envision-dashboard .slicetree-tile .slicetree-layer .suggest-value {
  font-weight: bold;
}
.envision-dashboard .slicetree-tile .slicetree-layer .slicetree-choice-all {
  font-style: italic;
  color: #777;
}
.envision-dashboard .slicetree-tile .slicetree-layer .dropdown.open > button {
  background-color: #ccc;
}
.envision-dashboard .upload-tile {
  line-height: 17px;
}
.envision-dashboard .upload-tile .tile-content {
  padding: 0 6px;
}
.envision-dashboard .upload-tile .status-loading {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  padding-top: 3px;
  content: url(images/dash/loading.gif);
}
.envision-dashboard .upload-tile .status-done {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  padding-top: 3px;
  content: url(images/dash/done.png);
}
.envision-dashboard .upload-tile > .tile-content > span {
  display: block;
  height: 22px;
}
.envision-dashboard .upload-tile .dropzone {
  height: 100%;
}
.envision-dashboard .upload-tile .dropzone-active {
  border: solid 4px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.envision-dashboard .upload-tile .dropzone-active > span {
  font-size: large;
}
.envision-dashboard .treemap {
  font-size: 12px;
}
.envision-dashboard .treemap .treemap-category-name {
  font-weight: bold;
}
.envision-dashboard .treemap .treemap-category-value {
  float: right;
  opacity: 0.6;
}
.envision-dashboard .treemap .treemap-category {
  padding: 2px 6px;
  line-height: 18px;
}
.envision-dashboard .treemap .treemap-value {
  display: block;
  opacity: 0.6;
}
.envision-dashboard .treemap div,
.envision-dashboard .treemap span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.envision-dashboard .treemap-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.envision-dashboard .treemap-hover .show-hover {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
.envision-dashboard .treemap-hover .legend {
  position: absolute;
  bottom: 0px;
  left: 8px;
  right: 0px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
}
.envision-dashboard .treemap-hover .legend .square {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}
.envision-dashboard .treemap-hover .legend .legend-value {
  color: #666;
}
.envision-dashboard .treemap-hover .legend .legend-label {
  color: #333;
  margin-right: 8px;
}
.envision-dashboard .clickable {
  cursor: pointer;
}
.envision-dashboard .nav-tabs > li:not(.active) {
  border-bottom: 1px solid #ddd;
}
.envision-dashboard .info-hover-wrapper {
  margin-right: 2px;
}
.envision-dashboard .info-hover-popper {
  color: #333;
  font-size: initial;
  line-height: initial;
  height: initial;
  font-weight: initial;
  text-align: initial;
  white-space: initial;
}
body.tile-editor {
  height: 100vh;
}
body.tile-editor #body {
  height: 100%;
}
body.tile-editor #dashboard {
  height: 100%;
}
body.tile-editor #dashboard > div {
  height: 100%;
}
#tile-editor {
  height: 100%;
  display: flex;
  flex-flow: column;
}
#tile-editor .wrapper-grid {
  display: grid;
  grid-template-columns: 35px auto;
  grid-template-rows: 25px auto;
  overflow: auto;
  height: 100%;
}
#tile-editor .wrapper-grid .grid-corner {
  overflow: hidden;
  background-color: #ddd;
  grid-area: 1 1 1 1;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 6;
}
#tile-editor .wrapper-grid .grid-header-column {
  overflow: hidden;
  background-color: #ddd;
  grid-area: 2 1 2 1;
  position: sticky;
  top: 0;
  z-index: 5;
  padding-left: 7px;
  display: flex;
  flex-flow: row;
}
#tile-editor .wrapper-grid .grid-header-column > div {
  text-align: center;
  padding-top: 3px;
}
#tile-editor .wrapper-grid .grid-header-row {
  overflow: hidden;
  background-color: #ddd;
  grid-area: 1 2 1 2;
  position: sticky;
  left: 0;
  z-index: 4;
  padding-top: 10px;
  display: flex;
  flex-flow: column;
}
#tile-editor .wrapper-grid .grid-header-row > div {
  text-align: center;
  padding-top: 30px;
}
#tile-editor .wrapper-grid .grid-body {
  grid-area: 2 2 2 2;
  overflow: hidden;
}
#tile-editor .tile-locality {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#tile-editor .tile-locality:hover {
  opacity: 0;
}
#tile-editor .tile-locality > div {
  background-color: #d8d8d8;
  text-align: center;
  width: 150px;
  height: 30px;
  border-radius: 10px;
  line-height: 30px;
  pointer-events: none;
}
#tile-editor .editor-grid {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
#tile-editor .editor-grid > div {
  position: absolute;
}
#tile-editor .editor-grid .dotted {
  border: 2px dashed #CCC;
  box-sizing: content-box;
}
#tile-editor .editor-grid .dotted.collide-hidden {
  background-color: #eee;
}
#tile-editor .editor-grid .dotted.selected {
  border-color: #000;
}
#tile-editor .editor-grid .dotted.removal {
  border-color: #F00;
  margin: -3px;
  padding: 3px;
}
#tile-editor .editor-grid .select {
  border: 1px dotted #888;
  z-index: -1;
}
#tile-editor .view-stack {
  max-height: 82vh;
  overflow: auto;
}
#tile-editor .editor-tile-stack > div.stack-elem {
  position: relative;
  margin: 5px auto;
  overflow: hidden;
  width: 252px;
  height: 125px;
  border: 1px solid #CCC;
}
#tile-editor .editor-tile-stack > div.stack-elem > * {
  transform: scale(0.5);
  transform-origin: top left;
}
#tile-editor .editor-tile-stack > div.stack-elem > div .scalar-left,
#tile-editor .editor-tile-stack > div.stack-elem > div .scalar-right {
  margin-top: 10px;
  margin-left: 5px;
  transform: scale(1.5);
}
#tile-editor .editor-tile-stack > div + div {
  width: 165px;
  height: 81px;
}
#tile-editor .editor-tile-stack > div + div > * {
  transform: scale(0.33);
}
#tile-editor .editor-tile-stack > div + div > div .scalar-left,
#tile-editor .editor-tile-stack > div + div > div .scalar-right {
  margin-top: 7px;
  margin-left: 2px;
  transform: none;
}
#tile-editor .editor-tile-row {
  float: left;
}
#tile-editor .editor-tile-row .sign {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
}
#tile-editor .editor-tile-row .sign.minus {
  background: url(images/dash/minus.png) left top;
}
#tile-editor .editor-tile-row .sign.plus {
  background: url(images/dash/plus.png) left top;
}
#tile-editor .sidebar-wrapper {
  width: 310px;
  position: fixed;
  top: 50px;
  height: calc(100% - 60px);
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 10;
}
#tile-editor .sidebar-wrapper .sidebar-sized {
  overflow-y: auto;
}
#tile-editor .sidebar-wrapper .display-inline {
  display: inline;
}
#tile-editor .sidebar-wrapper.sidebar-wrapper.right {
  right: 10px;
}
#tile-editor .sidebar-wrapper.sidebar-wrapper.left {
  left: 10px;
}
#tile-editor .sidebar-wrapper .panel-group {
  background-color: #a49b9b77;
  margin: 0px;
  padding: 10px;
  border-radius: 15px;
}
#tile-editor .sidebar-wrapper .panel .badge {
  margin-left: 5px;
  background-color: #999;
}
#tile-editor .sidebar-wrapper .header {
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 34px;
  display: inline-flex;
  width: 100%;
  height: 34px;
}
#tile-editor .sidebar-wrapper .header > a,
#tile-editor .sidebar-wrapper .header button {
  margin-left: 5px;
}
#tile-editor .sidebar-wrapper .header > a {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline;
  line-height: 34px;
}
#tile-editor .sidebar-wrapper .header > button {
  flex-shrink: 0;
}
#tile-editor .properties .field {
  height: auto;
}
#tile-editor .meta-node > a {
  cursor: pointer;
  border: 1px solid #CCC;
  border-right: 0;
  display: block;
  color: #333;
  background: #F8F8F8;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tile-editor .meta-node > a:hover {
  text-decoration: none;
  background: #FFF;
}
#tile-editor .meta-node > a span {
  display: block;
  font-size: 80%;
  color: #888;
}
#tile-editor .meta-node .meta-node-contents {
  padding: 2px 0 4px 16px;
}
#tile-editor .panel-collapse > .none-selected {
  text-align: center;
  padding: 8px;
  color: #888;
}
#tile-editor .panel-collapse > .meta-node > a {
  border-left: 0;
}
#tile-editor .panel-collapse > .meta-node.closed > a {
  border-bottom: 0;
}
#tile-editor .meta-leaf {
  display: flex;
  border: 1px solid #CCC;
  border-right: 0;
  padding: 4px;
  line-height: 14px;
}
#tile-editor .meta-leaf label {
  color: #555;
  font-size: 80%;
  font-weight: bold;
  padding: 0px 2px;
  border: 0;
}
#tile-editor .meta-leaf input,
#tile-editor .meta-leaf select {
  line-height: 14px;
  background-color: #FFFDFA;
  border: 1px solid #EEE;
}
#tile-editor .meta-leaf.input {
  flex-direction: column;
  width: 100%;
}
#tile-editor .meta-leaf.checkbox {
  margin: 0;
}
#tile-editor .meta-leaf.checkbox label {
  padding-left: 18px;
  line-height: 14px;
  background-color: #FFFDFA;
  width: 100%;
  min-height: unset;
}
#tile-editor .meta-leaf.checkbox label input {
  margin-top: 0px;
  margin-left: -18px;
}
#tile-editor .meta-leaf.color {
  font-size: 80%;
  font-weight: bold;
  color: #555;
  padding-top: 10px;
  padding-bottom: 2px;
  justify-content: space-between;
}
#tile-editor .meta-node.leaf-pair .meta-leaf {
  border-top: 0;
  border-bottom-style: dashed;
}
#tile-editor .meta-node.leaf-pair .meta-leaf + .meta-leaf,
#tile-editor .meta-node.leaf-pair .meta-node + .meta-leaf {
  border-bottom-style: solid;
}
#tile-editor .meta-leaf + .meta-node > a,
#tile-editor .meta-node.closed + .meta-node > a,
#tile-editor .meta-node.leaf-pair + .meta-node > a,
#tile-editor .meta-leaf + .meta-leaf,
#tile-editor .meta-node.closed + .meta-leaf,
#tile-editor .meta-node.leaf-pair + .meta-leaf {
  border-top: 0;
}
#tile-editor .disable-dashboard {
  pointer-events: none;
  background: #FFF;
  opacity: 0.5;
  z-index: 100;
}
#tile-editor .color-picker {
  float: right;
  margin-top: -4px;
  background-color: #FFFDFA;
}
#tile-editor .color-picker .swatch {
  padding: 5px;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
}
#tile-editor .color-picker .swatch > div {
  width: 35px;
  height: 12px;
}
#tile-editor .color-picker .cover {
  position: fixed;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#tile-editor .color-picker .colorpicker-popper {
  z-index: 2;
  padding: 25px 5px;
}
#tile-editor .message-box {
  text-align: center;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.home-footer {
  display: block;
  text-align: center;
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  border-top: 1px #aaa solid;
}
.home-footer * + * {
  margin-left: 8px;
}
#ds pre {
  padding: 12px;
  background-color: #eee;
}
#page-edit {
  display: flex;
  flex-direction: row;
  height: 100vh;
}
#page-edit .block-select {
  border: 1px solid black;
  width: 200px;
  height: 100%;
  background-color: aquamarine;
}
#page-edit .container {
  background-color: goldenrod;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  flex-grow: 1;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#page-edit .flex-root {
  display: flex;
  gap: 4px;
  flex-flow: row;
  flex-wrap: nowrap;
}
#page-edit .rect-edit {
  background-color: #2A7B9B;
  margin-left: auto;
}
#page-edit .block-edit {
  border: 5px dashed;
  margin: 10px;
  background: linear-gradient(244deg, deepskyblue, darkviolet, yellow);
  background-size: 180% 180%;
  animation: gradient-animation 4s ease infinite;
}
#page-edit .block-edit.selected {
  border: 5px dotted;
  margin: 10px;
  background: linear-gradient(244deg, pink, green, yellow);
  background-size: 180% 180%;
  animation: gradient-animation 4s ease infinite;
}
#page-edit .btn-save {
  border-radius: 16px;
  cursor: pointer;
  width: 95%;
  padding: 10px;
  margin: 5px;
  background-color: firebrick;
}
#page-edit .btn-remove {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: red;
  color: white;
}
#page-edit .btn-add {
  border-radius: 4px;
  cursor: pointer;
  width: 95%;
  padding: 10px;
  margin: 5px;
  border: 1px solid black;
  background: #2A7B9B;
  background: linear-gradient(155deg, #2a7b9b 0%, #57c785 50%, #eddd53 100%);
}
#page-edit .btn-add:hover {
  background: linear-gradient(175deg, #2a7b9b 0%, #57c785 50%, #eddd53 100%);
}
#page-edit .btn-add:active {
  background: linear-gradient(335deg, #2a7b9b 0%, #57c785 50%, #eddd53 100%);
}
.sy-table-action,
.sy-table-size,
.sy-table-paths {
  font-family: "Fira Code";
}
.sy-logs-table-header {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  background: #f9fafb;
  padding: 16px;
  gap: 32px;
  color: #6b7280;
}
.sy-logs {
  font-family: "Fira Code";
  font-size: 14px;
  margin-top: 0px;
}
.sy-logs .sy-logs-row {
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 12px;
}
.sy-logs .sy-logs-row.last-row {
  border-bottom: none;
}
.sy-logs .sy-logs-date {
  display: inline-block;
  width: 0;
  opacity: 0;
}
.sy-logs .sy-logs-time {
  font-weight: 500;
  color: #374151;
}
.sy-logs .sy-logs-message {
  margin-left: 18px;
  /* since sy-logs-date is invisible but will be copied if selected */
}
.sy-logs .sy-logs-message.indented {
  margin-left: -66px;
}
.sy-table-action {
  color: #374151;
  font-weight: 600;
}
.sy-table-action .sy-table-flag {
  display: block;
  color: #6b7280;
}
.sy-table-size {
  color: #6b7280;
  font-weight: 450;
  display: block;
}
.sy-table-whenhover {
  line-height: 14px;
}
.sy-table-whenhover-head {
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
}
.sy-table-when,
.sy-when,
.sy-when-utc {
  font-family: "Fira Code";
  color: #6b7280;
  font-size: 14px;
}
.sy-when-utc {
  color: #f9fafb;
}
.sy-table-when-time,
.sy-when-time {
  color: #374151;
}
.sy-table-paths,
.sy-logs {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  /* The three main blocks that can appear in the cell. */
  /** The path elements inside a source or destination span. */
}
.sy-table-paths.sy-tbl-op,
.sy-logs.sy-tbl-op {
  display: block;
  padding-left: 24px;
  font-weight: 450;
}
.sy-table-paths.sy-tbl-op span.sy-tbl-remote,
.sy-logs.sy-tbl-op span.sy-tbl-remote {
  color: #6b7280;
}
.sy-table-paths span.sy-tbl-source,
.sy-logs span.sy-tbl-source {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  height: 21px;
  margin: 4px 0;
}
.sy-table-paths span.sy-tbl-destination,
.sy-logs span.sy-tbl-destination {
  padding-left: 16px;
  display: block;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  height: 21px;
}
.sy-table-paths span.sy-tbl-message,
.sy-logs span.sy-tbl-message {
  display: block;
  padding-left: 24px;
  position: relative;
  line-height: 21px;
  margin: 4px 0;
  font-weight: 450;
  white-space: wrap;
}
.sy-table-paths span.sy-tbl-message .sy-tbl-icon,
.sy-logs span.sy-tbl-message .sy-tbl-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.sy-table-paths span.sy-tbl-remote,
.sy-logs span.sy-tbl-remote,
.sy-table-paths span.sy-tbl-info,
.sy-logs span.sy-tbl-info {
  color: #374151;
}
.sy-table-paths span.sy-tbl-remote.sy-tbl-root,
.sy-logs span.sy-tbl-remote.sy-tbl-root {
  color: #9ca3af;
}
.sy-table-paths span.sy-tbl-local a,
.sy-logs span.sy-tbl-local a {
  color: #1c64f2;
}
.sy-table-paths span.sy-tbl-local a:hover,
.sy-logs span.sy-tbl-local a:hover {
  text-decoration: underline;
}
.sy-table-paths span.sy-tbl-local,
.sy-logs span.sy-tbl-local {
  color: #374151;
}
.sy-table-paths span.sy-tbl-local.sy-tbl-root,
.sy-logs span.sy-tbl-local.sy-tbl-root {
  color: #9ca3af;
}
.sy-table-paths span.sy-tbl-error,
.sy-logs span.sy-tbl-error {
  color: #f05252;
}
.sy-table-paths span.sy-tbl-warning,
.sy-logs span.sy-tbl-warning {
  color: #c27803;
}
.sy-table-paths span.sy-tbl-debug,
.sy-logs span.sy-tbl-debug {
  color: #6b7280;
}
.sy-dryrun-none {
  text-align: center;
  color: #6b7280;
}
.sy-title.sy-connection {
  background: url('/images/sync/connection-icon.svg') left center no-repeat transparent;
}
.sy-connection-script-details {
  background: url('/images/sync/connection-icon.svg') left center no-repeat transparent;
  background-size: 32px 32px;
  padding-left: 48px;
}
.sy-connection-script-details.no-background {
  background-image: none;
  padding-left: 0px;
}
.sy-connection-settings h2,
.sy-connection-settings h3 {
  font-weight: 600;
}
.sy-connection-settings .title {
  font-weight: 700;
}
.sy-connection-settings .divider {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
}
.sy-test-connection-message {
  width: 100%;
  padding: 16px;
  border: 1px solid;
  border-radius: 6px;
}
.sy-test-connection-message.hint {
  color: #8e4b10;
  background-color: #fdf6b2;
  border-color: #fce96a;
}
.sy-test-connection-message.error {
  color: #c81e1e;
  background-color: #fdf2f2;
  border-color: #f05252;
}
.sy-connection-incoming-protocol-select-choice {
  color: #f9fafb;
}
.lk-select-choice:hover:has(.sy-connection-incoming-protocol-select-choice) {
  cursor: default;
  background: none;
}
.sy-subpage-heading {
  padding-left: 64px;
  height: 58px;
}
.sy-subpage-heading.editing {
  display: flex;
  align-items: center;
}
.sy-subpage-heading.editing .lk-subpage-subtitle {
  display: none;
}
.sy-subpage-heading .lk-subpage-subtitle {
  margin-top: -5px;
}
.sy-title.sy-transfer {
  background: url('/images/sync/transfer-icon.svg') left center no-repeat transparent;
}
.sy-title.sy-transfer .sy-transfer-last-run-date {
  color: #374151;
}
.sy-transfer-central-icon-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.sy-transfer-central-icon-container .sy-transfer-central-icon {
  padding: 24px;
  border-radius: 8px;
  background-color: #f3f4f6;
  height: 76px;
  width: 76px;
}
.lk-table .sy-assocts-name {
  padding-left: 40px;
  background: url('/images/sync/transfer-icon.svg') left center no-repeat transparent;
  background-size: 32px 32px;
  height: 48px;
  display: block;
  line-height: 48px;
  color: #111928;
}
.sy-assocts-row {
  align-items: center;
}
.lk-td.sy-assocts-date {
  color: #6b7280;
}
.lk-card h2.sy-assocts-title {
  line-height: 40px;
  height: 40px;
}
.sy-skeleton {
  border-radius: 99px;
  height: 7px;
  width: 115px;
  background-color: #d1d5db;
  animation: pulse 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.sy-skeleton.no-pulse {
  animation: none;
}
.sy-skeleton.light {
  background-color: #e5e7eb;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.sy-transfer-history {
  height: 715px;
  width: 100%;
  overflow: hidden;
}
.sy-transfer-history .span-avatar {
  --AvatarSmall: 16px;
  --AvatarMedium: 24px;
  flex-shrink: 0;
  border: none;
  overflow: hidden;
}
.sy-transfer-history .span-avatar.stacked {
  margin-left: -8px;
}
.sy-transfer-history .span-avatar.small {
  width: var(--AvatarSmall);
  height: var(--AvatarSmall);
  border-radius: var(--AvatarSmall);
}
.sy-transfer-history .span-avatar.medium {
  width: var(--AvatarMedium);
  height: var(--AvatarMedium);
  border-radius: var(--AvatarMedium);
}
.sy-transfer-history .span-avatar img {
  height: 100%;
  width: 100%;
}
.sy-transfer-history-tree-container {
  height: 100%;
  padding: 8px;
  padding-right: 15px;
  overflow-y: scroll;
}
.sy-transfer-history-tree-container .selected-date {
  text-align: center;
}
.sy-transfer-history-tree-container .no-run {
  text-align: center;
}
.sy-transfer-history-tree-container .history-tree-item-container {
  display: flex;
  gap: 8px;
  width: 100%;
}
.sy-transfer-history-tree-container .history-tree-item-container .timeline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sy-transfer-history-tree-container .history-tree-item-container .timeline-step {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy-transfer-history-tree-container .history-tree-item-container .timeline-step .inner {
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
.sy-transfer-history-tree-container .history-tree-item-container .timeline-step .inner.light {
  background-color: #f3f4f6;
}
.sy-transfer-history-tree-container .history-tree-item-container .timeline-path {
  width: 5px;
  flex-grow: 1;
}
.sy-transfer-history-tree-container .history-tree-item-container .timeline-step,
.sy-transfer-history-tree-container .history-tree-item-container .timeline-step .outer,
.sy-transfer-history-tree-container .history-tree-item-container .timeline-path {
  background-color: #e5e7eb;
}
.sy-transfer-history-tree-container .history-tree-item-container:hover {
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0 0 0 1px #e5e7eb;
}
.sy-transfer-history-tree-container .history-tree-item-container:hover .timeline-container {
  visibility: hidden;
}
.sy-transfer-history-tree-container .history-tree-item-container:hover .history-tree-item-content .body-card > .lk-btn {
  visibility: visible;
}
.sy-transfer-history-tree-container .history-tree-item-content {
  width: 100%;
  padding: 8px 8px 8px 0;
}
.sy-transfer-history-tree-container .history-tree-item-content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy-transfer-history-tree-container .history-tree-item-content .header-run-id {
  font-size: 16px;
  font-weight: 600;
}
.sy-transfer-history-tree-container .history-tree-item-content .header-date-time {
  color: #6b7280;
  font-weight: 400;
}
.sy-transfer-history-tree-container .history-tree-item-content .body-card {
  display: flex;
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 8px;
  gap: 28px;
  position: relative;
}
.sy-transfer-history-tree-container .history-tree-item-content .body-card > .lk-btn {
  visibility: hidden;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: calc(50% - 16px);
  right: 8px;
}
.sy-transfer-history-tree-container .history-tree-item-content .body-user-data {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}
.sy-transfer-history-tree-container .history-tree-item-content .body-user-data .span-username {
  font-weight: 500;
  color: #111928;
}
.sy-transfer-history-tree-container .history-tree-item-content .body-title {
  color: #6b7280;
  font-size: 12px;
}
.sy-transfer-history-tree-container .history-tree-item-content .body-when {
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}
.sy-transfer-history-cell-header,
.sy-transfer-history-cell-footer {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.sy-transfer-history-cell-footer {
  padding-left: 8px;
}
.sy-transfer-history-cell-footer .runner-profile-pictures {
  display: flex;
}
.sy-transfer-history-cell-footer .span-avatar {
  font-size: 14px;
}
.sy-status-more-chip {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #6b7280;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
}
.sy-transfer-history-error {
  color: #c81e1e;
}
.sy-transfer-history-tree-container .timeline-path.gap-item {
  width: 5px;
  height: 20px;
  background-color: #e5e7eb;
  margin-left: 6.5px;
}
a {
  color: inherit;
}
.navbar-try {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background: #484848;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  margin-bottom: 15px;
}
.navbar-try .navbar-lokad-name {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.navbar-try .navbar-buttons {
  border-radius: 4px;
  overflow: hidden;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  display: flex;
}
.new-icon {
  background-image: url("./images/try/new.svg");
  width: 15px;
  height: 15px;
}
.save-icon {
  background-image: url("./images/try/save.svg");
  width: 15px;
  height: 15px;
}
.disabled > .save-icon {
  background-image: url("./images/try/disabled_save.svg");
}
.share-icon {
  background-image: url("./images/try/share-new.svg");
  width: 14px;
  height: 18px;
}
.share-icon-white {
  background-image: url("./images/try/share-white.svg");
  width: 16px;
  height: 20px;
}
.run-icon {
  background-image: url("./images/try/run-new.svg");
  width: 15px;
  height: 15px;
}
.code-icon {
  background-image: url("./images/try/code.svg");
  width: 17px;
  height: 15px;
  fill: #FFF;
}
.try-btn {
  cursor: pointer;
}
.navbar-btn {
  display: flex;
  padding: 8px 10px 8px 8px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.navbar-btn.disabled {
  background-color: #424242;
  opacity: 0.5;
}
.btn-run {
  border-radius: 4px;
  background: #FF7F5B;
}
.btn-edit {
  border-radius: 4px;
  background: #C70020;
}
.btn-invis {
  border: none;
  background: transparent;
}
.navbar-btn-label {
  color: #FFE9E0;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.btn-run-text {
  color: white;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 700;
  word-wrap: break-word;
  white-space: nowrap;
}
.try-nvn-messages {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  background: #1D0B06;
}
.try-nvn-filters {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.try-nvn-filters-button {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 4px 0px 0px 4px;
  font-family: Fira Code;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.warning-msg {
  color: #DFDF65;
  background: #28280A;
}
.error-msg {
  color: #E03753;
  background: #360F16;
}
.lint-msg {
  color: #F87551;
  background: #311710;
}
.hide-msg {
  background: inherit;
}
.try-nvn-filters-warnings-icon {
  width: 20px;
  height: 21px;
  background-image: url("./images/try/warning-msg.svg");
}
.try-nvn-filters-errors-icon {
  width: 20px;
  height: 21px;
  background-image: url("./images/try/error-msg.svg");
}
.try-nvn-filters-lints-icon {
  width: 20px;
  height: 21px;
  background-image: url("./images/try/lint-msg.svg");
}
.try-nvn-message {
  height: 40px;
  width: 100%;
  padding: 12px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #4C281F;
}
.wrapped-messages {
  max-height: 240px;
  width: 100%;
  overflow: auto;
}
.try-links {
  display: flex;
  padding: 0px 15px;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  color: #FF9D79;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 700;
  margin-left: auto;
  height: 30px;
}
.try-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.link-doc-icon {
  width: 13px;
  height: 15px;
  background-image: url("./images/try/link-doc.svg");
}
.link-forum-icon {
  width: 18px;
  height: 15px;
  background-image: url("./images/try/link-forum.svg");
}
.try-modal-header {
  display: flex;
  padding: 20px;
  align-items: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  gap: 10px;
  width: 100%;
  background-color: #FF7F5B;
  color: #FFF;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.try-modal-content {
  color: #6A524B;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 20px 0px 20px;
}
.try-modal-url-validation {
  color: #6A524B;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 20px 0px 213px;
}
.share-input-line {
  display: flex;
  padding: 20px 20px 0px 20px;
}
.share-label {
  color: #6A524B;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  line-height: 32px;
  padding-right: 10px;
}
.share-prefix {
  color: #6A524B;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  line-height: 32px;
}
.share-input {
  padding: 8px 10px 8px 8px;
  border-radius: 2px;
  background: #FBEFEB;
}
.share-input:read-only {
  background: #FBEFEB;
}
.share-btn {
  border-radius: 4px;
  background: #FF7F5B;
  color: #FFF;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.share-footer {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.share-origin-label {
  color: #CB9F92;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.share-origin-value {
  color: #B2948B;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.try-file-manager-anchor {
  position: relative;
  width: 100%;
}
.try-file-manager {
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  width: fit-content;
  position: absolute;
  right: 20px;
  bottom: 9px;
  z-index: 1100;
}
.try-file-manager-small-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.try-file-manager-small {
  display: flex;
  color: #FF7F5B;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.try-file-manager-icon {
  background: url("./images/try/fileManager.svg");
  width: 31px;
  height: 25px;
}
.try-file-extension {
  padding: 2px 5px;
  border-radius: 5px;
  background: #FDE0D8;
  width: fit-content;
  color: #FF7F5B;
  text-align: right;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.try-file-extensions {
  display: flex;
  gap: 2px;
}
.try-file-manager-expand-btn {
  height: 74px;
  background-color: #FDE0D8;
  background-image: url("./images/try/file-expand.svg");
  width: 28.5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.try-file-manager-expanded {
  width: 400px;
  display: flex;
  flex-direction: column;
  background: url("./images/try/file-manager-expanded.png") 254.365px -6.023px / 37.35% 21.772% no-repeat, #FF7F5B;
  background-blend-mode: soft-light;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 15px;
  color: #FFF;
}
.try-file-manager-expanded-header {
  display: flex;
  padding: 25px 0px;
  align-items: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  gap: 10px;
  width: 100%;
  text-align: right;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.try-file-manager-hide-btn {
  background-image: url("./images/try/fileManagerClose.svg");
  width: 16px;
  height: 10px;
  margin-left: auto;
}
.try-file-tabs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.try-file-tab {
  padding: 15px 10px;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.try-file-tab.selected {
  border-radius: 4px 4px 0px 0px;
  background: #FFF;
  color: #FF7F5B;
}
.try-file-count {
  display: flex;
  color: #EBEBEB;
  text-align: right;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.try-file-count-separator {
  color: #DE512A;
  padding-left: 3px;
  padding-right: 3px;
}
.try-files-list {
  height: 330px;
  padding: 15px 0px;
  overflow-y: auto;
  background-color: #FFF;
  color: #6A524B;
  border-radius: 0px 4px 4px 4px;
  scrollbar-color: #FF7F5B #fff2ee;
  scrollbar-width: normal;
}
.try-files-list::-webkit-scrollbar {
  width: 17px;
}
.try-files-list::-webkit-scrollbar-track {
  width: 17px;
  background: rgba(255, 127, 91, 0.1);
}
.try-files-list::-webkit-scrollbar-thumb {
  width: 13px;
  height: 69px;
  border-radius: 1px;
  background: #FF7F5B;
  border: 2px solid #fff2ee;
}
.try-files-list::-webkit-scrollbar-button {
  height: 17px;
  background: #F59D79;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
.try-files-list::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url("./images/try/scrollbar-arrow-up.svg");
}
.try-files-list::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url("./images/try/scrollbar-arrow-down.svg");
}
.try-file-line {
  display: flex;
  padding: 10px 15px;
  gap: 10px;
  align-items: center;
}
.try-file-error-line {
  color: #C70020;
  background-color: #FFEEF1;
}
.try-file-icon {
  background: url("./images/try/file.svg");
  width: 36px;
  height: 40px;
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.try-file-error-icon {
  background: url("./images/try/file-error.svg");
  width: 36px;
  height: 40px;
}
.try-file-add {
  padding: 10px;
  width: 100%;
}
.try-file-add-btn {
  display: flex;
  align-items: center;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}
.try-file-add-icon {
  width: 25px;
  height: 25px;
  background: url("./images/try/file-add.svg");
}
.try-file-merge-icon {
  width: 25px;
  height: 25px;
  background: url("./images/try/file-merge.svg");
}
.big-btn {
  width: 100%;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.try-file-details {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.try-file-name {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.try-file-additional-details {
  display: flex;
  gap: 3px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.try-file-details-separator {
  color: #FFBCA3;
  font-weight: 400;
}
.try-file-rename-btn {
  width: 21px;
  height: 20px;
  background: url("./images/try/file-rename.svg");
}
.try-file-delete-btn {
  width: 35px;
  height: 35px;
  background: url("./images/try/file-delete.svg");
}
.try-file-cancel-upload-btn {
  width: 35px;
  height: 35px;
  background: url("./images/try/file-cancel-upload.svg");
}
.try-file-error-details-btn {
  width: 20px;
  height: 20px;
  background: url("./images/try/file-error-details.svg");
}
.file-rename-icon-white {
  width: 21px;
  height: 20px;
  background: url("./images/try/file-rename-white.svg");
}
body {
  margin: 0px;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.trynvn {
  --navbarHeight: 60px;
}
.trynvn .envision-dashboard .dashboard-top,
.trynvn .envision-dashboard-layout .dashboard-top {
  height: 0px;
}
.trynvn .envision-dashboard .dashboard-top > *,
.trynvn .envision-dashboard-layout .dashboard-top > * {
  height: var(--navbarHeight, 60px);
}
.trynvn .editor-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: var(--navbarHeight, 60px) 0 0 0;
  width: auto;
  padding: 0;
  height: auto;
}
.trynvn .editor-container .editor {
  flex-grow: 1;
  height: 400px;
}
.trynvn .editor-container .editor .monacoEditor {
  width: 100%;
  height: 100%;
  background: url("images/envisioneditor/load-editor.gif") no-repeat no-repeat 25px 25px #1A1A1A;
}
.trynvn .editor-container .editor .monacoEditor code {
  color: #d4d4d4;
}
.trynvn .editor-container .editor .monacoEditor.hidden {
  display: hidden;
}
.trynvn .editor-container .editor .monacoEditor.hidden {
  height: 0px;
}
.trynvn .editor-container .editor .monacoEditor a {
  color: unset;
}
.trynvn .editor-container .editor .monacoEditor a:hover {
  text-decoration: underline;
}
.users {
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
}
.users > .lk-top-tabs {
  margin: 24px 0;
}
.users-top-tabs {
  margin: 24px 0;
}
/* TABLE ------------------------------------------------------------------ */
.users-table-block .lk-tr .lk-td .lk-actdots-attach,
.users-group-members .lk-tr .lk-td .lk-actdots-attach,
.users-table-block .lk-tr > .lk-td > a > .lk-attach-hover,
.users-group-members .lk-tr > .lk-td > a > .lk-attach-hover {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
.users-table-block .lk-tr > .lk-td > a > .lk-attach-hover .lk-btn,
.users-group-members .lk-tr > .lk-td > a > .lk-attach-hover .lk-btn {
  width: 40px;
  padding: 0;
  display: flex;
}
.users-table-block .lk-tr > .lk-td > a > .lk-attach-hover .lk-btn > .lk-icon,
.users-group-members .lk-tr > .lk-td > a > .lk-attach-hover .lk-btn > .lk-icon {
  margin: auto;
}
.users-table-block .lk-tr:hover .lk-td .lk-actdots-attach,
.users-group-members .lk-tr:hover .lk-td .lk-actdots-attach,
.users-table-block .lk-tr:hover > .lk-td > a > .lk-attach-hover,
.users-group-members .lk-tr:hover > .lk-td > a > .lk-attach-hover {
  display: block;
}
.users-table.row.selected .lk-td,
.groups-table.row.selected .lk-td,
.users-group-members .row.selected .lk-td {
  background-color: #ebf5ff;
}
.users-table.row .lk-td,
.groups-table.row .lk-td {
  height: 104px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.users-table.row .lk-td {
  justify-content: center;
}
.groups-table.row .lk-td {
  justify-content: center;
  padding: 8px 16px;
}
.groups-table.row .lk-td > a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.users-small-label {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #6b7280;
}
.users-small-label.group-label,
.users-small-label.member-list {
  margin-bottom: 4px;
}
.users-main {
  min-width: 1000px;
}
.users-main-title {
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #374151;
}
.users-main-top {
  background-color: white;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: var(--navbar-block-height);
  padding: 24px 0;
  z-index: 30;
}
.users-access-details {
  display: grid;
  grid: 1fr / repeat(3, minmax(auto, 150px));
  grid-auto-flow: column;
  gap: 8px;
}
.users-access-details > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.users-group-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.users-group-name {
  color: #1a56db;
  overflow-x: hidden;
  overflow-y: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
  height: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.users-group-members {
  margin: 0 -24px;
  max-height: 600px;
  overflow-y: auto;
}
.users-group-members .lk-tr .lk-td {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}
.users-move-groups-list {
  width: 370px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
.users-move-groups-list .users-radio-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}
.users-move-groups-list .users-radio-group label {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.users-move-groups-list .users-radio-group label > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-move-groups-list .users-radio-group label input {
  margin-top: 0;
  margin-bottom: 0;
}
.users-move-groups-list .users-radio-group label:hover {
  background-color: #f9fafb;
}
.users-move-groups-list .users-radio-group label .selected {
  color: #1a56db;
}
.users-table-block {
  position: relative;
}
.users-row-checkbox .users-table-actions,
.users-group-members .users-row-checkbox .users-table-actions {
  top: 34px;
  left: 0;
}
/* MEMBER STACK ----------------------------------------------------------- */
.users-mbr-stack {
  display: flex;
  flex-direction: row;
}
.users-mbr-avatar {
  border: 2px solid white;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-right: -12px;
  color: white;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 30px;
}
div.users-mbr-avatar {
  background-color: #374151;
}
/* ROLE BADGES ------------------------------------------------------------ */
.users-access-short {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #4b5563;
}
/* USER STATUS ------------------------------------------------------------ */
.users-row-checkbox {
  position: relative;
}
.users-status {
  margin-top: auto;
}
.users-status-resend {
  text-decoration: underline;
}
.users-status-lastseen {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #6b7280;
  font-weight: 400;
}
/* TABLE BOTTOM ----------------------------------------------------------- */
.users-main-bottom {
  padding: 16px 0;
  position: sticky;
  bottom: 0;
  background: white;
  border-top: 1px solid #e5e7eb;
  margin-top: -1px;
}
.users-count-lbl,
.users-count {
  font-size: 14px;
  line-height: 34px;
  color: #6b7280;
}
.users-count {
  color: #374151;
}
/* HOME DASHBOARD --------------------------------------------------------- */
.users-homedash-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-homedash {
  margin: auto 0;
}
/* SCOPE ------------------------------------------------------------------ */
.users-roletext {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7280;
}
.users-rolerights {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #374151;
}
.users-rolerights .granted {
  color: #0e9f6e;
}
.users-rolerights .denied {
  color: #f05252;
}
.users-paths-path {
  border: 1px solid #e5e7eb;
  border-top: 0px;
  height: 36px;
  position: relative;
}
.users-paths-path:hover {
  background: #f9fafb;
}
.users-paths-path input {
  border: none;
  display: block;
  padding: 8px 16px;
  height: 36px;
  width: 100%;
  line-height: 18px;
  font-size: 12px;
  color: #374151;
  font-weight: 500;
  background: transparent;
}
.users-paths-path.last {
  border-radius: 0 0 8px 8px;
}
.users-paths-path.last input {
  border-radius: 0 0 8px 8px;
  padding-left: 36px;
}
.users-scope-head {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #6b7280;
  text-transform: uppercase;
}
.users-paths-head {
  color: white;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  border: 1px solid #e5e7eb;
}
.users-paths-head.permitted {
  background: #046c4e;
}
.users-paths-head.forbidden {
  background: #c81e1e;
}
button.users-paths-delete {
  position: absolute;
  top: -6px;
  right: -6px;
  height: 50px;
  width: 50px;
  font-size: 14px;
  line-height: 14px;
  border: none;
  background: none;
  cursor: pointer;
  color: #9ca3af;
}
.users-path-add {
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 18px;
  font-size: 12px;
  color: #6b7280;
}
.users-paths-view {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.users-paths-view-head {
  padding: 8px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.users-paths-view-head.permitted {
  background: #057a55;
}
.users-paths-view-head.forbidden {
  background: #e02424;
}
.users-paths-view-path {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-top: 1px solid #e5e7eb;
  color: #374151;
}
.users-paths-view-path.none {
  color: #6b7280;
}
/** User details page ------------------------------------------------------------------ */
.users-details-last-connection {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  height: 24px;
}
.users-details-last-connection > span:first-child svg {
  margin-bottom: -2px;
  color: #9ca3af;
}
.users-details-last-connection > .date {
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
}
.user-details-card .lk-row24 > .lk-card-field {
  flex: 1;
}
.user-details-card hr {
  margin: 0;
}
/** New group page ------------------------------------------------------------------ */
.lk-input.group-members-field {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}
.lk-input.group-members-field > .lk-btn {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 32px;
}
.lk-modal .users-group-members {
  margin-top: 24px;
}
