html, body, .wrap{
    height: 100%; 
    margin: 0;
    padding: 0;
}
*{
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    color: #999;
    outline: none;
    list-style: none;
    text-decoration: none;
}
.wrap{ 
    box-sizing:border-box;
}
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -60px;
}

nav{
    height: 60px; 
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    background: #191919;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    z-index: 1000;
    border-bottom: 2px solid white;
}
nav .logo img{
    width: 80px;
    margin-left: 40px;
}
nav ul{
    display: flex;
    margin-right: 40px;
}
nav li{
    width: 110px;
}
nav a{
    font-weight: 500;
}
li a.active, li a:hover{
    border-bottom: 2px solid  #cecece;
    color: #cecece;
}
nav #menu{
    cursor: pointer;
    display: none;
    margin-right: 40px;
}
nav #menu img{
    width: 22px;
}

.playlist{
    z-index: 100;
    position: fixed;
    left: 250px;
    top: 70px;
    width: 0;
    bottom:0px;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x:hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.info-doa{
    position: absolute;
    width: 100%;
    top: 80px;
    z-index: -1;
}

.info-doa h2{
    color: #0D0D0D;
    font-weight: bold;
    padding: 0 50px;
    margin-bottom: 0;

}

.judul-doa, .arab-doa, .arti-doa, .sanad-doa, .desk-doa{
    padding: 0 50px;
    color: #0D0D0D;
}

.judul-doa{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.arab-doa{
    text-align: right;
    margin-bottom: 20px;
}

.arab-doa img{
    width: 85%;
}

.arti-doa, .desk-doa{
    margin-bottom: 20px;
}

.sanad-doa{
    margin-bottom: 100px;
}

.playback{
    display: flex;
    align-items: center;
}

.playback img{
    width: 18px;
    margin: 0 20px;
    cursor: pointer;
    padding: 10px 0;
}

.playback .play-pause img{
    width: 30px;
    padding: 2px 0;
}

#btn-playlist{
    display: none;
}

#btn-playlist img{
    width: 28px;
}

.playlist h1{
    font-size: 20px;
    font-weight: bold;
    margin: 0px 20px;
    margin-top: 30px;
    color: #0D0D0D;
}

.playlist .cari{
    margin-bottom: 6px;
}

.pp-pause{
    background-image: url(../icon/pause.png);
}
.pp-play{
    background-image: url(../icon/play.png);
}

.mainkan{
    background-color:#e9e9e9 !important;
  }

.pp, .btn-more{
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    background-size: 16px;
    border: none;
    background-color: transparent;
    background-position: center;
}
.btn-more{
    background-size: 3px;
}

button, .repeating{
    cursor: pointer;
}

.one, .all, .none, .waktu, .durasi{
    font-weight: 500;
}

.one:hover, .all:hover, .none:hover{
    color: #cecece;
}

.more{
    display: none;
    position:sticky; 
    margin-left: -880%;
    background-color:  #e9e9e9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    width: 84px;
    height: auto;
    border-radius: 5px;
  }

.btn-more{
background-image: url(../icon/more.png);
}

.btn-more:hover .more {
display: block;
}

.favorit, .hapus, .pdf, .latex{
    border: unset;
    background-color: unset;
    font-size: 14px;
    color: #0D0D0D;
}

.favorit:hover, .hapus:hover, .pdf:hover, .latex:hover{
    background-color: #ffffff;
    border-radius: 3px;
}

.track{
    display: flex;
    align-items: center;
    margin-top: 5px;
    border-radius: 5px;
    padding: 6px;
    margin: 0 20px;

}

.track:last-child{
    margin-bottom: 100px;
}

.track span{
    flex: 1;
    color: #0D0D0D;
}

.favorit, .pdf, .hapus, .latex{
    text-align: left;
    margin: 4px 0;
    width: 84px;
    font-weight: 500;
}

.pp, .favorit, .track span{
    margin-right: 10px;
}

.player {
    background-color: #191919;  
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }

.time{
    text-align: center;
    width: 100px;
    padding: 0 10px;
}
.repeating{
    text-align: center;
    width: 200px;
}

