
@font-face {
  font-family: "Noto Mono";
  src: url("../fonts/NotoSansMono-Regular.c9f67ce8fc5b.ttf");
}

@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Amiri-Regular.21e6d71c2301.ttf");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}



@font-face {
  font-family: LithosPro;
  src: url("../fonts/LithosProRegular.d46daa497596.ttf");
}

/* new layout css start.. */

.navbar-brand {
  font-family: 'LithosPro';
  font-size: 1.6rem !important;
  letter-spacing: -1px !important;
}

body {
  min-height: 100vh;
}

#main-menu {
  min-height: 80px;
  background-image: linear-gradient(20deg, rgba(23, 72, 64, 0.2), rgba(23, 72, 86, 0.2)), url("../images/bg-smtop.abfe41cfc598.webp");
  background-size: cover;
}

.sidebar {
  position: fixed;
  top:0;
  right:0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(23, 72, 86, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li {
  width: 100%;
  list-style-type: none;
  line-height: 3rem;
}

.sidebar a {
  width: 100%;
}


@media(max-width: 800px) {
  #main-menu {
      min-height: auto;
  }
}

@media(max-width: 600px) {
  .sidebar {
      width: 100%;
  }
}

.footer-bg {
  background-color: #174856;
}

/* new layout css ends... */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


/* css chapter and translation controls */

@media (min-width: 992px) {
  #langListCollapse {
      display: block;
      height: auto !important;
      visibility: visible;
  }
}

.btn {
  text-transform: unset !important;
  padding: .4rem !important;
}

.arabic-amiri {
  font-family: 'Amiri', serif;
}

.arabic-text {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
  line-height: 4rem;
}

.translation-text-right {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
  /*float:right; messes up text alignment.*/
}

.translations-text {
  font-family: "Noto Mono";
  font-stretch: condensed;
  line-height: 2rem;
}

.translation-name {
  font-family: Calibri;
  font-size: 0.8rem;
  color: #1a9bcb;
  font-style: italic;
}

.console-text {
  font-family: Consolas, monaco, monospace !important;
}

.label-text {
  font-family: Calibri, "Calibri Light", Candara !important;
}

.verse-number {
  font-family: Consolas, monaco, monospace;
  font-size: 1rem;
  letter-spacing: -1px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #E0F7FA;
  height: 20px;
  width: 10px;
}

.cyan8 {
  background-color: #00838F;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/* css chapter and translation controls ends... */


/* css for search page and author styles starts... */

.font-large {
  font-size: 2rem;
}

.font-small {
  font-size: 0.8rem;
}

.content {
  padding: 40px;
}

.page-container {
  padding: 1% 2% !important;
  min-height: calc(100vh - 200px);
}

.card-content {
  padding-top: 8px;
  padding-bottom: 8px;
}


.accordion-button.collapsed {
    color: #014141 !important;
    padding: 0.6rem;
    background-image: linear-gradient(20deg, rgba(0, 184, 212, 0.4), rgba(0, 191, 165, 0.4)) !important;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}

.accordion-button {
    color: #014141 !important;
    padding: 0.6rem !important;
    background-image: linear-gradient(20deg, rgba(0, 184, 212, 0.4), rgba(0, 191, 165, 0.4)) !important;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}

.accordion-body {
    padding: 0.4rem !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.author-name p:hover {
    background-image: linear-gradient(20deg, rgba(216, 247, 252, 0.4), rgba(197, 238, 231, 0.4)) !important;
    cursor: pointer;
}


/* css for search page and author styles ends... */

.ch-player {
  filter: sepia(20%) saturate(70%) grayscale(1) contrast(90%) invert(12%);
  height: 30px;
}

