/*For PC view*/


@media screen and (min-width: 480px) {
body {background-color:#f2f3f7;max-width: 360px;
margin: 0 auto !important; float: none !important; } header{display: block !important}
}


/*style font*/
body{box-sizing: border-box}
body {background-color:#ccc; padding:0; margin:0;font-family: 'Khmer'}
a:link {
  text-decoration: none;
}
a{color:#cf541f}
body{font-family: 'Dosis', sans-serif;
font-family: 'Rubik', sans-serif; font-size:18px;line-height: 1.6;}
a:visited {
  text-decoration: none;
}
.kmL{font-family: 'Khmer' ; font-size:11px }

.font14px {font-size:14px}

/*Style color*/

.bgColor{background-color:#cf541f; padding:10px;}
.bgColor0{background-color:#cf541f; padding:0}
/*align item*/

.center {text-align: center}
.left {text-align: left}
.right {text-align: right}

/*search item*/
.mainRe{position: relative}
.mainAb{position: absolute; right:10px; bottom:10px}
#submitButton {background-color:white;
font-family: FontAwesome;font-size:25px;
}
/*text color */

.white {color:white}
.black {color:black}
.mColor{color:#cf541f}

/*style for input*/
input[type="submit"]{font-size:18px; border-radius:5px}
button {font-size:18px;border-radius:5px}
input[type="text"]{background-color:white;border:none; padding:10px; outline:none; width:80%;border-radius:15px;}
.none{background:none;border:none}
textarea {
    resize: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
hr{border-top:0.80px solid #631a15; border-bottom:0;border-left:0;border-left:0}

/*border solid*/

.borderColor{background-color: white ;border:1px solid #ccc;border-radius:5px; padding:2px;}

.radius{border-radius:50%; }

/* padding margin*/
.padding5px{padding:5px}
.padding10px{padding:10px}
.margin5px{margin:5px}
.margin10px{margin:10px}
/*movie lister*/

.img-container-grid{
display:flex;
flex-wrap: wrap;
}

.smallsquare{
max-width:50%;
height:auto;
flex:0 0 50%;
padding-top:50%;
display:grid;
position:relative;

}

.h_rectangle{
max-width: 40%;
flex: 0 0 40%;
padding-top:20%;
position:relative;
}

.bigsquare{
max-width:40%;
height:auto;
flex:0 0 40%;
padding-top:40%;
display:grid;
position:relative;
}
.bigsquare_blank{
max-width:40%;
height:auto;
flex:0 0 40%;
display:flex;
flex-wrap: wrap;
}
.inner_square{
max-width:45%;
flex: 0 0 45%;
height:45%;
position:relative;
}
.v_rectangle{
max-width: 20%;
flex: 0 0 20%;
padding-top:40%;
position:relative;
}

.img-grid-c{
width:100%;
height:100%;
top:0;
left:0;
position:absolute;
object-fit:cover;
object-position:center;
padding:5%;
}

.button {width:30px;padding: 5px;
border: 1px solid #ccc;
background: background-color:white;}

/*text style*/

.cut {
width: 160px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.dot{
    display: inline-block;
    width: 220px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.imgBorder {background-color: white ;border:1px solid #ccc; padding:3px;}
.crop{ object-fit: cover }
.loading-image{background-image:url("https://wapka-img.zuna.id/a49724cb.gif");
background-color: #fff;background-size: cover; /* ----- */
background-repeat: no-repeat;
background-position: center center;}

.blur{height:240px; width:100%;filter: blur(5px);
-webkit-filter: blur(5px);}
.box{background-color:white; padding:5px; margin:1px; border: 1px solid #ccc ;}

/*drop container*/

.drop_container {
  overflow: hidden;
  max-height: 0; 
}


.drop_container.show {
  max-height: 600px;
  transition: max-height 0.5s ease-in;
}

.drop_container.hide {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.drop_container > .item {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  padding: 10px 0px 0px 0px;
}

/*Style upload profile picture*/
.uppfRe{position: relative}
.uppfAb{position: absolute; left:16px; bottom:423px}

/* paging */
.pagination span{text-align:center;
padding:5px;
margin:2px}
.pagination a{border:1px solid #ccc;text-align:center;
background: white; color:cf541f;
padding:5px;
margin:2px;}

.paging span{text-align:center;
padding:5px;
margin:2px}
.paging a{text-align:center;
background: white;
color:#29465B;
padding:0px;
margin:2px;}


.fix{position: fixed; width:100%;top:0; right:0;left:0; z-index:999}





/*Audioplayee*/


    /* Existing styles */
    
    .container {
        max-width: 600px;
        margin: 10px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px; font-size:14px;
    }
.container1 {
        max-width: 600px;
        margin: 10px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 0px; font-size:14px;
    }


    .audio-player {
        text-align: center;
        margin-bottom: 0px;
    }

    audio {
        width: 100%;
        margin-top: 10px;
        border: none;
        border-radius: 5px;
    }

    #song-info {
      
    }

    #song-info img {
        width: 200px;
        height: 200px;
        border-radius: 15;
      
    }

    #song-info .song-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #song-info .artist-name {
        font-size: 14px;
        color: #555;
    }

    #playlist {
        list-style: none;
        padding: 0;
        margin: 0px;
    }

    #playlist li {
        display:flex ;
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer; 
    }

    #playlist li img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        border-radius: 5px;
    }

    #playlist li a {
        flex-grow: 2;
       
        color: #333;
        font-size: 14px;
    }

    #playlist li a:hover {
        color: #cf541f;
    }

    #playlist li.current-song {
        background: #f0f0f0; 
    }

    .progress-bar {
        width: 100%;
        height: 15px;
        background-color: #ccc;
        border-radius: 0px;
        margin-top: 10px;
        position: relative;
    }

    .progress-bar .progress {
        height: 100%;
        width: 0;
        background-color: red;
        border-radius: 0px;
    }

    .time {
        font-size: 14px;
        margin-top: 0px;
        color: #666;
    }

    .download-link {
        text-align: center;
        margin-top: 10px;
    }

    .download-link a {
        text-decoration: none;
        color: #cf541f;
        font-weight: bold;
    }

    /* New styles for buttons */
    .controls {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .controls button {
        background-color: #cf541f;
        color: #fff;
        border: none;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .controls button:hover {
        background-color: #a9441d;
    }
/* Style for the selected song */
.selected-song {
    background-color: #f0f0f0; /* Light gray background */
    font-weight: bold;  /* Make the text bold */
}



/*CD animated*/
.cd {
  position: relative;
  width: 185px;
  height: 185px;
  border-radius: 100%;
  border: 1px solid grey;
  background: conic-gradient(white, white, white, grey, grey, violet, deepskyblue, aqua, palegreen, yellow, orange, red, grey, grey, white, white, white, white, grey, grey, violet, deepskyblue, aqua, palegreen, yellow, orange, red, grey, grey, white);
  animation: spin 3s linear infinite;
}

.cd::before,
.cd::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  box-shadow: 0 0 1px grey;
  box-sizing: border-box;
}

.cd::before {
  width: 30%;
  height: 30%;
  margin: -15% 0 0 -15%;
  background: lightgrey;
  background-clip: padding-box; 
  border: 10px solid rgba(0, 0, 0, 0.2);
}

.cd::after {
  width: 18%;
  height: 18%;
  margin: -9% 0 0 -9%;
  background: white;
  background-clip: padding-box;
  border: 10px solid rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 0 2px grey);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*CD transform*/
.mee{position: relative; height:260px}
.cd1{position: absolute; left:10px; bottom:10px; z-index:1}
.cd{position: absolute; right:17px; bottom:17px}

/*Shadow of the cover*/
.cd1{
       
        background: #fff;
        border: 0.5px solid black;
        border-radius: 0px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        
    }

/*name of singer*/
.Nsger{position: absolute; left:64px; bottom:33px; font-size:11px ;font-weight: bold; z-index:2;color:#cf541f;}


.cntr{position: relative}
.Ntt{position: absolute; left:0px; bottom:0px; border:1px solid none; z-index:1; width:97%; height:65px }
.Ntt1{position: absolute; left:70px; bottom:40px;}
.Dwnl{position: absolute; left:70px; bottom:15px; font-size:11px ;font-weight: bold; z-index:4; color:#cf541f; border:none}


/*Running text */


  
.nobreak {
  width: 97%;          /* Set the container width to 97% */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden;    /* Hide overflow text */
  text-overflow: ellipsis; /* Show dots for truncated text */
}

/*Highlights downloading*/
.dwnld{background-color:#cf541f; color:white; font-weight:bold; padding:2px; font-size:8px; border-radius:3px}

/*Fixed elements*/
.fixed {position: fixed; left:0; right:0; z-index:10; border:1px solid red}


/*paging*/
.pagination {margin:auto 0;
padding:10px 10px;
text-align:center; display:block;}

.pagination a{background-color:#cf541f;color:white; font-size:13px;border:0;border-radius: 5px;}


.bG{   background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px;  margin:10px;font-size:13px;}

/*Search box*/
.mee1{position:relative}

.searchBut{position: absolute; right:10px; bottom:5px;background:none; border:none ; font-size:24px ; color:#cf541f}
.favorite {position: absolute; right:20px; bottom:10px; z-index:4}