/* 
--------------------------
- 1.0 Custom CSS
--------------------------
*/





.btn {
    border-radius: 4px;
}

body.guest::before {
 background: #fff !important;
 
}

body.guest::after {
    background: #fff !important;
 
}

body.guest {
     background: #fff !important;
    
}

#invoice .custom-invoice {
    border-radius: 0.75rem;
}

.detail-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.detail-item:last-child {
    border-bottom: none; /* Menghilangkan border bawah pada elemen terakhir */
}

#orderDetailModal .modal-body {
    padding: 20px;
}

#orderDetailModal .modal-title {
    font-weight: bold;
}

#orderItems {
    padding: 0;
    margin: 0;
}

#orderItems .list-group-item {
    border-left: none;
    border-right: none;
    border-top: none;
}



