@media (max-width: 767px) { 

#audio-buttons {

width: 80%;
}

}

@media (max-width: 490px) { 

#playlistContainer {    

   position: relative;

    background: #000;
	}

}
#container {
    line-height: 1.5em;

    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.clear {clear:both;}
.botao {
    background-color: #6fb122;
    /* float: left; */
    width: 200px;
    text-align: center;
    margin: 13px 0px;
    color: #fff;
    padding: 8px;
    cursor:pointer;
    border-radius: 21px;
    font-size: 17px;
    font-weight: 500;
}
.botao:hover { background-color:#8b8bf3;}

.botao2 {
    background-color: #999;
    /* float: left; */
    width: 123px;
    text-align: center;
    margin: 13px 0px;
    color: #fff;
    padding: 10px;
	cursor:pointer;
}


#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
}
.albums {
    /* float: left; */
    /* padding: 38px; */
    }

#audio-img {
    position: relative;
    /* overflow: hidden; */
    background: #202033;
    /* box-shadow: 1px -5px 13px 0px #7b7bff; */
}

#audio-info {
    text-align: center;
    /* padding-bottom: 5px; */
}

#audio-buttons {
    /* float: left; */
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top: -1px;
    background: #202033;
    padding: 9px;
    border-radius: 40px;
    /* box-shadow: 1px -5px 13px 0px #7b7bff; */
    text-align: center;
    display: inline-flex;
    text-align: center;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#progressBar {
    width: 100%;
    height: 8px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 7px;
    background: #cccccc8f !important;
}

  .album {
            display: inline-block;
            margin-right: 10px;
            cursor: pointer;
        }

        .album img {
            width: 165px;
            object-fit: contain;
        }

        .album div{
            font-size: 12px;
        }
		
		.menu { 
		
		    display: inline-flex;
    flex-direction: row;
		}
		.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
	height: calc(var(--vh, 1.px) * 100);
    }
		

#progress {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    cursor: pointer;
    border-radius: 4px
}

#progressH {
    background-color: #fff;
    height: 10px;
    position: absolute;
    cursor: pointer;
    width: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 10px;
    margin-left: 0px;
}
li .active { background-color:#006633;}
#volContainer {
    width: 70%;
    position: initial;
    left: 40px;
    top: 20px;
    margin-left: 20%;
}

#volumeBar {
    height: 8px;
    cursor: pointer;
    position: relative;
    display: block;
    background: #cccccc8f !important;
    width: 100%;
    border-radius: 11px;
}

#volume {
    height: 8px;
    position: absolute;
    left: 0;
    cursor: pointer;
    border-radius: 14px;
}

#volumeH {
    background: #fff;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 9px;
    cursor: pointer;
    border-radius: 11px;
    margin-left: -10px;
}

#timeContainer {
    font-size: 12px;
    display: flex;
    width: 80%;
    margin-top: -7px;
}

#duration {
    display: block;
    height: 20px;
    margin-left: 10px;
    padding: 0 7px
}

#fti {
    display: block;
    height: 20px;
    margin-right: 1%;
    padding: 0 7px
}

#pbContainer {
    width: 100%
}

.btnClass {
    /* width: 20px; */
    float: left;
    background: #202033;
    border-radius: 110px;
    /* height: 5px; */
    /* position: relative; */
    z-index: 10000;
    padding-top: 16px !important;
    margin: 5px 19px;
    margin-top: -20px;
    padding: 18px;
}

#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; */
    /* text-align: left; */
    background: #202033;
    text-transform: uppercase;
    font-size: 12px !important;
}
.topo {background-color:#00CCFF;float: left;width: 100%;}

.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;
    background: #393951;
    width: auto;
}

#playlist {scrollbar-width: none;-ms-overflow-style: none;width: auto; margin: 0;padding: 5px 5px 5px 10px;/* height: 60px; */background: #393951;position: relative;opacity: 1 !important;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;}
#playlist::-webkit-scrollbar {
    display: none;
  }
#playlist li {
    text-align: left;
    padding: 0px;
    border: solid 1px #b0b0b036;
    cursor: pointer;
    width: 203px;
    margin-right: 10px;
    border-radius: 5px;
    border: none !important;
    display: inline-block;
    margin: 5px;
    margin-right: 10px !important;
    border: 1px solid #5d5d7b !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"
}

.soundContainer {
    margin-left: 9px;
    position: absolute;
    top: 13px;
}

.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;
    color: #ccc;
    margin-top: 10px;
    margin-left: 46px;
}

.fa-volume-off {
    font-size: 20px!important;
    cursor: pointer;
    margin: 0 0 0 -12px;
    display: none;
    color: #b1b1b1;
}

.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: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#controlBar {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    /* opacity: .8; */
    padding: 3px 0;
}

#filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}
.nav-link2 {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff!important
    font-weight: 700!important
    font-size: 40px!important
    margin-top: 14px !important;
    font-size: 33px;
    color: #fff;
    font-weight: 700;
}
.txtBox {
    overflow: hidden;
    position: relative;
    margin-right: 3px;
    height: 100%;
    /* border: 1px solid #8f8f8f4a; */
}
.pause {background-color: #6fb122;width: 19px;/* margin-top: -19px; */height: 19px;/* box-shadow: 0px 0px 5px 0px #7b7bff; */}
#play {background-color: #6666b3;width: 19px;height: 19px;/* box-shadow: 0px -2px 6px 0px #6666b3; */}

#play i{ padding-left:2px;}
.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
}

.sondctr {

width: 23%;

/* background: #ccc; */

height: 10px;

float: right;

margin-top: -15px;
}
#audio-player {background-color: #454581;}
.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
}
#prev {width:10px;background: transparent;}
#next{width:10px;background: transparent;}

.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

}

