/* Small additions not present in the extracted compiled bundle (signature widget, checkerboard preview). */

.sig-canvas {
  touch-action: none;
  cursor: crosshair;
  display: block;
  background: #fff;
}

.sig-checkerboard {
  background-image:
    linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
    linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
    linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
}

.sig-dropzone {
  border: 2px dashed #d1d5db;
  transition: border-color .15s, background-color .15s;
}
.sig-dropzone.is-dragover {
  border-color: #2563eb;
  background-color: #eff6ff;
}
.sig-dropzone.is-error {
  border-color: #dc2626;
  background-color: #fef2f2;
}

.sig-guideline {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 35%;
  border-top: 1px dashed #cbd5e1;
  pointer-events: none;
}

.sig-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 1.25rem;
  pointer-events: none;
}

.country-dd-panel {
  position: absolute;
  z-index: 50;
  max-height: 16rem;
  overflow-y: auto;
  background: #fff;
}

.phone-cc-list {
  position: absolute;
  z-index: 50;
  max-height: 220px;
  overflow-y: auto;
}

.thankyou-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 31, 94, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 1rem;
}

.thankyou-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.thankyou-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 28px;
}
