.cam-live {
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
#save-photo{
    width: 100%;
    background-color: green;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.save-btn{
    width: 100%;
    background-color: green;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
[type=text], [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select {
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.table-head{
    text-align: center !important;
}
.table-data{
    text-align: center !important;
    min-width: fit-content;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}
.error{
    color: red !important;
}
h2{
    font-size: 1.5em !important;
    font-weight: bold !important;
}
.nav-tab{
    padding-top: 5px;
    padding-bottom: 5px;
}
.tabs{
    background-color: #eee;
}
.tabs a{
    padding-top: 5px;
    padding-bottom: 5px;
}
.tabs .active{
    font-weight: bold !important;
    background-color: #3c3c3c;
    color: #fff !important;
}
.sale-line-detail{
    font-size: 0.700rem;
}
.hover-gray-400:hover {
    background-color: rgb(156 163 175);
}
.text-green{
    color:green;
}
.text-red{
    color:red;
}
.text-black{
    color:black;
}