/*--------------------------------------------------------------------------*\
    Container of input container and flash
\*--------------------------------------------------------------------------*/

.control__field-flash {
    /*box*/
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

/*--------------------------------------------------------------------------*\
	    In a table for a check button
\*--------------------------------------------------------------------------*/

.control__field-flash:has(.control__label-check-button){
    /*box*/
    align-items: center !important;
}