:root {
  --back-color: #fff;
  --body-color: #9EDDFF;
  --elem-color: #BEFFF7;
  --text-color: #000;
  --hovr-color: #ebebeb;
  --iden-color: #614BC3;
  --tran-color: rgb(249, 249, 249, 0.9);
}
body{
  font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s;
    background-color: var(--back-color);
    font-family: 'Quicksand';
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
}

html, body {
  scroll-behavior: smooth;
  transition: scroll-behavior 0.3s ease-in-out;
}

.icn_hist{
  display: none;
}

@font-face {
  font-family: 'Quicksand'; /* Nama font untuk Latin */
  src: url('/assets/latin_font.woff') format('woff'); /* Lokasi dan format font WOFF */
}

body.dark-theme {
  --back-color: #343541;
  --body-color: #444654;
  --elem-color: #202123;
  --text-color: #FFFFFF;
  --hovr-color: #343541;
  --iden-color: #7091F5;
  --tran-color: rgb(32, 33, 35, 0.9);
  transition: 0.3s;
}
.container{
    flex: 1;
    display: flex;
}

.cusr{
  cursor: pointer;
}


.setting_butn{
  align-items: center;
  text-align: center;
  background-color: var(--body-color);
  font-size: 15px;
  justify-content: center;
  bottom: 0;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  user-select: none;
  transition: background-color 0.2s ease-in-out;
}
.setting_butn:hover{
  background-color: var(--iden-color);
}

