

#toast-container{
    margin-top: 50px;
}

.stock-value {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.hover-table tbody tr:hover {
    background-color: #f5f5f5!important; /* Change this to any color you want */
}


