.playlist_popup{
    position: absolute;
    background-color: rgb(44, 44, 44);
    z-index: 9999;
    border-radius: 5px;
    flex-direction: column;
    display: none;
}

.playlist_popup div{
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: rgb(44, 44, 44);
    font-size: 17px;
    color: aliceblue;
    font-family: Helvetica Neue,helvetica,arial,Hiragino Kaku Gothic Pro,Meiryo,MS Gothic;
}

.playlist_popup div:hover{
    background-color: rgb(44, 44, 44);
    background-color: rgb(59, 59, 59);
}