.@{modal-prefix-cls} {
  &-header {
    .@{modal-prefix-cls}-title {
      font-weight: @font-weight-600;
      &-align-center {
        justify-content: flex-start;
      }
    }
  }
  &-footer {
    border-top: 0px;
  }
}
.@{modal-prefix-cls}-simple{
  .@{modal-prefix-cls}-header {
    .@{modal-prefix-cls}-title {
      &-align-center {
        justify-content: center;
      }
    }
  }
}