body {
  font-family: "AmiriQuran";
}

a {
  text-decoration: None;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.quran {
  font-family: 'AmiriQuran', serif !important;
  font-feature-settings: "ss01" 1, "ss02" 1, "ss05" 0;
  margin-bottom: 0;
  line-height: 2.3;
  //font-size: 1rem;
}

.control-col {
  position: sticky;
  top: 100px;
  z-index: 1020; background-color: white;
}

.control-col .dropdown-menu {
  max-height: 50vh; /* Limits menu to 80% of screen height */
  overflow-y: auto;
}

.translation-body {
  font-family: 'Riwaya', serif !important;
  direction: ltr;
  font-size: 0.85rem;
  color: #8B0000;
}

.surah_name {
  font-family: 'surah-name-v2-icon', serif;
  font-size: 5.5rem;
}

.surah_details {
  font-family: inter;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.alert > hr {
  margin: 0;
}

.quran-toc > thead {
  text-align: center;
}

.indicator-badge {
  margin: 8px;
  font-size: 1.3rem;
}

.ayah-body {
  padding: 10px;
}

.translation-body {
  font-family: 'Riwaya', serif !important;
  direction: ltr;
  font-size: 0.85rem;
  color: #8B0000;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 10px;
}

.tafsir-body{
  font-family: 'Riwaya' !important;
  font-size: 0.85rem;
  color: #006400;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 10px;
}

.tafsir-body > div > h3 {
  font-family: 'Riwaya';
  font-weight: bold;
  font-size: 0.85rem !important;
  color:#006400;
}


.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  /*content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");*/
  content: "\f284";
  font-family: "bootstrap-icons";
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(-90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}


/* Chrome, Safari, Edge, Opera */
.form-range::-webkit-slider-thumb {
  background-color: DimGray; /* Replace with your color (e.g., success green) */
}

/* Firefox */
.form-range::-moz-range-thumb {
  background-color: DimGray;
}

audio::-webkit-media-controls-timeline {
  display: none;
}
