.bixi-empty {
  margin: 32px 0;
  text-align: center;

  &-image {
    width: 237px;
    height: 139px;
    margin: 0 auto;
    user-select: none;
    -webkit-user-drag: none;

    svg {
      font-size: 200px;
    }

    img {
      max-width: 100%;
      height: 121px;
    }
  }

  &-text {
    margin-top: 36px;
    color: #363b45;
    font-weight: 500;
  }

  &-actions {
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    user-select: none;
  }
}
