.create-organizaion-information {
  margin-bottom: 15px;
}

.release-notes-panel .dx-field-label {
  width: auto;
}
.release-notes-panel .dx-field-value-static,
.release-notes-panel .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
  width: 80px;
}
.release-notes-panel .dx-field-value-static .dx-texteditor-input,
.release-notes-panel .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) .dx-texteditor-input {
  text-align: start;
}
.release-notes-panel .release-notes-container {
  margin-top: 10px;
  padding: 15px;
  width: 100%;
  height: 350px;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  overflow-y: auto;
}

.workspace-task-card-loader {
  border-radius: 8px;
}
.workspace-task-card.maximized {
  min-height: calc(100vh - 30px);
}
.workspace-task-card.maximized .workspace-task-card-tab-panel .dx-tabpanel-container .dx-multiview-item-content {
  min-height: calc(100vh - 105px);
}
.workspace-task-card .collapsed {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.workspace-task-card .collapsed .workspace-task-card-section-container-content {
  height: 0;
  overflow: hidden;
}
.workspace-task-card-tab-panel .dx-tabpanel-container .dx-multiview-item-content {
  min-height: 345px;
}
.workspace-task-card .task-changelog .task-comment:first-child {
  margin-top: 0;
}
.workspace-task-card.with-maximized-section .workspace-task-card-tab-panel .dx-tabpanel-container .dx-multiview-item-content {
  min-height: calc(100vh - 125px);
}
.workspace-task-card.with-maximized-section .workspace-task-card-section-container {
  display: none;
}
.workspace-task-card.with-maximized-section .workspace-task-card-section-container.maximized {
  display: block;
  position: absolute;
  height: calc(100vh - 157px);
  width: calc(100% - 20px);
  top: 0;
  left: 0;
  background: white;
  z-index: 5;
  margin: 10px;
}
.workspace-task-card.with-maximized-section .workspace-task-card-section-container.maximized .workspace-task-card-section-container-content {
  height: calc(100% - 24px);
}
.workspace-task-card.with-maximized-section .workspace-task-card-section-container.maximized .workspace-task-card-section-container-content .editor-container {
  height: 100%;
}
.workspace-task-card.with-maximized-section .workspace-task-card-section-container.maximized .workspace-task-card-section-container-content .editor-container .dx-htmleditor {
  height: 100% !important;
}

.workspace-task-card-header {
  display: grid;
  grid-template-columns: auto min-content;
  margin-bottom: 10px;
}
.workspace-task-card-header-toolbar {
  grid-column: 1;
  background: none;
  padding: 0;
  margin: 0;
}
.workspace-task-card-header-toolbar-title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.workspace-task-card-header-toolbar-title-container > *:not(:last-child) {
  margin-right: 10px;
}
.workspace-task-card-header-toolbar-title-container .task-number {
  white-space: nowrap;
  max-width: 50px;
}
.workspace-task-card-header-toolbar-title-container .task-name {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.workspace-task-card-section-container {
  margin: 10px;
  height: 100%;
}
.workspace-task-card-section-container .dx-toolbar .waycp-breadcrumbs {
  padding: 0;
}
.workspace-task-card-section-container-content {
  height: 100%;
}

.workspace-task-details-section .responsible-user-deleted input {
  color: #ff744f;
}
.workspace-task-details-section .task-work-state-indication.done {
  border-left: 5px solid #65a10a !important;
}
.workspace-task-details-section .task-work-state-indication.open {
  border-left: 5px solid #b0b3b7 !important;
}
.workspace-task-details-section .task-work-state-indication.active {
  border-left: 5px solid #0ca1f6 !important;
}
.workspace-task-details-section .task-priority-indication.critical {
  border-left: 5px solid #ff4b4b !important;
}
.workspace-task-details-section .task-priority-indication.high {
  border-left: 5px solid #f99e49 !important;
}
.workspace-task-details-section .task-priority-indication.medium {
  border-left: 5px solid #65a10a !important;
}
.workspace-task-details-section .task-priority-indication.low {
  border-left: 5px solid #ccd0d4 !important;
}

.form-mass-edit {
  display: flex;
  flex-direction: column;
}
.form-mass-edit .waycp-toolbar {
  border: unset;
}
.form-mass-edit-list {
  margin-bottom: 5px;
}
.form-mass-edit-list .dx-list-item {
  border: none;
}
.form-mass-edit-list .dx-list-item-content {
  padding: 5px;
}
.form-mass-edit-list .mass-edit-field {
  display: flex;
  justify-content: space-evenly;
}
.form-mass-edit-list .mass-edit-field-input {
  flex: 1;
}
.form-mass-edit-list .mass-edit-field-seperator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  font-size: large;
}

.workspace-task-card-attachments-container {
  margin-top: 10px;
}
.workspace-task-card-attachments-container .task-attachment {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 5px;
  background: #f0f2f3;
}
.workspace-task-card-attachments-container .task-attachment:not(:first-child) {
  margin-top: 5px;
}
.workspace-task-card-attachments-container .task-attachment-icon {
  margin-right: 10px;
}
.workspace-task-card-attachments-container .task-attachment-icon::before {
  font-size: 32px;
}
.workspace-task-card-attachments-container .task-attachment-icon.ic-file-excel {
  color: #65a10a;
}
.workspace-task-card-attachments-container .task-attachment-icon.ic-file-word {
  color: #204f79;
}
.workspace-task-card-attachments-container .task-attachment-icon.ic-file-powerpoint {
  color: #cd3424;
}
.workspace-task-card-attachments-container .task-attachment-icon.ic-file-pdf {
  color: #ff4b4b;
}
.workspace-task-card-attachments-container .task-attachment-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 5px;
}
.workspace-task-card-attachments-container .task-attachment-timestamp {
  font-size: 11px;
  margin-right: 15px;
}
.workspace-task-card-attachments-container .task-attachment-buttons {
  display: flex;
  align-self: flex-end;
}
.workspace-task-card-attachments-container .task-attachment-buttons > *:not(:first-child) {
  margin-left: 5px;
}

