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

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

#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;
  height: 28px;
}
#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 #tabs-collaboration-list-template {
  height: max(100px, calc(80vh - 200px));
}
#modal-edit-collaboration-list-template .waycp-alert.info,
#modal-edit-collaboration-list-template .waycp-alert.error {
  position: sticky;
  bottom: 0px;
}
.waycp-collaboration-list-schema-settings,
.waycp-collaboration-list-row-editor-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.waycp-collaboration-list-schema-settings {
  padding: 0 10px;
  min-width: 250px;
}
#drawer-row-editor {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 20px;
}
#drawer-row-editor .maximized {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#drawer-row-editor .maximized .waycp-collaboration-monaco-editor {
  height: calc(100% - 36px);
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-fields {
  overflow-y: auto;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-buttons {
  padding-top: 20px;
  display: grid;
  position: absolute;
  bottom: 0;
  right: 0;
  gap: 10px;
  background-color: white;
  width: 100%;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-buttons .row-editor-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
#drawer-row-editor .waycp-collaboration-list-row-editor-container-buttons .row-editor-buttons .dx-button {
  width: 100px;
}
.waycp-collaboration-monaco-editor {
  border: 1px solid #ccd0d4;
  border-radius: 0;
  overflow: hidden;
}
[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;
}
.waycp-collaboration-list-schema-editor-container .waycp-collaboration-list-columns-editor-grid-container {
  width: calc(100% - 260px) !important;
}
.waycp-collaboration-list-schema-editor-container .waycp-toolbar .dx-toolbar-after {
  right: 0px;
}
#grid-json-editor .dx-datagrid-table-fixed .dx-datagrid-filter-row {
  min-height: 27px;
}
#grid-json-editor {
  min-height: 700px;
  height: max(100px, calc(70vh - 350px));
}
@media screen and (max-height: 991px) {
  #grid-json-editor {
    overflow-y: auto;
    min-height: 500px;
  }
  #modal-edit-collaboration-list-template #tabs-collaboration-list-template {
    height: max(100px, calc(80vh - 10px));
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 601px) {
  #tabs-collaboration-list-template {
    height: max(100px, 80vh);
  }
}
.custom-drag-handle.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dx-icon-filter-operation-default {
  min-height: 14px;
}

.drawer-editor-container {
  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%);
}

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

