.document-page {
  position: relative;

  .pages-total {
    margin-left: 60px;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .navigator {
    display: flex;
    justify-content: space-between;

    .nav-item {
      display: flex;
      align-items: center;
      padding: 12px;
      cursor: pointer;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 10px;
    }

    .page {
      flex: 1;
      position: relative;

      img {
        width: 100%;
      }

      .reference-bbox {
        position: absolute;
        background-color: rgba(255, 0, 0, 0.2);
      }
    }
  }
}