.workspace-task-card-comments {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
.workspace-task-card-comments .no-comments-message {
  color: #979da3;
  margin-top: 15px;
  align-self: center;
}
.workspace-task-card-comments .task-comment {
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
}
.workspace-task-card-comments .task-comment:first-child {
  margin-top: 15px;
}
.workspace-task-card-comments .task-comment:not(:first-child) {
  margin-top: 5px;
}
.workspace-task-card-comments .task-comment-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 11px;
  color: #979da3;
}
.workspace-task-card-comments .task-comment .comment-author {
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  color: #2d3842;
}
.workspace-task-card-comments .task-comment .comment-author.deleted-user {
  color: #ff744f !important;
}
.workspace-task-card-comments .task-comment .ql-editor {
  padding: 5px 0 0 0;
}
.workspace-task-card-comments-loader {
  margin-top: 15px;
  align-self: center;
}
.workspace-task-card-comments #trigger-load-more-comments {
  margin-top: 15px;
  align-self: center;
}

#form-add-collaboration-list-record .waycp-key-field-indication::after {
  content: '*';
  color: #cd3424;
  font-size: 18px;
}
#form-add-collaboration-list-record .waycp-readonly-field-indication::after {
  content: '*';
  color: #1870f0;
  font-size: 18px;
}

.workspace-task-references-section {
  display: flex;
  align-items: center;
}
.workspace-task-references-section .workspace-task-references-outer-container {
  width: calc(100% / 3);
}
.workspace-task-references-section .workspace-task-references-outer-container:not(:first-child) {
  padding-left: 15px;
}
.workspace-task-references-section .workspace-task-references-outer-container:not(:last-child) {
  padding-right: 15px;
}
.workspace-task-references-section .workspace-task-references-outer-container .workspace-task-references-inner-container {
  display: flex;
  align-items: center;
  height: 24px;
  border: 1px solid #ccd0d4;
  border-radius: 2px;
  border-style: dashed;
  padding: 4px 5px;
}
.workspace-task-references-section .workspace-task-references-outer-container .workspace-task-references-inner-container.with-button {
  justify-content: stretch;
  border: none;
  padding: 0;
}
.workspace-task-references-section .workspace-task-references-outer-container .workspace-task-references-inner-container.with-button .dx-button {
  width: 100%;
}

