.input-amount {
    border: solid #4D158C;
    border-width: 2px;
    border-radius: 4px;
    height: 60px;
    color: #FF595A;
    font-weight: bold;
}

.simulator-title {
    font-size: 30px;
    color: #1A1919;
}

.card-simulator {
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
    padding: 20px 20px 20px 20px !important;

}

.simulator-text {
    color: #1A1919;
    line-height: 16px;
    font-size: 16px;
    font-weight: bolder;
}

.simulator-disclaimer {
    font-size: 14px;
    color: #1A1919;
    font-style: normal;
    line-height: 24px;
}

.save-text {
    background-color: #FF595A;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
}

.detail-payment {
    color: #4d158c;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.show-content {
    color: #4f1d88;
    font-weight: 700;
    text-decoration: underline;
}

.show-content:hover {
    cursor: pointer;
}


