@font-face {
  font-family: 'noorehira';
  src: url('./fonts/noorehira.woff2') format('woff2'),
      url('./fonts/noorehira.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.quran-text-arabic {
    white-space: pre-line;
    color: #000;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: right;
    direction: rtl;
    font-family: 'noorehira';
    /* font-family: 'KFGQPC Uthman Taha Naskh'; */
    font-size: 35px;
    margin: 25px 0;
    line-height: 1.8;
  }
  .quran-text-arabic--large {
    font-size: 25px;
    line-height: 65px;
  }
.quran-surah-ayah--meta{
  display: flex;
  justify-content: flex-end;
}

  .quran-surah-ayah-play{
    margin-top: 10px;
    cursor: pointer;
    width: 15px;
    margin-left: auto;
    opacity: 0.8;
    transition: 0.2s;
  }
  .quran-surah-ayah-play:hover{
    opacity: 1;
  }

  .quran-surah-ayah-play svg {
    width: 15px;
    display: block;
    pointer-events: none;
}

.ayah-svg{
  background-image: url('../images/bullet.svg');
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: cover;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 30px;
}

.quran-audio-player{
  opacity: 0;
}
.quran-surah-name--wrapper{
  display: flex;
}
h2.quran-surah-name--arabic{
width: auto;
}
.dwl-surah-toggle {
  margin-right: auto;
  cursor: pointer;
  background: transparent;
  color: #000;
  border: none;
  font-size: 20px;
  outline: none;
  padding: 0;
  font-weight: bold;
}
.dwl-surah-toggle:hover,.dwl-surah-toggle:focus {
  outline: none;
  background: none;
  color: #000;
  opacity: 0.9;
}
.dwl-surah-toggle .quran-surah-name--english {
  margin-right: 5px;
}
.dwl-surah-toggle *{
  pointer-events: none;
}

.offacnvas-area {
  position: fixed;
  top: 0;
  left: -101%;
  background: rgba(0,0,0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: all 0.1s ease;
}

.offacnvas-area.active-offcanvas{
  left: 0;
}

button.dwl-surah-offcanvas-close {
  border: 0 none;
  width: 25px;
  display: block;
  padding: 0;
  background: transparent;
  height: 24px;
  z-index: 99999;
  cursor: pointer;
  margin-right: auto;
  margin-bottom: 50px;
}

.dwl-surah-offcanvas-close *{
  pointer-events: none;
}

button.dwl-surah-offcanvas-close span {
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(40deg);
  display: block;
  transform-origin: top;
}

button.dwl-surah-offcanvas-close span:last-child {
  transform: rotate(-42deg) translate(0px, -2px);
}

.dwl-quran-area .offcanvas-content-wrap {
  background: #fff;
  width: 320px;
  margin-right: auto;
  padding: 50px 20px;
  height: 100%;
  overflow: auto;
}


ul.dwl-surah-list {
  list-style: none;
  height: 100%;
  overflow-x: auto;
  margin: 0;
  padding: 0;
}

ul.dwl-surah-list button {
  background: transparent;
  border: 0 none;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  display: flex;
  width: 100%;
  text-align: left;
  flex-wrap: wrap;
}
.dwl-surah-list .dwl-surah-name-btn.active,
.dwl-surah-list .dwl-surah-name-btn:hover{
  background: #eee;
}
.dwl-surah-list .dwl-surah-name-btn:focus{
outline: none;
}
.dwl-surah-list li{
  margin-bottom: 10px;
}
.dwl-surah-list .dwl-surah-name-btn *{
  pointer-events: none;
}
.dwl-surah-list .dwl-surah--number {
  width: 15%;
  font-size: 18px;
}
.dwl-surah-list .dwl-surah--english-name {
  width: 85%;
  font-size: 18px;
}
.dwl-surah-list .dwl-surah--translation {
  width: 85%;
  margin-left: 15%;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Surah listing */
.dwl-quran-surah{
  display: none;
}
.dwl-quran-surah.active{
  display: block;
}
.quran-surah-ayah--number{
  position: relative;
  font-size: 25px;
  margin: 0 0 0 10px;
  line-height: 1;
  padding: 0;
  background: #eee;
  width: auto;
}
.quran-surah-ayah--wrapper {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#quran-audio-player{
  opacity: 0;
}
.dwl-quran-single-surah-wrapper .dwl-surah-toggle span:last-child{

  display: none;

}

/* Single Ayah*/

.dwl-quran-ayah-wrapper .quran-surah-ayah--meta{
  justify-content: normal;
}
.dwl-quran-ayah-wrapper .quran-surah-ayah--meta .quran-surah-name--english,
.dwl-quran-ayah-wrapper .quran-surah-ayah--meta .quran-surah-ayah--number{
width: 50%;
}
.dwl-quran-ayah-wrapper .quran-surah-name--english{
  font-weight: bold;
}
.dwl-quran-ayah-wrapper .quran-surah-ayah--wrapper {
  padding: 15px 20px;
}