#zpm-notes__container .zpm-grid-row {
  flex-wrap: wrap;
}

#zpm-notes__container .zpm-grid-item {
  flex-basis: 15%;
  margin: 0;
  padding: 7px;
  box-sizing: border-box;
  min-height: 160px;
  height: fit-content;
}

#zpm-notes__container {
  padding: 10px;
  box-sizing: border-box;
}

.zpm-gradient {
  color: #fff;
}

.zpm-note {
  min-height: 100px;
  cursor: pointer;
  border-radius: 4px;
}

.zpm-note__title {
  display: block;
  opacity: 0.6;
  margin-bottom: 5px;
}

.zpm-note__desc {
  display: block;
  font-size: 13px;
}

.zpm-board-item {
  margin-bottom: 10px;
  cursor: pointer;
  padding: 20px;
  position: relative;
}

.zpm-board-item h5 {
  font-size: 14px;
  margin: 0;
}

.zpm-boards #zpm_project_view_tasks_kanban {
  display: block;
}

#zpm-boards-list a {
  text-decoration: none;
  color: #333;
}

.zpm-board-item__desc {
  margin-bottom: 0;
}

.zpm-board-item__task-count {
  position: absolute;
  right: 20px;
  top: 20px;
}

#zpm_new_report_btn {
  width: max-content;
}

.zpm-pdf-report__task {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.zpm-pdf-report__task span {
  flex: 1;
  padding: 4px;
}

#zpm-pdf-report__tasks-header {
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

#zpm-pdf-report__modal {
  min-height: unset;
  padding: 20px;
  text-align: left;
}

.zpm-modal__form-group {
  padding: 10px 0;
}

.zpm-modal__form-group label,
.zpm-modal__form-group input {
  width: 100%;
  display: block;
}

#zpm-pdf-report__modal select {
  width: 100%;
}

#zpm-task-preview__info input,
#zpm-task-preview__info textarea,
#zpm-task-preview__info select,
#zpm-task-preview__info .chosen-container,
#zpm-project-preview__info input,
#zpm-project-preview__info textarea,
#zpm-project-preview__info select,
#zpm-project-preview__info .chosen-container {
  width: 100% !important;
  padding: 5px 8px !important;
  outline: none !important;
  font-size: 13px;
}

#zpm-task-preview__info .chosen-container,
#zpm-project-preview__info .chosen-container {
  padding: 0 !important;
}

#zpm-task-preview__info #zpm_task_edit_custom_fields,
#zpm-project-preview__info #zpm_task_edit_custom_fields {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#zpm-task-preview__info #zpm_task_edit_custom_fields label,
#zpm-project-preview__info #zpm_task_edit_custom_fields label {
  font-size: 11px;
  color: #aaa;
  padding: 0;
  margin-top: 12px !important;
  display: block;
}

.zpm_project_description.project_description,
.zpm-project-preview__description {
  white-space: normal !important;
}

#zpm-submodal-background,
#zpm_custom_field_select_modal {
  z-index: 99999999999 !important;
}

.zpm-rating-field {
  margin-bottom: 15px;
}

.zpm-rating-star .zpm-star-checked {
  display: none;
}

.zpm-rating-star[data-checked="1"] .zpm-star-checked {
  display: inline-block;
  color: #ffcb0c;
}

.zpm-rating-star[data-checked="1"] .zpm-star-unchecked {
  display: none;
}

.zpm-rating-star {
  cursor: pointer;
  user-select: none;
  font-size: 17px;
  transition: all 0.12s ease-in-out;
}

.zpm-rating-star:hover {
  color: #ffcb0c;
}

.zpm-task-item-extra-details .zpm-custom-field,
.zpm-task-item-extra-details .zpm-custom-field div {
  display: inline;
}

.zpm-task-item-extra-details .zpm-remove-template-field,
.zpm-task-item-extra-details .zpm_label {
  display: none;
}

