.zpm-dropdown-subdropdown {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: unset !important;
  transform: translateX(100%) !important;
  background: #fff !important;
  display: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 10px rgba(0, 0, 0, 0.07) !important;
}

.zpm-dropdown-item:hover .zpm-dropdown-subdropdown {
  display: block !important;
}

.zpm-kanban-attachment {
  margin: 0 !important;
}

.zpm-kanban-attachment:hover {
  color: #555 !important;
}

.zpm_kanban_item.high.zpm-kanban-highlight .zpm_kanban_item_buttons .zpm-kanban-attachment:hover {
  color: #333 !important;
}

a.zpm-dropdown-item {
  text-decoration: none !important;
  color: #555 !important;
}

a.zpm-dropdown-item:hover,
a.zpm-dropdown-item:focus,
a.zpm-dropdown-item:active {
  box-shadow: none;
  outline: none !important;
}

.zpm-kanban-attachment__action {
  display: inline-block;
  background: #eee;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 10px;
}

.zpm-kanban-attachments.zpm-dropdown-subdropdown {
  display: none;
  pointer-events: none;
  opacity: 0;
}

.zpm-kanban-attachment__url {
  color: #333;
}

#zpm-task-attachments-modal {
  text-align: left;
}

#zpm-kanban-user-picker {
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  transform: translateY(20px);
  display: none;
  border: 1px solid #eee;
}

#zpm-kanban-user-picker.zpm-picker-active {
  display: block !important;
}

.zpm-kanban-due {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px
}

.zpm-kanban__datepicker {
  position: absolute;
}

.zpm-kanban__datepicker input {
  position: absolute;
  top: -100px;
}

#zpm-task-edit-modal #zpm_edit_task_description {
  height: auto;
}

#zpm-task-options-dropdown,
#zpm-project-options-dropdown {
  display: block !important;
}

#zpm_create_task {
  z-index: 9999999999 !important;
}

.zpm_kanban_title {
  height: auto !important;
  white-space: break-spaces !important;
}