.jlt-modal-fn {
  .ant-modal-header {
    background: #e9e9e9;
    height: 45px;
    padding: 12px 24px;

    .ant-modal-title {
      text-align: center;
    }
  }

  .ant-modal-body {
    text-align: center;
  }

  .ant-modal-body {
    max-height: 525px;
    overflow-y: auto;
  }

  .ant-modal-footer {
    text-align: center;
    padding: 18px 16px;
    border-top: 0px solid #e8e8e8;

    .ant-btn {
      min-width: 88px;
      height: 34px;
      font-size: 14px;
      border-radius: 17x;
    }

    button+button {
      margin-left: 40px;
    }
  }
}