body {
  font-family: 'Fredoka', sans-serif;
  background-color: #f0f9ff;
  color: #444;
  overflow-x: hidden;
}

/* --- NAVBAR CUSTOM --- */
.navbar {
  background-color: #ffffff !important; /* Paksa warna putih */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  border-bottom: 5px solid #ffc107;
  z-index: 1030; /* Pastikan di atas elemen lain */
}

.navbar-brand span {
  font-size: 1.6rem;
  letter-spacing: -1px;
}

.nav-link {
  color: #0d6efd !important;
  font-weight: 600;
  margin: 0 10px;
  transition: 0.3s;
}

.nav-link:hover {
  color: #ffc107 !important;
  transform: scale(1.1);
}

/* --- GLOBAL KIDS UI COMPONENTS --- */
.card-kids {
  border: none;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #ffffff;
}

.card-kids:hover {
  transform: scale(1.03) rotate(1deg);
  box-shadow: 0 15px 30px rgba(13, 110, 253, 0.12) !important;
}

.btn-kids {
  background: #ffc107;
  color: #4b3802;
  border: none;
  border-radius: 50px;
  /* Lebih bulat */
  font-weight: 700;
  padding: 12px 30px;
  box-shadow: 0 5px 0 #d39e00;
  transition: all 0.2s ease;
}

.btn-kids:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #d39e00;
  background: #ffdb4d;
  color: #4b3802;
}

