#ns-orders-chart {
    .head {
        @apply bg-box-background;
    }
    .foot {
        @apply bg-box-background; 
        > div {
            @apply border-box-edge;
            span {
                @apply text-fontcolor;
            }
            h2 {
                @apply text-fontcolor;
            }
        }
    }
}

#ns-orders-summary {
    .title {
        @apply border-box-edge;
    }
    .head, .title {
        @apply bg-box-background;
        h3, h4, p, span {
            @apply text-fontcolor;
        }
        .paid-order {
            @apply bg-success-primary text-fontcolor border-success-tertiary;
        }
        .other-order {
            @apply bg-box-background text-fontcolor border-box-edge;
        }
        .single-order {
            @apply border-success-tertiary;
        }
        .paid-currency {
            @apply text-fontcolor;
        }
        .unpaid-currency {
            @apply text-fontcolor;
        }
    }
}

#ns-best-customers, #ns-best-cashiers {
    @apply bg-box-background;
    .head {
        @apply bg-box-background border-box-edge text-fontcolor;
    }
    .body {
        @apply text-fontcolor bg-box-background;
        .entry {
            @apply border-box-edge;
        }
    }
}