*, html{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.ver-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    position: relative;
    padding-bottom: 20px;
}
.hor-wrap{
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.full-wrap{
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.rew-header{
    position: absolute;
    width: 96%;
    padding: 0 2%;
    /*background: #f1a8d8;*/
    z-index: 999;
    height: 30px;
}
.rew-header span.title{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
    width: fit-content;
    width: -ms-fit-content;
    width: -moz-fit-content;
}
.rew-header span img{
    display: block;
    max-width: 100%;
    height: auto;
}
.rew-header a{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}
.rew-body{
    padding-top: 30px;
    /*position: relative;*/
    overflow-y: auto;
    height: 250px;
}
.rew-item{
    position: relative;
    margin-bottom: 10px;
    color: #000;
    height: 150px;
    background-size: cover !important;
}
.rew-item:last-child{
    margin-bottom: 0 !important;
}
.rew-body::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.rew-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.rew-body::-webkit-scrollbar-thumb {
  background: #663399; 
}
/* Handle on hover */
.rew-body::-webkit-scrollbar-thumb:hover {
  background: #663399; 
}
.rew-item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=0 );
}
.rew-item .top-part {
    padding: 5px 7px;
    display: flex;
    /*align-items: center;*/
    position: relative;
}
.rew-item .top-part .author {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 2px solid #fff;
}
.rew-item .top-part h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 4px 0 0 5px;
    color: #ffe500;
}
.rew-item .top-part h4 small {
    display: block;
    font-size: 11px;
    color: #fff;
    margin-top: 3px;
}
.rew-item .top-part .rht-pt{
    position: absolute;
    right: 6px;
}
.rew-item .top-part .rht-pt ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rew-item .top-part .rht-pt ul li {
    display: inline-block;
    margin-left: 4px;
}
.rew-item .top-part .rht-pt ul li span {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 11px;
}
.rew-item .top-part .rht-pt ul li img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 4px;
}
.rew-item .play-pt{
    padding: 5px 7px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 10px;
}
/*.jst-pl1 a {
    background: #cc3398;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}*/
.power {
    position: absolute;
    right: 5px;
    bottom: 0;
    text-align: right;
    font-size: 11px;
    color: #464646;
    margin: 0;
    font-weight: 600;
}

.audio-palyer-cont{
    width: 96% !important;
    background: #cc3398;
    position: fixed;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 5px 2%;
    font-size: 12px;
}
.ver-wrap .audio-palyer-cont{
    position: absolute;
    z-index: 1;
}
.song-slider {
  width: 100%;
}
.rowpt {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col4{
  display: flex;
  align-items: center;
}
.col4:last-child{
  width: 58%;
}
.col4 i{
  font-size: 10px;
  margin-right: 5px;
}
.audio-palyer-cont input[type=range]{
    -webkit-appearance: none;
    background: #f1f1f1;
}

.audio-palyer-cont input[type=range]::-webkit-slider-runnable-track{
    width: 100%;
    height: 1px;
    background: #fff;
    border: none;
    border-radius: 3px;
}

.audio-palyer-cont input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    background: #fff;
    border: none;
    border-radius: 3px;
}

.audio-palyer-cont input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    border: none;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
} 
.audio-palyer-cont input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
}

.audio-palyer-cont input[type=range]:focus{
    outline: none;
}
.audio-palyer-cont input[type=range]:-moz-focusring {
    outline: none;
}

.audio-palyer-cont input[type=range]:focus::-webkit-slider-runnable-track{
    background: #fff;
}
.audio-palyer-cont input[type=range]:focus::-moz-range-track {
    background: #fff;
}

.chat{
    position: absolute; 
    bottom: 0; 
    right: 6px;
}
.chat a{
    color: #fff;
    font-size: 24px;
}
.comment{
    width: 85%;
    height: 95px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 7px;
    left: 7px;    
    font-family: 'Montserrat', sans-serif;
}
.comment p{
    margin: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}
.comment::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.comment::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.comment::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
.comment::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    outline: 0;
}
.btnsearch {
    color: rgb(102, 51, 153);
    background-color: white;
    border: solid 1px rgb(102, 51, 153);
    border-radius: 80px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding: 6px 15px;
    transition: 200ms;
    outline: 0;
    cursor: pointer;
}
.btnreset {
    color: #5cb85c !important;
    background-color: white !important;
    border: solid 1px #5cb85c !important;
    border-radius: 80px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding: 6px 15px;
    transition: 200ms;
    outline: 0;
    cursor: pointer;
}




/*horaizontal scroll*/
/*==================================================*/
.form-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-flex a{
    width: auto;
    font-size: 14px;
    background: #fff;
    border: 0;
}
.hor-wrap .rew-header, .full-wrap .rew-header{
    padding: 7px 1%;
    width: 98%;
}
.hor-wrap .rew-header .form-group{
    margin-left: 5px;
}
.hor-wrap .rew-body{
    padding-top: 44px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: auto;
}
.full-wrap .rew-body{
    padding-top: 44px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}
.full-wrap .rew-item{
    width: 24%;
    margin: 0 0.5% 15px;
}
.hor-wrap .rew-item{
    position: relative;
    width: 300px;
    color: #000;
    height: 150px;
    margin-bottom: 0;
    background-size: cover !important;
    display: inline-table;
}
.hor-wrap .rew-item:last-child {
     margin-bottom: 0 !important; 
}

.hor-wrap .rew-body::-webkit-scrollbar {
  height: 10px;
}
/* Track */
.hor-wrap .rew-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.hor-wrap .rew-body::-webkit-scrollbar-thumb {
  background: #663399; 
}
/* Handle on hover */
.hor-wrap .rew-body::-webkit-scrollbar-thumb:hover {
  background: #663399; 
}



/* pagination */

nav[role="pagination"] {text-align:center;/* margin-bottom: 7px; margin-top: 5px;*/}
.cd-pagination ul{margin: 5px 0;}
.cd-pagination li {display:none; margin:0 0.2em;}
.cd-pagination li {display:inline-block;}
.cd-pagination li.button {display:inline-block;}
.cd-pagination a, .cd-pagination span{text-decoration: none;}
.cd-pagination a.disabled {color:rgba(46, 64, 87, 0.4); pointer-events:none;}
.cd-pagination a {border:1px solid #e6e6e6; text-decoration: none; border-radius:4px; -webkit-border-radius:4px; -webkit-appearance:none;}
.cd-pagination a, .cd-pagination span {-moz-user-select:none; display:inline-block; font-size:14px; padding:0.6em 0.8em;}
.cd-pagination .current, .cd-pagination a:hover {background-color:#c983f8; border-color:#b163e5; color:#ffffff; font-weight:400;}
.cd-pagination a, .cd-pagination span {-moz-user-select:none; color:#140038; display:inline-block; font-size:14px; font-weight:300; padding:0.6em 0.8em;}

/*=======================================*/
/*responsive part*/
/*========================================================*/
@media(max-width:800px){
    .full-wrap .rew-item{
        width: 32.5%;
    }
}
@media(max-width:640px){
    .full-wrap .rew-item{
        width: 49%;
    }
}
@media(max-width:480px){
    .full-wrap .rew-item{
        width: 100%;
    }
}