.x-empty-page {
  position: absolute !important;
  right: calc(50% - 60px);
  display: flex;
  width: 120px;
  margin: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  .x-svg-icon,
  .svg-icon {
    width: 100px !important;
    height: 72px !important;
    cursor: auto;
  }
  .empty-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: normal;
    color: #b2b2b2;
  }
}