.zpm-task-item-extra-details .zpm-rating-field {
  display: inline;
  pointer-events: none;
}

.zpm-task-overview-cf {
  pointer-events: none;
}

#zpm_project_editor .zpm-project-single__custom-fields {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.zpm-custom-field select {
  width: 100%;
}

#zpm-dashboard-reports {
  padding: 20px 0;
  width: 100%;
  display: block;
}

#zpm-dashboard-reports .zpm-report-item .zpm-buttons__float-right {
  display: none;
}

#zpm-dashboard-reports .zpm-report__task-list+label,
#zpm-dashboard-reports .zpm-report__task-list~code {
  display: none;
}

.zpm-icon-color-picker__modal {
  overflow: visible;
}

.zpm-color-picker__group {
  padding-top: 25px;
}

.zpm-project-template__title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.zpm-project-template {
  text-align: center;
  cursor: pointer;
}

.zpm-project-template__icon {
  font-size: 34px;
  display: block;
  margin-top: 40px;
}

.zpm-project-template__task-count {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 12px;
  opacity: 0.5;
}

.zpm-project-template__desc {
  margin-top: 13px;
  display: block;
  font-size: 12px;
}

#zpm-new-project__template-picker.zpm-picker-enabled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  padding-top: 50px;
}

#zpm-new-project__template-picker.zpm-picker-enabled+.zpm_modal_body {
  display: none;
}

#zpm-new-project__template-picker:not(.zpm-picker-enabled) {
  display: none;
}

.zpm-basic-table__row {
  border: 1px solid #ccc;
  padding: 10px;
  border-bottom: none;
}

.zpm-basic-table .zpm-basic-table__row:last-of-type {
  border-bottom: 1px solid #ccc;
}

.zpm-project-template__task-name {
  font-weight: bold;
}

.zpm_modal_body .zpm-project-template__preview-title {
  text-align: left !important;
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
}

#zpm-current-goal__section {
  margin-top: 10px;
}

#zpm-current-goal__section label {
  display: block;
}

.zpm-current-goal-amount,
.zpm-current-goal-date {
  background: #75dabe;
  padding: 2px 4px;
  color: #0e6f54;
}

#zpm-kpi-user-details {
  margin-top: 20px;
}

.zpm-form__group-horizontal {
  display: flex;
}

.zpm-form__group-horizontal .zpm-form__group {
  flex: 1;
  margin: 5px;
}

.zpm-form__group-horizontal .zpm-form__group label {
  margin-bottom: 5px;
  display: block;
}

#zpm-kpi-results .zpm-form__group {
  margin-top: 0;
}

.zpm-kpi-stat__completed,
.zpm-kpi-stat__percentage {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-top: 6px;
}

.zpm-kpi-stat__percentage {
  margin-bottom: 20px;
  display: block;
}

#zpm-current-goal__section label {
  font-weight: bold;
  margin-bottom: 3px;
}

#zpm-timers-count {
  background: red;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  right: 0;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
}

#zpm-header-actions {
  margin-top: -20px;
  z-index: 999;
}

#zpm-actions-timers {
  position: relative;
}

#zpm-search-bar {
  display: inline-block !important;
  margin-right: 30px;
}

#zpm-header-actions {
  text-align: right;
  padding-right: 100px;
}

.zpm-timers-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#zpm-actions-timers {
  top: 10px;
}

.zpm-timer-actions i {
  cursor: pointer;
  padding: 0px 5px;
}

.zpm-basic-list__item {
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  padding: 10px;
}

.zpm-basic-list .zpm-basic-list__item:last-of-type {
  border-bottom: 1px solid #ccc;
}

.zpm-timer-value {
  margin-right: 7px;
  color: #02b361;
}

.zpm-timer-data__task:before {
  content: "|";
  margin-left: 7px;
  margin-right: 7px;
  opacity: 0.4;
}