.waycp-dashboard-data-tile-settings-form-result {
  margin-top: 5px;
}
.waycp-dashboard-data-tile-settings-form-result .dx-texteditor-input {
  color: #979da3;
}
.waycp-dashboard-data-tile-settings-form-input.with-error .dx-texteditor-input,
.waycp-dashboard-data-tile-settings-form-result.with-error .dx-texteditor-input {
  color: #cd3424;
}
.waycp-dashboard-pivot-settings-form-result {
  margin-top: 5px;
}
.waycp-dashboard-pivot-settings-form-result .dx-texteditor-input {
  color: #979da3;
}
.waycp-dashboard-pivot-settings-form-input.with-error .dx-texteditor-input,
.waycp-dashboard-pivot-settings-form-result.with-error .dx-texteditor-input {
  color: #cd3424;
}

#form-info-tile-widget-settings {
  height: 100%;
}
#form-info-tile-widget-settings .info-text-item .dx-field-item-content {
  height: 100%;
}
#form-info-tile-widget-settings .info-text-item .dx-field-item-content .editor-container {
  height: 100%;
}

#form-sync-onenote {
  display: flex;
  flex-direction: column;
}
#form-sync-onenote .dx-button {
  width: 100%;
  margin-top: 15px;
}
#form-sync-onenote .progress-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
#form-sync-onenote .progress-container .info-container {
  padding: 0px;
  justify-content: space-evenly;
}
#form-sync-onenote .progress-container.with-issues .ic-taskboard {
  color: #f99e49;
}
#form-sync-onenote .progress-container.without-issues .ic-taskboard {
  color: #65a10a;
}
#form-sync-onenote .auth-wrapper {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#form-sync-onenote .auth-wrapper-button {
  width: 38%;
}
#form-sync-onenote .auth-wrapper-button .dx-button {
  margin-top: 0px;
}
#form-sync-onenote .auth-wrapper-user {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.notebook-item {
  display: flex;
  flex-direction: column;
}
.notebook-item-name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notebook-item-date {
  font-size: 11px;
  color: #979da3;
}

.auth-wrapper {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.auth-wrapper-button {
  width: 38%;
}
.auth-wrapper-button .dx-button {
  margin-top: 0px;
}
.auth-wrapper-user {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

#modal-edit-collaboration-list-template #form-collaboration-list-restricted-columns .waycp-column-setting {
  display: flex;
  justify-content: space-evenly;
}
#modal-edit-collaboration-list-template #form-collaboration-list-restricted-columns .waycp-column-setting-property {
  flex: 1;
  margin-right: 5px;
}
#modal-edit-collaboration-list-template #form-collaboration-list-restricted-columns .waycp-column-setting-value {
  flex: 1;
}
#modal-edit-collaboration-list-template .waycp-collaboration-list-columns-editor-grid-container .dx-toolbar .dx-toolbar-before,
#modal-edit-collaboration-list-template .waycp-collaboration-list-columns-editor-container .dx-toolbar .dx-toolbar-before {
  left: 0px;
}
#modal-edit-collaboration-list-template .waycp-collaboration-list-columns-editor-grid-container .dx-toolbar .dx-toolbar-after,
#modal-edit-collaboration-list-template .waycp-collaboration-list-columns-editor-container .dx-toolbar .dx-toolbar-after {
  right: 0px;
}
#modal-edit-collaboration-list-template .waycp-collaboration-list-columns-editor-grid-container .dx-command-drag,
#modal-edit-collaboration-list-template .waycp-collaboration-list-columns-editor-container .dx-command-drag {
  padding: 0;
}
#modal-edit-collaboration-list-template .waycp-collaboration-list-column-template-menu .waycp-popover-entry-button:not(:first-child) {
  margin-top: 5px;
}
#modal-edit-collaboration-list-template .waycp-column-settings-title {
  display: flex;
  align-items: center;
}
#modal-edit-collaboration-list-template .waycp-column-settings-title .info-anchor {
  margin-left: 5px;
}
#modal-edit-collaboration-list-template .waycp-json-editor.readonly-area .editor-scrollable {
  pointer-events: none;
}
#modal-edit-collaboration-list-template #trigger-submit-modal.disabled {
  pointer-events: none;
  opacity: 0.3;
}
[role='gridcell']:has(.select-collaboration-list) {
  padding: 0;
}
[role='gridcell']:has(.select-collaboration-list)::after {
  display: none;
}
.waycp-selected-view .dx-icon,
.waycp-selected-view {
  color: #ff4b4b;
}
.waycp-collaboration-list-columns-editor-grid-container {
  width: 100% !important;
}
.dx-icon-filter-operation-default {
  min-height: 14px;
}

