.project-attachment {
  display: flex;
  align-items: center;
  width: 100%; }
  .project-attachment > .media-body {
    min-width: 0; }

.project-attachment-file,
.project-attachment-img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem; }

.project-attachment-file {
  display: inline-block;
  text-align: center;
  line-height: 4rem; }

.project-attachment-img {
  background-color: transparent;
  background-position: center center;
  background-size: cover; }

.project-attachment-filename {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap; }

.project-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0; }
  .project-task-item .ui-todo-item {
    margin: 0; }

.default-style .project-task-item {
  background: #fff; }
  .default-style .project-task-item + .project-task-item {
    border-top: 1px solid #f8f9fa; }

.material-style .project-task-item {
  background: #fff; }
  .material-style .project-task-item + .project-task-item {
    border-top: 1px solid rgba(24, 28, 33, 0.06); }
