.loan-prepayment-action {
    width: 100%;
    min-height: 30px;
    margin-top: 10px;
    border: 1px solid #bfe3cb;
    border-radius: 7px;
    color: #087d3c;
    background: #fff;
    font-size: .55rem;
    font-weight: 800;
    cursor: pointer;
}

.loan-prepayment-action:hover,
.loan-prepayment-action:focus-visible {
    border-color: #17a454;
    background: #edf9f1;
    outline: none;
}

.loan-extra-input:focus-within {
    border-color: #6c4bf4;
    box-shadow: 0 0 0 3px rgba(92, 55, 244, .12);
}

.loan-detail-grid {
    grid-template-columns: 1fr;
    gap: 0;
}

.loan-detail-grid .loan-field > span {
    white-space: nowrap;
}

.loan-detail-grid input[type="date"] {
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #d7dfeb;
    border-radius: 7px;
    font-size: .66rem;
}

.loan-detail-grid input[type="date"]::-webkit-calendar-picker-indicator {
    margin-left: auto;
    cursor: pointer;
}

.loan-start-help {
    margin-top: -1px;
    color: #69768d !important;
    font-size: .55rem !important;
    font-weight: 500 !important;
}

@media (max-width: 720px) {
    .loan-detail-grid input[type="date"] {
        min-width: 0;
    }
}
