.modal-reform {

  /deep/ .ant-modal {
    padding-bottom: 0;
  }

  /deep/ .ant-modal-content {
    padding: 16px;

    .ant-modal-close {
      .ant-modal-close-x {
        height: 48px;
        width: 48px;
        line-height: 48px;
      }
    }

    .ant-modal-body {
      margin: 32px 0;
      padding: 0;

      .selection_box {
        padding: 0;
      }
    }

    .ant-modal-header {
      padding: 0 24px;
      height: 28px;
      line-height: 28px;

      .ant-modal-title {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        //font-weight: bold;
        color: #353535;
      }
    }

    .ant-modal-footer {
      padding: 0;

      .footer_box {
        padding: 0;
      }
    }
  }

}
