.mdl-layout__header img {
  height: 60%;
  padding-right: 30px;
  position: relative;
  margin-left: -62px; }

body {
  background-image: url("../images/night.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background: #1e2127; }

ellipse {
  stroke: #000;
  fill: none;
  opacity: 1; }

.axis {
  font: 10px sans-serif; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

circle {
  fill: inherit,red; }

.v {
  stroke: black;
  stroke-dasharray: 4 4;
  stroke-width: 1;
  stroke-opacity: .2; }

.line {
  fill: none;
  stroke-width: 2px; }

.lineConsume {
  fill: none;
  stroke-width: 2px;
  opacity: 0.8; }

.lineConsume:hover {
  stroke-width: 4px; }

.lineWastage {
  fill: none;
  stroke-width: 2px;
  opacity: 0.8; }

.lineWastage:hover {
  stroke-width: 4px; }

.wide-card.mdl-card {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 16px;
  background: antiquewhite; }

.mdl-card svg {
  display: block;
  margin: auto; }

@media (max-width: 872px) {
  .mdl-card__title-text {
    font-size: 20px !important; } }

.field-radius-widget {
  position: fixed;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom, 0px));
  z-index: 99999;
  pointer-events: auto;
  box-sizing: border-box;
  min-width: 220px;
  max-width: calc(100vw - 24px);
  padding: 10px 12px;
  font: 13px system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #e8e6e3;
  background: rgba(30, 33, 39, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.field-radius-widget h3 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.88;
}

.field-radius-widget .field-radius-row {
  margin-top: 10px;
}

.field-radius-widget .field-radius-row:first-of-type {
  margin-top: 0;
}

.field-radius-widget label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  cursor: pointer;
}

.field-radius-widget .field-radius-value {
  font-variant-numeric: tabular-nums;
  opacity: 0.92;
}

.field-radius-widget input[type="range"] {
  display: block;
  width: 100%;
  margin-top: 6px;
}
.mdl-button.capitalize {
  text-transform: capitalize !important;
  cursor: vertical-text !important; }
