@import "root.css";
.ndkaq-finalize-bloc {
  position: fixed;
  background: #fff;
  bottom: 1rem;
  z-index: 9999999999;
  border: 3px solid var(--ndkaq-confirm-color);
  padding: 1rem;
  text-align: center;
  max-width: 280px;
  border-radius: 5px;
  right: 1rem;
}
.ndkaq-finalize-bloc p {
  text-align: center;
}
.ndkaq-finalize-bloc .title {
  text-align: center;
  font-weight: bold;
}
