.peplayer{
    border-radius: 5px;
    background-color: #fff;
    padding: 25px 2px;
    margin: 0 5px 0 5px;
    position: relative;
    display: block;
}
.peplayer-main{
     width:95%;
    margin: 0 auto; 
}
.player-container{
    padding: 3px 0;
    background-color:#F2F6FC ;
    margin-bottom:30px;
}
.peplayer-overlay{
    position: absolute;
    padding:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(255,255,255,0.9);
}
.peplayer-overlay p{
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.peplayer a{
    color:#4B515A;
}
.peplayer a:hover{
    color:#1E1339;
}
.peplayer .peplayer-title{
    padding-left:17px;
    padding-right:17px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
}
.title-icon img{
    width:16px;
    margin-right:5px ;
}
.title-icon span.listen{
    font-weight: 700;
}
.title-icon span.separator{
    border-right:2px solid #4B515A;
    display: inline-block;
    width:2px;
    height:20px;
    margin:0 10px;
}
.title-icon span.audio-title{
    white-space: pre-wrap;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    max-width: 100%;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;

}

.peplayer-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    padding-left: 15px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
}
/* 25-05-2025 */
/* .peplayer-more-mod{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    padding-left: 15px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
    width: 13%;
    height: 10%;
    margin-top: -124px;
    z-index: 9;
    position: absolute;
    margin-left: 496px;
} */
/* 25-05-2025 */
.peplayer-more-mod{
    position: absolute;
    right: 100px;
    top: 24px;
}
.peplayer-more p.download-audio a{
    display: flex;
    flex-direction: row;
    flex-basis: 40%;
}
.peplayer-more p.download-audio a .icon-download{
    margin-right: 5px;
}
.peplayer-more p.download-audio a img{
    width: 16px;
    height: 16px;
    margin-right: 2px;
    color:#999;
    margin-bottom: 4px;
}
.peplayer-more .separator{
    border-right:1px solid #4B515A;
    display: inline-block;
    width:2px;
    height:24px;
    margin:0 10px;
}
.peplayer-more p.download-audio{
    margin:0;
    font-size:13px;
    line-height: 28px;
}
.peplayer-more p.download-audio a{
    color:#4B515A!important;
    display: inline;
}
.peplayer-more p.download-audio a:hover{
     color:#4B515A!important;
     text-decoration: none;
     cursor: pointer;
}
.peplayer-more p.download-audio .share a{
    color:#4B515A!important;
    display: inline;
}
.peplayer-more p.download-audio .share a:hover{
     color:#4B515A!important;
     text-decoration: underline;
}



.peplayer-more p.download-audio .share-icon img{
    width: 16px;
    height: 16px;
    margin-right: 2px;

}
.peplayer-more p.download-audio span{
    display: inline;
}
.peplayer-more p.share{
    font-size:13px;
    line-height: 22px;
    flex-basis: 60%;
    margin-bottom: 0;
}
.peplayer-more p.share a{
     color:#4B515A!important;
     text-decoration: none;
}

.peplayer-tabs{
    display: flex;
    margin:0;
    padding: 0;
    list-style-type: none;
    background-color: #F2F6FC;
}
.peplayer-tabs li{
    background-color: #F2F6FC;
    border-bottom: transparent;
    cursor: pointer;
    font-size: 16px;
    width:49%;
}
.peplayer-tabs li:first-child{
    margin-left:5px;
    padding:10px 20px 10px 15px;
}
.peplayer-tabs li:last-child{
    margin-right:5px;
    padding:10px 20px 10px 15px;
}
.peplayer-tabs li.active{
    background-color: #fff;
    font-weight: 400;
}

@media only screen and (max-width:991.9px){
    .title-icon span.audio-title {
        white-space: pre-wrap;
        overflow: hidden;
        font-size: 1.8vw;
        max-width: none;
    }
}

@media only screen and (max-width:767.9px){
    .title-icon span.audio-title {
        font-size: 2.1vw;
    }
}

@media only screen and (max-width:529.9px){
    .title-icon span.audio-title {
        font-size: 3.8vw;
    }
}
