@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap");

.bg-home {
  background-image: url(../img/backgrounds/page-back.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  font-family: Tajawal;
}
.amiri {
  /* font-family: 'Amiri Quran' !important; */
  font-family: "Amiri" !important;
  font-size: larger;
  line-height: 2.6em;
}

.cursor {
  cursor: pointer;
}

.form-group {
  margin-top: 10px;
}

.control-label::after {
  content: ": ";
}

.form-switch .form-check-input {
  width: 4em !important;
  margin-left: 0.5em !important;
}

/* .form-check-input {
  height: 2em !important;
} */
.form-check label {
  color: transparent;
}

.ms-auto {
  margin-left: 0 !important;
}

/* .bg-menu-theme.menu-horizontal {
  background-color: rgba(255, 255, 255, 0.50) !important;
  box-shadow: none;
} */
.text-h1 {
  font-size: 6rem !important;
  font-weight: 500;
  line-height: 7rem;
  text-transform: none !important;
}
.summary,
.pagination {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.text-hero {
  font-size: 8em;
}
.text-shadow {
  text-shadow: 5px 3px 5px #999;
}

.note-btn-group button {
  border-radius: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  border-right: none !important;
  border-left: none !important;
  box-shadow: none !important;
  padding: 0.5rem !important;
}

.card-brick {
  background-color: rgba(256, 256, 256, 0.6);
  cursor: pointer;
  transition: transform 0.2s; /* Animation */
}

.card-brick:hover {
  transform: scale(1.05);
}

.card-brick::after {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: attr(data-name) " ";
  font-size: 6rem;
  font-weight: 800;
  line-height: 80px;
  opacity: 0.2;
  z-index: -1;
  transition: filter 0.2s; /* Animation */
}

.card-brick:hover:after {
  opacity: 0.1;
  filter: blur(4px);
}

.chapter-title {
  font-size: 1.05em;
  font-weight: bold;
}

.question-title {
  font-size: 1.02em;
  font-weight: bold;
}

.question-link {
  font-weight: 200;
}

.comment-title {
  font-size: 0.9em;
  font-weight: bold;
}

#loading-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(128, 128, 128, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ti-xxl {
  font-size: 8em;
}

.table th {
  letter-spacing: normal !important;
}
.card-dropdown {
  display: none;
}
@media only screen and (max-width: 500px) {
  .card-inlinelist {
    display: none;
  }
  .card-dropdown {
    display: block;
  }
  .card-dropdown .card-buttons {
    width: 90%;
    margin: 5px;
    justify-content: start;
  }
}

.select2-container--krajee-bs5 .select2-selection--single {
  background-position: right 0.75rem center !important;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 20px !important;
  padding-left: auto !important;
}
