    #footer-bar {
        visibility: hidden;
    }

    .nominal-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .nominal-chip {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 8px;
        border: 1.5px solid rgba(200, 38, 38, .18);
        border-radius: 14px;
        font-weight: 700;
        font-size: 15px;
        line-height: 1;
        transition: transform .08s ease, border-color .12s ease, background .12s ease;
    }
    .nominal-chip small {
        font-weight: 600;
        opacity: .5;
        margin-right: 2px;
    }
    .nominal-chip:active {
        transform: scale(.97);
    }
    .nominal-other {
        border: 1.5px dashed rgba(200, 38, 38, .35);
        border-radius: 14px;
        padding: 14px 16px;
    }
    .nominal-other .ejcohp {
        display: flex;
        align-items: baseline;
        gap: 6px;
        border-bottom: 2px solid rgba(200, 38, 38, .25);
        padding-bottom: 6px;
    }
    .nominal-other .ejcohp #donationInput-currency_symbol {
        font-weight: 700;
        font-size: 18px;
        color: #C82626;
    }
    .nominal-other input#total_biaya_out {
        border: none;
        outline: none;
        background: transparent;
        font-size: 22px;
        font-weight: 700;
        width: 100%;
        padding: 0;
    }