@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
.element-table, .element-input {
    width: 100%;
}
.icon-column {
    display: flex;
    align-items: center;
}
#file {
    display: none;
}
.element-label {
    margin-bottom: 15px;
}
.red {
    color: red;
}
.green {
    color: green;
}