.hq-client-confirm-dialog {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, .48);
}

.hq-client-confirm-dialog > div {
  box-sizing: border-box;
  width: min(420px, 100%);
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.hq-client-confirm-dialog h3 { margin: 0 0 10px; }
.hq-client-confirm-dialog p { margin: 0 0 14px; color: #687586; }
.hq-client-confirm-dialog input { box-sizing: border-box; width: 100%; height: 40px; padding: 7px 10px; border: 1px solid #cfd5dc; border-radius: 4px; }
.hq-client-confirm-dialog .hq-client-actions { justify-content: flex-end; margin-top: 14px; }
