.font-10 {
  font-size: 10px;
}
.priority {
  position: absolute;
  top: -15px;
  left: 0px;
}
.delete-task {
  position: absolute;
  top: 0px;
  right: 2px;
}

.comment-author img {
  width: 45px;
  border: 2px solid #00adef;
  border-radius: 50%;
  height: 45px;
  margin-right: 10px;
  float: left;
  object-fit: cover;
  object-position: center;
}
.commentlist {
  list-style: none;
  margin-left: -40px;
}
.comment_children {
  list-style: none;
}
.comment_children {
  border-left: 1px solid rgba(0, 173, 239, 0.75);
  margin-left: 34px;
  padding: 15px 10px;
  background: #00adef08;
  border-radius: 10px;
  margin-bottom: 3px;
}
.comment_children li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
}
.commentlist .comment_parent {
  background: rgba(243, 243, 243, 0.14);
  padding: 10px;
  border-radius: 5px;
}
.prjct-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project-container {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.project-container-overlay {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
}
.reply_form {
  background: rgba(0, 173, 239, 0.13) !important;
  border: transparent;
  border-radius: 0px;
  color: #000;
  font-style: italic;
}
.task-status {
  position: relative;
  top: 5px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 160px;
  color: #fff;
  width: 100%;
  min-width: 65px;
  text-align: center;
  float: left;
  padding: 52px 0px;
  font-size: 0.7em;
  margin-right: 5px;
}
.task-info-container {
  background-color: #fff !important;
  height: 160px;
  width: 100%;
  padding: 20px 5px 5px 44px;
  display: block;
  margin-left: -12px;
}

.task-info-container a:hover {
  text-decoration: none;
}
.task-info-image {
  position: absolute;
  height: 100%;
  left: -35px;
  top: 0px;
}
.task-info-dots {
  width: 100px;
}
.task-heading {
  font-weight: 700;
  text-transform: uppercase;
}
.task-status-icon {
  font-size: 2em;
}
.project-text {
  max-height: 48px;
  overflow: hidden;
}
.project_user_image_circle {
  width: 50px;
  height: 50px;
}
.project_user_image_circle img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  padding-right: 5px;
}
