.no-label label{
    display: none;
}
.text-red{
    color: red;
}
.long-text{
    word-break: break-all;
}
.mt-32px{
    margin-top: 32px;
}