h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Naskh Arabic", serif;
  font-weight: 600;
  line-height: 1.5;
}

.table td, .table th {
  border-top: 0;
  border: 0;
  border-right: 1px solid hsl(0deg 0% 92%);
  vertical-align: middle;
  white-space: nowrap;
}

.table td:first-child, .table th:first-child {
  border-right: 0 !important;
  width: 1rem;
  text-align: center;
}

.cal-cell {
  margin-left: 1rem;
  float: right;
  border-right: 1px solid #dee2e6;
  padding-right: 1rem;
  width: auto;
}

a.dropdown-item:active {
  background-color: #d9b56b;
}

a.dropdown-item:hover {
  background-color: #eff4ff;
}

.dropdown-menu {
  border-color: #bacdf3;
  background-color: #fff;
  margin-right: 5px;
  margin-left: 5px;
}

body {
  direction: rtl;
  text-align: right;
  line-height: normal;
  font-family: "Noto Naskh Arabic", serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.75s ease-out;
}

.oi {
  top: 3px !important;
  color: #bacdf3;
}

.page-item.active .page-link {
  background-color: #840707;
  border-color: #840707;
}

.page-item .page-link {
  color: #840707;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.3rem;
  font-weight: normal;
}

ul.product_authors_list {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.product_authors_list li {
  display: inline;
}

ul.product_authors_list li+li:before {
  color: #999;
  content: "، ";
}

ul.article_cat_list {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.article_cat_list li {
  display: inline-block;
}

ul.article_cat_list li+li:before {
  color: #999;
  content: "\00bb";
}

ul.article_cat_list li a {
  color: #022979;
  text-decoration: none;
}

a {
  color: #022979;
  text-decoration: none;
}

a:hover {
  color: #276ecf;
  text-decoration: none;
}

.oi {
  padding-left: 10px;
}

.card-title {
  color: #022979;
}

.bg-dark {
  background-color: #a30401;
}

.details-text {
  color: #022979;
}

.soundcloud-text {
  color: #d9b56b;
  background: #372c10;
  padding: 10px 10px 10px 10px;
}

.soundcloud-text-1 {
  color: #fff;
  padding: 10px 10px 10px 10px;
    margin-bottom: -2rem;
    transition: 0.6s margin ease-in-out;
}

.soundcloud-text-1:hover {
	margin-bottom: 0rem;
	margin-top: -2rem;
}
.youtube-text {
  color: #d9b56b;
  background: #111;
  padding: 10px 10px 10px 10px;
}

.product-text {
  font-size: 1.4rem;
  color: #a30401;
  background: #fff;
  padding: 10px 10px 10px 10px;
}

.product-author {
  color: #022979;
  background: #eff4ff;
  padding: 10px 10px 10px 10px;
}

.huda-soundcloud {
  margin: 0rem 0rem 2rem 0rem;
}

.huda-soundcloud .media-title{
    color: #FFF;
}

p {
  text-align: justify;
}

.img-thumbi {
  width: 100%;
  height: 15rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-thumbi-media {
  width: 100%;
  height: 12rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-thumbi-1 {
  width: 100%;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-thumbi {
  width: 100%;
  height: 20rem;
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.topic-title {
  background: #d9b56b;
  color: #000;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 5px;
}

.topic-title1 {
  background: #d9b56b;
  color: #000;
  padding: 1rem 1rem 1rem 1rem;
}

.quesition-title {
  color: #000;
  font-size: 1.24rem;
}

.ask-search {
  font-size: 1.24rem;
  text-decoration: none;
}

.ask-search a {
  color: #9a6933;
  border-color: transparent;
}

.ask-search {
  color: #877d6a;
}

.ask-search a:active, .ask-search a:hover {
  color: #9a6933;
  border-color: hsl(40 59% 87% / 1);
  text-decoration: none;
  background-color: hsl(40 59% 88% / 1);
}

.card {}

.card-footer {
  color: #022979;
  background: #eff4ff;
  border-top: 0;
  font-size: 0.9rem;
}

.navbar-custom {
  color: #ffffff;
  background-color: #eff4ff;
  border-bottom: 0.14rem solid #bacdf3;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-n2 {
  margin-bottom: -0.25rem;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-n1 {
  margin-right: -0.25rem;
}

.mr-n2 {
  margin-right: -0.5rem;
}

.mr-n3 {
  margin-right: -1rem;
}

.mr-n4 {
  margin-right: -1.5rem;
}

.mr-n5 {
  margin-right: -3rem;
}

.ml-n1 {
  margin-left: -0.25rem;
}

.ml-n2 {
  margin-left: -0.5rem;
}

.ml-n3 {
  margin-left: -1rem;
}

.ml-n4 {
  margin-left: -1.5rem;
}

.ml-n5 {
  margin-left: -3rem;
}

.border-radius {
  border-radius: 0.25rem;
}

.btn-group .btn {
  display: inline-block;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
}

.btn-group .btn.entries {
  border-left: 2px solid #dee2e6;
}

.btn-info, .bg-info {
  color: hsl(221deg 25% 25%);
  background-color: #eff4ff !important;
  border-color: transparent;
}

.btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: hsl(221deg 50% 30% / 60%);
  border-color: hsl(221deg 25% 25% / 15%);
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem hsl(221deg 50% 30% / 40%) !important;
}

#btnContainer .btn-light:not(.active) {
  background-color: #ffffff;
}

.loading-icon {
  position: absolute;
  opacity: 0;
  color: #fff;
  margin: auto;
  top: 0;
  right: 25%;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite cubic-bezier(0.39, 0.71, 0.38, 0.7);
  animation: fa-spin 1s infinite cubic-bezier(0.39, 0.71, 0.38, 0.7) !important;
}

.h-col-dark {
  color: #372c10;
}

.latest-articles-bg-color {
  background-color: linear-gradient(to bottom right, #9a7324, #212c36, hsl(210deg 10% 19%));
}

#settings {
  opacity: 0;
  top: -108px;
  right: 0;
  left: 0;
  width: fit-content;
  position: fixed;
  background-color: hsl(0deg 0% 100%);
  border: 1px solid hsl(210deg 14% 89%);
  transition: all 1s;
  zoom: 1.07;
  overflow: hidden;
  opacity: 0;
  display: inline-block;
}

#settings.shown {
  top: 58px;
  opacity: 1;
  z-index: 1020;
}

#settings ion-icon {
  margin-bottom: -5px;
}

#settings-btn-lg {
  zoom: 0.9;
}

.acme-news-ticker {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0px !important;
}

.acme-news-ticker.questions {
  border-color: #f3baba;
}

.acme-news-ticker.questions .acme-news-ticker-pause {
  background: #fff0f0;
}

.acme-news-ticker.questions .acme-news-ticker-label {
  background: rgb(255 245 239);
}

body {
  font-size: 1rem;
}

.article, .question {
  font-size: 1.24rem;
}

body>.wrapper {
  min-height: calc(25vh + 25vw);
}

.dropdown-toggle::after {
  vertical-align: 0.15em !important;
  margin-left: 0.255em !important;
  margin-right: 0.398rem !important;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1rem;
}

.navbar.navbar-custom .navbar-nav .nav-link.active {
  background-color: hsl(0deg 0% 0% / 1%);
  border-bottom: 2px solid hsl(220deg 40% 64% / 80%);
  margin-bottom: -2px;
}

.navbar-light .navbar-toggler, .btn.settings-btn {
  background-color: hsl(0deg 0% 100% / 75%);
  color: hsl(210deg 1% 32%);
  border: none;
}

.navbar-light .navbar-toggler {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

ion-icon {
  font-size: 1.2rem !important;
  pointer-events: none;
}

.navbar ion-icon {
  margin: auto 0.3rem -5px 0.1rem;
}

.settings-btn {
  padding: 8px 10px 5px 13px !important;
}

.settings-btn ion-icon {
  font-size: 1.31rem !important;
}

.theme-mode-btn {
  padding: 7px 10px 5px 12px !important;
}

.card {
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px hsl(0deg 0% 0% / 10%), 0px 1px 16px 0px hsl(0deg 0% 0% / 8%);
  border-radius: 0.45rem;
  border: 1px solid rgb(166 198 223 / 15%);
  border-width: thin;
}

.plyr {
  opacity: 0.975;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
}

.media_details .plyr {
  position: absolute;
  top: auto;
  right: -10px;
  bottom: 0px;
  left: -10px;
  margin: auto;
  width: calc(100% - 0px);
  max-width: 100%;
  opacity: 0.975;
  background-color: #f1f3f4;
  border-radius: 0px;
  box-shadow: 0px -20px 100px 10px rgb(0 0 0 / 50%);
}

.media_details .plyr.plyr--audio .plyr__controls {}

.plyr--full-ui input[type="range"] {
  color: hsl(189deg 70% 35%) !important;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"], .plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: hsl(189deg 70% 35%) !important;
}

.compact-view .card {
  border: 1px solid rgb(186 205 243 / 40%);
  border-radius: 0.25rem;
  box-shadow: -3px 6px 16px 0px hsl(0deg 0% 0% / 8%) !important;
}

.compact-view .card.shadow-none {
  box-shadow: none !important;
}

.card-title {
  font-size: 1.24rem;
}

.shadow {
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%) !important;
}

.shadow-light {
  box-shadow: -3px 6px 16px 0px hsl(0deg 0% 0% / 6%) !important;
}

.shadow-dark {
  box-shadow: -3px 2px 16px 0px hsl(0deg 0% 0% / 16%) !important;
}

.carousel-inner {}

.carousel-card {}

.carousel-card .img-thumbi {
  width: auto;
  height: 100%;
  min-height: 246px;
}

.carousel-title {
  font-size: 1.4rem;
}

.carousel-text {
    min-height: 142px;
}

.carousel-footer{
    font-size: 0.9rem;
    letter-spacing: -0.1px;
}

.carousel-control-prev {
  top: 20px !important;
  left: 18px !important;
  bottom: auto !important;
}

.carousel-control-next {
  top: 20px !important;
  right: auto !important;
  left: 48px !important;
  bottom: auto !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: transparent !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(1);
}

.youtube-overlay-title {
  z-index: 2;
  background-color: #fff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.youtube-iframe {
  max-height: 183px;
  position: relative;
  top: -55px;
  z-index: 1;
  transition: max-height ease-in-out 0.75s;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.youtube-iframe iframe {
  height: 280px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.footer {
  background: linear-gradient(to bottom, rgb(212 215 218 / 12%), rgb(255 255 255 / 50%));
}

ul.article_cat_list li+li:before {
  content: none;
}

ul.article_cat_list li:not(:last-child):after {
  content: "\00bb";
}

table ul.article_cat_list li:not(:last-child):after {
  margin: auto -14px auto 17px;
}

.prayer-times {
  margin-top: -3px;
}

.prayer-times p {
  padding: 0.5rem 0 0;
  text-align: center;
  margin: 0;
}

.prayer-times .page-link {
  color: inherit;
  font-size: 0.9rem;
  min-width: 136.5px;
  min-height: 78px;
}

.prayer-item.active .page-link {
  background-color: hsl(210deg 14% 98%);
}

.prayer-times li.d-none.prayer-item.d-xl-block.active {
  display: block !important;
}

.prayer-item ion-icon {
  stroke: hsl(210deg 11% 15%);
  fill: #fff;
}

table {
  border-collapse: collapse;
  margin: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

table thead tr {
  background-color: #6c757d;
  color: #ffffff;
  text-align: left;
}

table th, table td {
  padding: 12px 15px;
}

table tbody tr {
  border-bottom: 1px solid hsl(0deg 0% 92%);
}

table tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #6c757d;
}

table tbody tr:nth-of-type(odd):hover {
  transition: background 0.25s;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#575757", GradientType=1);
}

table tbody tr:nth-of-type(even):hover {
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%);
  background: -webkit-linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%);
  background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%, rgba(87, 87, 87, 1) 99.7%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#575757", GradientType=1);
}

.table-responsive {
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1.5rem rgb(0 0 0 / 11%);
}

table td a {
  display: inline-block;
  margin: -0.75rem 0;
  width: 100%;
  padding: 12px 0;
}

.search-form .btn.rounded-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search-form input.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#askForm input:not(.is-invalid):not(.is-valid), #askForm textarea:not(.is-invalid):not(.is-valid), .search-form input:not(.is-invalid):not(.is-valid) {
  border: 1px solid rgb(0 0 0 / 1.5%);
}

#askForm input, #askForm textarea, .search-form input {
  padding: 0.85rem 1rem 0.65rem;
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%) !important;
}