.zpm-select__container {
  text-align: left;
}

.zpm-milestone-field__value {
  background: lightgreen;
  padding: 2px;
  margin-left: 10px;
}

.zpm-custom-field__target-reached div {
  color: green;
}

.zpm-milestone-custom-field__item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.zpm-custom-field__value {
  width: 100%;
}

.zpm-timer-modal input,
.zpm-timer-modal select {
  min-width: 100%;
}

.zpm-timer-modal select {
  margin-top: 5px;
}

.zpm-timer-data__task-description {
  color: #333;
  opacity: 0.6;
}

.zpm-timer-data__task-description:before {
  content: " - ";
}

.zpm-task-overview-cf.url {
  pointer-events: all;
}

.zpm-dashboard-project__chart {
  position: relative;
}

.zpm-dashboard-project__chart-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.zpm-milestone-custom-field__item {
  padding-left: 15px;
}

#zpm-milestone-project-list {
  border: 1px solid #ccc;
}

#zpm-project-task-status-filter+div {
  display: inline-block;
  max-width: 200px;
  text-align: left;
}

#zpm-project-task-filters {
  text-align: right;
}

#zpm-task-list {
  margin-left: 0;
}

#zpm_kanban_container .wp-picker-container .wp-color-result.button {
  min-height: unset !important;
  vertical-align: middle;
  max-height: unset !important;
  display: inline-block;
}

#zpm-subtask-list {
  margin-left: 0;
}

#zpm-task-parents__breadcrumbs {
  margin-top: 20px;
}

#zpm_kanban_container .iris-palette-container {
  display: flex !important;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  flex-wrap: wrap;
  height: 100px;
  top: 0 !important;
}

#zpm_kanban_container .iris-palette-container .iris-palette {
  flex: 1;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  margin-bottom: 4px;
}

#zpm_kanban_container .iris-picker-inner {
  display: none;
}

#zpm_kanban_container .wp-picker-holder .iris-picker {
  height: auto !important;
  padding: 10px;
}

#zpm_kanban_container .iris-palette {
  box-shadow: none !important;
  border-radius: 50% !important;
}

#zpm_kanban_container .iris-palette:hover,
#zpm_kanban_container .iris-palette:active,
#zpm_kanban_container .iris-palette:focus {
  outline: none;
  box-shadow: none;
}

.zpm-kanban-subtask-item {
  font-size: 11px;
}

.zpm-kanban-subtask-item .zpm_task_list_row {
  padding: 3px;
  padding-left: 7px;
}

.zpm-kanban-item__subtasks {
  border: 1px solid #ddd;
}

.zpm_kanban_row {
  background: #e3ebef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.15);
  margin: 10px;
}

.zpm_kanban_heading,
.zpm_kanban_heading:focus,
.zpm_kanban_heading:active,
.zpm_kanban_heading:hover {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 3px solid;
  padding: 10px;
}

#zpm_kanban_container,
.zpm_kanban_container {
  border: none;
}

.zpm-kanban-add-task-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.zpm-kanban-options-container {
  position: absolute;
  top: 10px;
  right: 25px;
}

.zpm-kanban-add-task-btn {
  cursor: pointer;
}

#zpm_container.zpm_kanban {
  height: auto !important;
  max-height: unset !important;
}

.zpm-kanban-options-container {
  z-index: 999;
}

#zpm_kanban_row_add_column {
  background: transparent;
  box-shadow: none;
}

.zpm-kanban-list #zpm_kanban_container {
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
}

.zpm-kanban-list .zpm_kanban_row {
  min-width: 100% !important;
  margin: 0;
  margin-bottom: 15px;
}

#zpm-kanban-options {
  text-align: right;
}

.zpm-kanban-view {
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
  opacity: 0.4;
}

.zpm-kanban-view.selected {
  opacity: 1;
}

#zpm-project-template-modal__new {
  text-align: left;
}

