  /* custom player */
  .player_c_b{
    height: 400px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #5a757c;
  }
  .player_c_b .button_play{
    position: absolute;
    top: 60px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: transparent;
    opacity: 0.9;
    transition: opacity 0.1s linear 0s, background 0.1s linear 0s, transform 0.1s linear 0s;
    cursor: pointer;
    pointer-events: auto;
    margin: 0;
    padding: 0;
  }
  .player_c_b .button_play_in{
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.1s linear 0s, transform 0.1s linear 0s;
    width: 20px;
    height: 20px;
    transform: scale(2);
    visibility: visible;
  }
  .player_c_b .timer{
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 106px;
    left: 17px;
  }
  .player_c_b .progress{
    background: rgb(123 145 150);
    box-shadow: none;
    height: 5px;
    width: 98%;
    position: absolute;
    top: 35px;
    left: 1%;
    border-radius: 2px;
    cursor: pointer;
  }
  .player_c_b .progress_in{
    background: rgb(255, 235, 59);
    height: 5px;
    border-radius: 2px;
  }
  .player_c_b .title{
    color: rgb(255 255 255);
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .player_c_b .rw{
    position: absolute;
    top: 69px;
    left: 72px;
    scale: 1.3;
    cursor: pointer;
  }
  .player_c_b .ff{
    position: absolute;
    top: 69px;
    left: 106px;
    scale: 1.3;
    cursor: pointer;
  }
  .player_c_b .volume_but{
    position: absolute;
    top: 69px;
    left: 140px;
    scale: 1.3;
    cursor: pointer;
  }
  .player_c_b .volume_but.volume_but2{
    display: none;
  }
  .player_c_b .volume_line{
    background: #42444c;
    height: 4px;
    width: 100px;
    position: absolute;
    top: 77px;
    left: 170px;
    cursor: pointer;
  }
  .player_c_b .volume_line_in{
    background: #eee;
    height: 4px;
    width: 100px;
    cursor: pointer;
  }
  .player_c_b .playlist{
    color: #fff;
    position: absolute;
    top: 130px;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 280px;
    width: 100%;
  }
  .player_c_b .playlist .selected{
    color: rgb(238 223 66);  
  }
  .player_c_b .playlist_item{
      padding: 10px 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border-bottom: 1px solid #43464f;
      cursor: pointer;
  }
  .player_c_b .button_play_in2{
    display: none;
  }
  .player_c_b .playlist .playlist_item .cur_time{
    float: right;
  }
  .player_c_b .button_buy_holder{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -115px;
    text-align: center;
    width: 230px;
  }
  .player_c_b .button_buy_holder .button_buy{
        display: inline-block;
    background: #040404;
    padding: 10px 50px;
    border: 1px solid rgb(104 184 154);
    margin-bottom: 10px;
    cursor: pointer;
  }
  .player_c_b .button_buy_holder span{
    display: block;
    font-size: 14px;
  }
  .player_c_b .settings{
    position: absolute;
    top: 69px;
    right: 20px;
    scale: 1.3;
    cursor: pointer;
  }
  .player_c_b .bitrate{
    cursor: pointer;
    position: absolute;
    top: 0px;
    opacity: 1;
    background: #26272a;
    right: 0px;
    width: 100px;
    z-index: 10;
    padding: 10px 0;
    height: 400px;
    overflow-y: scroll;
    display: none;
  }
  .player_c_b .bitrate .bitrate_list_in{
    cursor: pointer;    
    color: #fff;
    padding: 2px 20px;
    position: relative;
  }
  .player_c_b .bitrate .bitrate_list_in.selected::after{
    width: 7px;
    height: 7px;
    background: #7fa85a;
    position: absolute;
    top: 6px;
    right: 20px;
    content: "";
    display: block;
    border-radius: 50%;
  }

span.p-biblio {
    display: inline-block;
    background-color: #89be56;
    padding: 8px 15px;
}
.biblio-icon-small {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}