#askForm button {
  padding: 0.85rem 1rem 0.576rem;
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%) !important;
}

.book-library .card-img-top {
  height: auto;
  width: 100%;
  border-radius: 0.15rem;
}

.book-library .no-book-cover-title {
  position: absolute;
  z-index: 999;
  margin: auto;
  top: 10%;
  right: 0;
  left: 0;
  width: -webkit-fill-available;
  height: fit-content;
  color: #c0a482;
  font-size: 1.25rem;
  text-align: center;
  padding: 4rem;
}

.book-library .card-header {
  min-height: 345px;
}

.book-library .card-title {
  min-height: 60px;
}

.article iframe {
  height: calc(100vh - 40px - 30px);
  max-height: 934.36875px;
  width: calc((100vh - 40px - 60px) / 1.38425);
  min-width: 100% !important;
  max-width: 100% !important;
}

.article img {
  width: calc(75%);
  border-radius: 0.75rem;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.125);
  margin: 1rem 0;
}

.article>.hoda-title-main:first-of-type {
  margin: 1.75rem 0 3.25rem !important;
}

.fullscreen-wrapper .back-wrapper {
  position: fixed;
  z-index: 9998;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.fullscreen-wrapper {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: calc(4vw + 8vh);
  width: calc(100vw - 20px);
  max-width: calc(100vh / 1.505);
  left: 2px;
  right: 0;
  margin: auto !important;
}

.fullscreen-wrapper.shown {
  z-index: 9999;
  opacity: 1;
}

.fullscreen-wrapper.shown.wide {
  max-width: calc(100vh);
}

.compact-view .card.fullscreen-wrapper {
  box-shadow: -2px 0 0 0 rgb(255 255 255), 0 0 6rem -10px rgb(91 122 145 / 78%), 0 0 0 calc(50vw + 50vh) rgb(255 255 255) !important;
}

.transition-05 {
  transition: all 0.75s ease-out;
}

.fullscreenControls {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 24px;
  margin: auto;
}

.btn-group .btn.cal_fullscreen_exit, .btn-group .btn.cal_zoom {
  width: 35px;
  height: 32px;
  padding: 0.4rem !important;
  background-color: hsl(208deg 7% 46% / 92%);
  border-color: hsl(208deg 7% 46% / 25%) !important;
}

.fullscreenControls.shown {
  z-index: 10000;
  opacity: 1;
}

.sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

.meta [type="button"] {
  width: calc(33.333% - 5px);
  font-size: 0.8rem;
  background-color: #ffffff !important;
  color: hsl(221deg 25% 25%);
}

.btn-sm ion-icon {
  font-size: 1rem !important;
}

.old-cal-border-fix {
  box-shadow: inset 0 0 0px calc(0.5vw + 0.6vh) #ffffff !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-right: 1.5rem;
  }

  #settings {
    right: auto;
    left: -3px;
    width: min-content;
    zoom: 1;
  }

  #settings.shown {
    top: 62px;
  }

  #settings button {
    margin: 0.25rem auto !important;
    width: 100%;
  }

  .meta [type="button"] {
    width: 100%;
    font-size: 1rem;
  }

  .old-cal-border-fix {
    box-shadow: inset 0 0 0px calc(0.3vw + 0.6vh) #ffffff !important;
  }

  .fullscreen-wrapper {
    top: calc(1.5vh);
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    display: block;
    padding-right: 0;
  }

  .navbar-custom {
    padding: 0 1rem;
  }

  .navbar-container {
    max-width: fit-content;
    padding-right: 0;
    padding-left: 0;
  }

  .navbar.navbar-custom .navbar-nav .nav-link {
    padding: 1.25rem 0.55rem 0.85rem;
    border-color: #bacdf3;
  }

  .navbar.navbar-custom .navbar-nav .nav-link:hover {
    background-color: hsl(0deg 0% 0% / 2.5%);
    border-bottom: 2px solid hsl(220deg 40% 64% / 90%);
    margin-bottom: -2px;
    transition-property: background-color, border-color;
  }

  #settings.shown {
    top: 120px;
    z-index: 9;
  }

  .settings-btn {
    padding: 8px 10px 6px 13px !important;
  }
}

