.form-select {
    color: var(--bs-text-muted) !important;
}


.sectionLoading>*,
.count>* {
    display: none;
}

.sectionLoader {
    display: none;
}

.sectionLoading>.sectionLoader {
    display: flex !important;
}

.count>.counter {
    display: block !important;
}

.cursor-pointer {
    cursor: pointer !important;
}


#measurement {
    background-color: #1b84ff !important;
}

.transition {
    transition: 500ms;
}

.w-33 {
    width: 33.3333%;
}

.me-10-rem {
    margin-right: 10rem;
}

.pe-10-rem {
    padding-right: 10rem;
}

.badge-loss{
    background-color: #F9D1AD;
    color: #D66819;
}

.badge-gain{
    background-color: #9EF3BB;
    color: #16AA51;
}

.badge-maintenance{
    background-color: #CBCBCB;
    color: #575757;
}

.text-blue{
    color: #093BBC !important;
}


@media (min-width: 992px) {
    .mw-lg-1100px {
        max-width: 1100px !important;
    }
}


[data-field="newFoodPhoto"]{
    text-align: center;
}


.after-border::after{
    content: "";
    position: absolute;
    top: 0;
    left: 120%;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;

}

.after-border-2::after{
    content: "";
    position: absolute;
    top: -2%;
    left: 120%;
    width: 1px;
    height: 130%;
    background-color: #DCDCDC;

}

.removeFoodMealItem i{
    transition: 500ms;
}
.removeFoodMealItem:hover i{
    color: red !important;

}


