@keyframes blinker {
	25% {
		opacity: 0.2;
		color: red;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.2;
		color: red;
	}
}

form.default {
	font-family: Roboto, Arial, sans-serif;
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
	background-color: #fff;
	border-radius: 5px;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	padding: 20px;
}

form.default h1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 26px;
	color: #1f1f1f;
	margin-bottom: 6px;
	-webkit-text-size-adjust: 100%;
	white-space: normal;
	text-align: center;
}

form.default .form-page {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;

	margin: 10px;
	gap: 0.8rem;
}

form.default .form-page h2 {
	font-size: 1.1em !important;
	margin-bottom: 0.5em;
}

.form-group.col {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

.center-self {
	align-self: center;
}

.form-group.col > label {
	margin-right: 10px;
	width: 50% !important;
	text-align: left;
}

.star-rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.star-rating input[type="radio"] {
	/* don't hide it otherwise it won't be focusable */
	opacity: 0;
	pointer-events: none;
}

.star-rating label {
	font-size: 2rem !important;
	color: #ccc !important;
	cursor: pointer !important;
}

.star-rating input[type="radio"]:checked ~ label {
	color: #f39c12 !important;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
	color: #f39c12 !important;
}

.custom-pill {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-pill .btn-check {
	display: none;
	/* Hide the radio button */
}

.custom-pill .btn {
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	padding-right: 10px;

	/* Extra space for the checkmark */
}

.custom-pill .btn::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5em;
	color: white;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.custom-pill .btn-check:checked + .btn::before {
	content: "✔ ";
	/* Checkmark symbol */
	opacity: 1;
	color: white;
}

.custom-pill .btn-check:checked + .btn {
	background-color: #b3cce8;
	color: white;
}
.form-buttons {
	display: flex;
	justify-content: right;
	margin-top: 20px;
}
.form-buttons button {
	margin-right: 10px;
}
div.form {
	background-color: white;
}
.extra-space {
	margin-bottom: 2rem !important;
}
table.nps {
	width: 100%;
	border: 0px;
	padding: 0px;
}
table.nps td.center {
	font-size: 12pt;
	line-height: 12pt;
	text-align: left;
	border: 1px solid #eaeaea;
	padding: 10pt;
	text-align: center;
	width: 20pt;
	height: 25pt;
}
table.nps a {
	color: #4d4e52;
	text-decoration: none;
	cursor: pointer;
}
table.nps td.left {
	font-size: 12pt;
	line-height: 12pt;
	text-align: left;
	border: 1px solid #eaeaea;
	padding: 10pt;
	text-align: center;
	border-radius: 4px 0px 0px 4px;
	width: 20pt;
	height: 25pt;
}

table.nps td.right {
	font-size: 12pt;
	line-height: 12pt;
	text-align: left;
	border: 1px solid #eaeaea;
	padding: 8pt;
	text-align: center;
	border-radius: 0px 4px 4px 0px;
	width: 22pt;
	height: 25pt;
}

table.nps-footer td.left {
	color: #807375;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
table.nps-footer td.right {
	color: #807375;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
table.nps-footer hr {
	color: #807375;
	margin: 1rem 0;
	border: 0;
	border-top: solid 1px #807375;
}
.scale-rating {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	width: 100%;
}

.scale-rating input[type="radio"] {
	/* don't hide it otherwise it won't be focusable */
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.scale-rating label {
	color: #ccc !important;
	cursor: pointer !important;
	border-radius: 4px;
	border: 1px solid #ccc;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 2px; /* space between stars */
}

@media (max-width: 768px) {
	.scale-rating label {
		width: 2rem;
		height: 2rem;
		margin: 1px;
	}
}
@media (max-width: 650px) {
	.scale-rating label {
		margin: 1px;
	}
}
@media (max-width: 500px) {
	.scale-rating label {
		margin: 1px;
	}
}

.scale-rating label.double {
	padding-left: 2px;
	padding-right: 2px;
}

.scale-rating div.scale-header {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
}
.scale-rating div.scale-footer {
	display: flex;
	justify-content: space-between;
	font-size: 0.8rem;
	color: #ccc;
	width: 100%;
}

.scale-rating label:hover {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
	color: white !important;
}

.scale-rating label:hover + label,
.scale-rating input[type="radio"]:checked + label {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
	color: white !important;
}

.typeform-widget {
	width: 100%;
	height: 500px;
}
@media (max-width: 768px) {
	.typeform-widget {
		height: 400px;
	}
}
@media (max-width: 500px) {
	.typeform-widget {
		height: 300px;
	}
}

.jTdQsH {
	visibility: hidden !important;
}

form.wizard li.nav-item {
	background-color: #f2f2f2;
}
form.wizard li.nav-item > button.active {
	background-color: rgb(224, 224, 224) !important;
	border-radius: 0px;
}