@media (min-width: 1323px) {
  #settings.shown {
    top: 62px;
  }
}

@media (min-width: 1415px) {
  #settings.shown {
    top: 62px;
  }
}

.container.compact-view {
  margin-top: 1.5rem;
}

.section-articles .section-header {
  background: url(https://alhodacenter.com/assets/themes/default/img/ce4.png) scroll no-repeat, linear-gradient(to bottom right, #b4ccff3d, rgb(50 74 126 / 52%), hsl(220deg 66% 12%));
  background-blend-mode: lighten;
  background-color: #2d49a529;
}

.section-media .section-header {
  background: url(https://alhodacenter.com/assets/themes/default/img/ce4.png) scroll no-repeat, linear-gradient(to bottom right, hsl(201deg 100% 87% / 24%), hsl(200deg 60% 26% /90%));
  background-blend-mode: lighten;
  background-color: #2d49a529;
}

.section-questions .section-header {
  background: url(https://alhodacenter.com/assets/themes/default/img/ce4.png) scroll no-repeat, linear-gradient(to bottom right, hsl(189deg 57% 97% / 0%), hsl(189deg 25% 65%), hsl(189deg 25% 39%));
  background-blend-mode: normal;
  background-color: rgb(255 255 255 / 100%);
}

.section-header {
  color: #fff;
  background-size: 130% !important;
  background-position: center right !important;
  border: none !important;
}

.section-header h1 {
  color: #ffffff;
  text-shadow: 2px 1px 5px rgb(3 28 78 / 81%), 0px -4px 10px rgb(255 255 255 / 15%);
}

.section-header span, .compact-view .section-header a {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 2px 1px 5px rgb(3 28 78 / 81%), 0px -4px 10px rgb(255 255 255 / 15%);
}

.section-header .card-img-top {
  box-shadow: 0 0 8px 0px rgb(11 50 50 / 50%) !important;
}

@media (min-width: 600px) {
  .div-line-space {
    height: 50px;
  }

  .compact-view .meta {
    padding-top: 0.16rem;
  }

  #btnContainer {
    float: left;
    margin: -55px 0 0 0;
  }

  .compact-view #btnContainer {
    margin-top: 47px;
  }
}

.compact-view .content-view #btnContainer {
  margin: auto !important;
}

