.row {
    margin-bottom: 4%;
}

.colInfo {
    font-style: oblique;
    width: 20%;
}

.step{
    margin-bottom: 5px;
}

input:invalid {
    background-color: rgb(250, 186, 197);
  }

.result {
    color: lightslategray;
}

.left {
    text-align: left;
}

.red {
    color: red;
}

.icon-filter{
    color: rgb(247, 221, 225);
}

.icon-result{
    color: rgb(216, 129, 142);
}

.custom-control {
    display: inline-block !important;
    margin-left: 3%;
  }