form .required::after {
    content: ' *';
    color: red;
}

.align-right {
    text-align: right;
}

.click-row {
    cursor: pointer;
}