/**
 * Dashboard page specific styles
 *
 * Copyright (c) 2026 IOTMETVIS
 * All rights reserved.
 *
 * This source code is the private property of IOTMETVIS.
 * Unauthorized copying, modification, distribution, or use
 * of this file, in whole or in part, is strictly prohibited
 * without prior written permission from the author.
 */

.bar-fill {
  transition: width 0.3s ease;
}

.tbl-container {
  overflow-x: auto;
}

.chart-box {
  position: relative;
  width: 100%;
  height: 250px;
}

.chart-box canvas {
  width: 100% !important;
  height: 100% !important;
}

.time-range-display {
  color: var(--text-secondary);
  font-weight: 500;
}
