#stream-paging{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-bottom: 40px;
    box-sizing: border-box;
}
#stream-paging li{
    color: #fff;
    list-style: none;
    margin: 0 5px;
}
#stream-paging li.selected{
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    clip-path: polygon(0 100%, 10% 0, 100% 0, 100% 100%, 0 100%);
}
#stream-paging li a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    line-height: 30px;
}
#stream-paging li.selected a {
    color: #3C4043;
}