.bill_track_modal_wrapper {
  .ant-modal-header {
    background-color: rgb(243, 243, 243);
  }

  .ant-modal-title {
    line-height: 1;
    color: #111;
  }

  .ant-modal-body {
    overflow: hidden;
  }

  .ant-modal-content {
    border-radius: 2px;
  }

  .bill-track-content {
    width: 100%;
    height: 100%;
    min-height: 512px;
    position: relative;

    .extract-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      z-index: 10;
      color: #fff;
      background-color: #e14c46;
      border: 1px solid #d7332c;
      height: 30px;
      font-weight: 500;
      font-family: Open Sans, Helvetica Neue, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
      font-size: 13px;
      border-radius: 4px;
    }

    .tooltip {
      border-radius: 5px;
      font-size: 12px;
      color: #555;
      line-height: 20px;
      background-color: #FFF;
      padding: 5px;
      box-shadow: 0 3px 12px 0 rgba(93, 74, 74, .5);
      text-align: left;
    }

    >canvas{
      cursor: pointer;
    }

    .bill-track-table {
      max-height: 256px;

      .ant-table-emptyview {
        height: 210px;
      }
    }
  }


  .box {
    margin-left: 22px;
    font-size: 13px;

    .ant-checkbox-checked {
      .ant-checkbox-inner {
        background-color: #e14c46;
        border-color: #d7332c;
      }
    }
  }
}
