
.kcal-badge {
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.8em;
    margin-left: 5px;
    color: white !important; 
}


.bg-success {
    background-color: #28a745 !important; 
}

.bg-warning {
    background-color: #ffc107 !important; 
    color: #212529 !important; 
}

.bg-orange {
    background-color: #fd7e14 !important; 
}

.bg-purple {
    background-color: #6f42c1 !important; 
}

.bg-danger {
    background-color: #dc3545 !important; 
}


.text-success {
    color: #28a745 !important; 
}

.text-warning {
    color: #ffc107 !important; 
}

.text-orange {
    color: #fd7e14 !important; 
}

.text-purple {
    color: #6f42c1 !important; 
}

.text-danger {
    color: #dc3545 !important;
}
.table tbody td {
    vertical-align: middle;
}


.table tbody td small {
    display: block;
    font-size: 0.75rem;
    opacity: 0.8;
    margin-top: 2px;
}

.table tbody td {
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.bg-light {
    background-color: #f8f9fa!important;
}

.align-middle {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}


td[rowspan] {
    border-right: 2px solid #dee2e6;
}