.zpm-report-item {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 2px;
  box-sizing: border-box;
}

.zephyr-modal {
  max-height: 90% !important;
  overflow: auto;
}

.zpm-report-line__color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
}

.zpm-report-line {
  padding: 5px;
  border: 1px solid #eee;
  border-bottom: none;
  position: relative;
  cursor: pointer;
}

.zpm-report-data-list {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.zpm-report-line:hover {
  background: #f9f9f9;
}

.zpm-report-line__options {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.zpm-report-line__options>span {
  padding: 0 3px;
}

.zpm-buttons__float-right {
  text-align: right;
}

.zpm-report__task-item {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.zpm-report__task-item.completed {
  text-decoration: line-through;
  color: #ccc;
}

.zpm-milestone.completed {}

.zpm-milestone.completed {}

.zpm-milestone {
  padding-bottom: 50px;
}

.zpm-milestone {
  background: #fff;
  margin-bottom: 10px;
  min-height: 100px;
  border: 2px solid #ddd;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  position: relative;
}

.zpm-milestone__title {
  font-size: 15px;
  line-height: 15px;
  margin: 0;
}

.zpm-milestone.completed .zpm-milestone__task-list,
.zpm-milestone.completed .zpm-milestone__project-list {
  border-color: #fff;
}

.zpm-milestone__task-list,
.zpm-milestone__project-list {
  margin-top: 10px;
}

.zpm-milestone__task-list .zpm-milestone__task:first-of-type,
.zpm-milestone__project-list .zpm-milestone__project:first-of-type {
  border-top: 1px solid #ddd;
}

.zpm-milestone.completed .zpm-milestone__task,
.zpm-milestone.completed .zpm-milestone__project {
  border-color: #fff;
}

.zpm-milestone__task.completed,
.zpm-milestone__project.completed {
  background: #03c1a2;
  border-color: #03c1a2 !important;
  color: #fff;
}

.zpm-milestone__task.completed,
.zpm-milestone__project.completed {
  background: #64d1a1;
  border-color: #64d1a1 !important;
  color: #fff;
}

.zpm-milestone__task,
.zpm-milestone__project {
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
  transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1);
  cursor: pointer;
}

a,
div {
  outline: 0;
}

div {
  display: block;
}

.zpm-milestone.completed {}

.zpm-milestone.completed {}

.zpm-milestone__checkbox,
.zpm-milestone-task__checkbox,
.zpm-milestone-project__checkbox {
  display: none;
}


.zpm-milestone__task,
.zpm-milestone__project {
  border: 1px solid #ddd !important;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
  transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1);
  cursor: pointer;
  font-size: 16px;
}

.zpm-milestones__due {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}

.zpm-milestone__section-title {
  font-size: 17px;
}

.zpm-milestone .zpm-milestone__check {
  font-size: 20px;
  margin-right: 10px;
}

.zpm-milestone.completed .zpm-milestone__check {
  color: #64d1a1;
}

#zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-btn {
  position: relative !important;
  left: unset !important;
  right: 0px !important;
  top: 60px !important;
}

#zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-dropdown,
.admin-bar #zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-dropdown {
  position: absolute !important;
  right: 0px !important;
  top: 50px !important;
}

.zpm-shortcode-button-container {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  height: 0px !important;
}