/* Start custom CSS */#input_2_25 {
    position: relative;
    padding-right: 30px !important;
}

#input_2_25::after {
    content: "kr.";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 14px;
}/* End custom CSS */