.slider{
    display: block;
    position: absolute;
    top: -6px;
    width: 100%;
    -webkit-appearance: none; 
    background: #cecece; 
    overflow: hidden;
    cursor: pointer;
}

.slider::-webkit-slider-thumb { 
    -webkit-appearance: none; 
    width: 10px; 
    height: 6px;  
    cursor: pointer;
    box-shadow: -807px 0 0 800px #6f6969;
}

input.cari{
    margin-top: 10px;
    border-radius: 5px;
    height: 26px;
    width: 81%;
    border-color: 1px solid #cac3c3;
    background-image: url('../icon/search.png');
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 16px;
    margin: 0 20px;
    margin-top: 20px;
    padding-left: 40px ;
}

.kosong{
    margin: 100px auto;
    font-weight: bold;
    text-align: center;
    display: none;
    color: #0D0D0D;
}

.kosong img{
    width: 320px;
    margin-bottom: 20px;
}

.kosong span{
    display: inline-block;
    background: #F2F2F2;
    width: 150px;
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #0D0D0D;
}

.kosong span:hover{
    background-color: #A6A6A6;
}

@media screen and (min-width:768px) and (min-height:405px) {
    .playlist{
        width: 40%;
    }
    
    .info-doa, .player{
        width: 60%;
        right: 0;
    }
}

@media(max-width: 1000px) and (min-height:5px){
    .info-doa img{
        width: 100%;
    }
}

@media(max-width: 768px) and (min-height:5px){
    input.cari{
        width: 84%;
    }
    #btn-playlist{
        display: block;
    }
    .time{
        width: unset;
    }
    .playback img{
        width: 14px;
        margin: 0 10px;
    }
    .playback .play-pause img{
        width: 20px;
    }
    nav #menu{
        display: block;
    }
    nav ul{
        position: fixed;
        width: 50%;
        height: 100vh;
        background: #191919;
        top: 46px;
        right: -500px;
        text-align: center;
        transition: all .8s;
    }
    nav ul{
        flex-direction: column;
        align-items: center;
    }
    nav ul.show-menu{
        right: -40px;
    }
    nav li{
        margin: 12vh 0;
    }
    nav a{
        font-size: 18px;
    }
    a.active, a:hover{
        border-bottom: none;
        color: #ffffff;
    }
    .playlist{
        z-index: 0;
        position: fixed;
        left: unset;
        right: -1000px;
        top: 70px;
        width: 80%;
        bottom: 60px;
        margin-left: unset;
        overflow-y: auto;
        overflow-x:hidden;
        background: #F2F2F2;
        transition: all 1s;
    }
    .playlist.show-playlist{
        right: 0px;
    }
    #snackbar{
        right: 0;
      }
}

@media(max-width: 597px) and (min-height:405px){
    input.cari{
        width: 70%;
    }
    .judul-doa{
        font-size: 16px;
    }
    .info-doa h2, .judul-doa, .arab-doa, .arti-doa, .sanad-doa, .desk-doa{
        padding: 0 10px;
    }
    .arti-doa, .sanad-doa, .desk-doa{
        font-size: 14px;
    }
    .player{
        left: 0;
    }
    .repeating{
        width: 100px;
    }
    .all, .one, .none, .waktu, .durasi{
        font-size: 12px;
        line-height: 12px;
    }
    .kosong img{
        width: 240px;
    }
}

#snackbar{
    visibility: hidden;
    min-width: 250px;
    margin-left: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 10%;
    bottom: 62%;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 1s, fadeout 1s 3.5s;
    animation: fadein 1s, fadeout 1s 3.5s;
  }
  
  @-webkit-keyframes fadein {
    from {right: 0; opacity: 0;} 
    to {right: 10%; opacity: 1;}
  }
  
  @keyframes fadein {
    from {right: 0; opacity: 0;}
    to {right: 10%; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {right: 0; opacity: 1;} 
    to {right: 10%; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {right: 0; opacity: 1;}
    to {right: 10%; opacity: 0;}
  }
