.dialog {
  position: relative;

  .close {
    cursor: pointer;
    position: absolute;
    z-index: 1002;
    left: 0;
  }
}

img {
  width: 100%;
  height: 100%;
}

::ng-deep .attachment-item-dialog {
  .mat-dialog-container {
    padding: 0 !important;
  }
}