@media (max-width: 768px) {
  .card {
    flex: 0 1 auto;
  }
}

@media (max-width: 375px) {
  .navbar-light .navbar-brand {
    max-width: 188px;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-right: 0.5rem;
  }
}

@media (max-width: 320px) {
  .navbar-custom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-light .navbar-brand {
    max-width: 162px !important;
    margin: 0 10px 0 0 !important;
  }

  .navbar-light .navbar-brand img {
    width: -webkit-fill-available;
    height: 25px;
  }
}

@media (max-width: 428px) {
  .acme-news-ticker-pause {
    display: none !important;
  }

  .acme-news-ticker-label {
    top: 0 !important;
    z-index: 1;
  }

  .navbar-light .navbar-brand img {
    margin-bottom: -2px !important;
  }
}

@media (max-width: 1199px) {
  .prayer-times li.d-none.prayer-item.d-xl-block.active .page-link {
    border-bottom-left-radius: 4px !important;
  }
}

@media (max-width: 1242px) {
  #settings-btn-sm {
    padding: 8px 10px 6px 13px !important;
    zoom: 1;
  }

  #settings-btn-sm ion {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  #settings {
    margin-top: -5px;
    right: auto;
    left: -3px;
    width: min-content;
    zoom: 1;
  }

  #settings button {
    margin: 0.25rem auto !important;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  #settings {
    right: auto;
    left: calc((50%) - 690px);
  }

  #settings {
    right: auto;
    left: calc((50%) - 690px);
  }
}

@media screen {
  .d-print {
    display: none !important;
  }
}

@media print {
  .container-fluid.footer {
    display: none;
  }

  .article-meta .card {
    display: flex;
    flex-direction: row;
  }

  .article-meta .img-thumbi {
    width: 43%;
    background-size: contain;
  }

  .article-meta .p-3>.d-flex {
    padding: 0.125rem 0.5rem;
  }

  .d-screen {
    display: none !important;
  }
}
