[data-theme="light"] {
    --iz-screen-detail-song-button-play: #4f4f4f;
    --iz-screen-detail-song-button-contact: #8e8e8e;
    --iz-screen-detail-song-name-song: #333;
    --iz-screen-detail-song-name-singer: #828282;
    --iz-screen-detail-song-table-list-song-text: #8e8e8e;
    --iz-screen-detail-song-table-list-background: #fff B0;
    --iz-screen-detail-song-table-list-box-shadow: 0px -19px 47px 0px #0000000F;
    --iz-screen-detail-song-table-list-border: none;
    --iz-screen-detail-song-button-background: #fff;
    --iz-screen-detail-song-button-text: var(--red-origin);
    --iz-discovery-music-item-title: #4f4f4f;
    --iz-list-song-item-content-text: #A1A1AA;
    --iz-list-song-item-content-order-number: #18181B;
}
[data-theme="dark"] {
    --iz-screen-detail-song-button-play: #a1a1aa;
    --iz-screen-detail-song-button-contact: #fafafa;
    --iz-screen-detail-song-name-song: #fff;
    --iz-screen-detail-song-name-singer: #a1a1aa;
    --iz-screen-detail-song-table-list-song-text: #a1a1aa;
    --iz-screen-detail-song-table-list-background: #FFFFFF1A;
    --iz-screen-detail-song-table-list-box-shadow: none;
    --iz-screen-detail-song-table-list-border: 1px solid #ffffff1A;
    --iz-screen-detail-song-button-background: var(--red-origin);
    --iz-screen-detail-song-button-text: #fff;
    --iz-discovery-music-item-title: #fff;
    --iz-list-song-item-content-text: #F4F4F5;
    --iz-list-song-item-content-order-number: #F4F4F5;
}
.detail-song .group-image-play {
    text-align: center;
}
.detail-song .group-image-play .prev-song-image, .detail-song .group-image-play .next-song-image {
    width: 180px;
    height: 202px;
    opacity: 0.5;
}
.detail-song .group-image-play .prev-song-image img, .detail-song .group-image-play .next-song-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.detail-song .group-image-play .mask-image {
    -webkit-mask-image: url(../../../images/detail-song/mask-detail.svg);
    mask-image: url(../../../images/detail-song/mask-detail.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.detail-song .group-image-play .mask-image .contain-image {
    width: 260px;
    height: 300px;
}
.detail-song .group-image-play .info-song-detail .name-singer {
    color: var(--iz-screen-detail-song-name-singer);
    font-size: 20px;
    font-weight: 500;
}
.detail-song .group-image-play .info-song-detail .name-song {
    color: var(--iz-screen-detail-song-name-song);
    font-weight: 900;
    font-size: 32px;
    line-height: 43px;
}
.detail-song .group-image-play .group-button-play {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
}
.detail-song .group-image-play .group-button-play .button-item {
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-color: var(--iz-screen-detail-song-button-play);
}

.detail-song .group-image-play .group-button-play .button-item-play {
    cursor: pointer;
}
.detail-song .group-image-play .group-button-play .loop-icon {
    -webkit-mask: url(../../../images/detail-song/loop-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/loop-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-play .prev-icon {
    -webkit-mask: url(../../../images/detail-song/prev-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/prev-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-play .next-icon {
    -webkit-mask: url(../../../images/detail-song/next-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/next-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-play .random-icon {
    -webkit-mask: url(../../../images/detail-song/random-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/random-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-contact {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.detail-song .group-image-play .group-button-contact .group-button-contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
}
.detail-song .group-image-play .group-button-contact .button-item {
    width: 24px;
    height: 24px;
    background-color: var(--iz-screen-detail-song-button-contact);
}
.detail-song .group-image-play .group-button-contact .text-item {
    color: var(--iz-screen-detail-song-button-contact);
    font-weight: 400;
    font-size: 14px;
}
.detail-song .group-image-play .group-button-contact .like-icon {
    -webkit-mask: url(../../../images/detail-song/like-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/like-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-contact .share-icon {
    -webkit-mask: url(../../../images/detail-song/share-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/share-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-contact .smartphone-icon {
    -webkit-mask: url(../../../images/detail-song/smartphone-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/smartphone-icon.svg) no-repeat center;
}
.detail-song .group-image-play .group-button-contact .playlist-icon {
    -webkit-mask: url(../../../images/detail-song/playlist-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/playlist-icon.svg) no-repeat center;
}
.detail-song .table-list-song {
    box-shadow: var(--iz-screen-detail-song-table-list-box-shadow);
    background: var(--iz-screen-detail-song-table-list-background);
    padding: 30px;
    border-radius: 8px;
}
.detail-song .table-list-song .table-list-song-header .code-ring-phone {
    color: var(--iz-screen-detail-song-name-song);
    font-size: 20px;
    font-weight: 700;
}
.detail-song .table-list-song .table-list-song-header .text-info-extra {
    color: var(--iz-screen-detail-song-table-list-song-text);
    font-size: 14px;
    font-weight: 400;
}
.detail-song .table-list-song .table-list-song-header .melody-icon {
    width: 20px;
    height: 20px;
    background: var(--iz-screen-detail-song-name-song);
    -webkit-mask: url(../../../images/detail-song/melody-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/melody-icon.svg) no-repeat center;
}
.detail-song .table-list-song .table-list-song-header .coin-icon {
    width: 20px;
    height: 20px;
    background: var(--iz-screen-detail-song-table-list-song-text);
    -webkit-mask: url(../../../images/detail-song/coin-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/coin-icon.svg) no-repeat center;
}
.detail-song .table-list-song .table-list-song-header .calendar-icon {
    width: 20px;
    height: 20px;
    background: var(--iz-screen-detail-song-table-list-song-text);
    -webkit-mask: url(../../../images/detail-song/calendar-icon.svg) no-repeat center;
    mask: url(../../../images/detail-song/calendar-icon.svg) no-repeat center;
}
.detail-song .table-list-song .table-list-song-header .button-ring-phone {
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 10px;
    background: var(--iz-screen-detail-song-button-background);
    color: var(--iz-screen-detail-song-button-text);
    border: 1px solid var(--red-origin);
}
.detail-song .table-list-song .table-list-song-header .button-ring-phone:hover {
    opacity: 0.6;
}
.detail-song .table-list-song .note-ring-phone li {
    font-size: 17px;
    font-weight: 400;
    color: var(--iz-screen-detail-song-table-list-song-text);
}
.detail-song .table-list-song-content .item-song-list-podcast-header{
    font-size: 14px;
    font-weight: 600;
    color:#A1A1AA;
}
.imuzik-wrapper-title-small {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 3px 3px 3px 0;
}
.imuzik-wrapper-title-small .line-red {
    width: 4px;
    height: 22px;
    border-radius: 12px;
    background: #f81539;
    margin-right: 12px;
}
.imuzik-wrapper-title-small .imuzik-title {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.52px;
    color: var(--iz-discovery-music-item-title);
}
.full-song-content-wrapper {
    padding: 40px 60px 40px 45px;
}
.full-song-content-wrapper .discovery-music-title {
    font-weight: 700;
    font-size: 32px;
    color: var(--iz-screen-detail-song-name-song);
    margin-bottom: 40px;
}
.full-song-content-wrapper .full-song-left {
    width: 68%;
}
.full-song-content-wrapper .full-song-right {
    width: 27.6%;
}
 
.list-song-item-content-text{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--iz-list-song-item-content-text);
}

.list-song-item-content-order-number{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--iz-list-song-item-content-order-number);
}

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

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