.drawer-editor-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.drawer-editor-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.drawer-editor-container.overlay-open::before {
  opacity: 1;
  pointer-events: all;
}
.drawer-editor-container .drawer-editor-panel {
  padding-left: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  background: white;
  z-index: 1000;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
.drawer-editor-container .drawer-editor-panel.hidden {
  transform: translateX(100%);
}

.waycp-json-grid-view .dx-buttongroup .dx-button {
  flex: 1;
  width: 150px;
}
.waycp-json-grid-view.disabled {
  pointer-events: none;
  opacity: 0.3;
}

#grid-json-editor {
  height: 100%;
  width: 100% !important;
  position: relative;
}
#grid-json-editor .dx-toolbar-before {
  left: 0;
}
#grid-json-editor .dx-toolbar-after {
  right: 0;
}
#grid-json-editor .dx-datagrid-table-fixed .dx-datagrid-filter-row {
  min-height: 27px;
}
#grid-json-editor .dx-command-drag {
  padding: 0;
}
#grid-json-editor .dx-datagrid-filter-row .dx-command-drag {
  height: 28px;
}
#grid-json-editor .dx-datagrid-filter-row .dx-editor-cell .dx-texteditor,
#grid-json-editor .dx-datagrid-filter-row .dx-editor-cell .dx-texteditor-input {
  height: 28px;
  min-height: 28px;
}
#grid-json-editor .spinner-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.waycp-collaboration-list-schema-editor-container #grid-json-editor {
  width: calc(100% - 260px) !important;
}
.waycp-collaboration-list-schema-editor-container .dx-datagrid-table-fixed .dx-datagrid-filter-row {
  min-height: 27px;
}
.waycp-collaboration-list-schema-editor-container .waycp-toolbar .dx-toolbar-after {
  right: 0px;
}
.waycp-collaboration-list-schema-editor-container .dx-selection .dx-editor-cell {
  background-color: #ffeded !important;
  outline: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

#waycp-edit-list-template-enum-editor {
  display: grid;
  gap: 10px;
}
#waycp-edit-list-template-enum-editor #waycp-edit-list-template-enum-editor-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr auto;
}
#waycp-edit-list-template-enum-editor #waycp-edit-list-template-enum-editor-add-key {
  max-width: 100px;
  width: 100%;
}
#waycp-edit-list-template-enum-editor .waycp-edit-list-template-enum-editor-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.waycp-waycp-formatter-editor-double-type {
  display: grid;
  gap: 20px;
}
.waycp-waycp-formatter-editor-double-type .first-part {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.waycp-waycp-formatter-editor-double-type .second-part {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.waycp-waycp-formatter-editor-interger-type {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.waycp-waycp-formatter-editor-boolean-type {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.waycp-waycp-formatter-editor-timespan-type {
  display: grid;
  gap: 10px;
}
.waycp-waycp-formatter-editor-timespan-type .min-max {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.waycp-waycp-formatter-editor-timespan-type .digits {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.waycp-waycp-formatter-editor-datetime-type {
  display: grid;
  gap: 20px;
}
.waycp-waycp-formatter-editor-datetime-type .date-type {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.waycp-waycp-formatter-editor-datetime-type .digits {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
.waycp-waycp-formatter-editor-datetime-type .default-value {
  display: flex;
  gap: 10px;
  align-items: center;
}
.waycp-waycp-formatter-editor-datetime-type .default-value .operators {
  display: flex;
  align-items: center;
}
.waycp-waycp-formatter-editor-datetime-type .default-value .operators .days {
  margin: 0 5px;
}
.waycp-waycp-formatter-editor-datetime-type .default-value .operators .now {
  font-weight: 600;
  margin: 0 5px;
}
.waycp-waycp-formatter-editor-enum-type {
  display: grid;
  gap: 10px;
}
.waycp-waycp-formatter-editor-multilinestring-type {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.waycp-collaboration-monaco-editor {
  border: 1px solid #ccd0d4;
  border-radius: 0;
  min-height: auto;
}
.waycp-collaboration-monaco-editor .monaco-editor .suggest-widget {
  max-width: 200px !important;
  display: flex;
  flex-wrap: wrap;
}
.waycp-collaboration-monaco-editor .monaco-editor .monaco-resizable-hover {
  border-radius: 20px;
  border: none;
}
.waycp-collaboration-monaco-editor .monaco-editor .monaco-hover {
  max-width: 200px !important;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  bottom: -4px !important;
  transform: translateY(100%) !important;
  z-index: 0 !important;
  border-width: 0 !important;
  outline: none !important;
  padding: 0 !important;
}

#form-import-collaboration-list .dx-fileuploader-wrapper {
  padding: 0;
}

.waycp-ordinal-number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.waycp-ordinal-number .waycp-icon {
  background-color: transparent;
  margin-right: 10px;
  cursor: pointer;
  color: #979da3;
}
.waycp-ordinal-number .waycp-icon:hover::before {
  color: #ff4b4b;
}
.waycp-ordinal-number-value {
  margin-left: 10px;
  width: 30px;
  font-weight: bold;
}
.waycp-formatting-rule-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.waycp-formatting-rule-name-value {
  width: 100%;
}
.waycp-formatting-rule-name .waycp-icon::before {
  margin-left: 5px;
  font-size: 14px;
  color: #5697d2;
}
.waycp-expression-editor-result {
  margin-top: 5px;
}
.waycp-expression-editor-result .dx-texteditor-input {
  color: #979da3;
}
.waycp-expression-editor-input.with-error .dx-texteditor-input,
.waycp-expression-editor-result.with-error .dx-texteditor-input {
  color: #cd3424;
}
#modal-conditional-formatting #conditional-formatting-filter-builder {
  position: static;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay {
  z-index: 1502 !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-overlay-wrapper {
  position: absolute !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-overlay-content {
  max-height: 300px !important;
  max-width: 400px !important;
  overflow: hidden !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-popup-content {
  max-height: calc(300px - 40px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-scrollable {
  max-height: inherit !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-scrollable-wrapper {
  max-height: inherit !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-scrollable-container {
  max-height: inherit !important;
}
#modal-conditional-formatting .dx-filterbuilder-overlay.dx-overlay .dx-scrollable-content {
  height: auto !important;
}

#drawer-row-editor {
  position: relative;
  height: 100%;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper {
  gap: 20px;
  display: flex;
  flex-direction: column !important;
  width: 100%;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper h4 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper .waycp-collaboration-list-row-editor-main-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 100px;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper .waycp-collaboration-list-row-editor-container-tooltips .waycp-collaboration-list-row-editor-container-tooltips-grid,
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper .waycp-collaboration-list-row-editor-container-column-names .waycp-collaboration-list-row-editor-container-tooltips-grid,
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper .waycp-collaboration-list-row-editor-container-tooltips .waycp-collaboration-list-row-editor-container-column-names-grid,
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper .waycp-collaboration-list-row-editor-container-column-names .waycp-collaboration-list-row-editor-container-column-names-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields-wrapper .waycp-collaboration-list-row-editor-container-checkbox-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#drawer-row-editor.errors {
  height: calc(100% - 43px) !important;
}
#drawer-row-editor.maximized-formula-editor {
  height: 100% !important;
}
#drawer-row-editor.maximized-formula-editor .waycp-collaboration-list-row-editor-container-fields-wrapper {
  height: 0;
  overflow: hidden;
}
#drawer-row-editor.maximized-formula-editor.errors {
  height: calc(100% - 47px) !important;
}
#drawer-row-editor.maximized-formula-editor.errors .waycp-collaboration-monaco-editor {
  height: calc(100% - 36px) !important;
}
#drawer-row-editor.maximized-formula-editor .waycp-collaboration-list-row-editor-field-formula,
#drawer-row-editor.maximized-formula-editor .waycp-collaboration-list-row-editor-container-fields {
  height: 100% !important;
}
#drawer-row-editor.maximized-formula-editor .waycp-collaboration-monaco-editor {
  height: calc(100% - 36px) !important;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-rollup-section {
  margin-top: 20px;
  gap: 20px;
  display: grid;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields {
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-field-formula.disabled {
  pointer-events: none;
  opacity: 0.6;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-field-formula.disabled .waycp-collaboration-monaco-editor {
  pointer-events: none;
}

.waycp-collaboration-list-schema-settings {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 10px;
  min-width: 250px;
}

#form-import-collaboration-list-header-template .dx-fileuploader-wrapper {
  padding: 0;
}

#form-role .custom-select-wrapper {
  position: relative;
}
#form-role .custom-select-wrapper .selected-role-display {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 21px;
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  padding: 6px 8px;
  pointer-events: none;
  z-index: 1;
  background: white;
  border-radius: 3px;
}
#form-role .custom-select-wrapper .dx-selectbox .dx-texteditor-input {
  color: transparent !important;
}
#form-role .custom-select-wrapper .dx-selectbox.dx-state-focused .selected-role-display {
  opacity: 0.8;
}
.role-item-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.role-item-with-icon .resource-type-icon {
  font-size: 12px;
  flex-shrink: 0;
}
.role-item-with-icon .resource-type-icon.organization {
  color: #ffa366;
}
.role-item-with-icon .resource-type-icon.workspace {
  color: #5697d2;
}
.role-item-with-icon .resource-type-icon.global {
  color: #87ceeb;
}
.role-item-with-icon .role-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-list-item .role-item-with-icon,
.dx-selectbox-popup .role-item-with-icon,
.dx-dropdownlist-popup .role-item-with-icon {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.dx-list-item .role-item-with-icon .resource-type-icon,
.dx-selectbox-popup .role-item-with-icon .resource-type-icon,
.dx-dropdownlist-popup .role-item-with-icon .resource-type-icon {
  font-size: 12px !important;
  flex-shrink: 0 !important;
}
.dx-list-item .role-item-with-icon .resource-type-icon.organization,
.dx-selectbox-popup .role-item-with-icon .resource-type-icon.organization,
.dx-dropdownlist-popup .role-item-with-icon .resource-type-icon.organization {
  color: #ffa366 !important;
}
.dx-list-item .role-item-with-icon .resource-type-icon.workspace,
.dx-selectbox-popup .role-item-with-icon .resource-type-icon.workspace,
.dx-dropdownlist-popup .role-item-with-icon .resource-type-icon.workspace {
  color: #5697d2 !important;
}
.dx-list-item .role-item-with-icon .resource-type-icon.global,
.dx-selectbox-popup .role-item-with-icon .resource-type-icon.global,
.dx-dropdownlist-popup .role-item-with-icon .resource-type-icon.global {
  color: #87ceeb !important;
}
.dx-list-item .role-item-with-icon .role-name,
.dx-selectbox-popup .role-item-with-icon .role-name,
.dx-dropdownlist-popup .role-item-with-icon .role-name {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#form-add-edit-tag .color-picker,
#form-add-edit-tag .color-selector {
  width: unset !important;
}

#form-delete-sites .CircularProgressbar-path {
  stroke: #ff4b4b;
}

.waycp-testbed-duration-measurement {
  display: flex;
  align-items: center;
  height: 34px;
}
.waycp-testbed-duration-measurement-state {
  font-weight: bold;
}
.waycp-testbed-duration-measurement-state.running {
  color: #65a10a;
}

