.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;

  h1 {
    margin: 0;
    font-size: 16px;
  }
}

.close-dialog-icon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

::ng-deep .fast-creation-contact {
  .mat-dialog-container {
    position: relative;
  }
}