.target_Search{
 color: var(--iden-color);
 font-weight: bold;
}
.desighContent{
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bgimageitama{
  /* background-image: url('bgrd.jpg');  */
  background-size: cover; /* Menyesuaikan ukuran gambar dengan elemen */
  background-repeat: no-repeat; /* Menghindari pengulangan gambar jika lebih kecil daripada elemen */
  color: white; /* Warna teks */
  text-align: center; /* Posisi teks di tengah */
  height: 100%;

  filter: blur(5px);
    filter: brightness(60%);
}

.bgimg::before {
  content: "Al-Qur'an"; /* Isi teks yang ingin ditampilkan */
  position: absolute; /* Atur posisi elemen tambahan ke absolute */
  top: 30%; /* Geser ke atas 50% dari elemen utama */
  left: 50%; /* Geser ke kiri 50% dari elemen utama */
  transform: translate(-50%, -50%); /* Geser kembali 50% ke kiri dan atas */
  background: rgba(0, 0, 0, 0.5); /* Latar belakang semi-transparan untuk teks */
  padding: 20px; /* Padding untuk teks */
  border-radius: 10px; /* Radius sudut untuk elemen tambahan */
  font-size: 30px;
  font-weight: bold;
}
.shadow{
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.desighContent::-webkit-scrollbar,
.al_libs::-webkit-scrollbar {
    width: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
}

.desighContent::-webkit-scrollbar-thumb,
.al_libs::-webkit-scrollbar-thumb {
    background-color: var(--text-color);
    border-radius: 2px;
    cursor: pointer;
    
}
.desighContent::-webkit-scrollbar-thumb:hover,
.al_libs::-webkit-scrollbar-thumb:hover {
    transition: background-color 0.2s ease-in-out;
    background-color: var(--iden-color);    
}

.desighContent::-webkit-scrollbar-track,
.al_libs::-webkit-scrollbar-track {
    background-color: var(--body-color);
    transition: 0.3s;
}



.al_konten{
    /* background-color: var(--body-color); */
    background-color: var(--body-color);
    /* border-radius: 5px; */
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 5px;
    transition: 0.3s;
    width: 100%;
}

.al_libs{
    /* background-color: brown; */
    /* position: relative; */
    height: 100%;
    height: 100%;
    overflow-y: scroll;
    user-select: none;
}


.con_list {
    background-color: var(--elem-color);
    cursor: pointer;
    margin-top: 2px;
    padding: 10px;
    color: var(--text-color);
    /* border: 1px solid #ddd; */
    font-size: 16px;
    border-radius: 3px;
    display: flex;
    transition: background-color 0.2s ease-in-out;
}

.con_list:hover{
    background-color: var(--hovr-color);
}



.desk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    padding: 10px;
    background-color: var(--elem-color);
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
  }
.desk_view{
    justify-content: space-between;
    padding: 10px;
    background-color: var(--elem-color);
    border-radius: 3px;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    text-align: justify;
    color: var(--text-color); 
    font-size: 20px;
}
.desk_viewr{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.desk_viewa{
  border-bottom: 2px solid var(--body-color);
  padding-bottom: 10px;
}
.desk_viewb{
  margin-top: 10px;
}

.bdy_hist{
  justify-content: space-between;
  padding: 10px;
  background-color: var(--elem-color);
  border-radius: 3px;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  color: var(--text-color); 
  font-size: 20px;
  margin-bottom: 3px;
  display: flex;
  user-select: none;
}

.desk_viewc{
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
}

.icon{
  margin-right: 10px;
  transition: 0.3s;
}
.icon:hover{
  color: var(--iden-color);
  transition: color 0.5s ease;
  cursor: pointer;
}

.nav_menu{
  margin-left: 30px;
  font-weight: bold;
  display: flex;
}

.nav_content{
  text-align: right;
  font-size: 16px;
}
.nav_logo{
  display: flex;
  user-select: none;
  box-sizing: border-box;
  color: var(--text-color); 
  font-weight: bold;
}

.nav_container{
  font-size: 25px;
  font-weight: bold;
  margin: 10px;
  color: var(--text-color); 
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  /* box-sizing: border-box; */
}
.font_latin{
  font-size: 18px;

}
.font_arabic{
  font-size: 35px;
}


.quran-top {
  text-align: justify;
  width: 100%;
  color: var(--text-color); 
  padding-right: 7px;
  border-right: 2px solid var(--body-color);
  }

  .quran-latin {
    text-align: justify;
    min-width: 50%;
    max-width: 50%;
    color: var(--text-color); 
    padding-right: 7px;
    border-right: 2px solid var(--body-color);
    }
    .quran-arabic {
        padding-left: 7px;
        text-align: left;
        max-height: 50%;
        text-align: justify;
        color: var(--text-color); 
        }
        .jdlno {
            padding: 10px;
            background-color: var(--elem-color);
            /* border: 1px solid #ddd; */
            border-radius: 3px;
            transition: background-color 0.3s ease;
            font-weight: bold;
            user-select: none;
            color: var(--text-color);
          }
          .judl {
            margin-bottom: 2px;
            padding: 10px;
            background-color: var(--elem-color);
            /* border: 1px solid #ddd; */
            border-radius: 3px;
            transition: background-color 0.3s ease;
            font-weight: bold;
          }
          .cntrlelem {
            padding: 10px;
            background-color: var(--elem-color);
            /* border: 1px solid #ddd; */
            border-radius: 3px;
            transition: background-color 0.3s ease;
            font-weight: bold;
            user-select: none;
            color: var(--text-color);
            text-align: center;
            font-size: 20px;
          }

.headdr{
    font-size: 18px;
    color: var(--text-color);  
    line-height: 1;  
    text-align: center;
  }


.con_numbr {
    width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-left: 0;
    display: flex;
    /* flex-direction: column; */
    font-weight: bold;
}

.con_barkanan{
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--body-color);
    transition: 0.3s;
    justify-content: left;
    margin-left: 3px;
    padding-left: 5px;
}

.con_cont {
    /* background-color: olive; */
    width: 100%;
}

.al_search{
    width: 20px;
    background-color: olive;
    padding-bottom: 10px;
}

.vsft {
    width: 100%;
    padding: 9px 10px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    text-overflow: ellipsis;
    user-select: none;
    transition: 0.3s;
    box-sizing: border-box; /* Padding dan border tidak mempengaruhi lebar total */
    /* border: 1px solid #ddd; */
    margin-bottom: 5px;
    background-color: var(--elem-color);
    color: var(--text-color);
    margin-top: 5px;
    
}
.input_text{
    margin-right: 5px;
}

  .vsft:focus {
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--hovr-color);
    color: var(--text-color);
  }
  .vsft::placeholder {
    color: var(--body-color);
  }

