iframe {
  border: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}

.text-header-web img {
    margin-bottom: 5px;
    margin-right: 8px;
}

.credit-main-container {
    width: 100%;
}

.credit-simulation-box {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 24px;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tenor-group input[type="radio"] {
  display: none;
}

.tenor-group {
    width: 100%;
}

.tenor-group label {
  background: #efefef;
  border: 1px solid #939598;
  width: 100%;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.2s;
}

.tenor-group input[type="radio"]:checked + label {
  background: #f0c6c6;
  border: 1px solid #d20001;
  color: #000;
}

.credit-simulation-box input {
    width: 100%;
    border: 1px solid #939598;
    background-color: #efefef;
    border-radius: 18px;
    color: black;
    outline: none;
}

.credit-simulation-terms ul {
    color: #939598;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-left: 10px;
}

.credit-simulation-terms button {
    background-color: #d20001;
    color: white;
    border-radius: 24px;
}

.feature-btn {
    width: 100%;
    border: 1px solid #d20001;
    border-radius: 24px;
    text-decoration: none;
    color: black;
    background: linear-gradient(135deg, #fff, #fdf7f7);
}

.feature-btn:hover {
    text-decoration: none;
    color: black;
}

button {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 24px;
}

input[type="checkbox"] {
  display: none;
}

.custom-check {
  width: 24px;
  height: 24px;
  padding: 10px;
  margin-top: 3px;
  border-radius: 8px;
  background: #efefef;
  border: 1px solid #939598;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.custom-check::after {
  content: "✓";
  font-size: 16px;
  color: #939598;
  font-weight: bold;
}

input[type="checkbox"]:checked + .custom-check {
  background: #d20001;
  border: 1px solid #d20001;
}

input[type="checkbox"]:checked + .custom-check::after {
  color: #fff;
}

.credit-simulation-result {
    width: 100%;
    background-color: #f0c6c6;
    border: 1px solid #d20001;
    border-radius: 24px;
}

.credit-simulation-result button {
    background-color: #d20001;
    text-align: center;
}

.simulation-reset a {
    color: black !important;
    text-decoration: underline;
}

#resultSection {
  display: block;
}

.ajukan-cicilan {
  color: white;
  background-color: #d20001;
  border-radius: 12px;
}

.ajukan-cicilan:hover {
  color: white;
  background-color: #d20001;
  border-radius: 12px;
}

.credit-simulation-box select {
    width: 100%;
    border: 1px solid #939598;
    background-color: #efefef;
    border-radius: 18px;
    color: black;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.credit-simulation-box textarea {
    width: 100%;
    border: 1px solid #939598;
    background-color: #efefef;
    border-radius: 18px;
    color: black;
    outline: none;
}

.age {
  position: absolute;
  right: 32px;
  top: 30%;
  transform: translateX(-25%);
}


