.alltable{
    border: 1px solid black;
    display: flex;
    flex-direction: column;

    width: 100%;
    margin: 0;
    padding: 10px;
}
.search{

    width: 30%;
    margin: 15px;
}
table{
    width: 100%;
}
table, th, td{
    border: 1px solid black;
}

.btn-reset{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.reset{

    padding: 10px;

}


.total-price{
    padding: 10px;
}