
.hide{
  display: none;
}

.bigbox2 {
  scrollbar-width: none;
}

.bigbox2 {
  -ms-overflow-style: none;
}
.big_box {
  scrollbar-width: none;
}

.big_box {
  -ms-overflow-style: none;
}

.songlist {
    margin-top: 22px;
    padding: 38px;
    height: 325px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.songlist ul li {
    list-style-type: none;
    padding: 12px 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7px 0;
    gap: 22px;
    border: .1px solid rgb(133, 131, 131);
    border-radius: 5px; 
}

.songname{  
    width: 170px;
    min-height: 35px;
    display: flex;
    font-size: 12px;
    align-items: center;
    overflow: hidden;
}

.songlist ul li span{
    font-size: 10px;
    display: flex;
    white-space: nowrap;
    align-items: center;

}

.playnow{
    display: flex;
}

.playIcon{
    width: 17px;
}
.pointer :hover{
    cursor: pointer;
}

.songlist ul li img {
    filter: invert(1);
    
}

.musicHeader {
    display: flex;
    justify-content: space-between;
    padding: 7px 17px;
    border: .1px solid rgb(133, 131, 131);
}