.z-index-mask() {
  z-index: 1001;
}

.z-index() {
  z-index: 1002;
}

.yee-confirm-wrapper {
  position: fixed !important;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  .z-index();
  .ant-modal {
    padding: 8px !important;
    .ant-modal-header {
      display: none;
    }
    .ant-modal-close-x {
      position: absolute;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
    }
    .ant-modal-confirm-body {
      position: relative;
    }
    .ant-modal-confirm-btns {
      margin-top: 24px;
      .yee-button-wrapper {
        margin-left: 8px;
      }
    }
  }
}

.ant-modal-mask.ant-confirm-mask {
  .z-index-mask();
}