.zpm-kanban-subtask-item .zpm_task_list_data.task_name{
	white-space: normal !important;
	max-width: 100%;
}

.zpm-project-template__task-item {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.zpm-template-task__title-input,
.zpm-template-task__description-input {
  display: block;
  width: 100%;
}

.zpm-template-task__title-input {
  margin-bottom: 10px;
}

.gu-mirror {
  z-index: 999999999 !important;
  background: #fff;
}

#zpm-project-template__task-list {
  padding: 10px;
  box-sizing: border-box;
}

#zpm-new-project__dates {
  display: flex;
  width: 100%;
}

#zpm-new-project__dates>div {
  flex: 1;
}

.zpm-form-field-col {
  text-align: left;
  margin: 5px;
}

.zpm-form-field-col .zpm-form-field__label {
  display: block;
}

.zpm-form-field-col .zpm_input {
  width: 100%;
}

#zpm-project-template-modal__new {
  max-height: 90%;
  overflow-y: auto;
}

#zpm-project-template__name {
  width: 100%;
}

.zpm-modal-btns-right {
  text-align: right;
}

.zephyr-ajax-modal .zpm_modal_header {
  margin: 0 !important;
  padding-left: 0 !important;
}

.zpm-project-template__task-action-remove {
  text-transform: uppercase;
  font-size: 11px;
  color: red;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
}

.zpm-project-template__task-actions {
  text-align: right;
}

#zpm-acf-tab-content .zpm-tab-content {
  padding: 20px;
}

.zpm-acf-field__btns {
  text-align: right;
  padding: 20px;
}

.zpm-acf-field-item {
  margin-top: 10px;
}

.zpm-gantt-tab {
  min-height: 100px;
}

#zpm-gantt-loader {
  transform: translate(-50%, -50%);
}

#zpm-project-single__title,
#zpm-single-task-title {
  font-size: 20px;
  font-weight: bold;
}

.zpm-project-completed,
.zpm-task-completed-text {
  opacity: 0.4;
  font-size: 11px;
  margin-bottom: 10px;
  font-style: italic;
}

.zpm-task-shortcode-list-item {
  background: #fff;
}

.zpm-task-completed .zpm-task-card__description * {
  color: #fff;
}

.zpm_title_information {
  margin-bottom: 0;
}

.zpm-navigation-item {
  margin-right: 3px;
  margin-left: 3px;
}

#zpm_kanban_container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}

.zpm_kanban_container {
  overflow: visible;
}

.zpm-edit-list-item {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
}

.zpm-custom-page-remove {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#zpm-custom-page-add {
  cursor: pointer;
}

.zpm-custom-page-icon {
  display: block;
}

.zpm-custom-page-icon input {
  padding: 5px;
  margin-top: 5px;
}

.zpm_kanban_item {
  overflow: visible !important;
}

.zpm-kanban-list #zpm_kanban_container {
  overflow: visible !important;
}

.zpm-project-template__custom-field-item input {
  width: 100%;
}

.zpm-project-template__custom-field-item {
  position: relative;
  padding: 5px;
}

#zpm-project-template__custom-fields-list {
  margin-bottom: 10px;
}

#zpm-project-single__filters.zpm-kanban-filters {
  padding-top: 0 !important;
}

#zpm-kanban-options {
  margin-bottom: 10px;
}

.zpm-template-editor__subtask {
  position: relative;
}

.zpm-task-template-picker__subtask {
  padding-left: 10px;
}

.zpm-task-template-picker__subtask:before {
  content: "- ";
}

.zpm-task-template-picker__item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
}

.zpm-task-template-picker__item:hover {
  background: #f9f9f9;
}

.zpm-template-picker-list {
  border: 1px solid #ddd;
  margin-top: 10px;
}

