.quran-font{
    font-family: 'hafs', serif;
}
.aya label{
    color:lightgreen;
    cursor: pointer;
}
.tafsir-page .aya label{
    color:darkgreen;
    cursor: initial;
}
.aya label:hover{
    color:greenyellow;
}
.tafsir-page .aya label:hover{
    color:darkgreen;
}
.ar-aya-list{
    margin: 0px;
    padding: 0px;
}
.ar-aya{
    font-size: 28px;
    color:#000;
    line-height: 2.5;
}
.ar-aya a{
    text-decoration: none;
    color:#000;
}
.ar-aya a:hover{
    color:red;
}
.ar-aya{
}
.translated-aya,.transliterated-aya,.transliterated-aya-en,.tafsir-aya{
    padding: 10px 0px;
}
.aya-list li{
    padding:10px;
}
.aya-list .tafsir-aya-c:nth-child(odd) {
    /*background-color: #eee;*/
}
.aya-list .tafsir-aya-c:nth-child(even) {
    background-color: #eee;
}
.title{
    font-family: 'Amiri', serif;
    font-size: 40px;
    text-align: center;
    margin: 40px;
}
.full-sura{
    margin: auto;
}

.tafsir-page{
    margin-bottom: 30px;
border-radius: .25rem;
    border: 10px solid #DE9B72;
    line-height: 1.5em;
    padding-top: 20px;
}

.page-number{
    text-align: center;
    font-size: 24px;
    margin: 10px;
    color:#DE9B72;
}
.page-number span{
    display: inline-block;
    border: 1px solid #DE9B72;;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 0.4;
}
.tafsir-aya-c{
    padding: 10px;
    /*border-bottom: 3px solid gray;*/
}
.aya-list .tafsir-aya-c{
    border-bottom: 5px solid #DE9B72;
}
.tafsir-aya,.transliterated-aya-en{
    border-bottom: none;
}

.sura-info ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.breadcrumb-nav{
    margin-bottom: 10px;
}

.img-rounded {
    object-fit: cover;
    border-radius: 50%;
}
/*khjkjkl*/
.quran-text,.quran-text a ,.tafsir-text{
    color: blanchedalmond;
    z-index: 1;
}

.quran-text {
    font-size: 1.5rem;
    direction: rtl;
    text-align: justify;
}

@media (min-width: 992px) {
    .quran-text {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .quran-text {
        font-size: 2.5rem;
    }
}

.inner-border {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mid-border {
    background: #3A3D3E;
    border: 10px solid #DE9B72;
    /*height: 100%;*/
    /*    width: 100%;*/
    padding: 6px;
    margin: auto;
    border-radius: .25rem;
}

.inner-border {
    position: relative;
    border: 2px solid #DE9B72;
    /*height: 100%;*/
    /*    width: 100%;*/
    margin: auto;
    padding: 20px;
}


/* Decorations */
.corner-decoration {
    position: absolute;
    margin: -7px;
}

.corner-decoration.corner-left-top {
    left: 0;
    top: 0;
}

.corner-decoration.corner-right-top {
    top: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.corner-decoration.corner-right-bottom {
    right: 0;
    bottom: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.corner-decoration.corner-left-bottom {
    left: 0;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.show-in-quan{
    font-size: 14px;
    text-decoration: underline;
}
.aya-rtl{
    direction: rtl;
    text-align: right;

}
.aya-ltr{
    direction: ltr;
    text-align: left;

}
.pages-nav{
    z-index: 1;
}
.reciter-c{
    overflow: hidden;
}
.search-word{
    margin-right: 10px;
}
.autocomplete-list{
    position:absolute;
    left:0;
    width:100%;
    z-index:3;
    overflow-y:scroll;
    max-height: 400px;
    top: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'hafs', serif;
}
.autocomplete-list div{
    padding:10px;
    cursor:pointer;
    background-color:#fff;
    border-bottom:1px solid #d4d4d4}
.autocomplete-list div img{
    height:20px}
.autocomplete-list div:hover{
    background-color:#e9e9e9}
.autocomplete-active{
    background-color:DodgerBlue!important;
    color:#fff}
.autocomplete-list div:nth-child(odd){
    background-color: #eee;
}
.autocomplete-list div:nth-child(even){
    background-color: #ddd;
}

.aya-number{
    font-family: 'ArabicTwo_Bold', serif;
}
.random .text{
    z-index: 100;
    text-align: justify;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
/*.sticky {
  position: fixed;
  top: 0;
}

 Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) 
.sticky + .content {
  padding-top: 60px;
}*/
.search-box-inner{
    position: relative;
    padding: 30px;
    background-color: #DE9B72;
    border-radius: 0.25rem;
}
.search-box{
    position: -webkit-sticky;
    position: sticky;
    top: 5px;
    z-index: 1000;
}
.sidebar .search-box{
    display: none;
}
@media (min-width: 768px){
 .search-box{
        display: none;
    }
    .sidebar .search-box{
        display: block;
    }
}
.btn-quran {
    color: #000;
    background-color: #DE9B72;
    border-color: #DE9B72;
}
.btn-quran.disabled, .btn-quran:disabled {
    color: #000;
    background-color: #DE9B72;
    border-color: #DE9B72;
}
/*
     FILE ARCHIVED ON 00:56:48 Sep 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:32:43 Jul 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.811
  exclusion.robots: 0.085
  exclusion.robots.policy: 0.069
  esindex: 0.015
  cdx.remote: 44.109
  LoadShardBlock: 533.038 (3)
  PetaboxLoader3.datanode: 229.398 (4)
  PetaboxLoader3.resolve: 386.108 (2)
  load_resource: 209.18
*/