@import (reference) '../../styles/index.less';

.ued-modal-custom-wrap {
  display: flex;
  align-items: center;
  .ued-modal-wrap {
    top: 0;
    padding-bottom: 0;
    max-height: 100%;
    .@{ant-prefix}-modal-content {
      overflow: hidden;
    }
    .@{ant-prefix}-modal-body {
      padding: 0;
    }
    .@{ant-prefix}-modal-header {
      height: 48px;
      padding-top: 12px;
    }
    .@{ant-prefix}-modal-close-x {
      height: 48px;
      line-height: 48px;
    }
  }
  .@{ant-prefix}-modal-title {
    &::after {
      top: 13px;
    }
    &::before {
      top: 17px;
    }
  }
}
