.bixi-player-rate {
  cursor: pointer;
}

.bixi-player-popover {
  padding: 2px 8px;
  text-align: center;
  background: rgba(13, 15, 18);
  border-radius: 2px;

  .bixi-player-rate-option {
    margin: 6px 0;
    color: #fff;
    cursor: pointer;

    &-selected {
      color: #919399;
    }
  }
}
