body {
    font-size: 13px !important;
    background-color: #f8f9fa;
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial,
        sans-serif !important;
}

.invoice-header {
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

/* <style> */

.invoice-box {
    background: white;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.remove-item {
    cursor: pointer;
    color: red;
    font-weight: bold;
}

#cbn {
    color: white;
    margin: 3px;
    border-radius: 2px;
    padding: 3px !important;
}
