html,
body {
  font-size: 19px;
}
p {
  text-align: justify;
}
.resize-the-font {
  /* font-size: 19px; */
}
.resize-the-font-by-map {
  /* font-size: 19px; */
}
.grid-container {
  max-width: 1200px !important;
}

.chapter-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.chapter-title .main {
  color: black;
  font-size: 1.5rem;
  font-weight: 400;
}
.chapter-title .sub {
  color: #942911;
  letter-spacing: normal;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  color: #ab8786;
  font-size: 40px;
  /* display: none; */
}
.slick-prev {
  /* position: fixed !important; */
  top: 225px;
  left: 8px;
}
.slick-next {
  /* position: fixed !important; */
  top: 225px;
  right: 24px;
}

.slick-sticky {
  position: fixed !important;
  top: 50% !important;
}
#slick-btn-author {
  position: absolute;
  top: 225px;
}

@media (min-width: 992px) {
  #slick-btn-author {
    position: absolute;
    top: 280px;
  }
  .slick-prev:before,
  .slick-next:before {
    display: block;
  }
  .slick-prev {
    top: 225px;
    left: 0;
  }
  .slick-next {
    top: 225px;
    right: 24px;
  }
}

.slick-slide > div > div {
  display: flex !important;
  justify-content: center !important;
}

.speaker img {
  width: 40px;
  height: 40px;
  display: none;
}

.chapter-selector-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  /* background-color: transparent; */
  padding: 10px;
}
.chapter-selector-item {
  /* max-height: 100px; */
  max-width: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.chapter-selector-item.active {
  outline: 2px solid #a0100e;
}
.chapter-selector-item img {
  max-width: 100%;
}

.chapter-selector-hr {
  color: #c8a497 !important;
  border-color: #c8a497 !important;
}

.font-resize {
  font-size: 16px !important;
  right: 0 !important;
}
@media (min-width: 768px) {
  .font-resize {
    font-size: 16px !important;
    right: 100px !important;
  }
}

@media (max-width: 991px) {
  #chapter-selector {
    display: none;
  }
}

.text-indent {
  text-indent: 2.3em;
}

.article_12 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .imagevideo .next {
    margin-top: 1rem;
  }
}

.is360 {
  display: block;
}

.iswebanswer {
  display: none;
}
.pt-subtitle {
  letter-spacing: normal;
  color: #942911;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 8px;
}
.tebiedeli a {
  border: none !important;
}
.tebiedeli {
  border-bottom: 1px solid #d6d2d2;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.tebiedeli:hover {
  background-color: #f8f9fa;
}

.tebiedeli:hover a {
  background-color: #f8f9fa;
}
