/*--------------------------------------------------------------------------*\
    Message below input (if input not validated)
\*--------------------------------------------------------------------------*/

.control__flash {
    /*box*/
    display: block;
    padding: 0px 5px;

    /*text*/
    color: var(--c-error-primary-2);
    font-size: var(--fs-tn);
}

/*--------------------------------------------------------------------------*\
        In table
\*--------------------------------------------------------------------------*/

table .control__flash {
    /*text*/
    white-space: nowrap;
}