/**
 * Compact Metrics/Statistics Cards
 * For az-metric-card custom components
 */

/* Metric cards compact */
.az-metric-card {
    padding: 0.6rem !important;
    margin-bottom: 0.5rem !important;
}

.az-metric-icon {
    font-size: 1.5rem !important;
    width: 40px !important;
    height: 40px !important;
    padding: 8px !important;
}

.az-metric-value {
    font-size: 1.5rem !important;
    margin: 0.2rem 0 !important;
}

.az-metric-label {
    font-size: 0.75rem !important;
    margin: 0 !important;
}

/* List groups compact */
.list-group-item {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.875rem !important;
}

.list-group-item strong {
    font-size: 0.9rem !important;
}

.list-group-item small {
    font-size: 0.75rem !important;
}

/* Input groups compact */
.input-group-text {
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem !important;
}

/* Labels compact */
.form-label {
    margin-bottom: 0.25rem !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
}

/* Alerts compact */
.alert {
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.875rem !important;
}

/* Pagination compact */
.pagination {
    margin-bottom: 0 !important;
}

.page-link {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.8rem !important;
}

/* Breadcrumbs compact */
.breadcrumb {
    margin-bottom: 0.5rem !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.8rem !important;
}

/* Nav tabs compact */
.nav-tabs {
    margin-bottom: 0.5rem !important;
}

.nav-tabs .nav-link {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.85rem !important;
}

/* Dropdowns compact */
.dropdown-menu {
    font-size: 0.85rem !important;
}

.dropdown-item {
    padding: 0.35rem 0.75rem !important;
}

/* Progress bars compact */
.progress {
    height: 0.75rem !important;
    font-size: 0.7rem !important;
}

/* Tooltips and popovers */
.tooltip {
    font-size: 0.75rem !important;
}

.popover {
    font-size: 0.85rem !important;
}

