.form-control,
.form-select {
  padding: 0.5rem 0.75rem !important;
  /* atas-bawah 8px, kiri-kanan 12px */
}

.custom-hr {
  width: 120px;
  height: 3px;
  background-color: white;
  border: none;
  border-radius: 3px;
}

input[type="file"] {
  padding: 8px 10px !important;
}

.custom-close {
  filter: brightness(100%) invert(100%);
  /* putih */
  opacity: 1;
  transition: filter 0.3s ease;
}

.progress-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.progress-step .step {
  background-color: #fff;
  border: 2px solid #dee2e6;
  color: #6c757d;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  z-index: 3;
}

.progress-step .step.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.line {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #dee2e6;
  z-index: 1;
}

.line-segment {
  position: absolute;
  top: 24px;
  height: 2px;
  background-color: #0d6efd;
  z-index: 2;
}
