/* Enlarged amount field on the public payment forms (see js/amount-words.js) */
input.amount-input-lg {
    height: 58px;
    font-size: 1.55em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    direction: ltr;
    border: 2px solid #119c4d;
    border-radius: 8px;
    background: #f6fcf8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
}
input.amount-input-lg:focus {
    border-color: #0d7a3c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(17, 156, 77, 0.2);
}
.amount-toman-words {
    display: none;
    margin-top: 6px;
    padding: 6px 10px;
    font-size: 1.05em;
    line-height: 1.7;
    color: #0d7a3c;
    background: rgba(17, 156, 77, 0.08);
    border-right: 3px solid #119c4d;
    border-radius: 4px;
    text-align: right;
}
.amount-toman-words .amount-toman-num {
    font-weight: bold;
    font-size: 1.1em;
}
@media (max-width: 575.98px) {
    input.amount-input-lg { height: 52px; font-size: 1.35em; }
}
