/* Common CSS for app and auth */
.main-footer{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999;
    border-top: 1px solid #dee2e6;
    color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
.main-footer p{
    margin: 0;
    text-align: center;
}

/* Custom CSS for app */
.search-result{
    margin-top: 25px;
}
.found-text{
    font-weight: bold;
}
.not-found-text{
    color: #e3342f;
}
.label{
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.product-table td{
    padding: 7px 2px;
}
