#other_remark.form-textarea-container {
    position: relative;
}

#other_remark.form-textarea-container::before {
    content: "Imate li nešto na umu ili trebate dodatne informacije? Pišite nam ovdje, sve čitamo!";
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    color: #7a7a7a;
    font-size: 10pt;
    line-height: 1.4;
    pointer-events: none;
    z-index: 2;
}

#other_remark .form-textarea-field::placeholder {
    color: transparent;
}

#other_remark:focus-within::before {
    display: none;
}

.result-payment-card-description .text {
    font-size: 0;
}

.result-payment-card-description .text::after {
    content: "Posljednji datum za uplatu ";
    font-size: 13px;
    color: #0F1F26;
}