.add-rack {
    display: inline!important;
}

.ckt-table th, .ckt-table tr:nth-child(even)  {
    color: #FFF!important;
}

.expiredDate {
    color: #F00;
}

#totalWeight {
    font-size: larger;
}

.totalWeightContainer {
    display: flex;
    justify-content: space-between;
}

.inline {
    display: inline!important;
}

.form-product {
    margin: 0 0 5px 5px;
}

.product-designation {
    width: 500px;
}

.iqFlag {
    color: var(--text);
    width: fit-content;
    padding: 6px 12px;
    box-shadow: rgb(150 150 150 / 55%) 0 0 5px;
    border-radius: 0.4em;
    display: flex;
}

.iqRedFlag {
    background-color: #F00;
}

.iqOrangeFlag {
    background-color: orange;
}