.draft-block {
	display: flex;
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 2;
}

.privacy-policy-text {
  font-family: inherit;
	font-size: .9em;
	line-height: 1.6em;
	white-space: pre-wrap;
}

.my-ajax-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.my-quill .ql-container {
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}

.my-quill-body {
  background: #fff;
  padding: 1rem;
}

.my-quill-body p {
  margin: 0;
}

.my-quill-body img {
  max-width: 100%;
}

#modalForm iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 240px);
}
