.navbar-dark{
    background-color: #690980 !important;
    padding: 0px 10px;
}

.audiobg-section {
    background: rgb(129,24,159);
    background: linear-gradient(43deg, rgba(129,24,159,1) 0%, rgba(205,44,159,1) 100%);
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rollover{
    position: absolute;
    /* width: 252px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    z-index: 9999;
}

a.back-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
}

.audio-container {
    background-color: #ffffff40;
    background-image:url(../images/img-t-dog.png) ;
    background-size: cover;
    display: flex;
    width: 94%;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    justify-content: center;
}

#container {
    line-height: 1.5em;
    min-width: 250px;
}

#container *,#container *:before,#container *:after {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important
}

#title {
    padding: 0 7px 0 3px
}

#cover {
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: solid 4px #fff;
    
}

#audio-img {
    position: relative;
    overflow: hidden;
    width: 246px;
    border-radius: 10px;
    padding: 20px 20px 58px;
    margin-top: 10px;
    margin-bottom: 12px;
}
#audio-info {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#audio-buttons {
    float: left;
    width: 93%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    bottom: 3px;
    color: #000 !important;
    display: flex;
    align-items: center;
}

#audio-buttons .fa, #audio-buttons .fas, #audio-buttons .far{
    color: #fff;
    font-size: 20px;
}

div#audio-buttons div img {
    width: 28px;
}

#progressBar {
    width: 100%;
    height: 4px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 11px
}

#progress {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    cursor: pointer;
    border-radius: 4px
}

#progressH {
    border-radius: 100px;
    background-color: #000;
    height: 10px ;
    position: absolute;
    cursor: pointer;
    width: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

#volContainer {
    width: 11%;
    /* position: absolute; */
    left: 40px;
    top: 20px;
    order: 3;
}

#volumeBar {
    height: 4px;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%
}

#volume {
    height: 4px;
    position: absolute;
    left: 0;
    cursor: pointer
}

#volumeH {
    background: #000;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    cursor: pointer;
    border-radius: 50px;
}

#timeContainer {
    font-size: 12px;
    display: flex;
    order: 1;
    width: 85%;
}

#duration {
    display: block;
    height: 20px;
    margin-left: 1%;
    padding: 0 7px
}

#fti {
    display: block;
    height: 20px;
    margin-right: 1%;
    padding: 0 7px
}

#pbContainer {
    width: 100%
}

.btnClass {
    width: 32%;
    float: left
}

#playerColor {
    padding: 5px 3px;
    -mox-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -mox-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px
}

.visible_TC {
    visibility: visible;
    -webkit-transition: visibility .2s ease-in-out;
    transition: visibility .2s ease-in-out
}

.hide_TC {
    visibility: hidden;
    -webkit-transition: visibility .2s ease-in-out;
    transition: visibility .2s ease-in-out
}

#playlistContainer {
    position: relative;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 7px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8d017a; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555555; 
  }

#playlist {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    order: 2;
}

#playlist li {
    text-align: left;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 5px;
    padding: 8px 10px;
    height: 40px !important;
}

#listDiv {
    display: inline-flex;
    width: 100%;
    margin-top: 3px
}

#listView {
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    font-size: 14px;
    font-family: "tahoma"
}

#audio-player {
    order: 1;
    width: 100%;
    display: flex;
}

.soundContainer {
    order: 2;
    margin-left: 12px;
    /* position: absolute; */
    top: 12px
}

.fa-compress {
    font-size: 20px!important;
    cursor: pointer
}

.fa-expand {
    font-size: 20px!important;
    cursor: pointer;
    display: none
}

.fa-volume-up {
    font-size: 20px!important;
    cursor: pointer
}

.fa-volume-off {
    font-size: 20px!important;
    cursor: pointer;
    margin: 0 0 0 -12px;
    display: none
}

.sound-remove {
    font-size: 12px!important;
    cursor: pointer;
    margin: -16px 0 0 14px;
    display: none
}

.muted i {
    display: none
}

.expand i {
    display: none
}

.imgCointeiner {
    height: 25px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
}

#controlBar {
    height: 44px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: .8;
    padding: 3px 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    padding: 5px 0;
    left: 0px;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
}

#filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.txtBox {
    overflow: hidden;
    position: relative;
    margin-right: 3px;
    height: 100%
}

.txtCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding-left: 15px;
    line-height: 1
}

#mini {
    position: relative;
    float: right;
    margin: 6px 10px 0 0;
    z-index: 1
}

.audio-imgA {
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-transition: border-bottom-left-radius .6s ease-in-out;
    -webkit-transition: border-bottom-right-radius .6s ease-in-out;
    transition: border-bottom-left-radius .6s ease-in-out;
    transition: border-bottom-right-radius .6s ease-in-out
}

.audio-imgB {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: border-bottom-left-radius .1s ease-in-out;
    -webkit-transition: border-bottom-right-radius .1s ease-in-out;
    transition: border-bottom-left-radius .1s ease-in-out;
    transition: border-bottom-right-radius .1s ease-in-out
}
.aud_footer{
    display: flex;
    width: 100%;
    align-items: center;
}
.content-containe {
    display: flex;
    width: 67%;
    margin-bottom: 57px;
    margin-top: 20px;
    flex-direction: column;
}


@media screen and (max-width:676px) {
    .content-containe {
        display: flex;
        width: 100%;
        margin-bottom: 57px;
        margin-top: 20px;
        flex-direction: column;
    }
    #audio-player {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #timeContainer {
        font-size: 12px;
        display: flex;
        order: 1;
        width: 70%;
    }
}

