.loan-wrapper {
    display: flex;
    padding: 32px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0px 10px 25px 0px rgba(33, 33, 33, 0.10);
}

.loan-wrapper .form-wrapper div {
    max-width: 376px;
    width: 100%;
}

.loan-select {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color:#0084FF;
    text-align: center;
    border-radius: 5px;
    border-color: #0084FF;
    padding: 10px 18px;
    height: 52px;
}

.loan-select {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color:#0084FF;
    text-align: center;
    border-radius: 5px;
    border-color: #0084FF;
    padding: 10px 18px;
    height: 52px;
    margin-top: 19px
}

.loan-input {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color:#0084FF;
    text-align: center;
    border-radius: 5px;
    padding: 10px 18px;
    height: 52px;
    margin-top: 19px
}

.loan-wrapper .form-wrapper .custom-select.loan-select {
    background: url(/assets/web-resources/personal/images/borrow/personal-financing/personal-loan/calculator/chevron-select-down.svg) no-repeat right 1rem center;
}

.form-wrapper .loan-validation {
    border-radius: 8px;
    background: rgba(217, 43, 43, 0.10);
    padding: 16px;
    font-size: 13px;
    color: #dc3545;
    display: none;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-right: 1px solid #E6E6E6;
}

.loan-result .result-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    line-height: normal;
    gap: 4px;
    font-size: 16px;
    margin-bottom: 16px;
}

.loan-result .result-details .text-wrapper {
    flex-basis: 90%;
}

.loan-result .result-details .result-amount {
    color: #0084FF;
    font-size: 20px;
}

.loan-result :first-child span {
    color: #0084FF;
    font-size: 24px;
}

.loan-apply-btn a {
    padding: 10px 18px;
    border-radius: 5px;
    background: #0084FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 576px) {
    .loan-wrapper .form-wrapper {
        flex-wrap: wrap;
        border-bottom: 1px solid #E6E6E6;
        border-right: unset;
    }

    .loan-wrapper {
      padding: 16px 0px;
      margin-left: 10px;
      margin-right: 10px;
    }
}
