.disabled-link {
    pointer-events: none;
    cursor: default;
    color: inherit !important; /* Keep the same color as normal text */
}

.input-error {
    border-color: #ff3e1d !important;
    border-width: 2px !important;
}