
#liveAlertPlaceholder{
    position: absolute;
    top: calc(100vh - 80px);
    width: 100%;
    padding-left: calc(60px + 5%);
    padding-right: 5%;
    z-index: 1000;
    }

#liveAlertPlaceholder div.alert{
    background-color: #fa4d4d;
    opacity: 0;
}

#liveAlertPlaceholder div.alert-success{
    background-color: #04B000;
    opacity: 0;
}

.table-product-image{
    max-width: 5rem;
    max-height: 5rem;
}