.biblio-icon-small {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}
.player_c_b{
    height: 400px;
    border-radius: 7px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 15px 35px, rgba(0, 0, 0, 0.07) 0px 5px 15px;
  }
  .player_c_b .button_play{
    position: absolute;
    top: 10px;
    left: 50px;
    width: 40px;
    height: 40px;
    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: rgb(36, 79, 135);
    font-size: 18px;
    position: absolute;
    top: 13px;
    right: 44px;
  }
  .player_c_b .progress{
    background: rgb(218 233 212);
    height: 7px;
    width: 98%;
    position: absolute;
    top: 80px;
    left: 1%;
    border-radius: 2px;
    cursor: pointer;
  }
  .player_c_b .progress_in{
    background: rgb(48, 151, 209);
    height: 8px;
    border-radius: 2px;
  }
  .player_c_b .title{
    color:rgb(137, 181, 95);
    position: absolute;
    top: 27px;
    left: 190px;
  }
  .player_c_b .rw{
    position: absolute;
    top: 20px;
    left: 20px;
    transform: scale(1.2);
    cursor: pointer;
  }
  .player_c_b .ff{
    position: absolute;
    top: 20px;
    left: 102px;
    transform: scale(1.2);
    cursor: pointer;
  }
  .player_c_b .volume_but{
    position: absolute;
    top: 43px;
    right: 85px;
    scale: 1.3;
    cursor: pointer;
  }
  .player_c_b .volume_but.volume_but2{
    display: none;
  }
  .player_c_b .volume_line{
    background: #eee;
    height: 4px;
    width: 66px;
    position: absolute;
    top: 50px;
    right: 10px;
    cursor: pointer;
  }
  .player_c_b .volume_line_in{
    background: rgb(69 162 214);
    height: 4px;
    width: 66px;
    cursor: pointer;
  }
  .player_c_b .playlist{
    color: #fff;
    position: absolute;
    top: 120px;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 280px;
    width: 100%;
  }
  .player_c_b .playlist .selected{
    color: rgb(66, 161, 3);  
  }
  .player_c_b .playlist_item{
      padding: 10px 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      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: #45a2d6;
    padding: 10px 50px;
    border: 1px solid #45a2d6;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .player_c_b .button_buy_holder span{
    display: block;
    font-size: 14px;
  }
  .player_c_b .settings{
    position: absolute;
    top: 12px;
    right: 15px;
    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;
}