body {
    background-color: #f5f6f8;
}

.navbar-brand {
    font-weight: 700;
}

.sidebar {
    min-height: calc(100vh - 56px);
    background-color: #fff;
    border-inline-end: 1px solid #e3e5e8;
}

.sidebar .nav-link {
    color: #333;
    border-radius: .375rem;
    margin-bottom: .15rem;
}

.sidebar .nav-link.active {
    background-color: #7a1f1f;
    color: #fff;
}

.sidebar .nav-link i {
    width: 1.25rem;
    text-align: center;
    margin-inline-end: .5rem;
}

.card-kpi .display-6 {
    font-weight: 700;
}

.pos-product-btn {
    height: 100%;
    text-align: center;
    white-space: normal;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}
