body[data-theme="light"] {
  --iz-play-icon-image: url("/images/common-items/play-icon.svg");
  --iz-pause-icon-image: url("/images/common-items/pause-icon-white.svg");
  --iz-share-icon-image: url("/images/common-items/share-icon.svg");
}
body[data-theme="dark"] {
  --iz-play-icon-image: url("/images/common-items/play-icon-white.svg");
  --iz-pause-icon-image: url("/images/common-items/pause-icon.svg");
  --iz-share-icon-image: url("/images/common-items/share-icon-white.svg");
}

/*.list-songs-table .left-info-block {*/
/*  width: 500px;*/
/*}*/

.list-songs-table .left-info-block .list-songs-play-icon {
  height: 30px;
  width: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: var(--iz-play-icon-image);
  margin-right: 32px;
}

.list-songs-table .play-music-controller.playing:not(.paused) .left-info-block .list-songs-play-icon {
  background-image: url("/images/common-items/pause-icon.svg");
}

.list-songs-table .play-music-controller.playing .detail-song-name {
  color: #ee0033;
}

.list-songs-table .left-info-block .song-name {
  color: var(--iz-mfg-list-group-tab-song-header-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  font-family: FS PF BeauSans Pro, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*max-width: 250px;*/
}

.list-songs-table .left-info-block .song-name.selected {
  color: #ee0033;
}

.list-songs-table .left-info-block .singer-name {
  color: #A1A1AA !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FS PF BeauSans Pro, sans-serif;
  line-height: 19.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*max-width: 250px;*/
}

.icon--playing {
  display: none;
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.list-songs-table .left-info-block .icon--playing {
  display: none;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.list-songs-table .play-music-controller.playing.paused .left-info-block .icon--playing {
  display: block;
  background-image: url("/images/common-items/pause-gif-icon.svg");
}

.list-songs-table .play-music-controller.playing:not(.paused) .left-info-block .icon--playing {
  display: block;
  background-image: url("/images/common-items/playing-gif.gif");
}

.list-songs-table .center-info-block {
  color: var(--iz-list-song-th-icon) !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FS PF BeauSans Pro, sans-serif;
  line-height: 19.2px;
}

.list-songs-table .center-info-block .total-time {
  margin-right: 20px;
}
.list-songs-table .center-info-block .total-song-download {
  width: 60px;
}

.list-songs-table .right-info-block {
  gap: 7px;
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {
  .list-songs-table .right-info-block {
    gap: 0px;
  }
}

.list-songs-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;
}

.list-songs-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;
}

.list-songs-share-icon-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;
}

/*@media screen and (max-width: 1700px) {*/
/*  .list-songs-table .left-info-block {*/
/*    width: 450px;*/
/*  }*/
/*  .list-songs-table .left-info-block .song-name,*/
/*  .list-songs-table .left-info-block .singer-name {*/
/*    max-width: 180px;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 1400px) and (max-width: 1600px) {*/
/*  .list-songs-table .center-info-block .total-time {*/
/*    margin-right: 25px;*/
/*  }*/
/*  .list-songs-table .center-info-block .total-song-download {*/
/*    width: 30px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1400px) {*/
/*  .list-song-table {*/
/*    margin-top: 30px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*  .list-songs-table .center-info-block .total-time {*/
/*    margin-right: 40px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1100px) {*/
/*  .list-songs-table .left-info-block .song-name,*/
/*  .list-songs-table .left-info-block .singer-name {*/
/*    max-width: 150px;*/
/*  }*/
/*}*/

