/* 
    Music Widget Main
    Powered by CusMeDroid or Suryo DwiJayanto
    16 May 2024
*/
.iddevlop_music_content{
    padding:20px;
    background:#222;
    display:flex;
    color:#fff;
}
.iddevlop_music_content img{
    width: 100px !important;
    height: 100px !important;
}
.iddevlop_music_content h3 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iddevlop_music_content p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iddevlop_music_info {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 4px 10px;
    overflow: hidden;
}
.iddevlop_music_play {
    cursor: pointer;
    padding: 10px 20px !important;
    color: #fff !important;
    background: #000 !important;
    border-radius: 20px !important;
    margin-right: 4px !important;
}
#id_pause{display:none;}
/* Music Widget End */