body {
  font-family: 'Poppins', sans-serif;
}

.text-title {
  font-size: 2.25rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-36 {
  font-size: 36px;
}

.fs-42 {
  font-size: 42px;
}

.fs-48 {
  font-size: 3rem;
  ;
}

.fs-54 {
  font-size: 54px;
}

.fs-64 {
  font-size: 64px;
}

.fs-80 {
  font-size: 80px;
}

.fs-600 {
  font-weight: 600;
}

.mt-110 {
  margin-top: 110px;
}

.mt-80 {
  margin-top: 80px;
}

.btn-mini {
  width: 70px;
  font-size: 14px;
}

.placeholder-white::placeholder {
  color: rgb(185, 185, 185);
  font-size: 14px;
}

input::-webkit-input-placeholder {
    color: lightgrey;
}

.logo-bpk2 {
  margin-top: 8px;
}

.marquee-container {
  overflow: hidden;
}

.marquee-text {
  white-space: nowrap;
  animation: marqueeMove 50s linear infinite;
}

.fs-0 {
  font-size: 3.8rem;
}

.justify-end-to-center {
  justify-content: flex-end;
}

.clickable-image {
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #FFCD2C;
  color: #000;
}

.form-select .dropdown-select:hover {
  background-color: #FFCD2C;
  color: #000;
}

.btn-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #FFCD2C;
  border: 3px solid black;
  border-radius: 50%;
  color: black;
  font-size: 24px;
  box-shadow: 0 0 0 6px #FFCD2C;
  z-index: 1000;
}

/* code index */
.carousel-control-prev,
.carousel-control-next {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.carousel-control-prev-icon {
  margin-left: 2px;
}

.carousel-control-next-icon {
  margin-right: 2px;
}


.carousel-control-prev-icon {
  transform: rotate(135deg);
}

.carousel-control-next-icon {
  transform: rotate(-45deg);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.komunitas-btn {
  z-index: 1055;
  height: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1rem 0.7rem;
  top: 40%;
  background-color: #dcdcdd;
  color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
}

.komunitas-btn:hover {
  background-color: #a9aaac;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.komunitas-btn.d-none {
  display: none !important;
}

/* code kebijakan privasi, artikel saya */
.login-container {
  max-width: 1200px;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hr-custome-1 {
  opacity: .99;
  height: 10px;
}

/* code artikel saya */
.table-rounded {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.table-warning {
  --bs-table-bg: #FFCD2C;
}

/* page profile */
.info-section {
  background-color: #3A3A3C;
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.mb-card-index {
  margin-bottom: 22px;
}

/* page komik */
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  perspective: 1200px;
  max-width: 1179px;
}

.swiper-slide {
  width: 800px;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease;
  transform-origin: center center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Slide tidak aktif — buat buram dan hilangkan shadow */
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.9;
  transform: scaleX(0.95) scaleY(1);
}

.swiper-slide:not(.swiper-slide-active) img {
  filter: blur(2px);
  box-shadow: none !important;
}

.swiper-pagination {
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
}

.swiper-pagination-bullet-active {
  background: #FFCD2C !important;
}

.shadow-top-bottom {
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-outline {
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

@keyframes marqueeMove {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* detail artikel */
.cicle-login-artikel {
  width: 190px;
  height: 190px;
  background: radial-gradient(circle at center, transparent 70px, #FFE76C 70px);
  border-radius: 50%;
  top: -80px;
  left: -80px;
}

.custom-tabs {
  border-bottom: none;
  gap: 20px;
}

.custom-tabs .nav-link span::after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background-color: #FFC107;
  border-radius: 2px;
}

/* page umkm */
.card-umkm {
  border: none;
  border-radius: 0.9rem;
  overflow: visible;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: transparent;
  overflow: hidden;
}

.img-umkm {
  height: 18rem;
  border-radius: 0.9rem 0.9rem 0 0;
  overflow: hidden;
}

.img-umkm img {
  height: 120%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.action-btn-umkm {
  position: absolute;
  top: 0.5rem;
  z-index: 2;
}

.edit-btn-umkm {
  right: 6rem;
}

.delete-btn-umkm {
  right: 0.5rem;
}

#article h2 {
    font-size: 1.5rem !important;
    font-weight: 600;
}

#article .avatar {
    width: 24px!important;
    height: 24px!important;
    margin-bottom: .5rem;
}

#instagram .post {
    width: 326px;
    height: 408px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0!important;
    padding: 1px;
    background-color: transparent;
    /*background-color: #1a1a1a; !* Optional *!*/
}

#instagram img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.toko-card-inner {
    flex-direction: column;
}

.toko-card-img {
    width: 100%;
    min-width: unset;
    height: 18rem;
}

.toko-card-body {
    justify-content: flex-start;
}

@media (min-width: 1400px) {
  .mb-card-index {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
    #instagram .post {
        width: 100%;
        height: 100%;
    }

    #instagram .p-2 {
        padding-left: 0.7rem!important;
        padding-right: 0!important;
    }

    .toko-card-inner {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    .toko-card-img {
        width: 110px;
        min-width: 110px;
        height: 110px;
        flex-shrink: 0;
        overflow: hidden;
    }

    .toko-card-body {
        padding: 0.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        min-width: 0; /* supaya teks tidak meluber */
    }

  .logo-bpk2 {
    display: block;
    margin-left: auto;
    padding-left: 40px;
    margin-top: 10px;
  }

  .komunitas-btn {
    top: 80%;
  }

  .justify-end-to-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-artikel-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

  .cicle-login-artikel {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at center, transparent 60px, #FFE76C 60px);
    border-radius: 50%;
    top: -84px;
    left: -84px;
  }
}
