#patient-verification-wizard {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
  background-color: #fff;
  font-weight: 300;
}
.signature-canvas {
  width: 100%;
  height: 100px;
  background: white;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.digital-signature {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
}
.signature-line {
  width: 90%;
  height: 2px;
  background: gray;
  position: absolute;
  bottom: 20px;
  left: 5%;
}
.patient-verification-pdf-generation-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.patient-verification-pdf-generation-overlay .loading-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
#contactless-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 100px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
}
.contactless-modal-content {
  background: white;
  width: 400px;
  padding: 40px;
  box-shadow: 0 0 8px 0 rgba(50, 50, 93, 0.21), 0 1px 3px 0 rgba(0, 1, 3, 0.18);
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
