.simulation-content {
    margin-top: 98px;
    padding: 0 160px 40px;
    height: 100%;
}
.simulation-content-partner {
    padding: 0 5px 0;
    margin-top: 24px;
}
.simulation-content__info h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #07539A;
}
.simulation-content__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #66788A;
    overflow-wrap: break-word;
}
.promo-en {
    max-width: 580px;
}
.promo-id {
    max-width: 620px;
}
.simulation-content__header {
    margin-bottom: 44px;
}
.simulation-content__form {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.simulation-card {
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.02), 0px 4px 8px rgba(96, 97, 112, 0.12);
    background-color: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    width: 50%;
    align-self: flex-start;
}
.simulation-card label {
    display: block;
    color: #03213E;
    font-size: 18px;
    font-weight: 24px;
    font-weight: 700;
}
.text-12-16 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #66788A;
}
.text-14-20 {
    font-size: 14px;
    line-height: 20px;
    color: #66788A;
}
.text-16-24 {
    font-size: 16px;
    line-height: 24px;
    color: #F07126;
    font-weight: 700;
}
.text-18-24 {
    color: #66788A;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.text-24-32 {
    color: #03213E;;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.input-price,
.input-term,
.input-term-maxima {
    position: relative;
    width: 100%;
}
.input-price input,
.input-term input,
.input-term-maxima input{
    background: #F8F9FA;
    border: 1px solid #EBEDF0;
    border-radius: 6px;
    height: 48px;
    width: 100%;
}
.input-price input::placeholder,
.input-term input::placeholder,
.input-term-maxima input::placeholder{
    font-size: 18px;
    line-height: 24px;
    color: #B3BCC5;
    font-weight: 400;
}
.input-price input:focus,
.input-term input:focus,
.input-term-maxima input:focus {
    outline: 2px solid #F07126;
}
.input-price input {
    color: #03213E;
    padding-left: 44px;
}
.input-term input,
.input-term-maxima input {
    padding-left: 16px;
}
.input-price::before {
    content: "Rp";
    position: absolute;
    left: 16px;
    top: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}     
.input-term::after,
.input-term-maxima::after{
    right: 16px;
    position: absolute;
    top: 12px;
}
.input-term::after {
    content: attr(data-lang);
    font-size: 16px;
    line-height: 24px;
    color: #B3BCC5;
}
.input-term-maxima::after {
    content: attr(data-lang);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Untuk Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    outline: none;
    padding: 0;
    margin: 0;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: #F07126;
    border-radius: 50%;
    border: 3px solid #F8B893;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: #F07126;
    border-radius: 50%;
    border: 3px solid #F8B893;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-moz-range-thumb:hover {
    background-color: #F8B893;
}
#total-installments span:nth-child(-n+2) {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #03213E;
}
#total-installments span:nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.line {
    height: 1px;
    border: 1px solid #B3BCC5;
}
.line-2px {
    height: 2px;
}
.simulation-attention-maxima {
    margin-top: 56px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #66788A;
    list-style-type: none;
    position: relative;
    padding: 0;
}
.simulation-attention-flexi {
    background-color: #F8F9FA;
    margin-top: 48px;
    margin-bottom: 16px;
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.simulation-attention-maxima li {
    margin-left: 30px;
    margin-bottom: 8px;
}
.simulation-attention-maxima li:before {
  position: absolute;
  left: 0;
  content: '';
  color: #66788A;
}
.simulation-attention-maxima li:nth-child(1)::before {
  content: '*)';
}
.simulation-attention-maxima li:nth-child(2)::before {
  content: '**)';
}
.simulation-attention-maxima li:nth-child(3)::before {
  content: '***)';
}
.rounded-24 {
    border-radius: 24px;
}
#toggle-button {
    cursor: pointer;
}
#toggle-button.rotate img {
    transform: rotate(180deg);
}
.installments-detail,
.disbursement-detail {
    display: none;
}
.installments-detail label,
.disbursement-detail label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #66788A;
}
.installments-detail span,
.disbursement-detail span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #03213E;
}
.mt-40 {
    margin-top: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.h-48 {
    height: 48px;
}

/* Maxima */
.tabs {
    display: flex;
    list-style: none;
    padding: 0;
}
.tabs li {
    cursor: pointer;
}
.tab-active {
    background-color: #F07126;
}
.tab-inactive {
    background-color: #CDD3D8;
}
.c-active {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #F07126;
}
.c-inactive {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #CDD3D8;
}
.tab-content {
    margin-top: 40px;
}
.disbursement {
    color: #03213E;
}
.disbursement div {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.disbursement-repayment {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #03213E;
}
.disbursement-repayment p {
    font-size: 16px;
    line-height: 24px;
}
.simulation-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    height: 48px;
}

/* Responsivitas */
@media (max-width: 992px) {
    .simulation-content__header {
        margin-bottom: 80px;
    }
    .simulation-content {
        padding: 0 16px;
    }
    .simulation-card {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .simulation-content {
        margin-top: 70px;
    }
    .simulation-content__info h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .simulation-content__info p {
        font-size: 16px;
        line-height: 24px;
    }
    .simulation-card label {
        font-size: 18px;
        line-height: 24px;
    }
    #amount-info,
    #dp-info {
        font-size: 12px;
        line-height: 16px;
        color: #66788A;
    }
    #toggle-button span,
    input::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    #total-installments span:nth-child(-n+3) {
        font-size: 20px;
        line-height: 24px;
    }
    .form-group label {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .input-price input,
    .input-price input::placeholder,
    .input-price::before,
    .input-term input,
    .input-term-maxima input,
    .input-term::after,
    .input-term-maxima::after {
        font-size: 14px;
        line-height: 20px;
    }
}