:root {
  --uptime-color-bg: white;
  --uptime-color-card: #ffffff;
  --uptime-color-text: #191f28;
  --uptime-color-text-secondary: #8b95a1;
  --uptime-color-text-tertiary: #b0b8c1;
  --uptime-color-border: #e5e8eb;
  --uptime-color-primary: #3182f6;
  --uptime-color-primary-light: #e8f3ff;
  --uptime-color-success: #00c853;
  --uptime-color-success-light: #e8f9ef;
  --uptime-color-error: #f04452;
  --uptime-color-error-light: #ffebee;
  --uptime-color-warning: #ff9100;
  --uptime-color-warning-light: #fff8e6;
  --uptime-color-gray: #8b95a1;
  --uptime-color-gray-light: #f4f5f7;
  --uptime-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --uptime-shadow-md: 0 2px 8px rgba(0, 0, 0, 0.08);
  --uptime-shadow-lg: 0 4px 16px rgba(0, 0, 0, 0.12);
  --uptime-radius-sm: 8px;
  --uptime-radius-md: 12px;
  --uptime-radius-lg: 16px;
  --uptime-radius-xl: 20px;
}
.uptime-container #uptime-monitor-modal{
  max-height: calc(75vh)!important;
overflow: scroll!important;
}
