.loading_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.85;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.withtoptitle {
  :global {
    .ant-modal-close-x {
      color: #fff;
    }
  }
}
.toptitle {
  background-color: #30354d;
  color: #fff;
  margin: -16px -24px 0 -24px;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.customfooter {
  margin: -10px -16px -24px -10px;
  padding: 16px;
}
.modal {
  :global {
    .ant-modal-wrap {
      z-index: 100 !important;
    }
    .ant-modal-header {
      border-bottom: none;
      padding-top: 15px;
      padding-bottom: 0;
      font-size: 16px;
      line-height: 22px;
      color: #212121;
      font-weight: bold;
    }
    .ant-modal-title {
      font-size: 16px;
    }
    .ant-modal-footer {
      border-top: none;
      padding: 10px 16px 10px 10px;
      text-align: center;
      border-radius: 0 0 4px 4px;
    }
    .ant-modal-close {
      top: -1px;
    }
    .ant-modal-close-x {
      height: 50px;
      width: 50px;
      font-size: 16px;
      line-height: 50px;
    }
  }
  .image {
    height: 120px;
    margin-bottom: 24px;
  }
  .title {
    font-size: 16px;
    color: #30344f;
    margin-bottom: 15px;
    margin-top: 8px;
  }
  .desc {
    font-size: 14px;
    color: #7e849c;
    margin-bottom: 0;
  }

  .btn {
    margin: 0 auto;
    font-size: 14px;
    .cancel {
      margin-right: 25px;
    }
    .ok {
      display: inline-block;
      width: 100px;
      height: 38px;
      background-color: #e76c46;
      color: #ffffff;
      border-radius: 19px;
      line-height: 38px;
    }
  }
  text-align: center;
  :global {
    .ant-modal-body {
      text-align: center;
      padding: 30px 20px 20px;
    }
    .ant-modal-content {
      box-shadow: 0 12px 16px rgba(0, 0, 0, 0.4);
    }
    .ant-modal-close {
      color: #000000;
    }
    .ant-modal-footer {
      padding-bottom: 24px;
    }
  }
}
