/************list-song*************/
.list-song .list-song-name{
    font-size: 20px;
    color: var(--iz-list-song-select-bar-text);
    padding: 12px 32px;
    border: 1.8px solid #E4E4E7;
    border-radius: 20px;
}

.list-may-like-song-modal-title{
    font-size: 18px;
    font-weight: 600;
    color: var(--iz-list-may-like-song-modal-title);
}

.list-song .list-song-name.list-song-name-selected{
    background-color: #EE0033;
    color: #FFFFFF;
    border: none;
}

.list-may-like-song-sucess-button{
    padding: 10px 19px;
    background-color: #EE0033;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
}

.list-may-like-song-cancel-button{
    padding: 10px 19px;
    background-color: var(--iz-list-may-like-song-modal-cancle-button-bg);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--iz-list-may-like-song-modal-cancle-button-text);
    border: 1px solid var(--iz-list-may-like-song-modal-cancle-button-border)
}

/************latest*************/
.latest-clock-icon{
    height: 28px;
    width: 28px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/clock-icon.svg) no-repeat center;
    mask: url(/images/clock-icon.svg) no-repeat center;
}

.latest-headphone-icon{
    height: 22px;
    width: 22px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/headphone-icon.svg) no-repeat center;
    mask: url(/images/headphone-icon.svg) no-repeat center;
}

.latest-download-arrow-icon {
    height: 22px;
    width: 22px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/list-may-like/download.svg) no-repeat center;
    mask: url(/images/list-may-like/download.svg) no-repeat center;
}

.latest-play-icon{
    height: 30px;
    width: 30px;
    background-color: var(--iz-list-song-play-icon);
    -webkit-mask: url(/images/play-icon.svg) no-repeat center;
    mask: url(/images/play-icon.svg) no-repeat center;
}

.pause-icon {
    display: none;
}
.latest-play-icon.active ~ .pause-icon {
    display: block;
}
.latest-play-icon.active {
    display: none;
}

.fluctuation-chart-icon {
    display: none;
}

.latest-download-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/download-icon.svg) no-repeat center;
    mask: url(/images/download-icon.svg) no-repeat center;
}

.latest-like-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/like-icon.svg) no-repeat center;
    mask: url(/images/like-icon.svg) no-repeat center;
}

.latest-gift-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/gift-icon.svg) no-repeat center;
    mask: url(/images/gift-icon.svg) no-repeat center;
}

.latest-share-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/share-icon.svg) no-repeat center;
    mask: url(/images/share-icon.svg) no-repeat center;
}

.latest-song-header{
    color:var(--iz-mfg-list-group-tab-song-header-text);
    font-size: 18px;
    font-weight: 500;
}

.latest-song-header.selected{
    color:#EE0033;
}

/*.latest-table {*/
/*    padding-right: -50px!important;*/
/*}*/

.latest-table th{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: var(--iz-list-song-th-icon);
}

.latest-table td{
    margin:17px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--iz-list-song-select-bar-text);
}

.latest-table button{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

/************most-downloaded*************/
.most-downloaded-clock-icon{
    height: 28px;
    width: 28px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/clock-icon.svg) no-repeat center;
    mask: url(/images/clock-icon.svg) no-repeat center;
}

.most-downloaded-headphone-icon{
    height: 22px;
    width: 22px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/headphone-icon.svg) no-repeat center;
    mask: url(/images/headphone-icon.svg) no-repeat center;
}


.most-downloaded-play-icon{
    height: 30px;
    width: 30px;
    background-color: var(--iz-list-song-play-icon);
    -webkit-mask: url(/images/play-icon.svg) no-repeat center;
    mask: url(/images/play-icon.svg) no-repeat center;
}

.pause-icon {
    display: none;
}
.most-downloaded-play-icon.active ~ .pause-icon {
    display: block;
}
.most-downloaded-play-icon.active {
    display: none;
}

.fluctuation-chart-icon {
    display: none;
}

.most-downloaded-download-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/download-icon.svg) no-repeat center;
    mask: url(/images/download-icon.svg) no-repeat center;
}

.most-downloaded-like-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/like-icon.svg) no-repeat center;
    mask: url(/images/like-icon.svg) no-repeat center;
}

.most-downloaded-gift-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/gift-icon.svg) no-repeat center;
    mask: url(/images/gift-icon.svg) no-repeat center;
}

.most-downloaded-share-icon{
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/share-icon.svg) no-repeat center;
    mask: url(/images/share-icon.svg) no-repeat center;
}

.most-downloaded-song-header{
    color:var(--iz-mfg-list-group-tab-song-header-text);
    font-size: 18px;
    font-weight: 500;
}

.most-downloaded-song-header.selected{
    color:#EE0033;
}


.most-downloaded-table th{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: var(--iz-list-song-th-icon);
}

.most-downloaded-table td{
    margin:17px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--iz-list-song-select-bar-text);
}

.most-downloaded-table button{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
