.putih{
  background-color: white;
  /* margin-right: 6px; */

}
.container h1{
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
}
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.mt-1 {
  margin-top: .25rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.pt-4 {
  padding-top: 1.5rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.label {
  display: inline-block;
  color: #000;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  opacity: 0;
  border-radius: .25rem;
  padding: 1rem;
  transition: opacity .2s ease;
}
.toast {
  background-color: #000;
  color: #fff;
}
.toast.open {
  opacity: 1;
}
.toast:not(:last-child) {
  margin-bottom: .75rem;
}
.toast#copy-link-toast {
  position: fixed;
  top: 5rem;
  left: 40%;
  z-index: 99999;
}


.w-100 {
  width: 100%;
}

.max-w-50 {
  max-width: 50%;
}

.border-right {
  border-right: 1px solid #dee2e6!important;
}

a.topic {
  color: #000;
}

a.topic:hover {
  color: #16a75c !important;
}

.toast#copy-link-toast {
  position: fixed;
  top: 5rem;
  left: 40%;
  z-index: 99999;
}

.toast {
  background-color: #000;
  color: #fff;
}

.toast .toast-header {
  color: #fff;
  background-color: #000;
  display: flex;
}

.toast .close {
  color: #fff !important;
}

.bs-popover-bottom>.arrow::after {
  border-bottom-color: #333;
}

.popover-body {
  background-color: #333 !important;
  color: #fff;
}

button.share-btn {
  border: none;
  padding: 0;
  background: none;
}

.share-btn.share-fb svg:hover {
  fill: #3b5999;
}

.share-btn.share-twitter svg:hover {
  fill: #55acee;
} 

.share-btn.share-whatsapp svg:hover {
  fill: #25d366;
} 

.share-btn.share-copy-link svg:hover {
  fill: #616161;
}

.image-container {
  border-top: 1px solid rgba(108, 117, 125, .5);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

.mySwiper .swiper-slide img,
.thumb-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #16a75c;
}

.swiper-pagination-bullet-active {
  background: #007aff;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 80%;
  width: 100%;
}

.thumb-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumb-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.lightbox-container {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .75);
  z-index: 9999;
}

.lightboxSwiper {
  height: 100%;
}

.lightboxSwiper .swiper-wrapper {
  height: calc(100% - 40px);
}

.lightboxSwiper .swiper-slide {
  background-color: transparent;
}

.lightboxSwiper .swiper-button-next,
.lightboxSwiper .swiper-button-prev {
  color: #FFF;
}

.lightboxSwiper img{
  height: 100%;
}

button#close-lightbox {
  width: max-content;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
}
