.dps-container-body {
  max-width: 960px;
  margin: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 8%;
}
.dps-clc-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.dps-clc-heading > .subheading {
  font-size: 14px;
}
.calc_sec {
  padding: 1rem !important;
}

.step-0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  gap: 1rem;
}
.step-0.is-none {
  display: none !important;
}
.step-0 .banner-step-0 {
  max-height: 300px;
}

.step-0 .banner-step-0 img {
  max-height: inherit;
  max-width: inherit;
  width: 100%;
  object-fit: contain;
}

.step-0 h3 {
  text-align: center;
}

.step-0 .start-button {
  margin: 0px !important;
}

.btn-red {
  background: #ff3e3e;
  border-radius: 4px;
  border: 0px;
  padding: 0.5em 3em;
  align-items: center;
  color: #fff;
  position: relative;
  margin: 0px !important;
}
.start-button {
  position: static !important;
}
.dps-navigation-button {
  display: flex;
  margin-top: 20px;
  padding-left: 0.5rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

div#shortfall .start_left img {
  width: 100%;
}

.estimate.step2 {
  background: transparent !important;
}

.estimate button {
  color: #fff !important;
}

button:not(:disabled) {
  cursor: pointer;
  user-select: none;
}
.dps-range-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
  margin-bottom: 15px;
}

.dps-range-slider input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: linear-gradient(
    to right,
    red 0%,
    red var(--percent, 0%),
    #ccc var(--percent, 0%),
    #ccc 100%
  );
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.dps-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  border: 2px solid #999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  cursor: grab;
}

.dps-range-slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  border: 2px solid #999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  cursor: grab;
}

.dps-range-slider input[type="text"] {
  width: 100px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: right;
}

/* label di kanan input text */
.dps-range-slider .dps-label {
  white-space: nowrap;
  font-size: 14px;
  color: #555;
}

/* supaya warna rail ikut value */
.dps-range-slider input[type="range"] {
  --percent: calc(
    (var(--value, 0) - var(--min, 0)) / (var(--max, 100) - var(--min, 0)) * 100%
  );
}

/* Firefox fix untuk warna rail */
.dps-range-slider input[type="range"]::-moz-range-track {
  background: linear-gradient(
    to right,
    red 0%,
    red var(--percent, 0%),
    #ccc var(--percent, 0%),
    #ccc 100%
  );
  height: 6px;
  border-radius: 3px;
}

.dps-container-faq {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq {
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.faq-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 18px;
}

.faq-title {
  font-weight: bold;
  color: #000;
}

.faq-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #333;
  overflow: hidden;
  padding-left: 34px;
  padding-right: 34px;
  max-height: 0px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
}

.faq-content ul,
.faq-content ol {
  margin: 10px 0 10px 20px;
  padding-left: 0px;
}

.faq-content li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.faq-content a {
  color: #ff0000;
}

.faq-item.active .icon {
  background: red;
  color: white;
}
.over {
  width: 100%;
}

.cta-result-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cta-result-btn a {
  background-color: transparent !important;
}

@media screen and (max-width: 500px) {
  #goals {
    padding: 0px !important;
  }
  .que_left {
    width: 70%;
  }
  div#spend .start_left img {
    width: 40%;
    float: right;
    right: -4%;
    margin-top: -4px;
    position: inherit;
  }
  .dps-navigation-button {
    flex-wrap: wrap-reverse;
    gap: 1rem;
  }
  div#spend .start_right form {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
  }
}
