.avatar-wrapper {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  top: 15px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.media-post .avatar-wrap {
  right: 10px;
  top: 0;
  position: absolute;
}

/* END REVIEW ????????????????????????????????????????????????????? */

.ne-list .item .meta {
  height: 170px;
}

.ne-list .item-id {
  font-size: 22px;
  color: #888;
  top: 30px;
}

.ne-list .item-status {
  font-size: 9px;
  left: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  top: 210px;
  color: rgb(255 255 255 / 60%);
  width: 60px;
  text-align: center;
  padding: 5px 0;
  border-radius: 2px;
  letter-spacing: 0.03em;
}

.ne-list .item .info {
  position: absolute;
  left: 20px;
  top: 120px;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.4;
}

.ne-list .item .expected-duedate {
  left: 20px;
  top: 210px;
  color: red;
  text-transform: uppercase;
  font-weight: 500;
  width: 70px;
  border-radius: 2px;
  letter-spacing: 0.03em;
  height: 20px;
  line-height: 20px;
}

.ne-list .item .feedback {
  left: unset;
  top: 24px;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  width: 60px;
  border-radius: 2px;
  letter-spacing: 0.03em;
  height: 20px;
  line-height: 20px;
  right: 5px;
}

.ne-list .item .item-account {
  left: 45px;
  top: 85px;
  font-size: 11px;
  color: #aaa;
  text-align: right;
  right: unset;
  font-weight: 500;
}

.ne-list .item .label.status {
  width: 4px;
  top: 0px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  transform-origin: right;
  left: 2px;
  height: 150px;
  padding: 0;
  color: transparent;
  /* filter: drop-shadow(0px -1px 3px #f5a83d3d) !important; */
}

.ne-list .item .expand {
  position: absolute;
  right: 17px;
  bottom: unset;
  top: 60px;
  background: url("../../images/ui/ui-add-new.png") #4444445c no-repeat;
  background-size: auto auto !important;
  background-size: 20px !important;
  background-position: center !important;
  color: transparent;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}

.ne-list .item .expand.active {
  background: url("../images/ui/ui-remove-2.png") #f3a83c no-repeat;
}

.ne-list .item .subitems {
  display: none;
}

.ne-list .item .subitems.active {
  display: block;
  height: auto;
  max-height: 270px;
  background: #1b1b1b;
  position: unset;
  margin-top: 28px;
}

.ne-list .item .subitems.active li {
  display: block;
}

.ne-list .item p.title {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 81%;
  font-weight: 400;
  height: 85px;
  overflow: hidden;
}

.avatar-wrap.medium {
  background-size: contain;
  top: 10px;
  left: 11px;
  position: absolute;
  width: 25px;
  height: 25px;
}

.ne-list li .avatar-wrap {
  top: 20px;
  left: 20px;
  border: 0 solid #ffffff12;
}

#reports.active .avatar-wrapper {
  top: 10px;
  background-color: #4a4646;
  width: 20px;
  height: 20px;
}

#reports li .avatar-wrap {
  width: 20px;
  height: 20px;
  top: 10px;
  position: absolute;
  left: 360px;
  opacity: 0;
  transition: 0.8s all easy-in-out;
}

#reports.active li .avatar-wrap {
  opacity: 1;
  transition: 0.8s all easy-in-out;
}

.ne-list.compact .task .avatar-wrap {
  top: 4px;
  left: 80px;
  width: 25px;
  height: 25px;
  background-size: cover;
}

#ne_planner .pending .warning.card,
#ne_planner .issue .warning.card,
#ne_planner .ready .warning.card,
#ne_planner .review .warning.card,
#ne_planner .progress .warning.card {
  background: #cd1b1b !important;
}

#ne_planner .pending .soon.card,
#ne_planner .progress .soon.card {
  /* background-color: #615d5d !important; */
}

#ne_planner .pending .today.card,
#ne_planner .progress .today.card {
  background-color: #936a31 !important;
}

.ne-list .item {
  height: 75px;
}

.ne-list .item.active,
.ne-list .item.active_e {
  display: block;
  color: #444;
  background-color: #383636;
  overflow: hidden;

  /* height: max-content; */
}

.ne-list .item.later,
.ne-list .item.later:hover {
  opacity: 0.6;
}

.ne-list .item.active.wrong-duedate {
  background-color: red;
}

.ne-list .item.active.wrong-duedate:hover {
  background-color: red;
}

.ne-list .item:hover {
}

.ne-list .item.selected {
  background: #454242;
}

.ne-list .item.active .actions {
  display: block;
}
