.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;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00AA94!important;
    --bs-btn-border-color: #00AA94!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00aa93c3!important;
    --bs-btn-hover-border-color: #00aa93c3!important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00AA94!important;
    --bs-btn-active-border-color: #00AA94!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00AA94!important;
    --bs-btn-disabled-border-color: #00AA94!important;
}