.zpm-project-template__task-template {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.zpm-project-template__task-template input {
  width: 100%;
  margin-bottom: 6px;
  padding: 7px;
}

.zpm-project-template__subtasks-title {
  font-size: 13px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding-left: 3px;
}

#zpm-search-results-modal #zpm-search-results {
  min-width: 100%;
}

#zpm-search-results-modal #zpm-search-tasks,
#zpm-search-results-modal #zpm-search-projects {
  margin-left: 0 !important;
}

#zpm-search-results-modal #zpm-search-tasks li,
#zpm-search-results-modal #zpm-search-projects li {
  margin-left: 0 !important;
}

.zpm-search-result-project {
  background: #eee;
  padding: 7px;
  border-radius: 3px;
  margin-left: 10px;
}

#zpm-search-tasks h5 {
  margin-top: 10px;
}

#zpm-edit-custom-field-modal {
  max-height: 90vh;
  overflow: auto;
}

.zpm-cf-description {
  display: block;
  font-size: 14px;
  padding: 10px 0px;
}

.zephyr-frontend-manager-template input,
.zephyr-frontend-manager-template input[type="date"],
.zephyr-frontend-manager-template select {
  font-size: 14px !important;
}

.zpm-project-template .zpm-grid__card {
  overflow: auto;
}

.zpm-kanban-due {
  width: max-content !important;
}

.zpm-milestone__task {
  display: block;
  text-decoration: none;
  color: #333;
}

.zpm-milestone__task:focus,
.zpm-milestone__task:active {
  outline: none;
}

.zpm-project-file-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
}

.zpm-milestone__task.completed .zpm-milestone__task-name {
  color: #fff;
}

.zpm-checklist-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.zpm-checklist-input {
  margin-bottom: 0px !important;
  flex: 1;
}

.zpm-checklist-checkbox {
  margin-right: 10px;
}

.zpm-checklist-checkbox i {
  font-size: 19px;
  display: block;
  transition: all 0.15s ease-in-out;
}

.zpm-checklist-checkbox:hover i,
.zpm-checklist-checkbox-value:checked+i {
  color: #8ad14d;
}

.zpm_task_custom_field[data-zpm-cf-type="checklist"] {
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  #zpm-project-single__filters {
    position: relative !important;
  }
}

.zpm_kanban_row {
  height: auto;
}

.zpm-timers-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.zpm-timer-actions {
  display: block;
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.zpm-timer-item:not(.is-paused) .zpm-unpause-timer {
  display: none !important;
}

.zpm-timer-item.is-paused .zpm-pause-timer {
  display: none !important;
}

#zpm-timer-list .zpm-stop-timer {
  background-color: #f61554 !important;
}

.zpm-timer-item.is-saved {
  display: none;
}

#zpm-timer-list {
  border-bottom: 1px solid #ccc;
}

.zpm-timer-value {
  float: right;
}

#zpm-task-single__timers {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 15px;
  padding: 20px;
}

.zpm-task-timer__date {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  background: #f9f9f9;
}

.zpm-task-timer__item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.zpm-task-timer__item span {
  display: block;
}

#zpm-task-timers__table {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.zpm-checklist-checkbox input {
  display: none !important;
}

.zpm-timer-modal .zpm-close-modal__btn {
  display: none;
}

.zpm-single-project #zpm-actions-timers {
  right: 90px;
}

.zpm-timer-value {
  float: left;
}

.zpm-task-timer-list__actions {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.zpm-kanban-item__subtasks .zpm_task_assignee {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.zpm-task_assignees {
  display: block;
  vertical-align: middle;
  line-height: 30px;
}

.zpm-kanban-subtask-item {
  background: #fff !important;
}

.zpm-task-item-name {
  color: #000;
}

#query-monitor-main {
  z-index: 999999 !important;
}

.zpm-trigger-toggle__down,
.zpm-trigger.collapsed .zpm-trigger-toggle__up {
  display: none;
}

.zpm-trigger.collapsed .zpm-trigger-toggle__down {
  display: block;
}

.zpm-trigger-toggle {
  cursor: pointer;
}

.zpm-trigger-item__name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.zpm-trigger.collapsed .zpm-trigger-item__tab {
  display: none;
}

.zpm-trigger-toggle-icons {
  margin-right: 10px;
}

.zpm-trigger-item__tab {
  border-top: 1px solid #ccc;
  background: #f9f9f9;
}

.zpm-trigger-item {
  padding: 0px;
}

#zpm-tirggers__container {
  padding: 20px;
}

