.field-container{
    padding: 8px 0;
    width: 100%;
}

.legend-definition-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    height: 100%;
}

.legend-color{
    box-sizing: border-box;
    margin-right: 16px;
    border: 1px solid rgb(160 173 186);
    height: 40px;
    width: 30%;
    border-radius: 3px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
}
.legend-input{
    width: 100%;
}
