.app-link-container {
  text-decoration: none;
}

.uwork-header {
  overflow: hidden;
  margin-bottom: 5px;
}

.uwork-date,
.uwork-options {
  position: absolute;
  color: #777;
}

.uwork-date {
  position: inherit;
  float: right;
  font-size: 11px;

  .mat-icon {
    position: relative;
  }

  .alarm-icon {
    top: 3px;
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}

.uwork-code {
  position: inherit;
  float: left;
  color: #2b2b2b;
}

.uwork-options {
  top: 10px;
  right: 0;
}

.uwork-body {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;

  em {
    padding-right: 5px;
    font-weight: bold;
    font-style: normal;
  }

  .avatar,
  .details {
    float: left;
  }

  .avatar {
    width: 32px;
    height: 32px;
    margin-right: 10px;

    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;

    background: #777;
    border-radius: 50%;
  }

  .mans {
    .uwork-from,
    .uwork-to {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre-wrap;
    }
  }

  .details {
    position: relative;
    font-size: 14px;
  }

  .details .uwork-from {
    font-weight: bold;
  }

  .details .uwork-to {
    display: inline-block;
    font-size: 14px;
    color: #777;
  }

  .date-progress {
    display: flex;
    justify-content: flex-end;

    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
  }

  .wrapper-list {
    display: grid;
    grid-template-columns: 1fr minmax(24px, auto);
    column-gap: 5px;

    .wrapper-list-item {
      overflow: hidden;
      text-overflow: ellipsis;

      &:nth-last-child(n + 3) {
        grid-column: 1 / 3;
      }

      &:last-child {
        place-self: end end;
      }
    }

    .service-point-label {
      display: flex;
      align-items: center;
      justify-content: center;

      width: 24px;
      height: 19px;
      padding: 0;

      font-size: 10px;
      font-weight: 600;
      color: var(--color-gray-444);
      text-align: center;

      background-color: var(--color-gray-eee);
      border-radius: 50%;
    }
  }
}

.last-row-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.reorder-icon {
  position: relative;
  float: right;
  opacity: 0;
}

.cmf-uwork-kanban-card {
  position: relative;
  padding: 5px 5px 1px 8px;
}

.cmf-uwork-kanban-card:hover {
  .reorder-icon {
    opacity: 0.6;
  }
}

.mans {
  // margin-bottom: 5px;
}

.drag-indicator {
  cursor: move;
}

.uwork-content {
  display: flex;
  margin-bottom: 10px;
  color: var(--theme-hack-color, rgb(37 36 35));
  word-break: break-word;

  .uwork-name {
    width: 100%;

    &.new {
      font-weight: bolder;
    }
  }
}

.lists {
  overflow: hidden;
  display: flex;
  flex-direction: column;

  text-overflow: ellipsis;
  white-space: nowrap;
}
