body {
    background: #f6f8fb;
}

.live-sales-page .card,
.site-dashboard .card {
    border-radius: 1rem;
}

.table> :not(caption)>*>* {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.btn {
    border-radius: 0.8rem;
}

.form-control,
.form-select {
    border-radius: 0.8rem;
    min-height: 46px;
}

.metric-card {
    min-height: 122px;
}

.card-header {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.grid-view table th {
    white-space: nowrap;
}

#saleModal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

#saleModal .modal-header {
    border-bottom: 1px solid #eef2f7;
    padding: 1rem 1.25rem;
}

#saleModal .modal-body {
    padding: 1.25rem;
}

#saleModal .form-label {
    font-weight: 600;
    margin-bottom: 0.4rem;
}