.DeleteItem {

  &-primary,
  &-cancel {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
  }

  &-primary {
    background: rgb(214, 63, 63);
    color: white;
  }

  &-cancel {
    background: #848a95;
    margin-right: 5px;
  }

  &-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}