.zpm-trigger-item__tab {
  padding: 20px;
}

.zpm-trigger-item__buttons {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.zpm-trigger-item__field select {
  width: 100%;
  max-width: unset;
}

.zpm-trigger-item__placeholder-legend {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 6px;
}

.zpm-trigger-enabled-field .zpm-trigger-item__field-label {
  margin-right: 5px;
}

.zpm-trigger-task-date-values {
  margin-top: 10px;
}

.zpm-trigger__relative-date {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zpm-trigger__relative-date span {
  flex: 1;
}

.zpm-trigger-relative-date__number {
  max-width: 100px;
  margin-right: 10px;
}

.zpm-trigger-relative-date__days {
  max-width: 120px;
  margin-right: 10px;
}

.zpm-trigger-relative-date__number input {
  max-width: 100%;
}

.zpm-trigger-item__field {
  margin-bottom: 10px;
}

.zpm-trigger-item__field-label {
  display: block;
  margin-bottom: 4px;
}

.zpm-trigger__start-date-absolute input,
.zpm-trigger__due-date-absolute input {
  width: 100%;
}

.zephyr-frontend-manager-template .mce-btn[aria-label="Toolbar Toggle (Shift+Alt+Z)"]~* {
  display: none !important;
}

.zpm-milestone.completed .zpm-milestone__task-name {
  color: #fff;
}

.zephyr-frontend-manager-template .zpm-milestone__task:not(.completed) {
  color: #333 !important;
}

.zpm_kanban_heading.not-editable {
  pointer-events: none;
}

.zpm-kanban-subtask-item .zpm_task_list_row,
.zpm-kanban-subtask-item .zpm_task_list_row:hover {
  background-color: #fff !important;
  border-color: #ccc !important;
}

.zpm_kanban_row .wp-picker-active .wp-picker-input-wrap {
  display: block !important;
}

.zephyr-project-manager .zpm_kanban_row .wp-picker-holder {
  bottom: unset !important;
}

#zpm_project_view_tasks_kanban .wp-picker-active .wp-picker-input-wrap {
  display: block !important;
  top: -10px;
}

.zpm-project-template__folder-item__name {
  width: 100%;
  z-index: 1;
}

.zpm-project-template__folder-item-delete {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
  font-size: 15px;
}

.zpm-project-template__folder-item {
  position: relative;
}

.zpm_kanban_item .zpm_kanban_item_buttons {
  opacity: 1 !important;
  z-index: 999999;
}

.zpm_kanban_row .zpm_kanban_item:first-of-type .zpm_kanban_item_buttons .zpm-dropdown {
  top: 20px;
  bottom: unset;
}

.zpm-calendar-item__change-status {
  text-align: right;
  padding: 6px;
}

#zpm-timer__action-buttons {
  text-align: right;
  margin-bottom: 10px;
}

#zpm-timers__add-record-description {
  width: 100%;
}

.zpm-timer-record__option-div {
  text-align: center;
  flex: 1;
}

.zpm-timer-record__option {
  text-align: center !important;
}

#zpm-timer-record__time-options input {
  max-width: 70px;
  text-align: left !important;
  border: 1px solid #ccc !important;
  margin-right: 5px;
}

.zpm-timer-record__option-div {
  display: inline-block;
  margin-right: 40px;
}

#zpm-timers-datatable_wrapper .dt-button {
  font-size: 12px;
  color: #fff !important;
  border: none;
}

