.my-rbt-main .header-title {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    color: #EE0033;
}

.my-rbt-main .more-detail-info-song {
    display: none;
    transition: max-height 0.3s ease;
    padding: 20px 31.5px 21px 29px;
}

.play-music-controller.more-detail-info-song-show,
.my-rbt-main .more-detail-info-song.show {
    background-color: var(--iz--profile-my-rbt--selected-more-detail);
    display: block;
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line{
    padding-bottom: 16px;
    border-bottom: 1px solid var(--my-rbt-more-info-border-bottom);
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line .song-name{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--iz-mfg-list-group-tab-song-header-text); 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
    word-break: break-word;
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line .singer-name{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--iz-mc-accord-detail-name-singer);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line .tone-code-header{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 500;
    /*line-height: 17px;*/
    color: #848484;
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line .info-tone-code{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--iz-song-detai-tab-active);
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line .price{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--iz-red-white);
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-first-line .price-note-vat{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    color: #848484;
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-second-line .title{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #848484;
    white-space: nowrap;
}
.alc{
    align-items: center;
}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-second-line .content{
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--iz-mc-accord-detail-extra-value);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5rem;

}

.my-rbt-main .more-detail-info-song  .more-detail-song-info-second-line .delete-action{
    padding: 8px 12px;
    background-color: #FEF2F2;
    border-radius: 10px;
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #EE0033;
    width: fit-content;
    border-style: solid;
    border-width: 2px;
}

.my-rbt-main .list-songs-table .left-info-block .song-name,
.my-rbt-main .list-songs-table .left-info-block .singer-name {
    width: 90% !important;
}

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


.my-rbt-detail-info {
    table-layout: fixed;
}

.my-rbt-detail-info th,
.my-rbt-detail-info td {
    padding-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 100%;*/
}

.my-rbt-detail-info th {
    /*width: 1px;*/
    white-space: nowrap;
}

/*.my-rbt-detail-info td {*/
/*    width: 70%;*/
/*}*/