#title-order-list{
    color: indianred;
    padding-left: 1%;
}
table{
border-collapse : collapse;
margin-left: 1%;
text-align: center;

}
.my-custom-scrollbar {
    overflow-x: auto;
    }

.table-wrapper-scroll-y {
display: block;
}

thead{

    background-color: rgba(222, 184, 135,0.6);
    font-size: 1em;
    text-align: center;

}
th,td{
    border : 1px solid black;
    box-sizing: border-box;
    padding: 2px 2px;
    white-space:nowrap;
}
.tt-price-box{
    text-align: right;
    width: 60px;
}
.qt-box{
    text-align: right;
    width: 60px;
}
.qt-box-tt {
    text-align: right;
    width: 60px;
}
.btn-container{
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin: 10px;
    padding-left: 20vw;
    
}
.btn{
    padding: 5px 5px;
    margin-left: 20px;
    background-color: steelblue;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 16px;
}
.btn:hover{
    background-color:green;
    color: white;
}


.detail-form{
    margin: 1%;
    box-sizing: border-box;
    padding: 1%;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    border : 2px solid steelblue;
    border-radius: 5px;
}
.sub-cotainer{
    display: grid;
 
    grid-template-columns: 150px 200px;  
    margin-bottom: 10px;

}
.data-box{
    border : 2px solid black;
    border-radius: 5px;

}
.dtitle{
    font-weight: 600;
}


