.nav-brand-custom {
  background: none !important;
  width: unset;
}
.sub-menu-jf li a,
.sub-menu-jf li.mm-active > a,
.sub-menu-jf li.mm-active > a i {
  color: black !important;
}
.sub-menu-jf li a:hover,
.sub-menu-jf li a:hover i {
  color: #008804 !important;
}
.sub-menu-jf li a.active,
.sub-menu-jf li a.active i,
body[data-sidebar="dark"] .sub-menu-jf a.mm-active,
body[data-sidebar="dark"] .sub-menu-jf a.mm-active i,
body[data-sidebar="dark"] .sub-menu-jf li a.active,
body[data-sidebar="dark"] .sub-menu-jf li a.active i {
  color: #008804 !important;
}
.sub-menu-jf li a.active,
body[data-sidebar="dark"] .sub-menu-jf li a.active {
  border-left: 6px solid #008804;
}
.navbar-scrolled {
  background-color: rgba(0, 136, 4, 0.95) !important;
  backdrop-filter: blur(4px);
  transition: background-color 0.3s ease-in-out;
}
.bg-jf {
  background-color: #008804 !important;
}
.text-jf {
  color: #008804 !important;
}
.btn-jf {
  color: #fff !important;
  background-color: #008804 !important;
  border-color: #007703 !important;
}
.btn-jf:hover {
  color: #fff !important;
  background-color: #00a308 !important;
  border-color: #008c06 !important;
}
.btn-jf:active,
.btn-jf:focus,
.btn-jf:active:focus {
  color: #fff !important;
  background-color: #009207 !important;
  border-color: #007a05 !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 136, 4, 0.45) !important;
}
.nav-beranda .nav-link.active {
  font-weight: bold;
  color: #fff000 !important;
  border-bottom: 2px solid #fff000;
}
.alert-text {
  color: #d9534f;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.verify-btn {
  background-color: #2ecc71 !important;
  border-color: #28b463 !important;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 10px;
  transition: 0.2s;
}
.verify-btn:hover {
  background-color: #27ae60 !important;
  transform: scale(1.05);
}
.select2-container .select2-selection--single {
  height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  right: 5px;
}
.select2-sm + .select2-container .select2-selection--single {
  height: 27px;
}
.select2-sm
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 27px;
}
.select2-sm
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 27px;
  right: 5px;
}
/* Stepper Base */
.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
.step {
  position: relative;
  text-align: center;
  flex: 1;
}
.circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #007703;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.connector {
  flex: 1;
  border-bottom: 3px dashed #007703;
  margin: 0px -7% 25px -7%;
  z-index: 0;
}
.step.is-complete .circle {
  background: #2ecc71;
  border-color: #2ecc71;
  color: transparent;
}
.step.is-complete .circle::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="black" d="M13.485 1.929a1 1 0 0 1 .086 1.412l-7 8a1 1 0 0 1-1.485.05l-3-3A1 1 0 1 1 3.5 7.028l2.243 2.243 6.293-7.193a1 1 0 0 1 1.449-.149z"/></svg>')
    center / contain no-repeat;
}
.step.is-current .circle {
  background: #fff;
  border-color: #2ecc71;
  color: #2ecc71;
}
.step.is-current .label {
  color: #2ecc71;
}
.step:not(.is-current):not(.is-complete) .circle {
  border-color: #007703;
  color: #007703;
}
.step:not(.is-current):not(.is-complete) .label {
  color: #007703;
  opacity: 0.75;
}
.connector.is-complete {
  border-color: #2ecc71;
}
.step .label {
  margin-top: 0.5rem;
  font-size: 12px;
}
.step-card {
  border: 1px solid #007703;
  border-radius: 8px;
  padding: 1rem;
}
.step-card.slider {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  opacity: 0.3;
  transform: translateX(40px);
  transition: all 0.5s ease;
}
.step-card.slider.is-active {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 576px) {
  .step .label {
    display: none;
  }
  .connector {
    margin: 0px -8%;
  }
}
/* End Stepper Base */
.xx-small {
  font-size: xx-small;
}
.border-dashed {
  border-style: dashed !important;
}
.pagination-success .page-item.active .page-link,
.pagination-success .page-link.active {
  background-color: #008804;
  border-color: #006f03; /* sedikit lebih gelap */
  color: #fff;
}
.standard-box {
  border: 2px solid black; /* Border tebal hitam */
  padding: 15px;
  text-align: center;
  height: 100%; /* Memastikan tinggi kotak sama dengan progress bar */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-icon {
  font-size: 1.5rem; /* Ukuran ikon */
  margin-bottom: 5px;
}
.score {
  font-size: 3rem; /* Ukuran angka 75 */
  font-weight: bold;
}
.result-bar-container {
  border: 2px solid black; /* Border tebal hitam di sekitar progress bar */
  padding: 0;
}
.result-text {
  line-height: 1.5;
}
/* Mengatur warna merah untuk progress bar */
.bg-danger-custom {
  background-color: #dc3545 !important; /* Warna merah default Bootstrap */
}
.progress-bar {
  border: none; /* Menghilangkan border default progress bar */
  border-radius: 0; /* Menghilangkan radius default progress bar */
}
