.f-field-value {
  padding: 0 !important;
  position: relative;
}
.option {
  position: absolute;
  right: 6px; 
}
.read-only {
  pointer-events: none;
}
.controls {
  display: flex;
  flex-direction: row;
  background: var(--flex-bg-light);
  justify-content: flex-end;
}
.controls > .clear-pad {
  margin-right: 20px;
}
canvas {
  border: 0;
  background-color: transparent;
  outline: none;
  touch-action: none;
  width: 100%;
  height: 90%;
}
.signature-pad {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.signature-pad-container {
  position: relative;  
}
.hidden-required {
  position: absolute;
  top: 20px;
  left: 10%;
  padding: 0;
  width: 1px;
  border: 0;
  height: 1px;
  margin: 0;
  outline: none;
  cursor: none;
  pointer-events: none;
  opacity: 0;
}