/* /Components/CopyToClipboardButton.razor.rz.scp.css */
/* Hide interactive icons for readonly form elements */
[b-23ypzud83x] .readonly .mud-input-adornment:not([disabled]):has(button) {
  display: none;
}

[b-23ypzud83x] .readonly .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
  color: var(--mud-palette-text-primary);
}

/* Remove mudblazor cursor styling for readonly inputs */
[b-23ypzud83x] .readonly .mud-input,
[b-23ypzud83x] .readonly .mud-input-slot.mud-input-root {
  cursor: default;
}

  /* Remove mudblazor focus styling */
  [b-23ypzud83x] .readonly .mud-input.mud-input-underline:after {
    border: 0;
  }

  /* Remove mudblazor hover styling */
  [b-23ypzud83x] .readonly .mud-input.mud-input-underline:before {
    border-bottom: 1px solid var(--mud-palette-lines-inputs);
    cursor: unset;
  }

/*Remove hover styles on interactive elements near inputs i.e. Checkboxes */
[b-23ypzud83x] .readonly .mud-input-control .mud-icon-button:hover {
  background: unset;
}

/* Grey out non-editable inputs */
[b-23ypzud83x] .mud-input.mud-disabled,
[b-23ypzud83x] .readonly .mud-input,
[b-23ypzud83x] .mud-checkbox.mud-disabled svg,
[b-23ypzud83x] .readonly .mud-checkbox-input ~ svg {
  /*background: rgba(242, 242, 242, 1);*/
  background: var(--mud-palette-lines-default);
  color: currentColor;
}

/* Hide icons for disabled inputs */
[b-23ypzud83x] .readonly .mud-input-adornment-end,
[b-23ypzud83x] input:disabled ~ .mud-input-adornment {
  display: none;
}
/* /Components/EditableSettings.razor.rz.scp.css */
/* Hide interactive icons for readonly form elements */
[b-v1zpml0k3y] .readonly .mud-input-adornment:not([disabled]):has(button) {
  display: none;
}

[b-v1zpml0k3y] .readonly .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
  color: var(--mud-palette-text-primary);
}

/* Remove mudblazor cursor styling for readonly inputs */
[b-v1zpml0k3y] .readonly .mud-input,
[b-v1zpml0k3y] .readonly .mud-input-slot.mud-input-root {
  cursor: default;
}

  /* Remove mudblazor focus styling */
  [b-v1zpml0k3y] .readonly .mud-input.mud-input-underline:after {
    border: 0;
  }

  /* Remove mudblazor hover styling */
  [b-v1zpml0k3y] .readonly .mud-input.mud-input-underline:before {
    border-bottom: 1px solid var(--mud-palette-lines-inputs);
    cursor: unset;
  }

/*Remove hover styles on interactive elements near inputs i.e. Checkboxes */
[b-v1zpml0k3y] .readonly .mud-input-control .mud-icon-button:hover {
  background: unset;
}

/* Grey out non-editable inputs */
[b-v1zpml0k3y] .mud-input.mud-disabled,
[b-v1zpml0k3y] .readonly .mud-input,
[b-v1zpml0k3y] .mud-checkbox.mud-disabled svg,
[b-v1zpml0k3y] .readonly .mud-checkbox-input ~ svg {
  /*background: rgba(242, 242, 242, 1);*/
  background: var(--mud-palette-lines-default);
  color: currentColor;
}

/* Hide icons for disabled inputs */
[b-v1zpml0k3y] .readonly .mud-input-adornment-end,
[b-v1zpml0k3y] input:disabled ~ .mud-input-adornment {
  display: none;
}
/* /Components/InputWithLock.razor.rz.scp.css */
.input-lock-icon[b-ot9sdxedwu] {
  display: none;
  position: relative;
  width: 0px;
  left: -25px;
  top: -3px;
}

.mud-disabled + .input-lock-icon[b-ot9sdxedwu],
.mud-select:has(input:disabled) + .input-lock-icon[b-ot9sdxedwu],
.mud-input-control:has(input:disabled) + .input-lock-icon[b-ot9sdxedwu] {
  display: flex;
  color: var(--mud-palette-action-default);
}
/* /Components/MetricsView.razor.rz.scp.css */
[b-o3lg2hqzbp] .metric-container-left {
    margin: 10px 0;
    border-right: 2px solid darkgray;
}

[b-o3lg2hqzbp] .metric-container svg.mud-icon-root {
    font-size: 4.25rem;
}
/* /Pages/CapConfig/Threshold/Thresholds.razor.rz.scp.css */
[b-rlueecgi90] .electric {
    color: gold !important;
}

[b-rlueecgi90] .mud-table * .mud-table-row td.mud-table-cell.editable {
    height: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
}
