.estimated_payments {
    cursor: pointer;
}

@media (max-width: 1399px) {
    .sidebar-xxl-fixed {
        max-height: 80vh;
        overflow-y: auto;
    }
    #loan-reviews_wrapper {
        min-height: 600px;
    }
}
@media (max-width: 575px) {
    #loan-reviews_wrapper {
        min-height: 500px;
    }
}

.modal__content {
    max-height: 80vh;
    overflow-y: auto;
}