.player-container {
    /* width: 550px; */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
@media (min-width: 576px){
    .player-container-width{
        width: calc(100% + 3.33%);
    }
}
@media (min-width: 768px){
    .player-container-width{
        width: calc(100% + 4.44%);
    }
}
@media (min-width: 992px){
    .player-container-width{
        width: calc(100% + 5.55%);
    }
}
@media (min-width: 1200px){
    .player-container-width{
        width: calc(100% + 6.66%);
    }
}
@media (min-width: 1400px){
    .player-container-width{
        width: calc(100% + 7.77%);
    }
}
@media (min-width: 1500px){
    .player-container-width{
        width: calc(100% + 7.77%);
    }
}
@media (min-width: 1600px){
    .player-container-width{
        width: calc(100% + 9.77%);
    }
}
@media (min-width: 1700px){
    .player-container-width{
        width: calc(100% + 11.99%);
    }
}
@media (min-width: 1800px){
    .player-container-width{
        width: calc(100% + 15.33%);
    }
}
.player-spinner{
    position: absolute;
    width: 80%;
    height: auto !important;
    z-index: 2;
}
.player-spinner .text-danger{
    color: #ddd !important;
}
.player-head{
    background-color: #404040;
    color: #fff;
    padding: 4px 8px;
}
.playlist-head{
    background-color: #D6D6D6;
    padding: 4px 8px;
}
.playlist-title {
    color: #A82829;
}
.player-section{
    background-color: #fff;
    padding: 0 10px;
    padding-top: 10px;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #707070;
}

.play-item{
    /* display: none !important; */
    visibility: hidden;
}
.playlist-item:hover{
    background-color: #ededed;
}
.playlist-item:hover .play-item{
    /* display: flex !important; */
    visibility: visible;
}
/* .playlist-item.active{
    background-color: #ededed;
} */

.playlist-item.active .item-active-content{
    color: #A82829 !important;
}
.thumb-small {
    width: 75px;
    height: 60px;
}

.dot-expand{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.menu-dot-expand{
    font-size: 18px;
    font-weight: bold;
    margin-top: -10px;
}

.podcast-player .rhap_container{
    padding: 5px;
}
.podcast-player .rhap_main-controls{
    font-size: 22px;
}
.podcast-player .rhap_play-pause-button{
    font-size: inherit;
    width: 25px;
    height: 30px;
}
.podcast-player .rhap_main-controls-button{
    font-size: inherit;
    width: 27px;
    height: 30px;
}


/* playlist */
.playlist-section{
    background-color: #fff;
    padding: 0px 8px 0px 22px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.page-playlist{
    max-height: calc(100vh - 510px);
}
/* .popout-playlist{
    max-height: calc(100vh - 450px);
} */

.playlist-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  
  .playlist-section::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
  }
  
  .playlist-section::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.4);
  }
.playlist-subsection{
    /* padding-top: 10px; */
    margin-top: 10px;
    border-left: 5px solid #000000;
}
.playlist-thumb{
    width: 75px;
    height: 60px;
}
.playlist-item:before {
    content: "";
    position: absolute;
    width: 8px;
    border-top: 3px solid #000000;
}

.playlist-main .playlist-subsection{
    border-left: 5px solid #999999;
}

.playlist-main .playlist-item:before {
    content: "";
    position: absolute;
    width: 8px;
    border-top: 3px solid #999999;
}

.podcast-details{
    height: auto;
    max-height: 500px;
    overflow: auto;
}

.podcast-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  
  .podcast-details::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
  }
  
  .podcast-details::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.4);
  }

.podcast-details hr{
    text-align: center;
    background: #707070;
    padding: 0px 10px;
}
.podcast-details .cnow-map-preview {
    height: 137px;
}

#playModal .modal-body{
    padding: 0px;
}
#playModal .modal-dialog{
    top: 40%;
}

.play-button{
    outline: none;
    border: none;
    background: transparent;
}

.modal-div{
    color: #707070;
}
.modal-div:hover{
color: #000;
}
.modal-div:active{
    color:#A82829;
}

.cnow_addition_controls{
    color: #868686;
    font-size: 15px;
    cursor: pointer;
}

.fa-repeat-one:after{
    content: "1";
    font-size: 6px;
    position: absolute;
    margin-left: -8.777px;
    margin-top: 5px;
    font-weight: bold;
}

.fa-repeat-one:before{
    content:"\f363";
}

.player-modal{
    max-width: 520px
}

.podcast-popover .popover-arrow {
    display: none;
}

.podcast-menu{
    background-color: #404040;
    color: #ffffff;
    padding: 0px;
   
}
.podcast-menu .podacst-menu-item{
    gap:10px;
    display: flex; 
    border: 1px solid #505050; 
} 

/* #audio player */
.cnow-player-progress {
    height: 7px;
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    background: #D6D6D6;
    transition: background 0.2s ease;
    cursor: pointer;
}

.cnow-player-progress::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 7px;
    cursor: pointer;
    background: transparent;
}

/* volume */
.cnow-player-volume {
    -webkit-appearance: none;
    width: 72px;
    height: 3px;
    background-color: #D6D6D6;
    transition: background 0.2s ease;
    cursor: pointer;
    outline: none;
}

.cnow-player-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    cursor: pointer;
    background: #707070;
}

.cnow-player-timer{
    font-size: 12px;
    font-style: italic;
    color: #9D9D9D;
}
/* #end */

.podacst-menu-item >.arrow-design{
    text-align: right;
}

.podcast-contentlist{
    display: flex;
}

.player-video-spinner{
    width: 94%;
    position: absolute;
    height: 70px !important;
    z-index: 2;
    top: 35%;
}

.cnow-player-image-progress{
    -webkit-appearance: none;
    width: 75px;
    height: 2.5px;
    background-color: #707070;
    transition: background 0.2s ease;
    cursor: pointer;
    outline: none;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cnow-player-image-progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
    background: transparent;
}