#zpm-timers-datatable_wrapper .dt-buttons {
  text-align: right;
  padding-right: 7px;
  width: 100%;
}

.zpm-task-item-extra-details {
  max-width: 60% !important;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

/* Hide all calendar content except title */
/* .zpm-calendar-item__desc,
.zpm-calendar-item__due_date,
.zpm-calendar-item__project,
.zpm-calendar-item__assignee,
.zpm-calendar-item__change-status,
.fc-day-grid-event br,
.zpm-calendar-event {
  display: none !important;
}

.fc-day-grid-event {
  border-radius: 5px !important;
} */

.zpm-calendar-item__custom-fields * {
  color: #fff;
}

.zpm-custom-field--image-preview {
  max-width: 100%;
  margin: 15px 0px
}

#zpm-edit-custom-field-modal .zpm-custom-field__container .zpm_task_custom_field {
  display: none; 
}

.zpm-custom-field--image-preview-img {
  max-width: 100%;
}

.zpm-project-template__task-name {
  max-width: calc(100% - 30px);
}

.zpm-remove-project-task-template {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 17px;
}

.zpm-project-template__task-template {
  position: relative;
}

.zephyr-gantt__chart .fn-gantt .leftPanel .row {
  width: 100%;
}

.zpm-projects-gantt-chart .zpm-gantt__complete-task,
.zpm-projects-gantt-chart #zpm-gantt__new-task-btn,
.zpm-projects-gantt-chart .zpm-gantt-task-options{
  display: none !important;
}

.zephyr-gantt__chart  {
  margin-top: 10px;
}

#zpm-project-list.zpm-hidden {
  display: none !important;
}

.zephyr-gantt__chart .fn-gantt .leftPanel .row {
  display: block !important;
  min-width: 100% !important;
}

.zpm-projects-gantt-chart .fn-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zpm-projects-gantt-chart .fn-content .leftPanel {
  max-width: 20%;
  order: 1;
}

.zpm-projects-gantt-chart .fn-content .rightPanel {
  max-width: 80%;
  order: 2;
}

.zpm-projects-gantt-chart .fn-content .bottom {
  order: 0;
  min-width: 100%;
}

.zpm_file_image {
  background-size: contain;
  background-position-x: center;
}

.zpm-projects-gantt-chart .fn-content .bottom:last-of-type {
  order: 10;
}

#zpm-task-list .zpm-apply-for-task-btn {
  color: #fff !important;
  position: absolute;
  left: 0%;
  transform: translateX(-100%);
  width: auto;
  width: max-content;
  top: 6px;
  padding: 5px 7px !important;
  border-radius: 2px !important;
  font-size: 12px !important;
}

.zpm-apply-for-task-btn[disabled] {
  background: orange !important;
  pointer-events: none !important;
}

.zpm-apply-for-task-btn.zpm-approval--is-approved {
  background: #73dbb9 !important;
}

.zpm-task-application__approve,
.zpm-task-application__remove {
  position: relative;
}

.zpm-task-application__approve:before,
.zpm-task-application__remove:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#zpm-task-preview__info .zpm-apply-for-task-btn {
  position: absolute;
  right: 10px;
  top: 10px
}

#zpm-task-preview__info {
  position: relative;
}

#zpm-communications-section .zpm-layout-sidebar {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}

.zpm-project-sidebar-item__description {
  box-sizing: content-box;
}

.zpm-project-sidebar__item {
  border-top: 1px solid #eee;
}

.zpm-layout-sidebar__body .zpm-project-sidebar__item:last-of-type {
  border-bottom: 1px solid #eee;
}

.zephyr-project-manager .pac-container,
.zephyr-frontend-manager-template .pac-container {
	z-index: 9999999 !important;
}

.zephyr-theme-default .zpm-tabs.board {
	background: transparent !important;
	box-shadow: none !important;
}