.con_surah {
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    transition: background-color 0.3s ease;
  }

  .detle{
  }

  .txtscrt{
    font-weight: bold;
    font-size: 18px;

}
.txtscrt2{ 
}


.ayah-number {
    font-size: 20px;
    color: var(--text-color);
    text-align: center;
  }
  .notdata{
    height: 150px;
    padding: 20px;
    background-color: var(--elem-color);
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    user-select: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: var(--text-color);  
    transition: background-color 0.3s ease;
    }

    .loading-animation {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50%;
    }
    
    .loading-animation::after {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 5px solid var(--elem-color); /* Ubah warna border */
      border-top-color: var(--iden-color); /* Warna baru untuk top border */
      animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }


   .ghovr{
    background-color: var(--hovr-color);
   }

    .hovr:hover{
    background-color: var(--hovr-color);
  }

  .setting {
    position: absolute;
    top: 0;
    left: -25%; /* Sembunyikan elemen di luar layar kiri */
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    background: var(--tran-color);
    display: block;
    user-select: none;
    font-size: 20px;
    transition: left 0.3s ease; /* Transisi untuk perpindahan ke kiri */
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.setting.active {
    left: 0; /* Geser ke posisi tampil */
}


.set_element {
  background-color: var(--elem-color);
  color: var(--text-color);
  border-radius: 5px;
  padding: 10px;
  top: 20px;
  display: flex;
  flex-direction: column;
}

.nav_setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 5px solid var(--body-color); /* Garis bawah */
  padding-bottom: 10px; /* Ruang antara judul dan isi */
  margin-bottom: 10px; /* Ruang dari atas */
}

.nav_setting div {
  font-weight: bold; /* Judul tebal */
}

.infoseting {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; /* Posisikan teks ke tengah */
  margin-bottom: 10px;
}

.titledesign{
  font-size: 16px;
}

.tumbUp {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 999;
  background-color: var(--body-color);
  transition: background-color 0.3s ease;
  padding: 5px;
  border-radius: 5px;
  display: none;
  color: var(--text-color);
}
.tumbUp:hover{
  background-color: var(--iden-color);
}

.bioweb{
  margin: 50px;
  text-align: justify;
  color: var(--text-color);
}
.namasub{
  font-size: 50px;
  text-align: center;
  user-select: none;
  /* padding-bottom: 20px; */
  font-weight: bold;
}

.TujuanDibuatnyaWebIni{

}

.fontsize_setting {
  margin-top: 10px;
  padding: 10px;
  /* display: flex; */
  align-items: center;
  text-align: center;
}

.fontsize_setting input[type="range"] {
  width: 100%; /* Atur lebar input slider */
  height: 10px; /* Atur tinggi input slider */
  background: var(--body-color); /* Warna latar belakang */
  border: none; /* Hilangkan border */
  border-radius: 3px; /* Sudut melengkung */
  outline: none; /* Hilangkan outline */
  -webkit-appearance: none; /* Hilangkan default styles untuk webkit */
  margin: 10px 0; /* Atur margin */
}

.fontsize_setting input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Hilangkan default styles untuk webkit */
  width: 20px; /* Lebar thumb slider */
  height: 20px; /* Tinggi thumb slider */
  background: var(--text-color); /* Warna thumb slider */
  border-radius: 50%; /* Bentuk bulat */
  cursor: pointer; /* Kursor pointer saat di atas thumb */
}

.fontsize_setting input[type="range"]:focus {
  outline: none; /* Hilangkan outline saat focus */
}

/* Ganti warna thumb saat hover */
.fontsize_setting input[type="range"]::-webkit-slider-thumb:hover {
  background: var(--hovr-color);
}

.fontsize_setting input[type="range"]::-moz-range-thumb {
  width: 20px; /* Lebar thumb slider untuk Firefox */
  height: 20px; /* Tinggi thumb slider untuk Firefox */
  background: var(--text-color);
  border-radius: 50%; /* Bentuk bulat */
  cursor: pointer; /* Kursor pointer saat di atas thumb */
}

/* Ganti warna thumb saat hover di Firefox */
.fontsize_setting input[type="range"]::-moz-range-thumb:hover {
  background: var(--text-color);
}