/* --- SWIPER SLIDER ADJUSTMENT --- */
.program-swiper {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

/* --- COLOR BORDERS FOR DIVERSITY --- */
.border-biru {
  border-bottom: 8px solid #0d6efd;
}

.border-kuning {
  border-bottom: 8px solid #ffc107;
}

.border-hijau {
  border-bottom: 8px solid #198754;
}

.border-merah {
  border-bottom: 8px solid #dc3545;
}

/* --- HERO SECTION --- */
.hero-kids {
  background: linear-gradient(135deg, #0d6efd 0%, #6ea8fe 100%);
  padding: 60px 0 100px;
  border-radius: 0 0 60px 60px;
  color: white;
  position: relative;
}

.hero-kids::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDQwIDMyMCI+PHBhdGggZmlsbD0iI2YwZjlmZiIgZmlsbC1vcGFjaXR5PSIxIiBkPSJNMCwxNjBMMzAsMTYwQzYwLDE2MCwxMjAsMTYwLDE4MCwxNzZDMjQwLDE5MiwwLDY0LTM2MCwxMTJDMzYwLDE2MCw0MjAsMTYwLDQ4MCwxNjBDNTQwLDE2MCw2MDAsMTYwLDY2MCwxNDRDNzIwLDEyOCw3ODAsOTYsODQwLDk2QzkwMCw5Niw5NjAsMTI4LDEwMjAsMTYwQzEwODAsMTkyLDExNDAsMjI0LDEyMDAsMjQwQzEyNjAsMjU2LDEzMjAsMjU2LDEzODAsMjQwTDE0NDAsMjI0TDE0NDAsMzIwTDEzODAsMzIwQzEzMjAsMzIwLDEyNjAsMzIwLDEyMDAsMzIwQzExNDAsMzIwLDEwODAsMzIwLDEwMjAsMzIwQzk2MCwzMjAsOTAwLDMyMCw4NDAsMzIwQzc4MCwzMjAsNzIwLDMyMCw2NjAsMzIwQzYwMCwzMjAsNTQwLDMyMCw0ODAsMzIwQzQyMCwzMjAsMzYwLDMyMCwzMDAsMzIwQzI0MCwzMjAsMTgwLDMyMCwxMjAsMzIwQzYwLDMyMCwzMCwzMjAsMCwzMjBaIj48L3BhdGggPjwvc3ZnPg==');
  background-size: cover;
  background-repeat: no-repeat;
}


/* --- tanya jawab --- */
.faq-header {
  background: linear-gradient(135deg, #0d6efd 0%, #6ea8fe 100%);
  padding: 80px 0;
  border-radius: 0 0 50px 50px;
  color: white;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-weight: 700;
  padding: 20px;
  color: #0d6efd;
  background-color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #f0f9ff;
  color: #0d6efd;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.contact-card {
  background: #fff4d2;
  border: 3px dashed #ffc107;
  border-radius: 30px;
}

/* --- Cara daftar --- */
.step-header {
  background: linear-gradient(135deg, #6610f2 0%, #6f42c1 100%);
  padding: 80px 0;
  border-radius: 0 0 60px 60px;
  color: white;
}

/* --- TIMELINE STYLE --- */
.timeline-kids {
  position: relative;
  padding: 20px 0;
}

.timeline-kids::before {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #dee2e6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 10px;
}

.step-container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

.step-container::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  background-color: white;
  border: 5px solid #ffc107;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}

.left-step {
  left: 0;
}

.right-step {
  left: 50%;
}

.right-step::after {
  left: -15px;
}

.step-content {
  padding: 30px;
  background-color: white;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.step-number {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(13, 110, 253, 0.1);
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (max-width: 768px) {
  .timeline-kids::before {
    left: 31px;
  }

  .step-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .step-container::after {
    left: 16px;
  }

  .left-step,
  .right-step {
    left: 0;
  }
}

/* --- profile madrasah--- */
.section-title {
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: 30px;
}

.card-custom {
  border: none;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Style untuk Visi Misi */
.visi-box {
  background: #fff4d2;
  border-left: 8px solid #ffc107;
  border-radius: 15px;
  padding: 20px;
}

/* Style untuk Pimpinan */
.pimpinan-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 5px solid #0d6efd;
  border-radius: 30px;
}

/* Style Statistik - Warna warni ceria */
.stat-box {
  border-radius: 20px;
  padding: 20px;
  color: white;
  text-align: center;
  height: 100%;
}

.bg-soft-blue {
  background: #6ea8fe;
}

.bg-soft-green {
  background: #75b798;
}

.bg-soft-purple {
  background: #a370f7;
}

.bg-soft-orange {
  background: #feb272;
}

/* --- TOMBOL DAFTAR SUPER CERIA --- */
.btn-daftar-sekarang {
  background: linear-gradient(145deg, #ffca28, #ff8f00);
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 15px 45px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 0 #c66900, 0 15px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-daftar-sekarang:hover {
  transform: translateY(3px) scale(1.02);
  box-shadow: 0 4px 0 #c66900, 0 8px 10px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #ffd54f, #ffa000);
}

.btn-daftar-sekarang:active {
  transform: translateY(8px);
  box-shadow: 0 0 0 #c66900;
}

/* Efek Animasi Denyut agar menarik perhatian */
.pulse-animation {
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 0 #c66900, 0 0 0 0 rgba(255, 193, 7, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 8px 0 #c66900, 0 0 0 20px rgba(255, 193, 7, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 8px 0 #c66900, 0 0 0 0 rgba(255, 193, 7, 0);
  }
}

/* --- SECTION DAFTAR LEBIH BERWARNA --- */
.bg-kids-gradient {
  background: linear-gradient(135deg, #e0f2fe 0%, #fff4d2 100%);
  position: relative;
  overflow: hidden;
}

/* Pola dot-dot lucu di background */
.pattern-bg {
  background-image: radial-gradient(#0d6efd 0.5px, transparent 0.5px);
  background-size: 20px 20px;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-cta {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 4px dashed #ffc107;
  /* Border putus-putus seperti guntingan kertas */
  position: relative;
  z-index: 1;
}

.floating-icon {
  position: absolute;
  opacity: 0.2;
  z-index: 0;
  animation: bounce-slow 3s infinite ease-in-out;
}

@keyframes bounce-slow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.transition-all {
  transition: all 0.3s ease;
}

.card-kids:hover .hover-opacity-100 {
  opacity: 1 !important;
}

.text-decoration-none:hover h6 {
  color: #0d6efd !important;
  /* Judul berubah biru saat kartu diklik */
}

/* --- Pimpinan --- */
/* --- STYLE FOTO PIMPINAN CERIA --- */
.pimpinan-frame {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  /* Bentuk blob unik */
  border: 5px solid #ffc107;
  transition: all 0.4s ease;
  background-color: #f0f9ff;
}

.card-pimpinan:hover .pimpinan-frame {
  border-radius: 50%;
  /* Berubah jadi lingkaran sempurna saat hover */
  transform: rotate(5deg) scale(1.1);
  border-color: #0d6efd;
}

.jabatan-badge {
  background-color: #e0f2fe;
  color: #0d6efd;
  font-size: 0.75rem;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
}

/* --- Statistik --- */
/* --- STYLE STATISTIK CERIA --- */
.stat-card {
  border-radius: 30px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

.stat-card:hover {
  transform: translateY(-10px);
}

.stat-icon-circle {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 2rem;
  color: white;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
}

.stat-label {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  opacity: 0.9;
}


/* --- artikel--- */
/* Membatasi Judul Maksimal 2 Baris */
.header-semua-berita {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  padding: 80px 0 60px;
  border-radius: 0 0 50px 50px;
  color: white;
}

.search-box-kids {
  background: white;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.search-box-kids input {
  border: none;
  padding-left: 25px;
  font-weight: 600;
}

.search-box-kids input:focus {
  box-shadow: none;
}

/* Agar tinggi kartu rata seperti sebelumnya */
.line-clamp-title-arsip {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.line-clamp-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
  /* Biar yang judul pendek tetap punya tinggi yang sama */
}

/* Membatasi Deskripsi Maksimal 2 Baris */
.line-clamp-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.2em;
}

.kabar-hero-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.15);
}

.badge-kategori {
  background-color: #ffc107;
  color: #4b3802;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
}

.kabar-content {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #444;
}

.btn-kembali {
  background: #e0f2fe;
  color: #0d6efd;
  font-weight: 700;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-kembali:hover {
  background: #0d6efd;
  color: white;
}

.sidebar-card {
  border-radius: 30px;
  border: 3px dashed #dee2e6;
}


/* login */
.register-wrapper {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: #f0f9ff;
  padding: 40px 0;
}

.main-card {
  border-radius: 40px;
  overflow: hidden;
  border: none;
  max-width: 1000px;
}

.info-side {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  padding: 60px 40px;
  color: white;
}

.form-side {
  padding: 60px 50px;
}

.text-accent {
  color: #ffc107;
}

.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 20px;
}

.input-group-kids {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 20px !important;
  overflow: hidden;
  transition: 0.3s;
}

.input-group-kids:focus-within {
  border-color: #0d6efd;
  background: white;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.input-group-kids .input-group-text {
  background: transparent;
  border: none;
  padding-left: 20px;
  color: #0d6efd;
}

.input-group-kids .form-control {
  border: none;
  padding: 15px 20px 15px 10px;
  font-weight: 600;
  background: transparent;
}

.btn-masuk-kids {
  border-radius: 20px;
  padding: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-masuk-kids:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
}

/* Navigasi Breadcrumb Modern */
.breadcrumb-kids {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(13, 110, 253, 0.1);
}

.breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.breadcrumb-item a:hover {
  color: #0d6efd;
}

.breadcrumb-item.active {
  color: #0d6efd;
  font-weight: 700;
}

/* Pemisah Breadcrumb pakai ikon kado/bintang biar seru */
.breadcrumb-item+.breadcrumb-item::before {
  content: "\F285";
  /* Ikon chevron Bootstrap */
  font-family: "bootstrap-icons";
  color: #dee2e6;
}

/* Beranda */
.welcome-card {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  border-radius: 30px !important;
}

.step-icon-wrapper {
  width: 55px;
  height: 55px;
  transition: 0.3s;
}

.step-card:hover .step-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.status-card {
  border-radius: 30px !important;
  border: none;
}

.status-bubble {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 10px;
}




/* Formulir */
.stepper-wrapper {
  scrollbar-width: none;
  /* Sembunyikan scrollbar di Firefox */
  -ms-overflow-style: none;
  /* Sembunyikan scrollbar di IE/Edge */
}

.stepper-wrapper::-webkit-scrollbar {
  display: none;
}

/* Sembunyikan scrollbar di Chrome/Safari */

.stepper-item {
  min-width: 100px;
  transition: 0.3s;
  opacity: 0.5;
}

.step-counter {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #6c757d;
  border: 2px solid #dee2e6;
  transition: all 0.3s ease;
}

/* Tahap yang sedang dibuka */
.stepper-item.active {
  opacity: 1;
  transform: scale(1.1);
}

.stepper-item.active .step-counter {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2) !important;
}

.stepper-item.active .step-name {
  color: #0d6efd !important;
}

/* Tahap yang sudah selesai */
.stepper-item.completed {
  opacity: 0.8;
}

.stepper-item.completed .step-counter {
  background-color: #e6f4ea;
  color: #198754;
  border-color: #198754;
}

.step-name {
  font-size: 0.75rem;
  white-space: nowrap;
  margin-top: 5px;
}

/* map*/
#map {
  height: 400px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  z-index: 1;
  touch-action: pan-x;
  /* Membantu scroll halaman di HP agar tidak tertahan di peta */
}

.jarak-badge {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a5c37;
}

/* Memastikan icon gedung sekolah terlihat di atas marker lain */
.leaflet-marker-icon {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}

/* perbaikan */
.nav-perbaikan .list-group-item {
  border: none;
  margin-bottom: 8px;
  border-radius: 15px !important;
  transition: 0.3s;
}

.nav-perbaikan .list-group-item.active {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
  color: white !important;
}

.card-form-edit {
  border-radius: 30px !important;
}

.blink-soft {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

:root {
  --glass-bg: rgba(255, 255, 255, 0.95);
}

.card-announcement {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background: var(--glass-bg);
}

/* Gradient Variants */
.bg-gradient-success {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.bg-gradient-danger {
  background: linear-gradient(135deg, #dc3545 0%, #ffc107 100%);
  color: #fff !important;
}

.bg-gradient-info {
  background: linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%);
}

/* Info Styling */
.info-box {
  padding: 1rem;
  border-radius: 15px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info-label {
  font-size: 0.7rem;
  color: #888;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.info-value {
  font-size: 1rem;
  font-weight: 700;
  color: #2d3436;
}

.status-badge-lg {
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.qr-container {
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
  border: 2px dashed #e9ecef;
}

.catatan-box {
  background: #fff;
  border-left: 5px solid;
  border-radius: 12px;
}

/* Tipografi Khusus */
.fw-black {
  font-weight: 900 !important;
  letter-spacing: -2px;
}

.score-hero-card {
  background: #ffffff;
  padding: 1.5rem !important;
  border-radius: 20px;
  border-left: 6px solid #4e73df !important;
  /* Aksen warna biru */
}

.display-3 {
  line-height: 1;
  background: linear-gradient(180deg, #2d3436 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Ikon Dekoratif Transparan di Belakang */
.score-bg-icon {
  position: absolute;
  right: -10px;
  bottom: -20px;
  font-size: 8rem;
  color: rgba(0, 0, 0, 0.03);
  transform: rotate(-15deg);
  z-index: 0;
}

.bg-primary-soft {
  background-color: rgba(78, 115, 223, 0.1);
  font-size: 0.75rem;
  padding: 5px 12px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .display-3 {
    font-size: 3.5rem;
  }
}

/* Container & Body */
.chat-container-kids {
  border-radius: 30px !important;
  overflow: hidden;
  background: #fff;
}

.chat-body-fixed {
  background-color: #f0f2f5;
  background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
  background-blend-mode: overlay;
  background-size: contain;
}

/* Bubble Chat */
.bubble {
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  max-width: 85%;
  width: fit-content;
  /* Penting: agar kotak pas dengan teks */
  margin-bottom: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  position: relative;
}

/* Siswa / ANDA (Rata Kanan) */
.bubble-siswa {
  background: #dcf8c6;
  align-self: flex-end;
  margin-left: auto;
  /* Mendorong ke kanan */
  border-bottom-right-radius: 4px;
}

/* Panitia (Rata Kiri) */
.bubble-panitia {
  background: #ffffff;
  align-self: flex-start;
  margin-right: auto;
  /* Mendorong ke kiri */
  border-bottom-left-radius: 4px;
  border-left: 4px solid #0d6efd;
}

.chat-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Input & Buttons */
.btn-send-chat {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #198754;
  color: white;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-send-chat:hover {
  transform: scale(1.1);
  background: #146c43;
}

#chat-box-area::-webkit-scrollbar {
  width: 5px;
}

#chat-box-area::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}