.mat-menu-card {
  padding: 10px 15px 5px;

  .kanban-statuses-label {
    width: 100%;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
  }

  .text-field {
    max-width: 215px;
  }
}

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

::ng-deep .myDialog {
  .mat-dialog-container {
    position: relative;
  }
}
