@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.e-grid .e-gridheader,
.e-grid .e-headercell,
.e-grid .e-grouptopleftcell {
  background-color: var(--color-white);
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: var(--light-blue-1);
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px var(--light-blue-1);
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  background-color: transparent;
  color: inherit;
}

.e-footer-content .e-btn.e-flat:not([DISABLED]):hover,
.e-daterangepicker.e-popup .e-footer .e-btn.e-flat:hover,
.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat:hover {
  color: var(--color-white);
}
.e-footer-content .e-btn.e-flat:not([DISABLED]),
.e-daterangepicker.e-popup .e-footer .e-btn.e-flat,
.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: var(--color-sf-secondary-bg-color);
}

.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]):hover,
.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:hover,
.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:hover {
  color: var(--color-white);
}
.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]),
.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary,
.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: var(--color-sf-primary-outline);
}

:root {
  --color-sf-primary: var(--color-ui-blue);
  --color-sf-primary-bg-color-hover: var(--color-ui-blue);
  --color-sf-primary-bg-color-pressed: var(--color-ui-blue);
  --color-sf-content-bg-color-selected: var(--color-ui-blue);
  --color-sf-primary-border-color-hover: var(--color-ui-blue);
  --color-sf-placeholder-text-color: var(--gray-3-5);
  --color-sf-content-text-color-alt2: var(--gray-5);
  --color-sf-content-text-color-alt3: var(--gray-4);
  --color-sf-content-bg-color-alt3: var(--gray-1);
  --color-sf-table-bg-color-hover: var(--gray-1);
  --color-sf-tooltip-text-color: var(--color-white);
  --color-sf-tooltip-border: none;
  --color-sf-tooltip-bg-color: var(--gray-5);
}

:root {
  --color-white: #ffffff;
  --gray-0: #ecf3fe;
  --gray-1: #f2f6fd;
  --gray-2: #e1edfc;
  --gray-3: #a7bcd7;
  --gray-3-5: #8190a5;
  --gray-4: #587292;
  --gray-5: #2a2f3d;
  --gray-6: #D4E3F6;
  --color-text-normal: var(--gray-5);
  --color-text-light: #a7bcd7;
  --color-ui-green: #6AEFA1;
  --color-ui-green-translucent:rgba(35, 214, 150, 0.3);
  --color-ui-green-2: #60E595;
  --dark-green-1: #23D696;
  --dark-green-2: #1CAA77;
  --light-green-1: #8cecb2;
  --light-green-2: #a2f0c1;
  --color-ui-blue: #6D8AFA;
  --color-ui-blue-translucent: rgba(109, 138, 250, 0.1);
  --dark-blue-1: #3C62F8;
  --dark-blue-2: #234ff7;
  --light-blue-1:#9eb2fc;
  --light-blue-2:#b7c5fd;
  --steel-blue-1: #627FB5;
  --steel-blue-2: #506DA4;
  --steel-blue-3: #46639A;
  --main-red: #fa6d8b;
  --color-ui-red: #C80F50;
  --dark-red-1: #DE4E6D;
  --dark-red-2: #C80F50;
  --light-red-2: #FBBAC8;
  --light-red-1: #FF92AA;
  --main-translucent: rgba(#fa6d8b, 0.5);
  --main-translucent-hex:#fa6d8b7d;
  --color-ui-yellow: #FFCC67;
  --dark-yellow-1: #ffbb34;
  --dark-yellow-2: #ffb21b;
  --light-yellow-1:#ffdd9a;
  --light-yellow-2:#ffe6b4;
  --color-ui-purple: #D48DFA;
  --dark-purple-1: #C46DF2;
  --dark-purple-2: #9912E1;
  --light-purple-1:#F0D7FE;
  --light-purple-2:#E6BAFE;
  --color-progress-green: #6aefa1;
  --color-progress-grey: #d4e3f6;
}

.hq-d--block {
  display: block !important;
}

.hq-d--inline {
  display: inline !important;
}

.hq-d--inline-block {
  display: inline-block !important;
}

.hq-d--grid {
  display: grid !important;
}

.hq-d--hidden,
.👻 {
  display: none !important;
}

.hq-d--pointer {
  cursor: pointer !important;
}

.hq-x-inverse {
  transform: scaleX(-1);
}

.hq-y-inverse {
  transform: scaleY(-1);
}

.default-box-shadow, .comment-box-container, .hq-project-status-selector .drop-down__button, .hq-support-button-modal .hq-support-button-modal-upper-section .hq-support-tile:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
}

.hq-clamp--2lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hq-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.hq-pos--center {
  margin-right: auto !important;
  margin-left: auto !important;
}

.hq-pos--vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hq-pos--center-all {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hq-pos--right {
  margin-left: auto;
}

.hq-pos--vmiddle {
  vertical-align: middle !important;
}

.hq-pos--float-right {
  float: right;
}

.hq-pos--float-left {
  float: left;
}

.hq-pos--float-clear {
  clear: both;
}

.hq-pos--bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.hq-pos--button-bottom {
  position: absolute;
  bottom: 5px;
  width: 100%;
  right: 10px;
}

.hq-pos--relative {
  position: relative;
}

.hq-pos--absolute {
  position: absolute;
}

.hq-pos--absolute-x-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hq-grd--auto {
  display: grid;
}

.hq-flx, #hq-kanban-tasks-overview .board_header .button_container, #hq-document-editor .hq-flx-space-between, #hq-time-material-modal .row, .hq-grid-wrapper .hq-grid .e-grid .commands-column {
  display: flex;
}

.hq-flx--spc-btw {
  display: flex;
  justify-content: space-between;
}

.hq-flx--jstfy-end, .hq-grid-wrapper .hq-grid .e-grid .commands-column {
  justify-content: flex-end;
}

.hq-flx--jstfy-center {
  justify-content: center;
}

.hq-flx-row-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.hq-flx--all-center, .hq-subscriptionmanagement .onboarding-fourth-col-detail, .hq-subscriptionmanagement .onboarding-third-col-detail, .hq-subscriptionmanagement .onboarding-first-col-detail {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hq-flx--center {
  align-items: center;
}

.hq-flx--end {
  align-items: flex-end;
}

.hq-flx--shrink-0 {
  flex-shrink: 0;
}

.hq-flx--row {
  flex-direction: row;
}

.hq-flx--column {
  flex-direction: column;
}

.hq-flx--column-reverse {
  flex-direction: column-reverse;
}

.hq-flx--width-flex-0 {
  flex: 0;
}

.hq-flx--width-flex-0_5 {
  flex: 0.5;
}

.hq-flx--width-flex-50 {
  flex: 0.5;
}

.hq-flx--width-flex-66 {
  flex: 0.6666;
}

.hq-flx--width-flex-1, .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1 {
  flex: 1;
}

.hq-flx--width-flex-1_5 {
  flex: 1.5;
}

.hq-flx--width-flex-1_66 {
  flex: 1.6666;
}

.hq-flx--width-flex-2 {
  flex: 2;
}

.hq-flx--width-flex-2_5 {
  flex: 2.5;
}

.hq-flx--width-flex-3 {
  flex: 3;
}

.hq-flx--width-flex-4 {
  flex: 4;
}

.hq-flx--width-flex-5 {
  flex: 5;
}

.hq-flx--width-50 {
  width: 50px;
}

.hq-flx--shrink-0 {
  flex-shrink: 0;
}

.hq-flx--shrink-1 {
  flex-shrink: 1;
}

.hq-inline-flx {
  display: inline-flex;
}

.hq-txt--right, #hq-account-assignment-modal .account-modal-buttons {
  text-align: right;
}

.hq-txt--center {
  text-align: center;
}

.hq-self--center {
  align-self: center;
}

.hq-position-center-all {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hq-margin-bottom-5 {
  margin-bottom: 5px;
}

.hq-m--0 {
  margin: 0 0 !important;
}

.hq-mt--0 {
  margin-top: 0 !important;
}

.hq-mr--0 {
  margin-right: 0 !important;
}

.hq-mb--0 {
  margin-bottom: 0 !important;
}

.hq-ml--0 {
  margin-left: 0 !important;
}

.hq-mx--0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.hq-my--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hq-m--xxs {
  margin: 2px 2px !important;
}

.hq-mt--xxs {
  margin-top: 2px !important;
}

.hq-mr--xxs {
  margin-right: 2px !important;
}

.hq-mb--xxs {
  margin-bottom: 2px !important;
}

.hq-ml--xxs {
  margin-left: 2px !important;
}

.hq-mx--xxs {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.hq-my--xxs {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.hq-m--xs {
  margin: 5px 5px !important;
}

.hq-mt--xs {
  margin-top: 5px !important;
}

.hq-mr--xs {
  margin-right: 5px !important;
}

.hq-mb--xs {
  margin-bottom: 5px !important;
}

.hq-ml--xs {
  margin-left: 5px !important;
}

.hq-mx--xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.hq-my--xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.hq-m--s {
  margin: 10px 10px !important;
}

.hq-mt--s {
  margin-top: 10px !important;
}

.hq-mr--s {
  margin-right: 10px !important;
}

.hq-mb--s {
  margin-bottom: 10px !important;
}

.hq-ml--s {
  margin-left: 10px !important;
}

.hq-mx--s {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.hq-my--s {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.hq-m--m {
  margin: 15px 15px !important;
}

.hq-mt--m {
  margin-top: 15px !important;
}

.hq-mr--m {
  margin-right: 15px !important;
}

.hq-mb--m {
  margin-bottom: 15px !important;
}

.hq-ml--m {
  margin-left: 15px !important;
}

.hq-mx--m {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.hq-my--m, #hq-account-assignment-modal .account-alert {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.hq-m--l {
  margin: 20px 20px !important;
}

.hq-mt--l {
  margin-top: 20px !important;
}

.hq-mr--l {
  margin-right: 20px !important;
}

.hq-mb--l {
  margin-bottom: 20px !important;
}

.hq-ml--l {
  margin-left: 20px !important;
}

.hq-mx--l {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.hq-my--l {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.hq-m--xl {
  margin: 25px 25px !important;
}

.hq-mt--xl {
  margin-top: 25px !important;
}

.hq-mr--xl {
  margin-right: 25px !important;
}

.hq-mb--xl {
  margin-bottom: 25px !important;
}

.hq-ml--xl {
  margin-left: 25px !important;
}

.hq-mx--xl {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.hq-my--xl {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.hq-m--xxl {
  margin: 35px 35px !important;
}

.hq-mt--xxl {
  margin-top: 35px !important;
}

.hq-mr--xxl {
  margin-right: 35px !important;
}

.hq-mb--xxl {
  margin-bottom: 35px !important;
}

.hq-ml--xxl {
  margin-left: 35px !important;
}

.hq-mx--xxl {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.hq-my--xxl {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.hq-m--xxxl {
  margin: 50px 50px !important;
}

.hq-mt--xxxl {
  margin-top: 50px !important;
}

.hq-mr--xxxl {
  margin-right: 50px !important;
}

.hq-mb--xxxl {
  margin-bottom: 50px !important;
}

.hq-ml--xxxl {
  margin-left: 50px !important;
}

.hq-mx--xxxl {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.hq-my--xxxl {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.hq-m--xxxxl {
  margin: 75px 75px !important;
}

.hq-mt--xxxxl {
  margin-top: 75px !important;
}

.hq-mr--xxxxl {
  margin-right: 75px !important;
}

.hq-mb--xxxxl {
  margin-bottom: 75px !important;
}

.hq-ml--xxxxl {
  margin-left: 75px !important;
}

.hq-mx--xxxxl {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.hq-my--xxxxl {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.hq-p--0 {
  padding: 0 0 !important;
}

.hq-pt--0 {
  padding-top: 0 !important;
}

.hq-pr--0 {
  padding-right: 0 !important;
}

.hq-pb--0 {
  padding-bottom: 0 !important;
}

.hq-pl--0 {
  padding-left: 0 !important;
}

.hq-px--0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hq-py--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hq-p--xxs {
  padding: 2px 2px !important;
}

.hq-pt--xxs {
  padding-top: 2px !important;
}

.hq-pr--xxs {
  padding-right: 2px !important;
}

.hq-pb--xxs {
  padding-bottom: 2px !important;
}

.hq-pl--xxs {
  padding-left: 2px !important;
}

.hq-px--xxs {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.hq-py--xxs {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.hq-p--xs {
  padding: 5px 5px !important;
}

.hq-pt--xs {
  padding-top: 5px !important;
}

.hq-pr--xs {
  padding-right: 5px !important;
}

.hq-pb--xs {
  padding-bottom: 5px !important;
}

.hq-pl--xs {
  padding-left: 5px !important;
}

.hq-px--xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.hq-py--xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.hq-p--s {
  padding: 10px 10px !important;
}

.hq-pt--s {
  padding-top: 10px !important;
}

.hq-pr--s {
  padding-right: 10px !important;
}

.hq-pb--s {
  padding-bottom: 10px !important;
}

.hq-pl--s {
  padding-left: 10px !important;
}

.hq-px--s {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.hq-py--s, .hq-assignment-table .assignment-value {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.hq-p--m {
  padding: 15px 15px !important;
}

.hq-pt--m {
  padding-top: 15px !important;
}

.hq-pr--m {
  padding-right: 15px !important;
}

.hq-pb--m {
  padding-bottom: 15px !important;
}

.hq-pl--m {
  padding-left: 15px !important;
}

.hq-px--m {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.hq-py--m {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.hq-p--l {
  padding: 20px 20px !important;
}

.hq-pt--l {
  padding-top: 20px !important;
}

.hq-pr--l {
  padding-right: 20px !important;
}

.hq-pb--l {
  padding-bottom: 20px !important;
}

.hq-pl--l {
  padding-left: 20px !important;
}

.hq-px--l {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.hq-py--l {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.hq-p--xl {
  padding: 25px 25px !important;
}

.hq-pt--xl {
  padding-top: 25px !important;
}

.hq-pr--xl {
  padding-right: 25px !important;
}

.hq-pb--xl {
  padding-bottom: 25px !important;
}

.hq-pl--xl {
  padding-left: 25px !important;
}

.hq-px--xl {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.hq-py--xl {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.hq-p--xxl {
  padding: 35px 35px !important;
}

.hq-pt--xxl {
  padding-top: 35px !important;
}

.hq-pr--xxl {
  padding-right: 35px !important;
}

.hq-pb--xxl {
  padding-bottom: 35px !important;
}

.hq-pl--xxl {
  padding-left: 35px !important;
}

.hq-px--xxl {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.hq-py--xxl {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.hq-p--xxxl {
  padding: 50px 50px !important;
}

.hq-pt--xxxl {
  padding-top: 50px !important;
}

.hq-pr--xxxl {
  padding-right: 50px !important;
}

.hq-pb--xxxl {
  padding-bottom: 50px !important;
}

.hq-pl--xxxl {
  padding-left: 50px !important;
}

.hq-px--xxxl {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.hq-py--xxxl {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.hq-p--xxxxl {
  padding: 75px 75px !important;
}

.hq-pt--xxxxl {
  padding-top: 75px !important;
}

.hq-pr--xxxxl {
  padding-right: 75px !important;
}

.hq-pb--xxxxl {
  padding-bottom: 75px !important;
}

.hq-pl--xxxxl {
  padding-left: 75px !important;
}

.hq-px--xxxxl {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.hq-py--xxxxl {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.hq-m--auto {
  margin: auto !important;
}

.hq-mt--auto {
  margin-top: auto !important;
}

.hq-mr--auto {
  margin-right: auto !important;
}

.hq-mb--auto {
  margin-bottom: auto !important;
}

.hq-ml--auto {
  margin-left: auto !important;
}

.hq-mx--auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.hq-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.hq-mt--5 {
  margin-top: 5px;
}

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

.hq-mt--15 {
  margin-top: 15px;
}

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

.hq-max-width--30 {
  max-width: 30px;
}

.hq-gap--5 {
  gap: 5px;
}

.hq-gap--10 {
  gap: 10px;
}

.hq-width--0 {
  width: 0px;
}

.hq-width--5 {
  width: 5px;
}

.hq-width--10 {
  width: 10px;
}

.hq-width--15 {
  width: 15px;
}

.hq-width--20 {
  width: 20px;
}

.hq-width--25 {
  width: 25px;
}

.hq-width--30 {
  width: 30px;
}

.hq-width--35 {
  width: 35px;
}

.hq-width--40 {
  width: 40px;
}

.hq-width--45 {
  width: 45px;
}

.hq-width--50 {
  width: 50px;
}

.hq-width--55 {
  width: 55px;
}

.hq-width--60 {
  width: 60px;
}

.hq-width--65 {
  width: 65px;
}

.hq-width--70 {
  width: 70px;
}

.hq-width--75 {
  width: 75px;
}

.hq-width--80 {
  width: 80px;
}

.hq-width--85 {
  width: 85px;
}

.hq-width--90 {
  width: 90px;
}

.hq-width--95 {
  width: 95px;
}

.hq-width--100 {
  width: 100px;
}

.hq-width--105 {
  width: 105px;
}

.hq-width--110 {
  width: 110px;
}

.hq-width--115 {
  width: 115px;
}

.hq-width--120 {
  width: 120px;
}

.hq-width--125 {
  width: 125px;
}

.hq-width--130 {
  width: 130px;
}

.hq-width--135 {
  width: 135px;
}

.hq-width--140 {
  width: 140px;
}

.hq-width--145 {
  width: 145px;
}

.hq-width--150 {
  width: 150px;
}

.hq-width--155 {
  width: 155px;
}

.hq-width--160 {
  width: 160px;
}

.hq-width--165 {
  width: 165px;
}

.hq-width--170 {
  width: 170px;
}

.hq-width--175 {
  width: 175px;
}

.hq-width--180 {
  width: 180px;
}

.hq-width--185 {
  width: 185px;
}

.hq-width--190 {
  width: 190px;
}

.hq-width--195 {
  width: 195px;
}

.hq-width--200 {
  width: 200px;
}

.hq-width--205 {
  width: 205px;
}

.hq-width--210 {
  width: 210px;
}

.hq-width--215 {
  width: 215px;
}

.hq-width--220 {
  width: 220px;
}

.hq-width--225 {
  width: 225px;
}

.hq-width--230 {
  width: 230px;
}

.hq-width--235 {
  width: 235px;
}

.hq-width--240 {
  width: 240px;
}

.hq-width--245 {
  width: 245px;
}

.hq-width--250 {
  width: 250px;
}

.hq-width--255 {
  width: 255px;
}

.hq-width--260 {
  width: 260px;
}

.hq-width--265 {
  width: 265px;
}

.hq-width--270 {
  width: 270px;
}

.hq-width--275 {
  width: 275px;
}

.hq-width--280 {
  width: 280px;
}

.hq-width--285 {
  width: 285px;
}

.hq-width--290 {
  width: 290px;
}

.hq-width--295 {
  width: 295px;
}

.hq-height--0 {
  height: 0px;
}

.hq-height--5 {
  height: 5px;
}

.hq-height--10 {
  height: 10px;
}

.hq-height--15 {
  height: 15px;
}

.hq-height--20 {
  height: 20px;
}

.hq-height--25 {
  height: 25px;
}

.hq-height--30 {
  height: 30px;
}

.hq-height--35 {
  height: 35px;
}

.hq-height--40 {
  height: 40px;
}

.hq-height--45 {
  height: 45px;
}

.hq-height--50 {
  height: 50px;
}

.hq-height--55 {
  height: 55px;
}

.hq-height--60 {
  height: 60px;
}

.hq-height--65 {
  height: 65px;
}

.hq-height--70 {
  height: 70px;
}

.hq-height--75 {
  height: 75px;
}

.hq-height--80 {
  height: 80px;
}

.hq-height--85 {
  height: 85px;
}

.hq-height--90 {
  height: 90px;
}

.hq-height--95 {
  height: 95px;
}

.hq-height--100 {
  height: 100px;
}

.hq-height--105 {
  height: 105px;
}

.hq-height--110 {
  height: 110px;
}

.hq-height--115 {
  height: 115px;
}

.hq-height--120 {
  height: 120px;
}

.hq-height--125 {
  height: 125px;
}

.hq-height--130 {
  height: 130px;
}

.hq-height--135 {
  height: 135px;
}

.hq-height--140 {
  height: 140px;
}

.hq-height--145 {
  height: 145px;
}

.hq-height--150 {
  height: 150px;
}

.hq-height--155 {
  height: 155px;
}

.hq-height--160 {
  height: 160px;
}

.hq-height--165 {
  height: 165px;
}

.hq-height--170 {
  height: 170px;
}

.hq-height--175 {
  height: 175px;
}

.hq-height--180 {
  height: 180px;
}

.hq-height--185 {
  height: 185px;
}

.hq-height--190 {
  height: 190px;
}

.hq-height--195 {
  height: 195px;
}

.hq-height--200 {
  height: 200px;
}

.hq-height--205 {
  height: 205px;
}

.hq-height--210 {
  height: 210px;
}

.hq-height--215 {
  height: 215px;
}

.hq-height--220 {
  height: 220px;
}

.hq-height--225 {
  height: 225px;
}

.hq-height--230 {
  height: 230px;
}

.hq-height--235 {
  height: 235px;
}

.hq-height--240 {
  height: 240px;
}

.hq-height--245 {
  height: 245px;
}

.hq-height--250 {
  height: 250px;
}

.hq-height--255 {
  height: 255px;
}

.hq-height--260 {
  height: 260px;
}

.hq-height--265 {
  height: 265px;
}

.hq-height--270 {
  height: 270px;
}

.hq-height--275 {
  height: 275px;
}

.hq-height--280 {
  height: 280px;
}

.hq-height--285 {
  height: 285px;
}

.hq-height--290 {
  height: 290px;
}

.hq-height--295 {
  height: 295px;
}

.hq-max-width--0 {
  max-width: 0px;
}

.hq-max-width--25 {
  max-width: 25px;
}

.hq-max-width--50 {
  max-width: 50px;
}

.hq-max-width--75 {
  max-width: 75px;
}

.hq-max-width--100 {
  max-width: 100px;
}

.hq-max-width--125 {
  max-width: 125px;
}

.hq-max-width--150 {
  max-width: 150px;
}

.hq-max-width--175 {
  max-width: 175px;
}

.hq-max-width--200 {
  max-width: 200px;
}

.hq-max-width--225 {
  max-width: 225px;
}

.hq-max-width--250 {
  max-width: 250px;
}

.hq-max-width--275 {
  max-width: 275px;
}

.hq-max-width--300 {
  max-width: 300px;
}

.hq-max-width--325 {
  max-width: 325px;
}

.hq-max-width--350 {
  max-width: 350px;
}

.hq-max-width--375 {
  max-width: 375px;
}

.hq-max-width--400 {
  max-width: 400px;
}

.hq-max-width--425 {
  max-width: 425px;
}

.hq-max-width--450 {
  max-width: 450px;
}

.hq-max-width--475 {
  max-width: 475px;
}

.hq-max-width--500 {
  max-width: 500px;
}

.hq-max-width--525 {
  max-width: 525px;
}

.hq-max-width--550 {
  max-width: 550px;
}

.hq-max-width--575 {
  max-width: 575px;
}

.hq-max-width--600 {
  max-width: 600px;
}

.hq-max-width--625 {
  max-width: 625px;
}

.hq-max-width--650 {
  max-width: 650px;
}

.hq-max-width--675 {
  max-width: 675px;
}

.hq-max-width--700 {
  max-width: 700px;
}

.hq-max-width--725 {
  max-width: 725px;
}

.hq-max-width--750 {
  max-width: 750px;
}

.hq-max-width--775 {
  max-width: 775px;
}

.hq-ract--grey-0 {
  padding: 10px;
  border-radius: 25px;
  background-color: var(--gray-0);
}

.hq-small-ract--grey-0 {
  padding: 0px 10px;
  border-radius: 25px;
  background-color: var(--gray-0);
  text-align: center;
}

.hq-ract--grey-1 {
  padding: 10px;
  border-radius: 25px;
  background-color: var(--gray-1);
}

.hq-small-ract--grey-1 {
  padding: 0px 10px;
  border-radius: 25px;
  background-color: var(--gray-1);
  text-align: center;
}

.hq-ract--grey-2 {
  padding: 10px;
  border-radius: 25px;
  background-color: var(--gray-2);
}

.hq-small-ract--grey-2 {
  padding: 0px 10px;
  border-radius: 25px;
  background-color: var(--gray-2);
  text-align: center;
}

.hq-ract--grey-3 {
  padding: 10px;
  border-radius: 25px;
  background-color: var(--gray-3);
}

.hq-small-ract--grey-3 {
  padding: 0px 10px;
  border-radius: 25px;
  background-color: var(--gray-3);
  text-align: center;
}

.hq-ract--grey-4 {
  padding: 10px;
  border-radius: 25px;
  background-color: var(--gray-4);
}

.hq-small-ract--grey-4 {
  padding: 0px 10px;
  border-radius: 25px;
  background-color: var(--gray-4);
  text-align: center;
}

.hq-ract--grey-5 {
  padding: 10px;
  border-radius: 25px;
  background-color: var(--gray-5);
}

.hq-small-ract--grey-5 {
  padding: 0px 10px;
  border-radius: 25px;
  background-color: var(--gray-5);
  text-align: center;
}

.hq-horizontalline-90 {
  width: 90%;
  border: solid 1px var(--gray-6);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hq-horizontalline-100 {
  border: solid 1px var(--gray-6);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hq-bottom-line, .hq-subscriptionmanagement .onboarding-table-row {
  border-bottom: solid 1px var(--gray-6);
}

.hq-table > * {
  border-top: 1px solid var(--gray-6);
  border-bottom: none !important;
  height: 50px;
}
.hq-table > *:last-child {
  border-bottom: 1px solid var(--gray-6);
}

.hq-table-without-border > * {
  border-bottom: none !important;
  height: 50px;
}

.hq-icon-box {
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.15);
  background: var(--color-white);
  box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
  min-height: 90px;
}

.hq-shadow, #scheduler-chartjs-custom-tooltip {
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.4);
}

.hq-width--100-per {
  width: 100% !important;
}

.hq-min-height--100 {
  min-height: 100px;
}

.hq-min-height--200 {
  min-height: 200px;
}

.hq-min-height--300 {
  min-height: 300px;
}

.hq-min-height--400 {
  min-height: 400px;
}

.hq-min-height--500 {
  min-height: 500px;
}

.hq-height--100-percent {
  height: 100%;
}

.hq-width--30 {
  width: 30px;
}

.hq-width--50 {
  width: 50px;
}

.hq-width--80 {
  width: 80px;
}

.hq-width--100 {
  width: 100px;
}

.hq-width--120 {
  width: 120px;
}

.hq-width--150 {
  width: 150px;
}

.hq-width--200 {
  width: 200px;
}

.hq-width--250 {
  width: 250px;
}

.hq-width--5-percent {
  width: 5%;
}

.hq-width--10-percent {
  width: 10%;
}

.hq-width--15-percent {
  width: 15%;
}

.hq-width--20-percent {
  width: 20%;
}

.hq-width--25-percent {
  width: 25%;
}

.hq-width--30-percent {
  width: 30%;
}

.hq-width--35-percent {
  width: 35%;
}

.hq-width--40-percent {
  width: 40%;
}

.hq-width--45-percent {
  width: 45%;
}

.hq-width--50-percent {
  width: 50%;
}

.hq-width--55-percent {
  width: 55%;
}

.hq-width--60-percent {
  width: 60%;
}

.hq-width--65-percent {
  width: 65%;
}

.hq-width--70-percent {
  width: 70%;
}

.hq-width--75-percent {
  width: 75%;
}

.hq-width--80-percent {
  width: 80%;
}

.hq-width--85-percent {
  width: 85%;
}

.hq-width--90-percent {
  width: 90%;
}

.hq-width--95-percent {
  width: 95%;
}

.hq-width--100-percent {
  width: 100%;
}

.hq-table-column-gap--5 td, .hq-table-column-gap--5 th {
  padding: 0 5px;
}

.hq-table-row-gap--5 td, .hq-table-row-gap--5 th {
  padding: 5px 0;
}

.hq-table-gap--5 td, .hq-table-gap--5 th {
  padding: 5px;
}

.hq-grd-column-gap--10 {
  column-gap: 10px;
}

.hq-grd-column-gap--15 {
  column-gap: 15px;
}

.hq-d-grd--2-columns-equal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hq-d-grd--3-columns-equal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

body,
html {
  font-family: "Inter", sans-serif;
  font-weight: var(--font-weight-regular);
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-size: 13px;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
}

.hq-txt-default-font {
  font-family: "Inter", sans-serif;
}

div, span {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.hq-txt--heading-s,
.hq-txt--heading-m,
.hq-txt--heading-l {
  margin-top: 1.1em;
  margin-bottom: 13px;
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-extra-bold);
}

h1,
.hq-txt--heading-l,
.hq-txt--heading-1 {
  font-size: 18px;
}

h2,
.hq-txt--heading-m,
.hq-txt--heading-2 {
  font-size: 14px;
}

h3,
.hq-txt--heading-s,
.hq-txt--heading-3 {
  font-size: 13px;
}

p,
.hq-txt--body-regular {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  tab-size: 4;
}

.hq-txt--body-regular-light {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  color: var(--color-text-light);
}

.hq-txt--default {
  color: var(--color-text-normal);
}

.hq-txt--default-light, .hq-subscriptionmanagement .detail-info-onboarding {
  color: var(--color-text-light);
}

.hq-txt--red-light {
  color: var(--light-red-2);
}

.hq-txt--body-default {
  font-size: 13px;
}

.hq-txt--body-small {
  font-size: 11px;
}

.hq-txt--body-bold-and-large {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

.hq-txt--gray-1 {
  color: var(--gray-1);
}

.hq-txt--gray-2 {
  color: var(--gray-2);
}

.hq-txt--gray-3 {
  color: var(--gray-3);
}

.hq-txt--gray-3-5 {
  color: var(--gray-3-5);
}

.hq-txt--gray-4 {
  color: var(--gray-4);
}

.hq-txt--gray-5 {
  color: var(--gray-5);
}

.hq-txt--warning {
  color: var(--color-ui-red);
}

.hq-txt--success {
  color: var(--color-ui-green);
}

.hq-txt--primary {
  color: var(--color-ui-blue);
}

strong,
b,
.hq-txt--bold,
.hq-add-items-box .header-text {
  font-weight: var(--font-weight-extra-bold);
}

em, i,
.hq-txt--italic {
  font-style: italic;
}

.hq-txt--no-wrap {
  white-space: nowrap;
}

.hq-txt--break {
  word-break: break-word;
}

.hq-txt--break-all {
  word-break: break-all;
}

.hq-txt--pre-wrap {
  white-space: pre-wrap;
}

a, a:active, a:visited, a:link {
  outline: none;
  text-decoration: none;
}

.hq-txt--left {
  text-align: left;
}

.hq-txt--right, #hq-account-assignment-modal .account-modal-buttons {
  text-align: right;
}

.hq-txt--center {
  text-align: center;
}

.hq-txt--text-top {
  vertical-align: text-top;
}

.hq-txt-middle {
  vertical-align: middle;
}

.hq-txt--truncate, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-lead-kanban-card .card-body .lead-status, .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .small-badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-select--none {
  user-select: none;
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

.validator {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.hq-cursor {
  cursor: pointer !important;
}

.hq-cursor-alias {
  cursor: alias !important;
}

.hq-cursor-context-menu {
  cursor: context-menu !important;
}

.hq-cursor-copy {
  cursor: copy !important;
}

.hq-cursor-crosshair {
  cursor: crosshair !important;
}

.hq-cursor-default {
  cursor: default !important;
}

.hq-cursor-grab {
  cursor: grab !important;
}

.hq-cursor-grabbing {
  cursor: grabbing !important;
}

.hq-cursor-help {
  cursor: help !important;
}

.hq-cursor-inherit {
  cursor: inherit !important;
}

.hq-cursor-initial {
  cursor: initial !important;
}

.hq-cursor-move {
  cursor: move !important;
}

.hq-cursor-no-drop {
  cursor: no-drop !important;
}

.hq-cursor-none {
  cursor: none !important;
}

.hq-cursor-not-allowed {
  cursor: not-allowed !important;
}

.hq-cursor-progress {
  cursor: progress !important;
}

.hq-cursor-revert {
  cursor: revert !important;
}

.hq-cursor-row-resize {
  cursor: row-resize !important;
}

.hq-cursor-text {
  cursor: text !important;
}

.hq-cursor-unset {
  cursor: unset !important;
}

.hq-cursor-wait {
  cursor: wait !important;
}

.hq-cursor-zoom-in {
  cursor: zoom-in !important;
}

.hq-cursor-zoom-out {
  cursor: zoom-out !important;
}

#blazor-error-ui {
  background: var(--color-white);
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.e-control,
.e-css {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: var(--font-weight-regular) !important;
}

.e-control.e-dialog, .e-control.e-popup {
  border-color: var(--gray-2) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  border-radius: 4px !important;
}
.e-control.e-dialog .e-footer-content,
.e-control.e-dialog .e-footer, .e-control.e-popup .e-footer-content,
.e-control.e-popup .e-footer {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.e-menu-item span[class*=" HQ"]:before {
  font-size: 15px !important;
}

/* total width */
::-webkit-scrollbar {
  background-color: transparent;
  width: 16px;
  height: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: var(--gray-6);
  border-radius: 16px;
  border: 5px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-3);
  border: 4px solid transparent;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

.small-badge {
  font-size: 11px;
  color: var(--gray-3);
  background-color: var(--gray-1);
  border-radius: 10px;
  padding: 0 6px;
  margin-top: 1px;
  line-height: 18px;
  height: 18px;
  max-width: 75px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}

.cdk-drag:hover {
  cursor: grab;
}
.cdk-drag:active {
  cursor: grabbing;
}

@media print {
  .is-printing {
    display: none;
  }
  aw-app-print-layout {
    display: block;
  }
  html {
    overflow: visible !important;
  }
}
.aw-skl--avatar-s:empty {
  width: 100%;
  height: 30px;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), radial-gradient(circle 15px at 15px 15px, var(--gray-6) 99%, transparent 0), linear-gradient(var(--gray-6) 15px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 45px, 45px 45px, 170px 35px, 120px 25px;
  background-position: -200px 0, 0 0, 40px 8px, 40px 30px;
  animation: tableShineAvatarS 1s infinite;
}

@keyframes tableShineAvatarS {
  to {
    background-position: 300px 0, 0 0, 40px 8px, 60px 30px;
  }
}
.clickable {
  cursor: pointer;
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

html,
body {
  height: 100%;
  overflow-y: hidden;
}

.main {
  height: 100%;
}

.hq-hover-gray-1:hover {
  background-color: var(--gray-1);
  border-radius: 10px;
}

.hq-lyt__login-wrapper {
  height: 100%;
  width: 100%;
  background: var(--gray-0);
}
.hq-lyt__login-wrapper .hq-lyt__login-box {
  background: white;
  border-radius: 25px;
  padding: 20px;
  max-width: 400px;
  box-sizing: border-box;
  width: 100%;
}

.hq-lyt__wrapper {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: stretch;
}
.hq-lyt__wrapper .hq-lyt__main {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hq-lyt__wrapper .hq-lyt__main .hq-lyt__topbar {
  height: 60px;
  background-color: white;
  z-index: 15;
}
.hq-lyt__wrapper .hq-lyt__main .hq-lyt__content {
  flex: 1;
  overflow: auto;
  padding: 20px 30px 0px 30px;
  background: var(--gray-0);
  border-top-left-radius: 6px;
}

.hq-lyt__button-bar {
  display: flex;
  flex-direction: row;
  align-items: top;
  padding: 15px 0 15px 0;
}
.hq-lyt__button-bar .hq-lyt__button-bar--right {
  justify-self: flex-end;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

@media (max-width: 1000px) {
  .hq-lyt__2-columns {
    display: block;
  }
  .hq-lyt__2-columns .column1 {
    width: 100%;
  }
  .hq-lyt__2-columns .column2 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hq-lyt__2-columns {
    display: flex;
    justify-content: space-between;
  }
  .hq-lyt__2-columns .column1 {
    flex: 1;
    margin-top: 15px;
    max-width: 49.5%;
  }
  .hq-lyt__2-columns .column2 {
    flex: 1;
    margin-top: 15px;
    max-width: 49.5%;
  }
}

.box-layout, .stacked-box, .stacked-box-shadow, .box-layout-shadow {
  border-radius: 10px;
  background-color: var(--color-white);
  padding: 20px 30px 30px 30px;
}

.box-layout-shadow {
  box-shadow: 0 3px 15px 0 rgba(42, 47, 61, 0.2) !important;
}

.stacked-box, .stacked-box-shadow {
  margin-bottom: 10px;
}

.stacked-box-shadow {
  box-shadow: 0 3px 15px 0 rgba(42, 47, 61, 0.2) !important;
}

.box-title {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  display: inline-block;
}

.hq-overflow-hidden {
  overflow: hidden;
}

.hq-overflow-auto {
  overflow: auto;
}

.quickgrid[theme=base] {
  min-width: 100%;
  font-size: 14px;
}
.quickgrid[theme=base] thead {
  position: sticky;
  top: 0;
  text-align: left;
  z-index: 1;
  font-weight: 600;
  height: 2rem;
}
.quickgrid[theme=base] tbody tr {
  height: 1.8rem;
}

.quickgrid[theme=addbox] {
  min-width: 100%;
  font-size: 14px;
}
.quickgrid[theme=addbox] thead {
  top: 0;
  text-align: left;
  z-index: 1;
  font-weight: 600;
  height: 34px;
  color: var(--color-text-light) !important;
  border-top: 1px solid var(--gray-2);
  border-bottom: 1px solid var(--gray-2);
}
.quickgrid[theme=addbox] tbody tr {
  height: 1.8rem;
}

.quickgrid[theme=gray] {
  min-width: 100%;
  font-size: 14px;
}
.quickgrid[theme=gray] thead tr {
  background-color: var(--gray-2);
  height: 45px;
  padding-bottom: 10px;
}
.quickgrid[theme=gray] thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 2px;
  padding-left: 10px;
}
.quickgrid[theme=gray] tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 2px;
}
.quickgrid[theme=gray] tbody tr {
  height: 28px;
}
.quickgrid[theme=gray] tr td:first-child {
  padding-left: 10px;
}
.quickgrid[theme=gray] td {
  word-wrap: break-word;
  padding-bottom: 5px;
}

.hq-login .infoText {
  max-width: 400px;
  text-align: -webkit-center;
  flex: 2;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hq-login .content-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  height: 100%;
}
@media (max-width: 480px) {
  .hq-login .content-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hq-login .bottom-top {
  flex: 2;
  flex-direction: column;
  margin: 10px 0 10px 0;
  display: flex;
}
.hq-login .bottom-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
.hq-login .bottom-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: space-around;
  max-width: 364px;
}
.hq-login .bottom-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.hq-login .top-box {
  flex: 1;
}
.hq-login .links-bottom {
  width: 80%;
  margin: auto;
  color: var(--gray-3-5);
  margin-bottom: 15px;
}
.hq-login .copyright-text {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  color: var(--gray-3-5);
  min-width: 225px;
}
.hq-login .hq-logo {
  width: 55px;
  padding-bottom: 5px;
}
.hq-login .hq-logo-wrapper {
  width: 40px;
  margin: auto;
}
.hq-login .hiddenText {
  color: var(--gray-1);
  justify-content: center !important;
  height: 20px;
}
.hq-login .logo-max-height {
  max-height: 55px;
}

.hq-buttonbar {
  padding: 15px 0 15px 0;
}

#selected-service-item-list {
  padding-top: 10px;
}
#selected-service-item-list .hq-select {
  width: 100%;
  border: 2px solid lightblue !important;
  border-radius: 5px;
  height: 30px;
}
#selected-service-item-list .hq-frm__label, #selected-service-item-list .hq-assignment-table .assignment-value, .hq-assignment-table #selected-service-item-list .assignment-value {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
  font-size: 14px;
}
#selected-service-item-list .selected-service-item-list-content {
  margin-top: 15px;
  height: 200px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#selected-service-item-list .selected-service-item-list-content .hq-frm__group {
  margin-bottom: 0;
}
#selected-service-item-list .selected-service-item-list-content .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
  margin: 0;
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m {
  width: 100%;
  height: 100%;
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items {
  width: 100%;
  display: flex;
  margin: 5px auto;
  align-items: center;
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .material-symbols-outlined {
  margin-right: 5px;
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .hq-flx--width-flex-1, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .truncate-flex-1, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .truncate-flex-1, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .truncate-flex-1, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .truncate-flex-1 {
  margin: 5px;
  color: var(--gray-3-5);
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .hq-flx--width-flex-5 {
  margin: auto;
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m .list-items .e-input-value .hq-combobox-items-nowrap {
  width: 258px;
}
#selected-service-item-list .selected-service-item-list-content .hq-mb--m .hq-flx--all-center:hover, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .hq-subscriptionmanagement .onboarding-fourth-col-detail:hover, .hq-subscriptionmanagement #selected-service-item-list .selected-service-item-list-content .hq-mb--m .onboarding-fourth-col-detail:hover, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .hq-subscriptionmanagement .onboarding-third-col-detail:hover, .hq-subscriptionmanagement #selected-service-item-list .selected-service-item-list-content .hq-mb--m .onboarding-third-col-detail:hover, #selected-service-item-list .selected-service-item-list-content .hq-mb--m .hq-subscriptionmanagement .onboarding-first-col-detail:hover, .hq-subscriptionmanagement #selected-service-item-list .selected-service-item-list-content .hq-mb--m .onboarding-first-col-detail:hover {
  background-color: var(--gray-1);
  border-radius: 5px;
}
#selected-service-item-list .selected-service-item-list-content .no-item-selected {
  display: flex;
  align-items: center;
  margin: auto;
}
#selected-service-item-list .selected-service-item-list-content .no-item-selected span {
  margin: 0 auto;
}

.hq-hyperlink {
  cursor: pointer;
}
.hq-hyperlink:hover {
  color: var(--color-ui-blue);
}
.hq-hyperlink {
  min-width: var(--min-width) !important;
  width: var(--width) !important;
  max-width: var(--max-width) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-link-wrapper:has(.hq-hyperlink) {
  width: var(--width);
}

#selected-service-items-header {
  display: flex;
  margin-left: 20px;
  margin-right: 75px;
}
#selected-service-items-header .separator {
  flex: 0.5;
  min-width: 29px;
  max-width: 29px;
}

#selected-service-sets-list {
  padding-top: 10px;
}
#selected-service-sets-list .hq-select {
  width: 100%;
  border: 2px solid lightblue !important;
  border-radius: 5px;
  height: 30px;
}
#selected-service-sets-list .hq-frm__label, #selected-service-sets-list .hq-assignment-table .assignment-value, .hq-assignment-table #selected-service-sets-list .assignment-value {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
  font-size: 14px;
}
#selected-service-sets-list .selected-service-sets-list-content {
  margin-top: 15px;
  height: 200px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-frm__group {
  margin-bottom: 0;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
  margin: 0;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-mb--m {
  width: 100%;
  height: 100%;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items {
  width: 100%;
  display: flex;
  margin: 5px auto;
  align-items: center;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .material-symbols-outlined {
  margin-right: 5px;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .hq-flx--width-flex-1, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .truncate-flex-1, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .truncate-flex-1, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .truncate-flex-1, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .truncate-flex-1 {
  margin: 5px;
  color: var(--gray-3-5);
}
#selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .list-items .hq-flx--width-flex-5 {
  margin: auto;
}
#selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .hq-flx--all-center:hover, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .hq-subscriptionmanagement .onboarding-fourth-col-detail:hover, .hq-subscriptionmanagement #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .onboarding-fourth-col-detail:hover, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .hq-subscriptionmanagement .onboarding-third-col-detail:hover, .hq-subscriptionmanagement #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .onboarding-third-col-detail:hover, #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .hq-subscriptionmanagement .onboarding-first-col-detail:hover, .hq-subscriptionmanagement #selected-service-sets-list .selected-service-sets-list-content .hq-mb--m .onboarding-first-col-detail:hover {
  background-color: var(--gray-1);
  border-radius: 5px;
}
#selected-service-sets-list .selected-service-sets-list-content .no-item-selected {
  display: flex;
  align-items: center;
  margin: auto;
}
#selected-service-sets-list .selected-service-sets-list-content .no-item-selected span {
  margin: 0 auto;
}

#selected-service-sets-header {
  display: flex;
  margin-left: 20px;
  margin-right: 75px;
}
#selected-service-sets-header .separator {
  flex: 0.5;
  min-width: 29px;
  max-width: 29px;
}

.hq-icon-button-grid {
  background: transparent;
  visibility: hidden;
  display: flex;
  justify-content: right;
}
.hq-icon-button-grid .icon-grid-wrapper {
  margin-left: 30px;
  padding-left: 10px;
}
.hq-icon-button-grid .icon-grid {
  display: grid;
  padding: 8px 4px 4px;
  width: fit-content;
}
.hq-icon-button-grid .icon-grid.bridge {
  pointer-events: all;
}
.hq-icon-button-grid .icon-grid.icon-grid-background {
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
}
.hq-icon-button-grid .icon-grid .icon-grid-item > span {
  cursor: pointer;
}

.hq-add-items-box .header-text {
  margin-bottom: 8px;
}
.hq-add-items-box .row-template:hover {
  background-color: var(--gray-2);
  border-radius: 7px;
  cursor: pointer;
}
.hq-add-items-box .row-template:hover .row-item {
  flex: 20;
}
.hq-add-items-box .row-template:hover .row-icon {
  display: inline-flex;
  align-self: center;
  flex: 1;
}
.hq-add-items-box .row-template:focus-within {
  background-color: white;
}
.hq-add-items-box .row-template:focus-within .row-icon {
  display: none;
}
.hq-add-items-box .row-item {
  padding-left: 5px;
  width: 100%;
}
.hq-add-items-box .row-icon {
  display: none;
}

:root {
  --color-white: #ffffff;
  --gray-0: #ecf3fe;
  --gray-1: #f2f6fd;
  --gray-2: #e1edfc;
  --gray-3: #a7bcd7;
  --gray-3-5: #8190a5;
  --gray-4: #587292;
  --gray-5: #2a2f3d;
  --gray-6: #D4E3F6;
  --color-text-normal: var(--gray-5);
  --color-text-light: #a7bcd7;
  --color-ui-green: #6AEFA1;
  --color-ui-green-translucent:rgba(35, 214, 150, 0.3);
  --color-ui-green-2: #60E595;
  --dark-green-1: #23D696;
  --dark-green-2: #1CAA77;
  --light-green-1: #8cecb2;
  --light-green-2: #a2f0c1;
  --color-ui-blue: #6D8AFA;
  --color-ui-blue-translucent: rgba(109, 138, 250, 0.1);
  --dark-blue-1: #3C62F8;
  --dark-blue-2: #234ff7;
  --light-blue-1:#9eb2fc;
  --light-blue-2:#b7c5fd;
  --steel-blue-1: #627FB5;
  --steel-blue-2: #506DA4;
  --steel-blue-3: #46639A;
  --main-red: #fa6d8b;
  --color-ui-red: #C80F50;
  --dark-red-1: #DE4E6D;
  --dark-red-2: #C80F50;
  --light-red-2: #FBBAC8;
  --light-red-1: #FF92AA;
  --main-translucent: rgba(#fa6d8b, 0.5);
  --main-translucent-hex:#fa6d8b7d;
  --color-ui-yellow: #FFCC67;
  --dark-yellow-1: #ffbb34;
  --dark-yellow-2: #ffb21b;
  --light-yellow-1:#ffdd9a;
  --light-yellow-2:#ffe6b4;
  --color-ui-purple: #D48DFA;
  --dark-purple-1: #C46DF2;
  --dark-purple-2: #9912E1;
  --light-purple-1:#F0D7FE;
  --light-purple-2:#E6BAFE;
  --color-progress-green: #6aefa1;
  --color-progress-grey: #d4e3f6;
}

.success-toast-override {
  background-color: var(--color-ui-green) !important;
  color: var(--gray-5) !important;
}
.success-toast-override .material-symbols-outlined {
  color: var(--gray-5) !important;
}
.success-toast-override .blazored-toast-message {
  align-self: center !important;
}

.info-toast-override {
  background-color: var(--color-ui-blue) !important;
  color: var(--gray-1) !important;
}
.info-toast-override .material-symbols-outlined {
  color: var(--gray-1) !important;
}
.info-toast-override .blazored-toast-message {
  align-self: center !important;
}

.warning-toast-override {
  background-color: var(--color-ui-yellow) !important;
  color: var(--gray-5) !important;
}
.warning-toast-override .material-symbols-outlined {
  color: var(--gray-5) !important;
}
.warning-toast-override .blazored-toast-message {
  align-self: center !important;
}

.error-toast-override {
  background-color: var(--dark-red-1) !important;
  color: var(--gray-1) !important;
}
.error-toast-override .material-symbols-outlined {
  color: var(--gray-1) !important;
}
.error-toast-override .blazored-toast-message {
  align-self: center !important;
}

.hq-lyt__menu.hq-pos--absolute {
  background-color: var(--color-white);
  z-index: 16;
  min-height: 100%;
}

.hq-lyt__topbar.main-menu-absolute {
  padding-left: 60px;
}
.hq-lyt__topbar.main-menu-absolute + .hq-lyt__content {
  padding-left: 70px;
}

.hq-lyt-mobile__wrapper {
  height: 100%;
}
.hq-lyt-mobile__wrapper .hq-lyt-mobile__content {
  background-color: var(--gray-0);
  height: calc(100% - 53px);
}
.hq-lyt-mobile__wrapper .hq-lyt-mobile__content::-webkit-scrollbar {
  display: none;
}
.hq-lyt-mobile__wrapper .hq-lyt-mobile__content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: scroll;
  overflow-x: hidden;
}

.hq-main-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.hq-main-loader .spinner {
  width: 100%;
  height: 100%;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid var(--color-ui-blue); /* Blue */
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hq-custom-field-section {
  padding-right: 25%;
  padding-left: 4px;
}

.hq-multi-level-index-input input {
  height: 30px;
  color: var(--gray-5);
  background: none;
  padding-left: 8px;
  text-indent: 0;
  margin-bottom: 0;
  min-width: 5rem;
  width: 100%;
  border-radius: 7px;
  box-sizing: border-box;
  font: inherit;
  border: 1px solid;
  border-color: var(--gray-3);
}
.hq-multi-level-index-input input:valid {
  box-shadow: none;
}
.hq-multi-level-index-input input:focus, .hq-multi-level-index-input input:active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-color: #b6c5fd;
  box-shadow: 0 0 0 4px rgba(109, 138, 250, 0.25);
  outline: none;
}

/* The Modal (background) */
.hq-modal {
  display: flex; /* Hidden by default */
  flex-direction: column;
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* Modal Content */
}
.hq-modal .modal-content {
  width: 580px;
  max-width: calc(100vw - 45%);
  max-height: calc(100vh - 150px);
  background-color: #fefefe;
  margin: auto;
  padding: 20px 14px 20px 20px;
  border: 1px solid #888;
  border-radius: 14px;
  position: relative;
  animation-delay: 100ms;
}
.hq-modal .modal-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.hq-modal .modal-header .modal-title {
  font-weight: var(--font-weight-bold) !important;
  font-size: 20px !important;
  padding-left: 4px;
  color: var(--gray-5);
  line-height: 24px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  display: flex;
}
.hq-modal .modal-header {
  /* The Close Button */
}
.hq-modal .modal-header .close {
  color: var(--gray-4);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  display: flex;
  width: 20px;
}
.hq-modal .modal-header .close:hover,
.hq-modal .modal-header .close:focus {
  color: var(--color-ui-red);
  text-decoration: none;
  cursor: pointer;
}
.hq-modal .main-content {
  margin-top: 15px;
  overflow: auto;
  height: calc(100% - 30px);
  padding-left: 4px;
  padding-right: 0;
}
@keyframes modalIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* The Modal (background) */
.hq-sliding-modal {
  display: flex; /* Hidden by default */
  flex-direction: column;
  position: absolute; /* Stay in place */
  z-index: 15; /* Sit on top */
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: #fefefe;
  line-height: 1rem;
  padding: 20px 14px 20px 20px;
  border-radius: 10px;
  transform: translateX(550%);
  height: 90%;
  overflow-y: scroll;
}
.hq-sliding-modal .modal-title {
  font-weight: var(--font-weight-bold) !important;
  font-size: 20px !important;
  margin-bottom: 10px;
  padding-left: 4px;
  color: var(--gray-5);
}
.hq-sliding-modal.show-modal {
  animation: slide-in 150ms ease-out forwards;
  margin-left: 9px;
}
.hq-sliding-modal.hide-modal {
  animation: slide-out 150ms ease-in forwards;
}
.hq-sliding-modal {
  /* The Close Button */
}
.hq-sliding-modal .close {
  position: absolute;
  left: auto;
  right: 15px;
  color: var(--gray-4);
  float: right;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
}
.hq-sliding-modal .close:hover,
.hq-sliding-modal .close:focus {
  color: var(--color-ui-red);
  text-decoration: none;
  cursor: pointer;
}
.hq-sliding-modal .modal-content {
  margin-top: 15px;
  overflow: auto;
  height: calc(100% - 15px);
  padding-left: 4px;
  padding-right: 10px;
}

@keyframes slide-in {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(150%);
  }
}
.stepindicator {
  margin: 1rem;
}
.stepindicator ol {
  display: flex;
  counter-reset: step;
  padding-left: 0;
  justify-content: center;
}
.stepindicator li {
  display: flex;
  flex: 1;
  align-items: center;
  list-style-type: none;
  counter-increment: step;
  max-width: 33%;
}
.stepindicator {
  /* Rounded number */
}
.stepindicator li span {
  /*content: counter(step);*/
  display: inline-block;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  margin-right: 0.7rem;
  text-align: center;
  color: #fff;
  background-color: rgba(109, 138, 250, 0.4);
}
.stepindicator {
  /* Current Step */
}
.stepindicator li.current-step span {
  background-color: var(--color-ui-blue);
}
.stepindicator {
  /* Line between item */
  /* left */
}
.stepindicator li:not(:first-child):before {
  content: "";
  flex: 1;
  border-bottom: 0.15rem solid rgba(109, 138, 250, 0.4);
  margin: 0.2rem 0.7rem 0 0;
}
.stepindicator {
  /* Right */
}
.stepindicator li:not(:last-child):after {
  content: "";
  flex: 1;
  border-bottom: 0.15rem solid rgba(109, 138, 250, 0.4);
  margin: 0.2rem 0 0 0.7rem;
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

.hq-grid-wrapper {
  display: flex;
  height: 80vh;
}
.hq-grid-wrapper .hq-grid {
  position: relative;
  height: 100%;
  flex: 1;
  margin-bottom: 20px;
}
.hq-grid-wrapper .hq-grid.hide-spinner .e-spinner-inner {
  display: none;
}
.hq-grid-wrapper .hq-grid .e-grid td.e-active {
  background: var(--gray-1) !important;
}
.hq-grid-wrapper .hq-grid .e-grid {
  border: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-focused:not(.e-menu-item) {
  box-shadow: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-headercell .e-headertext {
  color: var(--gray-5) !important;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridcontent {
  height: calc(100% - 168px);
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader {
  border-top: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-checkbox-disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell .e-headercelldiv {
  font-weight: var(--font-weight-bold);
  margin: -5px !important;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell .e-frame {
  display: block !important;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell .e-rhandler {
  display: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell .e-icons {
  color: var(--gray-3) !important;
  display: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell .e-icons.e-ascending, .hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell .e-icons.e-descending {
  display: block;
  margin-right: 30px;
  margin-top: -27px;
  font-size: 15px;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell:hover .e-icons {
  display: block;
}
.hq-grid-wrapper .hq-grid .e-grid .e-gridheader .e-headercell:hover .e-rhandler {
  display: block;
}
.hq-grid-wrapper .hq-grid .e-grid .e-headercontent.e-lib.e-droppable {
  border-right-width: 0 !important;
}
.hq-grid-wrapper .hq-grid .e-grid .e-pager {
  border: none;
}
.hq-grid-wrapper .hq-grid .e-grid .e-row .e-rowcell {
  color: var(--color-text-normal) !important;
}
.hq-grid-wrapper .hq-grid .e-grid .commands-column .hq-button {
  padding: 0;
}
.hq-grid-wrapper .hq-grid.grid-pointer .e-grid .e-row .e-rowcell {
  white-space: nowrap;
  color: var(--color-text-normal) !important;
  padding: 10px 10px 10px 10px;
  border-color: var(--gray-2);
  height: 41px !important;
}
.hq-grid-wrapper .hq-grid.grid-pointer .e-grid .e-row .e-rowcell .hq-button {
  padding: 0 !important;
}
.hq-grid-wrapper .hq-grid.grid-pointer .e-grid .e-row {
  cursor: pointer;
}
.hq-grid-wrapper .hq-grid .e-toolbar {
  border-radius: 0;
  border: none;
}
.hq-grid-wrapper .hq-grid .e-control.e-toolbar {
  height: 75px !important;
  overflow: hidden;
}
.hq-grid-wrapper .hq-grid .e-toolbar .e-toolbar-items {
  background: white;
  width: 100%;
}
.hq-grid-wrapper .hq-grid .e-toolbar .e-toolbar-items .e-toolbar-item {
  width: 100%;
  margin: 0 !important;
  justify-content: space-between;
}
.hq-grid-wrapper .hq-grid .e-toolbar .e-toolbar-items .e-hscroll-content {
  width: 100%;
}
.hq-grid-wrapper .hq-grid .e-toolbar .e-toolbar-items .e-scroll-left-nav,
.hq-grid-wrapper .hq-grid .e-toolbar .e-toolbar-items .e-scroll-right-nav {
  width: 0px !important;
  border: none !important;
}
.hq-grid-wrapper .hq-grid .e-toolbar .e-toolbar-items.e-hscroll:not(.e-scroll-device) {
  padding: 0;
}
.hq-grid-wrapper .hq-grid button.e-primary {
  float: right;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper {
  width: 99%;
  display: flex;
  align-items: center;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper .grid-title {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px;
  display: inline-block;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper .hq-grid-subtitle {
  font-size: larger;
  align-self: center;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper .toolbar-title {
  flex: 1;
  display: flex;
  cursor: default;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper .toolbar-elements {
  flex: 8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: initial;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper .toolbar-elements .hq-button {
  padding: 7px 0;
}
.hq-grid-wrapper .hq-grid .toolbar-wrapper .toolbar-elements .hq-button:hover {
  z-index: 10;
}
.hq-grid-wrapper .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent.e-yscroll, .hq-grid-wrapper .e-grid.sf-grid .e-gridcontent .e-content.e-yscroll {
  min-height: 100%;
}
.hq-grid-wrapper .e-grid.sf-grid .e-detailindentcell {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
.hq-grid-wrapper .e-detailheadercell {
  width: 20px !important;
  padding: unset !important;
}
.hq-grid-wrapper .e-detailrowcollapse {
  width: 20px;
}
.hq-grid-wrapper .e-checkbox-disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}
.hq-grid-wrapper .e-detailrowexpand {
  width: 20px;
}
.hq-grid-wrapper .hq-grid .detail {
  height: auto;
}

.hq-loading-spinner {
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: white;
}
.hq-loading-spinner .loader {
  width: 60px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-ui-blue);
  --_m:
          conic-gradient(#0000 10%,#000),
          linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.hq-action-button .hq-button {
  padding: 7px 7px 0px 7px !important;
}

.hq-grid-switcher {
  padding-top: 7px;
}

.hq-grid-switcher-button-panel {
  position: relative;
  height: 40px;
  background-color: var(--gray-2);
  border-radius: 8px;
  align-items: center;
  /* Add the following styles for the slider */
}
.hq-grid-switcher-button-panel #highlightBar {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 8px;
  background-color: var(--color-white) !important;
  border-radius: 8px;
  bottom: 5px;
  top: 5px;
  width: 175px;
  transition: left 0.3s ease-in-out;
}

.hq-grid-switcher-button {
  z-index: 5;
  border-radius: 6px;
  margin-right: 3px;
  margin-left: 3px;
  place-content: center;
}

.hq-grid-switcher-button p {
  color: var(--gray-5);
  width: 175px;
  text-align: center;
  margin-bottom: 0;
}

.hq-grid-switcher-button p.txt-selected {
  color: var(--gray-5) !important;
}

.hq-combobox {
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}
.hq-combobox:not(:has(.hq-frm__group)) > div,
.hq-combobox .hq-frm__group > div {
  position: relative;
}
.hq-combobox:not(:has(.hq-frm__group)) .combobox-skeleton > div,
.hq-combobox .hq-frm__group .combobox-skeleton > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset !important;
}
.hq-combobox .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.hq-combobox .new-base-design .hq-frm__group {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
}
.hq-combobox .new-base-design .hq-frm__group .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: "\e70d";
}
.hq-combobox .new-base-design .hq-frm__group input.e-dropdownlist {
  width: calc(var(--width) - 38px) !important;
}
.hq-combobox .new-base-design .hq-frm__group .e-input-group {
  border: none;
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5);
}
.hq-combobox .new-base-design .hq-frm__group .e-input-group .e-input-group-icon {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
}
.hq-combobox span.e-input-group-icon.e-ddl-icon.e-icons.e-ddl-disable-icon {
  color: var(--gray-4) !important;
  font-weight: var(--font-weight-bold);
}
.hq-combobox .e-input-group .e-input-value {
  display: flex;
  align-items: center;
}
.hq-combobox .e-combobox {
  color: var(--gray-5) !important;
}
.hq-combobox .e-multi-select-wrapper .e-delim-values {
  -webkit-text-fill-color: var(--gray-5) !important;
  color: var(--gray-5) !important;
}
.hq-combobox .e-ddl.e-input-group.e-control-wrapper .e-input {
  color: var(--gray-4);
}
.hq-combobox .e-ddl.e-input-group input.e-input::placeholder {
  color: var(--gray-3-5);
}
.hq-combobox .e-multiselect input.e-multiselect::placeholder {
  color: var(--gray-3-5);
}
.hq-combobox .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-combobox .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background-color: white !important;
  color: var(--color-ui-blue) !important;
}
.hq-combobox.small .e-ddl.e-input-group.e-control-wrapper {
  padding: 4px;
  font-size: small;
  height: 32px;
}
.hq-combobox.small .e-ddl.e-input-group.e-control-wrapper .e-input {
  height: unset;
}
.hq-combobox.small .e-ddl.e-input-group .e-input-group-icon {
  min-height: unset;
}
.hq-combobox.small .hq-upload .hq-frm__group .drag-drop-zone {
  height: 28px;
}
.hq-combobox input,
.hq-combobox .hq-label {
  min-width: var(--min-width) !important;
  width: var(--width) !important;
  max-width: var(--max-width) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-dropdownbase .e-list-item:last-child, .e-dropdownbase .e-list-item.e-item-focus:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.e-dropdownbase .e-list-item .e-hover {
  color: inherit;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.e-ddl.e-popup .e-filter-parent {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.hq-combobox-items-margin {
  margin-left: 10px;
}

.hq-combobox-items-wrap-in-2-lines {
  white-space: pre-line;
  font-size: 10pt;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px;
  text-indent: 0px !important;
}

.hq-combobox-items-nowrap {
  font-size: 10pt;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
}

.e-input-value:has(.hq-combobox-items-nowrap) {
  overflow: hidden;
}

.hq-combobox-items-margin:has(.hq-combobox-items-nowrap) {
  width: 100%;
}

.e-ddl.e-popup-open .dropdown-buttons {
  display: flex;
  justify-content: center;
  padding: 8px;
  background-color: var(--gray-1);
  border-top: 1px solid var(--gray-2);
}

.e-input-filter {
  color: var(--gray-5) !important;
}

.hq-button {
  display: inline-block;
  padding: 7px 0px 7px 7px;
}
.hq-button * {
  user-select: none;
}
.hq-button:nth-last-of-type(1) {
  padding-right: 7px;
}
.hq-button.inline {
  margin-top: 10px;
}
.hq-button.inline-modal {
  margin-bottom: -5px;
  padding-right: 10px;
}
.hq-button .e-btn.icon {
  color: var(--gray-4);
  border: none;
  padding: 1px;
  box-sizing: border-box;
  box-shadow: none;
  background: none;
}
.hq-button .e-btn.icon:hover:not(.disabled) {
  color: var(--color-ui-red);
}
.hq-button .e-btn.primary {
  color: white;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  background-color: var(--color-ui-blue);
}
.hq-button .e-btn.primary:hover:not(.disabled) {
  background-color: var(--dark-blue-2);
}
.hq-button .e-btn.primary:active:not(.disabled) {
  background-color: var(--dark-blue-2);
}
.hq-button .e-btn.secondary {
  color: var(--gray-4);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  background-color: white;
}
.hq-button .e-btn.secondary:hover:not(.disabled) {
  background-color: var(--gray-1);
}
.hq-button .e-btn.secondary:active:not(.disabled) {
  background-color: var(--gray-2);
}
.hq-button .e-btn.clear {
  color: var(--gray-4);
  box-shadow: none;
  background: none;
  padding-left: 0px;
}
.hq-button .e-btn.clear:hover:not(.disabled) {
  background-color: none;
  color: var(--color-ui-blue);
}
.hq-button .e-btn.clear:active:not(.disabled) {
  background-color: none;
  color: var(--dark-blue-2);
}
.hq-button .e-btn.reset {
  color: var(--gray-4);
  box-shadow: none;
  background: none;
  padding-left: 0px;
}
.hq-button .e-btn.reset:hover:not(.disabled) {
  background-color: none;
  color: var(--color-ui-red);
}
.hq-button .e-btn.reset:active:not(.disabled) {
  background-color: none;
  color: var(--color-ui-red);
}
.hq-button .e-btn.delete {
  color: white;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  background-color: var(--color-ui-red);
}
.hq-button .e-btn.delete:hover:not(.disabled) {
  background-color: var(--dark-red-2);
}
.hq-button .e-btn.delete:active:not(.disabled) {
  background-color: var(--dark-red-2);
}
.hq-button .e-btn.option {
  color: var(--gray-4);
  font-size: 11px;
  font-weight: var(--font-weight-bold);
  border-radius: 4px;
  box-shadow: none;
  background-color: var(--gray-6);
  width: 26px;
  height: 26px;
  padding: 0px;
}
.hq-button .e-btn.option:hover:not(.disabled) {
  color: white;
  background-color: var(--color-ui-blue);
  border: 2px solid var(--color-ui-blue);
  box-shadow: 0px 0px 0px 2px var(--color-ui-blue);
}
.hq-button .e-btn.option:active:not(.disabled) {
  color: white;
  background-color: var(--color-ui-blue);
}
.hq-button .e-btn, .hq-button .e-css.e-btn {
  border-radius: 6px;
  color: var(--gray-4);
  background-color: white;
  font-weight: var(--font-weight-bold);
  border: none;
  font-size: 13px;
  padding: 10px 13px;
}
.hq-button .e-btn .e-btn-icon.e-icon-left, .hq-button .e-css.e-btn .e-btn-icon.e-icon-left {
  margin-left: 0;
  width: auto;
  padding: 0;
}
.hq-button .button-base, .hq-button .secondary-icon-blue, .hq-button .secondary-icon, .hq-button .return-icon-button, .hq-button .primary-icon-delete, .hq-button .primary-icon-add, .hq-button .primary-icon-no-effect, .hq-button .primary-icon, .hq-button .primary-icon-circular, .hq-button .primary-icon-circular-clear {
  cursor: pointer;
  height: 40px;
  width: 45px;
  border-radius: 6px;
  color: white;
  text-align: center;
}
.hq-button .primary-icon, .hq-button .primary-icon-circular, .hq-button .primary-icon-circular-clear {
  background-color: var(--color-ui-blue);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  position: relative;
}
.hq-button .primary-icon:hover:not(.disabled), .hq-button .primary-icon-circular:hover:not(.disabled), .hq-button .primary-icon-circular-clear:hover:not(.disabled) {
  background-color: var(--dark-blue-2);
}
.hq-button .primary-icon:active:not(.disabled), .hq-button .primary-icon-circular:active:not(.disabled), .hq-button .primary-icon-circular-clear:active:not(.disabled) {
  background-color: var(--dark-blue-2);
}
.hq-button .primary-icon .add-icon, .hq-button .primary-icon-circular .add-icon, .hq-button .primary-icon-circular-clear .add-icon {
  margin-top: 20%;
}
.hq-button .primary-icon-no-effect {
  background-color: var(--color-ui-blue);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  position: relative;
}
.hq-button .primary-icon-no-effect .add-icon {
  margin-top: 20%;
}
.hq-button .primary-icon-add {
  background-color: var(--color-ui-green-2);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-button .primary-icon-add:hover:not(.disabled) {
  background-color: var(--dark-green-2);
}
.hq-button .primary-icon-add:active:not(.disabled) {
  background-color: var(--dark-green-2);
}
.hq-button .primary-icon-add .add-icon {
  margin-top: 20%;
}
.hq-button .primary-icon-delete {
  background-color: var(--dark-red-1);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-button .primary-icon-delete:hover:not(.disabled) {
  background-color: var(--dark-red-2);
}
.hq-button .primary-icon-delete:active:not(.disabled) {
  background-color: var(--dark-red-2);
}
.hq-button .primary-icon-delete .add-icon {
  margin-top: 20%;
}
.hq-button .secondary-icon, .hq-button .return-icon-button {
  color: var(--gray-4);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  background-color: white;
}
.hq-button .secondary-icon:hover:not(.disabled), .hq-button .return-icon-button:hover:not(.disabled) {
  background-color: var(--gray-1);
}
.hq-button .secondary-icon:active:not(.disabled), .hq-button .return-icon-button:active:not(.disabled) {
  background-color: var(--gray-2);
}
.hq-button .secondary-icon .add-icon, .hq-button .return-icon-button .add-icon {
  color: var(--gray-4);
  margin-top: 20%;
}
.hq-button .return-icon-button {
  padding-left: 0.6rem;
}
.hq-button .secondary-icon-blue {
  color: #6B89FB;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-button .secondary-icon-blue:hover:not(.disabled) {
  background-color: var(--gray-1);
}
.hq-button .secondary-icon-blue:active:not(.disabled) {
  background-color: var(--gray-2);
}
.hq-button .secondary-icon-blue .add-icon {
  color: #6B89FB;
  margin-top: 20%;
}
.hq-button .secondary-icon-clear-hover {
  cursor: pointer;
  height: 40px;
  width: 45px;
  color: var(--gray-4);
  background-color: white;
  text-align: center;
}
.hq-button .secondary-icon-clear-hover:hover:not(.disabled) {
  border-radius: 6px;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-button .secondary-icon-clear-hover:active:not(.disabled) {
  background-color: var(--gray-2);
}
.hq-button .secondary-icon-clear-hover .add-icon {
  color: var(--gray-4);
  margin-top: 20%;
}
.hq-button .clear-icon {
  cursor: pointer;
  max-height: 40px;
  width: 45px;
  border-radius: 6px;
  color: var(--gray-4);
  box-shadow: none;
  background-color: inherit;
  text-align: center;
}
.hq-button .clear-icon .material-symbols-outlined:hover {
  background-color: inherit;
  color: var(--color-ui-blue);
}
.hq-button .clear-icon:active:not(.disabled) {
  background-color: inherit;
  color: var(--dark-blue-2);
}
.hq-button .clear-icon .add-icon {
  margin-top: 20%;
}
.hq-button .clear-close {
  color: var(--gray-5);
  box-shadow: none !important;
  background: none !important;
  padding-left: 0;
}
.hq-button .clear-close:hover:not(.disabled) {
  background-color: white;
  color: var(--color-ui-red);
}
.hq-button .clear-close:active:not(.disabled) {
  background-color: white;
  color: var(--color-ui-red);
}
.hq-button .clear-close:focus {
  background-color: white;
  color: var(--color-ui-red);
}
.hq-button .clear-close-no-padding {
  color: var(--gray-4);
  box-shadow: none;
  background: none;
}
.hq-button .clear-close-no-padding:hover:not(.disabled) {
  background-color: white;
  color: var(--color-ui-red);
}
.hq-button .clear-close-no-padding:active:not(.disabled) {
  background-color: white;
  color: var(--color-ui-red);
}
.hq-button .primary-icon-circular, .hq-button .primary-icon-circular-clear {
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  box-shadow: none;
  background-color: var(--color-ui-green);
}
.hq-button .primary-icon-circular:hover:not(.disabled), .hq-button .primary-icon-circular-clear:hover:not(.disabled) {
  background-color: var(--color-ui-green);
  color: white;
}
.hq-button .primary-icon-circular:active:not(.disabled), .hq-button .primary-icon-circular-clear:active:not(.disabled) {
  background-color: var(--color-ui-green);
  color: white;
}
.hq-button .primary-icon-circular .add-icon, .hq-button .primary-icon-circular-clear .add-icon {
  margin-top: 5%;
}
.hq-button .primary-icon-circular-no-effect {
  cursor: default;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background-color: var(--color-ui-blue);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  color: white;
  text-align: center;
}
.hq-button .primary-icon-circular-no-effect .add-icon {
  margin-top: 10%;
}
.hq-button .primary-icon-circular-clear {
  color: var(--gray-3);
  background: none;
}
.hq-button .primary-icon-circular-clear:active:not(.disabled) {
  background: none;
  color: var(--gray-4);
}
.hq-button .primary-icon-circular-clear:hover:not(.disabled) {
  background: none;
  color: var(--gray-4);
}
.hq-button .lds-ring {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 11px;
}
.hq-button .lds-ring div {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.hq-button .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hq-select-button {
  text-align: center;
  display: block;
  margin: 30px;
  aspect-ratio: 1/1;
  box-shadow: 0 3px 30px 0 rgba(42, 47, 61, 0.3) !important;
}
.hq-select-button > * {
  user-select: none;
}
.hq-select-button .hq-textbox input, .hq-select-button .hq-textbox .hq-label {
  white-space: normal;
}
.hq-select-button.active {
  background-color: var(--color-ui-blue);
}
.hq-select-button.active > * {
  color: white;
}

.add-line {
  margin-top: 10px;
  border: 1px dashed var(--gray-3);
  border-radius: 10px;
  color: var(--gray-3-5);
  box-sizing: border-box;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-line > span {
  vertical-align: bottom;
  margin-right: 3px;
  text-align: center;
  color: var(--gray-3) !important;
}

.add-line:not(.disabled):hover {
  font-weight: var(--font-weight-bold);
  border-color: var(--gray-4);
  color: var(--gray-5) !important;
}
.add-line:not(.disabled):hover > * {
  color: var(--gray-5) !important;
}

.add-line.disabled {
  cursor: not-allowed !important;
}

.hq-icon-button {
  background-color: #fff;
  padding: 8px;
  display: flex;
  width: fit-content;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.hq-icon-button .material-symbols-outlined {
  margin-right: 10px;
}

/* Panel for the Buttons */
.hq-enum-switcher-button-panel {
  position: relative;
  height: 40px;
  background-color: var(--gray-2);
  border-radius: 8px;
  align-items: center;
  /* ID for sliding the buttons from JS */
}
.hq-enum-switcher-button-panel #highlightBar {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 8px;
  background-color: var(--color-white) !important;
  border-radius: 8px;
  bottom: 5px;
  top: 5px;
  width: 125px;
  transition: left 0.3s ease-in-out;
}

/* Enum-Button */
.hq-enum-switcher-button {
  z-index: 5;
  border-radius: 6px;
  margin-right: 3px;
  margin-left: 3px;
  place-content: center;
}

/* Text of Enum-Button */
.hq-enum-switcher-button p {
  color: var(--gray-5);
  width: 125px;
  text-align: center;
  margin-bottom: 0;
}

/* Selected Text of Enum-Button */
.hq-enum-switcher-button p.txt-selected {
  color: var(--gray-5) !important;
}

.hq-segment-headline {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: medium;
}

.hq-section-collabsable .headline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: medium;
}
.hq-section-collabsable .content {
  margin: 20px;
  overflow-y: auto;
  transition: max-height 0.1s ease-in-out;
}
.hq-section-collabsable .hide {
  max-height: 0;
}

.hq-small-legend {
  color: var(--gray-3-5);
  font-size: xx-small;
}

.hq-contact-details {
  height: 60vh;
}
.hq-contact-details .hq-inline-edit-with-label .data-section .small-label {
  flex: 0.3;
}
.hq-contact-details .address-data-section .data-section {
  height: 38.44px;
}
.hq-contact-details .address-data-section .company-info {
  padding-left: 10px;
}
.hq-contact-details .note-wrapper .data-section-item:nth-child(2) {
  height: 57px;
}
.hq-contact-details .custom-fields-section .hq-checkbox {
  padding-left: 10px;
}
.hq-contact-details .custom-fields-section .data-section .small-label {
  flex: 0.3;
}
.hq-contact-details .contact-creator {
  margin-bottom: 5px;
  text-align: center;
  margin-top: 25px;
  color: var(--gray-3-5);
}

#hq-company-contacts .content .hq-splitbox .note-wrapper .read-only-mode {
  overflow-y: auto;
}
#hq-company-contacts .content .hq-splitbox .box-layout, #hq-company-contacts .content .hq-splitbox .box-layout-shadow, #hq-company-contacts .content .hq-splitbox .stacked-box, #hq-company-contacts .content .hq-splitbox .stacked-box-shadow {
  margin-bottom: 20px;
}
#hq-company-contacts .content .hq-splitbox .hq-flx--width-flex-1:has(.hq-combobox), #hq-company-contacts .content .hq-splitbox .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1:has(.hq-combobox), .hq-inline-edit-base-enabled .read-only-mode #hq-company-contacts .content .hq-splitbox .truncate-flex-1:has(.hq-combobox), #hq-company-contacts .content .hq-splitbox .hq-mytask-details .task-progress .truncate-flex-1:has(.hq-combobox), .hq-mytask-details .task-progress #hq-company-contacts .content .hq-splitbox .truncate-flex-1:has(.hq-combobox), #hq-company-contacts .content .hq-splitbox .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1:has(.hq-combobox), .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-contacts .content .hq-splitbox .truncate-flex-1:has(.hq-combobox), #hq-company-contacts .content .hq-splitbox .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1:has(.hq-combobox), .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-contacts .content .hq-splitbox .truncate-flex-1:has(.hq-combobox) {
  margin-left: 0;
  margin-right: 0;
}

.hq-frm__label, .hq-assignment-table .assignment-value {
  font-weight: var(--font-weight-bold);
  font-size: 12px;
  color: var(--gray-3-5);
  padding-left: 3px;
}

.container {
  position: relative;
}

.tagsinput,
.tagsinput * {
  box-sizing: border-box;
}

.tagsinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  font-size: 1rem;
  height: auto;
  line-height: 20px;
  color: #556270;
  padding: 5px;
  column-gap: 5px;
  row-gap: 5px;
  border: 1px solid var(--gray-3);
  border-radius: 8px;
}
.tagsinput.focus {
  border-color: #ccc;
}
.tagsinput .tag {
  position: relative;
  background: var(--color-ui-blue);
  display: block;
  max-width: 100% !important;
  word-wrap: break-word;
  color: #fff;
  padding: 5px 28px 5px 10px;
  border-radius: 10px;
}
.tagsinput .tag .tag-remove {
  position: absolute;
  background: 0 0;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: var(--color-white);
  line-height: 30px;
  padding: 0;
  border: 0;
}
.tagsinput .tag-input {
  font-size: small;
  border: none !important;
  max-height: 30px;
}
.tagsinput .tag-input input {
  width: 100% !important;
}

.tagsinput .tag .tag-remove:after,
.tagsinput .tag .tag-remove:before {
  background: var(--color-white);
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: 14px;
  left: 10px;
  content: "";
}

.tagsinput .tag .tag-remove:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.tagsinput .tag .tag-remove:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.tagsinput div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.error {
  color: #e41111;
  font-size: x-small;
}

.tagsinput div input::-ms-clear {
  display: none;
}

.tagsinput div input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.tagsinput div input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.tagsinput div input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.tagsinput div input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.hq-tree-view-menu-search {
  color: var(--gray-5) !important;
}

.hq-tree-view-menu-search ::placeholder {
  color: var(--gray-3-5) !important;
}

.hq-filter-button-active {
  max-width: 300px;
  border-radius: 20px;
  display: flex;
  padding: 3px 10px 3px 13px;
  margin: 7px 0px;
  background-color: var(--color-ui-blue);
}
.hq-filter-button-active:hover {
  background-color: var(--dark-blue-2);
}
.hq-filter-button-active .add-icon {
  color: white;
  vertical-align: bottom;
}

.hq-filter-button-unsaved {
  max-width: 300px;
  border-radius: 20px;
  display: flex;
  padding: 3px 10px 3px 13px;
  margin: 7px 0px;
  background-color: var(--gray-3);
}
.hq-filter-button-unsaved:hover {
  background-color: var(--gray-4);
}
.hq-filter-button-unsaved .hq-button {
  padding: 0px !important;
  vertical-align: top;
}
.hq-filter-button-unsaved .clear-icon {
  color: inherit;
  width: auto;
  height: 18px;
}
.hq-filter-button-unsaved .clear-icon .add-icon {
  color: white;
  margin-top: 0 !important;
}

.hq-filter-button-inactive {
  display: inline-block;
}
.hq-filter-button-inactive .secondary-icon-clear-hover {
  color: var(--gray-4);
  vertical-align: bottom;
}

.filter-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -3px;
  font-family: inherit;
  color: white;
  font-size: 13px;
  padding-right: 7px;
}

#hq-document-template-modal .hq-select-button.active {
  background-color: var(--light-blue-2);
}
#hq-document-template-modal .box-layout-shadow {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hq-document-template-overview .indentation table {
  padding-left: 28px;
}

.hq-templateeditor-menu {
  overflow: unset !important;
  overflow-y: scroll !important;
}
.hq-templateeditor-menu .hq-frm__group .hq-frm__label, .hq-templateeditor-menu .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-templateeditor-menu .hq-frm__group .assignment-value {
  padding-left: 0;
}
.hq-templateeditor-menu .e-checkbox-wrapper.e-wrapper {
  padding-left: 3px;
}
.hq-templateeditor-menu .template-menu-label-to-input,
.hq-templateeditor-menu .hq-font-selector-combobox.Horizontal > .hq-frm__group,
.hq-templateeditor-menu .multi-input-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  column-gap: 20px;
}
.hq-templateeditor-menu .template-menu-label-to-input .hq-label,
.hq-templateeditor-menu .hq-font-selector-combobox.Horizontal > .hq-frm__group .hq-label,
.hq-templateeditor-menu .multi-input-field .hq-label {
  align-content: center;
}
.hq-templateeditor-menu .template-menu-label-to-input .hq-button,
.hq-templateeditor-menu .hq-font-selector-combobox.Horizontal > .hq-frm__group .hq-button,
.hq-templateeditor-menu .multi-input-field .hq-button {
  padding-left: 0;
}
.hq-templateeditor-menu .box-title {
  display: flex;
  margin-bottom: 20px;
}
.hq-templateeditor-menu .hq-text-button {
  margin-bottom: 8px;
  margin-left: 25px;
  border: none;
  padding: 0;
}
.hq-templateeditor-menu .hq-text-button:hover {
  color: var(--color-text-normal);
  background-color: white;
}
.hq-templateeditor-menu .long-text .hq-frm__label, .hq-templateeditor-menu .long-text .hq-assignment-table .assignment-value, .hq-assignment-table .hq-templateeditor-menu .long-text .assignment-value {
  padding: 0;
}
.hq-templateeditor-menu .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
}
.hq-templateeditor-menu input.e-input, .hq-templateeditor-menu textarea.e-input, .hq-templateeditor-menu .e-input-group, .hq-templateeditor-menu .e-input-group.e-control-wrapper {
  font-size: 13px;
}
.hq-templateeditor-menu .box-layout-content {
  margin: 0 5px;
}
.hq-templateeditor-menu .box-layout-content .hq-layoutbox-section .hq-font-selector-combobox .component-switcher .e-control-wrapper {
  height: 32px;
}
.hq-templateeditor-menu .box-layout-content .hq-layoutbox-section .hq-font-selector-combobox .hq-label {
  width: 118px;
  flex: none;
}
.hq-templateeditor-menu .box-layout-content .hq-layoutbox-section .hq-page-selector_upload .e-checkbox-wrapper label .e-label {
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5);
  font-size: 12px;
}
.hq-templateeditor-menu .hq-upload .material-symbols-outlined {
  color: var(--gray-3);
}
.hq-templateeditor-menu .hq-upload .hq-frm__group {
  margin-bottom: 0;
}
.hq-templateeditor-menu .hq-upload .hq-frm__group .txt-wrapper:empty {
  margin-top: 0;
}
.hq-templateeditor-menu .hq-page-selector_upload .e-checkbox-wrapper {
  padding-left: 3px;
}
.hq-templateeditor-menu .align-label-and-input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  padding: 5px;
  gap: 5px;
}
.hq-templateeditor-menu .align-label-and-input .hq-button {
  cursor: pointer;
  flex: none;
  padding: 0 3px !important;
  margin-top: -5px;
}
.hq-templateeditor-menu .align-label-and-input .hq-textbox, .hq-templateeditor-menu .align-label-and-input .hq-combobox {
  flex: 1.7;
}
.hq-templateeditor-menu .align-label-and-input.spacing-sm .hq-frm__group {
  margin-bottom: 0;
}
.hq-templateeditor-menu .multi-input-field .hq-label {
  padding-top: 6px;
  flex: unset;
  width: 118px;
}
.hq-templateeditor-menu .multi-input-field .hq-label .hq-frm__label, .hq-templateeditor-menu .multi-input-field .hq-label .hq-assignment-table .assignment-value, .hq-assignment-table .hq-templateeditor-menu .multi-input-field .hq-label .assignment-value {
  display: inline-block;
}
.hq-templateeditor-menu .multi-input-field .inputs {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 10px;
}
.hq-templateeditor-menu .default-font-size-and-color .hq-font-selector-combobox > .hq-frm__group {
  margin-bottom: 0;
}
.hq-templateeditor-menu .default-font-size-and-color .hq-color-picker {
  margin-top: unset;
  margin-bottom: unset;
}
.hq-templateeditor-menu .default-font-size-and-color .hq-color-picker .hq-label {
  display: none;
}

.document-template-grid .hq-simple-grid .e-grid {
  width: min-content !important;
  margin: 0 10px;
}
.document-template-grid .hq-simple-grid .e-grid.hq-grid .e-grid.e-gridhover tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: var(--gray-1) !important;
}
.document-template-grid .hq-simple-grid .e-grid .e-row .e-rowcell {
  background-color: transparent;
}
.document-template-grid .hq-simple-grid .e-grid .e-row .e-rowcell .hq-inline-edit-base-enabled .content,
.document-template-grid .hq-simple-grid .e-grid .e-row .e-rowcell .hq-inline-edit-base-disabled .content {
  padding: 5px;
  display: flex;
  align-items: center;
}
.document-template-grid .hq-simple-grid .e-grid .e-tableborder {
  border: none;
}
.document-template-grid .hq-simple-grid .e-grid .e-gridheader {
  border: none;
}
.document-template-grid .hq-simple-grid .e-grid .e-gridheader .e-columnheader .e-headercell {
  border: none;
}
.document-template-grid .hq-simple-grid .e-grid .e-headertext {
  font-size: 13px;
  color: var(--gray-3-5) !important;
}
.document-template-grid .e-grid .e-icon-gdownarrow {
  display: none;
}
.document-template-grid .simple-grid-group-header {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-normal);
}
.document-template-grid .simple-grid-group-header:not(:first-of-type) {
  margin-top: 18px;
}
.document-template-grid .e-grid .e-groupcaption,
.document-template-grid .e-grid .e-indentcell,
.document-template-grid .e-grid .e-recordplusexpand,
.document-template-grid .e-grid .e-recordpluscollapse {
  background-color: transparent;
}
.document-template-grid td.e-recordplusexpand {
  display: none;
}
.document-template-grid .e-grid .e-indentcell {
  border: none;
}
.document-template-grid td.e-groupcaption {
  border: none;
  height: 38px;
  padding-bottom: 0;
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

body,
html {
  font-family: "Inter", sans-serif;
  font-weight: var(--font-weight-regular);
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-size: 13px;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
}

.hq-txt-default-font {
  font-family: "Inter", sans-serif;
}

div, span {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.hq-txt--heading-s,
.hq-txt--heading-m,
.hq-txt--heading-l {
  margin-top: 1.1em;
  margin-bottom: 13px;
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-extra-bold);
}

h1,
.hq-txt--heading-l,
.hq-txt--heading-1 {
  font-size: 18px;
}

h2,
.hq-txt--heading-m,
.hq-txt--heading-2 {
  font-size: 14px;
}

h3,
.hq-txt--heading-s,
.hq-txt--heading-3 {
  font-size: 13px;
}

p,
.hq-txt--body-regular {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  tab-size: 4;
}

.hq-txt--body-regular-light {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  color: var(--color-text-light);
}

.hq-txt--default {
  color: var(--color-text-normal);
}

.hq-txt--default-light, .hq-subscriptionmanagement .detail-info-onboarding {
  color: var(--color-text-light);
}

.hq-txt--red-light {
  color: var(--light-red-2);
}

.hq-txt--body-default {
  font-size: 13px;
}

.hq-txt--body-small {
  font-size: 11px;
}

.hq-txt--body-bold-and-large {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

.hq-txt--gray-1 {
  color: var(--gray-1);
}

.hq-txt--gray-2 {
  color: var(--gray-2);
}

.hq-txt--gray-3 {
  color: var(--gray-3);
}

.hq-txt--gray-3-5 {
  color: var(--gray-3-5);
}

.hq-txt--gray-4 {
  color: var(--gray-4);
}

.hq-txt--gray-5 {
  color: var(--gray-5);
}

.hq-txt--warning {
  color: var(--color-ui-red);
}

.hq-txt--success {
  color: var(--color-ui-green);
}

.hq-txt--primary {
  color: var(--color-ui-blue);
}

strong,
b,
.hq-txt--bold,
.hq-add-items-box .header-text {
  font-weight: var(--font-weight-extra-bold);
}

em, i,
.hq-txt--italic {
  font-style: italic;
}

.hq-txt--no-wrap {
  white-space: nowrap;
}

.hq-txt--break {
  word-break: break-word;
}

.hq-txt--break-all {
  word-break: break-all;
}

.hq-txt--pre-wrap {
  white-space: pre-wrap;
}

a, a:active, a:visited, a:link {
  outline: none;
  text-decoration: none;
}

.hq-txt--left {
  text-align: left;
}

.hq-txt--right, #hq-account-assignment-modal .account-modal-buttons {
  text-align: right;
}

.hq-txt--center {
  text-align: center;
}

.hq-txt--text-top {
  vertical-align: text-top;
}

.hq-txt-middle {
  vertical-align: middle;
}

.hq-txt--truncate, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-lead-kanban-card .card-body .lead-status, .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .small-badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-select--none {
  user-select: none;
}

.hq-templateeditor-pages {
  padding-right: 25px;
  padding-left: 25px;
  overflow-y: scroll;
  text-align: -webkit-center;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.hq-templateeditor-pages .free-drag-element .content,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor,
.hq-templateeditor-pages .hq-ordered-element .content {
  font-family: DocumentTemplateFontRegular, "Inter", sans-serif;
  font-size: var(--default-font-size);
  color: var(--default-font-color);
  line-height: var(--line-spacing);
}
.hq-templateeditor-pages .free-drag-element .content p,
.hq-templateeditor-pages .free-drag-element .content *:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor p,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor *:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor p,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor *:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.hq-templateeditor-pages .hq-ordered-element .content p,
.hq-templateeditor-pages .hq-ordered-element .content *:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]) {
  font-family: DocumentTemplateFontRegular, "Inter", sans-serif;
  font-size: var(--default-font-size);
  color: var(--default-font-color);
  line-height: var(--line-spacing);
}
.hq-templateeditor-pages .free-drag-element .content b,
.hq-templateeditor-pages .free-drag-element .content b *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor b,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor b *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor b,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor b *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .content b,
.hq-templateeditor-pages .hq-ordered-element .content b *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"] * {
  font-family: DocumentTemplateFontBold, "Inter", sans-serif !important;
}
.hq-templateeditor-pages .free-drag-element .content i,
.hq-templateeditor-pages .free-drag-element .content i *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor i,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor i *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor i,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor i *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .content i,
.hq-templateeditor-pages .hq-ordered-element .content i *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"] * {
  font-family: DocumentTemplateFontItalic, "Inter", sans-serif !important;
}
.hq-templateeditor-pages .free-drag-element .content b i,
.hq-templateeditor-pages .free-drag-element .content b i *,
.hq-templateeditor-pages .free-drag-element .content i b,
.hq-templateeditor-pages .free-drag-element .content i b *,
.hq-templateeditor-pages .free-drag-element .content b [style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"] i,
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"] [style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"][style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .content b [style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"] i *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"] [style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-weight: bold"][style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .content i [style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"] b,
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"] [style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"][style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .content i [style*="font-weight: bold"] *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"] b *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"] [style*="font-weight: bold"] *,
.hq-templateeditor-pages .free-drag-element .content [style*="font-style: italic"][style*="font-weight: bold"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor b i,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor b i *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor i b,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor i b *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor b [style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"] i,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"] [style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"][style*="font-style: italic"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor b [style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"] i *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"] [style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-weight: bold"][style*="font-style: italic"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor i [style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"] b,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"] [style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"][style*="font-weight: bold"],
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor i [style*="font-weight: bold"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"] b *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"] [style*="font-weight: bold"] *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor [style*="font-style: italic"][style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor b i,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor b i *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor i b,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor i b *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor b [style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"] i,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"] [style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"][style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor b [style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"] i *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"] [style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-weight: bold"][style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor i [style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"] b,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"] [style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"][style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor i [style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"] b *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"] [style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor [style*="font-style: italic"][style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .content b i,
.hq-templateeditor-pages .hq-ordered-element .content b i *,
.hq-templateeditor-pages .hq-ordered-element .content i b,
.hq-templateeditor-pages .hq-ordered-element .content i b *,
.hq-templateeditor-pages .hq-ordered-element .content b [style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"] i,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"] [style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"][style*="font-style: italic"],
.hq-templateeditor-pages .hq-ordered-element .content b [style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"] i *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"] [style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-weight: bold"][style*="font-style: italic"] *,
.hq-templateeditor-pages .hq-ordered-element .content i [style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"] b,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"] [style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"][style*="font-weight: bold"],
.hq-templateeditor-pages .hq-ordered-element .content i [style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"] b *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"] [style*="font-weight: bold"] *,
.hq-templateeditor-pages .hq-ordered-element .content [style*="font-style: italic"][style*="font-weight: bold"] * {
  font-family: DocumentTemplateFontBoldAndItalic, "Inter", sans-serif !important;
}
.hq-templateeditor-pages .free-drag-element .content h1,
.hq-templateeditor-pages .free-drag-element .content h2,
.hq-templateeditor-pages .free-drag-element .content h3,
.hq-templateeditor-pages .free-drag-element .content h4,
.hq-templateeditor-pages .free-drag-element .content h5,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h1,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h2,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h3,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h4,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h5,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h1,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h2,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h3,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h4,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h5,
.hq-templateeditor-pages .hq-ordered-element .content h1,
.hq-templateeditor-pages .hq-ordered-element .content h2,
.hq-templateeditor-pages .hq-ordered-element .content h3,
.hq-templateeditor-pages .hq-ordered-element .content h4,
.hq-templateeditor-pages .hq-ordered-element .content h5 {
  font-family: DocumentTemplateFontHeadline, "Inter", sans-serif !important;
}
.hq-templateeditor-pages .free-drag-element .content h1 *,
.hq-templateeditor-pages .free-drag-element .content h2 *,
.hq-templateeditor-pages .free-drag-element .content h3 *,
.hq-templateeditor-pages .free-drag-element .content h4 *,
.hq-templateeditor-pages .free-drag-element .content h5 *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h1 *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h2 *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h3 *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h4 *,
.hq-templateeditor-pages .free-drag-element .hq-richtexteditor h5 *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h1 *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h2 *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h3 *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h4 *,
.hq-templateeditor-pages .hq-ordered-element .hq-richtexteditor h5 *,
.hq-templateeditor-pages .hq-ordered-element .content h1 *,
.hq-templateeditor-pages .hq-ordered-element .content h2 *,
.hq-templateeditor-pages .hq-ordered-element .content h3 *,
.hq-templateeditor-pages .hq-ordered-element .content h4 *,
.hq-templateeditor-pages .hq-ordered-element .content h5 * {
  font-family: DocumentTemplateFontHeadline, "Inter", sans-serif !important;
}

.hq-templateeditor-pages::-webkit-scrollbar {
  display: none;
}

.hq-templateeditor-page {
  width: 1050px;
  height: 1484px;
  box-shadow: 0 3px 15px 0 rgba(42, 47, 61, 0.2) !important;
  margin: 15px 0;
  position: relative;
  background-color: white;
}
.hq-templateeditor-page .fold-marks-top {
  width: 30px;
  border-bottom: 2px solid black;
  position: absolute;
  top: 525px;
  z-index: 10;
}
.hq-templateeditor-page .fold-marks-bottom {
  width: 30px;
  border-bottom: 2px solid black;
  position: absolute;
  top: 1049px;
  z-index: 10;
}

.hq-templateeditor {
  position: relative;
}
.hq-templateeditor .hq-ordered-grid-element {
  margin: 0 !important;
}
.hq-templateeditor .hq-templateeditor-header {
  position: fixed;
  z-index: 14;
  width: 100%;
  top: 60px;
  padding-top: 10px;
  background-color: var(--gray-0);
}
.hq-templateeditor .hq-templateeditor-header .hq-txt--default {
  text-align: left;
  flex: none;
}
.hq-templateeditor .hq-templateeditor-wrapper {
  position: relative;
  top: 3rem;
}
.hq-templateeditor .hq-templateeditor-wrapper .hq-templateeditor-page .free-drag-element {
  padding: 0;
}
.hq-templateeditor .hq-templateeditor-wrapper .hq-sticky-document-options {
  position: fixed;
  left: 895px;
  z-index: 14;
  min-width: 415px;
  max-width: 450px;
}
.hq-templateeditor .hq-templateeditor-wrapper .hq-sticky-document-options .hq-templateeditor-menu-container {
  padding-bottom: 15px;
}
.hq-templateeditor .hq-templateeditor-wrapper .hq-sticky-document-options .hq-templateeditor-menu {
  max-height: 80vh;
  overflow: scroll;
  min-width: 415px;
  height: fit-content;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-templateeditor .hq-templateeditor-wrapper .hq-sticky-document-options .hq-templateeditor-menu .hq-layoutbox-section .hq-font-selector-combobox .hq-frm__group .hq-label .hq-frm__label, .hq-templateeditor .hq-templateeditor-wrapper .hq-sticky-document-options .hq-templateeditor-menu .hq-layoutbox-section .hq-font-selector-combobox .hq-frm__group .hq-label .hq-assignment-table .assignment-value, .hq-assignment-table .hq-templateeditor .hq-templateeditor-wrapper .hq-sticky-document-options .hq-templateeditor-menu .hq-layoutbox-section .hq-font-selector-combobox .hq-frm__group .hq-label .assignment-value {
  font-weight: var(--font-weight-bold);
  font-size: 12px;
  color: var(--gray-3-5);
}
.hq-templateeditor .show-options {
  animation: slide-in 150ms ease-out forwards;
}
.hq-templateeditor .hide-options {
  left: 100vw !important;
  animation: slide-out 150ms ease-in forwards;
}
@keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media (min-width: 1800px) {
  .hq-templateeditor .hq-sticky-document-options {
    left: 1350px !important;
  }
  .hq-templateeditor .show-hide {
    display: none;
  }
  .hq-templateeditor .hide-options {
    animation: slide-in 150ms ease-out forwards;
  }
  @keyframes slide-in {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
}

.dragline {
  content: "";
  position: absolute;
  z-index: 10;
}
.dragline .dragline-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.dragline.toptobottom {
  min-height: 5px;
  width: 100%;
  bottom: -2.5px;
}
.dragline.toptobottom .dragline-indicator {
  border-bottom: 2px dashed var(--gray-3);
  bottom: 50%;
}
.dragline.lefttoright {
  min-width: 5px;
  height: 100%;
  right: -2.5px;
}
.dragline.lefttoright .dragline-indicator {
  border-right: 1px dashed;
  right: 50%;
}
.dragline.righttoleft {
  min-width: 5px;
  height: 100%;
  left: -2.5px;
}
.dragline.righttoleft .dragline-indicator {
  border-right: 1px dashed;
  right: 50%;
}
.dragline.bottomtotop {
  height: 5px;
  width: 100%;
  top: -2.5px;
}
.dragline.bottomtotop .dragline-indicator {
  border-bottom: 1px dashed;
  bottom: 50%;
}

.hq-template-border {
  opacity: 0.3;
}
.hq-template-border .arrow-up {
  position: absolute;
  top: -7px;
  left: -8.4px;
  z-index: 99;
}
.hq-template-border .arrow-down {
  position: absolute;
  bottom: -7px;
  left: -8.4px;
  z-index: 99;
}
.hq-template-border .arrow-right {
  position: absolute;
  bottom: -8px;
  right: -8px;
  z-index: 99;
}
.hq-template-border .arrow-left {
  position: absolute;
  bottom: -8px;
  left: -7px;
  z-index: 99;
}
.hq-template-border .range-arrows {
  background-color: var(--gray-4);
  position: relative;
}
.hq-template-border .size-text {
  flex: 1;
  align-self: center;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  z-index: 9;
}
.hq-template-border .size-text .border-display-text {
  height: 20px;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: flex-end;
}
.hq-template-border.border-top {
  position: absolute;
  background-color: var(--gray-2);
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 8;
  left: 0;
  right: 0;
}
.hq-template-border.border-top .range-arrows {
  width: 2px;
  height: 100%;
  margin-right: 4px;
}
.hq-template-border.border-midtop {
  position: absolute;
  background-color: var(--gray-2);
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
}
.hq-template-border.border-midtop .range-arrows {
  width: 2px;
  height: 100%;
  margin-right: 4px;
}
.hq-template-border.border-left {
  position: absolute;
  background-color: var(--gray-2);
  flex: 1;
  flex-direction: row;
  z-index: 8;
  display: flex;
  bottom: 0;
  top: 0;
}
.hq-template-border.border-left .range-arrows {
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
}
.hq-template-border.border-left .size-text {
  flex-direction: column-reverse;
}
.hq-template-border.border-right {
  position: absolute;
  right: 0;
  background-color: var(--gray-2);
  flex: 1;
  z-index: 8;
  display: flex;
  flex-direction: row-reverse;
  bottom: 0;
  top: 0;
}
.hq-template-border.border-right .range-arrows {
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
}
.hq-template-border.border-right .size-text {
  flex-direction: column-reverse;
}
.hq-template-border.border-bottom {
  position: absolute;
  bottom: 0;
  background-color: var(--gray-2);
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
  z-index: 8;
  left: 0;
  right: 0;
}
.hq-template-border.border-bottom .range-arrows {
  width: 2px;
  height: 100%;
  margin-right: 4px;
}
.hq-template-border.border-bottom .dragline {
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}
.hq-template-border.border-midbottom {
  position: absolute;
  bottom: 0;
  background-color: var(--gray-2);
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
  z-index: 8;
  left: 0;
  right: 0;
}
.hq-template-border.border-midbottom .range-arrows {
  width: 2px;
  height: 100%;
  margin-right: 4px;
}
.hq-template-border.border-midbottom .dragline {
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}

.free-drag-area {
  display: flex;
  flex: 1;
  position: relative;
  text-align: left;
  user-select: none;
}
.free-drag-area .hq-contextmenu {
  position: sticky;
  bottom: 2px;
  align-self: flex-end;
  margin: 0 auto;
  user-select: none;
}
.free-drag-area .free-drag-edit .hq-inline-edit-base-enabled .edit-mode div:nth-child(2) {
  padding: 0 !important;
}
.free-drag-area .free-drag-edit .hq-inline-edit-base-enabled .edit-mode .hq-medium-rte {
  min-width: unset;
}
.free-drag-area .free-drag-edit .hq-inline-edit-base-enabled .read-only-mode .content {
  padding: 2px;
}
.free-drag-area .free-drag-edit .hq-inline-edit-base-enabled .read-only-mode .content p:last-of-type {
  margin-bottom: 0;
}

.free-drag-element-wrapper .invalid-element {
  border: 1px solid var(--color-ui-red);
  border-radius: 7px;
}
.free-drag-element-wrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  z-index: 10;
}
.free-drag-element-wrapper .hq-medium-rte {
  min-height: 0;
}
.free-drag-element-wrapper .hq-medium-rte .advanced {
  min-height: 0 !important;
  padding: 2px;
}
.free-drag-element-wrapper .draggable-icons {
  position: absolute;
  right: -25px;
  padding-left: 20px;
}
.free-drag-element-wrapper .material-symbols-outlined {
  display: none;
}
.free-drag-element-wrapper .read-only-mode .content {
  min-height: 0 !important;
}
.free-drag-element-wrapper:hover .free-drag-element {
  box-sizing: border-box;
  border-radius: 7px;
}
.free-drag-element-wrapper:hover .read-only-mode {
  background: var(--gray-2);
  border-radius: 7px;
}
.free-drag-element-wrapper:hover .material-symbols-outlined {
  display: initial;
}
.free-drag-element-wrapper .free-drag-element p {
  cursor: pointer;
}
.free-drag-element-wrapper .free-drag-element.invalid-element {
  outline-color: var(--color-ui-red);
}
.free-drag-element-wrapper .free-drag-element .hq-custom-template-editor-inline-enabled .read-only-mode {
  user-select: none;
  position: inherit;
}
.free-drag-element-wrapper .free-drag-element .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1 {
  width: auto;
  text-overflow: initial;
}
.free-drag-element-wrapper .free-drag-element .hq-inline-edit-base-disabled .read-only-mode .content,
.free-drag-element-wrapper .free-drag-element .hq-inline-edit-base-enabled .read-only-mode .content {
  padding: 2px;
}
.free-drag-element-wrapper .free-drag-element .hq-inline-edit-base-disabled .read-only-mode .content p:last-child,
.free-drag-element-wrapper .free-drag-element .hq-inline-edit-base-enabled .read-only-mode .content p:last-child {
  margin-bottom: 0;
}
.free-drag-element-wrapper .free-drag-element .free-drag-edit {
  cursor: pointer;
}
.free-drag-element-wrapper .free-drag-element .free-drag-type-text {
  position: absolute;
  right: 6px;
  bottom: 4px;
  color: var(--gray-3-5);
  user-select: none;
}
.free-drag-element-wrapper .free-drag-element .hq-contextmenu {
  user-select: none;
  position: absolute;
  z-index: 1;
  right: -1px;
  top: 5px;
  bottom: auto;
}

.free-drag-edit-mode {
  background: white;
  z-index: 9;
}

.vertical-line {
  margin: 0px;
  padding: 0px;
  width: 2px;
  background-color: var(--color-ui-blue);
  position: absolute;
}

.horizontal-line {
  margin: 0px;
  padding: 0px;
  height: 2px;
  background-color: var(--color-ui-blue);
  position: absolute;
}

.ordered-area {
  position: relative;
  text-align: left;
  width: 1050px;
}
.ordered-area .page-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
}
.ordered-area .ordered-area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ordered-area .ordered-area-list li {
  width: 100%;
  margin-bottom: 1px;
  margin-top: 1px;
  transition: all 0.3s;
  cursor: pointer;
}
.ordered-area .ordered-area-list li .list-element-first-child {
  position: relative;
}
.ordered-area .ordered-area-list li .list-element-first-child:hover {
  border-radius: 7px;
}
.ordered-area .ordered-area-list li {
  /* (B) DRAG-AND-DROP HINT */
}
.ordered-area .ordered-area-list li.hint > * {
  border: 2px solid var(--gray-3);
  background: var(--gray-2);
}
.ordered-area#orderedAreaFirstPage {
  overflow: hidden;
}
.ordered-area#orderedAreaFirstPage .hq-contextmenu.invalid-element .menu-button {
  cursor: not-allowed !important;
  pointer-events: none;
}
.ordered-area#orderedAreaFirstPage .hq-contextmenu.invalid-element .add-line {
  border-color: var(--color-ui-red);
  border-width: 2px;
}
.ordered-area#orderedAreaFollowUpPage {
  height: 1485px;
}
.ordered-area .hq-orderable-list:has(#orderedAreaListFirstPage) {
  max-height: calc(100% - 40px);
  overflow: hidden;
}
.ordered-area .hq-orderable-list:has(#orderedAreaListFollowUpPage) {
  overflow-y: auto;
}
.ordered-area .hq-orderable-list:has(#orderedAreaListFollowUpPage)::-webkit-scrollbar {
  display: none;
}

.hq-display-page-number-modal {
  /* The description */
}
.hq-display-page-number-modal .description-text {
  color: var(--gray-3-5);
  padding-left: 5px;
  margin-bottom: 0;
}
.hq-display-page-number-modal .page-number {
  position: relative;
}
.hq-display-page-number-modal .hq-color-picker {
  margin-top: 0px;
}
.hq-display-page-number-modal .sf-color-picker-wrapper {
  margin-top: 2px;
}
.hq-display-page-number-modal .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
}
.hq-display-page-number-modal .font-style-section {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.hq-link-text-box {
  width: 100%;
  flex: 1;
}
.hq-link-text-box .custom-link-wrapper {
  margin-top: 12px;
  position: relative;
}
.hq-link-text-box .custom-link-wrapper .hq-hyperlink {
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skeleton-loader {
  background: linear-gradient(-90deg, var(--gray-1) 0%, #fcfcfc 50%, var(--gray-1) 100%);
  background-size: 400% 400%;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.skeleton-loader-white {
  background: linear-gradient(-90deg, #fcfcfc 0%, var(--gray-1) 50%, #fcfcfc 100%);
  background-size: 400% 400%;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.hq-gridskeleton {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 75px;
  background: white;
  z-index: 9;
}
.hq-gridskeleton .hq-grid__row {
  display: flex;
  flex-direction: row;
}
.hq-gridskeleton .hq-grid__cell {
  flex: 1;
  padding: 10px;
}

#hq-drag-drop-base .dragged-over {
  background-color: var(--gray-1);
}
#hq-drag-drop-base .drag-drop-list-table .drag-drop-list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#hq-drag-drop-base .drag-drop-list-table .drag-drop-list th,
#hq-drag-drop-base .drag-drop-list-table .drag-drop-list td {
  padding-block: 0.2rem;
}
#hq-drag-drop-base .drag-drop-list-table .drag-drop-list tbody td:nth-child(2) {
  width: 20rem;
}
#hq-drag-drop-base .drag-drop-list-table .drag-drop-list .hq-status-drop-down {
  width: 220px;
}
#hq-drag-drop-base .drag-drop-list-table .drag-drop-list .hq-inline-edit-base-enabled {
  min-width: 10rem;
}

.hq-text-button {
  background-color: white;
  color: var(--color-ui-blue);
  border: var(--color-ui-blue) solid 1px;
  border-radius: 20px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 10px;
  height: auto;
}
.hq-text-button:hover {
  background-color: var(--color-ui-blue);
  color: white;
}

.hq-numeric-textbox.framless-textbox .hq-frm__group {
  margin-bottom: 0;
  height: 100%;
}
.hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-control-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
  border: none;
  box-shadow: none;
}
.hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  border: none;
  box-shadow: none;
}
.hq-numeric-textbox.framless-textbox .hq-frm__group span {
  height: 100%;
}
.hq-numeric-textbox.framless-textbox .hq-frm__group span > input {
  padding: 0;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 13px;
}
.hq-numeric-textbox.framless-textbox .hq-frm__group input.e-input, .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group input.e-input, .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group input, .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-control-wrapper input.e-input, .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-control-wrapper input,
.hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group input.e-input:focus, .hq-numeric-textbox.framless-textbox .hq-frm__group .e-input-group.e-control-wrapper input.e-input:focus {
  padding: 0;
}
.hq-numeric-textbox input {
  min-width: var(--min-width) !important;
  width: var(--width) !important;
  max-width: var(--max-width) !important;
}

.hq-dropdowntree .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-dropdowntree .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: white !important;
  color: var(--color-ui-blue) !important;
}
.hq-dropdowntree .e-input-group.e-control-wrapper.e-ddl .e-control.e-input::placeholder {
  color: var(--gray-3-5) !important;
}
.hq-dropdowntree .e-input-group.e-control-wrapper.e-ddl .e-input-group-icon.e-ddl-icon {
  border-left: unset;
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
}
.hq-dropdowntree .hq-dropdowntree .e-content .e-dropdownbase .e-nodata {
  text-align: left;
}
.hq-dropdowntree .hq-dropdowntree.e-popup.e-ddl .e-dropdownbase.e-nodata {
  text-align: left;
}
.hq-dropdowntree .hq-dropdowntree {
  text-align: left;
}
.hq-dropdowntree .hq-dropdowntree .e-popup.e-ddl {
  text-align: left !important;
}
.hq-dropdowntree .hq-dropdowntree .e-dropdownbase .e-list-item {
  border-bottom: 1px solid;
  border-color: var(--gray-2);
  text-indent: 0px;
}
.hq-dropdowntree .hq-dropdowntree .e-dropdownbase .e-list-item:last-child {
  border-top: 1px solid var(--gray-2);
}
.hq-dropdowntree .hq-dropdowntree .e-dropdownbase .e-nodata {
  color: var(--gray-5);
}
.hq-dropdowntree .e-popup-open  {
  position: absolute;
}
.hq-dropdowntree .dropdowntree-wrapper {
  position: relative;
}
.hq-dropdowntree .e-icon-expandable {
  padding: unset !important;
  display: inline-flex !important;
}
.hq-dropdowntree .e-list-item {
  text-indent: -2px !important;
}
.hq-dropdowntree .e-combobox {
  color: var(--gray-5) !important;
}
.hq-dropdowntree .e-content * span {
  color: var(--gray-5) !important;
}
.hq-dropdowntree .e-content.e-dropdownbase {
  padding: 6px 0;
}
.hq-dropdowntree .e-content.e-dropdownbase.e-nodata {
  color: var(--gray-5) !important;
}
.hq-dropdowntree {
  /* Prevent event bubbling for nested tree items on iOS */
}
.hq-dropdowntree .e-treeview .e-list-item {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* Prevent event bubbling */
}
.hq-dropdowntree .e-treeview .e-list-item .e-list-text {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.hq-dropdowntree .e-treeview .e-list-item {
  /* Ensure child items don't trigger parent selection */
}
.hq-dropdowntree .e-treeview .e-list-item .e-list-item {
  pointer-events: auto;
}
.hq-dropdowntree {
  /* For iOS specifically */
}
@supports (-webkit-overflow-scrolling: touch) {
  .hq-dropdowntree .e-treeview .e-list-item {
    cursor: pointer !important;
  }
  .hq-dropdowntree .e-treeview .e-list-item:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .hq-dropdowntree .e-treeview .e-list-item {
    /* Stop propagation on nested items */
  }
  .hq-dropdowntree .e-treeview .e-list-item .e-list-item {
    touch-action: manipulation;
  }
}

.hq-dropdowntree-multi .hq-frm__group > div,
.hq-dropdowntree-multi .hq-inline__group > div {
  position: relative;
}
.hq-dropdowntree-multi .hq-frm__group .dropdown-tree-skeleton > div,
.hq-dropdowntree-multi .hq-inline__group .dropdown-tree-skeleton > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset !important;
}
.hq-dropdowntree-multi .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon {
  position: unset !important;
}
.hq-dropdowntree-multi .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon {
  position: unset !important;
}
.hq-dropdowntree-multi .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .hq-dropdowntree-multi .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon {
  bottom: 3px !important;
}
.hq-dropdowntree-multi .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon, .hq-dropdowntree-multi .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-clear-icon, .hq-dropdowntree-multi .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon, .hq-dropdowntree-multi .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-clear-icon {
  bottom: 11px !important;
}
.hq-dropdowntree-multi .new-base-design .hq-frm__group {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
}
.hq-dropdowntree-multi .new-base-design .hq-frm__group .e-ddt-icon::before {
  content: "\e70d";
}
.hq-dropdowntree-multi .new-base-design .hq-frm__group .e-input-group {
  border: none;
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
}
.hq-dropdowntree-multi .new-base-design .hq-frm__group .e-input-group .e-input-group-icon {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
}
.hq-dropdowntree-multi .new-base-design .hq-frm__group .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: white !important;
  background: white !important;
}

.hq-mb--0 > .hq-frm__group {
  margin-bottom: 0px;
}

.hq-frm__group {
  display: inline-block;
  margin-bottom: 8px;
}
.hq-frm__group .hq-frm__label, .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-frm__group .assignment-value {
  font-weight: var(--font-weight-bold);
  font-size: 12px;
  color: var(--gray-3-5);
  padding-left: 3px;
}
.hq-frm__group .e-input-group.e-control-wrapper {
  border-color: var(--gray-3);
  border-radius: 7px;
  padding: 4px;
  margin: 1px 0;
  box-sizing: border-box;
}
.hq-frm__group .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: var(--gray-3);
}
.hq-frm__group input.e-input,
.hq-frm__group .e-input-group input,
.hq-frm__group .e-input-group.e-control-wrapper input,
.hq-frm__group .e-input-group input.e-input,
.hq-frm__group .e-input-group.e-control-wrapper input.e-input {
  height: 30px;
  color: var(--gray-5) !important;
}
.hq-frm__group textarea.e-input {
  border-radius: 7px;
  padding: 4px;
}

.hq-slider .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
  background-color: white;
}
.hq-slider .e-control-wrapper.e-slider-container .e-slider .e-handle {
  border: none;
  border-radius: 14px;
}
.hq-slider .e-control-wrapper.e-slider-container .e-slider .e-slider-track {
  background-color: var(--gray-2);
  height: 16px;
  border-radius: 8px;
}
.hq-slider .e-control-wrapper.e-slider-container .e-slider .e-handle {
  height: 30px;
  width: 30px;
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
  background-color: white;
  top: 6px;
}
.hq-slider .e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active, .hq-slider .e-control-wrapper.e-slider-container .e-slider .e-handle:active {
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(25, 46, 118, 0.3);
}
.hq-slider .e-control-wrapper.e-slider-container .e-slider .e-range {
  background-color: var(--color-ui-blue);
  height: 16px;
  border-radius: 8px;
}

.hq-richtexteditor p {
  white-space: pre-wrap;
}
.hq-richtexteditor ol {
  list-style: decimal !important;
  margin-left: 15px;
}
.hq-richtexteditor ul {
  list-style: disc !important;
  margin-left: 15px;
}
.hq-richtexteditor a,
.hq-richtexteditor a * {
  text-decoration: underline;
  color: var(--color-ui-blue);
}
.hq-richtexteditor .e-toolbar .e-tbar-btn:hover {
  background: white !important;
  border-color: white !important;
}
.hq-richtexteditor .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
  color: var(--color-ui-blue) !important;
}
.hq-richtexteditor .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-rte-dropdown-btn-text {
  color: var(--color-ui-blue) !important;
}
.hq-richtexteditor .e-toolbar .e-hor-nav:hover {
  background: white !important;
  border-left: 0;
  color: var(--color-ui-blue) !important;
}

.copy-message {
  background: var(--color-ui-blue);
  border-radius: 10px;
  inline-size: fit-content;
  padding: 2px 10px;
  margin: auto;
}
.copy-message .copy-message-icon {
  vertical-align: middle;
}
.copy-message .success-info {
  color: white;
}

.placeholder-tab-menu {
  margin: 0 5px;
  height: 90%;
  min-width: 551px;
}
.placeholder-tab-menu .tab-content {
  height: 100%;
  overflow: auto;
}
.placeholder-tab-menu .section-headline {
  font-size: 18px;
  margin-top: 20px;
}
.placeholder-tab-menu .section-content {
  margin-left: 10px;
  margin-top: 11px;
}
.placeholder-tab-menu .placeholder-line {
  display: flex;
  margin: 5px 0;
}
.placeholder-tab-menu .placeholder-line .placeholder-text {
  flex: 1;
  font-size: 12px;
  margin-right: 3px;
}
.placeholder-tab-menu .placeholder-line .placeholder-text:hover {
  cursor: pointer;
  font-weight: var(--font-weight-bold);
}
.placeholder-tab-menu .placeholder-line .placeholder-example {
  color: var(--gray-3-5);
  margin-right: 8px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hq-medium-rte,
.js-medium-wrapper {
  min-width: 150px;
  min-height: 50px;
}
.hq-medium-rte p,
.js-medium-wrapper p {
  white-space: pre-wrap;
}
.hq-medium-rte span *:not([style*=color]),
.js-medium-wrapper span *:not([style*=color]) {
  color: inherit !important;
}
.hq-medium-rte .normal,
.js-medium-wrapper .normal {
  border-radius: 10px;
  border: 2px solid var(--gray-2) !important;
  min-height: auto;
  padding: 10px;
  cursor: text;
}
.hq-medium-rte .normal .medium-rte:focus-visible,
.js-medium-wrapper .normal .medium-rte:focus-visible {
  outline: none !important;
}
.hq-medium-rte .advanced,
.js-medium-wrapper .advanced {
  word-break: break-word;
  border: 1px solid var(--gray-1) !important;
  max-height: 200px;
  padding: 10px;
  cursor: text;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
}
.hq-medium-rte .advanced .medium-rte:focus-visible,
.js-medium-wrapper .advanced .medium-rte:focus-visible {
  outline: none !important;
}
.hq-medium-rte .show-box-shadow:focus,
.js-medium-wrapper .show-box-shadow:focus {
  box-shadow: 0 0 0 4px rgba(109, 138, 250, 0.25) !important;
}
.hq-medium-rte .medium-editor-element,
.js-medium-wrapper .medium-editor-element {
  border-radius: 7px !important;
}
.hq-medium-rte .medium-editor-element:focus-visible,
.js-medium-wrapper .medium-editor-element:focus-visible {
  outline: none;
}
.hq-medium-rte .medium-editor-element p:last-of-type,
.js-medium-wrapper .medium-editor-element p:last-of-type {
  margin-bottom: 0;
}
.hq-medium-rte .medium-editor-placeholder,
.js-medium-wrapper .medium-editor-placeholder {
  color: var(--color-text-light) !important;
}
.hq-medium-rte .rte-toolbar-area,
.js-medium-wrapper .rte-toolbar-area {
  position: relative;
  height: auto;
  background-color: var(--gray-1);
  border: 1px solid var(--gray-1);
  border-radius: 5px 5px 0 0;
}
.hq-medium-rte .rte-toolbar-area .medium-editor-toolbar,
.js-medium-wrapper .rte-toolbar-area .medium-editor-toolbar {
  box-shadow: none;
  visibility: visible;
  position: initial;
}
.hq-medium-rte .rte-toolbar-area .medium-toolbar-arrow-under:after,
.js-medium-wrapper .rte-toolbar-area .medium-toolbar-arrow-under:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--gray-5);
}
.hq-medium-rte .rte-toolbar-area .medium-editor-button-first,
.js-medium-wrapper .rte-toolbar-area .medium-editor-button-first {
  border-radius: 5px 0 0 0;
}
.hq-medium-rte .rte-toolbar-area .medium-editor-button-last,
.js-medium-wrapper .rte-toolbar-area .medium-editor-button-last {
  border-radius: 0 5px 0 0;
}

.medium-editor-toolbar {
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
  border-radius: 5px;
  z-index: 20000 !important;
}
.medium-editor-toolbar li button {
  border: none;
  background-color: var(--gray-1);
  padding: 10px !important;
  color: var(--gray-4);
  font-size: 15px;
}
.medium-editor-toolbar li button.editor-color-picker {
  position: relative;
}
.medium-editor-toolbar li button.editor-color-picker .color-picker-indicator {
  position: absolute;
  width: 12px;
  height: 3px;
  bottom: 9px;
  left: 9px;
}
.medium-editor-toolbar li button:hover {
  color: var(--color-ui-blue) !important;
}
.medium-editor-toolbar li .medium-editor-form-select {
  height: 38px;
  background-color: var(--gray-1);
  border-color: var(--gray-1);
  color: var(--gray-4);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5px;
}
.medium-editor-toolbar li .medium-editor-form-select:hover {
  color: var(--color-ui-blue);
}
.medium-editor-toolbar li .medium-editor-form-select option {
  background: white;
  color: initial;
}
.medium-editor-toolbar li .medium-editor-linespacing-container {
  background-color: var(--gray-1);
  display: flex;
  align-items: center;
}
.medium-editor-toolbar li .medium-editor-linespacing-container .material-symbols-outlined {
  font-size: 15px;
  cursor: pointer;
  padding: 0 !important;
}
.medium-editor-toolbar li .medium-editor-linespacing-container .material-symbols-outlined:hover,
.medium-editor-toolbar li .medium-editor-linespacing-container .custom-select-label:hover .material-symbols-outlined {
  color: var(--color-ui-blue);
}
.medium-editor-toolbar li .medium-editor-button-active {
  color: var(--color-ui-blue) !important;
}

.medium-toolbar-arrow-under:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--gray-5);
}

.medium-editor-button-first {
  border-radius: 5px 0 0 5px;
}

.medium-editor-button-last {
  border-radius: 0 5px 5px 0;
}

.hq-simple-html-select {
  position: relative;
  font-size: 12.5px;
  display: flex;
  align-items: center;
}
.hq-simple-html-select .custom-select-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}
.hq-simple-html-select .custom-select-options {
  position: absolute;
  top: 90%;
  left: 0;
  color: var(--gray-4);
  z-index: 10;
  width: fit-content;
  background-color: var(--gray-1);
  border: none;
  box-shadow: 1px 8px 10px 0 rgba(25, 46, 118, 0.3);
  border-radius: 5px;
  transform-origin: top;
  transform: scaleY(1);
  max-height: 210px;
  overflow-y: auto;
}
.hq-simple-html-select .custom-select-options:hover {
  background-color: var(--gray-1);
}
.hq-simple-html-select .custom-select-options div {
  padding: 2px 5px;
  cursor: pointer;
}
.hq-simple-html-select .custom-select-options div:hover {
  color: var(--color-ui-blue);
}

.hq-tabmenu {
  margin-bottom: 10px;
}
.hq-tabmenu .tab-items {
  display: flex;
  overflow-x: auto;
}
.hq-tabmenu .tab-header:not(.header-selected):hover {
  text-shadow: var(--gray-3) 0.25px 0 0.1px, -0.25px 0 0.1px;
}
.hq-tabmenu .tab-item {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.hq-tabmenu .tab-header {
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
}
.hq-tabmenu .tab-header-disabled {
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
}
.hq-tabmenu .header-selected {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
}
.hq-tabmenu .header-unselected {
  font-weight: var(--font-weight-regular);
  color: var(--gray-5);
}
.hq-tabmenu .trailing-line {
  width: 100%;
}
.hq-tabmenu .item-selected {
  border-bottom: 3px solid var(--color-ui-blue);
}
.hq-tabmenu .item-unselected {
  border-bottom: 1px solid var(--gray-3);
}

.hq-toggle-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
}
.hq-toggle-button .label-text {
  color: var(--gray-3-5);
  font-weight: var(--font-weight-bold);
}
.hq-toggle-button .hq-toggle-switch {
  width: 42px;
  height: 24px;
  position: relative;
  background: var(--gray-3);
  box-shadow: inset 0 2px 4.5px rgba(0, 0, 0, 0.25);
  border-radius: 1.2rem;
  cursor: pointer;
  display: flex;
}
.hq-toggle-button .hq-toggle-switch.active .toggle-knob {
  left: 21px;
}
.hq-toggle-button .hq-toggle-switch.active {
  background: var(--color-ui-blue);
}
.hq-toggle-button .hq-toggle-switch.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.hq-toggle-button .hq-toggle-switch .hq-frm__group {
  margin-bottom: 0;
  align-self: center;
}
.hq-toggle-button .hq-toggle-switch .toggle-knob {
  width: 18px;
  height: 18px;
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: left 0.2s;
  z-index: 1;
}
.hq-toggle-button .hq-toggle-switch .material-symbols-outlined {
  font-size: 18px;
  position: relative;
  padding-top: 4px;
}
.hq-toggle-button .hq-toggle-switch .material-symbols-outlined.active-icon {
  left: 1px;
}
.hq-toggle-button .hq-toggle-switch .material-symbols-outlined.inactive-icon {
  right: 1px;
}
.hq-toggle-button .hq-toggle-switch.small {
  width: 35px;
  height: 18px;
}
.hq-toggle-button .hq-toggle-switch.small.active .toggle-knob {
  left: 19px;
}
.hq-toggle-button .hq-toggle-switch.small .toggle-knob {
  width: 14px;
  height: 14px;
  top: 2px;
  left: 2px;
}
.hq-toggle-button .hq-toggle-switch.small .material-symbols-outlined {
  font-size: 13px;
}
.hq-toggle-button .hq-toggle-switch.small .material-symbols-outlined.active-icon {
  left: 3px;
}
.hq-toggle-button .hq-toggle-switch.small .material-symbols-outlined.inactive-icon {
  left: 6px;
}
.hq-toggle-button .hq-toggle-switch.medium {
  width: 42px;
  height: 24px;
}
.hq-toggle-button .hq-toggle-switch.medium.active .toggle-knob {
  left: 21px;
}
.hq-toggle-button .hq-toggle-switch.medium .toggle-knob {
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
}
.hq-toggle-button .hq-toggle-switch.medium .material-symbols-outlined {
  font-size: 14px;
}
.hq-toggle-button .hq-toggle-switch.medium .material-symbols-outlined.active-icon {
  left: 5px;
}
.hq-toggle-button .hq-toggle-switch.medium .material-symbols-outlined.inactive-icon {
  left: 10px;
}
.hq-toggle-button .hq-toggle-switch.large {
  width: 54px;
  height: 30px;
}
.hq-toggle-button .hq-toggle-switch.large.active .toggle-knob {
  left: 28px;
}
.hq-toggle-button .hq-toggle-switch.large .toggle-knob {
  width: 23px;
  height: 23px;
  top: 3px;
  left: 3px;
}
.hq-toggle-button .hq-toggle-switch.large .material-symbols-outlined {
  font-size: 18px;
}
.hq-toggle-button .hq-toggle-switch.large .material-symbols-outlined.active-icon {
  left: 5px;
}
.hq-toggle-button .hq-toggle-switch.large .material-symbols-outlined.inactive-icon {
  left: 13px;
}
.hq-toggle-button .tooltip-text {
  visibility: hidden;
  width: 158px;
  background-color: var(--gray-2);
  color: var(--gray-5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 16;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  font-weight: var(--font-weight-regular);
  font-family: "Inter";
  word-wrap: break-word;
  font-size: 11px;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.hq-toggle-button .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--gray-2) transparent transparent transparent;
}
.hq-toggle-button:hover .tooltip-text {
  visibility: visible;
}

.position-topright {
  top: 5px !important;
  right: 5px !important;
}

.blazored-toast-heading {
  display: none;
}

.blazored-toast-body {
  flex-direction: row-reverse !important;
}

.blazored-toast-message {
  flex: 1 !important;
  font-size: 15px !important;
}

.blazored-toast-container {
  z-index: 120 !important;
}

/*Custom css for page size dropdown in grid footer*/
.hq-colorpicker {
  /* Rounded corner palette customization */
}
.hq-colorpicker .rounded-palette .e-container .e-palette .e-tile {
  border-radius: 4px;
  margin: 3px;
  height: 16px;
  width: 16px;
}
.hq-colorpicker .rounded-palette .e-container .e-palette .e-tile.e-selected::before {
  content: "";
  background-color: inherit;
  border-radius: 4px;
  display: inline-block;
  transform: scale(1.2);
  opacity: 0.2;
  height: 15px;
  width: 15px;
}
.hq-colorpicker .mobile .rounded-palette .e-container .e-palette .e-tile {
  height: 16px;
  width: 16px;
}
.hq-colorpicker .rounded-palette .e-container .e-palette .e-tile:hover,
.hq-colorpicker .scroll-palette .e-container .e-palette .e-tile:hover {
  box-shadow: none;
}
.hq-colorpicker .circle-palette .e-container .e-palette .e-tile.e-selected,
.hq-colorpicker .rounded-palette .e-container .e-palette .e-tile.e-selected,
.hq-colorpicker .square-palette .e-container .e-palette .e-tile.e-selected,
.hq-colorpicker .scroll-palette .e-container .e-palette .e-tile.e-selected {
  outline: none;
}
.hq-colorpicker .e-container.e-color-palette {
  width: auto !important;
  border: 1px solid var(--gray-3);
  border-radius: 7px;
}

.hq-color-wrapper {
  position: relative;
  display: inline-block;
}

.hq-color-indicator {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  transition: box-shadow 0.2s ease;
  cursor: pointer;
}

.hq-color-indicator:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.hq-color-picker-popup {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-62px, -9px);
  z-index: 1000;
  visibility: hidden;
}
.hq-color-picker-popup .e-container.e-color-palette {
  background: var(--Base-White, #FFF);
  padding: 5px;
  border-radius: 6px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.11);
  width: unset !important; /* Override width of 138px;. Do not know where it come from.*/
}

/* Lines: Distance between the color tiles */
.e-color-palette .e-row {
  display: flex !important;
  gap: 6px !important;
  margin-bottom: 6px !important;
  justify-content: start;
}

.e-color-palette .e-row:last-child {
  margin-bottom: 0 !important;
}

/* Color box */
.e-color-palette .e-tile {
  width: 18px !important;
  height: 18px !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  display: block !important;
  background-clip: padding-box !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
  line-height: 0 !important;
  box-shadow: none !important;
}

/* hover effect */
.e-color-palette .e-tile:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.hq-checkbox {
  white-space: normal;
}
.hq-checkbox span.e-icons.e-frame.e-check {
  color: #fff;
}
.hq-checkbox.radio-btn .hq-frm__group {
  margin-top: 4px;
  margin-bottom: 4px;
}
.hq-checkbox.radio-btn .e-checkbox-wrapper .e-frame {
  border-radius: 25px;
  height: 25px !important;
  width: 25px !important;
  line-height: 20px;
  font-size: 13px;
  line-height: 25px;
  border-color: var(--gray-4);
}
.hq-checkbox.radio-btn .e-checkbox-wrapper .e-frame.e-check, .hq-checkbox.radio-btn .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: var(--color-ui-green) !important;
  border-color: var(--color-ui-green) !important;
  color: #fff;
}
.hq-checkbox .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, .hq-checkbox .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
  background-color: #b6c5fd;
  border-color: var(--gray-4);
  color: var(--gray-4);
}
.hq-checkbox .e-checkbox-wrapper.e-wrapper.e-checkbox-disabled .e-icons.e-frame {
  background-color: var(--gray-2);
}
.hq-checkbox .e-checkbox-wrapper .e-label, .hq-checkbox .e-css.e-checkbox-wrapper .e-label {
  color: var(--gray-5);
}

.hq-upload .material-symbols-outlined {
  color: var(--gray-3);
}
.hq-upload .hq-download-text {
  cursor: pointer;
  color: var(--dark-blue-1);
}
.hq-upload .hq-download-text:hover {
  color: var(--light-blue-1);
}
.hq-upload .placeholder {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  color: var(--light-blue-1) !important;
}
.hq-upload .drag-drop-zone {
  border-style: dotted;
  border-color: var(--gray-3);
  border-width: 2px;
  border-radius: 7px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aeaeae;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  height: 30px;
}
.hq-upload .drag-drop-zone .attach-text {
  margin-bottom: 0px;
}
.hq-upload .drag-drop-zone:hover {
  border-color: var(--color-ui-blue);
}
.hq-upload .drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.hq-upload .txt-wrapper {
  margin-left: 2px;
  margin-top: 8px;
  word-break: break-all;
}

.hq-upload-inline.reverse-upload-button,
.hq-upload-inline .reverse-upload-button {
  display: flex;
  flex-direction: column-reverse;
}
.hq-upload-inline .hq-upload .drag-drop-zone {
  border-style: dotted;
  border-color: var(--gray-3);
  border-width: 2px;
  border-radius: 7px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aeaeae;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  height: 30px;
}
.hq-upload-inline .hq-upload .drag-drop-zone .attach-text {
  margin-bottom: 0px;
}
.hq-upload-inline .hq-upload .drag-drop-zone:hover {
  border-color: var(--gray-4);
}
.hq-upload-inline .hq-upload .drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.hq-upload-inline .hq-upload .txt-wrapper {
  margin-left: 2px;
  margin-top: 8px;
}
.hq-upload-inline .hq-upload .upload-button-arrangement {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
.hq-upload-inline .hq-file-list .hq-label {
  font-weight: var(--font-weight-bold);
  font-size: 13px;
  color: var(--gray-5);
}
.hq-upload-inline .hq-file-list .file-list-table .hq-table > * {
  border-top-width: 0;
}
.hq-upload-inline .hq-file-list .file-list-table .filelist-row {
  height: 35px;
}
.hq-upload-inline .hq-file-list .file-list-table {
  margin-bottom: 15px;
}

.hq-upload-icon .spinner {
  border: 10px solid var(--gray-2);
  border-top: 10px solid var(--color-ui-blue);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1500ms linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hq-upload-icon .base-zone, .hq-upload-icon .image-zone-base, .hq-upload-icon .image-zone-delete, .hq-upload-icon .drag-drop-zone {
  border-radius: 7px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-5);
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
}
.hq-upload-icon .drag-drop-zone {
  background-color: var(--gray-1);
}
.hq-upload-icon .drag-drop-zone img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hq-upload-icon .drag-drop-zone:hover {
  background-color: var(--gray-2);
}
.hq-upload-icon .drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.hq-upload-icon .txt-wrapper {
  margin-left: 2px;
  margin-top: 8px;
}
.hq-upload-icon .image-zone-base .round-image, .hq-upload-icon .image-zone-delete .round-image {
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(25, 47, 118, 0.3);
}
.hq-upload-icon .image-zone-base img, .hq-upload-icon .image-zone-delete img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hq-upload-icon .image-zone-delete .delete-icon {
  position: absolute;
  visibility: hidden;
}
.hq-upload-icon .image-zone-delete:hover {
  background-color: var(--gray-1);
}
.hq-upload-icon .image-zone-delete:hover .delete-icon {
  visibility: visible;
}
.hq-upload-icon .image-zone-delete:hover img {
  visibility: hidden;
}

.pdf-viewer {
  background-color: var(--gray-1);
}

.text-panel {
  background-color: transparent !important;
  height: inherit !important;
}

.top-border {
  mx-height: 20px;
  width: 100%;
  background-color: var(--gray-2);
  flex: 1;
}

.left-border {
  max-width: 20px;
  height: 100%;
  background-color: var(--gray-2);
  flex: 1;
}

.right-border {
  max-width: 20px;
  height: 100%;
  background-color: var(--gray-2);
  flex: 1;
}

.top-border {
  max-height: 20px;
  width: 100%;
  background-color: var(--gray-2);
  flex: 1;
}

.e-pdfviewer {
  position: relative;
}

.e-pv-page-div {
  left: 0 !important;
}

.background-block {
  background-color: white;
  width: 60%;
  height: 1000px;
}

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  cursor: move;
  border: 1px solid #d3d3d3;
}

.pdf-viewer {
  background-color: var(--gray-1);
}

.text-panel {
  background-color: transparent !important;
  height: inherit !important;
}

.top-border {
  max-height: 20px;
  width: 100%;
  background-color: var(--gray-2);
  flex: 1;
  z-index: 999;
  opacity: 0.75;
}

.left-border {
  max-width: 20px;
  height: 100%;
  background-color: var(--gray-2);
  flex: 1;
  z-index: 999;
  opacity: 0.75;
}

.right-border {
  max-width: 20px;
  height: 100%;
  background-color: var(--gray-2);
  flex: 1;
  z-index: 999;
  opacity: 0.75;
  padding-left: 4px;
  cursor: ew-resize;
}

.right-border::after {
  content: "";
  background-color: #ccc;
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  cursor: ew-resize;
}

.bottom-border {
  max-height: 20px;
  width: 100%;
  background-color: var(--gray-2);
  flex: 1;
  z-index: 999;
  opacity: 0.75;
}

.e-pdfviewer {
  position: relative;
}

.e-pv-page-div {
  left: 0 !important;
}

.background-block {
  background-color: white;
  width: 60%;
  height: 1000px;
  box-shadow: 0 3px 15px 0 rgba(42, 47, 61, 0.2) !important;
  position: relative;
}

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  cursor: move;
  border: 1px solid #d3d3d3;
}

.between {
  width: 100%;
  height: 10px;
  min-height: 10px;
  float: left;
}

.between:hover p {
  display: block;
}

.between p {
  width: 100%;
  height: 10px;
  align-self: center;
  display: none;
}

#right_panel {
  position: absolute;
  width: 96px;
  padding-left: 4px;
  height: 100%;
  right: 0;
  background-color: #f0f0ff;
}

#hq-integration-create-edit--Modal .modal-content {
  width: 590px;
}
#hq-integration-create-edit--Modal .integration-wrapper {
  margin: 25px 0;
}
#hq-integration-create-edit--Modal .integration-wrapper .hq-integration-data-form .condition-wrapper {
  background-color: var(--gray-1);
  margin-bottom: 10px;
  padding: 10px 10px;
  border-radius: 10px;
}
#hq-integration-create-edit--Modal .integration-wrapper .hq-integration-data-form .condition-wrapper .hq-frm__label, #hq-integration-create-edit--Modal .integration-wrapper .hq-integration-data-form .condition-wrapper .hq-assignment-table .assignment-value, .hq-assignment-table #hq-integration-create-edit--Modal .integration-wrapper .hq-integration-data-form .condition-wrapper .assignment-value {
  font-weight: var(--font-weight-regular);
}
#hq-integration-create-edit--Modal .integration-wrapper .hq-integration-interface-form {
  margin-left: 25px;
}
#hq-integration-create-edit--Modal .integration-wrapper .hq-integration-interface-form .hq-mr--s {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
#hq-integration-create-edit--Modal .integration-wrapper .hq-integration-interface-form .hq-mr--s .integration-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#hq-integration-create-edit--Modal .integration-wrapper .left-indent-s {
  margin-left: 5px;
}

.hq-integration-provider-card {
  width: 150px;
  height: 70px;
  border: 2px solid var(--gray-3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.hq-integration-provider-card.selected {
  border: 2px solid var(--color-ui-blue);
}
.hq-integration-provider-card.disabled {
  border: 2px solid var(--gray-3);
  background-color: rgba(88, 114, 146, 0.15);
  cursor: default;
}
.hq-integration-provider-card .card-status {
  position: absolute;
  top: 5px;
  left: 5px;
}
.hq-integration-provider-card .card-body {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.hq-integration-provider-card .card-body img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

#context-menu-wrapper, #backlog-context-menu-wrapper {
  width: 230px;
  height: auto;
  position: absolute;
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.2), 0 4px 5px 0 rgba(47, 74, 113, 0.5);
  background: white;
  border-radius: 4px;
  z-index: 1000;
  display: none;
  max-height: 0;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
#context-menu-wrapper.left, .left#backlog-context-menu-wrapper {
  top: 24px;
  right: 10px;
}
#context-menu-wrapper.bottom-left, .bottom-left#backlog-context-menu-wrapper {
  top: 44px;
  right: 10px;
}
#context-menu-wrapper.bottom, .bottom#backlog-context-menu-wrapper {
  top: 44px;
  left: 13px;
}
#context-menu-wrapper .context-menu-group-header, #backlog-context-menu-wrapper .context-menu-group-header {
  color: var(--gray-3-5);
  font-size: 12px;
  display: flex;
  align-content: center;
  padding: 3px 10px 0;
}
#context-menu-wrapper .context-menu-group-header span, #backlog-context-menu-wrapper .context-menu-group-header span {
  align-content: center;
}
#context-menu-wrapper li.highlighted, #backlog-context-menu-wrapper li.highlighted {
  background-color: var(--gray-3) !important;
  color: white;
}
#context-menu-wrapper li.highlighted .context-menuitem, #backlog-context-menu-wrapper li.highlighted .context-menuitem {
  color: white !important;
}
#context-menu-wrapper li.highlighted .material-symbols-outlined, #backlog-context-menu-wrapper li.highlighted .material-symbols-outlined {
  color: white;
}
#context-menu-wrapper li.highlighted:first-child, #backlog-context-menu-wrapper li.highlighted:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#context-menu-wrapper li.highlighted:last-child, #backlog-context-menu-wrapper li.highlighted:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#context-menu-wrapper li.context-menu-element, #backlog-context-menu-wrapper li.context-menu-element {
  width: auto;
  min-height: 25px;
  padding: 3px 10px;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#context-menu-wrapper li.context-menu-element .context-menuitem, #backlog-context-menu-wrapper li.context-menu-element .context-menuitem {
  color: var(--gray-5);
}
#context-menu-wrapper li.context-menu-element:hover, #backlog-context-menu-wrapper li.context-menu-element:hover {
  background: var(--gray-1);
}
#context-menu-wrapper li.context-menu-element:hover:first-child, #backlog-context-menu-wrapper li.context-menu-element:hover:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#context-menu-wrapper li.context-menu-element:hover:last-child, #backlog-context-menu-wrapper li.context-menu-element:hover:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#context-menu-wrapper li.context-menu-element p, #backlog-context-menu-wrapper li.context-menu-element p {
  margin-bottom: 0 !important;
}
#context-menu-wrapper li.context-menu-element .hq-button, #backlog-context-menu-wrapper li.context-menu-element .hq-button {
  padding: 0 !important;
  width: 25px;
  height: 25px;
}
#context-menu-wrapper li.context-menu-element .hq-button .clear-icon, #backlog-context-menu-wrapper li.context-menu-element .hq-button .clear-icon {
  width: 30px;
}
#context-menu-wrapper li.context-menu-element .hq-button .add-icon, #backlog-context-menu-wrapper li.context-menu-element .hq-button .add-icon {
  margin-top: 15% !important;
}
#context-menu-wrapper li.context-menu-element .menuitem-icon, #backlog-context-menu-wrapper li.context-menu-element .menuitem-icon {
  padding-top: 5px;
}
#context-menu-wrapper li.context-menu-element.context-menu-element-disabled .menuitem-icon span, #backlog-context-menu-wrapper li.context-menu-element.context-menu-element-disabled .menuitem-icon span {
  color: var(--gray-3);
}
#context-menu-wrapper li.context-menu-element.context-menu-element-disabled .context-menuitem, #backlog-context-menu-wrapper li.context-menu-element.context-menu-element-disabled .context-menuitem {
  color: var(--gray-3-5);
}
#context-menu-wrapper .menu-navigation, #backlog-context-menu-wrapper .menu-navigation {
  font-size: 8pt;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
#context-menu-wrapper .menu-navigation .submenu-icon, #backlog-context-menu-wrapper .menu-navigation .submenu-icon {
  display: flex;
  padding-block: 0;
  cursor: pointer;
}
#context-menu-wrapper .menu-navigation .submenu-icon:hover, #backlog-context-menu-wrapper .menu-navigation .submenu-icon:hover {
  background-color: var(--gray-1);
}
#context-menu-wrapper .menu-navigation .submenu-title, #backlog-context-menu-wrapper .menu-navigation .submenu-title {
  font-weight: var(--font-weight-bold);
}
#context-menu-wrapper .menu-navigation .menuitem-icon, #backlog-context-menu-wrapper .menu-navigation .menuitem-icon {
  display: flex;
  padding-block: 0;
  cursor: pointer;
}
#context-menu-wrapper .menu-navigation .material-symbols-outlined, #backlog-context-menu-wrapper .menu-navigation .material-symbols-outlined {
  font-size: 16px;
}

.hq-contextmenu > ul {
  visibility: hidden;
}
.hq-contextmenu {
  vertical-align: middle;
  position: relative;
}
.hq-contextmenu .menu-itemwrapper {
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.2), 0 4px 5px 0 rgba(47, 74, 113, 0.5);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 7px;
  background: white;
  border-radius: 10px;
  position: absolute;
  z-index: 20;
}
.hq-contextmenu .menu-itemwrapper.left {
  top: 24px;
  right: 10px;
}
.hq-contextmenu .menu-itemwrapper.bottom {
  top: 44px;
  left: 13px;
}
.hq-contextmenu .menu-itemwrapper .context-menuitem {
  display: block;
  white-space: pre;
  padding: 10px;
}
.hq-contextmenu .menu-itemwrapper :last-child {
  border-bottom: none;
}
.hq-contextmenu .disabled {
  opacity: 0.5;
}
.hq-contextmenu .menu-button {
  background: transparent;
  border: none;
  display: block;
  height: 100%;
  width: 100%;
}
.hq-contextmenu .menu-button:focus {
  outline: unset;
}
.hq-contextmenu .menuitem-icon {
  padding-top: 5px;
}

.context-menu-wrapper-background {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.hq-datecarousel {
  position: relative; /* So the calendar is positioned relative to this container */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hq-datecarousel .date-view {
  line-height: 25px;
}
.hq-datecarousel .clickable.on-hover-blue {
  user-select: none;
}
.hq-datecarousel .datecarousel-center-text {
  align-self: center;
}
.hq-datecarousel .datecarousel-center-text:hover {
  font-weight: var(--font-weight-semi-bold);
}
.hq-datecarousel .datecarousel-center-text::before {
  display: block;
  content: attr(text);
  font-weight: var(--font-weight-semi-bold);
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.hq-datecarousel .calendar-container {
  position: absolute;
  top: 100%; /* Open below the date string */
  left: 50%; /* Position from the middle of the parent element */
  transform: translateX(-50%); /* Shift back by 50% of its own width to center */
  z-index: 1000; /* Calendar overlaps other elements */
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.hq-datecarousel {
  /* Hovered-Area around selected date */
}
.hq-datecarousel.carousel-hover:hover {
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.3);
}

.e-tooltip-wrap.hq-tooltip {
  border-radius: 6px !important;
  max-width: 200px !important;
  word-wrap: break-word;
}
.e-tooltip-wrap.hq-tooltip * {
  font-weight: var(--font-weight-regular);
  font-family: "Inter";
  font-size: 11px;
  text-align: center;
}

.hq-scheduler .e-main-red {
  background-color: var(--main-red) !important;
}
.hq-scheduler .e-green {
  background-color: var(--color-ui-green) !important;
}
.hq-scheduler .e-yellow {
  background-color: var(--color-ui-yellow) !important;
}
.hq-scheduler .e-red {
  background-color: var(--color-ui-red) !important;
}
.hq-scheduler .e-blue {
  background-color: var(--color-ui-blue) !important;
}

.e-container.sf-colorpicker.e-control.e-lib.e-color-palette {
  border: unset;
}

.e-contextmenu-container .e-menu-parent {
  width: auto !important;
}

.e-menu-item {
  color: var(--gray-4) !important;
}

.material-symbols-outlined {
  color: var(--gray-4);
  /* Rules for sizing the icon. */
}
.material-symbols-outlined.md-10 {
  font-size: 10px;
}
.material-symbols-outlined.md-11 {
  font-size: 11px;
}
.material-symbols-outlined.md-12 {
  font-size: 12px;
}
.material-symbols-outlined.md-13 {
  font-size: 13px;
}
.material-symbols-outlined.md-14 {
  font-size: 14px;
}
.material-symbols-outlined.md-16 {
  font-size: 16px;
}
.material-symbols-outlined.md-18 {
  font-size: 18px;
}
.material-symbols-outlined.md-20 {
  font-size: 20px;
}
.material-symbols-outlined.md-22 {
  font-size: 22px;
}
.material-symbols-outlined.md-24 {
  font-size: 24px;
}
.material-symbols-outlined.md-27 {
  font-size: 27px;
}
.material-symbols-outlined.md-30 {
  font-size: 30px;
}
.material-symbols-outlined.md-36 {
  font-size: 36px;
}
.material-symbols-outlined.md-48 {
  font-size: 48px;
}
.material-symbols-outlined.md-80 {
  font-size: 80px;
}
.material-symbols-outlined.md-44 {
  font-size: 44px;
}
.material-symbols-outlined {
  /* Rules for using icons as black on a light background. */
}
.material-symbols-outlined.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-symbols-outlined.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-symbols-outlined {
  /* Rules for using icons as white on a dark background. */
}
.material-symbols-outlined.md-light {
  color: rgb(255, 255, 255);
}
.material-symbols-outlined.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.material-symbols-outlined .spinnerWrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.material-symbols-outlined .spinnerWrapper .lds-ring {
  height: 100%;
  width: 100%;
  display: flex;
}
.material-symbols-outlined .spinnerWrapper .lds-ring #spinner-element {
  margin: auto;
  width: 20px;
  height: 20px;
}

.md-gray {
  color: var(--gray-4) !important;
}

.help-color {
  color: var(--gray-3);
}

.primary-color-add {
  color: var(--color-ui-green-2);
}

.success-color-add {
  color: var(--dark-green-1);
}

.primary-color {
  color: var(--color-ui-blue) !important;
}

.success-color {
  color: var(--dark-blue-2);
}

.on-hover-blue:hover {
  color: var(--color-ui-blue) !important;
}

.on-hover-red:hover {
  color: var(--color-ui-red) !important;
}

.hq-flag-icon {
  border-radius: 10px;
  height: 18px;
  margin-top: -10px;
}

.hq-textbox-multi .e-input:not(:valid), .hq-textbox-multi .e-input:valid, .hq-textbox-multi .e-float-input.e-control-wrapper input:not(:valid), .hq-textbox-multi .e-float-input.e-control-wrapper input:valid, .hq-textbox-multi .e-float-input input:not(:valid), .hq-textbox-multi .e-float-input input:valid, .hq-textbox-multi .e-input-group input:not(:valid), .hq-textbox-multi .e-input-group input:valid, .hq-textbox-multi .e-input-group.e-control-wrapper input:not(:valid), .hq-textbox-multi .e-input-group.e-control-wrapper input:valid, .hq-textbox-multi .e-float-input.e-control-wrapper textarea:not(:valid), .hq-textbox-multi .e-float-input.e-control-wrapper textarea:valid, .hq-textbox-multi .e-float-input textarea:not(:valid), .hq-textbox-multi .e-float-input textarea:valid, .hq-textbox-multi .e-input-group.e-control-wrapper textarea:not(:valid), .hq-textbox-multi .e-input-group.e-control-wrapper textarea:valid, .hq-textbox-multi .e-input-group textarea:not(:valid), .hq-textbox-multi .e-input-group textarea:valid {
  font-size: 13px;
  min-height: 55px !important;
  color: var(--color-text-normal);
}
.hq-textbox-multi input.e-control.e-textbox.e-lib.e-input::placeholder {
  color: var(--gray-3-5);
}
.hq-textbox-multi {
  /* To specify font size and color */
}
.hq-textbox-multi .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .hq-textbox-multi .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: var(--gray-3);
}
.hq-textbox-multi.hide-box-shadow .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.hq-textbox-multi.hide-box-shadow .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  box-shadow: none !important;
}
.hq-textbox-multi.hide-box-shadow .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.hq-textbox-multi.hide-box-shadow .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
  box-shadow: none !important;
}

.hq-textbox input,
.hq-textbox .hq-label {
  min-width: var(--min-width) !important;
  width: var(--width) !important;
  max-width: var(--max-width) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hq-textbox .e-input:not(:valid), .hq-textbox .e-input:valid, .hq-textbox .e-float-input.e-control-wrapper input:not(:valid), .hq-textbox .e-float-input.e-control-wrapper input:valid, .hq-textbox .e-float-input input:not(:valid), .hq-textbox .e-float-input input:valid, .hq-textbox .e-input-group input:not(:valid), .hq-textbox .e-input-group input:valid, .hq-textbox .e-input-group.e-control-wrapper input:not(:valid), .hq-textbox .e-input-group.e-control-wrapper input:valid, .hq-textbox .e-float-input.e-control-wrapper textarea:not(:valid), .hq-textbox .e-float-input.e-control-wrapper textarea:valid, .hq-textbox .e-float-input textarea:not(:valid), .hq-textbox .e-float-input textarea:valid, .hq-textbox .e-input-group.e-control-wrapper textarea:not(:valid), .hq-textbox .e-input-group.e-control-wrapper textarea:valid, .hq-textbox .e-input-group textarea:not(:valid), .hq-textbox .e-input-group textarea:valid {
  font-size: 13px;
  color: var(--color-text-normal);
}
.hq-textbox input.e-control.e-textbox.e-lib.e-input::placeholder {
  color: var(--gray-3-5);
}
.hq-textbox {
  /* To specify font size and color */
}
.hq-textbox .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .hq-textbox .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: var(--gray-3);
}
.hq-textbox.hide-box-shadow .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.hq-textbox.hide-box-shadow .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  box-shadow: none !important;
}
.hq-textbox.hide-box-shadow .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.hq-textbox.hide-box-shadow .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
  box-shadow: none !important;
}

.hq-progressbar {
  height: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--gray-2);
}
.hq-progressbar .exceed-duration span {
  background-color: var(--main-red) !important;
}

.hq-progressbar span {
  display: block;
  height: 100%;
}

.inner-progress-animation {
  animation: progressBar 2s ease-in-out;
  animation-fill-mode: both;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.hq-custom-template-editor-inline-enabled:hover .read-only-mode .edit-icon {
  visibility: visible;
}
.hq-custom-template-editor-inline-enabled .read-only-mode {
  position: relative;
}
.hq-custom-template-editor-inline-enabled .read-only-mode:hover {
  min-height: 35px;
  background: var(--gray-2);
  border-radius: 7px;
}
.hq-custom-template-editor-inline-enabled .read-only-mode .content-formatting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  word-break: break-word;
}
.hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1 {
  width: 0;
}
.hq-custom-template-editor-inline-enabled .read-only-mode .edit-icon {
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
}
.hq-custom-template-editor-inline-enabled .edit-mode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hq-custom-template-editor-inline-enabled .edit-mode .edit-mode-row {
  width: 85%;
}
.hq-custom-template-editor-inline-enabled .edit-mode span.hq-inline-edit-icon {
  margin: auto auto auto 10px;
}
.hq-custom-template-editor-inline-enabled .edit-mode .button-arrangement {
  width: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}

.hq-custom-template-editor-inline-disabled .read-only-mode .content-formatting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  word-break: break-word;
}
.hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1 {
  width: 0;
}
.hq-custom-template-editor-inline-disabled .read-only-mode .edit-icon {
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
}
.hq-custom-template-editor-inline-disabled .edit-mode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hq-custom-template-editor-inline-disabled .edit-mode .edit-mode-row {
  flex: 1;
}
.hq-custom-template-editor-inline-disabled .edit-mode .button-arrangement {
  width: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
.hq-custom-template-editor-inline-disabled .edit-mode .move-buttons-down-by-title-height {
  margin-top: 8px;
}
.hq-custom-template-editor-inline-disabled .edit-mode .move-buttons-up-by-title-height {
  margin-bottom: 8px;
}

.hq-title {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 20px;
}

.hq-datepicker ::placeholder {
  color: var(--gray-3-5) !important;
}
.hq-datepicker span.e-date-wrapper.e-date-container.e-input-group.e-control-container.e-control-wrapper {
  color: var(--color-text-normal);
  font-size: 13px;
}

.hq-datepicker .e-input-group input.e-input, .hq-datepicker .e-input-group.e-control-wrapper input.e-input, .hq-datepicker .e-float-input input, .hq-datepicker .e-float-input.e-control-wrapper input, .hq-datepicker .e-input-group textarea.e-input, .hq-datepicker .e-input-group.e-control-wrapper textarea.e-input, .hq-datepicker .e-float-input textarea, .hq-datepicker .e-float-input.e-control-wrapper textarea, .hq-datepicker .e-input-group .e-input[disabled], .hq-datepicker .e-input-group.e-control-wrapper .e-input[disabled], .hq-datepicker .e-input-group.e-disabled input.e-input, .hq-datepicker .e-input-group.e-control-wrapper.e-disabled input.e-input, .hq-datepicker .e-input-group.e-disabled textarea.e-input, .hq-datepicker .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
  background: none;
  color: var(--color-text-normal);
  font-size: 13px;
}
.hq-datepicker .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-datepicker .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: white;
  color: var(--color-ui-blue);
}

.hq-daterange-picker .e-input-group input.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper input.e-input, .hq-daterange-picker .e-float-input input, .hq-daterange-picker .e-float-input.e-control-wrapper input, .hq-daterange-picker .e-input-group textarea.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper textarea.e-input, .hq-daterange-picker .e-float-input textarea, .hq-daterange-picker .e-float-input.e-control-wrapper textarea, .hq-daterange-picker .e-input-group .e-input[disabled], .hq-daterange-picker .e-input-group.e-control-wrapper .e-input[disabled], .hq-daterange-picker .e-input-group.e-disabled input.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper.e-disabled input.e-input, .hq-daterange-picker .e-input-group.e-disabled textarea.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
  background: none;
  color: var(--gray-5);
}
.hq-daterange-picker ::placeholder {
  color: var(--gray-3-5) !important;
}
.hq-daterange-picker .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-daterange-picker .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon {
  background: white;
  color: var(--gray-4);
}
.hq-daterange-picker .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-daterange-picker .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: white;
  color: var(--color-ui-blue);
}
.hq-daterange-picker .new-base-design .e-input-group input.e-input, .hq-daterange-picker .new-base-design .e-input-group.e-control-wrapper input.e-input, .hq-daterange-picker .new-base-design .e-input-group textarea.e-input, .hq-daterange-picker .new-base-design .e-input-group.e-control-wrapper textarea.e-input {
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5);
}
.hq-daterange-picker .new-base-design .hq-frm__group {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
}
.hq-daterange-picker .new-base-design .hq-frm__group .e-input-group {
  border: none;
}
.hq-daterange-picker .new-base-design .hq-frm__group .e-input-group .e-input-group-icon {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
  border: none;
}

.hq-daterange-picker .e-input-group input.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper input.e-input, .hq-daterange-picker .e-float-input input, .hq-daterange-picker .e-float-input.e-control-wrapper input, .hq-daterange-picker .e-input-group textarea.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper textarea.e-input, .hq-daterange-picker .e-float-input textarea, .hq-daterange-picker .e-float-input.e-control-wrapper textarea, .hq-daterange-picker .e-input-group .e-input[disabled], .hq-daterange-picker .e-input-group.e-control-wrapper .e-input[disabled], .hq-daterange-picker .e-input-group.e-disabled input.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper.e-disabled input.e-input, .hq-daterange-picker .e-input-group.e-disabled textarea.e-input, .hq-daterange-picker .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
  background: none;
  color: var(--gray-5);
}
.hq-daterange-picker ::placeholder {
  color: var(--gray-3-5) !important;
}
.hq-daterange-picker .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-daterange-picker .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon {
  background: white;
  color: var(--gray-4);
}
.hq-daterange-picker .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-daterange-picker .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: white;
  color: var(--color-ui-blue);
}

.hr {
  border-top: var(--gray-2) solid 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.headline {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: larger;
  font-weight: var(--font-weight-bold);
}

.hq-dropdown .combobox-skeleton > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset !important;
}
.hq-dropdown .e-input-group-icon {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4) !important;
  min-width: 28px !important;
}
.hq-dropdown .e-clear-icon {
  min-width: 15px !important;
}
.hq-dropdown .hq-label-text {
  padding: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hq-dropdown .hq-frm__group,
.hq-dropdown .hq-inline__group {
  min-width: 120px;
}
.hq-dropdown .hq-frm__group .e-input-value,
.hq-dropdown .hq-inline__group .e-input-value {
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 8px;
}
.hq-dropdown .hq-dropdown-items-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 101%;
  vertical-align: top;
  display: inline-block;
}

.hq-dropdown[theme=default]:not(:has(.hq-frm__group)) > div,
.hq-dropdown[theme=default] .hq-frm__group > div,
.hq-dropdown[theme=default] .hq-inline__group > div {
  position: relative;
}

.hq-dropdown[size=medium] .hq-label-text {
  margin-bottom: 8px;
  height: 42px;
}
.hq-dropdown[size=medium] .hq-frm__input .e-control-wrapper {
  max-height: 40px;
}

.hq-dropdown[size=small] .hq-label-text {
  margin-bottom: 8px;
  height: 36px;
}
.hq-dropdown[size=small] .hq-frm__input .e-control-wrapper {
  max-height: 34px;
}
.hq-dropdown[size=small] .e-ddl-icon.e-icons::before {
  height: 20px;
}

.hq-dropdown[theme=modern] .hq-frm__group .hq-frm__input,
.hq-dropdown[theme=modern] .hq-inline__group .hq-frm__input {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
  border: none !important;
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5) !important;
  margin-top: 2px;
  position: relative;
}
.hq-dropdown[theme=modern] .hq-frm__group .hq-frm__input .e-input-group.e-control-wrapper,
.hq-dropdown[theme=modern] .hq-inline__group .hq-frm__input .e-input-group.e-control-wrapper {
  box-shadow: none !important;
  border: none !important;
  margin: 0;
  border-radius: 3px;
}
.hq-dropdown[theme=modern] .hq-frm__group .value-container span,
.hq-dropdown[theme=modern] .hq-inline__group .value-container span {
  color: var(--gray-5);
}
.hq-dropdown[theme=modern] .hq-frm__group .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before,
.hq-dropdown[theme=modern] .hq-inline__group .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: "\e70d";
}

.e-popup-open .e-dropdownbase .e-list-item {
  min-height: unset;
}
.e-popup-open .e-dropdownbase .e-list-item .e-skeleton.e-skeleton-text {
  width: 90% !important;
}
.e-popup-open .e-dropdownbase .e-list-item .item-container {
  text-indent: 0;
  line-height: 1.2em;
  padding: 6px 10px;
}
.e-popup-open .e-dropdownbase .e-list-item .hq-dropdown-items-wrap-in-2-lines {
  white-space: pre-line;
}

.hq-flx--width-flex-1:has(.hq-dropdown), .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1:has(.hq-dropdown), .hq-mytask-details .task-progress .truncate-flex-1:has(.hq-dropdown), .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1:has(.hq-dropdown), .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1:has(.hq-dropdown) {
  overflow: hidden;
}

.e-ddl.e-popup-open .dropdown-buttons {
  display: flex;
  justify-content: center;
  padding: 8px;
  background-color: var(--gray-1);
  border-top: 1px solid var(--gray-2);
}

.e-dropdownbase .e-list-item:last-child, .e-dropdownbase .e-list-item.e-item-focus:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.e-dropdownbase .e-list-item .e-hover {
  color: inherit;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.e-ddl.e-popup .e-filter-parent {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.e-content.e-dropdownbase.e-nodata {
  color: var(--gray-5) !important;
}

.hq-multiselect span {
  font-family: "Inter", sans-serif !important;
  line-height: 1.3em;
}
.hq-multiselect .combobox-skeleton > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset !important;
}
.hq-multiselect .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values, .hq-multiselect .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-value {
  height: 100%;
  align-content: center;
}
.hq-multiselect .e-multi-select-wrapper span {
  min-height: unset;
}
.hq-multiselect .e-control-wrapper .e-clear-icon {
  top: 0 !important;
  bottom: 0 !important;
  margin-top: 0 !important;
  right: 20px !important;
}
.hq-multiselect .e-input-group-icon {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4) !important;
  min-width: 28px !important;
}
.hq-multiselect .e-clear-icon {
  min-width: 15px !important;
}
.hq-multiselect .hq-label-text {
  padding: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hq-multiselect .hq-frm__group,
.hq-multiselect .hq-inline__group {
  min-width: 120px;
}
.hq-multiselect .hq-frm__group .e-input-value,
.hq-multiselect .hq-inline__group .e-input-value {
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 8px;
}
.hq-multiselect .hq-dropdown-items-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 101%;
  vertical-align: top;
  display: inline-block;
}

.hq-multiselect[size=medium] .hq-label-text {
  margin-bottom: 8px;
  height: 42px;
}
.hq-multiselect[size=medium] .hq-frm__input .e-control-wrapper {
  max-height: 40px;
}
.hq-multiselect[size=medium] .e-ddl-icon.e-icons:hover {
  background-color: transparent !important;
}

.hq-multiselect[size=small] .hq-label-text {
  margin-bottom: 8px;
  height: 36px;
}
.hq-multiselect[size=small] .hq-frm__input .e-control-wrapper {
  max-height: 34px;
}
.hq-multiselect[size=small] .hq-frm__input .e-control-wrapper .e-multi-select-wrapper .e-delim-values.e-delim-view {
  line-height: 24px;
}
.hq-multiselect[size=small] .e-ddl-icon.e-icons:hover {
  background-color: transparent !important;
}
.hq-multiselect[size=small] .e-ddl-icon.e-icons::before {
  height: 20px;
}

.hq-multiselect[theme=default]:not(:has(.hq-frm__group)) > div,
.hq-multiselect[theme=default] .hq-frm__group > div,
.hq-multiselect[theme=default] .hq-inline__group > div {
  position: relative;
}

.hq-multiselect[theme=modern] .hq-frm__group .hq-frm__input,
.hq-multiselect[theme=modern] .hq-inline__group .hq-frm__input {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
  border: none !important;
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5) !important;
  margin-top: 2px;
}
.hq-multiselect[theme=modern] .hq-frm__group .hq-frm__input .e-input-group.e-control-wrapper,
.hq-multiselect[theme=modern] .hq-inline__group .hq-frm__input .e-input-group.e-control-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin: 0;
  border-radius: 3px;
  height: 39px;
}
.hq-multiselect[theme=modern] .hq-frm__group .value-container span,
.hq-multiselect[theme=modern] .hq-inline__group .value-container span {
  color: var(--gray-5);
}
.hq-multiselect[theme=modern] .hq-frm__group .e-input-group-icon.e-ddl-icon.e-icons::before,
.hq-multiselect[theme=modern] .hq-inline__group .e-input-group-icon.e-ddl-icon.e-icons::before {
  content: "\e70d";
}
.hq-multiselect[theme=modern] .hq-frm__group .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .hq-multiselect[theme=modern] .hq-frm__group .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover,
.hq-multiselect[theme=modern] .hq-inline__group .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
.hq-multiselect[theme=modern] .hq-inline__group .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background-color: white !important;
  color: var(--color-ui-blue) !important;
}

.e-popup-open .e-dropdownbase .e-list-item {
  min-height: unset;
}
.e-popup-open .e-dropdownbase .e-list-item .e-skeleton.e-skeleton-text {
  width: 90% !important;
}
.e-popup-open .e-dropdownbase .e-list-item .item-container {
  text-indent: 0;
  line-height: 1.2em;
  padding: 6px 10px;
}

.hq-multiselect .e-clear-icon::before {
  align-self: end;
}
.hq-multiselect .hq-frm__group > div,
.hq-multiselect .hq-inline__group > div {
  position: relative;
}
.hq-multiselect .hq-frm__group .multi-select-skeleton > div,
.hq-multiselect .hq-inline__group .multi-select-skeleton > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset !important;
}
.hq-multiselect span:empty.e-delim-values {
  display: none !important;
}
.hq-multiselect span.e-input-group-icon.e-ddl-icon.e-icons {
  color: var(--gray-4);
  font-weight: var(--font-weight-bold);
}
.hq-multiselect span.e-clear-icon {
  right: 20px !important;
}
.hq-multiselect .e-content.e-dropdownbase.e-nodata {
  color: var(--gray-5) !important;
}
.hq-multiselect input {
  min-width: var(--min-width) !important;
  width: var(--width) !important;
  max-width: var(--max-width) !important;
}
.hq-multiselect .new-base-design .hq-frm__group {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
}
.hq-multiselect .new-base-design .hq-frm__group .e-multiselect.e-input-group .e-ddl-icon::before {
  content: "\e70d";
}
.hq-multiselect .new-base-design .hq-frm__group .e-multiselect.e-input-group.e-disabled .e-ddl-icon {
  color: var(--gray-2) !important;
  cursor: not-allowed !important;
}
.hq-multiselect .new-base-design .hq-frm__group .e-multiselect.e-input-group.e-disabled .e-ddl-icon:hover {
  color: var(--gray-2) !important;
  cursor: not-allowed !important;
}
.hq-multiselect .new-base-design .hq-frm__group .e-input-group {
  border: none;
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
}
.hq-multiselect .new-base-design .hq-frm__group .e-input-group .e-input-group-icon {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
}
.hq-multiselect .new-base-design .hq-frm__group .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: white !important;
  background: white !important;
}

.e-multi-select-list-wrapper .e-all-text {
  color: var(--gray-5) !important;
}

.hq-tree {
  list-style: none;
  position: relative;
  color: #333;
}
.hq-tree .tree-node {
  position: relative;
  height: auto;
  padding-block: 0.5rem;
}
.hq-tree .tree-node .tree-node-wrapper:hover {
  background: var(--gray-1);
  border-radius: 4pt;
  cursor: pointer;
}
.hq-tree .tree-node .tree-node-wrapper:hover .buttons {
  display: flex;
}
.hq-tree .tree-node .buttons {
  display: none;
}
.hq-tree .tree-node.drag-over-top::before {
  content: "";
  border-top: solid 2px var(--gray-4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.hq-tree .tree-node.drag-over-bottom::after {
  content: "";
  border-top: solid 2px var(--gray-4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.hq-tree .tree {
  list-style: none;
  padding-left: 40px;
  position: relative;
  color: #333;
}
.hq-tree .tree .tree-node:hover,
.hq-tree .tree .tree-node:focus {
  color: #333;
  cursor: pointer;
}

.hq-editable-grid-base {
  /* styles for both readonly and edit mode */
  background: var(--gray-1);
  padding: 1rem 2rem 1rem 2rem;
  margin: 1rem;
  border-radius: 0.6rem;
  position: relative;
}
.hq-editable-grid-base .grid-title {
  margin: 3px 3px 0 3px;
}
.hq-editable-grid-base .group-error-icon {
  margin-top: -9px !important;
  margin-left: 1px !important;
  padding-top: 0 !important;
  cursor: pointer !important;
}
.hq-editable-grid-base .header-checkbox .hq-checkbox {
  position: absolute;
  top: 17px;
  left: 20px;
}
.hq-editable-grid-base .header-checkbox .hq-checkbox .e-icons {
  border-color: var(--gray-3) !important;
}
.hq-editable-grid-base > div:nth-child(1) {
  min-height: 170px;
}
.hq-editable-grid-base .document-table-row .grid-cell .hq-richtexteditor > p:last-child {
  margin-bottom: 0px;
}
.hq-editable-grid-base .document-table-row .grid-cell .hq-label {
  font-size: 14px;
}
.hq-editable-grid-base .document-table-row td .hq-dropdown .hq-label-text {
  padding: 0;
}
.hq-editable-grid-base .document-table-row td * {
  border-color: var(--gray-1) !important;
}
.hq-editable-grid-base .document-table-row td *:not(.hq-combobox) {
  padding-right: 0 !important;
}
.hq-editable-grid-base .document-table-row td .checkbox-num-col .checkbox-column {
  align-self: center;
}
.hq-editable-grid-base .document-table-row td .checkbox-num-col .checkbox-column .position-selector {
  position: absolute;
  left: 6px;
  padding-top: 10px;
}
.hq-editable-grid-base .document-table-row td .checkbox-num-col .checkbox-column .position-selector .e-icons.e-frame {
  border-color: var(--gray-3) !important;
}
.hq-editable-grid-base .document-table-row td .checkbox-num-col .hq-multi-level-index-input > input {
  padding-top: 0px !important;
  height: 39px;
}
.hq-editable-grid-base .document-table-row td .hq-medium-rte {
  min-height: auto;
}
.hq-editable-grid-base .text-position-row td:nth-of-type(2) {
  width: 20px !important;
}
.hq-editable-grid-base .text-position-row .checkbox-num-col {
  display: table-caption !important;
}
.hq-editable-grid-base .text-position-row .checkbox-num-col .checkbox-column {
  padding-bottom: 0 !important;
}
.hq-editable-grid-base .text-position-row .grid-cell {
  display: none;
}
.hq-editable-grid-base .text-position-row .grid-cell .hq-richtexteditor {
  position: sticky;
  left: 60px;
  width: 840px;
  overflow: scroll;
  white-space: normal;
  word-wrap: break-word;
  padding-right: 15px !important;
}
.hq-editable-grid-base .text-position-row .grid-cell:nth-child(3) {
  display: table-cell;
  min-width: 0 !important;
  max-width: 0 !important;
}
.hq-editable-grid-base > div:nth-child(1) > table > tbody > tr > td:nth-child(2) {
  height: 1px;
  padding-left: 0;
}
.hq-editable-grid-base .hq-grid-shown-column-modal {
  text-align: left;
}
.hq-editable-grid-base #context-menu-wrapper.left, .hq-editable-grid-base .left#backlog-context-menu-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
}
.hq-editable-grid-base table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.hq-editable-grid-base table .hq-icon-button-grid {
  right: -38px !important;
}
.hq-editable-grid-base table tbody {
  width: 100%;
}
.hq-editable-grid-base table .page-break .position-selector-wrapper {
  align-self: center;
  padding-bottom: 30px;
}
.hq-editable-grid-base table .page-break .position-selector-wrapper .position-selector {
  position: absolute;
  left: 6px;
}
.hq-editable-grid-base table .page-break .position-selector-wrapper .position-selector .e-icons.e-frame {
  border-color: var(--gray-3) !important;
}
.hq-editable-grid-base table .page-break .page-break-content {
  position: sticky;
  left: 0;
  display: flex;
  width: 970px;
  background-color: white;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.hq-editable-grid-base .table-row-hover:hover * {
  background-color: var(--gray-2) !important;
}
.hq-editable-grid-base .table-row-hover:hover .checkbox-column label, .hq-editable-grid-base .table-row-hover:hover .checkbox-column .e-checkbox-wrapper {
  background-color: var(--gray-1) !important;
  box-shadow: none;
}
.hq-editable-grid-base th {
  font-weight: var(--font-weight-bold);
  color: white;
  background: var(--gray-3);
  padding: 12px 5px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
}
.hq-editable-grid-base th:first-child {
  border-top-left-radius: 10px;
  padding-left: 15px;
}
.hq-editable-grid-base th:last-child {
  border-top-right-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  width: 60px;
  position: sticky;
  right: 0;
}
.hq-editable-grid-base th:last-child .material-symbols-outlined.hq-cursor {
  color: white;
}
.hq-editable-grid-base th:last-child .context-menuitem {
  color: var(--color-text-normal);
  font-weight: var(--font-weight-regular);
}
.hq-editable-grid-base td {
  padding: 8px 5px;
  background-color: var(--color-white);
  vertical-align: top;
}
.hq-editable-grid-base td .hq-frm__group {
  margin-bottom: 0;
}
.hq-editable-grid-base td .hq-richtexteditor {
  padding-top: 2px;
}
.hq-editable-grid-base tr:hover {
  background: var(--gray-1);
}
.hq-editable-grid-base td:first-child {
  padding: 10px 0 8px 0 !important;
}
.hq-editable-grid-base td:last-child {
  padding: 17px 10px 0 10px;
  position: sticky;
  right: 0;
  text-align: center;
  user-select: none;
}
.hq-editable-grid-base td:last-child .hq-button {
  padding: 0;
}
.hq-editable-grid-base .grid-element-buttons {
  display: flex;
}
.hq-editable-grid-base .grid-element-buttons .hq-button {
  margin-right: 1rem;
  cursor: pointer;
}
.hq-editable-grid-base .grid-element-buttons .hq-drop-down-group-base {
  min-width: 185px;
  height: fit-content;
  margin-top: 4px;
}
.hq-editable-grid-base .grid-element-buttons .hq-drop-down-group-base .drop-down__button {
  height: 30px;
  margin: auto;
}
.hq-editable-grid-base {
  /* styles for readonly mode */
}
.hq-editable-grid-base.read-only-style .grid-title {
  padding-bottom: 10px;
}
.hq-editable-grid-base.read-only-style > div > table > tbody > tr > td:nth-child(1) {
  vertical-align: middle;
}
.hq-editable-grid-base.read-only-style td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}
.hq-editable-grid-base.read-only-style td .hq-frm__group {
  margin-bottom: 0;
}
.hq-editable-grid-base.read-only-style td .hq-frm__group span {
  margin-top: 0 !important;
  border: none !important;
  background-color: var(--color-white) !important;
}
.hq-editable-grid-base.read-only-style td .hq-frm__group span input::placeholder {
  color: transparent !important;
}
.hq-editable-grid-base.read-only-style td .hq-frm__group span span {
  display: none !important;
}
.hq-editable-grid-base.read-only-style td .hq-richtexteditor {
  padding-top: 0px !important;
}
.hq-editable-grid-base.read-only-style td .hq-label,
.hq-editable-grid-base.read-only-style td .hq-richtexteditor,
.hq-editable-grid-base.read-only-style td .hq-richtexteditor p,
.hq-editable-grid-base.read-only-style td .hq-link-text-box {
  font-size: 14px;
}
.hq-editable-grid-base.read-only-style td .hq-link-text-box .custom-link-wrapper {
  margin-top: 0px;
}
.hq-editable-grid-base {
  /* styles for edit mode */
}
.hq-editable-grid-base:not(.read-only-style):hover .hq-icon-button-grid {
  visibility: visible;
}
.hq-editable-grid-base:not(.read-only-style) .document-table-row .grid-cell:has(.hq-label) {
  line-height: 42px;
}
.hq-editable-grid-base:not(.read-only-style) .document-table-row .grid-cell .hq-checkbox {
  margin: 10px 0 0 15px;
}

.expired-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 460px;
  border-radius: 30px !important;
}
.expired-modal .image {
  display: block;
  margin: auto;
  height: 170px;
  margin-top: 30px;
}
.expired-modal .main-text {
  text-align: center;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.expired-modal .second-text {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.expired-modal .reload-button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.expired-modal .reload-button-center .hq-button {
  display: block;
}
.expired-modal .reload-button-center .hq-button .e-btn.clear {
  color: var(--gray-4);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  padding-left: 12px;
}

.automated-invoices-grid .hq-grid .e-gridcontent table tr td .hq-contextmenu #context-menu-wrapper, .automated-invoices-grid .hq-grid .e-gridcontent table tr td .hq-contextmenu #backlog-context-menu-wrapper {
  position: relative;
}
.automated-invoices-grid .hq-quick-grid table thead tr {
  background-color: var(--gray-2);
  height: 45px;
  padding-bottom: 10px;
}
.automated-invoices-grid .hq-quick-grid table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 2px;
  padding-left: 10px;
}
.automated-invoices-grid .hq-quick-grid table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 2px;
}
.automated-invoices-grid .hq-quick-grid table tbody tr {
  height: 28px;
}
.automated-invoices-grid .hq-quick-grid table tbody tr td:first-child {
  padding-left: 10px;
}
.automated-invoices-grid .hq-esitmation-status-icon {
  vertical-align: middle;
  margin-top: -1px;
  font-size: 14px;
  width: 14px;
}
.automated-invoices-grid .hq-grid.hq-flx, .automated-invoices-grid #hq-kanban-tasks-overview .board_header .hq-grid.button_container, #hq-kanban-tasks-overview .board_header .automated-invoices-grid .hq-grid.button_container, .automated-invoices-grid #hq-document-editor .hq-grid.hq-flx-space-between, #hq-document-editor .automated-invoices-grid .hq-grid.hq-flx-space-between, .automated-invoices-grid #hq-time-material-modal .hq-grid.row, #hq-time-material-modal .automated-invoices-grid .hq-grid.row, .automated-invoices-grid .hq-grid-wrapper .hq-grid .e-grid .hq-grid.commands-column, .hq-grid-wrapper .hq-grid .e-grid .automated-invoices-grid .hq-grid.commands-column {
  height: calc(100vh - 188px) !important;
}
.automated-invoices-grid .hq-grid.hq-flx .hq-grid.box, .automated-invoices-grid #hq-kanban-tasks-overview .board_header .hq-grid.button_container .hq-grid.box, #hq-kanban-tasks-overview .board_header .automated-invoices-grid .hq-grid.button_container .hq-grid.box, .automated-invoices-grid #hq-document-editor .hq-grid.hq-flx-space-between .hq-grid.box, #hq-document-editor .automated-invoices-grid .hq-grid.hq-flx-space-between .hq-grid.box, .automated-invoices-grid #hq-time-material-modal .hq-grid.row .hq-grid.box, #hq-time-material-modal .automated-invoices-grid .hq-grid.row .hq-grid.box, .automated-invoices-grid .hq-grid.hq-flx .hq-grid-wrapper .hq-grid, .automated-invoices-grid #hq-kanban-tasks-overview .board_header .hq-grid.button_container .hq-grid-wrapper .hq-grid, #hq-kanban-tasks-overview .board_header .automated-invoices-grid .hq-grid.button_container .hq-grid-wrapper .hq-grid, .automated-invoices-grid #hq-document-editor .hq-grid.hq-flx-space-between .hq-grid-wrapper .hq-grid, #hq-document-editor .automated-invoices-grid .hq-grid.hq-flx-space-between .hq-grid-wrapper .hq-grid, .automated-invoices-grid #hq-time-material-modal .hq-grid.row .hq-grid-wrapper .hq-grid, #hq-time-material-modal .automated-invoices-grid .hq-grid.row .hq-grid-wrapper .hq-grid, .hq-grid-wrapper .automated-invoices-grid .hq-grid.hq-flx .hq-grid, .hq-grid-wrapper .automated-invoices-grid #hq-kanban-tasks-overview .board_header .hq-grid.button_container .hq-grid, #hq-kanban-tasks-overview .board_header .hq-grid-wrapper .automated-invoices-grid .hq-grid.button_container .hq-grid, .hq-grid-wrapper .automated-invoices-grid #hq-document-editor .hq-grid.hq-flx-space-between .hq-grid, #hq-document-editor .hq-grid-wrapper .automated-invoices-grid .hq-grid.hq-flx-space-between .hq-grid, .hq-grid-wrapper .automated-invoices-grid #hq-time-material-modal .hq-grid.row .hq-grid, #hq-time-material-modal .hq-grid-wrapper .automated-invoices-grid .hq-grid.row .hq-grid, .automated-invoices-grid .hq-grid-wrapper .hq-grid .e-grid .hq-grid.commands-column .hq-grid, .hq-grid-wrapper .hq-grid .e-grid .automated-invoices-grid .hq-grid.commands-column .hq-grid {
  height: 100% !important;
}

.automated-invoices-overview .content-limit {
  position: relative;
  display: flex;
  flex-direction: column;
}
.automated-invoices-overview .content-limit .timeframe {
  position: absolute;
  top: -10px;
  right: 0;
  display: flex;
  align-items: flex-end;
}
.automated-invoices-overview .content-limit .timeframe .hq-button {
  padding: 7px 7px 10px 7px !important;
}

.hq-modal.automated-invoices-preview-style .modal-content {
  max-height: max-content;
  padding-bottom: 0 !important;
}
.hq-modal.automated-invoices-preview-style .modal-content .main-content {
  overflow: hidden;
}
.hq-modal.automated-invoices-preview-style .modal-content .main-content .automated-invoice-preview-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-modal.automated-invoices-preview-style .modal-content .main-content .automated-invoice-preview-button .hq-button .e-control.e-btn {
  font-size: 12px;
  width: 7rem;
}

.hq-tag {
  font-weight: var(--font-weight-bold);
}

.hq-tag-creation {
  font-weight: var(--font-weight-bold);
}

#hq-tag-list {
  position: relative;
}

#hq-tag-wrapper {
  width: 230px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -50px;
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.2), 0 4px 5px 0 rgba(47, 74, 113, 0.5);
  background: white;
  border-radius: 10px;
  margin: 10px 0px 0px 1px;
  z-index: 100000000000000000;
}
#hq-tag-wrapper p {
  margin: initial;
}
#hq-tag-wrapper.left {
  top: 24px;
  right: 10px;
}
#hq-tag-wrapper.bottom {
  top: 44px;
  left: 13px;
}
#hq-tag-wrapper li.highlighted {
  background-color: var(--gray-2);
}
#hq-tag-wrapper li.highlighted:first-child {
  border-radius: 10px 10px 0 0;
}
#hq-tag-wrapper li.highlighted:last-child {
  border-radius: 0 0 10px 10px;
}
#hq-tag-wrapper li.tag-element {
  white-space: pre;
  padding: 6px 10px;
  cursor: pointer;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
#hq-tag-wrapper li.tag-element .hq-avt-image {
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(25, 47, 118, 0.3);
}
#hq-tag-wrapper li.tag-element .hq-avt-wrapper {
  display: flex;
  align-items: center;
}
#hq-tag-wrapper li.tag-element .hq-avt-initials {
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  color: white;
  border-radius: 50%;
  background-color: var(--main-red);
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
}
#hq-tag-wrapper li.tag-element .avatar-s {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#hq-tag-wrapper li.tag-element .hq-avt-centerimage {
  margin-right: 10px;
}
#hq-tag-wrapper li.tag-element:last-child > a:hover {
  border-radius: 0px 0px 10px 10px;
}
#hq-tag-wrapper li.tag-element:hover {
  background: var(--gray-1);
}
#hq-tag-wrapper :first-child:hover {
  border-radius: 10px 10px 0px 0px;
}
#hq-tag-wrapper :last-child {
  border-bottom: none;
}
#hq-tag-wrapper :last-child:hover {
  border-radius: 0px 0px 10px 10px;
}

.hq-comment-box {
  display: flex;
}
.hq-comment-box #rich-text-editor-wrapper {
  flex: 1;
}
.hq-comment-box .medium-rte {
  border-radius: 10px;
  border: 2px solid var(--gray-2) !important;
  min-height: auto;
  padding: 10px;
  cursor: text;
}
.hq-comment-box .medium-rte .medium-rte:focus-visible {
  outline: none !important;
}
.hq-comment-box .medium-rte p {
  margin: auto;
}
.hq-comment-box .medium-editor-element:focus-visible {
  outline: none;
}
.hq-comment-box .medium-editor-placeholder {
  color: var(--color-text-light);
}
.hq-comment-box .e-richtexteditor {
  border: none !important;
}
.hq-comment-box .e-richtexteditor .e-rte-content {
  border-radius: 10px;
  border: 2px solid var(--gray-2) !important;
  position: initial;
}
.hq-comment-box .e-richtexteditor .e-rte-content .e-content {
  min-height: 0px;
  max-height: 105px;
  color: var(--color-text-normal);
  text-align-last: start;
  padding: 11px 12px;
  word-break: break-word;
  position: initial;
}
.hq-comment-box .e-richtexteditor .e-rte-content .e-rte-placeholder {
  color: var(--color-text-light);
  margin-top: 10px;
  padding: 0px 12px !important;
  top: auto;
  pointer-events: none;
}
.hq-comment-box .hq-button {
  padding: 5px 0px 7px 7px;
}
.hq-comment-box .primary-icon, .hq-comment-box .hq-button .primary-icon-circular, .hq-button .hq-comment-box .primary-icon-circular, .hq-comment-box .hq-button .primary-icon-circular-clear, .hq-button .hq-comment-box .primary-icon-circular-clear {
  width: 30px;
  height: 30px;
}
.hq-comment-box .hq-avt-initials {
  text-align-last: center;
}

.hq-comment-blob {
  margin: 7px 0px 7px 2px;
}
.hq-comment-blob .comment {
  border-radius: 10px;
  text-align-last: left;
  padding: 10px 15px 10px 15px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  max-width: 70%;
  word-break: break-word;
  flex-direction: column;
}
.hq-comment-blob .other-comment-background {
  color: var(--gray-5);
  border: 1px solid var(--gray-1);
  background: var(--gray-1);
}
.hq-comment-blob p {
  margin-bottom: 0;
  align-self: start;
  white-space: pre-wrap;
}
.hq-comment-blob .own-comment-background {
  color: var(--gray-5);
  border: 1px solid var(--gray-6);
  background: var(--gray-6);
}
.hq-comment-blob:hover .edit-delete-buttons {
  visibility: visible;
  flex: none;
}
.hq-comment-blob .edit-delete-buttons {
  visibility: hidden;
  align-self: flex-start;
}
.hq-comment-blob .flx--end {
  justify-content: flex-end;
}
.hq-comment-blob .margin-left-10 {
  margin-left: 10px;
}
.hq-comment-blob .margin-left-5 {
  margin-left: 5px;
}
.hq-comment-blob .margin-right-10 {
  margin-right: 10px;
}
.hq-comment-blob .margin-right-5 {
  margin-right: 5px;
}
.hq-comment-blob .margin-top-5 {
  margin-top: 5px;
}
.hq-comment-blob .margin-top-10 {
  margin-top: 10px;
}
.hq-comment-blob .margin-top-15 {
  margin-top: 15px;
}
.hq-comment-blob .margin-top-20 {
  margin-top: 20px;
}

.hq-comment-section .load-more-comments-button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-comment-section .hq-blob-section {
  position: relative;
  overflow: auto;
}
.hq-comment-section .hq-blob-section .no-items {
  display: flex;
  justify-content: center;
  height: 84px;
  align-items: center;
  padding-top: 30px;
}
.hq-comment-section {
  min-height: 150px;
}

.hq-company-grid-wrapper {
  height: 100%;
}
.hq-company-grid-wrapper .grid-height {
  height: calc(100vh - 230px);
}
.hq-company-grid-wrapper .grid-height .e-rowcell {
  white-space: pre;
  color: var(--color-text-normal) !important;
  padding: 15px 15px 15px 5px !important;
  border-color: var(--gray-2);
}

.connection-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 400px;
  border-radius: 30px !important;
}
@media (max-width: 480px) {
  .connection-modal .modal-content {
    width: 350px;
  }
}
.connection-modal .reload-button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.connection-modal .reload-button {
  border-radius: 8px;
  color: white;
  box-shadow: 0 3px 10px 0 rgba(35, 79, 247, 0.5);
  background-color: var(--color-ui-blue);
  font-weight: var(--font-weight-bold);
  border: none;
  font-size: 13px;
  padding: 10px 13px;
  margin-top: 10px;
  cursor: pointer;
}
.connection-modal .image {
  display: block;
  margin: auto;
  height: 170px;
}
.connection-modal .main-text {
  text-align: center;
  font-size: 25px;
  margin: 20px;
}
.connection-modal .second-text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.connection-modal .modal-header {
  font-weight: bold !important;
  font-size: 20px;
  margin-bottom: 15px;
}

.hq-permission-denied {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-permission-denied .reload-button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-permission-denied .reload-button {
  border-radius: 8px;
  color: white;
  box-shadow: 0 3px 10px 0 rgba(250, 109, 139, 0.5);
  background-color: var(--main-red);
  font-weight: var(--font-weight-bold);
  border: none;
  font-size: 13px;
  padding: 10px 13px;
  margin-top: 10px;
  cursor: pointer;
}
.hq-permission-denied .emoji--xl {
  font-size: 6rem;
}

.hq-mainmenu.collapsed-menu {
  width: 60px;
  max-height: 100vh;
  transition: width 250ms ease-in-out;
  overflow-x: hidden !important;
}
.hq-mainmenu.collapsed-menu .client-logo-hidden {
  display: none;
}
.hq-mainmenu.collapsed-menu .item .text {
  transition: margin-left 250ms ease-in-out;
}
.hq-mainmenu.collapsed-menu .sub-menu {
  transition: max-height 0.7s ease-out, margin-left 250ms ease-in-out !important;
}
.hq-mainmenu.collapsed-menu:not(:hover) .item .text {
  margin-left: 15px;
}
.hq-mainmenu.collapsed-menu:hover {
  width: 225px;
}
.hq-mainmenu.collapsed-menu:hover .sub-menu {
  margin-left: 0px;
}
.hq-mainmenu.collapsed-menu:hover .client-logo-hidden {
  display: block;
  max-height: 150px;
  text-align: center;
  border-right: 1px solid var(--gray-2);
}
.hq-mainmenu.collapsed-menu:hover .client-logo-hidden img {
  padding: 13px;
  max-height: 80px;
  max-width: 180px;
}
.hq-mainmenu.collapsed-menu:hover .top-level-item .sub-menu.collapsed {
  margin-left: 0;
}
.hq-mainmenu {
  display: flex;
  height: 100%;
  width: 225px;
  flex-direction: column;
  transition: width 250ms ease-in-out;
}
.hq-mainmenu .hq-logo {
  position: relative;
  height: 60px;
  text-align: center;
}
.hq-mainmenu .hq-logo img {
  position: absolute;
  height: 34px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.hq-mainmenu .hq-logo .top {
  opacity: 0;
}
.hq-mainmenu .hq-logo .top:hover {
  opacity: 1;
}
.hq-mainmenu .client-logo-wrapper {
  height: 100px;
}
.hq-mainmenu .client-logo-wrapper .client-logo {
  max-height: 130px;
  text-align: center;
}
.hq-mainmenu .client-logo-wrapper .client-logo img {
  padding: 13px;
  max-height: 80px;
  max-width: 180px;
}
.hq-mainmenu .menu {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.hq-mainmenu .menu .top-level-item .sub-menu {
  max-height: 0;
  transition: max-height 0.1s ease-out;
  overflow: hidden;
}
.hq-mainmenu .menu .top-level-item .sub-menu .item {
  padding-left: 15px;
}
.hq-mainmenu .menu .top-level-item .sub-menu.collapsed {
  margin-left: -16px;
}
.hq-mainmenu .menu .top-level-item.expanded .sub-menu {
  max-height: 1000px;
}
.hq-mainmenu .menu .top-level-item .item {
  height: 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  justify-content: stretch;
  white-space: nowrap;
}
.hq-mainmenu .menu .top-level-item .item .text {
  color: var(--gray-5);
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
}
.hq-mainmenu .menu .top-level-item .item .collapsed-menu {
  min-width: 180px;
}
.hq-mainmenu .menu .top-level-item .item i {
  color: var(--gray-4);
  padding-left: 20px;
}
.hq-mainmenu .menu .top-level-item .item i:before {
  font-size: 18px !important;
}
.hq-mainmenu .menu .top-level-item .item:hover .text {
  color: var(--gray-5);
  font-weight: var(--font-weight-bold);
}
.hq-mainmenu .menu .top-level-item .item:hover i {
  color: var(--color-ui-blue);
}
.hq-mainmenu .menu .top-level-item .item.selected {
  background: linear-gradient(to right, var(--color-ui-blue) -400%, white);
  border-left: 3px solid var(--color-ui-blue);
  padding-left: 13px;
}
.hq-mainmenu .menu .top-level-item .item.selected .text {
  color: var(--gray-5);
  font-weight: var(--font-weight-bold);
}
.hq-mainmenu .menu .top-level-item .item.selected i {
  color: var(--color-ui-blue);
}
.hq-mainmenu .menu .top-level-item .item.selected-parent {
  background: linear-gradient(to right, RGBA(var(--color-ui-blue), 0.1), white);
  border-left: 2px solid var(--color-ui-blue);
}
.hq-mainmenu .menu .top-level-item .item.selected-parent .text {
  color: var(--gray-5);
  font-weight: var(--font-weight-bold);
}
.hq-mainmenu .menu .top-level-item .item.selected-parent i {
  color: var(--color-ui-blue);
}
.hq-mainmenu .e-accordion {
  border: none;
}
.hq-mainmenu .e-accordion .e-acrdn-item {
  border: none;
  background-color: white;
}
.hq-mainmenu .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
  color: var(--gray-4);
}
.hq-mainmenu .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  color: var(--gray-4);
}
.hq-mainmenu .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
  display: none;
}
.hq-mainmenu .e-accordion .e-acrdn-item.e-selected .e-acrdn-header {
  background: var(--main-translucent);
}
.hq-mainmenu .e-accordion .e-acrdn-item.e-selected .e-acrdn-header .e-acrdn-header-icon {
  color: var(--color-ui-blue);
}
.hq-mainmenu .e-accordion .e-acrdn-item.e-selected .e-acrdn-header .e-acrdn-header-content {
  color: var(--gray-4);
}
.hq-mainmenu .e-accordion .e-acrdn-item .e-nested {
  border: none;
}
.hq-mainmenu .e-accordion .e-acrdn-item .e-acrdn-header {
  overflow: visible;
}
.hq-mainmenu .e-acrdn-content {
  padding: unset !important;
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

.hq-topbar {
  height: 60px;
}
.hq-topbar #context-menu-wrapper, .hq-topbar #backlog-context-menu-wrapper {
  z-index: 16;
}
.hq-topbar .context-menu-hover:hover {
  border-radius: 10px;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.hq-topbar .center-profile-vertical {
  margin-bottom: 5px;
}
.hq-topbar .topbar-wrapper {
  height: 100%;
  align-items: center;
}
.hq-topbar .topbar-wrapper .help {
  width: 50px !important;
}
.hq-topbar .topbar-wrapper .help .help-icon {
  padding-bottom: 1px;
}
.hq-topbar .topbar-wrapper .search {
  padding-left: 5%;
}
.hq-topbar .topbar-wrapper .profile {
  text-align: right;
}
.hq-topbar .topbar-wrapper .profile,
.hq-topbar .topbar-wrapper .help {
  white-space: nowrap;
}
.hq-topbar .topbar-wrapper .profile > *,
.hq-topbar .topbar-wrapper .help > * {
  vertical-align: middle;
}
.hq-topbar .topbar-wrapper .add-button {
  padding-bottom: 5px;
}

#hq-language-select .modal-content {
  padding: 20px 14px 5px 20px;
}
#hq-language-select .language-wrapper {
  margin-right: 6px;
}
#hq-language-select .language-wrapper .selected-language {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: var(--gray-3);
  border-radius: 4px;
  margin-bottom: 5px;
}
#hq-language-select .language-wrapper .selected-language img {
  margin-left: 30%;
}
#hq-language-select .language-wrapper .unselected-language {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
#hq-language-select .language-wrapper .unselected-language img {
  margin-left: 30%;
}
#hq-language-select .language-wrapper .unselected-language:hover {
  background-color: var(--gray-1);
  border-radius: 4px;
}

.subsystem-wrapper {
  width: 270px;
}

.subsystem-item {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.subsystem-item:hover {
  background-color: var(--gray-1);
  border-radius: 7px;
}

.subsystem-item-selected {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  color: white;
  background-color: var(--gray-3);
  border-radius: 7px;
}

.hq-global-add .global-add {
  background-color: var(--color-ui-green-2);
  color: white;
  width: 43px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 3px 10px 0 rgba(106, 239, 161, 0.5);
}
.hq-global-add .global-add:hover {
  background-color: var(--dark-green-2);
}
.hq-global-add .global-add .add-icon {
  margin-top: 20%;
}

.margin-top-5 {
  margin-top: 5px;
}

.hq-topbarsearch .e-input-group.e-control-wrapper {
  border-radius: 10px;
}
.hq-topbarsearch .e-input-group.e-control-wrapper input.e-input {
  height: 40px;
}

.selection-searchbar {
  position: absolute;
  right: 0;
  top: 8px;
  height: 100%;
  align-items: center;
}
@media (max-width: 1000px) {
  .selection-searchbar .selected-label {
    display: none;
  }
}
@media (min-width: 1001px) {
  .selection-searchbar .selected-label {
    display: none;
  }
}
@media (min-width: 1200px) {
  .selection-searchbar .selected-label {
    display: unset;
  }
}
@media (min-width: 1366px) {
  .selection-searchbar .selected-label {
    display: unset;
  }
}
@media (min-width: 1600px) {
  .selection-searchbar .selected-label {
    display: unset;
  }
}
.selection-searchbar .selection-button {
  white-space: nowrap;
}
.selection-searchbar .selection-button > * {
  vertical-align: middle;
}
.selection-searchbar .help-icon {
  padding-bottom: 1px;
  padding-right: 2px;
}
.selection-searchbar #context-menu-wrapper, .selection-searchbar #backlog-context-menu-wrapper {
  max-height: 305px;
}

.hq-search-box .e-dropdownbase .e-list-group-item {
  font-weight: var(--font-weight-bold) !important;
}
.hq-search-box li {
  color: var(--gray-5) !important;
}

.hq-support-button-modal {
  padding: 0 !important;
  overflow: hidden;
}
.hq-support-button-modal .modal-content {
  padding: 20px 0px 0px 0px !important;
}
.hq-support-button-modal .modal-content .modal-header {
  padding-left: 20px !important;
}
.hq-support-button-modal .modal-content .main-content {
  padding: 0 !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.hq-support-button-modal .hq-support-button-modal-upper-section {
  text-align: center;
  background: conic-gradient(from 219deg at 110.33% 148.49%, rgba(255, 146, 170, 0.7) 0deg, rgba(255, 255, 255, 0.7) 360deg);
  padding: 20px 30px 20px 30px;
}
.hq-support-button-modal .hq-support-button-modal-upper-section .hq-support-search-text-box {
  width: 490px;
  border-color: var(--gray-1) !important;
}
.hq-support-button-modal .hq-support-button-modal-upper-section .hq-support-button-modal-tiles {
  width: 490px;
  display: grid;
  grid-template-columns: repeat(4, 100px); /* 4 tiles per row */
  grid-template-rows: repeat(2, 100px); /* 2 rows */
  column-gap: 30px;
  row-gap: 20px;
  justify-content: space-between;
}
.hq-support-button-modal .hq-support-button-modal-upper-section .hq-support-tile {
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.hq-support-button-modal .hq-support-button-modal-upper-section .hq-support-tile .tile-image {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.hq-support-button-modal .hq-support-button-menu-section {
  background-color: white;
  padding: 20px 30px 20px 30px;
}
.hq-support-button-modal .hq-support-button-menu-section .hq-support-button-menu-items {
  width: 490px;
  display: grid;
  grid-template-columns: repeat(3, 150px); /* 3 items per row */
  grid-template-rows: repeat(3, 35px); /* 3 rows */
  column-gap: 30px;
  row-gap: 0px;
  justify-content: space-between;
}
.hq-support-button-modal .hq-support-button-menu-section .hq-support-menu-item {
  width: 150px;
  background-color: white;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  padding-left: 5px;
  border-radius: 14px;
}
.hq-support-button-modal .hq-support-button-menu-section .hq-support-menu-item:hover {
  cursor: pointer;
  font-weight: var(--font-weight-semi-bold);
}

.hq-dashboard .shake-animation {
  animation: shake 0.5s;
}
@keyframes shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  40% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  80% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.hq-dashboard .bounce-animation {
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-7.5px);
  }
  60% {
    transform: translateY(-2.5px);
  }
}
.hq-dashboard .hq-icon-box:hover {
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.3);
}
.hq-dashboard .dashboard-bottom-margin-bottom {
  margin-bottom: 50px;
}
.hq-dashboard .left-dropzone {
  padding-right: 13px;
  max-width: 50%;
}
.hq-dashboard .draggable {
  margin-bottom: 20px;
}
.hq-dashboard .right-dropzone {
  max-width: 50%;
  padding-left: 13px;
}
.hq-dashboard .widget-padding-box {
  padding: 5px 20px 15px 20px;
  margin-bottom: 20px;
}
.hq-dashboard .bottom-button {
  width: 50px;
  height: 60px;
  bottom: -33px;
  position: fixed;
  z-index: 10;
  transform: translateX(-50%);
  cursor: pointer;
}
.hq-dashboard .dashboard-edit-buttons, .hq-dashboard .multi-edit, .hq-dashboard .enable-dashboard-edit-button {
  background: white;
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.2), 0 4px 5px 0 rgba(47, 74, 113, 0.5);
  color: var(--gray-4);
  border-radius: 6px;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.hq-dashboard .enable-dashboard-edit-button .hq-button {
  padding-top: 10px;
}
.hq-dashboard .multi-edit {
  flex-direction: row;
  flex-wrap: nowrap;
}
.hq-dashboard .multi-edit .hq-button {
  padding-top: 10px;
}
.hq-dashboard .center-wrapper {
  left: 50%;
  position: absolute;
  margin-left: -23px;
  bottom: 0;
  width: 221px;
  display: flex;
  margin-bottom: 15px;
}
.hq-dashboard .space-edit {
  width: 30px;
  height: 30px;
}
.hq-dashboard .drop-zone {
  width: 100%;
  min-height: 300px;
  border-style: dotted;
  border-color: var(--gray-3);
  border-width: 2px;
}
.hq-dashboard .fake-drop-zone {
  width: 100%;
  min-height: 300px;
  border-style: dotted;
  border-color: var(--gray-3);
  border-width: 2px;
  border-radius: 15px;
  justify-content: center;
  flex-direction: row;
  display: flex;
}
.hq-dashboard .drop-text {
  text-align: center;
  vertical-align: middle;
  color: var(--gray-3-5);
  font-size: xx-large;
}
.hq-dashboard .widget-wrapper {
  background-color: white;
  border-radius: 15px;
}
.hq-dashboard .widget-edit {
  opacity: 0.3;
}
.hq-dashboard .item-expand-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 110px;
  display: flex;
}
.hq-dashboard .item-expand-wrapper .increase-button {
  flex: 1;
  font-size: x-large;
}
.hq-dashboard .item-expand-wrapper .decrease-button {
  flex: 1;
  font-size: x-large;
}
.hq-dashboard .hq-widget-title {
  border-bottom: var(--gray-2) solid 1px;
}
@media (max-width: 1025px) {
  .hq-dashboard .wrapper {
    display: block;
  }
  .hq-dashboard .wrapper .column {
    max-width: 100%;
    padding: 0;
  }
}

.hq-dashboard-modal .hq-dashboardpreview-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.hq-dashboard-modal .hq-dashboardpreview-detail {
  height: 150px;
  width: 150px;
  margin: 30px;
  cursor: pointer;
  position: relative;
}
.hq-dashboard-modal .hq-dashboardpreview-detail .preview-image {
  height: 84px;
  display: block;
  margin: auto;
}
.hq-dashboard-modal .hq-dashboardpreview-detail .preview-text {
  text-align: center;
  color: var(--gray-5);
}
.hq-dashboard-modal .hq-dashboardpreview-detail-not-add {
  height: 150px;
  width: 150px;
  margin: 30px;
  opacity: 0.3;
  position: relative;
}
.hq-dashboard-modal .hq-dashboardpreview-detail-not-add .preview-image {
  height: 84px;
  display: block;
  margin: auto;
}
.hq-dashboard-modal .hq-dashboardpreview-detail-not-add:hover {
  box-shadow: 0 0 15px 0 rgba(47, 74, 113, 0.15);
}
.hq-dashboard-modal .preview-text {
  width: 150px;
  text-align: center;
}
.hq-dashboard-modal .hq-button-padding {
  padding: 10px 0px 7px 7px !important;
}

.hq-avt {
  padding-bottom: 5px;
}
.hq-avt .hq-avt-image {
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(25, 47, 118, 0.3);
}
.hq-avt .hq-avt-wrapper {
  display: flex;
  align-items: center;
}
.hq-avt .hq-avt-initials {
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  color: white;
  border-radius: 50%;
  background-color: var(--color-ui-blue);
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
}
.hq-avt .hq-avt-initials-gray {
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  color: white;
  border-radius: 50%;
  background-color: var(--gray-3);
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
}
.hq-avt .avatar-xs {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.hq-avt .avatar-s {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hq-avt .avatar-m {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.hq-avt .avatar-l {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.hq-avt .hq-avt-centerimage {
  margin-left: auto;
  margin-right: auto;
}
.hq-avt .user-name {
  margin-left: 10px;
}

.hq-mytask .arrange-button {
  margin-top: 15px;
}
.hq-mytask .mytask-due-progress-label {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
}
.hq-mytask .task-duedays {
  font-weight: var(--font-weight-regular);
}
.hq-mytask .task-end-date {
  color: var(--gray-3-5);
}
.hq-mytask .task-checkbox .e-checkbox-wrapper {
  height: 100% !important;
}
.hq-mytask .hq-avt .hq-avt-image,
.hq-mytask .hq-avt .hq-avt-initials {
  width: 30px;
  height: 30px;
}
.hq-mytask .task-taskname {
  line-height: 22px;
}
.hq-mytask .secondary-button {
  cursor: pointer;
  max-height: 40px;
  border-radius: 8px;
  color: var(--gray-4);
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
  background-color: white;
}
.hq-mytask .secondary-button:hover {
  background-color: var(--gray-1);
}
.hq-mytask .secondary-button:active {
  background-color: var(--gray-2);
}
@media (max-width: 1000px) {
  .hq-mytask .hq-Task-classification-selector {
    width: 120px;
  }
}
@media (min-width: 1001px) {
  .hq-mytask .hq-Task-classification-selector {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .hq-mytask .hq-Task-classification-selector {
    width: 220px;
  }
}
@media (min-width: 1366px) {
  .hq-mytask .hq-Task-classification-selector {
    width: 280px;
  }
}

.task-over-due-color {
  color: var(--color-ui-red);
}

.hq-copy-project-modal .main-content {
  overflow-x: hidden;
}
.hq-copy-project-modal .textbox-margin {
  margin-top: 15px;
}

.hq-project-overview {
  height: 100%;
}
.hq-project-overview .grid-height {
  width: 100%;
  height: calc(100vh - 220px);
}

.hq-reporting-modal .date-carousel {
  font-size: 16px;
  margin: 10px;
  min-width: 200px;
}
.hq-reporting-modal .hq-table {
  border: 1px solid var(--gray-3);
  margin-bottom: 10px;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 10px;
}
.hq-reporting-modal .hq-table > * {
  border-top: none;
}
.hq-reporting-modal .hq-table div {
  font-size: 13px;
}
.hq-reporting-modal .hq-table .table-header {
  margin-top: -5px;
  margin-bottom: -17px;
}
.hq-reporting-modal .hq-table .line-options {
  text-align: right;
  width: 100px;
}
.hq-reporting-modal .hq-table .duration {
  width: 55px;
  text-align: left;
  margin-left: 5px;
}
.hq-reporting-modal .hq-table .item {
  margin-top: -10px;
}
.hq-reporting-modal .hq-table .table-summary {
  margin-top: -10px;
}

.hq-project-reportings .reporting-sum-text {
  font-size: 14px;
}
.hq-project-reportings .margin-top-1 {
  margin-top: 1px;
}
.hq-project-reportings .margin-left-3 {
  margin-left: 3px;
}
.hq-project-reportings .grid-height {
  width: 100%;
  height: calc(100vh - 270px);
}

.share-modal .hq-combobox {
  margin: 20px 0px;
}
.share-modal .buttons {
  text-align-last: end;
}

.hq-mytask-details {
  height: 90%;
}
.hq-mytask-details .padding-left-12 {
  padding-left: 13px;
}
.hq-mytask-details .task-content .hq-upload-inline .drag-drop-zone {
  border: 1px dashed var(--gray-3);
  border-radius: 10px;
}
.hq-mytask-details .task-content .hq-upload-inline .drag-drop-zone .material-symbols-outlined {
  color: var(--gray-3);
}
.hq-mytask-details .task-content .hq-upload-inline .drag-drop-zone:hover {
  border-color: var(--gray-4);
}
.hq-mytask-details .task-content .hq-upload-inline .drag-drop-zone:hover span {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5) !important;
}
.hq-mytask-details .task-content .hq-upload-inline .hq-frm__group {
  display: block;
}
.hq-mytask-details .task-content .hq-upload-inline .files-content {
  height: auto;
}
.hq-mytask-details .task-content .hq-upload-inline .files-content .txt-wrapper {
  margin-top: 0;
}
.hq-mytask-details .task-content .hq-upload-inline .hq-file-list .file-list-table {
  margin-bottom: 10px;
}
.hq-mytask-details .task-details-information {
  margin-bottom: 20px;
}
.hq-mytask-details .task-creator {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 25px;
  color: var(--gray-3-5);
}
.hq-mytask-details .task-projectname {
  margin-bottom: 10px;
  color: var(--color-ui-blue);
  font-size: 13px;
}
.hq-mytask-details .private-task-projectname {
  color: var(--color-ui-blue);
  font-size: 13px;
}
.hq-mytask-details .main-color {
  color: var(--color-ui-blue);
}
.hq-mytask-details .task-taskname {
  width: 100%;
}
.hq-mytask-details .task-taskname * {
  font-size: 22px !important;
  font-weight: var(--font-weight-bold) !important;
  line-height: 1.2;
}
.hq-mytask-details .task-taskname .read-only-mode .content {
  padding-bottom: 8px !important;
}
.hq-mytask-details .task-description-content .edit-mode-row > div {
  width: 100%;
}
.hq-mytask-details .task-description-content ul {
  list-style: disc;
  list-style-position: inside;
}
.hq-mytask-details .task-description-content ol {
  list-style: decimal;
  list-style-position: inside;
}
.hq-mytask-details .task-progress {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  max-width: 380px;
}
.hq-mytask-details .task-progress .truncate-flex-1 {
  width: fit-content;
}
.hq-mytask-details .mytask-due-progress-label {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
}
.hq-mytask-details .task-duedays {
  font-weight: var(--font-weight-regular);
}
.hq-mytask-details .task-over-due-color {
  color: var(--color-ui-red);
}
.hq-mytask-details .task-end-date {
  color: var(--gray-3-5);
}
.hq-mytask-details .progressbar-wrapper .e-control.e-progressbar.e-lib {
  width: 110px;
}
.hq-mytask-details .progressbar-wrapper {
  width: 32%;
  padding: 18px;
}
.hq-mytask-details .progressbar-wrapper svg {
  height: 20px !important;
}
.hq-mytask-details .hq-progressbar {
  height: 13px;
  margin-top: 3px;
}
.hq-mytask-details .marge-bottom-8 {
  margin-bottom: 8px;
}

.hq-assignment-table .hq-label {
  font-weight: var(--font-weight-bold);
  font-size: 13px;
  color: var(--gray-5);
  margin-bottom: 8px;
}
.hq-assignment-table .assignment-headers {
  display: flex;
  justify-content: space-between;
}
.hq-assignment-table .hq-table > * {
  border-top-width: 0;
}
.hq-assignment-table .avatar-padding {
  padding-left: 8px;
}
.hq-assignment-table .assignment-value {
  flex: 1;
  margin-left: 8px;
}
.hq-assignment-table {
  margin-bottom: 15px;
}

.hq-task-assignment-inline-edit {
  margin-bottom: 5px;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled {
  min-height: 130px !important;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled .content {
  height: initial !important;
  min-height: 130px !important;
  max-height: 180px;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled .hq-table > div {
  height: 45px;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled .hq-table > div div {
  align-items: center;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled .hq-avt {
  padding-bottom: 0;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled .edit-mode .hq-simple-grid-add-box div {
  margin-top: 0;
}
.hq-task-assignment-inline-edit .hq-inline-edit-base-enabled .edit-mode .hq-combobox {
  padding: unset !important;
  margin: unset !important;
}

.hq-task-kanban .card-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}
.hq-task-kanban .e-header-cells .e-toggle-header th[data-key=Offen] {
  background-color: black;
}
.hq-task-kanban .e-kanban .e-kanban-table .e-header-cells th[data-key=Offen] {
  background-color: #79c8f7;
}
.hq-task-kanban .e-kanban .e-kanban-table .e-header-cells td[data-key=Fertig] {
  background-color: #79f7a8;
}
.hq-task-kanban .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td[data-key=Offen] {
  background-color: #79c8f7;
}
.hq-task-kanban .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td[data-key=Fertig] {
  background-color: #79f7a8;
}

.hq-incoming-invoice-modal .incoming-invoice-display-grid {
  display: grid;
  grid-template-columns: 50% 10% 40%;
}
.hq-incoming-invoice-modal .incoming-invoice-display-grid > div:nth-child(1),
.hq-incoming-invoice-modal .incoming-invoice-display-grid > div:nth-child(2),
.hq-incoming-invoice-modal .incoming-invoice-display-grid > div:nth-child(3) {
  margin: 10px 0;
}
.hq-incoming-invoice-modal .new-company-button {
  margin-top: 20px;
}
.hq-incoming-invoice-modal .supplier-combo {
  width: 100%;
}

.hq-incoming-invoice-modal-legacy .new-company-button {
  margin-top: 15px;
  margin-left: 15px;
}
.hq-incoming-invoice-modal-legacy .own-company-combo {
  max-width: 60%;
}
.hq-incoming-invoice-modal-legacy .supplier-combo {
  width: 60%;
}

.hq-mycontacthistory .details {
  border: 1px solid var(--gray-2);
  border-radius: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  height: calc(100vh - 350px);
}
.hq-mycontacthistory .details-content {
  border-right: 1px solid var(--gray-2);
  background-color: var(--gray-1);
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 3;
  max-width: 60%;
}
.hq-mycontacthistory .details-scrollable-content {
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hq-mycontacthistory .details-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  flex-basis: 0;
  flex-grow: 2;
}
.hq-mycontacthistory .details-files {
  padding: 16px;
}
.hq-mycontacthistory .label, .hq-mycontacthistory .hq-inline-edit-with-label .data-section .small-label, .hq-inline-edit-with-label .data-section .hq-mycontacthistory .small-label {
  font-size: 12px;
  color: var(--gray-5);
}
.hq-mycontacthistory .greytext {
  color: var(--gray-5);
}

.hq-contact-history-stream {
  width: 100%;
  height: 100%;
}
.hq-contact-history-stream .hq-stream {
  justify-content: initial;
  position: relative;
}
.hq-contact-history-stream .hq-stream #hq-contact-history-stream-spinner {
  background-color: transparent;
  transform: scale(0.6);
  display: block !important;
  justify-items: center;
}
.hq-contact-history-stream .stacked-box, .hq-contact-history-stream .stacked-box-shadow {
  padding-top: 0;
  padding-bottom: 6px;
}
.hq-contact-history-stream .stacked-box .box-layout-content .hq-tabmenu .tab-items, .hq-contact-history-stream .stacked-box-shadow .box-layout-content .hq-tabmenu .tab-items {
  margin-bottom: 12px;
}
.hq-contact-history-stream .stacked-box .box-layout-content .hq-tabmenu .tab-items .item-unselected, .hq-contact-history-stream .stacked-box-shadow .box-layout-content .hq-tabmenu .tab-items .item-unselected {
  border-bottom: 2px solid var(--gray-2);
}
.hq-contact-history-stream .stacked-box .box-layout-content .hq-tabmenu .tab-items .item-unselected:last-of-type, .hq-contact-history-stream .stacked-box-shadow .box-layout-content .hq-tabmenu .tab-items .item-unselected:last-of-type {
  width: 0 !important;
}
.hq-contact-history-stream .stacked-box .box-layout-content .hq-tabmenu .tab-items .tab-item, .hq-contact-history-stream .stacked-box-shadow .box-layout-content .hq-tabmenu .tab-items .tab-item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.hq-contact-history-stream .content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  padding: 5px;
}
.hq-contact-history-stream .contract {
  flex-direction: column;
}
.hq-contact-history-stream .expand {
  flex-direction: column-reverse;
}
.hq-contact-history-stream .icon-box {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.hq-contact-history-stream .contact-history-task-checkbox .e-checkbox-wrapper label {
  white-space: normal;
}
.hq-contact-history-stream .title-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 6px 0;
}
.hq-contact-history-stream .title-group .subject-text {
  display: flex;
  gap: 2px;
  width: 100%;
}
.hq-contact-history-stream .title-group .subject-text .date-subject {
  font-size: 16px;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 20px;
}
.hq-contact-history-stream .title-group .subject-text .stream-content-call-successful {
  color: var(--color-ui-green-2);
  font-size: 18px;
}
.hq-contact-history-stream .title-group .subject-text .stream-content-call-not-reached {
  color: var(--color-ui-red);
  font-size: 18px;
}
.hq-contact-history-stream .title-group .contact {
  font-weight: var(--font-weight-bold);
}
.hq-contact-history-stream .stream-content-description ul {
  list-style-type: disc;
  list-style-position: inside;
}
.hq-contact-history-stream .stream-content-description ol {
  list-style: auto;
  list-style-position: inside;
}

.hq-contact-history-note {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.hq-contact-history-note .content .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
.hq-contact-history-note .content .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
.hq-contact-history-note .content .custom-fields-section {
  padding: 0;
  width: 600px;
}
.hq-contact-history-note .content .custom-fields-section .headline {
  margin-bottom: 16px;
}
.hq-contact-history-note .content .custom-fields-section .hq-custom-field-section {
  padding-left: 0;
}
.hq-contact-history-note .content .custom-fields-section .hq-frm__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hq-contact-history-note .content .custom-fields-section .hq-frm__group .hq-frm__label, .hq-contact-history-note .content .custom-fields-section .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-contact-history-note .content .custom-fields-section .hq-frm__group .assignment-value {
  padding-left: 0;
  font-size: 14px;
}
.hq-contact-history-note .content .custom-fields-section .hq-frm__group > :nth-child(2) {
  width: 300px;
}
.hq-contact-history-note .content .custom-fields-section .hq-frm__group .e-input-group.e-control-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-contact-history-note .cancel-save {
  display: flex;
  justify-content: end;
}

.hq-contact-history-call {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.hq-contact-history-call .content .call-contact-selector {
  width: 50%;
}
.hq-contact-history-call .content .call-date {
  width: 20%;
}
.hq-contact-history-call .content .call-status-selector {
  width: 30%;
}
.hq-contact-history-call .content .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
.hq-contact-history-call .content .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
.hq-contact-history-call .content .custom-fields-section {
  padding: 0;
  width: 600px;
}
.hq-contact-history-call .content .custom-fields-section .headline {
  margin-bottom: 16px;
}
.hq-contact-history-call .content .custom-fields-section .hq-custom-field-section {
  padding-left: 0;
}
.hq-contact-history-call .content .custom-fields-section .hq-frm__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hq-contact-history-call .content .custom-fields-section .hq-frm__group .hq-frm__label, .hq-contact-history-call .content .custom-fields-section .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-contact-history-call .content .custom-fields-section .hq-frm__group .assignment-value {
  padding-left: 0;
  font-size: 14px;
}
.hq-contact-history-call .content .custom-fields-section .hq-frm__group > :nth-child(2) {
  width: 300px;
}
.hq-contact-history-call .content .custom-fields-section .hq-frm__group .e-input-group.e-control-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-contact-history-call .cancel-save {
  display: flex;
  justify-content: end;
}

.e-dropdownbase .contact-history-call-successful .material-symbols-outlined {
  color: var(--color-ui-green-2);
  font-size: 20px;
  margin-top: 5px;
}
.e-dropdownbase .contact-history-call-not-reached .material-symbols-outlined {
  color: var(--color-ui-red);
  font-size: 20px;
  margin-top: 5px;
}

.e-input-value .icon-container {
  display: flex;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
}
.e-input-value .icon-container.contact-history-call-successful .material-symbols-outlined {
  color: var(--color-ui-green-2);
  font-size: 20px;
  margin-right: 5px;
}
.e-input-value .icon-container.contact-history-call-not-reached .material-symbols-outlined {
  color: var(--color-ui-red);
  font-size: 20px;
  margin-right: 5px;
}
.e-input-value .icon-container .item-text {
  margin-bottom: 3px;
}

.hq-contact-history-meeting {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.hq-contact-history-meeting .content .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
.hq-contact-history-meeting .content .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
.hq-contact-history-meeting .content .custom-fields-section {
  padding: 0;
  width: 600px;
}
.hq-contact-history-meeting .content .custom-fields-section .headline {
  margin-bottom: 16px;
}
.hq-contact-history-meeting .content .custom-fields-section .hq-custom-field-section {
  padding-left: 0;
}
.hq-contact-history-meeting .content .custom-fields-section .hq-frm__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hq-contact-history-meeting .content .custom-fields-section .hq-frm__group .hq-frm__label, .hq-contact-history-meeting .content .custom-fields-section .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-contact-history-meeting .content .custom-fields-section .hq-frm__group .assignment-value {
  padding-left: 0;
  font-size: 14px;
}
.hq-contact-history-meeting .content .custom-fields-section .hq-frm__group > :nth-child(2) {
  width: 300px;
}
.hq-contact-history-meeting .content .custom-fields-section .hq-frm__group .e-input-group.e-control-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-contact-history-meeting .cancel-save {
  display: flex;
  justify-content: end;
}

.hq-contact-history-visit {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.hq-contact-history-visit .content .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
.hq-contact-history-visit .content .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
.hq-contact-history-visit .content .custom-fields-section {
  padding: 0;
  width: 600px;
}
.hq-contact-history-visit .content .custom-fields-section .headline {
  margin-bottom: 16px;
}
.hq-contact-history-visit .content .custom-fields-section .hq-custom-field-section {
  padding-left: 0;
}
.hq-contact-history-visit .content .custom-fields-section .hq-frm__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hq-contact-history-visit .content .custom-fields-section .hq-frm__group .hq-frm__label, .hq-contact-history-visit .content .custom-fields-section .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-contact-history-visit .content .custom-fields-section .hq-frm__group .assignment-value {
  padding-left: 0;
  font-size: 14px;
}
.hq-contact-history-visit .content .custom-fields-section .hq-frm__group > :nth-child(2) {
  width: 300px;
}
.hq-contact-history-visit .content .custom-fields-section .hq-frm__group .e-input-group.e-control-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-contact-history-visit .cancel-save {
  display: flex;
  justify-content: end;
}

.hq-contact-history-task {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.hq-contact-history-task .content .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
.hq-contact-history-task .content .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
.hq-contact-history-task .content .custom-fields-section {
  padding: 0;
  width: 600px;
}
.hq-contact-history-task .content .custom-fields-section .headline {
  margin-bottom: 16px;
}
.hq-contact-history-task .content .custom-fields-section .hq-custom-field-section {
  padding-left: 0;
}
.hq-contact-history-task .content .custom-fields-section .hq-frm__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hq-contact-history-task .content .custom-fields-section .hq-frm__group .hq-frm__label, .hq-contact-history-task .content .custom-fields-section .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-contact-history-task .content .custom-fields-section .hq-frm__group .assignment-value {
  padding-left: 0;
  font-size: 14px;
}
.hq-contact-history-task .content .custom-fields-section .hq-frm__group > :nth-child(2) {
  width: 300px;
}
.hq-contact-history-task .content .custom-fields-section .hq-frm__group .e-input-group.e-control-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-contact-history-task .cancel-save {
  display: flex;
  justify-content: end;
}

#hq-contact-history-email {
  text-align: left;
}
#hq-contact-history-email .tagsinput input::placeholder {
  color: var(--gray-3-5);
}
#hq-contact-history-email .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
#hq-contact-history-email .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
#hq-contact-history-email .custom-fields-section {
  padding: 0;
  width: 600px;
}
#hq-contact-history-email .custom-fields-section .headline {
  margin-bottom: 16px;
}
#hq-contact-history-email .custom-fields-section .hq-custom-field-section {
  padding-left: 0;
}
#hq-contact-history-email .custom-fields-section .hq-frm__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#hq-contact-history-email .custom-fields-section .hq-frm__group .hq-frm__label, #hq-contact-history-email .custom-fields-section .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table #hq-contact-history-email .custom-fields-section .hq-frm__group .assignment-value {
  padding-left: 0;
  font-size: 14px;
}
#hq-contact-history-email .custom-fields-section .hq-frm__group > :nth-child(2) {
  width: 300px;
}
#hq-contact-history-email .custom-fields-section .hq-frm__group .e-input-group.e-control-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#hq-contact-history-email .email-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hq-contact-history-email .email-group .show-bcc {
  display: flex;
  flex-direction: column;
}
#hq-contact-history-email .email-group .hide-bcc {
  display: none;
}
#hq-contact-history-email .email-group .row {
  display: flex;
  justify-content: start;
  align-items: center;
}
#hq-contact-history-email .email-group .row .col-1 {
  width: 66%;
}
#hq-contact-history-email .email-group .row .col-2 {
  width: 33%;
}
#hq-contact-history-email .email-group .e-input-group {
  display: flex;
  align-items: center;
  height: 3.1rem;
}
#hq-contact-history-email .email-group .mail-hypertext {
  padding-top: 1rem;
}
#hq-contact-history-email .cancel-save {
  display: flex;
  justify-content: end;
}

.hq-splitbox .main-box {
  width: 100%;
  max-height: calc(100vh - 200px);
}
.hq-splitbox .box-smaller-padding {
  padding: 20px 20px 50px 20px !important;
}
.hq-splitbox .main-box-with-tab-menu {
  width: 100%;
  height: calc(100vh - 250px);
}
@media (max-width: 1000px) {
  .hq-splitbox .hide-main-box {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hq-splitbox .hide-main-box {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hq-splitbox .hide-main-box {
    display: block;
  }
}
@media (min-width: 1366px) {
  .hq-splitbox .hide-main-box {
    display: block;
  }
}
@media (min-width: 1600px) {
  .hq-splitbox .hide-main-box {
    display: block;
  }
}
.hq-splitbox .details-title {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 8px;
}
.hq-splitbox .close-details {
  position: absolute;
  top: -8px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
}
.hq-splitbox .delete-details {
  position: absolute;
  top: -8px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.hq-splitbox .details-wrapper {
  height: 100%;
}
.hq-splitbox .main-box-width-50-max-width-100-per {
  max-width: 100%;
  width: 50%;
}
.hq-splitbox .main-box-width-100-per {
  width: 100%;
}

:root {
  --color-white: #ffffff;
  --gray-0: #ecf3fe;
  --gray-1: #f2f6fd;
  --gray-2: #e1edfc;
  --gray-3: #a7bcd7;
  --gray-3-5: #8190a5;
  --gray-4: #587292;
  --gray-5: #2a2f3d;
  --gray-6: #D4E3F6;
  --color-text-normal: var(--gray-5);
  --color-text-light: #a7bcd7;
  --color-ui-green: #6AEFA1;
  --color-ui-green-translucent:rgba(35, 214, 150, 0.3);
  --color-ui-green-2: #60E595;
  --dark-green-1: #23D696;
  --dark-green-2: #1CAA77;
  --light-green-1: #8cecb2;
  --light-green-2: #a2f0c1;
  --color-ui-blue: #6D8AFA;
  --color-ui-blue-translucent: rgba(109, 138, 250, 0.1);
  --dark-blue-1: #3C62F8;
  --dark-blue-2: #234ff7;
  --light-blue-1:#9eb2fc;
  --light-blue-2:#b7c5fd;
  --steel-blue-1: #627FB5;
  --steel-blue-2: #506DA4;
  --steel-blue-3: #46639A;
  --main-red: #fa6d8b;
  --color-ui-red: #C80F50;
  --dark-red-1: #DE4E6D;
  --dark-red-2: #C80F50;
  --light-red-2: #FBBAC8;
  --light-red-1: #FF92AA;
  --main-translucent: rgba(#fa6d8b, 0.5);
  --main-translucent-hex:#fa6d8b7d;
  --color-ui-yellow: #FFCC67;
  --dark-yellow-1: #ffbb34;
  --dark-yellow-2: #ffb21b;
  --light-yellow-1:#ffdd9a;
  --light-yellow-2:#ffe6b4;
  --color-ui-purple: #D48DFA;
  --dark-purple-1: #C46DF2;
  --dark-purple-2: #9912E1;
  --light-purple-1:#F0D7FE;
  --light-purple-2:#E6BAFE;
  --color-progress-green: #6aefa1;
  --color-progress-grey: #d4e3f6;
}

.hq-userreporting-widget > .hq-mr--s {
  margin-left: 5px;
}
.hq-userreporting-widget .progress-indicator {
  background-color: #8EECA8;
  height: 10px;
  border-radius: 10px;
}
.hq-userreporting-widget .date-carousel {
  justify-content: center;
  display: flex;
  align-items: center;
}
.hq-userreporting-widget .first-row-wrapper {
  display: flex;
}
.hq-userreporting-widget .first-row-wrapper .hq-button {
  padding-left: 0;
}
.hq-userreporting-widget .description-text input.e-input {
  font-size: 14px !important;
}
.hq-userreporting-widget .description-text .e-input::placeholder {
  font-size: 14px !important;
}
.hq-userreporting-widget .duration-text {
  text-align: center;
  font-size: 36px;
}
.hq-userreporting-widget .duration-bar {
  padding-right: 70px !important;
  padding-left: 70px !important;
}
.hq-userreporting-widget .duration-bar .hq-progressbar {
  height: 15px;
}
.hq-userreporting-widget .progress-indicator {
  max-width: 100%;
}
.hq-userreporting-widget .items-wrapper {
  border-top: var(--gray-6) solid 1px;
}
.hq-userreporting-widget .min-width-200 {
  min-width: 200px;
}
.hq-userreporting-widget .slider-mt-minus-10 {
  margin-top: -10px;
}
.hq-userreporting-widget .reporting-selectors + .hq-flx, .hq-userreporting-widget #hq-kanban-tasks-overview .board_header .reporting-selectors + .button_container, #hq-kanban-tasks-overview .board_header .hq-userreporting-widget .reporting-selectors + .button_container, .hq-userreporting-widget #hq-document-editor .reporting-selectors + .hq-flx-space-between, #hq-document-editor .hq-userreporting-widget .reporting-selectors + .hq-flx-space-between, .hq-userreporting-widget #hq-time-material-modal .reporting-selectors + .row, #hq-time-material-modal .hq-userreporting-widget .reporting-selectors + .row, .hq-userreporting-widget .hq-grid-wrapper .hq-grid .e-grid .reporting-selectors + .commands-column, .hq-grid-wrapper .hq-grid .e-grid .hq-userreporting-widget .reporting-selectors + .commands-column {
  gap: 10px;
}
.hq-userreporting-widget .reporting-selectors .hq-flx, .hq-userreporting-widget .reporting-selectors #hq-kanban-tasks-overview .board_header .button_container, #hq-kanban-tasks-overview .board_header .hq-userreporting-widget .reporting-selectors .button_container, .hq-userreporting-widget .reporting-selectors #hq-document-editor .hq-flx-space-between, #hq-document-editor .hq-userreporting-widget .reporting-selectors .hq-flx-space-between, .hq-userreporting-widget .reporting-selectors #hq-time-material-modal .row, #hq-time-material-modal .hq-userreporting-widget .reporting-selectors .row, .hq-userreporting-widget .reporting-selectors .hq-grid-wrapper .hq-grid .e-grid .commands-column, .hq-grid-wrapper .hq-grid .e-grid .hq-userreporting-widget .reporting-selectors .commands-column {
  gap: 10px;
}
.hq-userreporting-widget .reporting-selectors .project-chooser {
  margin-right: 0;
  padding-right: 0;
  overflow: initial;
}
.hq-userreporting-widget .reporting-selectors {
  /* Media Query for smaller screens */
}
@media (max-width: 1366px) {
  .hq-userreporting-widget .reporting-selectors .hq-flx, .hq-userreporting-widget .reporting-selectors #hq-kanban-tasks-overview .board_header .button_container, #hq-kanban-tasks-overview .board_header .hq-userreporting-widget .reporting-selectors .button_container, .hq-userreporting-widget .reporting-selectors #hq-document-editor .hq-flx-space-between, #hq-document-editor .hq-userreporting-widget .reporting-selectors .hq-flx-space-between, .hq-userreporting-widget .reporting-selectors #hq-time-material-modal .row, #hq-time-material-modal .hq-userreporting-widget .reporting-selectors .row, .hq-userreporting-widget .reporting-selectors .hq-grid-wrapper .hq-grid .e-grid .commands-column, .hq-grid-wrapper .hq-grid .e-grid .hq-userreporting-widget .reporting-selectors .commands-column {
    display: block; /* Stack Project/Task Selectors */
  }
  .hq-userreporting-widget .reporting-selectors .hq-flx .project-chooser, .hq-userreporting-widget .reporting-selectors #hq-kanban-tasks-overview .board_header .button_container .project-chooser, #hq-kanban-tasks-overview .board_header .hq-userreporting-widget .reporting-selectors .button_container .project-chooser, .hq-userreporting-widget .reporting-selectors #hq-document-editor .hq-flx-space-between .project-chooser, #hq-document-editor .hq-userreporting-widget .reporting-selectors .hq-flx-space-between .project-chooser, .hq-userreporting-widget .reporting-selectors #hq-time-material-modal .row .project-chooser, #hq-time-material-modal .hq-userreporting-widget .reporting-selectors .row .project-chooser, .hq-userreporting-widget .reporting-selectors .hq-grid-wrapper .hq-grid .e-grid .commands-column .project-chooser, .hq-grid-wrapper .hq-grid .e-grid .hq-userreporting-widget .reporting-selectors .commands-column .project-chooser {
    margin-right: 0;
  }
  .hq-userreporting-widget .reporting-selectors .hq-flx .task-chooser, .hq-userreporting-widget .reporting-selectors #hq-kanban-tasks-overview .board_header .button_container .task-chooser, #hq-kanban-tasks-overview .board_header .hq-userreporting-widget .reporting-selectors .button_container .task-chooser, .hq-userreporting-widget .reporting-selectors #hq-document-editor .hq-flx-space-between .task-chooser, #hq-document-editor .hq-userreporting-widget .reporting-selectors .hq-flx-space-between .task-chooser, .hq-userreporting-widget .reporting-selectors #hq-time-material-modal .row .task-chooser, #hq-time-material-modal .hq-userreporting-widget .reporting-selectors .row .task-chooser, .hq-userreporting-widget .reporting-selectors .hq-grid-wrapper .hq-grid .e-grid .commands-column .task-chooser, .hq-grid-wrapper .hq-grid .e-grid .hq-userreporting-widget .reporting-selectors .commands-column .task-chooser {
    margin-left: 0;
  }
}

.hq-timetracking-widget .timer-box {
  border: 1px solid var(--gray-6);
  border-radius: 10px;
  margin: 10px;
  font-size: xx-large;
}
.hq-timetracking-widget .timer-box .hq-button {
  padding: 0px;
}
.hq-timetracking-widget #stopWatch {
  display: flex;
  color: solid var(--gray-6);
  align-items: center;
  margin-right: 10px;
  width: 120px;
}
.hq-timetracking-widget #segmentHours, .hq-timetracking-widget #segmentMinutes, .hq-timetracking-widget #segmentSeconds {
  display: flex;
  flex-direction: row;
}
.hq-timetracking-widget #secondsDigit2 {
  color: var(--gray-3-5);
}
.hq-timetracking-widget #secondsDigit1 {
  color: var(--gray-3-5);
}
.hq-timetracking-widget .timetracking-margin {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hq-timetracking-widget .timer-progress-container {
  margin: 26px;
}
.hq-timetracking-widget .timer-progress-container .hq-button {
  padding: 7px 0px 7px 0px;
}
.hq-timetracking-widget .timer-progress-container .hq-progressbar {
  height: 15px;
}
.hq-timetracking-widget .timer-progress {
  margin-top: 10px;
}
.hq-timetracking-widget .timer-seconds-color {
  color: var(--gray-3-5);
}
.hq-timetracking-widget .date-carousel {
  justify-content: center;
  display: flex;
  align-items: center;
}
.hq-timetracking-widget .date-carousel .date-view {
  text-align: center;
}
.hq-timetracking-widget .first-row-wrapper  {
  display: flex;
}
.hq-timetracking-widget .duration-text {
  text-align: center;
  font-size: 20px;
  margin-top: -2px;
}
.hq-timetracking-widget .timetracking-projecttask {
  margin: 15px;
}
.hq-timetracking-widget .timetracking-watch {
  width: 60%;
  text-align: right;
}
.hq-timetracking-widget .timetracking-gray-font {
  color: var(--gray-5);
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 1000px) {
  .hq-timetracking-widget .timetracking-hide-on-m {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hq-timetracking-widget .timetracking-hide-on-m {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hq-timetracking-widget .timetracking-hide-on-m {
    display: flex;
  }
}
@media (min-width: 1366px) {
  .hq-timetracking-widget .timetracking-hide-on-m {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .hq-timetracking-widget .timetracking-hide-on-m {
    display: flex;
  }
}
.hq-timetracking-widget .hq-table-without-border .times > * {
  margin-top: 15px;
}
.hq-timetracking-widget .hq-table-without-border .times > *.hq-txt--body-regular {
  margin-top: 16px;
}
.hq-timetracking-widget .border-top {
  border-top: var(--gray-6) solid 1px;
}
.hq-timetracking-widget .hq-margin-right-5 {
  margin-right: 5px;
}
.hq-timetracking-widget .hq-margin-right-3 {
  margin-right: 3px;
}
.hq-timetracking-widget .min-width-200 {
  min-width: 200px;
}

.hq-birthday-list-widget {
  overflow: hidden;
}
.hq-birthday-list-widget .birthday-date-color-normal {
  color: var(--gray-3-5);
}
.hq-birthday-list-widget .birthday-date-color-today {
  color: var(--color-ui-red);
}
.hq-birthday-list-widget .item {
  flex: 1 0 50%;
}
@media (min-width: 1200px) {
  .hq-birthday-list-widget .item {
    flex: 1;
  }
}
.hq-birthday-list-widget .hq-no-birthdays-to-show {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.hq-absences-list-widget .absence-less-color {
  color: var(--color-ui-red);
}
.hq-absences-list-widget .text-center {
  text-align: center;
}
.hq-absences-list-widget .row {
  align-items: center;
}
@media (max-width: 1000px) {
  .hq-absences-list-widget .absence-date {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hq-absences-list-widget .absence-date {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hq-absences-list-widget .absence-date {
    display: block;
  }
}
@media (min-width: 1366px) {
  .hq-absences-list-widget .absence-date {
    display: block;
  }
}
@media (min-width: 1600px) {
  .hq-absences-list-widget .absence-date {
    display: block;
  }
}
.hq-absences-list-widget .hq-avt {
  padding-bottom: 0 !important;
}
.hq-absences-list-widget {
  margin-top: -10px;
}
.hq-absences-list-widget .user-avatar-wrapper {
  gap: 10px;
}
.hq-absences-list-widget .absence-type-emoji {
  font-size: larger;
}

.hq-task-widget .widget-title {
  border-bottom: 1px solid var(--gray-2);
  line-height: 35px;
  height: 35px;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-bold);
}
.hq-task-widget .min-width-200 {
  min-width: 200px;
}
.hq-task-widget .widget-task-row {
  align-items: center;
  align-self: center;
  min-height: 46px;
  margin-left: -10px;
}
.hq-task-widget .widget-task-row .first-column {
  margin-left: 10px;
}
.hq-task-widget .widget-task-row .hq-progress-bar-wrapper {
  text-align: center;
}
.hq-task-widget .widget-task-row .hq-progress-bar-wrapper .time-tracked {
  text-align: right;
  margin-top: 8px;
  padding-right: 36px;
}
@media (max-width: 1000px) {
  .hq-task-widget .widget-task-row .hq-progress-bar-wrapper {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hq-task-widget .widget-task-row .hq-progress-bar-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hq-task-widget .widget-task-row .hq-progress-bar-wrapper {
    display: block;
  }
}
@media (min-width: 1366px) {
  .hq-task-widget .widget-task-row .hq-progress-bar-wrapper {
    display: block;
  }
}
@media (min-width: 1600px) {
  .hq-task-widget .widget-task-row .hq-progress-bar-wrapper {
    display: block;
  }
}
.hq-task-widget .widget-task-row .hq-avt .avatar-m {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hq-task-widget .widget-task-row .user-avatar {
  padding-top: 5px;
}
.hq-task-widget .widget-task-row .task-over-due-color {
  color: var(--color-ui-red);
}

.hq-cashflow-widget .row-align-center {
  align-items: center;
}
.hq-cashflow-widget .min-width {
  min-width: 0;
}
@media (max-width: 1000px) {
  .hq-cashflow-widget .cashflow-status {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hq-cashflow-widget .cashflow-status {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hq-cashflow-widget .cashflow-status {
    display: block;
  }
}
@media (min-width: 1366px) {
  .hq-cashflow-widget .cashflow-status {
    display: block;
  }
}
@media (min-width: 1600px) {
  .hq-cashflow-widget .cashflow-status {
    display: block;
  }
}
.hq-cashflow-widget .status-bubble {
  border-radius: 25px;
  background-color: var(--gray-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 18px;
  height: 18px;
}
.hq-cashflow-widget.hq-table > *:first-child {
  border-top: none;
}
.hq-cashflow-widget .cashflow-over_due-color {
  color: var(--color-ui-red);
}
.hq-cashflow-widget .min-width-200 {
  min-width: 200px;
}

.hq-project-list-widget .row-align-center {
  align-items: center;
}
.hq-project-list-widget .progress-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .hq-project-list-widget .project-status {
    display: none;
  }
}
@media (min-width: 1001px) {
  .hq-project-list-widget .project-status {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hq-project-list-widget .project-status {
    display: block;
  }
}
@media (min-width: 1366px) {
  .hq-project-list-widget .project-status {
    display: block;
  }
}
@media (min-width: 1600px) {
  .hq-project-list-widget .project-status {
    display: block;
  }
}
.hq-project-list-widget .min-width-200 {
  min-width: 200px;
}
.hq-project-list-widget .widget-task-row {
  margin-left: -10px;
}
.hq-project-list-widget .widget-task-row .first-column {
  margin-left: 10px;
}

.hq-grid-filter {
  align-items: start;
  margin-bottom: 10px;
  padding: 11px 18px 5px 30px;
  animation: spawn 0.2s forwards;
}
.hq-grid-filter .hq-title {
  padding: 8px 0 !important;
  margin-bottom: 0px !important;
}
.hq-grid-filter .filter-column {
  width: 100%;
  display: flex;
}
.hq-grid-filter .filter-column :last-child {
  align-self: center;
}
.hq-grid-filter .filter-item {
  margin-right: 15px;
}
.hq-grid-filter .hq-button {
  align-self: center;
}
.hq-grid-filter .filter-display {
  width: 100%;
  flex-flow: wrap;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.hq-grid-filter .filter-display .hq-textbox {
  max-width: 300px;
}
.hq-grid-filter .filter-display .filter-edit-buttons {
  display: flex;
  padding-top: 7px;
  align-self: center;
  flex: auto;
}
.hq-grid-filter .filter-display .filter-edit-buttons .hq-button {
  margin-left: 5px;
}
.hq-grid-filter .filter-display .hq-filter-column-section {
  width: 100%;
}
.hq-grid-filter .filter-display .hq-button {
  padding: 0px;
  height: 27px;
}
.hq-grid-filter .filter-display .hq-button .material-symbols-outlined {
  margin-top: 3% !important;
}
.hq-grid-filter .close {
  color: var(--gray-4);
  font-size: 28px;
  position: relative;
  right: 0;
}
.hq-grid-filter .close:hover,
.hq-grid-filter .close:focus {
  color: var(--color-ui-red);
  text-decoration: none;
  cursor: pointer;
}
.hq-grid-filter .hq-combobox {
  max-width: 300px;
}
.hq-grid-filter {
  /* The animation code */
}
@keyframes spawn {
  from {
    max-height: 0;
    min-height: 0;
  }
  to {
    min-height: 82px;
  }
}

.hq-save-filter-modal .hq-checkbox {
  margin: 10px 5px 0px 5px;
}
.hq-save-filter-modal {
  cursor: default;
}
.hq-save-filter-modal .e-checkbox-wrapper {
  width: 100%;
}
.hq-save-filter-modal .e-checkbox-wrapper label {
  width: 100%;
}
.hq-save-filter-modal .e-checkbox-wrapper label span.e-label {
  width: 80% !important;
}

.hq-file-list .hq-label {
  font-weight: var(--font-weight-bold);
  font-size: 13px;
  color: var(--gray-5);
  margin-bottom: 8px;
}
.hq-file-list .file-list-table {
  margin-bottom: 15px;
}

.hq-info-modal {
  text-align: center;
  font-weight: var(--font-weight-regular);
}
.hq-info-modal .static {
  color: var(--gray-3-5);
}

.hq-demo-header .blue-backround {
  color: white;
  border: 1px solid var(--color-ui-blue);
  border-radius: 25px;
  background: var(--color-ui-blue);
  text-align: center;
  padding: 3px 25px 3px 15px;
}
@media (min-width: 1601px) {
  .hq-demo-header {
    width: fit-content;
  }
  .hq-demo-header .large-header {
    min-width: 130px;
    display: block !important;
  }
  .hq-demo-header .hq-contextmenu .menu-itemwrapper.bottom {
    top: 25px;
    left: 13px;
    width: 170px;
  }
  .hq-demo-header .center-icon {
    position: absolute;
    top: 2px;
    right: 10px;
  }
}
@media (max-width: 1600px) {
  .hq-demo-header .small-header {
    min-width: 75px;
    margin-right: 5px;
    display: block !important;
  }
  .hq-demo-header .hq-contextmenu .menu-itemwrapper.bottom {
    top: 25px;
    left: 13px;
    width: 90px;
  }
  .hq-demo-header .center-icon {
    position: absolute;
    top: 1px;
    left: 100px;
  }
}

.hq-demo-widget .demo-image {
  width: 80px;
  padding-left: 25px;
}
.hq-demo-widget .user-name {
  font-size: larger;
  font-weight: var(--font-weight-extra-bold);
  margin-bottom: 8px;
}
.hq-demo-widget .widget-row {
  align-items: center;
  align-self: center;
}
.hq-demo-widget .color-dark-grey {
  color: var(--gray-5);
}

.hq-upload-logo-modal .upload_company_logos_image {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-top: 25px;
}

.hq-subscriptionmanagement {
  display: flex;
}
.hq-subscriptionmanagement .left-box {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.hq-subscriptionmanagement .right-box {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.hq-subscriptionmanagement .header-text {
  margin-bottom: 10px;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-semi-bold);
  font-size: 20px;
}
.hq-subscriptionmanagement .sub-text {
  color: var(--gray-3-5);
  font-size: 11px;
  margin-bottom: 25px;
}
.hq-subscriptionmanagement .e-checkbox-wrapper {
  margin-left: 20% !important;
}
.hq-subscriptionmanagement .summary-box {
  border: 1px solid var(--gray-6);
  border-radius: 10px;
  padding: 15px;
  flex: 1;
  width: 100%;
}
.hq-subscriptionmanagement .text-row-spacing {
  margin-bottom: 10px;
}
.hq-subscriptionmanagement .summary-left-column {
  min-width: 150px;
}
.hq-subscriptionmanagement .onboarding-first-col, .hq-subscriptionmanagement .onboarding-first-col-detail {
  width: 10%;
}
.hq-subscriptionmanagement .onboarding-first-col-detail {
  color: var(--main-red);
  justify-content: center;
  font-size: x-large;
  font-weight: var(--font-weight-bold);
}
.hq-subscriptionmanagement .onboarding-second-col, .hq-subscriptionmanagement .onboarding-second-col-detail {
  width: 70%;
}
.hq-subscriptionmanagement .onboarding-second-col-detail {
  margin-top: 10px;
  margin-right: 15px;
}
.hq-subscriptionmanagement .onboarding-third-col, .hq-subscriptionmanagement .onboarding-third-col-detail {
  width: 10%;
}
.hq-subscriptionmanagement .onboarding-fourth-col, .hq-subscriptionmanagement .onboarding-fourth-col-detail {
  width: 10%;
}
.hq-subscriptionmanagement .oboarding-table-container {
  flex-wrap: wrap;
  display: flex;
}
.hq-subscriptionmanagement .onboarding-table-row {
  display: flex;
  margin-bottom: 7px;
  width: 100%;
}
.hq-subscriptionmanagement .save-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.hq-subscriptionmanagement .onboarding-wrapper {
  position: relative;
  height: 100%;
  margin-bottom: 45px;
}
.hq-subscriptionmanagement .detail-info-onboarding {
  margin-bottom: 10px;
  margin-top: 10px;
}
.hq-subscriptionmanagement div.disabled * {
  color: var(--gray-1);
}
.hq-subscriptionmanagement .hidden {
  display: none;
}

.hq-filter-display-text {
  margin: 8px 0;
}
.hq-filter-display-text .hq-filter-text {
  background-color: var(--color-ui-blue);
  color: white;
  border-radius: 20px;
  padding: 5px 12px;
}
.hq-filter-display-text .hq-filter-predicate {
  margin: 0px 10px;
}

.hq-my-reportings .timerange-button {
  margin-top: 10px;
}
.hq-my-reportings .hq-lyt__button-bar {
  padding: 15px 0 0 0 !important;
}

.hq-contact-avt {
  padding-bottom: 5px;
}
.hq-contact-avt .hq-contact-avt-image {
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(25, 47, 118, 0.3);
}
.hq-contact-avt .hq-contact-avt-wrapper {
  display: flex;
  align-items: center;
}
.hq-contact-avt .hq-contact-avt-initials {
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  color: white;
  border-radius: 50%;
  background-color: var(--main-red);
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
}
.hq-contact-avt .avatar-s {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hq-contact-avt .avatar-m {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.hq-contact-avt .avatar-l {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.hq-contact-avt .hq-contact-avt-centerimage {
  margin-left: auto;
  margin-right: auto;
}
.hq-contact-avt .contact-name {
  margin-left: 10px;
}

.hq-assignees-avatar .first-avatar {
  z-index: 2;
}
.hq-assignees-avatar .second-avatar {
  position: absolute;
  margin-left: 24px;
  z-index: 1;
}
.hq-assignees-avatar .third-avatar {
  position: absolute;
  margin-left: 48px;
}

.hq-wizard {
  display: inline-block;
  position: absolute;
  z-index: 999;
  width: 230px;
  top: 30px;
  padding: 20px 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}
.hq-wizard .hq-wizard-headline {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.hq-wizard .hq-wizard-headline .hq-label {
  font-weight: var(--font-weight-bold);
  flex: 1;
}
.hq-wizard .hq-button {
  float: right;
}
.hq-wizard .hq-wizard-element-wrapper {
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow-y: auto;
}
.hq-wizard .hq-wizard-element-wrapper .highlighted {
  background-color: var(--gray-2);
  border-radius: 6px;
}
.hq-wizard .hq-wizard-element-wrapper .hq-wizard-element {
  padding: 6px 5px;
  cursor: pointer;
}
.hq-wizard .hq-wizard-element-wrapper .hq-wizard-element:hover {
  background-color: var(--gray-1);
  border-radius: 6px;
}
.hq-wizard .close {
  color: var(--gray-4);
  float: right;
  font-size: 28px;
}
.hq-wizard .close:hover,
.hq-wizard .close:focus {
  color: var(--color-ui-red);
  text-decoration: none;
  cursor: pointer;
}
.hq-wizard .hq-wizard-combobox-textbox {
  margin-bottom: 2px;
}

.hq-my-expenses .grid-height {
  width: 100%;
  height: calc(100vh - 250px);
}

.hq-my_incoming-invoices .grid-height {
  width: 100%;
  height: calc(100vh - 240px);
}
.hq-my_incoming-invoices .hq-quick-grid table thead {
  background-color: var(--gray-2);
  height: 45px;
  padding-bottom: 10px;
}
.hq-my_incoming-invoices .hq-quick-grid table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 2px;
  padding-left: 10px;
}
.hq-my_incoming-invoices .hq-quick-grid table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 2px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr {
  height: 28px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons .hq-button {
  cursor: pointer;
  padding-left: 3px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons .hq-icon-button-style {
  height: fit-content;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons .hq-icon-button-style .e-control.e-btn.e-lib.e-round.e-primary {
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  height: fit-content;
  padding-left: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons {
  /* Tooltip container */
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons .tooltip {
  position: relative;
  display: inline-block;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons {
  /* Tooltip text */
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--gray-3);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr .action-buttons .tooltip:hover .tooltiptext {
  visibility: visible;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr td {
  padding: 3px;
}
.hq-my_incoming-invoices .hq-quick-grid table tbody tr td:first-child {
  padding-left: 10px;
}

.hq-my_incoming-invoices-legacy .grid-height {
  width: 100%;
  height: calc(100vh - 240px);
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table thead {
  background-color: var(--gray-2);
  height: 45px;
  padding-bottom: 10px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 2px;
  padding-left: 10px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 2px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr {
  height: 28px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons .hq-button {
  cursor: pointer;
  padding-left: 3px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons .hq-icon-button-style {
  height: fit-content;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons .hq-icon-button-style .e-control.e-btn.e-lib.e-round.e-primary {
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  height: fit-content;
  padding-left: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons {
  /* Tooltip container */
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons .tooltip {
  position: relative;
  display: inline-block;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons {
  /* Tooltip text */
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--gray-3);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr .action-buttons .tooltip:hover .tooltiptext {
  visibility: visible;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr td {
  padding: 3px;
}
.hq-my_incoming-invoices-legacy .hq-quick-grid table tbody tr td:first-child {
  padding-left: 10px;
}

.hq-my-companies .grid-height {
  height: calc(100vh - 195px) !important;
}

#company-contact-history-stream {
  max-width: 80%;
  height: calc(100% - 73.15px);
}

.hq-company-project-grid {
  height: 100%;
}
.hq-company-project-grid .grid-height {
  height: calc(100vh - 235px);
  margin-top: 10px;
}

#hq-company-general {
  padding-bottom: 2rem;
}
#hq-company-general .top-bar {
  width: 100%;
  display: flex;
  position: relative;
}
#hq-company-general .top-bar .selectors {
  display: flex;
  flex: 1;
  align-items: center;
}
#hq-company-general .top-bar .selectors .hq-frm__group {
  margin-bottom: 0;
}
#hq-company-general .top-bar .toggle-chat {
  padding-right: unset;
}
#hq-company-general .data-section {
  height: 32px;
}
#hq-company-general .custom-multi .data-section {
  height: auto;
}
#hq-company-general .hq-simple-grid-add-box .hq-inline-edit-base-enabled {
  width: 100%;
}
#hq-company-general .hq-inline-edit-base-enabled {
  overflow: hidden;
  text-overflow: ellipsis;
}
#hq-company-general .hq-inline-edit-base-enabled .hqlinktextbox .edit-mode-row {
  display: block;
}
#hq-company-general .widget-section {
  display: flex;
  gap: 20px;
}
#hq-company-general .widget-section .widget-section-left > div.box-layout.hq-mt--15.stacked-box .delivery-condition-wrapper .hq-inline-edit-base-enabled .read-only-mode, #hq-company-general .widget-section .widget-section-left > div.hq-mt--15.stacked-box .delivery-condition-wrapper .hq-inline-edit-base-enabled .read-only-mode, #hq-company-general .widget-section .widget-section-left > div.hq-mt--15.stacked-box-shadow .delivery-condition-wrapper .hq-inline-edit-base-enabled .read-only-mode {
  height: inherit;
}
#hq-company-general .widget-section .widget-section-left > div.box-layout.hq-mt--15.stacked-box .data-section, #hq-company-general .widget-section .widget-section-left > div.hq-mt--15.stacked-box .data-section, #hq-company-general .widget-section .widget-section-left > div.hq-mt--15.stacked-box-shadow .data-section {
  height: 32px;
}
#hq-company-general .widget-section .widget-section-left > div.box-layout.hq-mt--15.stacked-box .data-section .data-section-item, #hq-company-general .widget-section .widget-section-left > div.hq-mt--15.stacked-box .data-section .data-section-item, #hq-company-general .widget-section .widget-section-left > div.hq-mt--15.stacked-box-shadow .data-section .data-section-item {
  height: 32px;
}
#hq-company-general .widget-section .widget-section-left, #hq-company-general .widget-section .widget-section-right {
  width: 50%;
}
#hq-company-general .widget-section .widget-section-left .hq-custom-field-inline-section .hq-inline-edit-base-enabled .hqlinktextbox, #hq-company-general .widget-section .widget-section-right .hq-custom-field-inline-section .hq-inline-edit-base-enabled .hqlinktextbox {
  display: block;
}
#hq-company-general .widget-section .widget-section-left .data-section-item, #hq-company-general .widget-section .widget-section-right .data-section-item {
  min-height: 32px;
}
#hq-company-general .widget-section .widget-section-left .hq-textbox-multi, #hq-company-general .widget-section .widget-section-right .hq-textbox-multi {
  width: 100%;
}
#hq-company-general .widget-section .widget-section-left .hq-textbox-multi textarea, #hq-company-general .widget-section .widget-section-right .hq-textbox-multi textarea {
  min-height: 96px !important;
}
#hq-company-general .widget-section .widget-section-left .hq-textbox-multi .hq-label, #hq-company-general .widget-section .widget-section-right .hq-textbox-multi .hq-label {
  display: flex;
  align-items: center;
  height: 85px;
  overflow: hidden;
}
#hq-company-general .widget-section .widget-section-left .hq-textbox-multi .hq-label > div, #hq-company-general .widget-section .widget-section-right .hq-textbox-multi .hq-label > div {
  height: auto;
  max-height: 80px;
  width: 100%;
}
#hq-company-general .widget-section .widget-section-left .hq-custom-field-inline-section:not(:last-of-type) .hq-inline-edit-with-label:last-of-type .data-section, #hq-company-general .widget-section .widget-section-right .hq-custom-field-inline-section:not(:last-of-type) .hq-inline-edit-with-label:last-of-type .data-section {
  margin-bottom: 0;
}
#hq-company-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section, #hq-company-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section {
  color: var(--gray-5);
  margin: 10px;
}
#hq-company-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .small-label, #hq-company-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .small-label {
  flex-basis: 0 !important;
  margin-right: 0 !important;
  font-weight: var(--font-weight-bold);
  white-space: break-spaces;
}
#hq-company-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .hq-upload, #hq-company-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .hq-upload {
  height: 32px;
  margin-left: 8px;
  width: calc(100% - 7.2rem);
}
#hq-company-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .hq-checkbox .hq-frm__group, #hq-company-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .hq-checkbox .hq-frm__group {
  margin-left: 8px;
}
#hq-company-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .data-section-item .hqsinglemultiselecteditorinline .edit-mode-row, #hq-company-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .data-section-item .hqsinglemultiselecteditorinline .edit-mode-row {
  width: 70%;
}
#hq-company-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .data-section-item .label-wrapper, #hq-company-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .data-section-item .label-wrapper {
  padding: 8px 0 0 8px;
}
#hq-company-general .widget-section .widget-section-left .footer p, #hq-company-general .widget-section .widget-section-right .footer p {
  font-size: 10px;
  color: var(--gray-3-5);
  text-align: center;
  margin: auto;
}
#hq-company-general .widget-section .widget-section-left #hq-company-general-widget, #hq-company-general .widget-section .widget-section-right #hq-company-general-widget {
  position: relative;
}
#hq-company-general .widget-section .widget-section-left #hq-company-general-widget .company-avatar .hq-company-avt .wrapper-l, #hq-company-general .widget-section .widget-section-right #hq-company-general-widget .company-avatar .hq-company-avt .wrapper-l {
  width: 70px;
  height: 70px;
}
#hq-company-general .widget-section .widget-section-left #hq-company-general-widget .company-avatar .hq-company-avt .avatar-l, #hq-company-general .widget-section .widget-section-right #hq-company-general-widget .company-avatar .hq-company-avt .avatar-l {
  max-width: none;
  max-height: none;
}
#hq-company-general .widget-section .widget-section-left #hq-company-general-widget .company-avatar .hq-company-avt .hq-company-avt-wrapper, #hq-company-general .widget-section .widget-section-right #hq-company-general-widget .company-avatar .hq-company-avt .hq-company-avt-wrapper {
  border-radius: unset;
}

#hq-company-general-widget .data-section {
  height: 32px;
}
#hq-company-general-widget .data-section .data-section-item {
  height: 32px;
}
#hq-company-general-widget .homepage-wrapper .data-section {
  height: max-content;
}
#hq-company-general-widget .homepage-wrapper .data-section .data-section-item .hq-label > div {
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#hq-company-general-widget .description-wrapper .data-section {
  height: max-content;
}
#hq-company-general-widget .description-wrapper .data-section .data-section-item:nth-child(2) {
  height: 110px;
}
#hq-company-general-widget .description-wrapper .data-section .data-section-item:nth-child(2) .read-only-mode {
  overflow: hidden;
}
#hq-company-general-widget .description-wrapper .data-section .data-section-item:nth-child(2) .read-only-mode:hover {
  overflow-y: auto;
}

.delete-condition-allowed:hover {
  cursor: pointer;
  color: var(--color-ui-red) !important;
}

.delete-condition-not-allowed:hover {
  cursor: not-allowed !important;
}

.delete-tariff-allowed:hover {
  cursor: pointer;
  color: var(--color-ui-red) !important;
}

.delete-tariff-not-allowed:hover {
  cursor: not-allowed !important;
}

.hq-user-grid-wrapper {
  height: 100%;
}

.hq-document-settings-company-details .edit-mode {
  max-height: 34px;
}
.hq-document-settings-company-details .hq-custom-template-editor-inline-enabled .read-only-mode .content {
  padding-left: 4px !important;
}

.hq-document-settings-datev .edit-mode {
  max-height: 34px;
}

#datev-export-modal .date-section {
  display: flex;
  gap: 10px;
}

#datev-export-modal .download-icon {
  display: inline-flex;
  vertical-align: top;
}
#datev-export-modal .download-link-label {
  color: black;
  font-size: 13px;
  line-height: 24px;
  margin-left: 13px;
}
#datev-export-modal .download-link-label:hover {
  opacity: 0.8;
}
#datev-export-modal .download-success {
  color: green;
}
#datev-export-modal .download-failed {
  color: darkred;
}
#datev-export-modal .hq-simple-file-uploader {
  border: 2px dotted var(--gray-3);
}
#datev-export-modal .hq-simple-file-uploader .upload-success-template {
  margin-top: -30px;
}
#datev-export-modal .hq-simple-file-uploader .download-link-label {
  color: var(--gray-5);
}

#sepa-export-modal .sepa-selected-error {
  color: var(--color-ui-red);
  font-size: 12px;
  margin-bottom: 10px;
}
#sepa-export-modal .date-section {
  display: flex;
  gap: 10px;
}

.hq-document-settings-mail .edit-mode {
  height: 34px;
}
.hq-document-settings-mail .hqrichtexteditorinline {
  height: auto;
}
.hq-document-settings-mail .add-icon {
  margin-top: -10% !important;
}
.hq-document-settings-mail .hq-button {
  padding: 0px;
}
.hq-document-settings-mail #hq-document-default-mail-entity-grid .mail-document-type-selector .read-only-mode.hq-cursor {
  padding-left: 10px !important;
}
.hq-document-settings-mail #hq-document-default-mail-entity-grid .mail-document-type-selector .read-only-mode.hq-cursor .hq-label {
  min-height: 18px;
}

.hq-document-settings-tariffs .edit-mode {
  height: 34px;
}
.hq-document-settings-tariffs .hqrichtexteditorinline {
  height: auto;
}
.hq-document-settings-tariffs .add-icon {
  margin-top: -10% !important;
}
.hq-document-settings-tariffs .hq-button {
  padding: 0px;
}
.hq-document-settings-tariffs .column .hq-checkbox {
  padding-left: 10px;
}

#hq-document-settings-tariff-selector .modal-content {
  max-height: unset;
}
#hq-document-settings-tariff-selector .member-list-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 70px);
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 600px;
  flex-direction: column;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector h2 {
  position: absolute;
  top: 0;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector #load-more-button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector #load-more-button .hq-text-button {
  width: 100%;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector .selected-section {
  margin: 0;
  position: relative;
  min-height: 150px;
  max-height: 40%;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector .selected-section .e-list-container {
  height: 100%;
  overflow-y: scroll;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector .select-section {
  margin: 0;
  height: 100%;
  max-height: unset;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector .e-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hq-document-settings-tariff-selector .member-list-overflow #hq-multi-list-selector .e-list-item .e-list-content {
  width: 100%;
}

.hq-inline-edit-with-label .data-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  margin: 10px;
}
.hq-inline-edit-with-label .data-section .data-section-item {
  flex: 1;
  align-items: center;
}
.hq-inline-edit-with-label .data-section .label, .hq-inline-edit-with-label .data-section .small-label {
  color: var(--gray-3-5);
  font-weight: var(--font-weight-bold);
  display: flex;
}
.hq-inline-edit-with-label .data-section .small-label {
  flex: 0.5;
  max-width: 200px;
  min-height: 32px;
  align-self: start;
}
.hq-inline-edit-with-label .data-section .align-right-margin-10 {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}

.hq-inline-edit-base-enabled .edit-mode .edit-mode-row {
  display: initial !important;
}

.hq-simple-grid .grid-title {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0px;
  display: inline-block;
  margin-bottom: 4px;
}
.hq-simple-grid .grid-title .grid-title-color {
  color: var(--color-text-normal) !important;
}
.hq-simple-grid .grid-title-small {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0px;
  display: inline-block;
  margin-bottom: 4px;
}
.hq-simple-grid .grid-title-small .grid-title-color {
  color: var(--color-text-normal) !important;
}
.hq-simple-grid .e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background: transparent;
}
.hq-simple-grid .e-grid {
  border: none;
}
.hq-simple-grid .e-grid .e-headertext {
  color: var(--gray-3-5) !important;
  border-color: var(--gray-2);
}
.hq-simple-grid .e-grid .e-rowcell {
  border: none;
  color: var(--color-text-normal) !important;
  padding: 0 0 0 7px;
}
.hq-simple-grid .e-grid.e-gridhover tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: white !important;
}
.hq-simple-grid .e-grayish-row .e-rowcell {
  color: var(--gray-3-5) !important;
  font-weight: var(--font-weight-bold);
}
.hq-simple-grid .e-grid .e-focused:not(.e-menu-item) {
  box-shadow: none !important;
}
.hq-simple-grid .e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd), .hq-simple-grid .e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd), .hq-simple-grid .e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd), .hq-simple-grid .e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd), .hq-simple-grid .e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd), .hq-simple-grid .e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
  color: var(--gray-5);
}
.hq-simple-grid th[rowspan] {
  border: none;
}

#hq-simple-detail-grid .grid-title {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0px;
  display: inline-block;
  margin-bottom: 4px;
}
#hq-simple-detail-grid .grid-title .grid-title-color {
  color: var(--color-text-normal) !important;
}
#hq-simple-detail-grid .grid-title-small {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0;
  display: inline-block;
  margin-bottom: 4px;
}
#hq-simple-detail-grid .grid-title-small .grid-title-color {
  color: var(--color-text-normal) !important;
}
#hq-simple-detail-grid .e-grid {
  border: none;
  /*to disable the mouse actions*/
}
#hq-simple-detail-grid .e-grid .e-detail-disable .e-detailrowcollapse {
  pointer-events: none;
}
#hq-simple-detail-grid .e-grid {
  /*if required hide the icons*/
}
#hq-simple-detail-grid .e-grid .e-detail-disable .e-detailrowcollapse .e-icon-grightarrow {
  visibility: hidden;
}
#hq-simple-detail-grid .e-grid .e-headertext {
  color: var(--gray-3-5) !important;
  border-color: var(--gray-2);
}
#hq-simple-detail-grid .e-grid .e-rowcell {
  border: none;
  color: var(--color-text-normal) !important;
  padding: 0 0 0 10px;
}
#hq-simple-detail-grid .e-grid.e-gridhover tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: white !important;
}

.hq-tree-grid .e-grid .e-rowcell .e-checkbox-wrapper, .hq-tree-grid .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
  position: relative;
  line-height: 17px;
}

.hq-simple-grid-add-box .e-grid .e-spinner-pane {
  display: none;
}
.hq-simple-grid-add-box th[rowspan] {
  border: none;
}

.hq-quick-grid-add-box .grid-title {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0px;
  display: inline-block;
  margin-bottom: 4px;
}
.hq-quick-grid-add-box .grid-title .grid-title-color {
  color: var(--color-text-normal) !important;
}
.hq-quick-grid-add-box .width-10 {
  width: 10px;
}
.hq-quick-grid-add-box .width-20 {
  width: 20px;
}
.hq-quick-grid-add-box .width-30 {
  width: 30px;
}
.hq-quick-grid-add-box .width-40 {
  width: 40px;
}
.hq-quick-grid-add-box .width-50 {
  width: 50px;
}
.hq-quick-grid-add-box .width-60 {
  width: 60px;
}
.hq-quick-grid-add-box .width-70 {
  width: 70px;
}
.hq-quick-grid-add-box .width-80 {
  width: 80px;
}
.hq-quick-grid-add-box .width-90 {
  width: 90px;
}
.hq-quick-grid-add-box .width-100 {
  width: 100px;
}
.hq-quick-grid-add-box .width-110 {
  width: 110px;
}
.hq-quick-grid-add-box .width-120 {
  width: 120px;
}
.hq-quick-grid-add-box .width-130 {
  width: 130px;
}
.hq-quick-grid-add-box .width-140 {
  width: 140px;
}
.hq-quick-grid-add-box .width-160 {
  width: 160px;
}
.hq-quick-grid-add-box .width-170 {
  width: 170px;
}
.hq-quick-grid-add-box .width-180 {
  width: 180px;
}
.hq-quick-grid-add-box .width-190 {
  width: 190px;
}
.hq-quick-grid-add-box .width-200 {
  width: 200px;
}
.hq-quick-grid-add-box .width-210 {
  width: 210px;
}
.hq-quick-grid-add-box .width-220 {
  width: 220px;
}
.hq-quick-grid-add-box .width-230 {
  width: 230px;
}
.hq-quick-grid-add-box .width-240 {
  width: 240px;
}
.hq-quick-grid-add-box .col-title-text {
  color: var(--gray-3-5);
  overflow: initial !important;
}
.hq-quick-grid-add-box .flex-end {
  display: flex;
  justify-content: flex-end;
}

.hq-company-avt {
  padding: 3px;
  display: flex;
  align-items: center;
}
.hq-company-avt .hq-company-avt-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.hq-company-avt .hq-company-avt-wrapper {
  margin: 0px auto;
  box-shadow: 0 3px 6px 0 rgba(25, 47, 118, 0.3);
  border-radius: 50%;
  overflow: hidden;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  position: relative;
}
.hq-company-avt .hq-company-avt-wrapper.no-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: large;
  border-radius: 50%;
  background-color: var(--color-ui-blue);
  box-shadow: 0 3px 6px 0 rgba(25, 46, 118, 0.3);
}
.hq-company-avt .hq-company-avt-initials {
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.hq-company-avt .avatar-s {
  max-width: 30px;
  max-height: 30px;
  line-height: 30px;
}
.hq-company-avt .avatar-m {
  max-width: 40px;
  max-height: 40px;
  line-height: 40px;
}
.hq-company-avt .avatar-l {
  max-width: 50px;
  max-height: 50px;
  line-height: 50px;
}
.hq-company-avt .initials-avatar-s {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hq-company-avt .initials-avatar-m {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.hq-company-avt .initials-avatar-l {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.hq-company-avt .wrapper-s {
  width: 30px;
  height: 30px;
}
.hq-company-avt .wrapper-m {
  width: 40px;
  height: 40px;
}
.hq-company-avt .wrapper-l {
  width: 50px;
  height: 50px;
}
.hq-company-avt .hq-company-avt-centerimage {
  margin-left: auto;
  margin-right: auto;
}
.hq-company-avt .company-name {
  margin-left: 10px;
  flex: 1;
}

.hq-finance-company-selector .readonly {
  opacity: 0.5;
}
.hq-finance-company-selector .context-menu-hover {
  width: 350px;
  padding-right: 5px;
}
.hq-finance-company-selector .context-menu-hover:hover {
  border-radius: 12px;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.3);
}
.hq-finance-company-selector .avatar-company-name {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 3px 0;
}
.hq-finance-company-selector .hq-company-avt .hq-company-avt-centerimage {
  margin-left: 0;
  margin-right: 0;
}

.hq-document-condition-modal .flex-column-days {
  flex: 1;
  margin-top: 15px;
}
.hq-document-condition-modal .scroll-y-overflow {
  overflow-y: scroll !important;
}

.hq-number-schema-modal .schema-text-font-size {
  font-size: 12px;
}
.hq-number-schema-modal .number-schema-is-used-text {
  color: var(--color-ui-red);
  font-size: 12px;
}
.hq-number-schema-modal .number-schema-is-used-text a, .hq-number-schema-modal .number-schema-is-used-text a:active, .hq-number-schema-modal .number-schema-is-used-text a:visited, .hq-number-schema-modal .number-schema-is-used-text a:link {
  color: var(--color-ui-red);
}
.hq-number-schema-modal .placeholder-headline {
  font-size: 18px;
  margin-top: 20px;
}
.hq-number-schema-modal .placeholder-content {
  margin-left: 10px;
  margin-top: 11px;
}
.hq-number-schema-modal .placeholder-line {
  display: flex;
  margin: 5px 0;
}
.hq-number-schema-modal .placeholder-line .placeholder-text {
  flex: 1;
  font-size: 14px;
  margin-right: 3px;
}
.hq-number-schema-modal .placeholder-line .placeholder-text:hover {
  cursor: pointer;
  font-weight: var(--font-weight-bold);
}
.hq-number-schema-modal .placeholder-line .placeholder-example {
  color: var(--gray-3-5);
  margin-right: 8px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: rtl;
}

.hq-task-modal .hq-richtexteditor .hq-medium-rte .advanced {
  border-color: var(--gray-3) !important;
}

.hq-layoutbox-section .headline {
  font-size: larger;
  font-weight: var(--font-weight-bold);
  margin: 10px 0;
}
.hq-layoutbox-section .content {
  padding-left: 10px;
}

.hq-layoutbox-section:not(:first-of-type) {
  margin-top: 30px;
}

.hq-page-selector_upload .hq-frm__group {
  margin-bottom: 0px;
}
.hq-page-selector_upload .hq-checkbox {
  padding-top: 4px;
}
.hq-page-selector_upload .drag-drop-zone {
  height: 22px;
}
.hq-page-selector_upload .hq-upload .txt-wrapper {
  margin-top: 1px;
}
.hq-page-selector_upload .txt-wrapper .hq-flx .hq-txt--body-regular-light, .hq-page-selector_upload .txt-wrapper #hq-kanban-tasks-overview .board_header .button_container .hq-txt--body-regular-light, #hq-kanban-tasks-overview .board_header .hq-page-selector_upload .txt-wrapper .button_container .hq-txt--body-regular-light, .hq-page-selector_upload .txt-wrapper #hq-document-editor .hq-flx-space-between .hq-txt--body-regular-light, #hq-document-editor .hq-page-selector_upload .txt-wrapper .hq-flx-space-between .hq-txt--body-regular-light, .hq-page-selector_upload .txt-wrapper #hq-time-material-modal .row .hq-txt--body-regular-light, #hq-time-material-modal .hq-page-selector_upload .txt-wrapper .row .hq-txt--body-regular-light, .hq-page-selector_upload .txt-wrapper .hq-grid-wrapper .hq-grid .e-grid .commands-column .hq-txt--body-regular-light, .hq-grid-wrapper .hq-grid .e-grid .hq-page-selector_upload .txt-wrapper .commands-column .hq-txt--body-regular-light {
  margin-bottom: 0;
}

.hq-page-selector_upload:not(:first-of-type) {
  margin-top: 10px;
}

.hq-upload-labelled .hq-label {
  padding-top: 4px;
}
.hq-upload-labelled .hq-label .hq-frm__label, .hq-upload-labelled .hq-label .hq-assignment-table .assignment-value, .hq-assignment-table .hq-upload-labelled .hq-label .assignment-value {
  font-size: 14px;
}
.hq-upload-labelled .hq-upload .hq-frm__group {
  margin-bottom: 0;
}
.hq-upload-labelled .hq-upload .hq-frm__group .drag-drop-zone {
  height: 22px;
}
.hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper:empty {
  margin-top: 0;
}
.hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper .hq-flx .hq-txt--body-regular-light, .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper #hq-kanban-tasks-overview .board_header .button_container .hq-txt--body-regular-light, #hq-kanban-tasks-overview .board_header .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper .button_container .hq-txt--body-regular-light, .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper #hq-document-editor .hq-flx-space-between .hq-txt--body-regular-light, #hq-document-editor .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper .hq-flx-space-between .hq-txt--body-regular-light, .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper #hq-time-material-modal .row .hq-txt--body-regular-light, #hq-time-material-modal .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper .row .hq-txt--body-regular-light, .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper .hq-grid-wrapper .hq-grid .e-grid .commands-column .hq-txt--body-regular-light, .hq-grid-wrapper .hq-grid .e-grid .hq-upload-labelled .hq-upload .hq-frm__group .txt-wrapper .commands-column .hq-txt--body-regular-light {
  margin-bottom: 0;
}

.hq-upload-labelled:not(:first-of-type) {
  margin-top: 10px;
}

.hq-ordered-page-break-element h4 {
  display: flex;
  flex-direction: row;
  color: var(--color-text-normal);
}
.hq-ordered-page-break-element h4:before,
.hq-ordered-page-break-element h4:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px dotted;
  border-bottom-color: var(--gray-3);
  margin: auto;
}

.hq-ordered-new-element-context-menu .split-add {
  height: 12px;
}
.hq-ordered-new-element-context-menu .split-add .active {
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 0px;
  border-radius: 10px;
  transition: padding 0.3s;
  visibility: hidden;
}
.hq-ordered-new-element-context-menu .split-add .active::before {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  border-bottom: 2px dashed var(--gray-3);
}
.hq-ordered-new-element-context-menu .split-add .active::after {
  content: "";
  flex: 1;
  margin-right: 1rem;
  height: 1px;
  border-bottom: 2px dashed var(--gray-3);
}
.hq-ordered-new-element-context-menu .split-add:hover .active {
  visibility: visible;
  display: flex;
}
.hq-ordered-new-element-context-menu .split-add:hover .context-button:before,
.hq-ordered-new-element-context-menu .split-add:hover .context-button:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px dotted;
  border-bottom-color: var(--gray-3);
  margin: auto;
}

.hq-grid-shown-column-modal .modal-content {
  width: 30rem;
}
.hq-grid-shown-column-modal .modal-content .column-list {
  height: 55vh;
  overflow: scroll;
}
.hq-grid-shown-column-modal .modal-content .shown-column-list-item {
  padding-top: 5px;
  margin-top: 2px;
  border-radius: 5px;
}
.hq-grid-shown-column-modal .modal-content .shown-column-list-item > div.hq-flx--width-flex-1, .hq-grid-shown-column-modal .modal-content .hq-inline-edit-base-enabled .read-only-mode .shown-column-list-item > div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-shown-column-modal .modal-content .shown-column-list-item > div.truncate-flex-1, .hq-grid-shown-column-modal .modal-content .hq-custom-template-editor-inline-enabled .read-only-mode .shown-column-list-item > div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-shown-column-modal .modal-content .shown-column-list-item > div.truncate-flex-1, .hq-grid-shown-column-modal .modal-content .hq-custom-template-editor-inline-disabled .read-only-mode .shown-column-list-item > div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-shown-column-modal .modal-content .shown-column-list-item > div.truncate-flex-1, .hq-grid-shown-column-modal .modal-content .hq-mytask-details .task-progress .shown-column-list-item > div.truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-shown-column-modal .modal-content .shown-column-list-item > div.truncate-flex-1 {
  margin-left: 1rem;
}
.hq-grid-shown-column-modal .modal-content .shown-column-list-item:hover {
  background-color: var(--gray-2);
  cursor: pointer;
}

.hq-ordered-element {
  position: relative;
}
.hq-ordered-element:hover .hq-icon-button-grid {
  visibility: visible;
}
.hq-ordered-element .hq-contextmenu {
  user-select: none;
}
.hq-ordered-element .hq-medium-rte {
  min-height: initial;
}
.hq-ordered-element .content p {
  white-space: break-spaces;
}
.hq-ordered-element .content p:last-of-type {
  margin: 0;
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

body,
html {
  font-family: "Inter", sans-serif;
  font-weight: var(--font-weight-regular);
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-size: 13px;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
}

.hq-txt-default-font {
  font-family: "Inter", sans-serif;
}

div, span {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.hq-txt--heading-s,
.hq-txt--heading-m,
.hq-txt--heading-l {
  margin-top: 1.1em;
  margin-bottom: 13px;
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-extra-bold);
}

h1,
.hq-txt--heading-l,
.hq-txt--heading-1 {
  font-size: 18px;
}

h2,
.hq-txt--heading-m,
.hq-txt--heading-2 {
  font-size: 14px;
}

h3,
.hq-txt--heading-s,
.hq-txt--heading-3 {
  font-size: 13px;
}

p,
.hq-txt--body-regular {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  tab-size: 4;
}

.hq-txt--body-regular-light {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  color: var(--color-text-light);
}

.hq-txt--default {
  color: var(--color-text-normal);
}

.hq-txt--default-light, .hq-subscriptionmanagement .detail-info-onboarding {
  color: var(--color-text-light);
}

.hq-txt--red-light {
  color: var(--light-red-2);
}

.hq-txt--body-default {
  font-size: 13px;
}

.hq-txt--body-small {
  font-size: 11px;
}

.hq-txt--body-bold-and-large {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

.hq-txt--gray-1 {
  color: var(--gray-1);
}

.hq-txt--gray-2 {
  color: var(--gray-2);
}

.hq-txt--gray-3 {
  color: var(--gray-3);
}

.hq-txt--gray-3-5 {
  color: var(--gray-3-5);
}

.hq-txt--gray-4 {
  color: var(--gray-4);
}

.hq-txt--gray-5 {
  color: var(--gray-5);
}

.hq-txt--warning {
  color: var(--color-ui-red);
}

.hq-txt--success {
  color: var(--color-ui-green);
}

.hq-txt--primary {
  color: var(--color-ui-blue);
}

strong,
b,
.hq-txt--bold,
.hq-add-items-box .header-text {
  font-weight: var(--font-weight-extra-bold);
}

em, i,
.hq-txt--italic {
  font-style: italic;
}

.hq-txt--no-wrap {
  white-space: nowrap;
}

.hq-txt--break {
  word-break: break-word;
}

.hq-txt--break-all {
  word-break: break-all;
}

.hq-txt--pre-wrap {
  white-space: pre-wrap;
}

a, a:active, a:visited, a:link {
  outline: none;
  text-decoration: none;
}

.hq-txt--left {
  text-align: left;
}

.hq-txt--right, #hq-account-assignment-modal .account-modal-buttons {
  text-align: right;
}

.hq-txt--center {
  text-align: center;
}

.hq-txt--text-top {
  vertical-align: text-top;
}

.hq-txt-middle {
  vertical-align: middle;
}

.hq-txt--truncate, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-lead-kanban-card .card-body .lead-status, .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress .truncate-flex-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-select--none {
  user-select: none;
}

.hq-ordered-grid-element {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: var(--document-grid-table-outer-border);
  border-top: var(--document-grid-header-border-block);
  border-radius: var(--document-grid-table-border-radius);
  overflow: hidden;
}
.hq-ordered-grid-element .hq-orderable-list {
  display: flex;
  flex-direction: column;
}
.hq-ordered-grid-element .hq-ordered-element .content p:last-of-type {
  margin: 0;
}
.hq-ordered-grid-element table {
  width: 100%;
  border-collapse: collapse;
  text-overflow: ellipsis;
  table-layout: fixed;
}
.hq-ordered-grid-element table tr {
  line-height: normal;
}
.hq-ordered-grid-element table tr.is-group:nth-child(2n) {
  background-color: var(--document-grid-group-sum-background-color, var(--document-grid-table-alt-background-color)) !important;
  color: var(--document-grid-group-sum-font-color, var(--document-grid-table-alt-font-color)) !important;
}
.hq-ordered-grid-element table tr.is-group:not(:nth-child(2n)) {
  background-color: var(--document-grid-group-sum-background-color, var(--document-grid-table-background-color)) !important;
  color: var(--document-grid-group-sum-font-color, var(--document-grid-table-font-color)) !important;
}
.hq-ordered-grid-element table tr.is-group * {
  color: inherit;
  background-color: transparent !important;
}
.hq-ordered-grid-element table tr .is-group {
  font-family: var(--document-grid-group-sum-font-family), DocumentTemplateFontRegular, "Inter", sans-serif;
  font-size: var(--document-grid-group-sum-font-size);
  font-weight: var(--document-grid-group-sum-font-bold);
}
.hq-ordered-grid-element table tr:last-child td {
  border-bottom: none;
}
.hq-ordered-grid-element table span.e-input-group.e-control-container.e-control-wrapper.e-disabled.e-valid-input {
  border: none;
}
.hq-ordered-grid-element table th {
  padding: 0.7em 10px;
  border-bottom: var(--document-grid-header-border-bottom);
  position: relative;
  background: var(--document-grid-header-background-color, var(--gray-3));
}
.hq-ordered-grid-element table th * {
  font-weight: var(--font-weight-bold);
  font-family: var(--document-grid-header-font-family), DocumentTemplateFontRegular, "Inter", sans-serif;
  font-size: var(--document-grid-column-font-size);
  color: var(--document-grid-header-font-color, var(--gray-4));
  text-overflow: ellipsis;
}
.hq-ordered-grid-element table th input.e-control.e-textbox.e-lib.e-input:not(.e-disabled) {
  background: var(--color-white);
}
.hq-ordered-grid-element table th {
  padding: 0.6em 10px;
  position: relative;
  text-overflow: ellipsis;
  border-bottom: var(--document-grid-header-border-bottom);
}
.hq-ordered-grid-element table th:hover {
  cursor: pointer;
}
.hq-ordered-grid-element table th.hint,
.hq-ordered-grid-element table th.hint input.e-control.e-textbox.e-lib.e-input {
  color: var(--color-white);
}
.hq-ordered-grid-element table th:last-child .grip {
  display: none;
}
.hq-ordered-grid-element table th.resizing::after, .hq-ordered-grid-element table th.resizing + th::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--gray-4);
}
.hq-ordered-grid-element table th.resizing::after {
  opacity: 0.25;
}
.hq-ordered-grid-element table th.resizing + th::after {
  opacity: 0.1;
}
.hq-ordered-grid-element table th .resizer {
  position: absolute;
  top: 0;
  right: 5px;
  width: 10px;
  cursor: col-resize;
  user-select: none;
}
.hq-ordered-grid-element table th .resizer:hover,
.hq-ordered-grid-element table th .resizing {
  border-right: 1px dashed gray;
}
.hq-ordered-grid-element table th .grip {
  position: absolute;
  top: 30%;
  right: -8px;
  cursor: col-resize;
  user-select: none;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 4px;
  overflow: hidden;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  cursor: grab;
  z-index: 1;
}
.hq-ordered-grid-element table th .grip:hover,
.hq-ordered-grid-element table th .grip:active {
  background-image: url(../images/grid/grip.png);
  background-color: var(--gray-4);
}
.hq-ordered-grid-element table th .hq-frm__group {
  margin: 0;
  width: 90%;
  margin-right: 10%;
}
.hq-ordered-grid-element table th .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
  margin: 0;
}
.hq-ordered-grid-element table th .hq-frm__group .e-input-group.e-control-wrapper {
  background: rgb(167, 188, 215);
}
.hq-ordered-grid-element table th .e-input-focus {
  background-color: white !important;
}
.hq-ordered-grid-element table th .hq-frm__group .e-input-group.e-control-wrapper:hover {
  background-color: rgb(151, 173, 201);
}
.hq-ordered-grid-element table th .e-input[disabled],
.hq-ordered-grid-element table th .e-input-group .e-input[disabled],
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper .e-input[disabled],
.hq-ordered-grid-element table th .e-input-group.e-disabled,
.hq-ordered-grid-element table th .e-input-group.e-disabled input,
.hq-ordered-grid-element table th .e-input-group.e-disabled input.e-input,
.hq-ordered-grid-element table th .e-input-group.e-disabled textarea,
.hq-ordered-grid-element table th .e-input-group.e-disabled textarea.e-input,
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper.e-disabled,
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper.e-disabled input,
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper.e-disabled input.e-input,
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper.e-disabled textarea,
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper.e-disabled textarea.e-input,
.hq-ordered-grid-element table th .e-float-input.e-disabled input,
.hq-ordered-grid-element table th .e-float-input.e-disabled textarea,
.hq-ordered-grid-element table th .e-float-input input[disabled],
.hq-ordered-grid-element table th .e-float-input input.e-disabled,
.hq-ordered-grid-element table th .e-float-input textarea[disabled],
.hq-ordered-grid-element table th .e-float-input textarea.e-disabled,
.hq-ordered-grid-element table th .e-float-input.e-control-wrapper.e-disabled input,
.hq-ordered-grid-element table th .e-float-input.e-control-wrapper.e-disabled textarea,
.hq-ordered-grid-element table th .e-float-input.e-control-wrapper input[disabled],
.hq-ordered-grid-element table th .e-float-input.e-control-wrapper input.e-disabled,
.hq-ordered-grid-element table th .e-float-input.e-control-wrapper textarea[disabled],
.hq-ordered-grid-element table th .e-float-input.e-control-wrapper textarea.e-disabled,
.hq-ordered-grid-element table th .e-input-group.e-disabled span,
.hq-ordered-grid-element table th .e-input-group.e-control-wrapper.e-disabled span {
  cursor: grabbing;
}
.hq-ordered-grid-element table td, .hq-ordered-grid-element table td div {
  padding: 0.5em 10px;
  font-family: var(--document-grid-table-font-family), "Inter", sans-serif;
  font-size: var(--document-grid-table-font-size);
  line-height: var(--line-spacing);
  text-align: var(--document-grid-table-text-alignment);
  color: var(--document-grid-table-font-color);
  background: var(--document-grid-table-background-color);
  border-bottom: var(--document-grid-table-inner-border);
}
.hq-ordered-grid-element table td span {
  font-family: var(--document-grid-table-font-family), "Inter", sans-serif;
  font-size: var(--document-grid-table-font-size);
  line-height: var(--line-spacing);
  text-align: var(--document-grid-table-text-alignment);
  color: var(--document-grid-table-font-color);
}
.hq-ordered-grid-element table {
  /* altering for grid but not for summary 2n = Rows 2,4,6 */
}
.hq-ordered-grid-element table:not(.summary) tr:nth-child(2n):not(.is-group) td {
  color: var(--document-grid-table-alt-font-color);
  background: var(--document-grid-table-alt-background-color);
}
.hq-ordered-grid-element table.summary {
  width: max-content;
  place-self: end;
}
.hq-ordered-grid-element table.summary tr td {
  border-left: none;
}
.hq-ordered-grid-element table.summary tr > td {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border-bottom: none;
  line-height: var(--line-spacing);
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

body,
html {
  font-family: "Inter", sans-serif;
  font-weight: var(--font-weight-regular);
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-size: 13px;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
}

.hq-txt-default-font {
  font-family: "Inter", sans-serif;
}

div, span {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.hq-txt--heading-s,
.hq-txt--heading-m,
.hq-txt--heading-l {
  margin-top: 1.1em;
  margin-bottom: 13px;
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-extra-bold);
}

h1,
.hq-txt--heading-l,
.hq-txt--heading-1 {
  font-size: 18px;
}

h2,
.hq-txt--heading-m,
.hq-txt--heading-2 {
  font-size: 14px;
}

h3,
.hq-txt--heading-s,
.hq-txt--heading-3 {
  font-size: 13px;
}

p,
.hq-txt--body-regular {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  tab-size: 4;
}

.hq-txt--body-regular-light {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  color: var(--color-text-light);
}

.hq-txt--default {
  color: var(--color-text-normal);
}

.hq-txt--default-light, .hq-subscriptionmanagement .detail-info-onboarding {
  color: var(--color-text-light);
}

.hq-txt--red-light {
  color: var(--light-red-2);
}

.hq-txt--body-default {
  font-size: 13px;
}

.hq-txt--body-small {
  font-size: 11px;
}

.hq-txt--body-bold-and-large {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

.hq-txt--gray-1 {
  color: var(--gray-1);
}

.hq-txt--gray-2 {
  color: var(--gray-2);
}

.hq-txt--gray-3 {
  color: var(--gray-3);
}

.hq-txt--gray-3-5 {
  color: var(--gray-3-5);
}

.hq-txt--gray-4 {
  color: var(--gray-4);
}

.hq-txt--gray-5 {
  color: var(--gray-5);
}

.hq-txt--warning {
  color: var(--color-ui-red);
}

.hq-txt--success {
  color: var(--color-ui-green);
}

.hq-txt--primary {
  color: var(--color-ui-blue);
}

strong,
b,
.hq-txt--bold,
.hq-add-items-box .header-text {
  font-weight: var(--font-weight-extra-bold);
}

em, i,
.hq-txt--italic {
  font-style: italic;
}

.hq-txt--no-wrap {
  white-space: nowrap;
}

.hq-txt--break {
  word-break: break-word;
}

.hq-txt--break-all {
  word-break: break-all;
}

.hq-txt--pre-wrap {
  white-space: pre-wrap;
}

a, a:active, a:visited, a:link {
  outline: none;
  text-decoration: none;
}

.hq-txt--left {
  text-align: left;
}

.hq-txt--right, #hq-account-assignment-modal .account-modal-buttons {
  text-align: right;
}

.hq-txt--center {
  text-align: center;
}

.hq-txt--text-top {
  vertical-align: text-top;
}

.hq-txt-middle {
  vertical-align: middle;
}

.hq-txt--truncate, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-lead-kanban-card .card-body .lead-status, .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress .truncate-flex-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-select--none {
  user-select: none;
}

.hq-grid-table-options-modal .hq-modal .modal-content {
  max-width: calc(100vw - 38%);
}
.hq-grid-table-options-modal .hq-table-options {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 5px;
}
.hq-grid-table-options-modal .options-panel {
  padding-right: 50px;
  width: 570px;
}
.hq-grid-table-options-modal .grid-preview {
  width: 670px;
  border-left: 1px solid var(--gray-3);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.hq-grid-table-options-modal .grid-preview > .hq-label > div {
  font-family: var(--document-grid-title-font-family), "Inter", sans-serif;
  font-size: var(--document-grid-title-font-size);
  color: var(--document-grid-title-font-color, --gray-4);
}
.hq-grid-table-options-modal .grid-options-row {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  flex-direction: row;
}
.hq-grid-table-options-modal .grid-options-row .color-box {
  margin-top: 6px;
  display: flex;
}
.hq-grid-table-options-modal .grid-options-row .bold-button {
  margin-top: 7px;
}
.hq-grid-table-options-modal .grid-options-row .bold-button .hq-label {
  font-size: xx-small;
  color: var(--gray-3-5);
  padding-left: 6px;
  translate: 0 -2px;
}
.hq-grid-table-options-modal .grid-options-row .bold-button .hq-button {
  padding-top: 0;
  padding-left: 2px;
  padding-right: 2px;
}
.hq-grid-table-options-modal .grid-options-row .bold-button .hq-button > div {
  width: 31px;
  height: 31px;
  border: 1px solid var(--gray-3);
}
.hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .primary-icon, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .primary-icon-circular, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .primary-icon-circular-clear, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .secondary-icon, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .return-icon-button {
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .primary-icon .add-icon, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .primary-icon-circular .add-icon, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .primary-icon-circular-clear .add-icon, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .secondary-icon .add-icon, .hq-grid-table-options-modal .grid-options-row .bold-button .hq-button .return-icon-button .add-icon {
  margin-top: 0;
}
.hq-grid-table-options-modal .full-row span {
  margin-top: 19px;
}
.hq-grid-table-options-modal .full-row span.e-label {
  width: 350px !important;
}
.hq-grid-table-options-modal .hq-flx--width-flex-1 label, .hq-grid-table-options-modal .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1 label, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-table-options-modal .truncate-flex-1 label, .hq-grid-table-options-modal .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1 label, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-table-options-modal .truncate-flex-1 label, .hq-grid-table-options-modal .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1 label, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-table-options-modal .truncate-flex-1 label, .hq-grid-table-options-modal .hq-mytask-details .task-progress .truncate-flex-1 label, .hq-mytask-details .task-progress .hq-grid-table-options-modal .truncate-flex-1 label {
  font-weight: var(--font-weight-light);
  font-size: smaller !important;
}
.hq-grid-table-options-modal .section .hq-label {
  font-weight: var(--font-weight-bold);
  font-size: small;
}
.hq-grid-table-options-modal .hq-frm__label, .hq-grid-table-options-modal .hq-assignment-table .assignment-value, .hq-assignment-table .hq-grid-table-options-modal .assignment-value {
  font-weight: var(--font-weight-light);
  font-size: smaller;
}
.hq-grid-table-options-modal .hq-color-picker {
  margin-top: -6px;
  margin-bottom: 0;
}
.hq-grid-table-options-modal .hq-color-picker .hq-label label {
  font-size: xx-small;
}
.hq-grid-table-options-modal .hq-color-picker .sf-color-picker-wrapper {
  margin-top: 3px;
  height: 35px;
}
.hq-grid-table-options-modal .hq-font-selector-combobox.Horizontal {
  align-items: center;
  width: 50%;
}
.hq-grid-table-options-modal .hq-font-selector-combobox.Horizontal .hq-frm__group {
  margin-bottom: 0;
}
.hq-grid-table-options-modal .hq-font-selector-combobox.Horizontal .hq-frm__group .hq-label {
  padding-top: 0 !important;
}
.hq-grid-table-options-modal .hq-font-selector-combobox.Vertical .hq-frm__group {
  margin-bottom: 0;
}
.hq-grid-table-options-modal .hq-font-selector-combobox .hq-frm__group {
  flex-direction: column;
}
.hq-grid-table-options-modal .e-dropdown-btn, .hq-grid-table-options-modal .e-dropdown-btn.e-btn {
  display: none;
}
.hq-grid-table-options-modal .margin-inline-5 {
  margin-inline: 5%;
  margin-right: 0;
}
.hq-grid-table-options-modal .headline {
  font-weight: var(--font-weight-bold);
  font-size: 14px;
}
.hq-grid-table-options-modal .hq-checkbox {
  width: 215px;
}
.hq-grid-table-options-modal .hq-checkbox .hq-frm__group {
  margin-bottom: 0;
  margin-top: 8px;
}
.hq-grid-table-options-modal .grid-row-colors .hq-checkbox {
  width: 87px;
}
.hq-grid-table-options-modal .hq-corner-radius-selector .hq-frm__group {
  width: 103px !important;
}
.hq-grid-table-options-modal .hq-line-weight-selector .hq-frm__group {
  width: 147px !important;
}
.hq-grid-table-options-modal .modal-buttons {
  display: flex;
  justify-content: space-between;
}

.hq-font-selector-combobox .hidden {
  display: none !important;
}
.hq-font-selector-combobox .hq-frm__group {
  display: flex;
}
.hq-font-selector-combobox.Horizontal .hq-frm__group .hq-label {
  padding-top: 8px;
}
.hq-font-selector-combobox.Vertical .hq-frm__group {
  flex-direction: column;
}
.hq-font-selector-combobox .component-switcher {
  flex: 1.8;
}
.hq-font-selector-combobox .component-switcher .hq-upload-labelled {
  flex: 1;
}
.hq-font-selector-combobox .component-switcher .hq-frm__group {
  display: inline-block;
  margin-bottom: 0;
}
.hq-font-selector-combobox .font-upload-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hq-font-selector-combobox .font-upload-wrapper > .hq-cursor {
  padding-top: 2px;
}

.hq-text-alignment-selector .alignment-options {
  display: flex;
  gap: 12px;
}
.hq-text-alignment-selector .alignment-option {
  position: relative;
}
.hq-text-alignment-selector .alignment-option .material-symbols-outlined {
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: 8.5px;
}
.hq-text-alignment-selector .e-radio-wrapper .e-radio + label::before {
  width: 32px;
  height: 32px;
  border-width: 2px;
  border-radius: 6px;
  background: transparent;
}
.hq-text-alignment-selector .e-radio-wrapper .e-radio + label::after {
  display: none;
}
.hq-text-alignment-selector .e-radio-wrapper .e-radio:checked + label::before {
  background: transparent;
}

.hq-color-picker {
  margin-top: -6px;
}
.hq-color-picker .e-dropdown-btn.e-btn {
  display: none;
}
.hq-color-picker.hq-frm__group .hq-frm__label, .hq-color-picker.hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .hq-color-picker.hq-frm__group .assignment-value {
  font-size: 10px;
  display: inline-block;
  width: 45px;
  line-height: 10px;
}
.hq-color-picker .e-colorpicker-container.e-disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.hq-color-picker .e-colorpicker-container .e-split-btn-wrapper .e-split-btn.e-split-colorpicker {
  border-radius: 5px;
  border-color: var(--gray-3);
  padding: 5px;
}
.hq-color-picker .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
.hq-color-picker .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
  border-radius: 0;
}

.hq-line-weight-selector .hq-frm__group {
  width: 140px !important;
}
.hq-line-weight-selector .e-control-container.e-control-wrapper {
  padding: 0px !important;
  height: 30px !important;
}
.hq-line-weight-selector .e-input-value > div {
  align-items: center;
  height: 100%;
  font-size: small;
}

#hq-multi-list-selector {
  position: relative;
}
#hq-multi-list-selector .selected-section {
  max-height: 45%;
}
#hq-multi-list-selector .select-section {
  max-height: 45%;
}
#hq-multi-list-selector h2 {
  margin-top: 0px;
}
#hq-multi-list-selector .avatar {
  margin-inline: 5px;
}
#hq-multi-list-selector .text {
  color: var(--color-text-normal);
  padding-inline: 10px;
}
#hq-multi-list-selector .delete-icon {
  margin-inline: 5px;
}
#hq-multi-list-selector .shrink {
  flex-shrink: 0;
}
#hq-multi-list-selector .e-listview {
  margin: auto;
  line-height: initial;
  border: none;
}
#hq-multi-list-selector .ui-list.e-listview #showUI {
  display: flex;
}
#hq-multi-list-selector .ui-list.e-listview .e-list-item {
  padding: 0;
  min-height: 35px;
  border: none;
}
#hq-multi-list-selector .ui-list.e-listview .e-list-item:hover {
  border-radius: 0.5rem;
  background: rgba(109, 138, 250, 0.5);
  color: #fff;
}
#hq-multi-list-selector .ui-list.e-listview .e-list-item.e-focused {
  border-radius: 0.5rem;
  background: rgba(109, 138, 250, 0.5);
  color: #fff;
}
#hq-multi-list-selector .highcontrast .ui-list.e-listview .e-list-item.e-active {
  background: #ffd939;
  color: #000000;
}
#hq-multi-list-selector .e-list-content {
  display: flex;
}
#hq-multi-list-selector .e-listview .e-list-parent {
  padding-top: 2.5px;
  padding-bottom: 7px;
}
#hq-multi-list-selector .e-list-content .delete-icon {
  float: none;
  cursor: pointer;
  margin-inline: 5px;
}
#hq-multi-list-selector #searchbar .e-input-group.e-control-wrapper {
  margin-block: 0.5rem;
  border-radius: 0.5rem;
  border-color: rgba(109, 138, 250, 0.4);
}
#hq-multi-list-selector #searchbar .e-input-group.e-control-wrapper input.e-input {
  height: 2.6rem;
}
#hq-multi-list-selector .e-input-group input.e-input,
#hq-multi-list-selector .e-input-group.e-control-wrapper input.e-input,
#hq-multi-list-selector .e-input-group textarea.e-input,
#hq-multi-list-selector .e-input-group.e-control-wrapper textarea.e-input {
  height: 24px;
}
#hq-multi-list-selector .e-input-group .e-clear-icon,
#hq-multi-list-selector .e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 24px;
}
#hq-multi-list-selector .e-input-group .e-input-group-icon,
#hq-multi-list-selector .e-input-group.e-control-wrapper .e-input-group-icon {
  min-height: 24px;
}
#hq-multi-list-selector .hq-avt {
  padding: 0.2rem;
}
#hq-multi-list-selector .hq-frm__group {
  margin: 0;
}
#hq-multi-list-selector #load-more-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
}
#hq-multi-list-selector #load-more-button .hq-text-button {
  min-width: 100px;
  margin-bottom: 0.5rem;
  padding: 0;
  align-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  line-height: 1em;
  border-radius: 8px;
  outline: none;
  color: var(--color-text-normal);
}

.hq-corner-radius-selector .hq-frm__group {
  width: unset !important;
}
.hq-corner-radius-selector .e-control-container.e-control-wrapper {
  padding: 0px !important;
  height: 30px !important;
}
.hq-corner-radius-selector .e-input-value > div {
  align-items: center;
  height: 100%;
  font-size: small;
}
.hq-corner-radius-selector svg {
  width: 14pt;
  padding-top: 1px;
  padding-right: 6px;
}
.hq-corner-radius-selector svg g {
  fill: var(--gray-3);
}

:root {
  --font-weight-light: 300;
  --font-weight-regular: 350;
  --font-weight-semi-bold: 450;
  --font-weight-bold: 550;
  --font-weight-extra-bold: 650;
}

html.safari-fonts {
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}

body,
html {
  font-family: "Inter", sans-serif;
  font-weight: var(--font-weight-regular);
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-size: 13px;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
}

.hq-txt-default-font {
  font-family: "Inter", sans-serif;
}

div, span {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.hq-txt--heading-s,
.hq-txt--heading-m,
.hq-txt--heading-l {
  margin-top: 1.1em;
  margin-bottom: 13px;
  line-height: 1.3em;
  color: var(--color-text-normal);
  font-weight: var(--font-weight-extra-bold);
}

h1,
.hq-txt--heading-l,
.hq-txt--heading-1 {
  font-size: 18px;
}

h2,
.hq-txt--heading-m,
.hq-txt--heading-2 {
  font-size: 14px;
}

h3,
.hq-txt--heading-s,
.hq-txt--heading-3 {
  font-size: 13px;
}

p,
.hq-txt--body-regular {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  tab-size: 4;
}

.hq-txt--body-regular-light {
  margin-bottom: 1.3em;
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  color: var(--color-text-light);
}

.hq-txt--default {
  color: var(--color-text-normal);
}

.hq-txt--default-light, .hq-subscriptionmanagement .detail-info-onboarding {
  color: var(--color-text-light);
}

.hq-txt--red-light {
  color: var(--light-red-2);
}

.hq-txt--body-default {
  font-size: 13px;
}

.hq-txt--body-small {
  font-size: 11px;
}

.hq-txt--body-bold-and-large {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

.hq-txt--gray-1 {
  color: var(--gray-1);
}

.hq-txt--gray-2 {
  color: var(--gray-2);
}

.hq-txt--gray-3 {
  color: var(--gray-3);
}

.hq-txt--gray-3-5 {
  color: var(--gray-3-5);
}

.hq-txt--gray-4 {
  color: var(--gray-4);
}

.hq-txt--gray-5 {
  color: var(--gray-5);
}

.hq-txt--warning {
  color: var(--color-ui-red);
}

.hq-txt--success {
  color: var(--color-ui-green);
}

.hq-txt--primary {
  color: var(--color-ui-blue);
}

strong,
b,
.hq-txt--bold,
.hq-add-items-box .header-text {
  font-weight: var(--font-weight-extra-bold);
}

em, i,
.hq-txt--italic {
  font-style: italic;
}

.hq-txt--no-wrap {
  white-space: nowrap;
}

.hq-txt--break {
  word-break: break-word;
}

.hq-txt--break-all {
  word-break: break-all;
}

.hq-txt--pre-wrap {
  white-space: pre-wrap;
}

a, a:active, a:visited, a:link {
  outline: none;
  text-decoration: none;
}

.hq-txt--left {
  text-align: left;
}

.hq-txt--right, #hq-account-assignment-modal .account-modal-buttons {
  text-align: right;
}

.hq-txt--center {
  text-align: center;
}

.hq-txt--text-top {
  vertical-align: text-top;
}

.hq-txt-middle {
  vertical-align: middle;
}

.hq-txt--truncate, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-lead-kanban-card .card-body .lead-status, .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress .truncate-flex-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-select--none {
  user-select: none;
}

.page-number {
  position: absolute;
  padding: 0;
  border: 2px solid #d3d3d3;
  border-color: transparent;
  width: auto;
  height: auto;
  z-index: 8;
  font-family: DocumentPageNumberFont, "Inter", sans-serif;
}
.page-number.white {
  background-color: white;
}
.page-number .hq-inline-edit-base-enabled .read-only-mode .content {
  padding: 0;
  min-height: 0;
  display: flex;
  align-items: center;
}
.page-number .hq-inline-edit-base-enabled .read-only-mode .content * {
  margin: 0;
}
.page-number .hq-medium-rte {
  min-width: 0;
  min-height: 0;
}
.page-number .hq-medium-rte .advanced {
  padding: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow-y: hidden;
}
.page-number .hq-icon-button-grid {
  top: 45% !important;
  right: -30px !important;
}
.page-number:hover .hq-icon-button-grid {
  visibility: visible;
}

.hq-einvoice-upload-modal a:link {
  color: var(--color-text-normal);
}
.hq-einvoice-upload-modal a:active {
  color: var(--color-text-normal);
}
.hq-einvoice-upload-modal a:visited {
  color: var(--color-text-normal);
}
.hq-einvoice-upload-modal a:hover {
  color: var(--color-text-normal);
  opacity: 0.8;
}
.hq-einvoice-upload-modal .download-icon {
  display: inline-flex;
  vertical-align: top;
}
.hq-einvoice-upload-modal .download-link-label {
  color: black;
  font-size: 13px;
  line-height: 24px;
  margin-left: 13px;
}
.hq-einvoice-upload-modal .download-link-label:hover {
  opacity: 0.8;
}
.hq-einvoice-upload-modal .download-success {
  color: green;
}
.hq-einvoice-upload-modal .download-failed {
  color: darkred;
}
.hq-einvoice-upload-modal .help-icon {
  font-size: 11px;
  color: var(--color-text-normal);
}
.hq-einvoice-upload-modal .einvoice-spinner {
  margin-left: 47%;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid blue;
  border-bottom: 6px solid #f3f3f3;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.hq-einvoice-upload-modal .hq-simple-file-uploader {
  border: 2px dotted var(--gray-3);
}
.hq-einvoice-upload-modal .hq-simple-file-uploader .upload-success-template {
  margin-top: -30px;
}
.hq-einvoice-upload-modal .hq-simple-file-uploader .download-link-label {
  color: var(--gray-5);
}

.hq-ocr-upload-modal a:link {
  color: var(--color-text-normal);
}
.hq-ocr-upload-modal a:active {
  color: var(--color-text-normal);
}
.hq-ocr-upload-modal a:visited {
  color: var(--color-text-normal);
}
.hq-ocr-upload-modal a:hover {
  color: var(--color-text-normal);
  opacity: 0.8;
}
.hq-ocr-upload-modal .download-icon {
  display: inline-flex;
  vertical-align: top;
}
.hq-ocr-upload-modal .download-link-label {
  color: black;
  font-size: 13px;
  line-height: 24px;
  margin-left: 13px;
}
.hq-ocr-upload-modal .download-link-label:hover {
  opacity: 0.8;
}
.hq-ocr-upload-modal .download-success {
  color: green;
}
.hq-ocr-upload-modal .download-failed {
  color: darkred;
}
.hq-ocr-upload-modal .help-icon {
  font-size: 11px;
  color: var(--color-text-normal);
}
.hq-ocr-upload-modal .ocr-spinner {
  margin-left: 47%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.hq-ocr-upload-modal .hq-simple-file-uploader {
  border: 2px dotted var(--gray-3);
}
.hq-ocr-upload-modal .hq-simple-file-uploader .upload-success-template {
  margin-top: -30px;
}
.hq-ocr-upload-modal .hq-simple-file-uploader .download-link-label {
  color: var(--gray-5);
}

/* TABLE OF CONTENTS
  wrapper - child component
*/
#hq-project-creation--Modal .validator {
  font-size: 1rem;
}
#hq-project-creation--Modal {
  /* ############ wrapper - child component ############ */
}
#hq-project-creation--Modal .HQProjectCreation-wrapper {
  margin-left: 15px;
  margin-right: 10px;
  min-height: 15em;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 130px);
}

#hq-project-creation--template {
  font-size: 1.1rem;
}
#hq-project-creation--template p {
  margin-inline: 0.8rem;
  margin-block: 0.6rem;
  text-align: justify;
}
#hq-project-creation--template ul {
  margin-inline-start: 1.2rem;
}
#hq-project-creation--template ul.dashed {
  list-style-type: none;
}
#hq-project-creation--template ul.dashed > li {
  text-indent: -5px;
  margin: 0.4rem;
}
#hq-project-creation--template ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}
#hq-project-creation--template .hq-frm__group {
  margin-block: 16px;
}
#hq-project-creation--template #description {
  margin-block: 16px;
}

#hq-project-creation--Modal .HQProjectCreation-wrapper {
  margin-block: 1rem;
  margin-inline: 2rem;
  min-height: 15em;
}

#hq-project-creation--Details {
  padding-left: 0.5rem;
}
#hq-project-creation--Details .headline {
  padding-top: 8px;
  font-size: medium;
  margin-left: -0.5rem;
  margin-block: 0.2rem;
}
#hq-project-creation--Details .group {
  padding-inline: 0.4rem;
}
#hq-project-creation--Details #hq-status-button .menu-button {
  display: flex;
  max-width: 220px;
  min-width: 160px;
  min-height: 48px;
  justify-content: stretch;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.1s ease-in;
  text-align: center;
  background-color: var(--color-ui-blue);
}
#hq-project-creation--Details #hq-status-button .menu-button span {
  display: none;
}
#hq-project-creation--Details .hq-section-collabsable .content {
  margin: 0;
}
#hq-project-creation--Details .gray-4 {
  color: var(--gray-4);
}
#hq-project-creation--Details .hq-custom-field-section {
  padding-left: 5px;
  overflow-y: visible;
  max-height: none;
}

#hq-project-creation--team {
  padding-top: 0.5rem;
}
#hq-project-creation--team .member-list-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 130px);
}
#hq-project-creation--team .member-list-overflow .e-list-parent li:first-of-type {
  height: auto !important;
}

#hq-project-creation--confirmation-modal #content {
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 2.5rem;
}
#hq-project-creation--confirmation-modal #content .image {
  margin: auto;
}
#hq-project-creation--confirmation-modal #content .text {
  width: 70%;
  text-align: center;
}
#hq-project-creation--confirmation-modal #content .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke-linecap: round;
  stroke: var(--color-ui-blue);
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px var(--gray-4);
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
#hq-project-creation--confirmation-modal #content .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 6;
  stroke-miterlimit: 10;
  stroke: var(--gray-4);
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
#hq-project-creation--confirmation-modal #content .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

#project-contact-history-stream {
  max-width: 80%;
}

.hq-orderable-list-item.Vertical.drag-hint > * {
  border: 2px solid var(--gray-3);
  background: var(--gray-2);
}
.hq-orderable-list-item.Vertical.drag-over-before {
  padding-top: 50px;
}
.hq-orderable-list-item.Vertical.drag-over-after {
  padding-bottom: 50px;
}

.hq-orderable-list-item.Horizontal.drag-over-before::before, .hq-orderable-list-item.Horizontal.drag-over-after::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: var(--gray-4);
  z-index: 9;
  width: 10px;
  height: 100%;
  top: 0;
}
.hq-orderable-list-item.Horizontal.drag-over-before::before {
  left: 0;
}
.hq-orderable-list-item.Horizontal.drag-over-after::after {
  right: 0;
}

.hq-template-address-style-modal .main-content .address {
  border-right: 1px solid var(--gray-4);
}
.hq-template-address-style-modal .main-content .preview {
  width: 100%;
  display: flex;
  align-items: center;
}
.hq-template-address-style-modal .description-text {
  color: var(--gray-5);
  margin-bottom: 0;
  font-weight: var(--font-weight-bold);
  padding-top: 20px;
}
.hq-template-address-style-modal .hq-color-picker {
  margin-bottom: 0;
  word-break: break-all;
}
.hq-template-address-style-modal .hq-color-picker .hq-label {
  display: flex;
  align-items: center;
  min-height: 25px;
}
.hq-template-address-style-modal .hq-color-picker .hq-label .hq-frm__label, .hq-template-address-style-modal .hq-color-picker .hq-label .hq-assignment-table .assignment-value, .hq-assignment-table .hq-template-address-style-modal .hq-color-picker .hq-label .assignment-value {
  font-weight: var(--font-weight-regular);
  margin: auto;
}
.hq-template-address-style-modal .font-style-section {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.hq-template-address-style-modal .font-style-section .hq-frm__label, .hq-template-address-style-modal .font-style-section .hq-assignment-table .assignment-value, .hq-assignment-table .hq-template-address-style-modal .font-style-section .assignment-value {
  font-weight: var(--font-weight-regular);
}

.hq-inline-edit-base-enabled {
  height: 100% !important;
}
.hq-inline-edit-base-enabled p {
  white-space: pre-wrap;
}
.hq-inline-edit-base-enabled span *:not([style*=color]) {
  color: inherit !important;
}
.hq-inline-edit-base-enabled .read-only-mode {
  position: relative;
  height: 100%;
}
.hq-inline-edit-base-enabled .read-only-mode:hover {
  background: var(--gray-2);
  border-radius: 7px;
}
.hq-inline-edit-base-enabled .read-only-mode .content {
  padding: 5px 2px 5px 8px;
  min-height: 25px;
}
.hq-inline-edit-base-enabled .read-only-mode .content .hq-mt--10.hq-ml--s.hq-self--center {
  margin-top: 0 !important;
}
.hq-inline-edit-base-enabled .read-only-mode .content span {
  vertical-align: middle;
}
.hq-inline-edit-base-enabled .read-only-mode .content ul {
  list-style: disc !important;
  margin-left: 15px;
}
.hq-inline-edit-base-enabled .read-only-mode .content ol {
  list-style: decimal !important;
  margin-left: 15px;
}
.hq-inline-edit-base-enabled .read-only-mode .content .link-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0.1;
}
.hq-inline-edit-base-enabled .read-only-mode .hq-multiselect .hq-label-text,
.hq-inline-edit-base-enabled .read-only-mode .hq-dropdown .hq-label-text {
  padding: 0;
}
.hq-inline-edit-base-enabled .read-only-mode .content-formatting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  word-break: break-word;
}
.hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1 {
  width: 0;
}
.hq-inline-edit-base-enabled .read-only-mode .truncate {
  width: 0;
}
.hq-inline-edit-base-enabled .edit-mode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row {
  display: flex;
}

.hq-inline-edit-base-disabled p {
  white-space: pre-wrap;
}
.hq-inline-edit-base-disabled {
  height: 100% !important;
}
.hq-inline-edit-base-disabled .read-only-mode {
  height: 100%;
}
.hq-inline-edit-base-disabled .read-only-mode .content {
  padding: 5px 2px 5px 8px;
  min-height: 25px;
}
.hq-inline-edit-base-disabled .read-only-mode .content .hq-mt--10.hq-ml--s.hq-self--center {
  margin-top: 0 !important;
}
.hq-inline-edit-base-disabled .read-only-mode .content .link-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0.1;
}
.hq-inline-edit-base-disabled .read-only-mode .content:has(.hq-combobox) {
  padding-left: 18px !important;
}
.hq-inline-edit-base-disabled .read-only-mode .content-formatting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  word-break: break-word;
  height: 100%;
}
.hq-inline-edit-base-disabled .read-only-mode .truncate {
  width: 0;
}
.hq-inline-edit-base-disabled .read-only-mode .edit-icon {
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
}
.hq-inline-edit-base-disabled .edit-mode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hq-inline-edit-base-disabled .edit-mode .edit-mode-row {
  flex: 1;
}
.hq-inline-edit-base-disabled .edit-mode .button-arrangement {
  width: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
.hq-inline-edit-base-disabled .edit-mode .move-buttons-down-by-title-height {
  margin-top: 8px;
}
.hq-inline-edit-base-disabled .edit-mode .move-buttons-up-by-title-height {
  margin-bottom: 8px;
}

.hq-inline-edit-base-enabled .read-only-mode .content-formatting .content:has(.hq-inline-edit-base-disabled) {
  padding: 0;
}
.hq-inline-edit-base-enabled .read-only-mode .content-formatting .content {
  padding: 8px 2px 0 9px;
  min-height: 32px;
  font-size: 13px;
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-input-group .e-control textarea,
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-control-container textarea {
  line-height: normal !important;
  padding-top: 7px !important;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-input-group .e-control .e-numerictextbox,
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-control-container .e-numerictextbox {
  font-size: 13px;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-input-group .e-control .e-delim-values,
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-control-container .e-delim-values {
  font-family: inherit;
  font-size: 13px;
  font-weight: var(--font-weight-regular);
  line-height: normal;
  display: inline-flex !important;
  height: 100%;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-input-group .e-control .e-input-value,
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-control-container .e-input-value {
  min-height: 30px;
  font-family: inherit;
  font-size: 13px;
  font-weight: var(--font-weight-regular);
  line-height: normal;
  align-content: center;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-input-group .e-control .e-input-value .hq-combobox-items-margin,
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-control-container .e-input-value .hq-combobox-items-margin {
  margin-left: 8px;
  margin-bottom: 0;
}
.hq-inline-edit-base-enabled .edit-mode .edit-mode-row .hq-combobox.small .e-input-group.e-control-wrapper {
  padding: 0;
}
.hq-inline-edit-base-enabled .hq-flx--width-flex-1:has(.hq-combobox), .hq-custom-template-editor-inline-enabled .read-only-mode .hq-inline-edit-base-enabled .truncate-flex-1:has(.hq-combobox), .hq-custom-template-editor-inline-disabled .read-only-mode .hq-inline-edit-base-enabled .truncate-flex-1:has(.hq-combobox), .hq-inline-edit-base-enabled .hq-mytask-details .task-progress .truncate-flex-1:has(.hq-combobox), .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .truncate-flex-1:has(.hq-combobox), .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1:has(.hq-combobox) {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.e-grid .e-row .hq-inline-edit-base-enabled .edit-mode .edit-mode-row .e-input-group {
  margin-bottom: 0;
  margin-top: 0;
}
.e-grid .e-row .hq-inline-edit-base-enabled {
  padding: 2px 0;
}

.hq-user-integrations-modal .modal-content {
  min-height: 60%;
}
.hq-user-integrations-modal .margin-top-10 {
  margin-top: 10px;
}
.hq-user-integrations-modal .empty {
  text-align: center;
  margin-top: 25%;
}
.hq-user-integrations-modal .integration-categories {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 30px;
}
.hq-user-integrations-modal .integration-category-providers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
.hq-user-integrations-modal .integration-provider {
  border-radius: 6px;
  box-shadow: 3px 3px 12px #e8eff7;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  height: 70px;
  padding: 12px 30px;
}
.hq-user-integrations-modal .integration-provider:hover {
  border-color: var(--gray-2);
}
.hq-user-integrations-modal .integration-provider.integrated {
  border-color: var(--light-blue-1);
  cursor: default;
}
.hq-user-integrations-modal .integration-provider .checked {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-blue-1);
  color: white;
  visibility: hidden;
}
.hq-user-integrations-modal .integration-provider.integrated .checked {
  visibility: visible;
}
.hq-user-integrations-modal .integration-provider .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.hq-user-integrations-modal .integration-provider .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hq-user-details-integrations-box .box .hq-flx--row, .hq-user-details-integrations-box .hq-grid-wrapper .hq-grid .hq-flx--row, .hq-grid-wrapper .hq-user-details-integrations-box .hq-grid .hq-flx--row {
  align-items: center;
}
.hq-user-details-integrations-box .box .hq-button, .hq-user-details-integrations-box .hq-grid-wrapper .hq-grid .hq-button, .hq-grid-wrapper .hq-user-details-integrations-box .hq-grid .hq-button {
  padding: 0;
}
.hq-user-details-integrations-box .empty {
  text-align: center;
  margin-top: 25px;
}
.hq-user-details-integrations-box .integration-type {
  margin-top: 25px;
}
.hq-user-details-integrations-box .integration-type .headline {
  margin-bottom: 10px;
}
.hq-user-details-integrations-box .integration-clients {
  display: flex;
  flex-direction: column;
}
.hq-user-details-integrations-box .integration-client {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.hq-user-details-integrations-box .integration-client img {
  height: 28px;
}
.hq-user-details-integrations-box .integration-client .hq-label {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
}
.hq-user-details-integrations-box .integration-client.disabled .hq-label {
  color: var(--gray-3-5);
}
.hq-user-details-integrations-box .integration-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gray-2);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.hq-user-details-integrations-box .integration-options .material-symbols-outlined {
  padding: 5px;
  border-radius: 5px;
}
.hq-user-details-integrations-box .integration-options .material-symbols-outlined:hover, .hq-user-details-integrations-box .integration-options .material-symbols-outlined:active {
  background: var(--gray-3);
}
.hq-user-details-integrations-box .integration-options .material-symbols-outlined:active {
  color: white;
}
.hq-user-details-integrations-box .integration-client:hover .integration-options {
  opacity: 1;
}

.hq-invite-user-quick-modal .clear-button {
  align-items: center;
  align-self: center;
  margin-top: 7px;
}
.hq-invite-user-quick-modal .add-line {
  width: 95%;
  border: 1px solid var(--gray-3);
  border-radius: 10px;
  border-style: dashed;
  text-align: center;
  padding: 10px;
  font-weight: var(--font-weight-bold);
}

.hq-integration-redirect #content {
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 2.5rem;
}
.hq-integration-redirect #content .image {
  margin: auto;
}
.hq-integration-redirect #content .text {
  width: 70%;
  text-align: center;
}
.hq-integration-redirect #content .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke-linecap: round;
  stroke: var(--color-ui-blue);
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px var(--gray-4);
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.hq-integration-redirect #content .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 6;
  stroke-miterlimit: 10;
  stroke: var(--gray-4);
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.hq-integration-redirect #content .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.hq-custom-field-inline-section .hq-upload {
  margin: 10px;
}
.hq-custom-field-inline-section .hq-upload .hq-frm__label, .hq-custom-field-inline-section .hq-upload .hq-assignment-table .assignment-value, .hq-assignment-table .hq-custom-field-inline-section .hq-upload .assignment-value {
  padding: 0;
}
.hq-custom-field-inline-section .hq-inline-edit-base-enabled .read-only-mode {
  height: 32px !important;
}
.hq-custom-field-inline-section .hq-inline-edit-base-disabled .read-only-mode .content {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.hq-custom-field-inline-section .multiline-wrapper .data-section {
  height: max-content !important;
}
.hq-custom-field-inline-section .multiline-wrapper .data-section .small-label {
  align-items: flex-start;
  padding-top: 10px;
}
.hq-custom-field-inline-section .multiline-wrapper .data-section .data-section-item {
  height: 110px;
}
.hq-custom-field-inline-section .multiline-wrapper .data-section .data-section-item .read-only-mode {
  overflow: hidden;
  height: 110px !important;
}
.hq-custom-field-inline-section .multiline-wrapper .data-section .data-section-item .read-only-mode:hover {
  overflow-y: auto;
}
.hq-custom-field-inline-section .hq-textbox-multi {
  width: 100%;
}

.email-selector .e-treeview .e-list-item.e-active > .e-fullrow {
  background-color: transparent;
  border-color: transparent;
}
.email-selector .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
  background-color: transparent;
  border-color: transparent;
}
.email-selector .e-dropdownbase .e-list-item.e-active.e-hover {
  background-color: transparent;
  border-color: transparent;
}
.email-selector .e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible {
  color: #6c757d;
}
.email-selector .e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible {
  color: #6c757d;
}

.hq-company-addresses-widget {
  position: relative;
}
.hq-company-addresses-widget .add-address-button {
  position: absolute;
  right: 50px;
  top: calc(50% - 30px);
  z-index: 1;
}
.hq-company-addresses-widget .add-address-button .button-box {
  filter: opacity(0.5);
  position: relative;
  width: 60px;
  height: 60px;
}
.hq-company-addresses-widget .add-address-button .button-box:hover {
  border-radius: 4px;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  filter: none;
}
.hq-company-addresses-widget .add-address-button .button-box .hq-button {
  padding: 5px 0px 7px 5px;
}
.hq-company-addresses-widget .add-address-button .button-box .button {
  border: var(--gray-3) dashed 2px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hq-company-addresses-widget .addresses-items {
  overflow: scroll;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.hq-company-addresses-widget .addresses-items .address-item {
  position: relative;
  height: fit-content;
}
.hq-company-addresses-widget .addresses-items .address-item .item {
  padding: 10px;
  margin: 5px;
}
.hq-company-addresses-widget .addresses-items .address-item .item .type {
  font-size: 10px;
  color: var(--gray-3-5);
  margin-bottom: 5px;
}
.hq-company-addresses-widget .addresses-items .address-item .item .address {
  margin-bottom: 5px;
  font-weight: var(--font-weight-bold);
}
.hq-company-addresses-widget .addresses-items .address-item .item .mail {
  color: var(--gray-3-5);
}
.hq-company-addresses-widget .addresses-items .address-item .buttons-hover {
  display: none;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 45px);
}
.hq-company-addresses-widget .address-item-hover:hover .item {
  border-radius: 10px;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  filter: opacity(0.5);
}
.hq-company-addresses-widget .address-item-hover:hover .buttons-hover {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hq-company-treeview--menu {
  height: calc(85vh - 90px);
  padding-top: 0 !important;
  padding-bottom: 20px;
  border-top: 15px solid var(--color-white);
  display: flex;
  flex-direction: column;
}
#hq-company-treeview--menu .hq-segment-headline {
  font-weight: var(--font-weight-bold);
  font-size: 18px;
}
#hq-company-treeview--menu .category-name-text {
  width: 200px;
  padding-right: 110px;
}
#hq-company-treeview--menu .item-name-text {
  color: var(--gray-5) !important;
}
#hq-company-treeview--menu .bars {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  border: 5px solid var(--color-white);
  z-index: 1;
  position: sticky;
  top: 0;
  background-color: white;
  padding-bottom: 5px;
}
#hq-company-treeview--menu .bars .hq-flx--width-flex-4 {
  position: relative;
}
#hq-company-treeview--menu .bars .hq-flx--width-flex-4 .material-symbols-outlined {
  position: absolute;
  z-index: 5;
  right: 1%;
  top: 10%;
}
#hq-company-treeview--menu .bars .hq-flx--width-flex-4 .hidden {
  display: none;
}
#hq-company-treeview--menu .bars .e-input-group {
  border-radius: 8px;
  border-color: var(--gray-3);
}
#hq-company-treeview--menu .bars .hq-contextmenu {
  margin-right: 1rem;
}
#hq-company-treeview--menu .bars .selection-button {
  border: 1px solid var(--gray-3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 32px;
  white-space: nowrap;
  padding-left: 10px;
}
#hq-company-treeview--menu .bars .selection-button .selected-label {
  margin-right: 2rem;
}
#hq-company-treeview--menu .operation-buttons {
  min-height: 50px;
  width: 100%;
  flex-shrink: 0;
}
#hq-company-treeview--menu .operation-buttons .add-line {
  padding: 5px;
  z-index: 1;
  background-color: white;
  box-shadow: -1px 10px white, -1px -10px white;
}
#hq-company-treeview--menu .can-drop {
  background: var(--gray-1);
}
#hq-company-treeview--menu .no-drop {
  cursor: no-drop;
}
#hq-company-treeview--menu .selected-item {
  background: var(--gray-1);
  border-radius: 4pt;
}
#hq-company-treeview--menu .hq-tree {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper {
  height: 30px;
  position: relative;
  color: var(--gray-5);
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1), #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1), .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1), .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1), .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1), .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1), .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1), .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1), .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1), .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1), .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) {
  color: var(--gray-3-5);
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .lead-status, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-txt--truncate, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .b-hq-project-name, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .b-hq-event-name, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-txt--truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-project-name, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .b-hq-event-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .lead-status, .hq-lead-kanban-card .card-body .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, #hq-kanban-tasks-overview .board_header .hq-lead-kanban-card .card-body .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .lead-status, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-txt--truncate, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-project-name, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .b-hq-event-name, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .lead-status, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-txt--truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-project-name, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .b-hq-event-name, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-txt--truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-project-name, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name, .hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .b-hq-event-name, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-lead-kanban-card .card-body .lead-status, .hq-lead-kanban-card .card-body .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .lead-status, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .small-badge, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .small-badge, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .small-badge, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .small-badge, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .small-badge, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate-flex-1, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-enabled .read-only-mode .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.hq-flx--width-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.hq-flx--width-flex-1.commands-column span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-grid-wrapper .hq-grid .e-grid .hq-custom-template-editor-inline-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-custom-template-editor-inline-disabled .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-kanban-tasks-overview .board_header .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-document-editor .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, #hq-time-material-modal .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-mytask-details .task-progress #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .hq-inline-edit-base-disabled .read-only-mode .truncate, .hq-inline-edit-base-disabled .read-only-mode .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx.hq-flx--center.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-kanban-tasks-overview .board_header .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, #hq-kanban-tasks-overview .board_header .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.button_container span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-document-editor .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, #hq-document-editor .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.hq-flx-space-between span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper #hq-time-material-modal .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-time-material-modal .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.truncate-flex-1.row span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-grid-wrapper .hq-grid .e-grid .hq-inline-edit-base-enabled .read-only-mode #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-enabled .hq-inline-edit-base-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate, .hq-inline-edit-base-disabled .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-flx--center.commands-column.truncate-flex-1 span:nth-child(1) .truncate {
  color: var(--gray-5);
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper.selected-tree-node {
  background: var(--gray-2);
  border-radius: 4pt;
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-textbox .hq-frm__group {
  margin-bottom: 0;
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-textbox .e-input-group {
  padding: 0;
}
#hq-company-treeview--menu .hq-tree .tree-node-wrapper .hq-textbox .e-input-group input {
  height: 20px;
}

#hq-add-reporting-modal .modal-content {
  height: 100%;
}
#hq-add-reporting-modal .modal-content .main-content {
  overflow: unset;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
}
#hq-add-reporting-modal .modal-content .main-content .hq-frm__label, #hq-add-reporting-modal .modal-content .main-content .hq-assignment-table .assignment-value, .hq-assignment-table #hq-add-reporting-modal .modal-content .main-content .assignment-value {
  font-weight: var(--font-weight-regular);
}
#hq-add-reporting-modal .modal-content .main-content .project-selector {
  width: 26rem;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid {
  flex: 1;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid {
  border: 0;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-gridcontent td {
  border: none;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-gridcontent td:first-child {
  width: 10px;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-pager {
  border: none;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-pager .e-pagecountmsg {
  display: none;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-gridheader {
  border: none;
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-gridheader .e-headertext {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  color: var(--gray-5);
}
#hq-add-reporting-modal .modal-content .main-content .hq-tree-grid .e-grid .e-rowcell {
  color: var(--gray-5);
}
#hq-add-reporting-modal .modal-content .main-content .options-container {
  width: 96%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#hq-add-reporting-modal .modal-content .main-content .options {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#hq-add-reporting-modal .modal-content .main-content .option-1-col-item {
  grid-column: span 1;
}
#hq-add-reporting-modal .modal-content .main-content .option-2-col-item {
  grid-column: span 2;
}
#hq-add-reporting-modal .modal-content .main-content .option-3-col-item {
  grid-column: span 3;
}
#hq-add-reporting-modal .modal-content .main-content .option-warning {
  margin-top: -10px;
  font-size: 11px;
  color: var(--color-ui-red);
}

.hq-task-status-selector .hq-contextmenu .menu-button {
  width: auto;
}
.hq-task-status-selector .empty_radio_button_icon {
  font-size: 35px;
}
.hq-task-status-selector .yellow_play_circle_icon {
  color: var(--dark-yellow-2);
  font-size: 35px;
}
.hq-task-status-selector .green_check_circle_icon {
  color: var(--color-ui-green);
  font-size: 35px;
}

.yellow_play_circle {
  color: var(--dark-yellow-2);
}

.green_check_circle {
  color: var(--color-ui-green);
}

.hq-task-checklist .hq-add-items-box .hq-inline-edit-base-enabled {
  width: 100%;
}
.hq-task-checklist .hq-add-items-box .hq-inline-edit-base-enabled .read-only-mode .content {
  padding-left: 9px;
}
.hq-task-checklist .hq-add-items-box .add-line {
  margin-bottom: 20px;
}

.hq-document-status-drop-down {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 40px;
  padding-inline: 0.5rem;
}
.hq-document-status-drop-down .drop-down__button * {
  color: white;
}
.hq-document-status-drop-down .drop-down__button .drop-down__text {
  padding-inline: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hq-absolutely-sticky-element .sticky-element {
  position: fixed;
  z-index: 13;
}
.hq-absolutely-sticky-element .ghost-element {
  position: absolute;
}
.hq-absolutely-sticky-element .ghost-element.top {
  top: 0;
}
.hq-absolutely-sticky-element .ghost-element.middle {
  top: 50%;
  transform: translateY(-50%);
}
.hq-absolutely-sticky-element .ghost-element.bottom {
  bottom: 0;
}
.hq-absolutely-sticky-element .ghost-element.left {
  left: 0;
}
.hq-absolutely-sticky-element .ghost-element.center {
  left: 50%;
  transform: translateX(-50%);
}
.hq-absolutely-sticky-element .ghost-element.right {
  right: 0;
}

.hq-stream {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hq-stream .chat-expand {
  height: fit-content;
  width: fit-content;
}
.hq-stream .contract {
  flex-direction: column;
}
.hq-stream .expand {
  flex-direction: column-reverse;
}
.hq-stream .hide-message {
  display: none;
  width: 100%;
  height: 200px;
}
.hq-stream .icon-box {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.hq-stream .expander {
  user-select: none;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 2%;
}
.hq-stream .expander:hover {
  cursor: pointer;
  font-weight: var(--font-weight-bold);
}
.hq-stream .no-items {
  display: flex;
  justify-content: center;
  height: 84px;
  align-items: center;
  padding-top: 30px;
}

.hq-stream-content-item .box-layout, .hq-stream-content-item .box-layout-shadow, .hq-stream-content-item .stacked-box, .hq-stream-content-item .stacked-box-shadow {
  padding-top: 0px;
  padding-bottom: 10px;
}
.hq-stream-content-item .box-layout-content {
  display: flex;
  flex-direction: row;
}
.hq-stream-content-item .box-layout-content .stream-content-avatar {
  justify-self: start;
  align-self: start;
  height: 100%;
  margin-right: 5px;
  width: 50px;
  position: relative;
}
.hq-stream-content-item .box-layout-content .stream-content-avatar .stream-content-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hq-stream-content-item .box-layout-content .stream-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-content-title {
  display: flex;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-content-title .task-checkbox {
  padding: 0 10px 0 0;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-content-title .task-checkbox .material-symbols-outlined.md-24 {
  font-size: 32px !important;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-content-description {
  white-space: normal;
  overflow-wrap: break-word;
  max-height: 450px;
  overflow-y: auto;
}
.hq-stream-content-item .box-layout-content .stream-content-body .msg-attachments {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 2%;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-custom-fields {
  width: 400px;
  margin-bottom: 5px;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-custom-fields .data-section {
  margin: -10px 0;
}
.hq-stream-content-item .box-layout-content .stream-content-body .stream-custom-fields .data-section .small-label {
  font-weight: var(--font-weight-semi-bold);
}
.hq-stream-content-item .box-layout-content .stream-content-body .audit-text {
  text-align: center;
  margin-top: 25px;
  color: var(--gray-3-5);
}
.hq-stream-content-item .box-layout-content .stream-content-buttons {
  display: flex;
  align-self: start;
  height: 100%;
}

.hq-stream-avatar .icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controlling-base .box, .controlling-base .hq-grid-wrapper .hq-grid, .hq-grid-wrapper .controlling-base .hq-grid {
  padding: 15px 26px 15px 26px;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
  background-color: white;
}
.controlling-base .box .hq-loading-spinner, .controlling-base .hq-grid-wrapper .hq-grid .hq-loading-spinner, .hq-grid-wrapper .controlling-base .hq-grid .hq-loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: initial;
  z-index: 1;
}
.controlling-base .pivot-general {
  height: calc(100vh - 220px);
}
.controlling-base .pivot-project-details {
  height: calc(100vh - 350px);
}
.controlling-base .webix_view {
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 7px;
  color: var(--gray-5);
}
.controlling-base .webix_view .webix_hs_left, .controlling-base .webix_view .webix_hs_center, .controlling-base .webix_view .webix_hs_right {
  color: var(--gray-5) !important;
}
.controlling-base .webix_view .webix_hcolumn {
  color: var(--gray-5) !important;
}
.controlling-base .webix_view .webix_hcell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.controlling-base .webix_view .webix_pivot_settings .webix_template .webix_pivot_toolbar_icon {
  color: var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_pivot_toolbar {
  border-color: transparent;
  border-bottom: none !important;
}
.controlling-base .webix_view .webix_template {
  font-weight: var(--font-weight-bold);
  border-right: none;
}
.controlling-base .webix_view .webix_view .webix_pivot_filter {
  width: auto !important;
}
.controlling-base .webix_view .webix_pivot_settings .webix_template:hover {
  background-color: var(--gray-1) !important;
  color: var(--gray-5) !important;
}
.controlling-base .webix_view .webix_el_segmented .webix_el_box {
  margin-top: 8px !important;
}
.controlling-base .webix_view .webix_dtable {
  margin-left: 5px !important;
}
.controlling-base .webix_view .webix_span.webix_last_row {
  border-bottom: 1px solid var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_hcolumn div.webix_last_row, .controlling-base .webix_view .webix_dtable .webix_ss_header .webix_span.webix_last_row {
  border-bottom: 1px solid var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_dtable .webix_ss_footer .webix_hcolumn > div:first-child, .controlling-base .webix_view .webix_dtable .webix_ss_footer .webix_hcell[row="0"] {
  border-top: 1px solid var(--color-ui-blue) !important;
  border-bottom: none !important;
}
.controlling-base .webix_view .webix_dtable div.webix_ss_vscroll_header {
  border: none !important;
}
.controlling-base .webix_view .webix_dtable div.webix_ss_vscroll_footer {
  border: none !important;
}
.controlling-base .webix_view .webix_pivot_settings {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2) !important;
  border-radius: 4px !important;
  background: white !important;
  margin-top: 5px !important;
  margin-left: 6px !important;
  margin-right: 6px;
  height: 40px !important;
  width: auto !important;
}
.controlling-base .webix_view .webix_pivot_bar_with_scroll .webix_pivot_settings > .webix_template {
  line-height: 40px;
  color: var(--gray-5) !important;
}
.controlling-base .webix_view .webix_primary .webix_button {
  background-color: var(--color-ui-blue) !important;
  border-radius: 4px;
}
.controlling-base .webix_view .webix_shadow_medium, .controlling-base .webix_view .webix_shadow_small, .controlling-base .webix_view .webix_shadow_big {
  border-radius: 0px !important;
}
.controlling-base .webix_view .webix_selected {
  border-color: var(--color-ui-blue) !important;
  background-color: var(--color-ui-blue) !important;
  border-radius: 4px;
}
.controlling-base .webix_view .webix_el_radio .webix_radio_1 .webix_custom_radio,
.controlling-base .webix_view .webix_el_radio .webix_radio_0 .webix_custom_radio:active,
.controlling-base .webix_view .webix_el_radio .webix_radio_0 .webix_custom_radio:focus {
  color: var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_pivot_add_value {
  color: var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_checkbox_1 .webix_custom_checkbox,
.controlling-base .webix_view .webix_checkbox_0 .webix_custom_checkbox:active,
.controlling-base .webix_view .webix_checkbox_0 .webix_custom_checkbox:focus {
  color: var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_dtable .webix_select_mark > div.webix_row_select {
  box-shadow: inset 2px 0 var(--color-ui-blue) !important;
}
.controlling-base .webix_view .webix_pivot_filter .webix_template .webix_pivot_active_filter, .controlling-base .webix_view .webix_pivot_filter .webix_template .webix_pivot_active_filter .webix_pivot_toolbar_icon {
  color: var(--color-ui-blue) !important;
}
.controlling-base .webix_chart .webix_chart_legend_item, .controlling-base .webix_chart .webix_canvas_text, .controlling-base .webix_chart .webix_axis_title_x, .controlling-base .webix_chart .webix_axis_title_y {
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.webix_list_item {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.webix_list_item.webix_selected {
  box-shadow: inset 2px 0 var(--color-ui-blue) !important;
}

.webix_list_item .webix_pivot_list_marker::before {
  border: 1px solid var(--color-ui-blue) !important;
}

.webix_pivot_list_marker_fill:before {
  background-color: var(--color-ui-blue) !important;
}

.webix_el_richselect .webix_inp_static:focus,
.webix_el_datepicker .webix_inp_static:focus,
.webix_el_colorpicker .webix_inp_static:focus {
  border: 1px solid var(--color-ui-blue) !important;
}

.webix_secondary .webix_button {
  color: var(--color-ui-blue) !important;
}

.webix_multilist .wxi-checkbox-marked {
  color: var(--color-ui-blue) !important;
}

.hq-pivot-filter .box, .hq-pivot-filter .hq-grid-wrapper .hq-grid, .hq-grid-wrapper .hq-pivot-filter .hq-grid {
  padding: 0 30px 0 30px;
  margin-bottom: 15px;
  border-radius: 4px;
  background: white;
}
.hq-pivot-filter .hq-lyt__button-bar {
  padding: 0;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-frm__group {
  margin-bottom: 0;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button {
  padding: 0 10px 0 0 !important;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button .primary {
  border-radius: 4px !important;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button .primary-icon, .hq-pivot-filter .hq-lyt__button-bar .hq-button .primary-icon-circular, .hq-pivot-filter .hq-lyt__button-bar .hq-button .primary-icon-circular-clear {
  border-radius: 4px !important;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button .secondary-icon, .hq-pivot-filter .hq-lyt__button-bar .hq-button .return-icon-button {
  border-radius: 4px !important;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button .secondary-icon-clear-hover {
  border-radius: 4px !important;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button .secondary-icon-clear-hover {
  background-color: transparent !important;
}
.hq-pivot-filter .hq-lyt__button-bar .hq-button .secondary-icon-clear-hover:hover {
  background-color: white !important;
}
.hq-pivot-filter .hq-lyt__button-bar .filter-button-bar-right .hq-button {
  padding: 0 !important;
}
.hq-pivot-filter .additional-filters .hq-buttonbar {
  padding: 15px 0 0 0;
}
.hq-pivot-filter .additional-filters .additional-filters-row {
  display: flex;
  flex-wrap: wrap;
}
.hq-pivot-filter .additional-filters .additional-filters-row .hq-frm__group {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .hq-pivot-filter .additional-filters-row {
    flex-direction: column; /* Change to column layout on smaller screens */
  }
  .hq-pivot-filter .hq-combobox {
    width: 100%; /* Make sure each combobox takes the full width on smaller screens */
  }
}

.hq-view-button-active {
  max-width: 300px;
  border-radius: 7px;
  display: flex;
  padding: 3px 10px 3px 13px;
  margin: 7px 0px;
  background-color: var(--color-ui-blue);
}
.hq-view-button-active:hover {
  background-color: var(--dark-blue-2);
}
.hq-view-button-active .add-icon {
  color: white;
  vertical-align: bottom;
}

.hq-view-button-unsaved {
  max-width: 300px;
  border-radius: 7px;
  display: flex;
  padding: 3px 10px 3px 13px;
  margin: 7px 0px;
  background-color: var(--gray-3);
}
.hq-view-button-unsaved:hover {
  background-color: var(--gray-4);
}
.hq-view-button-unsaved .hq-button {
  padding: 0px !important;
  vertical-align: top;
}
.hq-view-button-unsaved .clear-icon {
  color: inherit;
  width: auto;
  height: 18px;
}
.hq-view-button-unsaved .clear-icon .add-icon {
  color: white;
  margin-top: 0 !important;
}

.hq-view-button-inactive {
  display: inline-block;
}
.hq-view-button-inactive .secondary-icon-clear-hover {
  color: var(--gray-4);
  vertical-align: bottom;
}

.view-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -3px;
  font-family: inherit;
  color: white;
  font-size: 13px;
  padding-right: 7px;
}

.hq-save-view-modal .hq-checkbox {
  margin: 10px 5px 0px 5px;
}
.hq-save-view-modal {
  cursor: default;
}
.hq-save-view-modal .e-checkbox-wrapper {
  width: 100%;
}
.hq-save-view-modal .e-checkbox-wrapper label {
  width: 100%;
}
.hq-save-view-modal .e-checkbox-wrapper label span.e-label {
  width: 80% !important;
}

.hq-controlling-filter-tag {
  max-width: 500px;
  border-radius: 7px;
  padding: 3px 10px 3px 13px;
  margin: 10px 10px 10px 0;
  background-color: var(--gray-4);
  color: white;
}

.hq-import-upload-form .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.hq-import-upload-form a:link {
  color: var(--color-text-normal);
}
.hq-import-upload-form a:active {
  color: var(--color-text-normal);
}
.hq-import-upload-form a:visited {
  color: var(--color-text-normal);
}
.hq-import-upload-form a:hover {
  color: var(--color-text-normal);
  opacity: 0.8;
}
.hq-import-upload-form .hq-import-download-area {
  text-align: center;
}
.hq-import-upload-form .download-icon {
  display: inline-flex;
  vertical-align: top;
}
.hq-import-upload-form .download-link-label {
  color: black;
  font-size: 13px;
  line-height: 24px;
  margin-left: 13px;
}
.hq-import-upload-form .download-link-label:hover {
  opacity: 0.8;
}
.hq-import-upload-form .download-success {
  color: green;
}
.hq-import-upload-form .download-failed {
  color: darkred;
}
.hq-import-upload-form .help-icon {
  font-size: 11px;
  color: var(--color-text-normal);
  font-variation-settings: "FILL" 0;
}

.hq-simple-file-uploader {
  height: 100px;
  text-align: center;
  border: 1px solid black;
  border-radius: 7px;
}
.hq-simple-file-uploader .hq-file-uploader .drag-drop-zone {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aeaeae;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  height: 30px;
}
.hq-simple-file-uploader .hq-file-uploader .drag-drop-zone input[type=file] {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100px;
  text-align: center;
  opacity: 0;
  cursor: pointer;
}
.hq-simple-file-uploader .hq-file-uploader .upload-status-label {
  color: black;
  font-size: 13px;
  line-height: 24px;
  margin-left: 13px;
}

.drag-class {
  border-color: var(--color-text-normal) !important;
}

.hq-company-service-details {
  min-height: calc(85vh - 90px);
  height: calc(85vh - 90px);
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 3px;
}
.hq-company-service-details .no-service-selected {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-company-service-details .no-service-selected div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hq-company-service-details .details-title-and-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hq-company-service-details .details-title-and-buttons .buttons {
  padding-right: 1px;
  display: flex;
  gap: 6px;
}
.hq-company-service-details .hq-tabmenu {
  margin-top: 15px;
}
.hq-company-service-details .hq-inline-edit-with-label .data-section .small-label {
  flex: 0.2;
}
.hq-company-service-details .hq-inline-edit-with-label .read-only-mode {
  padding-inline: 3px !important;
  padding-bottom: 3px !important;
  display: flex;
  align-items: center;
  min-height: 40px !important;
}
.hq-company-service-details .hq-inline-edit-with-label .read-only-mode .content-formatting {
  min-height: 36px !important;
}
.hq-company-service-details .hq-inline-edit-with-label .read-only-mode .content-formatting .content {
  padding: 10px 7px 7px 8px !important;
}
.hq-company-service-details .hq-inline-edit-with-label .read-only-mode .content-formatting .content p:last-child {
  margin-bottom: 1px !important;
}
.hq-company-service-details .hq-inline-edit-with-label .read-only-mode .content-formatting .content ul :last-child {
  margin-bottom: 1px !important;
}
.hq-company-service-details .hq-inline-edit-with-label .read-only-mode .content {
  display: flex;
  align-items: center;
}
.hq-company-service-details .hq-inline-edit-with-label .edit-mode .hq-medium-rte {
  min-height: 100%;
}
.hq-company-service-details .hq-inline-edit-with-label .edit-mode .hq-button {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-company-service-details .inline-rich-text-editor-field .data-section .hq-inline-edit-base-enabled .read-only-mode {
  min-height: 38px !important;
}
.hq-company-service-details .inline-rich-text-editor-field .data-section .data-section-item.small-label {
  place-self: start;
  margin-top: 5px;
}
.hq-company-service-details .inline-rich-text-editor-field .hq-richtexteditor .hq-medium-rte .advanced {
  border-radius: 5px;
}
.hq-company-service-details .inline-rich-text-editor-field .read-only-mode .content {
  display: unset;
}
.hq-company-service-details .inline-rich-text-editor-field.number-field-wrapper .data-section {
  display: flex;
  align-items: center;
}
.hq-company-service-details .inline-rich-text-editor-field.number-field-wrapper .data-section .data-section-item.small-label {
  margin: 0;
  align-items: center;
  height: 42px;
}
.hq-company-service-details .inline-rich-text-editor-field.number-field-wrapper .data-section .data-section-item .hq-inline-edit-base-enabled .read-only-mode {
  padding-left: 1px !important;
  padding-bottom: 4px !important;
}
.hq-company-service-details table {
  width: 100%;
  border-collapse: collapse;
  text-overflow: ellipsis;
}
.hq-company-service-details th {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
  background: var(--gray-3);
  padding: 12px 5px;
  text-align: left;
  text-overflow: ellipsis;
}
.hq-company-service-details th:first-child {
  border-top-left-radius: 10px;
  padding-left: 15px;
}
.hq-company-service-details th:last-child {
  border-top-right-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  width: 60px;
}
.hq-company-service-details td {
  padding: 8px 5px;
}
.hq-company-service-details td .hq-frm__group {
  margin-bottom: 0;
}
.hq-company-service-details tr:hover {
  background: var(--gray-1);
}
.hq-company-service-details td:first-child {
  padding-left: 15px;
}
.hq-company-service-details td:last-child {
  padding: 0;
}
.hq-company-service-details td:last-child .hq-button {
  padding: 0;
}
.hq-company-service-details tr.edit-mode td {
  background: var(--color-ui-blue);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
}
.hq-company-service-details tr.edit-mode td .material-symbols-outlined {
  color: var(--color-white);
}
.hq-company-service-details tr.edit-mode td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hq-company-service-details tr.edit-mode td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.hq-company-service-details tr.edit-mode td:last-child .on-hover-blue:hover {
  background: var(--color-white);
  border-radius: 50%;
}
.hq-company-service-details tr.edit-mode td:last-child .on-hover-blue:active {
  background: var(--color-ui-blue);
  color: var(--color-white);
}
.hq-company-service-details .grid-section {
  position: relative;
}
.hq-company-service-details .grid-section .button-columns-visibility {
  position: absolute;
  top: 0;
  right: 0;
}
.hq-company-service-details .grid-section .button-columns-visibility .secondary-icon, .hq-company-service-details .grid-section .button-columns-visibility .hq-button .return-icon-button, .hq-button .hq-company-service-details .grid-section .button-columns-visibility .return-icon-button {
  width: 37px;
  height: 37px;
}
.hq-company-service-details .hq-custom-field-section {
  padding-right: 0;
  max-height: none;
}

.hq-services-wrapper {
  padding-top: 24px;
  gap: 20px;
}
.hq-services-wrapper .column-1-width {
  min-width: 460px;
  max-width: 460px;
}
.hq-services-wrapper .column-2-width {
  width: 70%;
}

#add-service-modal .modal-content {
  width: 35rem !important;
}
#add-service-modal .modal-body {
  height: 340px;
  overflow: scroll;
  border-bottom: 2px solid var(--gray-3);
  border-radius: 1px;
  color: var(--gray-5);
  font-weight: var(--font-weight-bold);
}
#add-service-modal .modal-body #hq-company-treeview--menu {
  border-radius: 0;
  font-weight: var(--font-weight-regular);
  position: relative;
  height: 100%;
  min-height: auto;
}

#add-service-set-modal .modal-content {
  width: 35rem !important;
}
#add-service-set-modal .modal-body {
  height: 340px;
  overflow: scroll;
  border-bottom: 2px solid var(--gray-3);
  border-radius: 1px;
  color: var(--gray-5);
  font-weight: var(--font-weight-bold);
}
#add-service-set-modal .modal-body #hq-company-treeview--menu {
  border-radius: 0;
  font-weight: var(--font-weight-regular);
  position: relative;
  height: 100%;
  min-height: auto;
}

#add-text-field-modal .modal-content {
  height: fit-content;
  min-height: 300px;
  overflow: hidden;
}
#add-text-field-modal .modal-content .main-content {
  padding-right: 10px;
}
#add-text-field-modal .modal-body {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding-top: 5px;
}
#add-text-field-modal .modal-body .add-text-combo {
  margin: 0 5px;
  padding-left: 5px;
  width: 32%;
}
#add-text-field-modal .modal-body .add-text-combo .hq-checkbox {
  margin: 8px 0;
}
#add-text-field-modal .modal-body .add-text-combo .all-categories {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  padding-left: 4px;
  padding-bottom: 5px;
}
#add-text-field-modal .modal-body .add-text-combo .all-categories .e-label {
  width: 9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
#add-text-field-modal .modal-body .add-text-combo .all-categories .category-name {
  cursor: pointer;
  border-radius: 3px;
  padding: 8px 12px 8px 0;
}
#add-text-field-modal .modal-body .add-text-combo .all-categories .category-name:hover {
  background-color: var(--gray-1);
}
#add-text-field-modal .modal-body .add-text-combo .all-categories .category-name.highlighted {
  background-color: var(--gray-2);
}
#add-text-field-modal .modal-body .add-text-search {
  flex: 1;
  position: relative;
}
#add-text-field-modal .modal-body .add-text-search .e-input-group {
  margin-bottom: 8px;
  border-radius: 8px;
}
#add-text-field-modal .modal-body .add-text-search .e-input-group input {
  padding-left: 3rem;
}
#add-text-field-modal .modal-body .add-text-search .search-bar {
  height: 40px;
}
#add-text-field-modal .modal-body .add-text-search .search-bar .material-symbols-outlined {
  position: relative;
  top: -2.7rem;
  right: -5px;
}
#add-text-field-modal .modal-body .name-preview {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 3px;
}
#add-text-field-modal .modal-body .name-preview .hq-label.name .hq-frm__label, #add-text-field-modal .modal-body .name-preview .hq-label.name .hq-assignment-table .assignment-value, .hq-assignment-table #add-text-field-modal .modal-body .name-preview .hq-label.name .assignment-value {
  padding-left: 0;
}
#add-text-field-modal .modal-body .name-preview .hq-label.preview {
  margin-right: 9px;
}
#add-text-field-modal .modal-body .name-preview .name {
  width: 100%;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#add-text-field-modal .modal-body .name-preview .preview {
  margin: auto;
  width: 3rem;
}
#add-text-field-modal .modal-body .name-preview .preview .material-symbols-outlined {
  color: var(--gray-3);
}
#add-text-field-modal .modal-body .name-preview:hover {
  cursor: pointer;
  background-color: var(--gray-1);
  border-radius: 3px;
}
#add-text-field-modal .modal-body .hq-label {
  margin: 5px 0;
}
#add-text-field-modal .no-data-available {
  display: flex;
  align-items: center;
  height: 16rem;
  width: 100%;
}
#add-text-field-modal .no-data-available p {
  width: fit-content;
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
  margin: auto;
}
#add-text-field-modal .preview-list {
  height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
#add-text-field-modal .preview-list .highlighted {
  cursor: pointer;
  background-color: var(--gray-2);
  border-radius: 5px;
}
#add-text-field-modal .preview-list .highlighted:hover {
  background-color: var(--gray-2);
}
#add-text-field-modal .selection-button {
  border: 1px solid #ced4da;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 32px;
  white-space: nowrap;
  margin-bottom: 5px;
  position: relative;
}
#add-text-field-modal .selection-button .selected-label {
  margin: auto;
  position: absolute;
  left: 0.5rem;
}
#add-text-field-modal .selection-button .material-symbols-outlined {
  margin: auto;
  position: absolute;
  right: 0.5rem;
}

.add-text-preview-modal .close {
  font-weight: var(--font-weight-regular);
}
.add-text-preview-modal .modal-content {
  overflow: hidden;
}
.add-text-preview-modal .modal-content .main-content {
  margin: 10px;
}
.add-text-preview-modal .modal-content .medium-editor-element {
  font-weight: var(--font-weight-regular);
  font-size: 13px;
  border: 1px solid !important;
}
.add-text-preview-modal .modal-content .headline {
  font-size: 14px;
  margin: 15px 15px 15px 2px;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#hq-add-document-modal .main-content {
  padding: 0 1.5rem;
}
#hq-add-document-modal .main-content .hq-simple-grid .e-grid .e-table {
  border: none;
  width: 100% !important;
}
#hq-add-document-modal .main-content .hq-combobox {
  width: 60%;
}
#hq-add-document-modal .main-content .hq-combobox .hq-frm__label, #hq-add-document-modal .main-content .hq-combobox .hq-assignment-table .assignment-value, .hq-assignment-table #hq-add-document-modal .main-content .hq-combobox .assignment-value {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  color: var(--gray-3-5);
}
#hq-add-document-modal .main-content .e-gridheader {
  border: none;
  margin-bottom: 5px;
}
#hq-add-document-modal .main-content .e-gridheader .e-headertext {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
}
#hq-add-document-position-modal .hq-modal .modal-content {
  width: max-content;
}
#hq-add-document-position-modal .main-content {
  overflow-x: hidden;
  overflow-y: auto;
}
#hq-add-document-position-modal .main-content .hq-combobox .hq-frm__label, #hq-add-document-position-modal .main-content .hq-combobox .hq-assignment-table .assignment-value, .hq-assignment-table #hq-add-document-position-modal .main-content .hq-combobox .assignment-value,
#hq-add-document-position-modal .main-content .hq-dropdown .hq-frm__label,
#hq-add-document-position-modal .main-content .hq-dropdown .hq-assignment-table .assignment-value,
.hq-assignment-table #hq-add-document-position-modal .main-content .hq-dropdown .assignment-value {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  color: var(--gray-3-5);
}
#hq-add-document-position-modal .main-content .hq-numeric-textbox {
  width: 60%;
}
#hq-add-document-position-modal .main-content .hq-numeric-textbox .hq-frm__label, #hq-add-document-position-modal .main-content .hq-numeric-textbox .hq-assignment-table .assignment-value, .hq-assignment-table #hq-add-document-position-modal .main-content .hq-numeric-textbox .assignment-value {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  color: var(--gray-3-5);
}
#hq-add-document-position-modal .main-content .hq-textbox .hq-frm__label, #hq-add-document-position-modal .main-content .hq-textbox .hq-assignment-table .assignment-value, .hq-assignment-table #hq-add-document-position-modal .main-content .hq-textbox .assignment-value {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  color: var(--gray-3-5);
}
#hq-add-document-position-modal .main-content .hq-textbox input {
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5);
}
#hq-add-document-position-modal .main-content .hq-textbox span.e-input-group.e-control-container.e-control-wrapper.e-disabled.e-valid-input {
  background-color: transparent;
  border: transparent;
}
#hq-add-document-position-modal .main-content .e-gridheader {
  border: none;
  margin-bottom: 5px;
}
#hq-add-document-position-modal .main-content .e-gridheader .e-headertext {
  font-weight: var(--font-weight-regular);
  font-size: 12px;
}
#hq-add-document-position-modal .hq-simple-grid tbody > tr > td.e-rowcell.e-templatecell {
  text-align: left !important;
  padding-left: 0 !important;
}
#hq-add-document-position-modal .hq-simple-grid tbody > tr > td.e-rowcell.e-templatecell .hq-checkbox {
  padding-top: 8px;
}
#hq-add-document-position-modal .hq-simple-grid .hq-inline-edit-base-enabled {
  padding: 6px;
}
#hq-add-document-position-modal .hq-simple-grid .e-grid.e-responsive .e-rowcell, #hq-add-document-position-modal .hq-simple-grid .e-grid.e-responsive .e-headercelldiv {
  text-overflow: inherit;
  white-space: nowrap;
}
#hq-add-document-position-modal .hq-simple-grid .e-gridcontent {
  height: 30vh !important;
}
#hq-add-document-position-modal .hq-simple-grid .e-gridcontent .hq-inline-edit-base-enabled .read-only-mode {
  padding-top: 10px !important;
}
#hq-add-document-position-modal .hq-simple-grid .e-gridcontent .hq-inline-edit-base-enabled .edit-mode .hq-textbox .e-input-group.e-control-wrapper input:valid {
  font-size: inherit;
}
#hq-add-document-position-modal .options-wrapper {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  margin: 25px 0 15px;
}
#hq-add-document-position-modal .top-container {
  display: flex;
}
#hq-add-document-position-modal .top-container div:nth-child(2) > div > div > div > span {
  width: 83% !important;
}
#hq-add-document-position-modal .top-container div.hq-combobox.hq-flx--width-flex-1 > div > div > div, #hq-add-document-position-modal .top-container .hq-custom-template-editor-inline-enabled .read-only-mode div.hq-combobox.truncate-flex-1 > div > div > div, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-add-document-position-modal .top-container div.hq-combobox.truncate-flex-1 > div > div > div, #hq-add-document-position-modal .top-container .hq-custom-template-editor-inline-disabled .read-only-mode div.hq-combobox.truncate-flex-1 > div > div > div, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-add-document-position-modal .top-container div.hq-combobox.truncate-flex-1 > div > div > div, #hq-add-document-position-modal .top-container .hq-mytask-details .task-progress div.hq-combobox.truncate-flex-1 > div > div > div, .hq-mytask-details .task-progress #hq-add-document-position-modal .top-container div.hq-combobox.truncate-flex-1 > div > div > div, #hq-add-document-position-modal .top-container .hq-inline-edit-base-enabled .read-only-mode div.hq-combobox.truncate-flex-1 > div > div > div, .hq-inline-edit-base-enabled .read-only-mode #hq-add-document-position-modal .top-container div.hq-combobox.truncate-flex-1 > div > div > div {
  width: 300px;
}
#hq-add-document-position-modal .options-dropdown {
  margin-left: 20px;
}
#hq-add-document-position-modal .options-dropdown div > div > div {
  width: 180px;
}
#hq-add-document-position-modal .add-percent-document {
  display: flex;
  margin-top: 20px;
}
#hq-add-document-position-modal .add-percent-document .hq-textbox.percent-amount {
  margin-left: 30px;
}
#hq-add-document-position-modal .add-percent-document .hq-textbox.percent-amount .hq-frm__group .e-control-container {
  width: 100px;
}
#hq-add-document-position-modal .add-percent-document .hq-label {
  margin: 0 30px;
}
#hq-add-document-position-modal .add-percent-document .hq-label > div {
  margin: 10px 0 0 5px;
}

.hq-company-text-fields-wrapper {
  padding-top: 24px;
  gap: 20px;
}
.hq-company-text-fields-wrapper .column-1-width {
  min-width: 460px;
  max-width: 460px;
}
.hq-company-text-fields-wrapper .column-2-width {
  width: 70%;
}

.hq-company-text-field-details {
  display: flex;
  flex-direction: column;
  height: calc(85vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 3px;
}
.hq-company-text-field-details .no-service-selected {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-company-text-field-details .no-service-selected div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hq-company-text-field-details .details-title-and-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hq-company-text-field-details .details-title-and-buttons .buttons {
  padding-right: 1px;
  display: flex;
  gap: 6px;
}
.hq-company-text-field-details .details-title-and-buttons .hq-inline-edit-base-enabled > div {
  padding: 0 !important;
}
.hq-company-text-field-details .details-title-and-buttons .hq-inline-edit-base-enabled > div > div > div {
  padding: 10px 0 !important;
  width: 100% !important;
  font-size: large;
  font-weight: var(--font-weight-bold);
}
.hq-company-text-field-details .hq-tabmenu {
  margin-top: 15px;
}
.hq-company-text-field-details .hq-tabmenu .hq-label {
  margin-top: 15px;
}
.hq-company-text-field-details .title-wrapper .hq-inline-edit-base-enabled .content-formatting {
  height: 30px;
}
.hq-company-text-field-details .title-wrapper .edit-mode-row .hq-richtexteditor .hq-medium-rte .advanced {
  padding-left: 7px;
  padding-top: 7px;
}
.hq-company-text-field-details .text-wrapper .hq-inline-edit-base-enabled .content-formatting {
  min-height: 60px;
}
.hq-company-text-field-details .text-wrapper .hq-inline-edit-base-enabled .medium-editor-element {
  min-height: 60px;
}
.hq-company-text-field-details .inline-rich-text-editor-field.text-wrapper {
  margin-top: 20px;
}
.hq-company-text-field-details .inline-rich-text-editor-field .data-section-item.small-label {
  place-self: start;
  margin-top: 8px;
}
.hq-company-text-field-details .inline-rich-text-editor-field .hq-richtexteditor .hq-medium-rte .advanced {
  border-radius: 5px;
  padding-top: 13px;
  padding-left: 7px;
}
.hq-company-text-field-details .inline-rich-text-editor-field .read-only-mode .content {
  display: unset;
}
.hq-company-text-field-details .inline-rich-text-editor-field ul {
  list-style: disc;
  list-style-position: inside;
}

.hq-company-service-set-details {
  display: flex;
  flex-direction: column;
  height: calc(85vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 3px;
}
.hq-company-service-set-details .icon-grid-wrapper.sticky-element {
  margin-left: -45px;
}
.hq-company-service-set-details .no-service-selected {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-company-service-set-details .no-service-selected div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hq-company-service-set-details .details-title-and-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hq-company-service-set-details .details-title-and-buttons .buttons {
  display: flex;
}
.hq-company-service-set-details .details-title-and-buttons .buttons > div:last-child {
  padding-right: 0;
}
.hq-company-service-set-details .hq-tabmenu {
  margin-top: 15px;
}
.hq-company-service-set-details .hq-tabmenu .hq-label {
  margin-top: 15px;
}
.hq-company-service-set-details .hq-tabmenu .hq-textbox-multi .e-input {
  height: 200px;
}
.hq-company-service-set-details .hq-inline-edit-with-label .data-section .small-label {
  flex: 0.2;
}
.hq-company-service-set-details .hq-inline-edit-with-label .read-only-mode .content {
  display: flex;
  align-items: center;
}
.hq-company-service-set-details .hq-inline-edit-with-label .edit-mode .hq-button {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-company-service-set-details .inline-rich-text-editor-field .data-section-item.small-label {
  place-self: start;
  margin-top: 12px;
}
.hq-company-service-set-details .inline-rich-text-editor-field .hq-richtexteditor .hq-medium-rte .advanced {
  border-radius: 5px;
}
.hq-company-service-set-details .inline-rich-text-editor-field .read-only-mode .content {
  padding: 11px;
}
.hq-company-service-set-details .inline-rich-text-editor-field.name-wrapper .data-section {
  display: flex;
  align-items: center;
}
.hq-company-service-set-details .inline-rich-text-editor-field.name-wrapper .data-section .data-section-item.small-label {
  margin: 0;
  align-items: center;
  min-height: 45px;
}

.hq-company-service-set-wrapper {
  padding-top: 24px;
  gap: 20px;
}
.hq-company-service-set-wrapper .column-1-width {
  min-width: 460px;
  max-width: 460px;
}
.hq-company-service-set-wrapper .column-2-width {
  width: 70%;
}

.hq-import-grid .data-valid {
  color: green;
}
.hq-import-grid .data-not-valid {
  color: darkred;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: var(--font-weight-regular);
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.hq-document-status-dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 25%;
  height: 40px;
}
.hq-document-status-dropdown .drop-down__button {
  padding-inline: 0.5rem;
  height: 40px;
  width: auto;
  color: var(--gray-5);
  background-color: var(--color-white);
  display: flex;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  cursor: pointer;
  align-items: center;
}
.hq-document-status-dropdown .drop-down__text {
  min-width: 5rem;
  width: 100%;
  color: var(--color-white);
  margin: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hq-document-status-dropdown .material-symbols-outlined {
  color: var(--color-white);
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 5px 0 0px;
}
.hq-document-status-dropdown .disabled {
  display: none !important;
}
.hq-document-status-dropdown .material-symbols-outlined {
  color: var(--color-white);
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 5px 0 0px;
  width: 24px;
  font-family: "Material Icons Outlined";
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: x-large;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.drop-down-status__menu-box {
  color: var(--gray-5);
  position: absolute;
  pointer-events: none;
  width: calc(100% - 13px);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: 116;
}
.drop-down-status__menu-box.drop-down-status--active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  margin-top: 1px;
  padding: 3px;
  max-height: 600px;
  overflow-y: auto;
}
.drop-down-status__menu-box.drop-down-status--active .drop-down__item {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  text-align: left;
  font-weight: var(--font-weight-semi-bold);
  color: var(--gray-5);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-down-status__menu-box.drop-down-status--active .drop-down__item:last-of-type {
  border-bottom: 0;
}
.drop-down-status__menu-box.drop-down-status--active .drop-down__item:hover {
  background: var(--gray-1);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Draft] span {
  color: var(--dark-yellow-2);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Feedback] span {
  color: var(--color-ui-purple);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Sent] span {
  color: var(--color-ui-blue);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Accepted] span {
  color: var(--color-ui-green);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Paid] span {
  color: var(--color-ui-green);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Declined] span {
  color: var(--color-ui-red);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Canceled] span {
  color: var(--color-ui-red);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Quoted] span {
  color: var(--color-ui-blue);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Planned] span {
  color: var(--dark-yellow-2);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Billed] span {
  color: var(--color-ui-green);
}
.drop-down-status__menu-box.drop-down-status--active [data-name=Deferred] span {
  color: var(--color-ui-red);
}
.drop-down-status__menu-box.drop-down-status--active .material-symbols-outlined {
  color: var(--color-white);
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 5px 0 0px;
  width: 24px;
  font-family: "Material Icons Outlined";
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: x-large;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#hq-currency-drop-down {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 15%;
  height: 40px;
  padding-inline: 0.5rem;
}
#hq-currency-drop-down .drop-down__text {
  font-weight: var(--font-weight-bold);
}

#hq-template-drop-down {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 30%;
  height: 40px;
  padding-inline: 0.5rem;
}
#hq-template-drop-down .drop-down__text {
  font-weight: var(--font-weight-bold);
}

.first-part-ellipsis {
  display: flex;
}
.first-part-ellipsis :first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-drop-down-base {
  position: relative;
}
.hq-drop-down-base .drop-down__button {
  gap: 5px;
}
.hq-drop-down-base .box-shadow {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-drop-down-base .disabled {
  color: var(--gray-2);
}

.drop-down__menu-box-shadow {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}

.drop-down__item:last-of-type {
  border-bottom: 0;
}

.drop-down__menu-box.drop-down--active {
  position: absolute;
  pointer-events: all;
  opacity: 1;
}
.drop-down__menu-box .drop-down__item {
  font-size: 13px;
  padding: 5px 8px;
  text-align: left;
  font-weight: var(--font-weight-semi-bold);
  color: var(--gray-5);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.drop-down__menu-box .drop-down__item:last-child {
  margin-bottom: 2px;
}
.drop-down__menu-box .drop-down__item .material-symbols-outlined {
  color: var(--gray-4);
  vertical-align: middle;
  border-radius: 50%;
}
.drop-down__menu-box .drop-down__item .material-symbols-outlined .hq-company-avt {
  padding: 0;
}
.drop-down__menu-box .drop-down__item .material-symbols-outlined .hq-company-avt .hq-company-avt-wrapper {
  height: 25px;
  width: 25px;
}
.drop-down__menu-box .drop-down__item .material-symbols-outlined .hq-company-avt .hq-company-avt-wrapper .hq-company-avt-image .hq-company-avt-initials {
  width: 100%;
  height: 100%;
}

.drop-down__item {
  gap: 6px;
}
.drop-down__item:hover {
  background: var(--gray-1);
}

.drop-down__menu-box {
  color: var(--gray-5);
  position: absolute;
  pointer-events: none;
  width: 100%;
  min-width: fit-content;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 115;
}

.drop-down__button {
  padding-inline: 0.5rem;
  height: 40px;
  width: auto;
  color: var(--gray-5);
  background-color: var(--color-white);
  display: flex;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
}

.drop-down__text {
  width: calc(100% - 20px);
  color: var(--gray-5);
  margin: 2px;
  overflow: hidden !important;
  font-weight: var(--font-weight-bold);
}

.drop-down__text > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hq-drop-down-group-base {
  position: relative;
  width: 200px;
}
.hq-drop-down-group-base .drop-down__button {
  gap: 5px;
}
.hq-drop-down-group-base .disabled {
  color: var(--gray-2);
}

.drop-down__group .drop-down__group-header {
  color: var(--gray-3-5);
  font-weight: var(--font-weight-semi-bold);
  margin: 8px 0 0 10px;
}
.drop-down__group .drop-down__item {
  display: flex;
  align-content: center;
  gap: 6px;
}
.drop-down__group .drop-down__item .drop-down__item-icon .material-symbols-outlined {
  font-size: 18px;
}

.hq-own-company-dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 30%;
  height: 40px;
}
.hq-own-company-dropdown .material-symbols-outlined .hq-mr--m img,
.hq-own-company-dropdown .material-symbols-outlined .hq-mr--m .hq-company-avt-initials {
  height: auto;
  width: 100%;
}
.hq-own-company-dropdown .drop-down__text {
  font-weight: var(--font-weight-bold);
}

#hq-document-editor-calculation {
  width: 1050px;
  position: relative;
  background: white;
  margin: 0 auto;
  border-radius: 10px;
}
#hq-document-editor-calculation .hq-pad {
  padding-block: 0.5rem;
  width: 100%;
  height: 100%;
  display: flex;
}
#hq-document-editor-calculation .vertical-line {
  position: inherit;
  background-color: var(--gray-3);
  width: 1px;
}

.document-editor-calculation-section {
  flex: 1;
}
.document-editor-calculation-section .title {
  text-align: left;
  padding-inline: 1rem;
  font-weight: var(--font-weight-bold);
}
.document-editor-calculation-section .calculation-margin {
  justify-content: center;
}
.document-editor-calculation-section .calculation-margin div {
  font-weight: var(--font-weight-bold);
}
.document-editor-calculation-section label {
  flex: 1;
  color: var(--gray-3-5);
}
.document-editor-calculation-section label div {
  color: var(--gray-5);
}

#hq-document-editor-header {
  text-align: -webkit-center;
  box-shadow: 0 -20px var(--gray-0);
  position: sticky;
  top: 0;
  z-index: 5;
}
#hq-document-editor-header .header-selectors {
  width: 70%;
  text-align: left;
  display: flex;
  align-items: center;
}
#hq-document-editor-header .header-selectors .hq-own-company-dropdown {
  width: auto;
  padding-inline: 0 0.5rem;
}
#hq-document-editor-header .header-selectors .hq-document-status-dropdown {
  width: 200px;
  min-width: 200px;
  padding-inline: 0.5rem;
}
#hq-document-editor-header #context-menu-wrapper, #hq-document-editor-header #backlog-context-menu-wrapper {
  width: auto;
  display: block;
  top: 50px;
}
#hq-document-editor-header .hq-contextmenu {
  height: 40px;
  align-self: center;
}
#hq-document-editor-header .calculation-pad {
  position: relative;
  width: 1050px;
  margin: 8px auto -7px auto;
}
#hq-document-editor-header .disable-button .primary-icon, #hq-document-editor-header .disable-button .hq-button .primary-icon-circular, .hq-button #hq-document-editor-header .disable-button .primary-icon-circular, #hq-document-editor-header .disable-button .hq-button .primary-icon-circular-clear, .hq-button #hq-document-editor-header .disable-button .primary-icon-circular-clear {
  background-color: var(--gray-3);
  color: var(--gray-1);
  box-shadow: none;
  cursor: default;
}

#hq-document-editor-send-modal .tagsinput input::placeholder {
  color: var(--gray-3-5);
}
#hq-document-editor-send-modal .hidden-position-modal {
  position: sticky;
  top: 160px;
  height: 70vh;
}
#hq-document-editor-send-modal {
  text-align: left;
}
#hq-document-editor-send-modal .hq-richtexteditor .hq-medium-rte .advanced {
  border: 1px solid var(--gray-3) !important;
  border-radius: 8px;
}
#hq-document-editor-send-modal .hq-richtexteditor .hq-medium-rte .advanced.medium-editor-element {
  min-height: 150px !important;
}
#hq-document-editor-send-modal .hq-frm__group {
  margin-left: 6px;
}
#hq-document-editor-send-modal .hq-frm__group .e-input-group {
  width: 100%;
  padding: 0 4px;
}
#hq-document-editor-send-modal .mail-template {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#hq-document-editor-send-modal .mail-template .hq-label .hq-frm__label, #hq-document-editor-send-modal .mail-template .hq-label .hq-assignment-table .assignment-value, .hq-assignment-table #hq-document-editor-send-modal .mail-template .hq-label .assignment-value {
  margin-left: 5px;
  white-space: nowrap;
}
#hq-document-editor-send-modal .email-group {
  display: flex;
  margin-bottom: 1rem;
}
#hq-document-editor-send-modal .email-group .recipients {
  flex: 2;
}
#hq-document-editor-send-modal .email-group .sender {
  flex: 1;
}
#hq-document-editor-send-modal .email-group .sender .e-input-group {
  display: flex;
  align-items: center;
  height: 3.1rem;
}
#hq-document-editor-send-modal .mail-template-select-box {
  display: flex;
  justify-content: start;
}
#hq-document-editor-send-modal .mail-template-select-box .hq-frm__group {
  margin-bottom: 30px;
}
#hq-document-editor-send-modal .subject .e-input-group {
  display: flex;
  align-items: center;
  height: 3.1rem;
}
#hq-document-editor-send-modal .hq-layoutbox-section .headline {
  margin-left: 6px;
}
#hq-document-editor-send-modal .hq-layoutbox-section .content {
  padding-left: 0;
}
#hq-document-editor-send-modal .hq-layoutbox-section .content .hq-frm__group {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 4px;
}

#hq-mail-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hq-mail-modal img {
  height: auto;
  width: 100px;
}
#hq-mail-modal h3 {
  font-size: larger;
  margin-bottom: 30px;
}
#hq-mail-modal p {
  margin-top: 25px;
  font-size: small;
  font-weight: var(--font-weight-light);
}

#hq-planned-revenue-modal {
  text-align: -webkit-left;
}
#hq-planned-revenue-modal .modal-content {
  max-width: calc(100vw - 20%);
}
#hq-planned-revenue-modal .modal-content .hq-table-gap--5 td, #hq-planned-revenue-modal .modal-content .hq-table-gap--5 th {
  vertical-align: middle;
}
#hq-planned-revenue-modal .modal-content .description-column {
  text-align: start;
}
#hq-planned-revenue-modal .modal-content .start-date-interval-once {
  margin-left: 8px;
}
#hq-planned-revenue-modal .modal-content .e-grayish-row {
  color: var(--gray-3-5) !important;
  font-weight: var(--font-weight-bold);
}
#hq-planned-revenue-modal .modal-content .content-formatting > .content {
  align-content: center;
}
#hq-planned-revenue-modal .modal-content .hq-inline-edit-base-enabled .read-only-mode .content-formatting .content {
  display: inline-flex;
}

#hq-planned-revenue-grid .hq-grid .e-gridcontent table tr td .hq-contextmenu #context-menu-wrapper, #hq-planned-revenue-grid .hq-grid .e-gridcontent table tr td .hq-contextmenu #backlog-context-menu-wrapper {
  position: relative;
}
#hq-planned-revenue-grid .hq-quick-grid table thead tr {
  background-color: var(--gray-2);
  height: 45px;
  padding-bottom: 10px;
}
#hq-planned-revenue-grid .hq-quick-grid table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 2px;
  padding-left: 10px;
}
#hq-planned-revenue-grid .hq-quick-grid table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 2px;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr {
  height: 28px;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons .hq-button {
  cursor: pointer;
  padding-left: 3px;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons .hq-icon-button-style {
  height: fit-content;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons .hq-icon-button-style .e-control.e-btn.e-lib.e-round.e-primary {
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  height: fit-content;
  padding-left: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons {
  /* Tooltip container */
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons .tooltip {
  position: relative;
  display: inline-block;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons {
  /* Tooltip text */
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--gray-3);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons {
  /* Show the tooltip text when you mouse over the tooltip container */
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr .action-buttons .tooltip:hover .tooltiptext {
  visibility: visible;
}
#hq-planned-revenue-grid .hq-quick-grid table tbody tr td:first-child {
  padding-left: 10px;
}
#hq-planned-revenue-grid .hq-estimation-status-icon {
  vertical-align: middle;
  margin-top: -1px;
  font-size: 14px;
  width: 14px;
}
#hq-planned-revenue-grid .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

#hq-time-material-modal {
  font-weight: var(--font-weight-bold);
}
#hq-time-material-modal .content {
  margin-left: 20px;
  margin-right: 20px;
}
#hq-time-material-modal .row {
  flex-direction: column;
  margin-bottom: 10px;
}
#hq-time-material-modal .period-value-label {
  color: var(--gray-5);
}
#hq-time-material-modal .main-content {
  overflow: hidden;
}
#hq-time-material-modal .modal-buttons {
  margin-top: 50px;
}
#hq-time-material-modal .modal-buttons .hq-icon-button {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
#hq-time-material-modal .modal-buttons .cancel-save {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#hq-time-material-modal .grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: var(--font-weight-regular);
  color: var(--gray-3-5);
}
#hq-time-material-modal .grid-elements {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hq-time-material-modal .period {
  width: 30%;
  text-align: left;
}
#hq-time-material-modal .estimate {
  width: 30%;
  text-align: left;
}
#hq-time-material-modal .status {
  width: 15%;
  text-align: left;
}
#hq-time-material-modal .green {
  color: greenyellow;
}
#hq-time-material-modal .upper-main {
  max-height: 47vh;
  overflow: scroll;
}

#hq-split-interval-modal-new {
  text-align: -webkit-left;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content {
  max-height: calc(100% - 15px);
  max-width: inherit;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content::-webkit-scrollbar {
  display: none;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section1 {
  display: flex;
  margin-top: 0.5rem;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .by-position-split-area {
  height: 425px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .by-position-split-area .document-positions {
  overflow-y: auto;
  flex: 1;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .by-position-split-area .split-result {
  max-height: 120px;
  flex-shrink: 0;
  min-height: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .hr {
  margin-bottom: 15px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 {
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 0 10px 0;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row .hq-datepicker {
  padding-right: 4px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row .hq-combobox {
  padding-right: 6px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row .hq-combobox > .hq-label > .hq-frm__label + div, #hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row .hq-assignment-table .hq-combobox > .hq-label > .assignment-value + div, .hq-assignment-table #hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row .hq-combobox > .hq-label > .assignment-value + div {
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .split-row > * {
  flex: 1;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .read-only-container {
  width: 174px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .read-only-container .row-percentage-readonly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  border: 1px solid var(--gray-2);
  border-radius: 5px;
  margin-top: 1px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .read-only-container .row-percentage-readonly p {
  color: var(--gray-3-5);
  margin: auto 0;
  margin-left: 10px;
}
#hq-split-interval-modal-new .hq-modal .modal-content .main-content .section2-wrapper .section2 .read-only-container .read-only-label {
  font-weight: var(--font-weight-bold);
  font-size: 12px;
  color: var(--gray-3-5);
  padding-left: 3px;
}
#hq-split-interval-modal-new .grid-style div {
  border: none;
}
#hq-split-interval-modal-new .grid-style table {
  border: none;
  width: 100% !important;
}
#hq-split-interval-modal-new .grid-style .hq-datepicker {
  padding-right: 0;
  padding-top: 7px;
}
#hq-split-interval-modal-new .grid-style .hq-textbox {
  padding-right: 4px;
  padding-top: 7px;
}
#hq-split-interval-modal-new .grid-style-planned-cost div {
  border: none;
}
#hq-split-interval-modal-new .grid-style-planned-cost table {
  border: none;
  width: 60% !important;
}
#hq-split-interval-modal-new .grid-style-planned-cost .hq-textbox {
  padding-right: 4px;
  padding-top: 7px;
}
#hq-split-interval-modal-new table td {
  height: 34px;
}
#hq-split-interval-modal-new table .hq-frm__group {
  margin-bottom: 0;
}
#hq-split-interval-modal-new table .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
}
#hq-split-interval-modal-new table .hq-medium-rte {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hq-split-interval-modal-new table td.e-rowcell {
  vertical-align: text-top;
}
#hq-split-interval-modal-new table td .empty-deadline {
  line-height: 50.14px;
  visibility: hidden;
}
#hq-split-interval-modal-new table tr.e-row {
  height: 51px;
}
#hq-split-interval-modal-new table tr.e-row td.e-rowcell {
  vertical-align: middle;
}

#hq-document-editor {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@supports (-moz-appearance: none) {
  #hq-document-editor .header {
    text-align: center;
  }
  #hq-document-editor #hq-document-editor-header {
    margin: 0 auto;
  }
}
#hq-document-editor .header {
  flex: 0;
}
#hq-document-editor .content-section {
  width: 100%;
  min-width: max-content;
  position: relative;
  flex: 6;
}
#hq-document-editor .header-area {
  justify-content: space-between;
  align-items: center;
  width: 1050px;
  margin: 0 auto;
}
#hq-document-editor {
  /*.e-ddl, .e-input-group, .e-control-wrapper, .e-input {
      width: 100px;
      height: 30px;
      align-content: center;
      align-items: center;
      padding: 0;
      margin: 0;

      .e-valid-input {
          align-content: center;
          align-items: center;
          text-align-last: center;
      }
  }*/
}
#hq-document-editor .hq-templateeditor-wrapper {
  height: calc(100vh - 160px);
}
#hq-document-editor .hq-flx-space-between {
  justify-content: space-between;
}
#hq-document-editor .hq-sticky-document-options {
  position: sticky;
  right: 20px;
  z-index: 8;
  min-width: 415px;
}
#hq-document-editor .hq-finance-company-selector .context-menu-hover {
  width: 200px;
}
#hq-document-editor #hq-document-editor #context-menu-wrapper, #hq-document-editor #hq-document-editor #backlog-context-menu-wrapper {
  width: 200px;
}
#hq-document-editor .hq-company-avt {
  padding: 0;
}
#hq-document-editor .hq-company-avt .wrapper-l {
  width: 25px;
  height: 25px;
}
#hq-document-editor .hq-company-avt .hq-company-avt-wrapper {
  border-radius: 0%;
  height: 25px;
  width: 25px;
}
#hq-document-editor .hq-finance-company-selector .hq-company-avt .hq-company-avt-centerimage {
  width: 100%;
}
#hq-document-editor {
  /*******************************************/
}

.document-editor-top-white-space {
  min-height: 1rem;
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 3;
}

.document-editor-bottom-white-space {
  min-height: 1rem;
  position: sticky;
  bottom: 0;
  background-color: inherit;
  z-index: 3;
  margin-top: 10px;
}

.hq-document-editor-pages {
  -ms-overflow-style: none;
  overflow: hidden;
  display: flex;
  height: 100%;
}
@supports (-moz-appearance: none) {
  .hq-document-editor-pages .hq-document-editor-page {
    overflow: hidden;
  }
}
.hq-document-editor-pages .hq-document-editor-page {
  width: 1050px;
  margin-top: 22px;
  padding-top: 13px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hq-document-editor-pages .hq-document-editor-page .page-scrolling-area {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: content-box;
  padding-right: 40px;
}
.hq-document-editor-pages .hq-document-editor-page .page-scrolling-area::-webkit-scrollbar {
  display: none;
}
.hq-document-editor-pages .hq-document-editor-page .read-only .hq-flx .e-input-group, .hq-document-editor-pages .hq-document-editor-page .read-only #hq-kanban-tasks-overview .board_header .button_container .e-input-group, #hq-kanban-tasks-overview .board_header .hq-document-editor-pages .hq-document-editor-page .read-only .button_container .e-input-group, .hq-document-editor-pages .hq-document-editor-page .read-only .hq-grid-wrapper .hq-grid .e-grid .commands-column .e-input-group, .hq-grid-wrapper .hq-grid .e-grid .hq-document-editor-pages .hq-document-editor-page .read-only .commands-column .e-input-group, .hq-document-editor-pages .hq-document-editor-page .read-only #hq-time-material-modal .row .e-input-group, #hq-time-material-modal .hq-document-editor-pages .hq-document-editor-page .read-only .row .e-input-group, .hq-document-editor-pages .hq-document-editor-page .read-only #hq-document-editor .hq-flx-space-between .e-input-group, #hq-document-editor .hq-document-editor-pages .hq-document-editor-page .read-only .hq-flx-space-between .e-input-group {
  margin-top: 0 !important;
  border: none !important;
  background-color: var(--color-white) !important;
}
.hq-document-editor-pages .hq-document-editor-page .headline {
  margin-top: 0;
}
.hq-document-editor-pages .hq-document-editor-page section > div:nth-child(2) > div > div:nth-child(6) > div:nth-child(2) > div > div > div {
  width: 223px;
  margin-right: 1px;
}
.hq-document-editor-pages .hq-document-editor-page section > div:nth-child(2) > div > div:nth-child(3) > div:nth-child(2) > div > div {
  width: 223px;
  margin-right: 6px;
}
.hq-document-editor-pages .calculation-pad-hidden {
  height: calc(100vh - 141px);
  margin-top: 0;
}
.hq-document-editor-pages .calculation-pad-visible {
  height: calc(100vh - 254px);
}
.hq-document-editor-pages .medium-editor-element {
  border-color: var(--gray-3) !important;
  border-radius: 7px;
}
.hq-document-editor-pages .sidebar {
  flex: 1;
  position: relative;
  z-index: 10;
  text-align: left;
}
.hq-document-editor-pages .sidebar .absolute-wrapper {
  position: absolute;
  height: 100%;
  min-width: 500px;
  max-width: 100%;
  top: 14px;
  right: 100%;
  padding-left: 10px;
  pointer-events: none;
}
.hq-document-editor-pages .sidebar .absolute-wrapper .comment-box-container {
  position: sticky;
  pointer-events: initial;
  width: 100%;
}
.hq-document-editor-pages .sidebar .absolute-wrapper .comment-box-container .e-multi-line-input {
  width: 100%;
  padding: 10px;
  height: 100px;
}
.hq-document-editor-pages .sidebar .absolute-wrapper .comment-box-container .e-multi-line-input .e-input {
  width: 100%;
  height: 100%;
}
.hq-document-editor-pages .sidebar .absolute-wrapper .hidden-position-modal {
  position: absolute;
  padding: 8px 11px 0 9px;
  width: 100%;
  height: 100%;
  min-width: 410px;
  overflow: hidden;
  top: 0 !important;
}
.hq-document-editor-pages .sidebar .absolute-wrapper .hidden-position-modal > div {
  pointer-events: initial;
}

.document-editor--plan-revenue-settings .hq-flx--width-flex-1, .document-editor--plan-revenue-settings .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1, .document-editor--plan-revenue-settings .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1, .document-editor--plan-revenue-settings .hq-mytask-details .task-progress .truncate-flex-1, .hq-mytask-details .task-progress .document-editor--plan-revenue-settings .truncate-flex-1, .document-editor--plan-revenue-settings .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 {
  position: relative;
  margin: auto;
}
.document-editor--plan-revenue-settings .hq-flx--width-flex-1 .hq-icon-button, .document-editor--plan-revenue-settings .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1 .hq-icon-button, .hq-custom-template-editor-inline-enabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button, .document-editor--plan-revenue-settings .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1 .hq-icon-button, .hq-custom-template-editor-inline-disabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button, .document-editor--plan-revenue-settings .hq-mytask-details .task-progress .truncate-flex-1 .hq-icon-button, .hq-mytask-details .task-progress .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button, .document-editor--plan-revenue-settings .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1 .hq-icon-button, .hq-inline-edit-base-enabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button {
  margin-top: 5px;
  height: fit-content;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.document-editor--plan-revenue-settings .hq-flx--width-flex-1 .hq-icon-button .material-symbols-outlined, .document-editor--plan-revenue-settings .hq-custom-template-editor-inline-enabled .read-only-mode .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .hq-custom-template-editor-inline-enabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .document-editor--plan-revenue-settings .hq-custom-template-editor-inline-disabled .read-only-mode .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .hq-custom-template-editor-inline-disabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .document-editor--plan-revenue-settings .hq-mytask-details .task-progress .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .hq-mytask-details .task-progress .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .document-editor--plan-revenue-settings .hq-inline-edit-base-enabled .read-only-mode .truncate-flex-1 .hq-icon-button .material-symbols-outlined, .hq-inline-edit-base-enabled .read-only-mode .document-editor--plan-revenue-settings .truncate-flex-1 .hq-icon-button .material-symbols-outlined {
  margin-right: 5px !important;
}
.document-editor--plan-revenue-settings .hq-frm__group .hq-frm__label, .document-editor--plan-revenue-settings .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .document-editor--plan-revenue-settings .hq-frm__group .assignment-value {
  float: left;
}
.document-editor--plan-revenue-settings .hq-inline-flx, .document-editor--plan-revenue-settings .hq-datepicker, .document-editor--plan-revenue-settings .hq-daterange-picker, .document-editor--plan-revenue-settings .hq-textbox {
  width: 100%;
}
.document-editor--plan-revenue-settings .headline {
  text-align: initial;
}
.document-editor--plan-revenue-settings .hq-combobox {
  padding: 0;
  margin: 0;
}
.document-editor--plan-revenue-settings .description-area .hq-richtexteditor {
  word-break: break-word;
}
.document-editor--plan-revenue-settings .description-area .hq-richtexteditor > div {
  display: flex;
  flex-direction: column;
}
.document-editor--plan-revenue-settings .description-area .hq-richtexteditor > div .hq-label {
  margin-bottom: 5px;
}
.document-editor--plan-revenue-settings .description-area .hq-richtexteditor > div .content {
  padding: 15px;
  background-color: #fff;
  border-radius: 7px;
  min-height: 40px;
}
.document-editor--plan-revenue-settings .description-area .hq-richtexteditor > div .content p:last-child {
  margin-bottom: 0;
}
.document-editor--plan-revenue-settings .description-area .hq-richtexteditor > div .medium-editor-element {
  background-color: #fff;
}

.document-editor--customer-information {
  background: var(--gray-1);
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 0.6rem;
}
.document-editor--customer-information .e-input {
  flex: 1;
  padding-inline-start: 0.5rem;
}
.document-editor--customer-information .headline {
  text-align: initial;
}
.document-editor--customer-information .box-height textarea {
  height: 160px !important;
  resize: none !important;
}
.document-editor--customer-information .box-height textarea:disabled {
  height: 156px !important;
  resize: none !important;
}
.document-editor--customer-information .company-tariff {
  margin-top: 0.3rem;
}
.document-editor--customer-information .company-tariff div:last-child {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.document-editor--customer-information .hq-combobox {
  padding: 0;
  margin: 0;
}

.document-editor--general-information .hq-inline-flx, .document-editor--general-information .hq-datepicker, .document-editor--general-information .hq-daterange-picker, .document-editor--general-information .hq-textbox {
  width: 100%;
}
.document-editor--general-information .headline {
  text-align: initial;
}
.document-editor--general-information .description-area .hq-richtexteditor {
  word-break: break-word;
}
.document-editor--general-information .description-area .hq-richtexteditor > div {
  display: flex;
  flex-direction: column;
}
.document-editor--general-information .description-area .hq-richtexteditor > div .hq-label {
  margin-bottom: 5px;
}
.document-editor--general-information .description-area .hq-richtexteditor > div .content {
  padding: 15px;
  background-color: #fff;
  border-radius: 7px;
  min-height: 40px;
}
.document-editor--general-information .description-area .hq-richtexteditor > div .content p:last-child {
  margin-bottom: 0;
}
.document-editor--general-information .description-area .hq-richtexteditor > div .medium-editor-element {
  background-color: #fff;
}

.document-editor--own-company-information {
  background: var(--gray-1);
  margin: 0 1rem;
  border-radius: 0.6rem;
  padding: 1rem;
}
.document-editor--own-company-information .headline {
  text-align: initial;
}
.document-editor--own-company-information .hq-combobox {
  padding: 0;
  margin: 0;
}

.document-editor--attachments-element {
  min-height: 100px;
  height: auto;
  background: var(--gray-1);
  margin: 1rem;
  border-radius: 0.6rem;
  padding: 1rem;
}
.document-editor--attachments-element .hq-frm__group .hq-frm__label, .document-editor--attachments-element .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .document-editor--attachments-element .hq-frm__group .assignment-value {
  float: left;
}
.document-editor--attachments-element .headline {
  text-align: initial;
}
.document-editor--attachments-element .hq-frm__group {
  display: flex;
  flex-direction: column-reverse;
}
.document-editor--attachments-element .hq-frm__group .txt-wrapper {
  z-index: 2;
}
.document-editor--attachments-element .hq-frm__group .txt-wrapper .hq-txt--body-regular-light {
  font-weight: var(--font-weight-bold);
  color: var(--gray-5);
  margin-bottom: 0.5rem;
}
.document-editor--attachments-element .hq-frm__group .drag-drop-zone {
  z-index: 1;
  width: 60%;
  border: dashed 2px var(--gray-3);
}
.document-editor--attachments-element .hq-frm__group .drag-drop-zone .material-symbols-outlined {
  color: var(--gray-3);
}

.document-editor--summary {
  background: var(--gray-1);
  margin: 1rem;
  border-radius: 0.6rem;
  padding: 1rem;
  text-align: left;
}
.document-editor--summary .headline {
  margin-left: 10px;
  margin-bottom: 15px;
}
.document-editor--summary .e-input,
.document-editor--summary .e-input-group {
  width: 100% !important;
  padding: 5px !important;
}
.document-editor--summary .hq-combobox,
.document-editor--summary .hq-textbox {
  margin: 0;
  padding: 0;
}
.document-editor--summary .hq-combobox span,
.document-editor--summary .hq-textbox span {
  font-weight: var(--font-weight-bold) !important;
}
.document-editor--summary .hq-numeric-textbox span {
  font-weight: var(--font-weight) !important;
}
.document-editor--summary .hq-flex {
  display: flex;
}
.document-editor--summary .label, .document-editor--summary .hq-inline-edit-with-label .data-section .small-label, .hq-inline-edit-with-label .data-section .document-editor--summary .small-label {
  width: 20%;
}
.document-editor--summary .label .row, .document-editor--summary .hq-inline-edit-with-label .data-section .small-label .row, .hq-inline-edit-with-label .data-section .document-editor--summary .small-label .row {
  margin: 10px 0 10px 0;
}
.document-editor--summary .value .row {
  margin: 10px 0 10px 0;
}
.document-editor--summary .value .row .hq-frm__label, .document-editor--summary .value .row .hq-assignment-table .assignment-value, .hq-assignment-table .document-editor--summary .value .row .assignment-value {
  font-weight: var(--font-weight-bold) !important;
  font-size: 14px;
  color: var(--gray-5);
}
.document-editor--summary .value_light {
  margin-right: 5px;
}
.document-editor--summary .value_light .row {
  margin: 10px 0 10px 0;
}
.document-editor--summary .hq-frm__label, .document-editor--summary .hq-assignment-table .assignment-value, .hq-assignment-table .document-editor--summary .assignment-value {
  font-weight: var(--font-weight-regular);
}
.document-editor--summary .hr {
  border-top: var(--color-white) solid 2px;
  padding-top: 20px;
  margin-bottom: 2px;
}

.batch-bar {
  position: fixed;
  bottom: -60px;
  left: calc(50% - 320px);
  right: 0;
  z-index: 5;
  width: 840px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.batch-bar .content-limit {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}
.batch-bar .content-limit h3 {
  padding-left: 5px !important;
}
.batch-bar .batch-actions {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0 !important;
}
.batch-bar .batch-actions h3 {
  margin-right: 10px;
}
.batch-bar .batch-actions .hq-button:nth-child(3) {
  margin-left: 10px;
  cursor: pointer;
}
.batch-bar .batch-actions .hq-button:nth-child(4) {
  margin-left: 20px;
  cursor: pointer;
}

.batch-bar--show {
  animation: translate 0.4s ease;
  transform: translateY(-80px);
  background: var(--gray-6);
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
}
.batch-bar--show .drop-down__button {
  height: 35px !important;
}

#hq-document-editor {
  position: relative;
}
#hq-document-editor #sliding-modal {
  text-align: initial;
}
#hq-document-editor #sliding-modal .buttons {
  display: flex;
  justify-content: end;
  margin-right: -7px;
}
#hq-document-editor #sliding-modal .buttons .e-btn {
  height: 30px;
  padding-top: 4px;
}

.hq-sliding-modal {
  top: 8px;
  right: 11px;
  left: 0;
}

.hq-reorder-elements-modal {
  text-align: left;
}
.hq-reorder-elements-modal .list-section {
  max-height: 55vh;
  overflow: scroll;
}
.hq-reorder-elements-modal .main-content > .hq-mr--s {
  margin-right: 0 !important;
}

.hq-reorder-positions-modal .list-section {
  max-height: 55vh;
  overflow: scroll;
}
.hq-reorder-positions-modal .main-content > .hq-mr--s {
  margin-right: 0 !important;
}

.document-editor--advanced-invoices {
  width: 500px;
  min-height: 100px;
  background: var(--gray-1);
  margin: 10px;
  border-radius: 0.6rem;
  padding: 15px 10px 30px 20px !important;
}
.document-editor--advanced-invoices .hq-frm__group .hq-frm__label, .document-editor--advanced-invoices .hq-frm__group .hq-assignment-table .assignment-value, .hq-assignment-table .document-editor--advanced-invoices .hq-frm__group .assignment-value {
  float: left;
}
.document-editor--advanced-invoices .headline {
  text-align: initial;
}
.document-editor--advanced-invoices .hq-frm__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.document-editor--advanced-invoices .hq-frm__group .drag-drop-zone {
  width: 60%;
}
.document-editor--advanced-invoices .invoice-table .e-grid .e-table, .document-editor--advanced-invoices .invoice-table .e-headercell {
  background: var(--gray-1);
}
.document-editor--advanced-invoices .invoice-table .e-headertext {
  font-weight: var(--font-weight-light);
  font-size: 12px;
}
.document-editor--advanced-invoices .invoice-table .grid-title {
  display: none;
}
.document-editor--advanced-invoices .invoice-table .e-grid .e-gridheader {
  border: none;
}
.document-editor--advanced-invoices .invoice-table .e-grid.e-gridhover tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd) {
  background-color: var(--gray-1) !important;
}
.document-editor--advanced-invoices .invoice-table .e-grid.e-gridhover tr.e-row .e-active {
  background-color: var(--gray-1) !important;
}

#hq-document-editor--advanced-invoices-modal {
  position: relative;
}
#hq-document-editor--advanced-invoices-modal .modal-title {
  position: absolute;
  left: 20px;
}
#hq-document-editor--advanced-invoices-modal .e-grid .e-gridheader {
  border: none;
  margin: 5px 0 5px 0;
}
#hq-document-editor--advanced-invoices-modal .e-headertext {
  font-weight: var(--font-weight-light);
  font-size: 12px;
}
#hq-document-editor--advanced-invoices-modal .grid-title {
  display: none;
}
#hq-document-editor--advanced-invoices-modal .e-grid.e-gridhover tr.e-row .e-active {
  background: none;
}

.hq-ordered-text-element.main {
  position: relative;
}
.hq-ordered-text-element.main .hq-contextmenu {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 12px;
}
.hq-ordered-text-element.main .icon-color {
  color: var(--gray-3);
}
.hq-ordered-text-element.main .hq-richtexteditor {
  border: 1rem solid var(--gray-1);
  background-color: var(--gray-1);
  margin: 0.5rem 1rem;
  padding: 1rem;
  border-radius: 0.6rem;
}
.hq-ordered-text-element.main .hq-richtexteditor > p:last-of-type {
  margin-bottom: 0px;
}
.hq-ordered-text-element.main .hq-frm__group, .hq-ordered-text-element.main .hq-medium-rte {
  margin: 0 !important;
}
.hq-ordered-text-element.main .hq-frm__group .advanced, .hq-ordered-text-element.main .hq-medium-rte .advanced {
  background-color: var(--color-white);
  min-height: 5rem;
  padding: 1rem;
  cursor: text;
  overflow-y: auto;
  border-radius: 1.5rem;
  border: 1px solid var(--gray-3) !important;
}
.hq-ordered-text-element.main .hq-frm__group .medium-editor-element, .hq-ordered-text-element.main .hq-medium-rte .medium-editor-element {
  margin: 0;
  word-wrap: break-word;
}
.hq-ordered-text-element.main .hq-icon-button-grid .icon-grid-wrapper {
  margin-left: 18px;
}
.hq-ordered-text-element.main:hover .hq-icon-button-grid {
  visibility: visible;
}

#OrderedAreaCoverLetter .ordered-area {
  flex: 0;
}

.hq-ordered-new-element-context-menu .split-add .active {
  height: 420px;
}

.hq-document-editor-grid {
  width: 95%;
}

.add-ordered-element .medium-editor-element.advanced,
.add-ordered-element .medium-editor-element.advanced p,
.add-ordered-element .medium-editor-element.advanced span,
.add-ordered-element .medium-editor-element.advanced div,
.add-ordered-element .hq-richtexteditor,
.add-ordered-element .hq-richtexteditor p,
.add-ordered-element .hq-richtexteditor span,
.add-ordered-element .hq-richtexteditor div,
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content,
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content p,
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content span,
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content div {
  font-size: var(--document-font-size);
}
.add-ordered-element .medium-editor-element.advanced:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .medium-editor-element.advanced p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .medium-editor-element.advanced span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .medium-editor-element.advanced div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-richtexteditor:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-richtexteditor p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-richtexteditor span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-richtexteditor div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base.read-only-style .hq-richtexteditor .content div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]) {
  color: var(--document-font-color);
}
.add-ordered-element .hq-editable-grid-base .hq-editable-grid-base.read-only-style td:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-editable-grid-base.read-only-style td p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-editable-grid-base.read-only-style td span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-editable-grid-base.read-only-style td div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-richtexteditor:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-richtexteditor p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-richtexteditor span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base .hq-richtexteditor div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]) {
  color: var(--table-font-color);
}
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-editable-grid-base.read-only-style td:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-editable-grid-base.read-only-style td p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-editable-grid-base.read-only-style td span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-editable-grid-base.read-only-style td div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-richtexteditor:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-richtexteditor p:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-richtexteditor span:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]),
.add-ordered-element .hq-editable-grid-base tbody tr:nth-child(2n) .hq-richtexteditor div:not(b, i, u, [style*="font-weight: bold"], [style*="font-style: italic"], [style*="text-decoration-line: underline"]) {
  color: var(--table-alt-font-color);
}

.hq-document-editor-page .page-scrolling-area > div > div .add-ordered-element .hq-richtexteditor p {
  line-height: var(--line-height);
}
.hq-document-editor-page .page-scrolling-area > div > div .add-ordered-element .hq-editable-grid-base tbody {
  line-height: var(--line-height);
}

#hq-planned-revenue-creation-modal .main-content .selector .hq-select-button .material-symbols-outlined {
  margin-top: 20px;
  margin-bottom: 15px;
}
#hq-planned-revenue-creation-modal .main-content .selector .hq-select-button.active {
  background-color: var(--light-blue-2);
}

#hq-record-payment-modal .hq-modal .main-content {
  overflow: unset;
}
#hq-record-payment-modal .top-container {
  margin-top: 10px;
  font-size: 1.15em;
  width: 85%;
}
#hq-record-payment-modal .top-container .status {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
}
#hq-record-payment-modal .top-container .hq-label .hq-frm__label, #hq-record-payment-modal .top-container .hq-label .hq-assignment-table .assignment-value, .hq-assignment-table #hq-record-payment-modal .top-container .hq-label .assignment-value {
  padding-left: 0;
}
#hq-record-payment-modal .top-container .hq-label .hq-label-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
#hq-record-payment-modal .payment-list {
  height: 147px;
  margin-bottom: 20px;
}
#hq-record-payment-modal .payment-list .quickgrid .col-title-text {
  font-weight: 600;
  font-size: 12px;
  color: var(--gray-3-5);
}
#hq-record-payment-modal .payment-list .quickgrid[theme=base] thead {
  position: unset;
}
#hq-record-payment-modal .payment-list .truncate-username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 255px;
}
#hq-record-payment-modal .hr {
  margin-bottom: 15px !important;
}

#record-payments-modal .main {
  width: 500px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#record-payments-modal .main .hq-label > div {
  font-size: 1.1em;
  font-weight: var(--font-weight-bold);
}
#record-payments-modal .selection {
  width: 420px;
  display: flex;
  justify-content: space-between;
}
#record-payments-modal .selection .hq-frm__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#record-payments-modal .selection .hq-frm__group > div {
  width: 200px;
}

@font-face {
  font-family: "HQ-Font";
  src: url("../../wwwroot/css/HQ-Font.eot");
}
@font-face {
  font-family: "HQ-Font";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: var(--font-weight-regular);
  font-style: normal;
}
[class^=HQ], [class*=" HQ"], [class*=" HQ"]:before, [class^=HQ]:before {
  font-family: "HQ-Font" !important;
  speak: none;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.HQLager:before {
  content: "\e600";
}

.HQSearch:before {
  content: "\e601";
}

.HQScannen:before {
  content: "\e602";
}

.HQArtikelVerbauen:before {
  content: "\e603";
}

.HQArtikelAuswhlen:before {
  content: "\e604";
}

.HQOffeneArtikel:before {
  content: "\e605";
}

.HQArtikelEinlagern:before {
  content: "\e606";
}

.HQArtikelAuslagern:before {
  content: "\e607";
}

.HQFinish:before {
  content: "\e608";
}

.HQLoad:before {
  content: "\e609";
}

.HQDurchfhren:before {
  content: "\e60a";
}

.HQKorrekturVermerken:before {
  content: "\e60b";
}

.HQBruchVermerken:before {
  content: "\e60c";
}

.HQWareneingang:before {
  content: "\e60d";
}

.HQWarenausgang:before {
  content: "\e60e";
}

.HQausSchwebe:before {
  content: "\e60f";
}

.HQReservieren:before {
  content: "\e610";
}

.HQZahlungsflsse:before {
  content: "\e611";
}

.HQMailVorlage:before {
  content: "\e612";
}

.HQBelegeEingangsrechnung:before {
  content: "\e613";
}

.HQBelegeBestellung:before {
  content: "\e614";
}

.HQBelegeProtokoll:before {
  content: "\e615";
}

.HQBelegeBriefe:before {
  content: "\e616";
}

.HQZahlungsflsse2:before {
  content: "\e617";
}

.HQFahrzeuge:before {
  content: "\e618";
}

.HQsvg:before {
  content: "\e619";
}

.HQClock:before {
  content: "\e61a";
}

.HQStatistik5:before {
  content: "\e61b";
}

.HQForum:before {
  content: "\e61c";
}

.HQXing:before {
  content: "\e61d";
}

.HQTwitter:before {
  content: "\e61e";
}

.HQLinkedIn:before {
  content: "\e61f";
}

.HQGooglePlus:before {
  content: "\e620";
}

.HQFacebook:before {
  content: "\e621";
}

.HQWarenkorb:before {
  content: "\e622";
}

.HQZahnrad:before {
  content: "\e623";
}

.HQGruppe:before {
  content: "\e624";
}

.HQMitarbeiterPC2:before {
  content: "\e625";
}

.HQMitarbeiterPC:before {
  content: "\e626";
}

.HQProtokoll2:before {
  content: "\e627";
}

.HQTermine:before {
  content: "\e628";
}

.HQCall2:before {
  content: "\e629";
}

.HQKopieren2:before {
  content: "\e62a";
}

.HQMail:before {
  content: "\e62b";
}

.HQCall:before {
  content: "\e62c";
}

.HQStatistik4:before {
  content: "\e62d";
}

.HQVerschieben:before {
  content: "\e62e";
}

.HQOrdnerneu:before {
  content: "\e62f";
}

.HQEuro:before {
  content: "\e630";
}

.HQDateien:before {
  content: "\e631";
}

.HQDatei:before {
  content: "\e632";
}

.HQKalender:before {
  content: "\e633";
}

.HQAusschneiden:before {
  content: "\e634";
}

.HQuniE600:before {
  content: "\e635";
}

.HQAntiSpy:before {
  content: "\e636";
}

.HQProtect:before {
  content: "\e637";
}

.HQSchwarz_Wei:before {
  content: "\e638";
}

.HQConnect2:before {
  content: "\e639";
}

.HQHQLogo:before {
  content: "\e63a";
}

.HQFabrik:before {
  content: "\e63b";
}

.HQWindow:before {
  content: "\e63c";
}

.HQAktualisierenImport-Export:before {
  content: "\e63d";
}

.HQAktualisieren:before {
  content: "\e63e";
}

.HQAbbrechen2:before {
  content: "\e63f";
}

.HQDokument:before {
  content: "\e640";
}

.HQProjektNeu2:before {
  content: "\e641";
}

.HQNeu:before {
  content: "\e642";
}

.HQAllenantworten:before {
  content: "\e643";
}

.HQProjektWeiterleiten:before {
  content: "\e644";
}

.HQKalkulation2:before {
  content: "\e645";
}

.HQAntworten:before {
  content: "\e646";
}

.HQArchiv:before {
  content: "\e647";
}

.HQArtikel:before {
  content: "\e648";
}

.HQMailZeit:before {
  content: "\e649";
}

.HQBack-End:before {
  content: "\e64a";
}

.HQPen:before {
  content: "\e64b";
}

.HQDokumentLschen:before {
  content: "\e64c";
}

.HQDokumentCheck:before {
  content: "\e64d";
}

.HQMitarbeiterDesktopNeu:before {
  content: "\e64e";
}

.HQlinks-rechts:before {
  content: "\e64f";
}

.HQrechts:before {
  content: "\e650";
}

.HQlinks:before {
  content: "\e651";
}

.HQrauf:before {
  content: "\e652";
}

.HQrunter:before {
  content: "\e653";
}

.HQDashboardNeu:before {
  content: "\e654";
}

.HQOrdneralt:before {
  content: "\e655";
}

.HQDesktop:before {
  content: "\e656";
}

.HQDokumentErrinerung:before {
  content: "\e657";
}

.HQSetting:before {
  content: "\e658";
}

.HQCar:before {
  content: "\e659";
}

.HQBackUP:before {
  content: "\e65a";
}

.HQFilter:before {
  content: "\e65b";
}

.HQDokumentCash:before {
  content: "\e65c";
}

.HQAufgabenCheck:before {
  content: "\e65d";
}

.HQForumThemaNeu:before {
  content: "\e65e";
}

.HQForumAufgaben:before {
  content: "\e65f";
}

.HQForumZitat:before {
  content: "\e660";
}

.HQMailopen:before {
  content: "\e661";
}

.HQTermineGlobal:before {
  content: "\e662";
}

.HQMiarbeiterMail:before {
  content: "\e663";
}

.HQPuzzle:before {
  content: "\e664";
}

.HQInfo:before {
  content: "\e665";
}

.HQManagement:before {
  content: "\e666";
}

.HQKunde:before {
  content: "\e667";
}

.HQBuch:before {
  content: "\e668";
}

.HQGlobal:before {
  content: "\e669";
}

.HQLead2:before {
  content: "\e66a";
}

.HQLieferant:before {
  content: "\e66b";
}

.HQLieferaufgaben:before {
  content: "\e66c";
}

.HQBuchEinst:before {
  content: "\e66d";
}

.HQLschen:before {
  content: "\e66e";
}

.HQLschenEinst:before {
  content: "\e66f";
}

.HQMailbox:before {
  content: "\e670";
}

.HQMakiert:before {
  content: "\e671";
}

.HQEinstellungen:before {
  content: "\e672";
}

.HQMitarbeiter:before {
  content: "\e673";
}

.HQMitarbeiterAufgaben:before {
  content: "\e674";
}

.HQMitarbeiterEinst:before {
  content: "\e675";
}

.HQMitarbeiterProjekt:before {
  content: "\e676";
}

.HQMitarbeiterXY:before {
  content: "\e677";
}

.HQMobil:before {
  content: "\e678";
}

.HQApp:before {
  content: "\e679";
}

.HQModule:before {
  content: "\e67a";
}

.HQDokumentNeu:before {
  content: "\e67b";
}

.HQPhaseNeu:before {
  content: "\e67c";
}

.HQOrdnerNeualt:before {
  content: "\e67d";
}

.HQOrdnerNeu:before {
  content: "\e67e";
}

.HQHQMitarbeiterNeu2:before {
  content: "\e67f";
}

.HQZeitneu:before {
  content: "\e680";
}

.HQNewsletter2:before {
  content: "\e681";
}

.HQEco:before {
  content: "\e682";
}

.HQKey:before {
  content: "\e683";
}

.HQPhasen:before {
  content: "\e684";
}

.HQProjektNeu:before {
  content: "\e685";
}

.HQProjektCash:before {
  content: "\e686";
}

.HQProjektSuche:before {
  content: "\e687";
}

.HQProjekte:before {
  content: "\e688";
}

.HQProjektCheck:before {
  content: "\e689";
}

.HQProjektZeit:before {
  content: "\e68a";
}

.HQProjektReturn:before {
  content: "\e68b";
}

.HQProjekt:before {
  content: "\e68c";
}

.HQRepeat:before {
  content: "\e68d";
}

.HQMiarbeiterlschen:before {
  content: "\e68e";
}

.HQStatistikReport:before {
  content: "\e68f";
}

.HQStatistik3:before {
  content: "\e690";
}

.HQAchtung:before {
  content: "\e691";
}

.HQAbbrechen:before {
  content: "\e692";
}

.HQExpressMail:before {
  content: "\e693";
}

.HQSpeichern:before {
  content: "\e694";
}

.HQStartStop:before {
  content: "\e695";
}

.HQStatistik2:before {
  content: "\e696";
}

.HQProzent:before {
  content: "\e697";
}

.HQStatus:before {
  content: "\e698";
}

.HQArtikelSuchen:before {
  content: "\e699";
}

.HQTelefon:before {
  content: "\e69a";
}

.HQStatistik:before {
  content: "\e69b";
}

.HQUrlaub:before {
  content: "\e69c";
}

.HQVisitenkarten:before {
  content: "\e69d";
}

.HQMitarbeiterhinzufgen:before {
  content: "\e69e";
}

.HQProtokoll:before {
  content: "\e69f";
}

.HQMove:before {
  content: "\e6a0";
}

.HQNewsletter:before {
  content: "\e6a1";
}

.HQMitarbeiterGlobal:before {
  content: "\e6a2";
}

.HQZeitCheck:before {
  content: "\e6a3";
}

.HQTerminierteAufgaben:before {
  content: "\e6a4";
}

.HQbank:before {
  content: "\e6a5";
}

.HQParagraph:before {
  content: "\e6a6";
}

.HQEC-Karte:before {
  content: "\e6a7";
}

.HQOrdnergesichert:before {
  content: "\e6a8";
}

.HQKalkulation:before {
  content: "\e6a9";
}

.HQAufgabein3Tagenfertig:before {
  content: "\e6aa";
}

.HQStandartwerte:before {
  content: "\e6ab";
}

.HQSchulung:before {
  content: "\e6ac";
}

.HQRechnungausgehend:before {
  content: "\e6ad";
}

.HQLogout:before {
  content: "\e6ae";
}

.HQPinnwand:before {
  content: "\e6af";
}

.HQLock:before {
  content: "\e6b0";
}

.HQOutlook:before {
  content: "\e6b1";
}

.HQMitarbeiterNeu2:before {
  content: "\e6b2";
}

.HQLeadEinst:before {
  content: "\e6b3";
}

.HQConnect:before {
  content: "\e6b4";
}

.HQDokumentAchtung:before {
  content: "\e6b5";
}

.HQLogin:before {
  content: "\e6b6";
}

.HQLieferschein:before {
  content: "\e6b7";
}

.HQLeadManagement:before {
  content: "\e6b8";
}

.HQLead3:before {
  content: "\e6b9";
}

.HQMitarbeiterCheck:before {
  content: "\e6ba";
}

.HQLagerAuswaehlen:before {
  content: "\e6bb";
}

.HQKundeProjekt:before {
  content: "\e6bc";
}

.HQKundeTelefon:before {
  content: "\e6bd";
}

.HQKundeTermin:before {
  content: "\e6be";
}

.HQKopieren:before {
  content: "\e6bf";
}

.HQMiarbeiterEinst:before {
  content: "\e6c0";
}

.HQMitarbeiterMail:before {
  content: "\e6c1";
}

.HQGeburtstag:before {
  content: "\e6c2";
}

.HQFeedbackneu:before {
  content: "\e6c3";
}

.HQFeedback:before {
  content: "\e6c4";
}

.HQExport:before {
  content: "\e6c5";
}

.HQPrint:before {
  content: "\e6c6";
}

.HQDownload:before {
  content: "\e6c7";
}

.HQDashboardalt:before {
  content: "\e6c8";
}

.HQClipboard:before {
  content: "\e6c9";
}

.HQCoachingalt:before {
  content: "\e6ca";
}

.HQRechnungeingehend:before {
  content: "\e6cb";
}

.HQClipboardCheck:before {
  content: "\e6cc";
}

.HQAufgabeheutefertig:before {
  content: "\e6cd";
}

.HQUmsatz:before {
  content: "\e6ce";
}

.HQUmsatzCheck:before {
  content: "\e6cf";
}

.HQUmsatzLschen:before {
  content: "\e6d0";
}

.HQUmsatzSumme:before {
  content: "\e6d1";
}

.HQUmsatzAchtung:before {
  content: "\e6d2";
}

.HQImport:before {
  content: "\e6d3";
}

.HQConnectneu:before {
  content: "\e6d4";
}

.HQVorlage:before {
  content: "\e6d5";
}

.HQProjektAchtung:before {
  content: "\e6d6";
}

/*-------MENU CSS-----------------------------------------

.MenuHQAbbrechen{
	.rpText:before {
		content: "\e602";
	}
}

Alle Normalen einmal kopieren, und dann ersetzen durch anderes Schema

*/
[class^=MenuHQ] .rpText:before, [class*=" MenuHQ"] .rpText:before {
  font-family: "HQ-Font" !important;
  speak: none;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  vertical-align: top;
  margin: 5px 5px 0px -20px;
  display: inline-block;
  width: 27px;
  content: "";
}
[class^=MenuHQ] .rtsTxt:before, [class*=" MenuHQ"] .rtsTxt:before {
  font-family: "HQ-Font" !important;
  speak: none;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: top;
  margin: 3px 5px 0px 0px;
  display: inline-block;
  width: 20px;
  content: "";
}

.MenuHQLager .rpText:before, .MenuHQLager .rtsTxt:before {
  content: "\e600";
}

.MenuHQSearch .rpText:before, .MenuHQSearch .rtsTxt:before {
  content: "\e601";
}

.MenuHQScannen .rpText:before, .MenuHQScannen .rtsTxt:before {
  content: "\e602";
}

.MenuHQArtikelVerbauen .rpText:before, .MenuHQArtikelVerbauen .rtsTxt:before {
  content: "\e603";
}

.MenuHQArtikelAuswhlen .rpText:before, .MenuHQArtikelAuswhlen .rtsTxt:before {
  content: "\e604";
}

.MenuHQOffeneArtikel .rpText:before, .MenuHQOffeneArtikel .rtsTxt:before {
  content: "\e605";
}

.MenuHQArtikelEinlagern .rpText:before, .MenuHQArtikelEinlagern .rtsTxt:before {
  content: "\e606";
}

.MenuHQArtikelAuslagern .rpText:before, .MenuHQArtikelAuslagern .rtsTxt:before {
  content: "\e607";
}

.MenuHQFinish .rpText:before, .MenuHQFinish .rtsTxt:before {
  content: "\e608";
}

.MenuHQLoad .rpText:before, .MenuHQLoad .rtsTxt:before {
  content: "\e609";
}

.MenuHQDurchfhren .rpText:before, .MenuHQDurchfhren .rtsTxt:before {
  content: "\e60a";
}

.MenuHQKorrekturVermerken .rpText:before, .MenuHQKorrekturVermerken .rtsTxt:before {
  content: "\e60b";
}

.MenuHQBruchVermerken .rpText:before, .MenuHQBruchVermerken .rtsTxt:before {
  content: "\e60c";
}

.MenuHQWareneingang .rpText:before, .MenuHQWareneingang .rtsTxt:before {
  content: "\e60d";
}

.MenuHQWarenausgang .rpText:before, .MenuHQWarenausgang .rtsTxt:before {
  content: "\e60e";
}

.MenuHQausSchwebe .rpText:before, .MenuHQausSchwebe .rtsTxt:before {
  content: "\e60f";
}

.MenuHQReservieren .rpText:before, .MenuHQReservieren .rtsTxt:before {
  content: "\e610";
}

.MenuHQZahlungsflsse .rpText:before, .MenuHQZahlungsflsse .rtsTxt:before {
  content: "\e611";
}

.MenuHQMailVorlage .rpText:before, .MenuHQMailVorlage .rtsTxt:before {
  content: "\e612";
}

.MenuHQBelegeEingangsrechnung .rpText:before, .MenuHQBelegeEingangsrechnung .rtsTxt:before {
  content: "\e613";
}

.MenuHQBelegeBestellung .rpText:before, .MenuHQBelegeBestellung .rtsTxt:before {
  content: "\e614";
}

.MenuHQBelegeProtokoll .rpText:before, .MenuHQBelegeProtokoll .rtsTxt:before {
  content: "\e615";
}

.MenuHQBelegeBriefe .rpText:before, .MenuHQBelegeBriefe .rtsTxt:before {
  content: "\e616";
}

.MenuHQZahlungsflsse2 .rpText:before, .MenuHQZahlungsflsse2 .rtsTxt:before {
  content: "\e617";
}

.MenuHQFahrzeuge .rpText:before, .MenuHQFahrzeuge .rtsTxt:before {
  content: "\e618";
}

.MenuHQsvg .rpText:before, .MenuHQsvg .rtsTxt:before {
  content: "\e619";
}

.MenuHQClock .rpText:before, .MenuHQClock .rtsTxt:before {
  content: "\e61a";
}

.MenuHQStatistik5 .rpText:before, .MenuHQStatistik5 .rtsTxt:before {
  content: "\e61b";
}

.MenuHQForum .rpText:before, .MenuHQForum .rtsTxt:before {
  content: "\e61c";
}

.MenuHQXing .rpText:before, .MenuHQXing .rtsTxt:before {
  content: "\e61d";
}

.MenuHQTwitter .rpText:before, .MenuHQTwitter .rtsTxt:before {
  content: "\e61e";
}

.MenuHQLinkedIn .rpText:before, .MenuHQLinkedIn .rtsTxt:before {
  content: "\e61f";
}

.MenuHQGooglePlus .rpText:before, .MenuHQGooglePlus .rtsTxt:before {
  content: "\e620";
}

.MenuHQFacebook .rpText:before, .MenuHQFacebook .rtsTxt:before {
  content: "\e621";
}

.MenuHQWarenkorb .rpText:before, .MenuHQWarenkorb .rtsTxt:before {
  content: "\e622";
}

.MenuHQZahnrad .rpText:before, .MenuHQZahnrad .rtsTxt:before {
  content: "\e623";
}

.MenuHQGruppe .rpText:before, .MenuHQGruppe .rtsTxt:before {
  content: "\e624";
}

.MenuHQMitarbeiterPC2 .rpText:before, .MenuHQMitarbeiterPC2 .rtsTxt:before {
  content: "\e625";
}

.MenuHQMitarbeiterPC .rpText:before, .MenuHQMitarbeiterPC .rtsTxt:before {
  content: "\e626";
}

.MenuHQProtokoll2 .rpText:before, .MenuHQProtokoll2 .rtsTxt:before {
  content: "\e627";
}

.MenuHQTermine .rpText:before, .MenuHQTermine .rtsTxt:before {
  content: "\e628";
}

.MenuHQCall2 .rpText:before, .MenuHQCall2 .rtsTxt:before {
  content: "\e629";
}

.MenuHQKopieren2 .rpText:before, .MenuHQKopieren2 .rtsTxt:before {
  content: "\e62a";
}

.MenuHQMail .rpText:before, .MenuHQMail .rtsTxt:before {
  content: "\e62b";
}

.MenuHQCall .rpText:before, .MenuHQCall .rtsTxt:before {
  content: "\e62c";
}

.MenuHQStatistik4 .rpText:before, .MenuHQStatistik4 .rtsTxt:before {
  content: "\e62d";
}

.MenuHQVerschieben .rpText:before, .MenuHQVerschieben .rtsTxt:before {
  content: "\e62e";
}

.MenuHQOrdnerneu .rpText:before, .MenuHQOrdnerneu .rtsTxt:before {
  content: "\e62f";
}

.MenuHQEuro .rpText:before, .MenuHQEuro .rtsTxt:before {
  content: "\e630";
}

.MenuHQDateien .rpText:before, .MenuHQDateien .rtsTxt:before {
  content: "\e631";
}

.MenuHQDatei .rpText:before, .MenuHQDatei .rtsTxt:before {
  content: "\e632";
}

.MenuHQKalender .rpText:before, .MenuHQKalender .rtsTxt:before {
  content: "\e633";
}

.MenuHQAusschneiden .rpText:before, .MenuHQAusschneiden .rtsTxt:before {
  content: "\e634";
}

.MenuHQuniE600 .rpText:before, .MenuHQuniE600 .rtsTxt:before {
  content: "\e635";
}

.MenuHQAntiSpy .rpText:before, .MenuHQAntiSpy .rtsTxt:before {
  content: "\e636";
}

.MenuHQProtect .rpText:before, .MenuHQProtect .rtsTxt:before {
  content: "\e637";
}

.MenuHQSchwarz_Wei .rpText:before, .MenuHQSchwarz_Wei .rtsTxt:before {
  content: "\e638";
}

.MenuHQConnect2 .rpText:before, .MenuHQConnect2 .rtsTxt:before {
  content: "\e639";
}

.MenuHQMenuHQLogo .rpText:before, .MenuHQMenuHQLogo .rtsTxt:before {
  content: "\e63a";
}

.MenuHQFabrik .rpText:before, .MenuHQFabrik .rtsTxt:before {
  content: "\e63b";
}

.MenuHQWindow .rpText:before, .MenuHQWindow .rtsTxt:before {
  content: "\e63c";
}

.MenuHQAktualisierenImport-Export .rpText:before, .MenuHQAktualisierenImport-Export .rtsTxt:before {
  content: "\e63d";
}

.MenuHQAktualisieren .rpText:before, .MenuHQAktualisieren .rtsTxt:before {
  content: "\e63e";
}

.MenuHQAbbrechen2 .rpText:before, .MenuHQAbbrechen2 .rtsTxt:before {
  content: "\e63f";
}

.MenuHQDokument .rpText:before, .MenuHQDokument .rtsTxt:before {
  content: "\e640";
}

.MenuHQProjektNeu2 .rpText:before, .MenuHQProjektNeu2 .rtsTxt:before {
  content: "\e641";
}

.MenuHQNeu .rpText:before, .MenuHQNeu .rtsTxt:before {
  content: "\e642";
}

.MenuHQAllenantworten .rpText:before, .MenuHQAllenantworten .rtsTxt:before {
  content: "\e643";
}

.MenuHQProjektWeiterleiten .rpText:before, .MenuHQProjektWeiterleiten .rtsTxt:before {
  content: "\e644";
}

.MenuHQKalkulation2 .rpText:before, .MenuHQKalkulation2 .rtsTxt:before {
  content: "\e645";
}

.MenuHQAntworten .rpText:before, .MenuHQAntworten .rtsTxt:before {
  content: "\e646";
}

.MenuHQArchiv .rpText:before, .MenuHQArchiv .rtsTxt:before {
  content: "\e647";
}

.MenuHQArtikel .rpText:before, .MenuHQArtikel .rtsTxt:before {
  content: "\e648";
}

.MenuHQMailZeit .rpText:before, .MenuHQMailZeit .rtsTxt:before {
  content: "\e649";
}

.MenuHQBack-End .rpText:before, .MenuHQBack-End .rtsTxt:before {
  content: "\e64a";
}

.MenuHQPen .rpText:before, .MenuHQPen .rtsTxt:before {
  content: "\e64b";
}

.MenuHQDokumentLschen .rpText:before, .MenuHQDokumentLschen .rtsTxt:before {
  content: "\e64c";
}

.MenuHQDokumentCheck .rpText:before, .MenuHQDokumentCheck .rtsTxt:before {
  content: "\e64d";
}

.MenuHQMitarbeiterDesktopNeu .rpText:before, .MenuHQMitarbeiterDesktopNeu .rtsTxt:before {
  content: "\e64e";
}

.MenuHQlinks-rechts .rpText:before, .MenuHQlinks-rechts .rtsTxt:before {
  content: "\e64f";
}

.MenuHQrechts .rpText:before, .MenuHQrechts .rtsTxt:before {
  content: "\e650";
}

.MenuHQlinks .rpText:before, .MenuHQlinks .rtsTxt:before {
  content: "\e651";
}

.MenuHQrauf .rpText:before, .MenuHQrauf .rtsTxt:before {
  content: "\e652";
}

.MenuHQrunter .rpText:before, .MenuHQrunter .rtsTxt:before {
  content: "\e653";
}

.MenuHQDashboardNeu .rpText:before, .MenuHQDashboardNeu .rtsTxt:before {
  content: "\e654";
}

.MenuHQOrdneralt .rpText:before, .MenuHQOrdneralt .rtsTxt:before {
  content: "\e655";
}

.MenuHQDesktop .rpText:before, .MenuHQDesktop .rtsTxt:before {
  content: "\e656";
}

.MenuHQDokumentErrinerung .rpText:before, .MenuHQDokumentErrinerung .rtsTxt:before {
  content: "\e657";
}

.MenuHQSetting .rpText:before, .MenuHQSetting .rtsTxt:before {
  content: "\e658";
}

.MenuHQCar .rpText:before, .MenuHQCar .rtsTxt:before {
  content: "\e659";
}

.MenuHQBackUP .rpText:before, .MenuHQBackUP .rtsTxt:before {
  content: "\e65a";
}

.MenuHQFilter .rpText:before, .MenuHQFilter .rtsTxt:before {
  content: "\e65b";
}

.MenuHQDokumentCash .rpText:before, .MenuHQDokumentCash .rtsTxt:before {
  content: "\e65c";
}

.MenuHQAufgabenCheck .rpText:before, .MenuHQAufgabenCheck .rtsTxt:before {
  content: "\e65d";
}

.MenuHQForumThemaNeu .rpText:before, .MenuHQForumThemaNeu .rtsTxt:before {
  content: "\e65e";
}

.MenuHQForumAufgaben .rpText:before, .MenuHQForumAufgaben .rtsTxt:before {
  content: "\e65f";
}

.MenuHQForumZitat .rpText:before, .MenuHQForumZitat .rtsTxt:before {
  content: "\e660";
}

.MenuHQMailopen .rpText:before, .MenuHQMailopen .rtsTxt:before {
  content: "\e661";
}

.MenuHQTermineGlobal .rpText:before, .MenuHQTermineGlobal .rtsTxt:before {
  content: "\e662";
}

.MenuHQMiarbeiterMail .rpText:before, .MenuHQMiarbeiterMail .rtsTxt:before {
  content: "\e663";
}

.MenuHQPuzzle .rpText:before, .MenuHQPuzzle .rtsTxt:before {
  content: "\e664";
}

.MenuHQInfo .rpText:before, .MenuHQInfo .rtsTxt:before {
  content: "\e665";
}

.MenuHQManagement .rpText:before, .MenuHQManagement .rtsTxt:before {
  content: "\e666";
}

.MenuHQKunde .rpText:before, .MenuHQKunde .rtsTxt:before {
  content: "\e667";
}

.MenuHQBuch .rpText:before, .MenuHQBuch .rtsTxt:before {
  content: "\e668";
}

.MenuHQGlobal .rpText:before, .MenuHQGlobal .rtsTxt:before {
  content: "\e669";
}

.MenuHQLead2 .rpText:before, .MenuHQLead2 .rtsTxt:before {
  content: "\e66a";
}

.MenuHQLieferant .rpText:before, .MenuHQLieferant .rtsTxt:before {
  content: "\e66b";
}

.MenuHQLieferaufgaben .rpText:before, .MenuHQLieferaufgaben .rtsTxt:before {
  content: "\e66c";
}

.MenuHQBuchEinst .rpText:before, .MenuHQBuchEinst .rtsTxt:before {
  content: "\e66d";
}

.MenuHQLschen .rpText:before, .MenuHQLschen .rtsTxt:before {
  content: "\e66e";
}

.MenuHQLschenEinst .rpText:before, .MenuHQLschenEinst .rtsTxt:before {
  content: "\e66f";
}

.MenuHQMailbox .rpText:before, .MenuHQMailbox .rtsTxt:before {
  content: "\e670";
}

.MenuHQMakiert .rpText:before, .MenuHQMakiert .rtsTxt:before {
  content: "\e671";
}

.MenuHQEinstellungen .rpText:before, .MenuHQEinstellungen .rtsTxt:before {
  content: "\e672";
}

.MenuHQMitarbeiter .rpText:before, .MenuHQMitarbeiter .rtsTxt:before {
  content: "\e673";
}

.MenuHQMitarbeiterAufgaben .rpText:before, .MenuHQMitarbeiterAufgaben .rtsTxt:before {
  content: "\e674";
}

.MenuHQMitarbeiterEinst .rpText:before, .MenuHQMitarbeiterEinst .rtsTxt:before {
  content: "\e675";
}

.MenuHQMitarbeiterProjekt .rpText:before, .MenuHQMitarbeiterProjekt .rtsTxt:before {
  content: "\e676";
}

.MenuHQMitarbeiterXY .rpText:before, .MenuHQMitarbeiterXY .rtsTxt:before {
  content: "\e677";
}

.MenuHQMobil .rpText:before, .MenuHQMobil .rtsTxt:before {
  content: "\e678";
}

.MenuHQApp .rpText:before, .MenuHQApp .rtsTxt:before {
  content: "\e679";
}

.MenuHQModule .rpText:before, .MenuHQModule .rtsTxt:before {
  content: "\e67a";
}

.MenuHQDokumentNeu .rpText:before, .MenuHQDokumentNeu .rtsTxt:before {
  content: "\e67b";
}

.MenuHQPhaseNeu .rpText:before, .MenuHQPhaseNeu .rtsTxt:before {
  content: "\e67c";
}

.MenuHQOrdnerNeualt .rpText:before, .MenuHQOrdnerNeualt .rtsTxt:before {
  content: "\e67d";
}

.MenuHQOrdnerNeu .rpText:before, .MenuHQOrdnerNeu .rtsTxt:before {
  content: "\e67e";
}

.MenuHQMenuHQMitarbeiterNeu2 .rpText:before, .MenuHQMenuHQMitarbeiterNeu2 .rtsTxt:before {
  content: "\e67f";
}

.MenuHQZeitneu .rpText:before, .MenuHQZeitneu .rtsTxt:before {
  content: "\e680";
}

.MenuHQNewsletter2 .rpText:before, .MenuHQNewsletter2 .rtsTxt:before {
  content: "\e681";
}

.MenuHQEco .rpText:before, .MenuHQEco .rtsTxt:before {
  content: "\e682";
}

.MenuHQKey .rpText:before, .MenuHQKey .rtsTxt:before {
  content: "\e683";
}

.MenuHQPhasen .rpText:before, .MenuHQPhasen .rtsTxt:before {
  content: "\e684";
}

.MenuHQProjektNeu .rpText:before, .MenuHQProjektNeu .rtsTxt:before {
  content: "\e685";
}

.MenuHQProjektCash .rpText:before, .MenuHQProjektCash .rtsTxt:before {
  content: "\e686";
}

.MenuHQProjektSuche .rpText:before, .MenuHQProjektSuche .rtsTxt:before {
  content: "\e687";
}

.MenuHQProjekte .rpText:before, .MenuHQProjekte .rtsTxt:before {
  content: "\e688";
}

.MenuHQProjektCheck .rpText:before, .MenuHQProjektCheck .rtsTxt:before {
  content: "\e689";
}

.MenuHQProjektZeit .rpText:before, .MenuHQProjektZeit .rtsTxt:before {
  content: "\e68a";
}

.MenuHQProjektReturn .rpText:before, .MenuHQProjektReturn .rtsTxt:before {
  content: "\e68b";
}

.MenuHQProjekt .rpText:before, .MenuHQProjekt .rtsTxt:before {
  content: "\e68c";
}

.MenuHQRepeat .rpText:before, .MenuHQRepeat .rtsTxt:before {
  content: "\e68d";
}

.MenuHQMiarbeiterlschen .rpText:before, .MenuHQMiarbeiterlschen .rtsTxt:before {
  content: "\e68e";
}

.MenuHQStatistikReport .rpText:before, .MenuHQStatistikReport .rtsTxt:before {
  content: "\e68f";
}

.MenuHQStatistik3 .rpText:before, .MenuHQStatistik3 .rtsTxt:before {
  content: "\e690";
}

.MenuHQAchtung .rpText:before, .MenuHQAchtung .rtsTxt:before {
  content: "\e691";
}

.MenuHQAbbrechen .rpText:before, .MenuHQAbbrechen .rtsTxt:before {
  content: "\e692";
}

.MenuHQExpressMail .rpText:before, .MenuHQExpressMail .rtsTxt:before {
  content: "\e693";
}

.MenuHQSpeichern .rpText:before, .MenuHQSpeichern .rtsTxt:before {
  content: "\e694";
}

.MenuHQStartStop .rpText:before, .MenuHQStartStop .rtsTxt:before {
  content: "\e695";
}

.MenuHQStatistik2 .rpText:before, .MenuHQStatistik2 .rtsTxt:before {
  content: "\e696";
}

.MenuHQProzent .rpText:before, .MenuHQProzent .rtsTxt:before {
  content: "\e697";
}

.MenuHQStatus .rpText:before, .MenuHQStatus .rtsTxt:before {
  content: "\e698";
}

.MenuHQArtikelSuchen .rpText:before, .MenuHQArtikelSuchen .rtsTxt:before {
  content: "\e699";
}

.MenuHQTelefon .rpText:before, .MenuHQTelefon .rtsTxt:before {
  content: "\e69a";
}

.MenuHQStatistik .rpText:before, .MenuHQStatistik .rtsTxt:before {
  content: "\e69b";
}

.MenuHQUrlaub .rpText:before, .MenuHQUrlaub .rtsTxt:before {
  content: "\e69c";
}

.MenuHQVisitenkarten .rpText:before, .MenuHQVisitenkarten .rtsTxt:before {
  content: "\e69d";
}

.MenuHQMitarbeiterhinzufgen .rpText:before, .MenuHQMitarbeiterhinzufgen .rtsTxt:before {
  content: "\e69e";
}

.MenuHQProtokoll .rpText:before, .MenuHQProtokoll .rtsTxt:before {
  content: "\e69f";
}

.MenuHQMove .rpText:before, .MenuHQMove .rtsTxt:before {
  content: "\e6a0";
}

.MenuHQNewsletter .rpText:before, .MenuHQNewsletter .rtsTxt:before {
  content: "\e6a1";
}

.MenuHQMitarbeiterGlobal .rpText:before, .MenuHQMitarbeiterGlobal .rtsTxt:before {
  content: "\e6a2";
}

.MenuHQZeitCheck .rpText:before, .MenuHQZeitCheck .rtsTxt:before {
  content: "\e6a3";
}

.MenuHQTerminierteAufgaben .rpText:before, .MenuHQTerminierteAufgaben .rtsTxt:before {
  content: "\e6a4";
}

.MenuHQbank .rpText:before, .MenuHQbank .rtsTxt:before {
  content: "\e6a5";
}

.MenuHQParagraph .rpText:before, .MenuHQParagraph .rtsTxt:before {
  content: "\e6a6";
}

.MenuHQEC-Karte .rpText:before, .MenuHQEC-Karte .rtsTxt:before {
  content: "\e6a7";
}

.MenuHQOrdnergesichert .rpText:before, .MenuHQOrdnergesichert .rtsTxt:before {
  content: "\e6a8";
}

.MenuHQKalkulation .rpText:before, .MenuHQKalkulation .rtsTxt:before {
  content: "\e6a9";
}

.MenuHQAufgabein3Tagenfertig .rpText:before, .MenuHQAufgabein3Tagenfertig .rtsTxt:before {
  content: "\e6aa";
}

.MenuHQStandartwerte .rpText:before, .MenuHQStandartwerte .rtsTxt:before {
  content: "\e6ab";
}

.MenuHQSchulung .rpText:before, .MenuHQSchulung .rtsTxt:before {
  content: "\e6ac";
}

.MenuHQRechnungausgehend .rpText:before, .MenuHQRechnungausgehend .rtsTxt:before {
  content: "\e6ad";
}

.MenuHQLogout .rpText:before, .MenuHQLogout .rtsTxt:before {
  content: "\e6ae";
}

.MenuHQPinnwand .rpText:before, .MenuHQPinnwand .rtsTxt:before {
  content: "\e6af";
}

.MenuHQLock .rpText:before, .MenuHQLock .rtsTxt:before {
  content: "\e6b0";
}

.MenuHQOutlook .rpText:before, .MenuHQOutlook .rtsTxt:before {
  content: "\e6b1";
}

.MenuHQMitarbeiterNeu2 .rpText:before, .MenuHQMitarbeiterNeu2 .rtsTxt:before {
  content: "\e6b2";
}

.MenuHQLeadEinst .rpText:before, .MenuHQLeadEinst .rtsTxt:before {
  content: "\e6b3";
}

.MenuHQConnect .rpText:before, .MenuHQConnect .rtsTxt:before {
  content: "\e6b4";
}

.MenuHQDokumentAchtung .rpText:before, .MenuHQDokumentAchtung .rtsTxt:before {
  content: "\e6b5";
}

.MenuHQLogin .rpText:before, .MenuHQLogin .rtsTxt:before {
  content: "\e6b6";
}

.MenuHQLieferschein .rpText:before, .MenuHQLieferschein .rtsTxt:before {
  content: "\e6b7";
}

.MenuHQLeadManagement .rpText:before, .MenuHQLeadManagement .rtsTxt:before {
  content: "\e6b8";
}

.MenuHQLead3 .rpText:before, .MenuHQLead3 .rtsTxt:before {
  content: "\e6b9";
}

.MenuHQMitarbeiterCheck .rpText:before, .MenuHQMitarbeiterCheck .rtsTxt:before {
  content: "\e6ba";
}

.MenuHQLagerAuswaehlen .rpText:before, .MenuHQLagerAuswaehlen .rtsTxt:before {
  content: "\e6bb";
}

.MenuHQKundeProjekt .rpText:before, .MenuHQKundeProjekt .rtsTxt:before {
  content: "\e6bc";
}

.MenuHQKundeTelefon .rpText:before, .MenuHQKundeTelefon .rtsTxt:before {
  content: "\e6bd";
}

.MenuHQKundeTermin .rpText:before, .MenuHQKundeTermin .rtsTxt:before {
  content: "\e6be";
}

.MenuHQKopieren .rpText:before, .MenuHQKopieren .rtsTxt:before {
  content: "\e6bf";
}

.MenuHQMiarbeiterEinst .rpText:before, .MenuHQMiarbeiterEinst .rtsTxt:before {
  content: "\e6c0";
}

.MenuHQMitarbeiterMail .rpText:before, .MenuHQMitarbeiterMail .rtsTxt:before {
  content: "\e6c1";
}

.MenuHQGeburtstag .rpText:before, .MenuHQGeburtstag .rtsTxt:before {
  content: "\e6c2";
}

.MenuHQFeedbackneu .rpText:before, .MenuHQFeedbackneu .rtsTxt:before {
  content: "\e6c3";
}

.MenuHQFeedback .rpText:before, .MenuHQFeedback .rtsTxt:before {
  content: "\e6c4";
}

.MenuHQExport .rpText:before, .MenuHQExport .rtsTxt:before {
  content: "\e6c5";
}

.MenuHQPrint .rpText:before, .MenuHQPrint .rtsTxt:before {
  content: "\e6c6";
}

.MenuHQDownload .rpText:before, .MenuHQDownload .rtsTxt:before {
  content: "\e6c7";
}

.MenuHQDashboardalt .rpText:before, .MenuHQDashboardalt .rtsTxt:before {
  content: "\e6c8";
}

.MenuHQClipboard .rpText:before, .MenuHQClipboard .rtsTxt:before {
  content: "\e6c9";
}

.MenuHQCoachingalt .rpText:before, .MenuHQCoachingalt .rtsTxt:before {
  content: "\e6ca";
}

.MenuHQRechnungeingehend .rpText:before, .MenuHQRechnungeingehend .rtsTxt:before {
  content: "\e6cb";
}

.MenuHQClipboardCheck .rpText:before, .MenuHQClipboardCheck .rtsTxt:before {
  content: "\e6cc";
}

.MenuHQAufgabeheutefertig .rpText:before, .MenuHQAufgabeheutefertig .rtsTxt:before {
  content: "\e6cd";
}

.MenuHQUmsatz .rpText:before, .MenuHQUmsatz .rtsTxt:before {
  content: "\e6ce";
}

.MenuHQUmsatzCheck .rpText:before, .MenuHQUmsatzCheck .rtsTxt:before {
  content: "\e6cf";
}

.MenuHQUmsatzLschen .rpText:before, .MenuHQUmsatzLschen .rtsTxt:before {
  content: "\e6d0";
}

.MenuHQUmsatzSumme .rpText:before, .MenuHQUmsatzSumme .rtsTxt:before {
  content: "\e6d1";
}

.MenuHQUmsatzAchtung .rpText:before, .MenuHQUmsatzAchtung .rtsTxt:before {
  content: "\e6d2";
}

.MenuHQImport .rpText:before, .MenuHQImport .rtsTxt:before {
  content: "\e6d3";
}

.MenuHQConnectneu .rpText:before, .MenuHQConnectneu .rtsTxt:before {
  content: "\e6d4";
}

.MenuHQVorlage .rpText:before, .MenuHQVorlage .rtsTxt:before {
  content: "\e6d5";
}

.MenuHQProjektAchtung .rpText:before, .MenuHQProjektAchtung .rtsTxt:before {
  content: "\e6d6";
}

#hq-document-summary-component {
  flex: 1;
  background-color: var(--color-white);
  height: 6rem;
  border-radius: 1.5rem;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 3px 15px 0 rgba(42, 47, 61, 0.2) !important;
  padding: 10px;
}
#hq-document-summary-component .hq-pad {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 5px;
}
#hq-document-summary-component .vertical-line {
  position: inherit;
  background-color: var(--gray-3);
  width: 1px;
  top: 1px;
}

.hq-document-summary-status-section {
  flex: 1;
}

.hq-document-summary-calculation-section {
  flex: 1;
  justify-content: center;
  text-align: center;
}

.hq-tabmenu .button_container {
  display: flex;
}
.hq-tabmenu .button_container .hq-daterange-picker .hq-frm__group, .hq-tabmenu .button_container .hq-multiselect .hq-frm__group {
  margin-bottom: 0;
}
.hq-tabmenu .button_container .hq-button {
  padding: 7px;
}

.hq-cancellation-modal .main-content {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
}
.hq-cancellation-modal .main-content .position-grid-wrapper {
  overflow-y: auto;
  padding-left: 5px;
}
.hq-cancellation-modal .options-dropdown {
  margin-left: 20px;
}
.hq-cancellation-modal .options-dropdown div > div > div {
  width: 180px;
}
.hq-cancellation-modal .add-percent-document {
  display: flex;
  margin-top: 20px;
}
.hq-cancellation-modal .total-cancellation-value div {
  height: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
}
.hq-cancellation-modal .document-summary {
  display: flex;
  gap: 15px;
}
.hq-cancellation-modal .document-summary .document-summary-labels,
.hq-cancellation-modal .document-summary .document-summary-values {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hq-cancellation-modal .document-summary .document-summary-values {
  font-weight: var(--font-weight-bold);
}
.hq-cancellation-modal .textbox-footer-text {
  font-size: 13px;
  font-weight: var(--font-weight-regular);
  font-style: italic;
  color: var(--gray-4);
}
.hq-cancellation-modal .center-total-value {
  margin-top: 11px;
  margin-left: 4px;
}

.hq-modal-position-grid {
  position: relative;
}
.hq-modal-position-grid:first-of-type {
  margin-top: 20px;
}
.hq-modal-position-grid .grid-title > div {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: var(--font-weight-bold);
}
.hq-modal-position-grid .select-all-position-checkbox {
  position: relative;
  top: 8px;
  width: 30px;
  z-index: 5;
  margin-left: 4px;
}
.hq-modal-position-grid .quickgrid {
  position: relative;
  top: -2rem;
}
.hq-modal-position-grid .quickgrid thead {
  position: relative;
  background: var(--color-white);
  top: 0;
  height: 3rem;
  color: var(--gray-3-5);
  font-size: 12px;
  font-weight: var(--font-weight-regular);
}
.hq-modal-position-grid .width-30 {
  width: 30px;
}
.hq-modal-position-grid .width-40 {
  width: 40px;
}
.hq-modal-position-grid .width-50 {
  width: 50px;
}
.hq-modal-position-grid .width-80 {
  width: 80px;
}
.hq-modal-position-grid .width-100 {
  width: 100px;
}

#hq-document-context-menu {
  display: flex;
}

#hq-document-overview .content-limit .grid-pointer {
  height: inherit !important;
}

#hq-planned-revenue-overview .content-limit .grid-pointer {
  height: inherit !important;
}

.hq-modal.document-pdf-modal-preview-style .modal-content {
  max-height: max-content;
  padding-bottom: 0 !important;
}
.hq-modal.document-pdf-modal-preview-style .modal-content .main-content {
  overflow: hidden;
}
.hq-modal.document-pdf-modal-preview-style .modal-content .main-content .document-pdf-modal-preview-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-modal.document-pdf-modal-preview-style .modal-content .main-content .document-pdf-modal-preview-button .hq-button .e-control.e-btn {
  font-size: 12px;
  width: 7rem;
}

#hq-document-grid .hq-grid.box, #hq-document-grid .hq-grid-wrapper .hq-grid, .hq-grid-wrapper #hq-document-grid .hq-grid {
  height: 100% !important;
}

#hq-document-overview-statistics {
  position: relative;
  background: white;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 10px;
}
#hq-document-overview-statistics .hq-pad {
  padding-block: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
}
#hq-document-overview-statistics .vertical-line {
  position: inherit;
  background-color: var(--gray-2);
  width: 1px;
}

.document-overview-statistics-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 74px;
}
.document-overview-statistics-column .title {
  text-align: left;
  padding-inline: 1rem;
  font-weight: var(--font-weight-bold);
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.document-overview-statistics-column .figures {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hq-pdfviewer {
  margin-top: -13px;
  height: calc(100% + 13px);
}
.hq-pdfviewer .e-pv-main-container {
  border-radius: 10px 10px 0 0;
}
.hq-pdfviewer .e-spinner-pane {
  display: none !important;
}

.hq-quick-grid .quickgrid[theme=light] .col-title {
  color: var(--gray-3-5);
  font-size: 9pt;
}
.hq-quick-grid .quickgrid[theme=light] thead {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
.hq-quick-grid .quickgrid[theme=inline] thead tr {
  background-color: var(--gray-2);
}
.hq-quick-grid .quickgrid[theme=inline] thead tr th:first-child {
  border-top-left-radius: 5px;
}
.hq-quick-grid .quickgrid[theme=inline] thead tr th:last-child {
  border-top-right-radius: 5px;
}
.hq-quick-grid .quickgrid[theme=inline] .col-title {
  color: var(--gray-5);
  font-size: 11pt;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
}
.hq-quick-grid .quickgrid[theme=inline] thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.hq-quick-grid .hq-table-fit-content-column {
  width: 1%;
  white-space: nowrap;
}
.hq-quick-grid .hq-table-auto-column {
  width: auto;
  white-space: nowrap;
}
.hq-quick-grid .width-10 {
  width: 10px;
  max-width: 10px;
}
.hq-quick-grid .width-20 {
  width: 20px;
  max-width: 20px;
}
.hq-quick-grid .width-30 {
  width: 30px;
  max-width: 30px;
}
.hq-quick-grid .width-40 {
  width: 40px;
  max-width: 40px;
}
.hq-quick-grid .width-50 {
  width: 50px;
  max-width: 50px;
}
.hq-quick-grid .width-60 {
  width: 60px;
  max-width: 60px;
}
.hq-quick-grid .width-70 {
  width: 70px;
  max-width: 70px;
}
.hq-quick-grid .width-80 {
  width: 80px;
  max-width: 80px;
}
.hq-quick-grid .width-90 {
  width: 90px;
  max-width: 90px;
}
.hq-quick-grid .width-100 {
  width: 100px;
  max-width: 100px;
}
.hq-quick-grid .width-110 {
  width: 110px;
  max-width: 110px;
}
.hq-quick-grid .width-120 {
  width: 120px;
  max-width: 120px;
}
.hq-quick-grid .width-130 {
  width: 130px;
  max-width: 130px;
}
.hq-quick-grid .width-140 {
  width: 140px;
  max-width: 140px;
}
.hq-quick-grid .width-150 {
  width: 150px;
  max-width: 150px;
}
.hq-quick-grid .width-160 {
  width: 160px;
  max-width: 160px;
}
.hq-quick-grid .width-170 {
  width: 170px;
  max-width: 170px;
}
.hq-quick-grid .width-180 {
  width: 180px;
  max-width: 180px;
}
.hq-quick-grid .width-190 {
  width: 190px;
  max-width: 190px;
}
.hq-quick-grid .width-200 {
  width: 200px;
  max-width: 200px;
}
.hq-quick-grid .width-210 {
  width: 210px;
  max-width: 210px;
}
.hq-quick-grid .width-220 {
  width: 220px;
  max-width: 220px;
}
.hq-quick-grid .width-230 {
  width: 230px;
  max-width: 230px;
}
.hq-quick-grid .width-240 {
  width: 240px;
  max-width: 240px;
}
.hq-quick-grid .width-250 {
  width: 250px;
  max-width: 250px;
}
.hq-quick-grid .width-300 {
  width: 300px;
  max-width: 300px;
}
.hq-quick-grid .width-400 {
  width: 400px;
  max-width: 400px;
}

.hq-company-email-template-content {
  display: flex;
  flex-direction: column;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 3px;
}
.hq-company-email-template-content .no-email-template-selected {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-company-email-template-content .no-email-template-selected div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hq-company-email-template-content .details-title-and-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hq-company-email-template-content .details-title-and-buttons .buttons {
  padding-right: 1px;
  display: flex;
  gap: 6px;
}
.hq-company-email-template-content .details-title-and-buttons .hq-inline-edit-base-enabled > div {
  padding: 0 !important;
}
.hq-company-email-template-content .details-title-and-buttons .hq-inline-edit-base-enabled > div > div > div {
  padding: 10px 0 !important;
  width: 100% !important;
  font-size: large;
  font-weight: var(--font-weight-extra-bold);
}
.hq-company-email-template-content .hq-tabmenu {
  margin-top: 15px;
}
.hq-company-email-template-content .hq-tabmenu .hq-label {
  margin-top: 15px;
}
.hq-company-email-template-content .title-wrapper .hq-inline-edit-base-enabled .content-formatting {
  height: 30px;
}
.hq-company-email-template-content .subject-wrapper .hq-inline-edit-base-enabled .content-formatting {
  height: 30px;
}
.hq-company-email-template-content .text-wrapper .hq-inline-edit-base-enabled .content-formatting {
  min-height: 60px;
}
.hq-company-email-template-content .text-wrapper .hq-inline-edit-base-enabled .medium-editor-element {
  min-height: 60px;
}
.hq-company-email-template-content .inline-rich-text-editor-field.text-wrapper {
  margin-top: 20px;
}
.hq-company-email-template-content .inline-rich-text-editor-field .data-section-item.small-label {
  place-self: start;
  margin-top: 8px;
}
.hq-company-email-template-content .inline-rich-text-editor-field .hq-richtexteditor .hq-medium-rte .advanced {
  border-radius: 5px;
}
.hq-company-email-template-content .inline-rich-text-editor-field .read-only-mode .content {
  display: unset;
}

.hq-company-email-templates-wrapper {
  padding-top: 24px;
  gap: 20px;
}
.hq-company-email-templates-wrapper .column-1-width {
  min-width: 460px;
  max-width: 460px;
}
.hq-company-email-templates-wrapper .column-2-width {
  width: 70%;
}

.hq-tree-view-new {
  margin-bottom: 15px;
}
.hq-tree-view-new .tree-view-item {
  color: var(--color-text-normal);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.hq-tree-view-new .tree-view-item.drag-over-before {
  border-top-color: var(--gray-4);
}
.hq-tree-view-new .tree-view-item.drag-over-after {
  border-bottom-color: var(--gray-4);
}
.hq-tree-view-new .tree-view-item.drag-over-into {
  background-color: var(--gray-6);
}
.hq-tree-view-new .tree-view-item.drag-over-no-drop {
  cursor: no-drop;
}
.hq-tree-view-new .tree-view-item-content {
  gap: 5px;
  cursor: pointer;
}
.hq-tree-view-new .tree-view-item-content:hover {
  background-color: var(--gray-1);
}
.hq-tree-view-new .tree-view-item-content.selected {
  background-color: var(--gray-2);
}
.hq-tree-view-new .tree-view-item-index {
  font-weight: var(--font-weight-bold);
  color: var(--gray-3-5);
}
.hq-tree-view-new .tree-view-item-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hq-tree-view-new .tree-view-item-children {
  padding-left: 20px;
}

.hq-split-resizer {
  content: "";
  position: absolute;
  z-index: 10;
}
.hq-split-resizer .dragline-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.hq-split-resizer.toptobottom {
  height: 15px;
  width: 100%;
}
.hq-split-resizer.toptobottom .dragline-indicator {
  border-bottom: 2px dashed var(--gray-3);
  bottom: 50%;
}
.hq-split-resizer.lefttoright {
  min-width: 5px;
  height: 100%;
  right: -2.5px;
}
.hq-split-resizer.lefttoright .dragline-indicator {
  border-right: 1px dashed;
  right: 50%;
}
.hq-split-resizer.righttoleft {
  min-width: 5px;
  height: 100%;
  left: -2.5px;
}
.hq-split-resizer.righttoleft .dragline-indicator {
  border-right: 1px dashed;
  right: 50%;
}
.hq-split-resizer.bottomtotop {
  height: 5px;
  width: 100%;
  top: -2.5px;
}
.hq-split-resizer.bottomtotop .dragline-indicator {
  border-bottom: 1px dashed;
  bottom: 50%;
}

.hq-leads-overview .hq-buttonbar {
  padding: 0 0 15px 0;
}
.hq-leads-overview .hq-buttonbar .hq-contextmenu .hq-button {
  padding-left: 0;
}
.hq-leads-overview .item-unselected.trailing-line {
  width: auto !important;
}
.hq-leads-overview .tab-item {
  padding-left: 25px;
  padding-right: 25px;
}

.hq-lead-status-type-drop-down .drop-down__text * {
  font-size: 14px;
}

#hq-kanban-Lead .lead_board_options .e-kanban {
  background-color: var(--gray-0);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td.e-collapsed {
  vertical-align: middle;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td:not(.e-collapsed):not(.e-cell) {
  background-color: var(--gray-0);
  border: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1;
  margin: 5px 0 15px 0;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-icons.e-header-icon.e-column-expand {
  color: var(--gray-5);
  font-weight: bold;
  padding-right: 0;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-icons.e-header-icon.e-column-collapse {
  color: white;
  font-weight: bold;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse {
  color: white;
  font-weight: var(--font-weight-bold);
  font-size: small;
  justify-content: center;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title .header-text, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand .header-text, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse .header-text {
  width: 100%;
  text-align: center;
  background: var(--gray-4);
  padding: 5px;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title .kanban-header-column-box, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand .kanban-header-column-box, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse .kanban-header-column-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title .summarization-box, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand .summarization-box, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse .summarization-box {
  margin-top: 10px;
  padding: 8px;
  background-color: var(--gray-2);
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title .summarization-box .total-volume, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand .summarization-box .total-volume, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse .summarization-box .total-volume {
  color: var(--gray-3-5);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title .summarization-box .wighted-volume, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand .summarization-box .wighted-volume, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse .summarization-box .wighted-volume {
  color: black;
  font-weight: var(--font-weight-semi-bold);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title .summarization-box .total-volume-won-leads, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand .summarization-box .total-volume-won-leads, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse .summarization-box .total-volume-won-leads {
  color: var(--dark-green-1);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content {
  height: calc(100vh - 293px);
  margin-right: -25px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-content-cells:focus {
  box-shadow: none;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-card-container {
  width: 300px;
  min-height: 0;
  padding: 10px 8px 0 8px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-card-container .e-card {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  border: none;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-card-container .e-card:hover {
  outline: 1px solid var(--color-ui-blue);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-card-container .e-empty-card {
  display: none;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-show-add-button:hover {
  cursor: pointer;
  border-width: 2px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-show-add-button {
  margin: 0;
  border-radius: 10px;
  border-color: var(--gray-3);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-show-add-button .e-show-add-icon {
  color: var(--gray-3);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row {
  background-color: var(--color-white);
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  border-radius: 10px;
  margin-left: 10px;
  height: 48px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row:first-child {
  margin-top: 8px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells {
  border-radius: 10px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-header-wrap .e-swimlane-text, #hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-icons {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content td.e-content-cells.e-collapsed {
  width: 43px;
  background-color: var(--gray-4);
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-content td.e-content-cells.e-collapsed .e-collapse-header-text {
  color: white;
  font-weight: var(--font-weight-bold);
  font-size: small;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-header {
  position: sticky;
  z-index: 1;
  top: -20px;
  margin-top: 10px;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-header > div {
  width: calc(100% + 25px) !important;
}
#hq-kanban-Lead .lead_board_options .e-kanban .e-kanban-header .e-swimlane {
  width: 100%;
}
#hq-kanban-Lead .e-kanban-table {
  display: flex;
  width: max-content; /* This ensures that the board’s layout space remains constant */
  min-width: 930px;
  border-spacing: 10px 5px;
}
#hq-kanban-Lead .e-kanban-table colgroup {
  display: none;
}
#hq-kanban-Lead .e-kanban-table .e-header-cells.e-collapsed {
  width: 43px;
  background-color: var(--gray-4);
}
#hq-kanban-Lead .e-kanban-table .e-header-cells:not(.e-collapsed) {
  width: 300px;
  max-width: 300px;
  background-color: var(--gray-0);
}

.hq-lead-kanban-card {
  width: 100%;
  position: relative;
  background-color: white;
  font-size: 12px;
}
.hq-lead-kanban-card:hover {
  cursor: pointer;
}
.hq-lead-kanban-card span {
  width: 100%;
  line-height: 1.3;
}
.hq-lead-kanban-card .lead-status-border {
  padding: 10px;
  border-radius: 6px;
}
.hq-lead-kanban-card .card-header {
  margin-bottom: 15px;
}
.hq-lead-kanban-card .card-header .card-header-company-name {
  width: 85%;
  color: var(--gray-5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: var(--font-weight-semi-bold);
}
.hq-lead-kanban-card .card-header .card-header-lead-name {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--gray-3-5);
}
.hq-lead-kanban-card .card-header .card-header-assignee {
  position: absolute;
  top: 10px;
  right: 10px;
}
.hq-lead-kanban-card .card-header .card-header-assignee .material-symbols-outlined {
  border: 2px dashed var(--gray-3);
  border-radius: 50%;
  color: var(--gray-3-5);
}
.hq-lead-kanban-card .card-header .card-header-assignee .hq-avt-image, .hq-lead-kanban-card .card-header .card-header-assignee .hq-avt-initials {
  box-shadow: none;
}
.hq-lead-kanban-card .card-body {
  width: 100%;
  position: relative;
}
.hq-lead-kanban-card .card-body .hq-drop-down-base {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hq-lead-kanban-card .card-body .hq-drop-down-base .drop-down__button {
  height: auto;
  padding: 0;
  box-shadow: none;
}
.hq-lead-kanban-card .card-body .lead-status {
  padding: 0 10px;
  border-radius: 4px;
  height: 18px;
  width: 140px;
  text-align-last: center;
  line-height: 1.3;
  align-content: center;
  color: white;
}
.hq-lead-kanban-card .card-body span.lead-status-name {
  color: var(--color-white);
}
.hq-lead-kanban-card .card-body .lead-total-volume {
  color: var(--gray-3-5);
}
.hq-lead-kanban-card .card-body .lead-closed-on {
  margin-top: 15px;
}
.hq-lead-kanban-card .card-body .lead-wighted-volume-prohability,
.hq-lead-kanban-card .card-body .lead-closed-on {
  color: var(--gray-5);
  font-weight: var(--font-weight-semi-bold);
}
.hq-lead-kanban-card .card-body .lead-closed-on:hover {
  color: black;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: var(--font-weight-regular);
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.hq-lead-status-drop-down {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 25%;
  height: 40px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.hq-lead-status-drop-down .drop-down__button {
  padding-inline: 0.5rem;
  height: 40px;
  width: auto;
  color: var(--gray-5);
  background-color: var(--color-white);
  display: flex;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  cursor: pointer;
  align-items: center;
}
.hq-lead-status-drop-down .drop-down__text {
  min-width: 5rem;
  width: 100%;
  color: var(--color-white);
  margin: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hq-lead-status-drop-down .material-symbols-outlined {
  color: var(--color-white);
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 5px 0 0px;
}
.hq-lead-status-drop-down .disabled {
  display: none !important;
}
.hq-lead-status-drop-down .material-symbols-outlined {
  color: var(--color-white);
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 5px 0 0px;
  width: 24px;
  font-family: "Material Icons Outlined";
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: x-large;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.drop-down-lead-status__menu-box {
  color: var(--gray-5);
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: 116;
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  margin-top: 1px;
  padding: 3px;
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active .drop-down__item {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  text-align: left;
  font-weight: var(--font-weight-semi-bold);
  color: var(--gray-5);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active .drop-down__item:last-of-type {
  border-bottom: 0;
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active .drop-down__item:hover {
  background: var(--gray-1);
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active [data-name=Open] span {
  color: var(--dark-yellow-2);
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active [data-name=Successful] span {
  color: var(--color-ui-green);
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active [data-name=Unsuccessful] span {
  color: var(--color-ui-red);
}
.drop-down-lead-status__menu-box.drop-down-lead-status--active .material-symbols-outlined {
  color: var(--color-white);
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 5px 0 0px;
  width: 24px;
  font-family: "Material Icons Outlined";
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: x-large;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#hq-lead-details {
  width: 100%;
  height: 100%;
}
#hq-lead-details .item-unselected.trailing-line {
  width: auto !important;
}
#hq-lead-details .hq-inline-edit-with-label .data-section .small-label {
  min-width: 137px;
}
#hq-lead-details .tab-items {
  margin-bottom: 8px;
}
#hq-lead-details .tab-item {
  padding-left: 25px;
  padding-right: 25px;
}
#hq-lead-details .msg-footer {
  display: flex;
  justify-content: end;
}

#hq-responsible-user-drop-down {
  min-width: 25%;
}

#hq-subsystem-drop-down {
  min-width: 25%;
}

#hq-lead-information .lead-detail-header {
  display: flex;
  gap: 15px;
  margin: 24px 0 6px 0;
  text-align: left;
}
#hq-lead-information .lead-detail-header .hq-button {
  padding: 0;
}
#hq-lead-information .lead-detail-header .hq-button,
#hq-lead-information .lead-detail-header .hq-lead-status-drop-down,
#hq-lead-information .lead-detail-header .e-control-container.e-valid-input,
#hq-lead-information .lead-detail-header .e-control-container.e-keyboard {
  height: 40px;
  margin: 0;
}
#hq-lead-information .lead-detail-header .selectors {
  display: flex;
  gap: 15px;
}
#hq-lead-information .lead-detail-header .selectors #hq-project-creation--Modal, #hq-lead-information .lead-detail-header .selectors #hq-project-creation--confirmation-modal {
  display: none !important;
}
#hq-lead-information .lead-detail-header .selectors .hq-lead-status-drop-down {
  margin: 0;
}
#hq-lead-information .lead-inline-edit-text {
  height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 10px;
  align-items: center;
}
#hq-lead-information .widget-section {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
}
#hq-lead-information .widget-section .widget-section-left {
  width: 63%;
  height: 100%;
}
#hq-lead-information .widget-section .widget-section-right {
  width: 34%;
  height: 100%;
}
#hq-lead-information .widget-section .widget-section-right .hq-hyperlink {
  white-space: normal;
}
#hq-lead-information .widget-section .widget-section-right .hq-textbox-multi {
  width: 100% !important;
}

#hq-lead-creation--Modal .stepindicator {
  margin-left: 0;
}
#hq-lead-creation--Modal .stepindicator ol {
  justify-content: start !important;
  margin-bottom: 1.5rem;
}
#hq-lead-creation--Modal .toggle-switch {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-bottom: 2rem;
}

#hq-lead-info-widget .info-wrapper {
  padding-left: 8px;
}
#hq-lead-info-widget .info-wrapper .hq-hyperlink {
  color: var(--color-ui-blue);
}

#hq-lead-contact-widget .contact-wrapper {
  padding-left: 8px;
}
#hq-lead-contact-widget .contact-wrapper .hq-hyperlink {
  color: var(--color-ui-blue);
}

#hq-workflow-conditions--selector {
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: var(--gray-1);
  position: relative;
}
#hq-workflow-conditions--selector .hq-button {
  position: absolute;
  right: -40px;
  top: 25px;
}

#hq-workflow-create-edit--Modal .workflow-wrapper {
  margin: 0 2rem;
}
#hq-workflow-create-edit--Modal .add-line {
  margin: 2rem 0;
}

.hq-workflow-receiver-form .hq-flx, .hq-workflow-receiver-form #hq-kanban-tasks-overview .board_header .button_container, #hq-kanban-tasks-overview .board_header .hq-workflow-receiver-form .button_container, .hq-workflow-receiver-form .hq-grid-wrapper .hq-grid .e-grid .commands-column, .hq-grid-wrapper .hq-grid .e-grid .hq-workflow-receiver-form .commands-column, .hq-workflow-receiver-form #hq-time-material-modal .row, #hq-time-material-modal .hq-workflow-receiver-form .row, .hq-workflow-receiver-form #hq-document-editor .hq-flx-space-between, #hq-document-editor .hq-workflow-receiver-form .hq-flx-space-between {
  align-items: center;
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: var(--gray-1);
}
.hq-workflow-receiver-form .hq-flx .hq-button, .hq-workflow-receiver-form #hq-kanban-tasks-overview .board_header .button_container .hq-button, #hq-kanban-tasks-overview .board_header .hq-workflow-receiver-form .button_container .hq-button, .hq-workflow-receiver-form .hq-grid-wrapper .hq-grid .e-grid .commands-column .hq-button, .hq-grid-wrapper .hq-grid .e-grid .hq-workflow-receiver-form .commands-column .hq-button, .hq-workflow-receiver-form #hq-time-material-modal .row .hq-button, #hq-time-material-modal .hq-workflow-receiver-form .row .hq-button, .hq-workflow-receiver-form #hq-document-editor .hq-flx-space-between .hq-button, #hq-document-editor .hq-workflow-receiver-form .hq-flx-space-between .hq-button {
  margin-right: 10px;
}
.hq-workflow-receiver-form .hq-frm__group {
  margin-bottom: 0;
}

.hq-workflow-action-form hr {
  border-color: var(--gray-2);
  margin: 1rem 0;
}
.hq-workflow-action-form .hq-medium-rte .advanced {
  height: 180px;
  border-color: var(--gray-3) !important;
}

#hq-article-migration--modal ul {
  list-style-type: none;
}
#hq-article-migration--modal li:before {
  content: "•";
  margin-right: 5px;
}
#hq-article-migration--modal .level2 {
  margin-left: 2rem;
}

#hq-finances-charge-rate-modal {
  position: relative;
}
#hq-finances-charge-rate-modal .charge-rate-row {
  display: flex;
  align-items: baseline;
}
#hq-finances-charge-rate-modal .charge-rate-buttons {
  position: relative;
  right: -5px;
  bottom: 0;
  text-align: right;
  margin-top: 2rem;
}

#hq-charge-rate .hq-buttonbar .hq-button {
  padding-right: 7px;
}
#hq-charge-rate .hq-buttonbar .charge-rate-icon-filter {
  color: var(--color-ui-blue);
  font-size: small;
  position: relative;
  right: 1.3rem;
  bottom: 1.8rem;
}
#hq-charge-rate .hq-charge-rate__stream .stream-content-title {
  display: flex;
  flex-direction: column;
}
#hq-charge-rate .hq-charge-rate__stream .charge-rate-type-label {
  color: var(--gray-3-5);
  width: 380px;
}
#hq-charge-rate .hq-charge-rate__stream .title {
  color: var(--gray-5);
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
#hq-charge-rate .hq-charge-rate__stream .charge-rate-information {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
#hq-charge-rate .hq-charge-rate__stream .charge-rate-information:hover {
  background-color: var(--gray-1);
}
#hq-charge-rate .hq-charge-rate__stream .charge-rate-information .charge-rate-type-value {
  color: var(--gray-5);
  flex: 1;
}

.hq-project-controlling-overview .content-limit .grid-pointer {
  height: inherit !important;
}

.hq-controlling-external-costs-grid .billed-on-column {
  text-align: left;
  color: var(--color-text-normal) !important;
  font-weight: var(--font-weight-regular);
  font-size: 14px;
}
.hq-controlling-external-costs-grid .no-link-style {
  color: var(--color-text-normal) !important;
  text-decoration: none;
}
.hq-controlling-external-costs-grid .no-link-style:hover {
  color: var(--color-ui-blue) !important;
}

#hq-planned-revenue-migration--modal .main-content {
  padding: 0 1rem;
}
#hq-planned-revenue-migration--modal .main-content ul {
  list-style-type: disc;
  margin: 0 2rem;
}

#hq-planned-revenue-migration--overview .hq-buttonbar .hq-flx, #hq-planned-revenue-migration--overview .hq-buttonbar #hq-kanban-tasks-overview .board_header .button_container, #hq-kanban-tasks-overview .board_header #hq-planned-revenue-migration--overview .hq-buttonbar .button_container, #hq-planned-revenue-migration--overview .hq-buttonbar .hq-grid-wrapper .hq-grid .e-grid .commands-column, .hq-grid-wrapper .hq-grid .e-grid #hq-planned-revenue-migration--overview .hq-buttonbar .commands-column, #hq-planned-revenue-migration--overview .hq-buttonbar #hq-time-material-modal .row, #hq-time-material-modal #hq-planned-revenue-migration--overview .hq-buttonbar .row, #hq-planned-revenue-migration--overview .hq-buttonbar #hq-document-editor .hq-flx-space-between, #hq-document-editor #hq-planned-revenue-migration--overview .hq-buttonbar .hq-flx-space-between {
  align-items: center;
}
#hq-planned-revenue-migration--overview .hq-buttonbar .hq-flx .hq-toggle-button .hq-frm__group, #hq-planned-revenue-migration--overview .hq-buttonbar #hq-kanban-tasks-overview .board_header .button_container .hq-toggle-button .hq-frm__group, #hq-kanban-tasks-overview .board_header #hq-planned-revenue-migration--overview .hq-buttonbar .button_container .hq-toggle-button .hq-frm__group, #hq-planned-revenue-migration--overview .hq-buttonbar .hq-grid-wrapper .hq-grid .e-grid .commands-column .hq-toggle-button .hq-frm__group, .hq-grid-wrapper .hq-grid .e-grid #hq-planned-revenue-migration--overview .hq-buttonbar .commands-column .hq-toggle-button .hq-frm__group, #hq-planned-revenue-migration--overview .hq-buttonbar #hq-time-material-modal .row .hq-toggle-button .hq-frm__group, #hq-time-material-modal #hq-planned-revenue-migration--overview .hq-buttonbar .row .hq-toggle-button .hq-frm__group, #hq-planned-revenue-migration--overview .hq-buttonbar #hq-document-editor .hq-flx-space-between .hq-toggle-button .hq-frm__group, #hq-document-editor #hq-planned-revenue-migration--overview .hq-buttonbar .hq-flx-space-between .hq-toggle-button .hq-frm__group {
  margin-bottom: 0;
}

#hq-article-migration--modal ul {
  list-style-type: none;
}
#hq-article-migration--modal li:before {
  content: "•";
  margin-right: 5px;
}
#hq-article-migration--modal .level2 {
  margin-left: 2rem;
}

#hq-kanban-tasks-overview .board_header .hq-buttonbar {
  padding: 0;
}
#hq-kanban-tasks-overview .board_header .button_container .hq-button:nth-of-type(1) {
  padding: 7px;
}
#hq-kanban-tasks-overview .board_header .button_container .hq-multiselect {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#hq-kanban-tasks-overview .board_header .button_container .hq-multiselect .hq-frm__group {
  margin-bottom: 0;
}
#hq-kanban-tasks-overview .board_header .button_container .hq-multiselect .hq-frm__input {
  margin-top: 0;
  height: 40px;
}
#hq-kanban-tasks-overview .board_options .e-kanban {
  background-color: var(--gray-0);
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td.e-collapsed {
  vertical-align: middle;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td:not(.e-collapsed) {
  background-color: var(--gray-0);
  border: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1;
  margin: 5px 0 15px 0;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-header-title, #hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-expand, #hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-table.e-header-table .e-header-row th .e-header-wrap .e-column-collapse {
  color: white;
  font-weight: var(--font-weight-bold);
  font-size: small;
  justify-content: center;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content {
  height: calc(100vh - 282px);
  margin-right: -25px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-content-cells:focus {
  box-shadow: none;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-card-container {
  width: 300px;
  min-height: 0;
  padding: 10px 8px 0 8px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-card-container .e-card {
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  border: none;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-card-container .e-card:hover {
  outline: 1px solid var(--color-ui-blue);
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-card-container .e-empty-card {
  display: none;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-show-add-button:hover {
  cursor: pointer;
  border-width: 2px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-show-add-button {
  margin: 0;
  border-radius: 10px;
  border-color: var(--gray-3);
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-show-add-button .e-show-add-icon {
  color: var(--gray-3);
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row {
  background-color: var(--color-white);
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  border-radius: 10px;
  margin-left: 10px;
  height: 48px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row:first-child {
  margin-top: 8px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells {
  border-radius: 10px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-header-wrap .e-swimlane-text, #hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-icons {
  font-weight: var(--font-weight-bold);
  color: var(--gray-4);
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content td.e-content-cells.e-collapsed {
  max-width: 43px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-content td.e-content-cells.e-collapsed .e-collapse-header-text {
  color: white;
  font-weight: var(--font-weight-bold);
  font-size: small;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-header {
  position: sticky;
  z-index: 1;
  top: -20px;
  background-color: var(--gray-0);
  margin-top: 10px;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-header > div {
  width: calc(100% + 25px) !important;
}
#hq-kanban-tasks-overview .board_options .e-kanban .e-kanban-header .e-swimlane {
  width: 100%;
}
#hq-kanban-tasks-overview .e-kanban-table {
  display: flex;
  width: max-content; /* This ensures that the board’s layout space remains constant */
  min-width: 930px;
  border-spacing: 10px 5px;
}
#hq-kanban-tasks-overview .e-kanban-table colgroup {
  display: none;
}
#hq-kanban-tasks-overview .e-kanban-table .e-header-cells.e-collapsed {
  width: 43px;
}
#hq-kanban-tasks-overview .e-kanban-table .e-header-cells:not(.e-collapsed) {
  width: 300px;
}

.kanban-card-details {
  padding: 10px 10px 10px 15px;
  color: var(--gray-5);
}
.kanban-card-details:hover {
  cursor: pointer;
}
.kanban-card-details .card-header {
  width: 250px;
  font-weight: var(--font-weight-bold);
}
.kanban-card-details .card-header .card-header_name_avatar {
  justify-content: space-between;
  width: 100%;
}
.kanban-card-details .card-header .card-header_name_avatar .card-header_name {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}
.kanban-card-details .card-header .card-header_name_avatar .card-header_assignee {
  align-self: center;
}
.kanban-card-details .card-header .card-header_name_avatar .card-header_assignee .material-symbols-outlined {
  border: 2px dashed var(--gray-3);
  border-radius: 50%;
  color: var(--gray-3);
}
.kanban-card-details .card-header .card-header_name_avatar .card-header_assignee .hq-avt-image, .kanban-card-details .card-header .card-header_name_avatar .card-header_assignee .hq-avt-initials {
  box-shadow: none;
}
.kanban-card-details .card-description {
  padding: 5px;
  width: 250px;
  max-height: 75px;
  word-break: break-word;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
}
.kanban-card-details .card-description p {
  margin-bottom: 0;
}
.kanban-card-details .card-task-progress, .kanban-card-details .card-duedate {
  height: 20px;
  font-size: 13px;
  margin: 4px 0;
}
.kanban-card-details .card-task-progress > div, .kanban-card-details .card-duedate > div {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.kanban-card-details .card-footer {
  justify-content: space-between;
}
.kanban-card-details .card-footer .card-buttons, .kanban-card-details .card-footer .card-duedate {
  display: flex;
  align-items: center;
}

.hq-account-assignment-overview .account-top-bar .account-bar-selectors {
  gap: 8px;
}
.hq-account-assignment-overview .account-top-bar .account-buttons {
  gap: 8px;
}
.hq-account-assignment-overview .account-top-bar .account-buttons .menu-button, .hq-account-assignment-overview .account-top-bar .account-buttons .hq-button {
  padding: 0 4px 0 0;
  display: inline-flex;
}
.hq-account-assignment-overview #hq-account-assignment-grid .hq-grid.box, .hq-account-assignment-overview #hq-account-assignment-grid .hq-grid-wrapper .hq-grid, .hq-grid-wrapper .hq-account-assignment-overview #hq-account-assignment-grid .hq-grid {
  border-radius: 5px;
}

#hq-account-assignment-modal .account-modal-selectors .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon {
  border-left: 1px solid var(--gray-3);
}
#hq-account-assignment-modal .account-modal-selectors .e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: "\e70d";
  font-size: 11px;
}
#hq-account-assignment-modal .account-modal-selectors .hq-frm__group .e-input-group.e-control-wrapper {
  padding: 0;
  height: 34px;
}
#hq-account-assignment-modal .account-alert {
  width: 90%;
  padding-left: 5px;
}
#hq-account-assignment-modal .account-alert label {
  color: var(--color-ui-red);
  font-size: 12px;
}
#hq-account-assignment-modal .account-modal-buttons {
  padding-right: 14px;
  padding-top: 20px;
}

#hq-project-general .top-bar {
  width: 100%;
  display: flex;
  position: relative;
  height: 50px;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 1px;
}
#hq-project-general .top-bar .selectors {
  display: flex;
  flex: 1;
  align-items: center;
}
#hq-project-general .top-bar .selectors .hq-combobox .hq-frm__group {
  margin-bottom: unset;
}
#hq-project-general .top-bar .hq-contextmenu .hq-cursor {
  display: flex;
  align-items: center;
}
#hq-project-general .data-section {
  height: 32px;
}
#hq-project-general .custom-multi .data-section {
  height: auto;
}
#hq-project-general .hq-simple-grid-add-box .hq-inline-edit-base-enabled {
  width: 100%;
}
#hq-project-general .hq-inline-edit-base-enabled {
  width: calc(100% - 6.5rem);
}
#hq-project-general .hq-inline-edit-base-enabled .read-only-mode {
  overflow: hidden;
  text-overflow: ellipsis;
}
#hq-project-general .hq-inline-edit-base-enabled .hqlinktextbox .edit-mode-row {
  display: block;
}
#hq-project-general .hq-inline-edit-base-enabled .read-only-mode {
  height: 100%;
  line-height: 1.7;
}
#hq-project-general .widget-section {
  display: flex;
  gap: 20px;
}
#hq-project-general .widget-section .widget-section-left, #hq-project-general .widget-section .widget-section-right {
  width: 50%;
}
#hq-project-general .widget-section .widget-section-left .hq-custom-field-inline-section, #hq-project-general .widget-section .widget-section-right .hq-custom-field-inline-section {
  height: auto;
}
#hq-project-general .widget-section .widget-section-left .hq-custom-field-inline-section .hq-inline-edit-base-enabled .hqlinktextbox, #hq-project-general .widget-section .widget-section-right .hq-custom-field-inline-section .hq-inline-edit-base-enabled .hqlinktextbox {
  display: block;
}
#hq-project-general .widget-section .widget-section-left .data-section-item, #hq-project-general .widget-section .widget-section-right .data-section-item {
  min-height: 32px;
}
#hq-project-general .widget-section .widget-section-left .hq-textbox-multi, #hq-project-general .widget-section .widget-section-right .hq-textbox-multi {
  width: 100%;
}
#hq-project-general .widget-section .widget-section-left .hq-textbox-multi textarea, #hq-project-general .widget-section .widget-section-right .hq-textbox-multi textarea {
  min-height: 96px !important;
}
#hq-project-general .widget-section .widget-section-left .hq-textbox-multi .hq-label, #hq-project-general .widget-section .widget-section-right .hq-textbox-multi .hq-label {
  display: flex;
  align-items: center;
  height: 85px;
  overflow: hidden;
}
#hq-project-general .widget-section .widget-section-left .hq-textbox-multi .hq-label > div, #hq-project-general .widget-section .widget-section-right .hq-textbox-multi .hq-label > div {
  height: auto;
  max-height: 80px;
  width: 100%;
}
#hq-project-general .widget-section .widget-section-left .hq-custom-field-inline-section:not(:last-of-type) .hq-inline-edit-with-label:last-of-type .data-section, #hq-project-general .widget-section .widget-section-right .hq-custom-field-inline-section:not(:last-of-type) .hq-inline-edit-with-label:last-of-type .data-section {
  margin-bottom: 0;
}
#hq-project-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section, #hq-project-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section {
  color: var(--gray-5);
  margin: 10px;
}
#hq-project-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .small-label, #hq-project-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .small-label {
  flex-basis: 0 !important;
  margin-right: 0 !important;
  font-weight: var(--font-weight-bold);
  white-space: break-spaces;
}
#hq-project-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .hq-upload, #hq-project-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .hq-upload {
  height: 32px;
  margin-left: 8px;
  width: calc(100% - 7.2rem);
}
#hq-project-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .hq-checkbox .hq-frm__group, #hq-project-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .hq-checkbox .hq-frm__group {
  margin-left: 8px;
}
#hq-project-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .data-section-item .hqsinglemultiselecteditorinline .edit-mode-row, #hq-project-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .data-section-item .hqsinglemultiselecteditorinline .edit-mode-row {
  width: 70%;
}
#hq-project-general .widget-section .widget-section-left .hq-inline-edit-with-label .data-section .data-section-item .label-wrapper, #hq-project-general .widget-section .widget-section-right .hq-inline-edit-with-label .data-section .data-section-item .label-wrapper {
  padding: 8px 0 0 8px;
}
#hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx div.hq-flx--width-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column div.hq-flx--width-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column div.hq-flx--width-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row div.hq-flx--width-flex-1, #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row div.hq-flx--width-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between div.hq-flx--width-flex-1, #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between div.hq-flx--width-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container div.hq-flx--width-flex-1, #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container div.hq-flx--width-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column div.truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row div.truncate-flex-1, #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between div.truncate-flex-1, #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container div.truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container .hq-custom-template-editor-inline-enabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-enabled .read-only-mode #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column div.truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row div.truncate-flex-1, #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between div.truncate-flex-1, #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container div.truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container .hq-custom-template-editor-inline-disabled .read-only-mode div.truncate-flex-1, .hq-custom-template-editor-inline-disabled .read-only-mode #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column div.truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row div.truncate-flex-1, #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between div.truncate-flex-1, #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container div.truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container .hq-mytask-details .task-progress div.truncate-flex-1, .hq-mytask-details .task-progress #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content .hq-grid-wrapper .hq-grid .e-grid div.commands-column div.truncate-flex-1, .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode .hq-grid-wrapper .hq-grid .e-grid #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.commands-column div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-time-material-modal div.row div.truncate-flex-1, #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-time-material-modal #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.row div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-document-editor div.hq-flx-space-between div.truncate-flex-1, #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-document-editor #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.hq-flx-space-between div.truncate-flex-1, #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content #hq-kanban-tasks-overview .board_header div.button_container div.truncate-flex-1, #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container .hq-inline-edit-base-enabled .read-only-mode div.truncate-flex-1, .hq-inline-edit-base-enabled .read-only-mode #hq-kanban-tasks-overview .board_header #hq-project-general #hq-project-integrations-widget .hq-inline-edit-base-disabled .content div.button_container div.truncate-flex-1 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.hq-project-status-selector {
  padding-inline: unset;
  padding-right: 10px;
}
.hq-project-status-selector .drop-down__button .drop-down__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-inline-start: 5px;
}
.hq-project-status-selector .drop-down__button * {
  color: var(--color-white);
}

#hq-project-general-widget {
  position: relative;
}
#hq-project-general-widget .data-section {
  height: 32px;
}
#hq-project-general-widget .data-section .data-section-item {
  height: 32px;
}
#hq-project-general-widget .data-section .data-section-item.small-label {
  align-items: flex-start;
  padding-top: 10px;
}
#hq-project-general-widget .data-section .data-section-item .change-project-template-btn {
  display: flex;
  width: calc(100% - 6.5rem);
  height: 100%;
  align-items: center;
  padding: 8px 2px 5px 8px;
}
#hq-project-general-widget .data-section .data-section-item .change-project-template-btn.disabled {
  pointer-events: none;
}
#hq-project-general-widget .data-section .data-section-item .change-project-template-btn:hover {
  background-color: var(--gray-2);
  border-radius: 7px;
}
#hq-project-general-widget .project-avatar {
  position: absolute;
  top: 60px;
  right: 30px;
}
#hq-project-general-widget .footer {
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}
#hq-project-general-widget .footer p {
  font-size: 10px;
  color: var(--gray-3-5);
  text-align: center;
  width: 90%;
  margin: auto;
}

#hq-project-status-widget .progress-section {
  margin: 2.5rem 30%;
}
#hq-project-status-widget .data-section {
  height: 32px;
}
#hq-project-status-widget .data-section .data-section-item {
  height: 32px;
}
#hq-project-status-widget .data-section .data-section-item.small-label {
  align-items: flex-start;
  padding-top: 10px;
  min-width: 10% !important;
  max-width: 25%;
}
#hq-project-status-widget .description-wrapper .data-section {
  height: max-content;
}
#hq-project-status-widget .description-wrapper .data-section .data-section-item {
  height: 110px;
}
#hq-project-status-widget .description-wrapper .data-section .data-section-item .read-only-mode {
  overflow: hidden;
  height: fit-content;
  max-height: 110px;
}
#hq-project-status-widget .description-wrapper .data-section .data-section-item .read-only-mode:hover {
  overflow-y: auto;
}

#hq-project-team-widget .user-details {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
}
#hq-project-team-widget .charge-rate-name {
  font-size: 12px;
  color: var(--gray-3-5);
  margin-top: 5px;
}

#hq-project-team-charge-rate-modal {
  position: relative;
}
#hq-project-team-charge-rate-modal .charge-rate-row {
  display: flex;
  align-items: baseline;
  margin: 1rem 0;
}
#hq-project-team-charge-rate-modal .charge-rate-row .charge-rate-label {
  color: var(--gray-3-5);
}

#hq-project-add-edit--team {
  padding-top: 0.5rem;
}
#hq-project-add-edit--team .modal-content .main-content {
  overflow-y: hidden;
}
#hq-project-add-edit--team .modal-content .member-list-overflow .e-list-parent li:first-of-type {
  height: auto !important;
}
#hq-project-add-edit--team .modal-content .member-list-overflow .selectors {
  gap: 10px;
}
#hq-project-add-edit--team .modal-content .member-list-overflow #hq-multi-list-selector {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 680px;
}
#hq-project-add-edit--team .modal-content .member-list-overflow #hq-multi-list-selector .selected-section {
  max-height: 230px;
  min-height: 120px;
}
#hq-project-add-edit--team .modal-content .member-list-overflow #hq-multi-list-selector .select-section {
  height: 100%;
  align-items: flex-end;
  max-height: unset;
}
#hq-project-add-edit--team .modal-content .member-list-overflow #hq-multi-list-selector .text {
  min-width: 100px;
  margin-right: 5px;
}
@media (max-width: 1800px) {
  #hq-project-add-edit--team .modal-content .member-list-overflow #hq-multi-list-selector {
    height: 480px;
  }
}

.comment-box-container {
  width: 400px;
  background: var(--color-white);
  border-radius: 6px;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  text-align: left;
  position: absolute;
  z-index: 5;
}
.comment-box-container .hq-blob-section {
  max-height: 400px;
}

.close {
  position: absolute;
  left: auto;
  right: 15px;
  color: var(--gray-4);
  float: right;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
}

.close:hover,
.close:focus {
  color: var(--color-ui-red);
  text-decoration: none;
  cursor: pointer;
}

.hq-chat-box {
  display: flex;
  width: 100%;
}
.hq-chat-box .hq-button {
  padding: 5px 0px 7px 7px;
}
.hq-chat-box .primary-icon, .hq-chat-box .hq-button .primary-icon-circular, .hq-button .hq-chat-box .primary-icon-circular, .hq-chat-box .hq-button .primary-icon-circular-clear, .hq-button .hq-chat-box .primary-icon-circular-clear {
  width: 30px;
  height: 30px;
}
.hq-chat-box .hq-textbox-multi {
  width: 100%;
}

.show-modal {
  animation: slide-in 150ms ease-out forwards;
}

.hide-modal {
  animation: slide-out 150ms ease-in forwards;
}

@keyframes slide-in {
  0% {
    transform: translateX(150%);
    display: initial;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    display: none;
    opacity: 0;
  }
}
.hq-mobile-reportings {
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hq-mobile-reportings .min-width-200 {
  min-width: 200px;
}
.hq-mobile-reportings .widget-task-row {
  align-items: center;
  align-self: center;
  min-height: 46px;
}
.hq-mobile-reportings .widget-task-row .hq-progress-bar-wrapper {
  text-align: center;
}
.hq-mobile-reportings .widget-task-row .hq-progress-bar-wrapper .time-tracked {
  text-align: right;
  margin-top: 8px;
  padding-right: 36px;
}

.hq-mobile-reporting-summary {
  display: flex;
  width: 100%;
  background-color: var(--color-white);
  padding: 5px 0 5px 10px;
  border-radius: 10px;
  margin-bottom: 2rem;
  flex-direction: column;
  flex: 1;
}
.hq-mobile-reporting-summary .selected-date {
  display: flex;
  justify-content: center;
  font-weight: var(--font-weight-bold);
  user-select: none;
}
.hq-mobile-reporting-summary .records {
  flex: 1;
  overflow: auto;
  height: inherit;
  max-height: calc(100vh - 580px);
}
@media (min-width: 768px) {
  .hq-mobile-reporting-summary .records {
    max-height: calc(100vh - 540px);
  }
}
.hq-mobile-reporting-summary .records::-webkit-scrollbar {
  scrollbar-width: thin;
}
.hq-mobile-reporting-summary .records .widget-task-row > div:first-child {
  min-width: 0;
}
.hq-mobile-reporting-summary .records .no-data-available {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hq-mobile-reporting-header {
  height: 50px;
  overflow: scroll;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 10px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  overflow: initial;
  padding: 5px 0;
}
.hq-mobile-reporting-header .material-symbols-outlined {
  height: 100%;
  align-content: center;
}
.hq-mobile-reporting-header .material-symbols-outlined:first-child {
  padding-left: 10px;
}
.hq-mobile-reporting-header .material-symbols-outlined:last-child {
  padding-right: 5px;
  padding-left: 3px;
}
.hq-mobile-reporting-header * {
  user-select: none;
}
.hq-mobile-reporting-header .date-box {
  border-radius: 5px;
  padding: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--gray-5);
}
.hq-mobile-reporting-header .date-box .total-time {
  color: var(--gray-3-5);
}
.hq-mobile-reporting-header .date-box.hover-blue {
  background-color: var(--color-ui-blue);
  color: var(--color-white);
}
.hq-mobile-reporting-header .date-box.hover-blue .total-time {
  color: var(--color-white);
}

.hq-mobile-reporting-form .description-box textarea::placeholder {
  color: var(--gray-3-5) !important;
}
.hq-mobile-reporting-form .description-box textarea {
  resize: none !important;
}
.hq-mobile-reporting-form > div.hq-mr--s {
  margin-right: unset !important;
}
@media (min-width: 768px) {
  .hq-mobile-reporting-form .selectors {
    display: flex;
  }
  .hq-mobile-reporting-form .selectors > div {
    flex: 1;
  }
  .hq-mobile-reporting-form .selectors > div :first-child {
    margin-right: 3px;
  }
}
.hq-mobile-reporting-form .save-button .e-btn {
  width: 100px;
}

.hq-mobile-top-bar .hq-logo {
  position: relative;
  width: 40px !important;
}
.hq-mobile-top-bar .hq-logo img {
  position: absolute;
  height: 34px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.hq-mobile-top-bar .hq-logo .top {
  opacity: 0;
}
.hq-mobile-top-bar .hq-logo .top:hover {
  opacity: 1;
}
.hq-mobile-top-bar .e-appbar {
  background: var(--color-white) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8px;
}
.hq-mobile-top-bar .e-appbar span {
  font-size: 14pt;
}

.hq-bryntum-scheduler-pro {
  position: relative;
  height: calc(100% - 80px);
  display: flex;
  overflow: hidden;
}
.hq-bryntum-scheduler-pro .b-widget.b-container.b-panel.b-gridbase {
  margin-right: 36px;
}
.hq-bryntum-scheduler-pro .b-resource-avatar {
  font-size: 9pt;
}
.hq-bryntum-scheduler-pro .b-timeranges-body-canvas .b-sch-timerange.b-selected-time-span {
  background-color: var(--color-ui-blue) !important;
  opacity: 0.15 !important;
}
.hq-bryntum-scheduler-pro .b-timeranges-header-canvas .b-sch-timerange.b-selected-time-span {
  background-color: var(--color-ui-blue) !important;
  opacity: 0.6 !important;
}
.hq-bryntum-scheduler-pro .b-timeaxis .b-sch-header-row .b-hq-month-week-header .b-sch-header-text {
  padding-left: 5px;
}
.hq-bryntum-scheduler-pro .b-schedulerprobase {
  border-radius: 4px;
}
.hq-bryntum-scheduler-pro .hq-bryntum-scheduler-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--color-white);
  z-index: 2;
  opacity: 0.9;
  display: none;
}
.hq-bryntum-scheduler-pro .hq-bryntum-scheduler-loader .hq-loading-spinner {
  display: block !important;
  align-content: center;
}
.hq-bryntum-scheduler-pro .hq-bryntum-scheduler-loader .hq-loading-spinner > div {
  margin: auto;
}
.hq-bryntum-scheduler-pro .b-sch-timeaxis-cell {
  border-right: none !important;
}
.hq-bryntum-scheduler-pro .b-sch-resourcenonworkingtime {
  background-color: transparent !important;
  pointer-events: none !important;
}
.hq-bryntum-scheduler-pro .b-sch-resourcenonworkingtime.bank-holiday {
  pointer-events: all !important;
  background: var(--light-yellow-2) !important;
}
.hq-bryntum-scheduler-pro .b-sch-resourcenonworkingtime.bank-holiday .b-sch-event-content {
  display: none !important;
}
.hq-bryntum-scheduler-pro .b-sch-resourcenonworkingtime.bank-holiday::before {
  font-family: "Material Icons";
  content: "public";
  font-style: normal;
  line-height: 1;
  font-size: 13pt;
  color: var(--gray-3-5);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  justify-self: center;
  z-index: 10000;
}
.hq-bryntum-scheduler-pro .b-sch-nonworkingtime-canvas {
  background-color: rgba(200, 200, 200, 0.4) !important;
}
.hq-bryntum-scheduler-pro .b-grid-header-container .b-grid-header-text {
  display: none;
}
.hq-bryntum-scheduler-pro .b-grid-splitter {
  background-color: var(--gray-1);
}
.hq-bryntum-scheduler-pro div.b-grid-row:not(.b-tree-parent-row) i {
  display: none;
}
.hq-bryntum-scheduler-pro div.b-grid-row:not(.b-tree-parent-row) .b-tree-cell-inner {
  padding: 0.45em 0;
  padding-inline-start: 0em !important;
}
.hq-bryntum-scheduler-pro div.b-grid-row.b-tree-parent-row {
  border-bottom: 1px solid var(--gray-3-5);
}
.hq-bryntum-scheduler-pro div.b-grid-row.b-tree-parent-row:not([data-index="0"]) {
  border-top: 1px solid var(--gray-5);
}
.hq-bryntum-scheduler-pro div.b-grid-row.b-tree-parent-row .b-tree-cell-inner {
  padding: 0.45em 0;
}
.hq-bryntum-scheduler-pro div.b-grid-row.b-tree-parent-row i.b-tree-expander {
  align-self: self-start;
  margin: 0.17em 0 0 1em;
  color: var(--gray-3-5);
}
.hq-bryntum-scheduler-pro div.b-grid-row.b-tree-parent-row i.b-tree-expander:hover {
  color: var(--color-ui-blue);
}
.hq-bryntum-scheduler-pro .b-grid-cell.b-tree-cell {
  padding: 0 !important;
}
.hq-bryntum-scheduler-pro .b-grid-cell.b-tree-cell.b-tree-leaf-cell .b-tree-cell-value[role=presentation] {
  padding-inline-start: 1.1em;
  padding-inline-end: 1.1em;
  grid-template-columns: 1fr 4fr 2fr 0.5fr;
  grid-template-areas: "avatar name allocation toggle-icon" "avatar subtitle availability toggle-icon";
}
.hq-bryntum-scheduler-pro .b-grid-cell.b-tree-cell.b-tree-parent-cell .b-tree-cell-value[role=presentation] {
  width: 265px;
  padding-inline-start: 1.1em;
  padding-inline-end: 1.1em;
  grid-template-columns: 4fr 2fr 0.5fr;
  grid-template-areas: "name allocation toggle-icon" "subtitle availability toggle-icon";
}
.hq-bryntum-scheduler-pro .b-filter-icon::before {
  content: "\f002"; /* Font Awesome search icon unicode */
  font-weight: 900;
}
.hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field {
  margin: 0 0 0.25em 0;
}
.hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-numberfield .b-field-inner, .hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-numberfield .b-field-inner, .hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-textfield .b-field-inner {
  border-color: var(--gray-3);
  margin-left: 7px;
  margin-right: 27px;
}
.hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-numberfield .b-field-inner::before, .hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-numberfield .b-field-inner::before, .hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-textfield .b-field-inner::before {
  content: "\f002"; /* Font Awesome search icon unicode */
  right: -20px;
  font-family: "Inter", "Font Awesome 6 Free", sans-serif;
  transform: scale(1.25);
  height: unset;
  bottom: unset;
  left: initial;
  background-color: transparent;
}
.hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-numberfield .b-field-inner .b-icon-remove, .hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-numberfield .b-field-inner .b-icon-remove, .hq-bryntum-scheduler-pro .b-widget .b-filter-bar-field.b-textfield .b-field-inner .b-icon-remove {
  margin-right: 17px;
  font-size: 0.75em;
  color: var(--gray-3-5);
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] {
  box-sizing: border-box;
  align-self: baseline;
  width: 250px;
  display: grid;
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-avatar {
  grid-area: avatar;
  width: 35px;
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-name {
  grid-area: name;
  color: var(--gray-5);
  overflow: hidden;
  max-width: 9vw;
  text-overflow: ellipsis;
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-subtitle {
  grid-area: subtitle;
  font-size: 9pt;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 9vw;
  color: var(--gray-3-5);
  font-weight: var(--font-weight-regular);
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .toggle-resource-events {
  grid-area: toggle-icon;
  margin-left: 2px;
  justify-self: right;
  align-self: start;
  cursor: pointer;
  color: var(--gray-3-5);
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .toggle-resource-events:hover {
  color: var(--color-ui-blue);
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-availability {
  color: var(--gray-5);
  grid-area: allocation;
  font-weight: var(--font-weight-regular);
  text-align: end;
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-availability.resource-availability-parent {
  font-weight: var(--font-weight-bold);
  margin-right: 2px;
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-availability-per {
  grid-area: availability;
  text-align: end;
  font-weight: var(--font-weight-regular);
}
.hq-bryntum-scheduler-pro .b-tree-cell-value[role=presentation] .resource-availability-group {
  color: var(--gray-3-5);
}
.hq-bryntum-scheduler-pro .bar-allocated {
  position: absolute;
  right: 3px;
  top: 4px;
  bottom: 4px;
  width: 8px;
  background: #d4d4d4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hq-bryntum-scheduler-pro .bar-allocated .allocated {
  background: green;
}
.hq-bryntum-scheduler-pro .bar-allocated .allocated.under {
  background: orange;
}
.hq-bryntum-scheduler-pro .bar-allocated .allocated.over {
  background: red;
}
.hq-bryntum-scheduler-pro .hq-grid-lite {
  flex: 1;
  background: white;
  overflow: auto;
}
.hq-bryntum-scheduler-pro .hq-grid-lite table {
  width: 100%;
}
.hq-bryntum-scheduler-pro .hq-grid-lite th, .hq-bryntum-scheduler-pro .hq-grid-lite td {
  text-align: left;
  padding: 10px;
}
.hq-bryntum-scheduler-pro .hq-grid-lite th {
  font-weight: bold;
  text-transform: uppercase;
}
.hq-bryntum-scheduler-pro .hq-grid-lite .hq-grid-row.dragging {
  background-color: lightskyblue;
}
.hq-bryntum-scheduler-pro .hq-grid-lite .hq-grid-row td {
  user-select: none;
}

#backlog-context-menu-wrapper.active {
  display: block;
  position: absolute;
  z-index: 200;
  max-height: unset;
  transition: opacity 0.2s ease-in-out;
}
#backlog-context-menu-wrapper .separator {
  border-top: 1px solid var(--gray-3);
}
#backlog-context-menu-wrapper li[disabled] {
  pointer-events: none;
  color: var(--gray-3-5);
}
#backlog-context-menu-wrapper li {
  height: 38px;
}
#backlog-context-menu-wrapper .new-tab-text {
  font-size: 8pt;
}

.hq-bryntum-scheduler-pro .b-toolbar .tbar-resources,
.hq-bryntum-scheduler-pro .b-toolbar .tbar-resource-groups {
  width: 250px !important;
}

.hq-bryntum-scheduler-pro .hq-backlog {
  padding: 10px;
  background-color: var(--color-white);
  width: 425px;
  box-shadow: -2px 0 4px rgb(from var(--gray-3-5) r g b/0.2); /* gray 3 -5 shador with 0.2 opacity */
  z-index: 20;
  transition: width 0.3s ease-in-out;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.hq-bryntum-scheduler-pro .hq-backlog #filter-backlog-button.active {
  color: var(--color-ui-blue);
}
.hq-bryntum-scheduler-pro .hq-backlog.hide {
  width: 36px;
}
.hq-bryntum-scheduler-pro .hq-backlog.hide .backlog-title-hidden {
  opacity: 1 !important;
}
.hq-bryntum-scheduler-pro .hq-backlog.hide #toggle-backlog-button {
  transform: scaleX(-1) !important;
}
.hq-bryntum-scheduler-pro .hq-backlog.hide .hq-backlog-content {
  opacity: 0;
}
.hq-bryntum-scheduler-pro .hq-backlog .double-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hq-bryntum-scheduler-pro .hq-backlog .error-message-validation {
  color: var(--color-ui-red);
  font-size: 10pt;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.hq-bryntum-scheduler-pro .hq-backlog {
  /* A container to hold all tags on one line (wraps to next line if too many) */
}
.hq-bryntum-scheduler-pro .hq-backlog .filter-tags-container {
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 4px;
}
.hq-bryntum-scheduler-pro .hq-backlog {
  /* Each individual tag */
}
.hq-bryntum-scheduler-pro .hq-backlog .filter-tag {
  max-width: 400px; /* total width cap */
  display: inline-flex;
  vertical-align: middle;
  background-color: var(--color-ui-blue);
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 8px 1px 8px;
  color: var(--color-white);
  margin-bottom: 5px;
}
.hq-bryntum-scheduler-pro .hq-backlog .filter-tag-label {
  flex-shrink: 1; /* allow the label to shrink */
  overflow: hidden; /* hide overflow text */
  white-space: nowrap; /* keep on one line */
  text-overflow: ellipsis; /* show “…” */
  margin-right: 4px; /* space before “×” */
}
.hq-bryntum-scheduler-pro .hq-backlog {
  /* The little “×” inside each tag */
}
.hq-bryntum-scheduler-pro .hq-backlog .filter-tag .remove-tag {
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content {
  position: relative;
  height: 96%;
  width: 403px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter {
  position: relative;
  background-color: var(--color-white);
  will-change: margin-top;
  contain: layout;
  transition: margin-top 0.3s ease-in-out;
  margin-top: 0;
  z-index: 10;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter > div:not(.general-section-title):not(.additional-section-title) {
  margin-left: 1%;
  width: 98% !important;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter > div:not(.general-section-title):not(.additional-section-title) label.e-float-text {
  color: var(--gray-3);
  padding-inline-start: 12px;
  font-size: 8pt;
  transform: translate3d(-10px, -33px, 0) scale(1);
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .general-section-title,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .additional-section-title {
  font-weight: var(--font-weight-bold);
  margin-top: 15px;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .general-section-title {
  margin-top: 0 !important;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .hq-backlog-filter-back {
  width: 100%;
  margin: 9px 0;
  position: relative;
  align-content: flex-end;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .hq-backlog-filter-back .hq-backlog-filter-back-button {
  color: var(--color-ui-blue);
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .hq-backlog-filter-back .hq-backlog-filter-back-button:hover {
  color: var(--gray-4);
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter .hq-backlog-filter-back .hq-backlog-filter-back-line {
  width: 65px;
  height: 0;
  left: 0;
  top: 8px;
  outline: 1px var(--gray-2) solid;
  outline-offset: -0.5px;
  align-self: center;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-content .hq-backlog-filter.hide {
  margin-top: -116%;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header {
  font-size: 12pt;
  font-weight: bold;
  color: var(--gray-5);
  height: 35px;
  display: flex;
  justify-content: space-between;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header .backlog-title-hidden {
  opacity: 0;
  transition: opacity 0.2s 0.1s ease-in-out;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left bottom;
  width: 100vh;
  text-align: center;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header .backlog-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1; /* can shrink */
  min-width: 0;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header .backlog-buttons #toggle-backlog-button {
  transition: transform 0.3s ease-in-out;
  transform: scaleX(1);
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header .backlog-buttons {
  white-space: nowrap;
  flex-shrink: 0; /* 👈 cannot shrink */
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header .backlog-buttons * {
  cursor: pointer;
  user-select: none;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-header .backlog-buttons *:hover {
  color: var(--color-ui-blue);
}
.hq-bryntum-scheduler-pro .hq-backlog #hq-backlog-list {
  flex: 1;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  opacity: 1;
  transition: opacity 0.2s 0.1s ease-in-out;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task * {
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: rgb(from var(--steel-blue-2) r g b/0.15);
  padding: 7px;
  cursor: pointer;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .phase-container,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .project-container {
  display: flex;
  gap: 5px;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .title-container,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .deadline-container {
  color: var(--gray-5);
  font-weight: var(--font-weight-semi-bold);
  font-size: 9pt;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row {
  color: var(--gray-3-5);
  font-size: 9pt;
  display: grid;
  grid-template-columns: minmax(0, 3.5fr) 1fr;
  justify-content: space-between;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row div:first-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row div:first-child *,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row div:first-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row div:first-child *,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row div:first-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row div:first-child * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row .material-symbols-outlined,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row .material-symbols-outlined,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row .material-symbols-outlined {
  color: var(--gray-4);
  pointer-events: all;
  font-size: 15px;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row .material-symbols-outlined.hq-txt--warning,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row .material-symbols-outlined.hq-txt--warning,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row .material-symbols-outlined.hq-txt--warning {
  color: var(--main-red);
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row div:last-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .first-row span:last-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row div:last-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .second-row span:last-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row div:last-child,
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task .third-row span:last-child {
  text-align: end;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task-empty {
  height: 73px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-radius: 6px;
  background: var(--gray-1, #F2F6FD);
  padding: 5px;
}
.hq-bryntum-scheduler-pro .hq-backlog .hq-backlog-list .backlog-task-empty .no-task-found {
  color: var(--gray-3-5);
  font-size: 12pt;
  text-align: center;
  padding: 20px;
}

.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap > div {
  border-radius: 3px;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-event) {
  width: 100%;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper {
  box-shadow: 0 0.75px 2px 0 var(--gray-4);
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper:hover,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper.b-sch-event-selected {
  cursor: pointer;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper:hover.b-milestone,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper.b-sch-event-selected.b-milestone {
  background-color: transparent !important;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper:hover.b-milestone .b-sch-event-content,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-wrapper.b-sch-event-selected.b-milestone .b-sch-event-content {
  background-color: var(--gray-6) !important;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event:not(.b-hq-event-wrapper):hover {
  cursor: initial;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-sch-event-content,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-hq-absence-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-hq-private-appointment-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-hq-holiday-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-sch-event-content,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-hq-absence-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-hq-private-appointment-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-hq-holiday-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-sch-event-content,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-hq-absence-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-hq-private-appointment-wrapper,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-hq-holiday-wrapper {
  width: 100%;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-hq-holiday,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-hq-holiday,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-hq-holiday {
  color: var(--gray-5);
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-hq-absence,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-hq-absence,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-hq-absence {
  margin: auto;
  width: fit-content;
  display: block;
  color: var(--gray-3-5);
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .b-hq-private-appointment,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .b-hq-private-appointment,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .b-hq-private-appointment {
  margin: auto;
  width: fit-content;
  display: block;
  color: var(--gray-3-5);
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-absence) .my-event-icon::before,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-private-appointment) .my-event-icon::before,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.b-hq-holiday) .my-event-icon::before {
  font-family: "Material Icons";
  content: "event";
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: var(--gray-4);
  position: relative;
  top: 3px;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-sch-event-wrap:has(.event-spacer) {
  pointer-events: none;
  display: none;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event {
  width: 250px;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info {
  display: grid;
  grid-template-columns: 21px auto 1fr;
  grid-template-areas: "status-icon event-name assignment-value" "status-icon project project";
  column-gap: 7px;
  align-items: center;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .material-symbols-outlined {
  color: var(--gray-0);
  grid-area: status-icon;
  font-size: 15pt;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-duration {
  grid-area: assignment-value;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name {
  grid-area: event-name;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name.hq-no-permission {
  color: var(--gray-3-5);
  font-style: italic;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-name,
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-event-duration {
  color: var(--color-white);
  font-size: 9pt;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-event-info .b-hq-project-name {
  grid-area: project;
  color: var(--gray-0);
  font-size: 7pt;
}
.hq-bryntum-scheduler-pro .b-timeline-subgrid .b-hq-project-info {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  align-items: center;
}

.b-tooltip:not(.hq-scheduler-tooltip) .b-tooltip-body-wrap {
  background-color: var(--gray-1) !important;
}
.b-tooltip:not(.hq-scheduler-tooltip) .b-tooltip-body-wrap * {
  color: var(--gray-4);
}

.b-tooltip.b-gantt-task-tooltip {
  border-radius: 5px !important;
}
.b-tooltip.b-gantt-task-tooltip .b-tooltip-body-wrap {
  background-color: var(--color-white);
}
.b-tooltip.b-gantt-task-tooltip .b-tooltip-body-wrap * {
  color: var(--gray-5);
}
.b-tooltip.b-gantt-task-tooltip .hq-scheduler-tooltip-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
.b-tooltip.b-gantt-task-tooltip .hq-scheduler-tooltip-grid .hq-scheduler-tooltip-grid-cell-header {
  color: var(--gray-3-5);
  font-size: 10pt;
}
.b-tooltip.b-gantt-task-tooltip .hq-scheduler-tooltip-grid .hq-scheduler-tooltip-grid-cell-text {
  font-size: 8pt;
}

.hq-backlog-item.dragging .b-hq-dragged-backlog-event {
  display: grid;
  align-items: center;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 40px;
  padding: 3px 8px;
  opacity: 0.9;
  color: var(--color-white);
}
.hq-backlog-item.dragging-valid > div {
  background-color: var(--steel-blue-2) !important;
}
.hq-backlog-item.dragging-invalid > div {
  background-color: var(--light-red-1) !important;
}

.b-float-root .b-schedulerpro-taskeditor .tab-grid-label {
  align-content: center;
}
.b-float-root .b-schedulerpro-taskeditor #task-description {
  min-height: 150px;
  max-height: 150px;
}
.b-float-root .b-schedulerpro-taskeditor .invalid-input {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 4px 0 var(--color-ui-red);
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab {
  display: grid;
  grid-template-columns: 1fr 4fr;
  row-gap: 10px;
  width: 100%;
  margin: 3px;
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab div {
  min-height: 32px;
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab #split-effort-button {
  background-color: var(--color-ui-blue);
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab #split-effort-button:hover {
  background-color: var(--dark-blue-1);
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab .tab-grid-content.double-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab .tab-grid-content.double-content:has(#task-time-wrapper) {
  grid-template-columns: auto 1fr !important;
}
.b-float-root .b-schedulerpro-taskeditor .hq-information-tab .tab-grid-content.double-content:has(#task-time-wrapper) #task-time-wrapper {
  gap: 34px;
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] {
  display: block;
  height: 100%;
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] .hq-assignment-grid {
  display: grid;
  grid-template-columns: auto 2fr 1fr 30px;
  grid-template-rows: repeat(auto-fill, minmax(0, max-content));
  overflow: auto;
  max-height: 86%;
  min-height: 86%;
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] .hq-assignment-grid > div {
  padding: 5px;
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] .hq-assignment-grid .row-delete-button {
  align-content: center;
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] .hq-assignment-grid .row-delete-button span.material-symbols-outlined:hover {
  cursor: pointer;
  color: var(--color-ui-red);
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] .hq-assignment-grid .hidden-row {
  display: none;
}
.b-float-root .b-schedulerpro-taskeditor [data-ref=assignmentGrid] .hq-assignment-grid .hq-assignment-grid-header {
  position: sticky;
  top: 0;
  background-color: var(--color-white);
  text-align: left;
  padding: 0 8px;
  z-index: 5;
}
.b-float-root .b-schedulerpro-taskeditor .b-tabpanel-tabs {
  display: flex !important;
}
.b-float-root .b-schedulerpro-taskeditor .add-assignment-button-container {
  bottom: -1px;
  position: sticky;
  background-color: var(--color-white);
  padding: 5px;
  display: inline-flex;
  align-items: center;
}
.b-float-root .b-schedulerpro-taskeditor .add-assignment-button-container #add-assignment-button {
  cursor: pointer;
  user-select: none;
}
.b-float-root .b-schedulerpro-taskeditor .add-assignment-button-container #add-assignment-button:hover {
  color: var(--color-ui-blue) !important;
}

#scheduler-chartjs-custom-tooltip {
  position: absolute;
  background: var(--gray-5);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  pointer-events: none;
  font-size: 12px;
  z-index: 9999;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out 0.3s;
}

.hq-scheduler-toolbar {
  margin-bottom: 13px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: minmax(0, 5fr) auto;
  gap: 10px;
  justify-content: space-between;
}
.hq-scheduler-toolbar .hq-toggle-button {
  margin-bottom: 0;
}
.hq-scheduler-toolbar .resource-selectors,
.hq-scheduler-toolbar .time-selectors,
.hq-scheduler-toolbar .filter-selectors {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hq-scheduler-toolbar .time-selectors,
.hq-scheduler-toolbar .filter-selectors {
  justify-self: flex-end;
}
.hq-scheduler-toolbar .resource-selectors {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}
.hq-scheduler-toolbar .time-selectors {
  grid-template-columns: minmax(150px, 1fr) auto;
}
.hq-scheduler-toolbar .filter-selectors {
  grid-template-columns: minmax(150px, 1fr) auto;
}
.hq-scheduler-toolbar .filter-selectors .hq-contextmenu {
  justify-self: end;
}
.hq-scheduler-toolbar .hq-frm__group {
  margin-bottom: 0;
}
.hq-scheduler-toolbar .hq-button {
  cursor: pointer;
  padding: 0;
}

.hq-bryntum-gantt {
  height: calc(100% - 24px);
}
.hq-bryntum-gantt .b-gridbase.b-split .b-grid-splitter:not(.b-disabled) .b-grid-splitter-button-collapse:hover .b-grid-splitter-button-icon, .hq-bryntum-gantt .b-gridbase.b-split .b-grid-splitter:not(.b-disabled) .b-grid-splitter-button-expand:hover .b-grid-splitter-button-icon {
  fill: var(--color-ui-blue);
}
.hq-bryntum-gantt .b-editor.b-cell-editor {
  border-color: var(--color-ui-blue);
}
.hq-bryntum-gantt .b-datefield.b-open .b-fieldtrigger {
  color: var(--color-ui-blue) !important;
}
.hq-bryntum-gantt .b-box-center {
  background-color: var(--gray-0) !important;
}
.hq-bryntum-gantt .b-grid-panel-body {
  border-radius: 4px;
}
.hq-bryntum-gantt .b-toolbar {
  background-color: var(--gray-0);
}
.hq-bryntum-gantt .b-toolbar-content {
  gap: 5px !important;
}
.hq-bryntum-gantt .hq-gantt-button {
  height: 40px;
  width: 45px;
  border-radius: 6px !important;
  background: white;
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-bryntum-gantt .hq-gantt-button .b-icon-picker {
  display: none;
}
.hq-bryntum-gantt .hq-gantt-button:hover {
  background-color: var(--gray-1);
}
.hq-bryntum-gantt .b-wbs-cell {
  padding: 0 0 0 12px;
}
.hq-bryntum-gantt .b-icon-tree-leaf {
  display: none;
}
.hq-bryntum-gantt .primary-icon-add {
  background-color: var(--color-ui-green-2);
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
}
.hq-bryntum-gantt .primary-icon-add .material-symbols-outlined {
  color: white !important;
}
.hq-bryntum-gantt .primary-icon-add:hover {
  background-color: var(--dark-green-2) !important;
}
.hq-bryntum-gantt .hq-gantt-button-undo.b-badge::before {
  background-color: var(--color-ui-blue) !important;
}
.hq-bryntum-gantt .hq-gantt-button-undo {
  height: 40px;
  width: 45px;
  border-radius: 6px !important;
  background: white;
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(25, 46, 118, 0.2);
  margin-right: 5px;
}
.hq-bryntum-gantt .hq-gantt-button-undo .b-icon-undo:before {
  font-size: 15px !important;
  color: var(--gray-4);
}
.hq-bryntum-gantt .hq-gantt-button-undo .b-icon-redo:before {
  font-size: 15px !important;
  color: var(--gray-4);
}
.hq-bryntum-gantt .hq-gantt-button-undo:hover {
  background-color: var(--gray-1);
}
.hq-bryntum-gantt .hq-button-gap-s {
  margin-right: 10px;
}
.hq-bryntum-gantt .b-resource-avatar {
  width: 32px !important;
  height: 32px !important;
}
.hq-bryntum-gantt .b-grid-cell {
  color: var(--color-text-normal);
}
.hq-bryntum-gantt .b-admin-phase .material-symbols-outlined {
  font-size: 16px !important;
  color: var(--gray-4);
  position: relative;
  top: 1px;
  left: 4px;
}
.hq-bryntum-gantt .b-editing .b-admin-phase {
  display: none;
}
.hq-bryntum-gantt .b-editing .b-child-count {
  display: none;
}
.hq-bryntum-gantt .b-child-count {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8em;
  background: var(--color-ui-blue);
  color: #fff;
  border-radius: 0.5em;
  font-size: 0.8em;
  margin-inline-start: 2em;
  padding: 5px;
  min-width: 2.6em;
}
.hq-bryntum-gantt .b-percentdone-circle {
  background-image: conic-gradient(var(--color-ui-blue) 0 var(--grid-percent-circle-angle), transparent var(--grid-percent-circle-angle) 1turn);
}
.hq-bryntum-gantt .b-sch-color-none.b-gantt-task-wrap, .hq-bryntum-gantt .b-sch-color-none.b-gantt-task-wrap > .b-gantt-task, .hq-bryntum-gantt .b-sch-color-none.b-gantt-task-wrap > .b-gantt-task > .b-sch-event-segments > .b-gantt-task.b-sch-color-none {
  border-radius: 5px;
}
.hq-bryntum-gantt .b-task-baseline {
  border-radius: 5px !important;
}
.hq-bryntum-gantt .b-sch-color-none.b-gantt-task-wrap.b-milestone, .hq-bryntum-gantt .b-sch-color-none.b-gantt-task-wrap > .b-gantt-task.b-milestone, .hq-bryntum-gantt .b-sch-color-none.b-gantt-task-wrap > .b-gantt-task > .b-sch-event-segments > .b-gantt-task.b-sch-color-none.b-milestone {
  --event-background-color: var(--main-red) !important;
  border-color: var(--main-red) !important;
}
.hq-bryntum-gantt .b-ganttbase.b-gantt-critical-paths .b-gantt-task.b-critical {
  background-color: var(--light-red-1) !important;
}
.hq-bryntum-gantt svg:hover .b-sch-dependency.b-sch-dependency-over {
  filter: drop-shadow(1px 1px 3px rgba(94, 161, 237, 0.9333333333));
}
@keyframes overdueGlow {
  0% {
    box-shadow: 0 0 1px var(--light-red-1);
  }
  50% {
    box-shadow: 0 0 10px var(--light-red-1);
  }
  100% {
    box-shadow: 0 0 1px var(--light-red-1);
  }
}
.hq-bryntum-gantt .overdue-glow {
  animation: overdueGlow 2s ease-in-out infinite;
}
.hq-bryntum-gantt .my-event-icon::before {
  font-family: "Material Icons";
  pointer-events: none;
  content: "event";
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: var(--color-white);
  position: relative;
  top: 2px;
  left: -20px;
}
.hq-bryntum-gantt .gantt-current-timeline {
  background-color: var(--light-red-1) !important;
  border-inline-start: 2px solid var(--light-red-1) !important;
}
.hq-bryntum-gantt .gantt-project-line {
  background-color: var(--light-yellow-1) !important;
  border-inline-start: 2px solid var(--light-yellow-1) !important;
}
.hq-bryntum-gantt .b-type-status {
  padding: 4px 9px;
  color: white;
  border-radius: 8px;
  width: 135px;
  display: flex;
}
.hq-bryntum-gantt .b-type-status .material-symbols-outlined {
  color: white;
  flex: 1;
  margin-right: 3px;
  font-size: 22px !important;
}
.hq-bryntum-gantt .b-type-status .status-name {
  flex: 5;
  font-weight: 700;
  margin: auto;
}
.hq-bryntum-gantt .b-blue {
  background: var(--color-ui-blue);
}
.hq-bryntum-gantt .b-yellow {
  background: var(--color-ui-yellow);
}
.hq-bryntum-gantt .b-green {
  background: var(--color-ui-green);
}
.hq-bryntum-gantt .b-tree-parent-row .b-grid-cell {
  font-weight: 700;
}
.hq-bryntum-gantt .b-resource-initials {
  background: var(--gray-3-5) !important;
}
.hq-bryntum-gantt .b-overflow-img {
  margin-top: 5px;
}
.hq-bryntum-gantt .b-overflow-img .b-overflow-count {
  left: 45%;
  top: 45%;
  font-weight: 700;
}

.column-custom-filter:not(:first-child) {
  display: none;
}

.message-modal-confirmation {
  width: 550px;
}

.b-resource-initials {
  background: var(--gray-3-5) !important;
}

.b-tooltip.hq-scheduler-tooltip {
  border-radius: 5px !important;
}
.b-tooltip.hq-scheduler-tooltip .b-tooltip-body-wrap {
  background-color: var(--color-white);
}
.b-tooltip.hq-scheduler-tooltip .b-tooltip-body-wrap * {
  color: var(--gray-5);
}
.b-tooltip.hq-scheduler-tooltip .hq-scheduler-tooltip-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
.b-tooltip.hq-scheduler-tooltip .hq-scheduler-tooltip-grid .hq-scheduler-tooltip-grid-cell-header {
  color: var(--gray-3-5);
  font-size: 10pt;
}
.b-tooltip.hq-scheduler-tooltip .hq-scheduler-tooltip-grid .hq-scheduler-tooltip-grid-cell-text {
  font-size: 8pt;
}

.b-sch-dependency-creation-tooltip.b-popup .b-popup-header {
  background-color: var(--gray-4) !important;
  color: white !important;
  font-size: 16px;
  font-weight: 700;
  padding: 0.6em 0.6em 0.6em 0.6em !important;
}
.b-sch-dependency-creation-tooltip.b-popup .b-tooltip-body-wrap {
  background-color: white !important;
  color: var(--gray-5) !important;
}
.b-sch-dependency-creation-tooltip.b-popup .b-tooltip-content {
  background-color: white !important;
  color: var(--gray-5) !important;
}
.b-sch-dependency-creation-tooltip.b-popup .b-end {
  visibility: hidden;
}
.b-sch-dependency-creation-tooltip.b-popup .b-start {
  visibility: hidden;
}

label.b-sch-label.b-sch-label-before {
  color: var(--gray-5);
}

.b-panel.b-floating {
  border-radius: 6px !important;
}

.hq-resource-details {
  min-height: calc(85vh - 90px);
  height: calc(85vh - 90px);
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 3px;
}
.hq-resource-details .no-resource-selected {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hq-resource-details .no-resource-selected div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hq-resource-details .hq-inline-edit-with-label.inline-with-label-wrapper {
  width: 600px;
}
.hq-resource-details .hq-inline-edit-with-label.inline-with-label-wrapper .data-section {
  height: 18px;
}
.hq-resource-details .hq-inline-edit-with-label.inline-with-label-wrapper .data-section .small-label {
  padding-top: 5px;
}
.hq-resource-details .hq-inline-edit-with-label.inline-with-label-wrapper .data-section-item {
  height: 32px;
}
.hq-resource-details .hq-inline-edit-with-label.resource-multiline-wrapper {
  width: 600px;
}
.hq-resource-details .hq-inline-edit-with-label.resource-multiline-wrapper .data-section {
  height: max-content;
}
.hq-resource-details .hq-inline-edit-with-label.resource-multiline-wrapper .data-section .data-section-item:nth-child(2) .read-only-mode {
  overflow: hidden;
}
.hq-resource-details .hq-inline-edit-with-label.resource-multiline-wrapper .data-section .data-section-item:nth-child(2) .read-only-mode:hover {
  overflow-y: auto;
}
.hq-resource-details .hq-inline-edit-with-label .data-section .small-label {
  flex: 0.2;
}
.hq-resource-details .hq-inline-edit-with-label .read-only-mode {
  padding-inline: 3px !important;
  padding-bottom: 3px !important;
  display: flex;
  align-items: center;
}
.hq-resource-details .hq-inline-edit-with-label .read-only-mode .content-formatting {
  min-height: 36px !important;
}
.hq-resource-details .hq-inline-edit-with-label .read-only-mode .content-formatting .content {
  padding: 10px 7px 7px 8px !important;
}
.hq-resource-details .hq-inline-edit-with-label .read-only-mode .content-formatting .content p:last-child {
  margin-bottom: 1px !important;
}
.hq-resource-details .hq-inline-edit-with-label .read-only-mode .content-formatting .content ul :last-child {
  margin-bottom: 1px !important;
}
.hq-resource-details .hq-inline-edit-with-label .read-only-mode .content {
  display: flex;
  align-items: center;
}
.hq-resource-details .hq-inline-edit-with-label .edit-mode .hq-medium-rte {
  min-height: 100%;
}
.hq-resource-details .hq-inline-edit-with-label .edit-mode .hq-button {
  padding-top: 0;
  padding-bottom: 0;
}
.hq-resource-details .working-times-header {
  width: 600px;
  margin: 10px !important;
}
.hq-resource-details .working-times-header .data-section {
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0 3px;
}
.hq-resource-details .working-times-header .data-section .data-section-item {
  flex: 1;
  font-weight: normal;
  color: var(--gray-5);
}
.hq-resource-details .working-times-header .data-section .data-section-item.small-label {
  flex: 0.5;
}
.hq-resource-details .inline-rich-text-editor-field .data-section .hq-inline-edit-base-enabled .read-only-mode {
  min-height: 38px !important;
}
.hq-resource-details .inline-rich-text-editor-field .data-section .data-section-item.small-label {
  place-self: start;
  margin-top: 5px;
}
.hq-resource-details .inline-rich-text-editor-field .hq-richtexteditor .hq-medium-rte .advanced {
  border-radius: 5px;
}
.hq-resource-details .inline-rich-text-editor-field .read-only-mode .content {
  display: unset;
}
.hq-resource-details .inline-rich-text-editor-field.number-field-wrapper .data-section {
  display: flex;
  align-items: center;
}
.hq-resource-details .inline-rich-text-editor-field.number-field-wrapper .data-section .data-section-item.small-label {
  margin: 0;
  align-items: center;
  height: 42px;
}
.hq-resource-details .inline-rich-text-editor-field.number-field-wrapper .data-section .data-section-item .hq-inline-edit-base-enabled .read-only-mode {
  padding-left: 1px !important;
  padding-bottom: 4px !important;
}

.hq-tags-multi-select {
  padding: 12px 0px;
}
.hq-tags-multi-select .e-input-group, .hq-tags-multi-select .e-input-group.e-control-wrapper {
  border: 0;
}
.hq-tags-multi-select .is-read-only .cursor-default {
  cursor: default;
}
.hq-tags-multi-select .is-not-read-only .cursor-pointer {
  cursor: pointer;
}
.hq-tags-multi-select .is-not-read-only :not(.read-only-mode) .e-chipcontent {
  cursor: pointer !important;
}
.hq-tags-multi-select .is-not-read-only :not(.read-only-mode) .e-chips-close {
  cursor: pointer !important;
  padding-bottom: 15px;
}
.hq-tags-multi-select .e-multiselect .e-chips {
  height: 24px;
  border-radius: 4px;
  padding: 3px 3px 3px 6px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: gap 0.2s ease-in-out;
}
.hq-tags-multi-select .e-multiselect .e-chips-close {
  display: none;
}
.hq-tags-multi-select .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-chips-close, .hq-tags-multi-select .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) .e-chips-close, .hq-tags-multi-select .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-chips-close, .hq-tags-multi-select .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) .e-chips-close {
  display: block;
}
.hq-tags-multi-select .e-chips-closeicon::before {
  font-size: 18px;
  color: white;
}
.hq-tags-multi-select .e-chips.tag-chip-darkgreen2 {
  background-color: #1CAA77;
}
.hq-tags-multi-select .e-chips.tag-chip-darkgreen2 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-darkgreen2 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-darkgreen2.e-chip-selected:hover {
  background-color: #1CAA77;
}
.hq-tags-multi-select .e-chips.tag-chip-darkgreen2:hover {
  background-color: #1CAA77;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-darkgreen2:hover {
  background-color: #1CAA77;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-darkgreen2 .e-chipcontent:hover {
  background-color: #1CAA77;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-darkgreen2 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-yellowdark2 {
  background-color: #FFB21B;
}
.hq-tags-multi-select .e-chips.tag-chip-yellowdark2 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-yellowdark2 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-yellowdark2.e-chip-selected:hover {
  background-color: #FFB21B;
}
.hq-tags-multi-select .e-chips.tag-chip-yellowdark2:hover {
  background-color: #FFB21B;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-yellowdark2:hover {
  background-color: #FFB21B;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-yellowdark2 .e-chipcontent:hover {
  background-color: #FFB21B;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-yellowdark2 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-reddark2 {
  background-color: #C80F50;
}
.hq-tags-multi-select .e-chips.tag-chip-reddark2 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-reddark2 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-reddark2.e-chip-selected:hover {
  background-color: #C80F50;
}
.hq-tags-multi-select .e-chips.tag-chip-reddark2:hover {
  background-color: #C80F50;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-reddark2:hover {
  background-color: #C80F50;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-reddark2 .e-chipcontent:hover {
  background-color: #C80F50;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-reddark2 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-bluedark2 {
  background-color: #234FF7;
}
.hq-tags-multi-select .e-chips.tag-chip-bluedark2 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-bluedark2 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-bluedark2.e-chip-selected:hover {
  background-color: #234FF7;
}
.hq-tags-multi-select .e-chips.tag-chip-bluedark2:hover {
  background-color: #234FF7;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-bluedark2:hover {
  background-color: #234FF7;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-bluedark2 .e-chipcontent:hover {
  background-color: #234FF7;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-bluedark2 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-gray4 {
  background-color: #587292;
}
.hq-tags-multi-select .e-chips.tag-chip-gray4 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-gray4 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-gray4.e-chip-selected:hover {
  background-color: #587292;
}
.hq-tags-multi-select .e-chips.tag-chip-gray4:hover {
  background-color: #587292;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray4:hover {
  background-color: #587292;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray4 .e-chipcontent:hover {
  background-color: #587292;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray4 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-gray5 {
  background-color: #2A2F3D;
}
.hq-tags-multi-select .e-chips.tag-chip-gray5 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-gray5 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-gray5.e-chip-selected:hover {
  background-color: #2A2F3D;
}
.hq-tags-multi-select .e-chips.tag-chip-gray5:hover {
  background-color: #2A2F3D;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray5:hover {
  background-color: #2A2F3D;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray5 .e-chipcontent:hover {
  background-color: #2A2F3D;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray5 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-greenui {
  background-color: #60E595;
}
.hq-tags-multi-select .e-chips.tag-chip-greenui .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-greenui .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-greenui.e-chip-selected:hover {
  background-color: #60E595;
}
.hq-tags-multi-select .e-chips.tag-chip-greenui:hover {
  background-color: #60E595;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-greenui:hover {
  background-color: #60E595;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-greenui .e-chipcontent:hover {
  background-color: #60E595;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-greenui .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-yellowui {
  background-color: #FFCC67;
}
.hq-tags-multi-select .e-chips.tag-chip-yellowui .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-yellowui .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-yellowui.e-chip-selected:hover {
  background-color: #FFCC67;
}
.hq-tags-multi-select .e-chips.tag-chip-yellowui:hover {
  background-color: #FFCC67;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-yellowui:hover {
  background-color: #FFCC67;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-yellowui .e-chipcontent:hover {
  background-color: #FFCC67;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-yellowui .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-reddark1 {
  background-color: #DE4E6D;
}
.hq-tags-multi-select .e-chips.tag-chip-reddark1 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-reddark1 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-reddark1.e-chip-selected:hover {
  background-color: #DE4E6D;
}
.hq-tags-multi-select .e-chips.tag-chip-reddark1:hover {
  background-color: #DE4E6D;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-reddark1:hover {
  background-color: #DE4E6D;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-reddark1 .e-chipcontent:hover {
  background-color: #DE4E6D;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-reddark1 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-blueui {
  background-color: #6D8AFA;
}
.hq-tags-multi-select .e-chips.tag-chip-blueui .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-blueui .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-blueui.e-chip-selected:hover {
  background-color: #6D8AFA;
}
.hq-tags-multi-select .e-chips.tag-chip-blueui:hover {
  background-color: #6D8AFA;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-blueui:hover {
  background-color: #6D8AFA;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-blueui .e-chipcontent:hover {
  background-color: #6D8AFA;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-blueui .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-gray3 {
  background-color: #A7BCD7;
}
.hq-tags-multi-select .e-chips.tag-chip-gray3 .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-gray3 .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-gray3.e-chip-selected:hover {
  background-color: #A7BCD7;
}
.hq-tags-multi-select .e-chips.tag-chip-gray3:hover {
  background-color: #A7BCD7;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray3:hover {
  background-color: #A7BCD7;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray3 .e-chipcontent:hover {
  background-color: #A7BCD7;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-gray3 .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-chips.tag-chip-purple {
  background-color: #D48DFA;
}
.hq-tags-multi-select .e-chips.tag-chip-purple .e-chips-closeicon,
.hq-tags-multi-select .e-chips.tag-chip-purple .e-chipcontent {
  color: white;
}
.hq-tags-multi-select {
  /* To customize single chip on selection */
}
.hq-tags-multi-select .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.tag-chip-purple.e-chip-selected:hover {
  background-color: #D48DFA;
}
.hq-tags-multi-select .e-chips.tag-chip-purple:hover {
  background-color: #D48DFA;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-purple:hover {
  background-color: #D48DFA;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-purple .e-chipcontent:hover {
  background-color: #D48DFA;
}
.hq-tags-multi-select .e-multiselect .e-multi-select-wrapper .e-chips.tag-chip-purple .e-chips-close:hover {
  font-weight: bolder;
}
.hq-tags-multi-select .e-multiselect.e-readonly .e-chips-close {
  display: none !important;
}

.hq-tags-widget .hq-inline-edit-with-label .data-section {
  height: 64px;
}
.hq-tags-widget .hq-inline-edit-with-label .data-section .data-section-item {
  height: 64px;
}
.hq-tags-widget .hq-inline-edit-base-enabled .read-only-mode .content-formatting .content {
  padding: 5px 2px 0 9px;
}
.hq-tags-widget .hq-inline-edit-base-enabled .read-only-mode .content span {
  vertical-align: unset;
}
.hq-tags-widget .read-only-mode:hover .e-multiselect.e-readonly {
  background: var(--gray-2) !important;
  cursor: pointer;
}
.hq-tags-widget .read-only-mode:hover * {
  cursor: pointer !important;
}
.hq-tags-widget .e-multiselect.e-readonly {
  border: none !important;
  box-shadow: none !important;
}

.hq-chip {
  border-radius: 4px;
  padding: 3.5px 6px;
  text-indent: 0;
  width: fit-content;
  line-height: 1em;
}
.hq-chip .hq-chip-text {
  color: var(--color-white);
}

.hq-tags-visualizer {
  display: flex;
  width: 100%;
  gap: 4px;
}
.hq-tags-visualizer .tag-chip {
  color: white;
  padding: 5px;
  border-radius: 4px;
  white-space: nowrap;
}

#hq-custom-controllings-modal {
  min-height: 400px !important;
  max-height: 900px !important;
}

#hq_sql_query_textbox textarea.e-textbox {
  min-height: 400px !important;
  height: auto !important;
  overflow-y: auto;
  resize: vertical;
  font-size: 11px;
}

.hq-custom-sql-information-text {
  font-size: 11px;
  color: var(--gray-4);
  width: 600px;
}

#hq-document-default-mail-entity-grid .e-grid .e-headercell .e-headercelldiv {
  color: var(--gray-3-5) !important; /* wirkt auf Ellipsis */
  -webkit-text-fill-color: inherit; /* Chrome/Safari-Fix */
}
#hq-document-default-mail-entity-grid .e-grid .e-headercell .e-headercelldiv .e-headertext {
  color: inherit;
}

/*# sourceMappingURL=main.css.map */
