.react-graph {
  position: relative;
  width: 100vw;
  height: 100vh;
  #cy-container {
    width: 100%;
    height: 100%;
  }
  .pagination-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    z-index: 999;
    .ant-pagination-prev,
    .ant-pagination-next {
      .ant-pagination-item-link {
        line-height: 30px;
        border-radius: 0;
      }
    }
    .ant-pagination-prev,
    .ant-pagination-next,
    .ant-pagination-item,
    .ant-pagination-jump-next {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border: 1px solid #eaeaea;
      border-radius: 2px;
      background: #fff;
    }
    .ant-pagination-item:hover {
      background: #e4edff;
    }
    .ant-pagination-item.ant-pagination-item-active {
      border-color: #326ffd;
      background: #326ffd;
      a {
        color: #fff;
      }
    }
    .ant-pagination-jump-next a {
      width: 100%;
      .ant-pagination-item-ellipsis {
        font-size: 10px;
        color: #263b5f;
      }
    }
    .ant-select-dropdown {
      padding: 4px 0px;
      .ant-select-item {
        border-radius: 0px;
      }
    }
    .ant-select-selector {
      border-radius: 2px;
      height: 32px;
      .ant-select-item-option-selected {
        background: #e4edff;
      }
      .ant-select-item-option-active {
        background: #f0f0f0;
      }
    }
    .ant-select-arrow {
      height: 14px;
    }
  }
  .toolbar-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    .toolbar {
      display: flex;
      align-items: center;
      height: 36px;
      padding: 0 6px;
      border: 1px solid #e8e8e8;
      border-radius: 2px;
      font-size: 14px;
      color: #263b5f;
      background: #fff;
      .focus,
      .reset {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 24px;
        border-radius: 4px;
        &:hover {
          background-color: #f0f0f0;
          cursor: pointer;
        }
        .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 4px;
        }
      }
      .devider {
        display: inline-block;
        width: 1px;
        height: 14px;
        background: #e8e8e8;
        margin-left: 6px;
        margin-right: 6px;
      }
      .zoom {
        display: flex;
        align-items: center;
        .minus,
        .add {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 24px;
          height: 24px;
          border-radius: 4px;
          &:hover {
            cursor: pointer;
            background-color: #f0f0f0;
          }
        }
        .slider-container {
          width: 98px;
        }
        .minus {
          margin-right: 4px;
        }
        .add {
          margin-left: 4px;
        }
      }
      .ant-slider {
        .ant-slider-track {
          background-color: #326ffd;
        }
        .ant-slider-handle::after {
          box-shadow: 0 0 0 2px #326ffd;
        }
      }
    }
  }
}
