.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.toast-header {
  background: #303233;
  /*border-radius: 15px 15px 0 0;*/
}

.toast-body {
  background: #3c3f41;
  border-radius: 0 0 15px 16px;
}

.toast {
  border-radius: 15px;
  background: transparent;
  box-shadow: none;
}

th {
  /*max-height: 150px;*/
}

.table-responsive {
  /*max-height: 100px;*/
}

tr {
  max-height: 100px;
}

th {
  max-height: 100px;
}

body {
  color: var(--bs-cyan);
}

:root {
  --bs-cyan: #acacac;
}

#chapterzz {
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  /*width: 100%;*/
  /*white-space: normal;*/
}

#chaptz {
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  width: 100%;
  /*white-space: nowrap;*/
}

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

#accordion-a7 {
  position: absolute;
  bottom: 0;
}

.swiper-container-a .img-fluid {
  max-height: 60vh;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
}

.swiper-container-a .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#chapterzz {
  /*position: absolute;*/
  /*padding-bottom: 0;*/
  width: 100%;
  position: absolute;
  bottom: 0;
  border: 0;
}

#chaptz > .tab-content > .active {
  white-space: nowrap;
}

#chapterscontent {
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
}

#navcol-1 {
  overflow-x: scroll;
}

.chapterthumbz > .listr-group-item {
  font-size: 11px;
}

.chapterthumbz .list-group-item {
  font-size: 11px;
  max-width: 100px;
  height: 100px;
  color: white;
  background: transparent;
}

