.text-red {
    color:red;
}

.text-green {
    color: green;
}

.input-label{
    display: flex;
    padding: 0px 10px;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
}