.fontsize_setting{
  /* font-size: 10px; */
}

/* padding-left: 7px;
text-align: left;
max-height: 50%;
text-align: justify;
color: var(--text-color);  */


.sinpanayat{
  margin-top: 3px;
  text-align: justify;
  width: 50%;
  text-align: center;
}
.ksngy{
  display: flex;
  justify-content: space-between;

}

.botom3px{
  margin-bottom: 10px;
}

.mgrg{
  margin-right: 3px;
}
.wh100{
  width: 100%;
}



.iconx{
  font-size: 30px;
}

.bt_trash{
  user-select: none;
  cursor: pointer;
  text-align: right;
  float: right;
  font-size: 20px;
}

.bt_trash:hover{
  color: var(--iden-color);
}

.btn_scrl{

}
/* Animasi muncul */
.fullpage {
  position: fixed; /* Atau gunakan "absolute" jika sesuai dengan kebutuhan */
  bottom: 0;
  display: flex;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  background-color: var(--elem-color);
  border-top: 2px solid var(--body-color);
  padding: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  width: 100%;
  display: none;
  color: var(--text-color);
  user-select: none;
  margin-left: 2px;
  /* justify-content: space-between; */
}

.wid_clck{
}

.wid_date{
  align-items: center;
  
}
.fnbwh{
  font-size: 13px;
}
.arab_style{
  font-size: 25px;
}


/* position: relative;
    height: 100%;
    height: calc(100% - 40px);
    overflow-y: scroll;
    user-select: none; */



.fulsixe{
  margin-top: 3px;
  text-align: justify;
  text-align: center;  
  margin-right: 0;
}


@media (max-width: 500px) {
  .setting {
    left: -80%; /* Sembunyikan elemen di luar layar kiri */
    width: 80%;
}
.al_konten{
  min-width: 100vw; /* 100% of viewport width */
  width: 100%;
  padding-left: 0;
}
.con_barkanan{
  min-width: 180vw; /* 100% of viewport width */
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.nav_content{
  display: none;
}
.con_list {
  padding: 4px;
  padding-right: 10px;
  margin-top: 1px;
}
.desk {
  display:block;
  margin-bottom: 1px;
} 
.quran-latin {
 min-width: 100%;
 border-right: 0;
 

} 
.quran-arabic {
  text-align: right;
}
.quran-latin {
  text-align: left;
}
.input_text{
  margin-right: 5px;
  margin-left: 5px;
}
.nav_butnhide{
  display: none;
}
}

/* .con_list {
  background-color: var(--elem-color);
  cursor: pointer;
  margin-top: 2px;
  padding: 10px;
  color: var(--text-color);
  font-size: 16px;
  border-radius: 3px;
  display: flex;
  transition: background-color 0.2s ease-in-out;
} */


/* Style untuk card */
.card {
  width: 200px;
  height: 200px;
  background-color: #f0f0f0;
  margin: 10px;
  float: left;
  position: relative;
  border-radius: 10px;
  cursor: pointer; /* Ubah kursor menjadi pointer saat diarahkan */
  transition: box-shadow 0.3s; /* Efek transisi pada bayangan */
}

/* Efek bayangan saat hover */
.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Style untuk popup */
.popup_opsi {
  position: absolute;
  display: none;
  background-color: var(--body-color);
  width: 170px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  user-select: none;
}

/* Style untuk opsi dalam popup */
.popup_opsi p {
  margin: 2px 0;
  padding: 3px;
  cursor: pointer; /* Ubah kursor menjadi pointer saat diarahkan ke opsi */
  border-radius: 5px;
}

/* Efek bayangan saat hover pada opsi */
.popup_opsi p:hover {
  background-color: var(--hovr-color);
}


.audio_status {
  position: absolute;
  bottom: 0;
  left: 50%; /* Position at the horizontal center */
  transform: translateX(-50%); /* Move back by 50% of its own width */
  width: calc(100% - 10px); /* Subtract 10px from the width to include the gap on both sides */
  height: 5px;
  background-color: var(--tran-color);
  display: none;
}

.audio_bar {
  height: 100%;
  width: 0%;
  background-color: var(--text-color);
}


