.nps-title[data-v-1b1bf126] {
	width: 232px;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	color: var(--color-primary-label);
	margin-bottom: 12px
}

.score-wrapper[data-v-1b1bf126] {
	display: flex;
	justify-content: space-around;
	width: 264px;
	height: 24px;
	margin-bottom: 6px
}

.score-wrapper .score[data-v-1b1bf126] {
	flex: 1;
	color: var(--color-tertiary-label);
	border-radius: 6px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	cursor: pointer
}

.score-wrapper .score[data-v-1b1bf126]:hover {
	background: var(--color-active-background)
}

.boundary-wrapper[data-v-1b1bf126] {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 120%;
	color: var(--color-quaternary-label)
}

.no-tip[data-v-1b1bf126] {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	color: var(--color-link);
	cursor: pointer
}

.form-wrapper[data-v-b8a4c5a8] {
	width: 264px
}

.form-wrapper .form-title[data-v-b8a4c5a8] {
	width: 232px;
	font-weight: 600;
	font-size: 14px;
	color: var(--color-primary-label);
	margin-bottom: 17.5px
}

.form-wrapper .finish[data-v-b8a4c5a8] {
	margin-top: 18px;
	width: 264px;
	height: 32px;
	background: var(--color-active-background);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-secondary-label);
	opacity: var(--83d50404)
}

.form-wrapper .forms[data-v-b8a4c5a8] {
	width: 100%;
	display: flex;
	flex-direction: column
}

.form-wrapper .forms .form-item[data-v-b8a4c5a8] {
	margin-bottom: 11px;
	position: relative
}

.form-wrapper .forms .form-item input[type=checkbox][data-v-b8a4c5a8] {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-left: 8px
}

.form-wrapper .forms .form-item label[data-v-b8a4c5a8] {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-secondary-label)
}

.form-wrapper .forms .form-item label[data-v-b8a4c5a8]:before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1.5px solid var(--color-border);
	border-radius: 4px;
	background: var(--color-background);
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 8px
}

.form-wrapper .forms .form-item input[type=checkbox]:checked+label[data-v-b8a4c5a8]:before {
	background-image: url("def8375c47ab326409e0b80373f53c95dfa00083.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 10px 7px
}

.form-wrapper .forms .form-item[data-v-b8a4c5a8]:last-child {
	margin-bottom: 0
}

.form-wrapper .forms textarea[data-v-b8a4c5a8] {
	width: 100%;
	padding: 8px 12px;
	height: 64px;
	background: var(--color-active-background);
	border-radius: 8px;
	border: 0;
	resize: none;
	margin-bottom: 10px;
	color: var(--color-secondary-label);
	font-size: 14px;
	font-weight: 400px
}

.form-wrapper .forms textarea[data-v-b8a4c5a8]:focus {
	outline: none
}

.form-wrapper .forms textarea[data-v-b8a4c5a8]::placeholder {
	color: var(--color-quaternary-label)
}

.thanks-wrapper[data-v-6ca66d3c] {
	width: 100%;
	height: 100%;
	padding-top: 20.5px;
	padding-bottom: 20.5px;
	text-align: center
}

.thanks-wrapper .thanks-text[data-v-6ca66d3c] {
	margin-top: 12px;
	font-weight: 600;
	font-size: 14px
}

.thanks-wrapper .thanks-countdown[data-v-6ca66d3c] {
	margin-top: 8px;
	color: var(--color-tertiary-label);
	font-weight: 400
}

.nps-wrapper[data-v-7b1cb10e] {
	width: 296px;
	min-height: 148px;
	position: fixed;
	bottom: 32px;
	right: 32px;
	background-color: var(--elevation-low-background);
	box-shadow: var(--elevation-note-shadow);
	border-radius: 12px;
	padding: 16px;
	z-index: 10
}

.nps-wrapper .nps-close[data-v-7b1cb10e] {
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer
}