/* attachment item */
body .phantom-attachments ul li:last-child .list-item,
body .phantom-attachments.it-list-wrapper .it-list .list-item {
  border:1px solid #C5C7C9;
  border-radius: 200px;
  margin-bottom: 10px;
}

.it-list-wrapper.phantom-attachments .it-list .list-item .it-rounded-icon svg.icon {
  fill: #11AC6A;
}

.it-list-wrapper.phantom-attachments .it-list .list-item .it-right-zone svg.icon {
    fill: #333;
}

/* hover  */
body .it-list-wrapper.phantom-attachments .it-list .list-item:hover {
  border-color: #11AC6A;
  opacity: 0.8;
  color: #11AC6A;
  text-decoration: none;
  background-color: #FAFAFA;

  .text {
    color: #11AC6A;
  }
  svg {
    fill: #11AC6A;
  }
}
