Untitled

mail@pastecode.io avatar
unknown
css
a year ago
130 kB
3
Indexable
.animated {
	animation-fill-mode: both;
	animation-duration: 1s;
}

.HHS-fade-in-up {
	animation-name: hintedHSfadeInUp;
}

.HHS-fade-in-down {
	animation-name: hintedHSfadeInDown;
}

.HHS-fade-in-right {
	animation-name: hintedHSfadeInRight;
}

.HHS-fade-in-left {
	animation-name: hintedHSfadeInLeft;
}

@keyframes hintedHSfadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hintedHSfadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hintedHSfadeInRight {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes hintedHSfadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

hinted-selection.hinted-hint-selection {
	padding: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1000000;
	/* browsers with full support */
}

hinted-selection.hinted-hint-selection * {
	box-sizing: content-box;
}

hinted-selection.hinted-hint-selection.invisible {
	opacity: 0;
	height: auto;
}

hinted-selection.hinted-hint-selection.hide,
hinted-selection.hinted-hint-selection .hide,
hinted-selection.hinted-hint-selection .hide-all {
	display: none !important;
}

hinted-selection.hinted-hint-selection.no-number .hinted-hint-bubble-content {
	margin: 0;
}

hinted-selection.hinted-hint-selection .hinted-hint-selection-border {
	border-width: 2px;
	border-style: solid;
	border-color: #02ac5e;
}

.hinted-feedback-modal {
	border-radius: 2px;
	transition: top ease-in 0.2s, left ease-in 0.2s;
	margin: 0;
	background: none;
	background-color: #fff;
	padding: 20px;
	color: #333;
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	font-size: 13px;
	position: absolute;
	z-index: 1000000;
	box-sizing: content-box;
	background-clip: padding-box;
	/* browsers with full support */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hinted-feedback-modal .hinted-hint-nav-button {
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	width: auto;
	padding: 0 10px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

.hinted-feedback-modal .hinted-hint-nav-button:hover {
	zoom: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.hinted-feedback-modal .hinted-hint-nav-button:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.hinted-feedback-modal .hinted-hint-nav-button.next {
	border-color: #1b5480;
	color: #fff;
	margin: 0 0 0 10px;
	/* HS specific */
	background-color: #a74482;
	background-image: none;
}

.hinted-feedback-modal .hinted-hint-nav-button.next:hover {
	background-color: #a23977;
}

.hinted-feedback-modal .hinted-hint-nav-button.prev {
	border-color: #1b5480;
	color: #444;
	margin: 0 0 0 10px;
	/* HS specific */
	background-color: #e8e8e8;
	background-image: none;
}

.hinted-feedback-modal .hinted-hint-nav-button.prev:hover {
	background-color: #dadada;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-icon {
	display: none;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container {
	position: absolute;
	width: 20px;
	height: 21px;
	z-index: -1;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow,
.hinted-feedback-modal .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-bg,
.hinted-feedback-modal .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-border {
	width: 0;
	height: 0;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.up {
	top: -17px;
	left: 18px;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.up .hinted-hint-bubble-arrow {
	border-bottom: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: relative;
	top: 4px;
	z-index: 3;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.up .hinted-hint-bubble-arrow-bg {
	border-bottom: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.up .hinted-hint-bubble-arrow-border {
	border-bottom: 17px solid #000;
	border-bottom: 17px solid rgba(0, 0, 0, 0.5);
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.down {
	bottom: -20px;
	left: 18px;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.down .hinted-hint-bubble-arrow {
	border-top: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: relative;
	top: -4px;
	z-index: 3;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.down .hinted-hint-bubble-arrow-bg {
	border-top: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.down .hinted-hint-bubble-arrow-border {
	border-top: 17px solid #000;
	border-top: 17px solid rgba(0, 0, 0, 0.5);
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.left {
	top: 10px;
	left: -17px;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.left .hinted-hint-bubble-arrow {
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fff;
	border-top: 17px solid transparent;
	position: relative;
	left: 4px;
	top: 0;
	z-index: 3;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.left .hinted-hint-bubble-arrow-bg {
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fff;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.left .hinted-hint-bubble-arrow-border {
	border-right: 17px solid #000;
	border-right: 17px solid rgba(0, 0, 0, 0.5);
	border-bottom: 17px solid transparent;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.right {
	top: 10px;
	right: -18px;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.right .hinted-hint-bubble-arrow {
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fff;
	border-top: 17px solid transparent;
	position: relative;
	left: -3px;
	top: 0;
	z-index: 3;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.right .hinted-hint-bubble-arrow-bg {
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fff;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.right .hinted-hint-bubble-arrow-border {
	border-left: 17px solid #000;
	border-left: 17px solid rgba(0, 0, 0, 0.5);
	border-bottom: 17px solid transparent;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

.hinted-feedback-modal .hinted-hint-bubble-arrow-container.bottom-left-right {
	bottom: 20px;
	top: initial;
}

.hinted-feedback-modal a.hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

.hinted-feedback-modal a.hinted-hint-bottom-link .logo-powered {
	color: #999;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 9px;
}

.hinted-feedback-modal .hinted-hint-left-border {
	background: none;
	background-color: #fff;
	z-index: 1;
}

.hinted-feedback-modal.animate {
	-moz-transition-property: top, left;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: top, left;
	-ms-transition-duration: 1s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: top, left;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-property: top, left;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: top, left;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}

.hinted-feedback-modal button.hinted-hint-bubble-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #000;
	display: block;
	padding: 8px;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	min-width: 0;
	min-height: 0;
	top: 0;
	right: 0;
	opacity: 0.5;
	background: none;
	cursor: pointer;
}

.hinted-feedback-modal button.hinted-hint-bubble-close.hide,
.hinted-feedback-modal button.hinted-hint-bubble-close.hide-all {
	display: none;
}

.hinted-feedback-modal button.hinted-hint-bubble-close:before,
.hinted-feedback-modal button.hinted-hint-bubble-close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: ' ';
	height: 11px;
	width: 2px;
	background-color: #333;
}

.hinted-feedback-modal button.hinted-hint-bubble-close:before {
	transform: rotate(45deg);
}

.hinted-feedback-modal button.hinted-hint-bubble-close:after {
	transform: rotate(-45deg);
}

.hinted-feedback-modal button.hinted-hint-bubble-close:hover {
	opacity: 1;
}

.hinted-feedback-modal button.hinted-hint-bubble-edit {
	display: none;
	padding: 0;
	position: absolute;
	color: #000;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 15px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: none;
}

.hinted-feedback-modal button.hinted-hint-bubble-edit.hinted-hint-edit--show {
	display: block;
}

.hinted-feedback-modal button.hinted-hint-bubble-edit:hover {
	opacity: 1;
}

.hinted-feedback-modal * {
	box-sizing: content-box;
}

.hinted-feedback-modal.invisible {
	opacity: 0;
	height: auto;
}

.hinted-feedback-modal.hide,
.hinted-feedback-modal .hide,
.hinted-feedback-modal .hide-all {
	display: none !important;
}

.hinted-feedback-modal.no-number .hinted-hint-bubble-content {
	margin: 0;
}

.hinted-feedback-modal__content {
	display: flex;
	flex-flow: column;
}

.hinted-feedback-modal__title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin: -1px 15px 0 0;
	word-break: break-word;
	padding-right: 35px !important;
	margin-bottom: 20px;
}

.hinted-feedback-modal__star {
	text-align: center;
	width: 95px;
}

.hinted-feedback-modal__icon {
	color: #1b1b3a;
	margin-bottom: 10px;
	transition: color 0.3s;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

.hinted-feedback-modal__icon svg>path {
	transition: fill 0.3s, stroke 0.3s;
}

.hinted-feedback-modal__icon:hover svg>path {
	stroke: #d81159;
}

.hinted-feedback-modal__icon--active svg>path {
	fill: #d81159;
	stroke: #d81159;
}

.hinted-feedback-modal__title-star {
	color: #1b1b3a;
	font-size: 16px;
	line-height: 21px;
	width: 110px;
	margin-left: -9px;
}

.hinted-feedback-modal__wrapper-stars {
	display: flex;
	margin-top: 10px;
}

.hinted-feedback-modal__comment {
	margin-top: 20px;
}

.hinted-feedback-modal__button-send {
	background: #d81159;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	height: 36px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
}

.hinted-feedback-modal__button-send:hover {
	opacity: 0.9;
}

.hinted-feedback-modal__comment {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.hinted-feedback-modal__wrapper-field {
	width: 100%;
}

.hinted-feedback-modal__wrapper-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.hinted-feedback-modal__textarea {
	width: 100%;
	min-height: 75px;
	color: #1b1b3a;
	font-size: 16px;
	line-height: 21px;
	padding: 5px;
	border: 1px solid #1b1b3a;
	background-color: transparent;
	box-sizing: border-box;
}

.hinted-feedback-modal__textarea-characters {
	position: absolute;
	bottom: 84px;
	right: 30px;
}

.hinted-feedback-modal.style-classic {
	border-radius: 10px !important;
	padding: 20px;
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button {
	font-weight: bold !important;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	width: auto;
	height: 32px;
	line-height: 24px;
	font-size: 12px;
	font-family: 'Roboto';
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 10px;
	min-width: 43px;
	min-height: 32px;
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button:hover {
	zoom: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button.next {
	border-color: #1b5480;
	color: #fff;
	background-color: #c62f5a;
	background-image: none;
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button.next:hover {
	background-color: #a23977;
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button.prev {
	border: 0px solid #343C43 !important;
	color: #343C43 !important;
	margin: 0 10px 0 0;
	background: #fff;
	background-image: none;
}

.hinted-feedback-modal.style-classic .hinted-hint-nav-button.prev:hover {
	background-color: #dadada;
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-icon {
	display: block;
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container {
	position: absolute;
	width: 15px;
	height: 7.5px;
	z-index: -1;
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow,
.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-bg,
.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-border {
	display: none;
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container.up {
	top: -5.5px;
	left: 27px;
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container.down {
	bottom: -5.5px;
	left: 27px;
	transform: rotate(180deg);
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container.left {
	top: 27px;
	left: -8.5px;
	transform: rotate(-90deg);
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container.right {
	top: 27px;
	right: -8.5px;
	transform: rotate(90deg);
}

.hinted-feedback-modal.style-classic .hinted-hint-bubble-arrow-container.bottom-left-right {
	bottom: 20px;
	top: initial;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #000;
	display: block;
	padding: 0;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 10px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close.hide,
.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close.hide-all {
	display: none;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close:before,
.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close:after {
	position: absolute;
	content: ' ';
	height: 13px;
	width: 2px;
	border-radius: 25%;
	background-color: #333;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-close:hover {
	opacity: 1;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-edit {
	display: none;
	padding: 0;
	position: absolute;
	color: #000;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 30px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-edit:hover {
	opacity: 1;
}

.hinted-feedback-modal.style-classic button.hinted-hint-bubble-edit.hinted-hint-edit--show {
	display: block;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin: -1px 15px 0 0;
	word-break: break-word;
	padding-right: 35px !important;
	flex: auto;
	margin: 0 0 12px !important;
	font-weight: normal;
	font-family: 'Roboto';
	font-size: 20px;
	line-height: 23px;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__button-send {
	background: #c62f5a;
	border-radius: 10px;
	min-width: 45px;
	min-height: 32px;
	font-size: 12px;
	fornt-weight: normal;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__button-send:hover {
	opacity: 0.9;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__button-send:disabled {
	background: #e0e0e0 !important;
	color: rgba(0, 0, 0, 0.12) !important;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__textarea {
	border-radius: 10px;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__comment {
	position: relative;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__wrapper-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__wrapper-comment {
	display: block;
	background-color: #fff;
	position: absolute;
	top: -8px;
	left: 12px;
	padding: 0 3px;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__wrapper-button {
	margin-top: 0;
}

.hinted-feedback-modal.style-classic .hinted-feedback-modal__textarea-characters {
	position: absolute;
	bottom: 64px;
	right: 9px;
}

hinted-bubble.hinted-hint-bubble {
	border-radius: 2px;
	transition: top ease-in 0.2s, left ease-in 0.2s;
	margin: 0;
	background: none;
	background-color: #000;
	padding: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #333;
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	font-size: 13px;
	position: absolute;
	z-index: 10000000;
	box-sizing: content-box;
	-moz-background-clip: padding;
	/* for Mozilla browsers */
	-webkit-background-clip: padding;
	/* Webkit */
	background-clip: padding-box;
	/* browsers with full support */
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button {
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	width: auto;
	padding: 0 10px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button:hover {
	zoom: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button.next {
	border-color: #1b5480;
	color: #fff;
	margin: 0 0 0 10px;
	/* HS specific */
	background-color: #a74482;
	background-image: none;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button.next:hover {
	background-color: #a23977;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button.prev {
	border-color: #1b5480FF;
	color: #444;
	margin: 0 0 0 10px;
	/* HS specific */
	background-color: #e8e8e8;
	background-image: none;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-nav-button.prev:hover {
	background-color: #dadada;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-icon {
	display: none;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container {
	position: absolute;
	width: 20px;
	height: 21px;
	z-index: -1;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow,
hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-bg,
hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-border {
	width: 0;
	height: 0;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.up {
	top: -17px;
	left: 18px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.up .hinted-hint-bubble-arrow {
	border-bottom: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: relative;
	top: 4px;
	z-index: 3;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.up .hinted-hint-bubble-arrow-bg {
	border-bottom: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.up .hinted-hint-bubble-arrow-border {
	border-bottom: 17px solid #000;
	border-bottom: 17px solid rgba(0, 0, 0, 0.5);
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.down {
	bottom: -20px;
	left: 18px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.down .hinted-hint-bubble-arrow {
	border-top: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: relative;
	top: -4px;
	z-index: 3;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.down .hinted-hint-bubble-arrow-bg {
	border-top: 17px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.down .hinted-hint-bubble-arrow-border {
	border-top: 17px solid #000;
	border-top: 17px solid rgba(0, 0, 0, 0.5);
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.left {
	top: 10px;
	left: -17px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.left .hinted-hint-bubble-arrow {
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fff;
	border-top: 17px solid transparent;
	position: relative;
	left: 4px;
	top: 0;
	z-index: 3;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.left .hinted-hint-bubble-arrow-bg {
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fff;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.left .hinted-hint-bubble-arrow-border {
	border-right: 17px solid #000;
	border-right: 17px solid rgba(0, 0, 0, 0.5);
	border-bottom: 17px solid transparent;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.right {
	top: 10px;
	right: -18px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.right .hinted-hint-bubble-arrow {
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fff;
	border-top: 17px solid transparent;
	position: relative;
	left: -3px;
	top: 0;
	z-index: 3;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.right .hinted-hint-bubble-arrow-bg {
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fff;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 1;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.right .hinted-hint-bubble-arrow-border {
	border-left: 17px solid #000;
	border-left: 17px solid rgba(0, 0, 0, 0.5);
	border-bottom: 17px solid transparent;
	border-top: 17px solid transparent;
	position: absolute;
	z-index: 2;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-arrow-container.bottom-left-right {
	bottom: 20px;
	top: initial;
}

hinted-bubble.hinted-hint-bubble a.hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

hinted-bubble.hinted-hint-bubble a.hinted-hint-bottom-link .logo-powered {
	color: #999;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 9px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-left-border {
	background: none;
	background-color: #fff;
	z-index: 1;
}

hinted-bubble.hinted-hint-bubble.animate {
	-moz-transition-property: top, left;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: top, left;
	-ms-transition-duration: 1s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: top, left;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-property: top, left;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: top, left;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #000;
	display: block;
	padding: 8px;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	min-width: 0;
	min-height: 0;
	top: 0;
	right: 0;
	opacity: 0.5;
	background: none;
	cursor: pointer;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close.hide,
hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close.hide-all {
	display: none;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close:before,
hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: ' ';
	height: 11px;
	width: 2px;
	background-color: #333;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close:before {
	transform: rotate(45deg);
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close:after {
	transform: rotate(-45deg);
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-close:hover {
	opacity: 1;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-edit {
	display: none;
	padding: 0;
	position: absolute;
	color: #000;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 15px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: none;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-edit.hinted-hint-edit--show {
	display: block;
}

hinted-bubble.hinted-hint-bubble button.hinted-hint-bubble-edit:hover {
	opacity: 1;
}

hinted-bubble.hinted-hint-bubble * {
	box-sizing: content-box;
}

hinted-bubble.hinted-hint-bubble.invisible {
	opacity: 0;
	height: auto;
}

hinted-bubble.hinted-hint-bubble.hide,
hinted-bubble.hinted-hint-bubble .hide,
hinted-bubble.hinted-hint-bubble .hide-all {
	display: none !important;
}

hinted-bubble.hinted-hint-bubble.no-number .hinted-hint-bubble-content {
	margin: 0;
}

hinted-bubble.hinted-hint-bubble * {
	pointer-events: auto !important;
}

hinted-bubble.hinted-hint-bubble video {
	pointer-events: auto !important;
	border-radius: 16px;
}

hinted-bubble.hinted-hint-bubble--top-right {
	position: fixed !important;
	top: 5px !important;
	right: 5px !important;
	left: unset !important;
}

hinted-bubble.hinted-hint-bubble--top-left {
	position: fixed !important;
	top: 5px !important;
	left: 5px !important;
}

hinted-bubble.hinted-hint-bubble--bottom-left {
	position: fixed !important;
	top: unset !important;
	bottom: 5px !important;
	left: 5px !important;
}

hinted-bubble.hinted-hint-bubble--bottom-right {
	position: fixed !important;
	top: unset !important;
	bottom: 5px !important;
	left: unset !important;
	right: 5px !important;
}

hinted-bubble.hinted-hint-bubble [hinted-name=edit],
hinted-bubble.hinted-hint-bubble [hinted-name=close] {
	display: none;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container {
	/* background-color: #fff; */
	padding: 25px 15px 15px 15px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin: -1px 15px 0 0;
	word-break: break-word;
	padding-right: 35px !important;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor {
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 16px;
	padding: 0;
	word-break: break-word;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor img,
hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor iframe {
	max-width: 100%;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor>* {
	color: currentColor;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote {
	border: none;
	font-style: inherit;
	font-size: 16px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote:before,
hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote:after {
	display: none;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor a {
	color: inherit;
	text-decoration: underline !important;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor u {
	text-decoration: underline !important;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-autoFields-title {
	display: block;
	margin: 10px 0 5px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Roboto';
	color: #000;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-autoFields {
	width: 100%;
	position: relative;
	max-height: 135px;
	overflow-y: auto;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-autoFields-btn {
	cursor: pointer;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	padding: 0 10px;
	height: 44px;
	margin: 10px 0;
	font-weight: 500;
	font-size: 14px;
	background-color: #d81159;
	color: #fff;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .aligment-center {
	text-align: center;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .aligment-left {
	text-align: left;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .aligment-right {
	text-align: right;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .image-container {
	display: flex;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .image-container.aligment-left {
	justify-content: flex-start;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .image-container.aligment-center {
	justify-content: center;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .image-container.aligment-right {
	justify-content: flex-end;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-number {
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px 0 0;
	text-align: center;
	position: absolute;
	left: 39%;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-signature {
	display: none;
}

hinted-modal .signature {
	display: none;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-actions {
	text-align: right;
	order: 2;
	display: flex;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-footer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	left: 20px;
	bottom: 20px;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bottom-link .logo-powered {
	color: #000;
	opacity: 0.5;
	font-family: 'Roboto';
	font-size: 10px;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bottom-link .logo-icon {
	display: block;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bottom-link .custom-logo-icon {
	max-width: 30px;
	height: auto;
}

hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-number {
	display: none;
	order: 1;
}

hinted-bubble.hinted-hint-bubble.style-classic {
	border-radius: 10px !important;
	margin: 0;
	padding: 20px 20px;
	background-color: #000;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
	font-family: 'Roboto';
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-icon {
	display: block;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container {
	position: absolute;
	width: 15px;
	height: 7.5px;
	z-index: -1;

}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow,
hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-bg,
hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container .hinted-hint-bubble-arrow-border {
	display: none;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container.up {
	top: -5.5px;
	left: 27px;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container.down {
	bottom: -5.5px;
	left: 27px;
	transform: rotate(180deg);
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container.left {
	top: 27px;
	left: -8.5px;
	transform: rotate(-90deg);
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container.right {
	top: 27px;
	right: -8.5px;
	transform: rotate(90deg);
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-arrow-container.bottom-left-right {
	bottom: 20px;
	top: initial;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #000;
	display: block;
	padding: 0;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 10px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: none;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close.hide,
hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close.hide-all {
	display: none;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close:before,
hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close:after {
	position: absolute;
	content: ' ';
	height: 13px;
	width: 2px;
	border-radius: 25%;
	background-color: #333;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-close:hover {
	opacity: 1;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-edit {
	display: none;
	padding: 0;
	position: absolute;
	color: #000;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 30px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-edit:hover {
	opacity: 1;
}

hinted-bubble.hinted-hint-bubble.style-classic button.hinted-hint-bubble-edit.hinted-hint-edit--show {
	display: none;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button {
	font-weight: bold !important;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	width: auto;
	height: 32px;
	line-height: 24px;
	font-size: 12px;
	font-family: 'Roboto';
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 10px;
	min-width: 43px;
	min-height: 32px;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button:hover {
	zoom: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button.next {
	/* border-color: # */
	color: #fff;
	background-color: #343C43 !important;
	background-image: none;
	margin-right: 10px;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button.next:hover {
	background-color: #a23977;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button.prev {
	width: auto !important;
	min-width: auto !important;
	 border: 0px !important; 
	 padding:0 !important;
	color: white !important;
	margin: 0 10px 0 0 !important;
	order: 1;
	background: transparent;
	background-image: none;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-nav-button.prev:hover {
	background-color: transparent;
}


hinted-bubble.hinted-hint-bubble.style-classic.hinted-hint-bubble--bottom-right video {
	position: absolute;
	border-radius: 10px;
	bottom: calc(100% + 15px);
	left: 1px;
	width: 100%;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-container {
	padding: 0;
	border-radius: 10px;
	color: white;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-container h3 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	word-break: break-word;
	padding-right: 55px;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-content p,
hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-content ol {
	margin-top: 10px;
	font-size: 16px;
	line-height: normal;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-content img {
	margin-top: 10px;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-footer {
	margin: 0;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-bubble-number {
	font-weight: normal;
	opacity: 0.7;
	font-size: 12px;
}

hinted-bubble.hinted-hint-bubble.style-classic .hinted-hint-left-border {
	border-radius: 10px;
	background-color: transparent !important;
}

hinted-bubble.hinted-hint-bubble.style-classic ::-webkit-scrollbar-track {
	background-color: rgba(245, 245, 245, 0.329);
	border-radius: 5px;
}

hinted-bubble.hinted-hint-bubble.style-classic ::-webkit-scrollbar {
	width: 7px;
	background-color: rgba(245, 245, 245, 0.329);
}

hinted-bubble.hinted-hint-bubble.style-classic ::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
	border-radius: 5px;
}

.hinted-modal ::-webkit-scrollbar-track {
	background-color: rgba(245, 245, 245, 0.329);
	border-radius: 5px;
	margin-top: 20px;
}

.hinted-modal ::-webkit-scrollbar {
	width: 7px;
}

.hinted-modal ::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
	border-radius: 5px;
}

/*
 * Quill Editor
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
hinted-bubble .hinted-hint-bubble-content .ql-container,
hinted-modal .hinted-hint-bubble-content .ql-container {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	position: relative;
}

hinted-bubble .hinted-hint-bubble-content .ql-container.ql-disabled .ql-tooltip,
hinted-modal .hinted-hint-bubble-content .ql-container.ql-disabled .ql-tooltip {
	visibility: hidden;
}

hinted-bubble .hinted-hint-bubble-content .ql-clipboard,
hinted-modal .hinted-hint-bubble-content .ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%;
}

hinted-bubble .hinted-hint-bubble-content .ql-clipboard p,
hinted-modal .hinted-hint-bubble-content .ql-clipboard p {
	margin: 0;
	padding: 0;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor,
hinted-modal .hinted-hint-bubble-content .ql-editor {
	box-sizing: border-box;
	cursor: text;
	line-height: 1.42;
	height: 100%;
	outline: none;
	overflow-y: auto;
	padding: 12px 15px;
	-o-tab-size: 4;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor p,
hinted-modal .hinted-hint-bubble-content .ql-editor p,
hinted-bubble .hinted-hint-bubble-content .ql-editor ol,
hinted-modal .hinted-hint-bubble-content .ql-editor ol,
hinted-bubble .hinted-hint-bubble-content .ql-editor ul,
hinted-modal .hinted-hint-bubble-content .ql-editor ul,
hinted-bubble .hinted-hint-bubble-content .ql-editor pre,
hinted-modal .hinted-hint-bubble-content .ql-editor pre,
hinted-bubble .hinted-hint-bubble-content .ql-editor blockquote,
hinted-modal .hinted-hint-bubble-content .ql-editor blockquote,
hinted-bubble .hinted-hint-bubble-content .ql-editor h1,
hinted-modal .hinted-hint-bubble-content .ql-editor h1,
hinted-bubble .hinted-hint-bubble-content .ql-editor h2,
hinted-modal .hinted-hint-bubble-content .ql-editor h2,
hinted-bubble .hinted-hint-bubble-content .ql-editor h3,
hinted-modal .hinted-hint-bubble-content .ql-editor h3,
hinted-bubble .hinted-hint-bubble-content .ql-editor h4,
hinted-modal .hinted-hint-bubble-content .ql-editor h4,
hinted-bubble .hinted-hint-bubble-content .ql-editor h5,
hinted-modal .hinted-hint-bubble-content .ql-editor h5,
hinted-bubble .hinted-hint-bubble-content .ql-editor h6,
hinted-modal .hinted-hint-bubble-content .ql-editor h6 {
	margin: 0;
	padding: 0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol,
hinted-modal .hinted-hint-bubble-content .ql-editor ol,
hinted-bubble .hinted-hint-bubble-content .ql-editor ul,
hinted-modal .hinted-hint-bubble-content .ql-editor ul {
	padding-left: 1.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol>li,
hinted-modal .hinted-hint-bubble-content .ql-editor ol>li,
hinted-bubble .hinted-hint-bubble-content .ql-editor ul>li,
hinted-modal .hinted-hint-bubble-content .ql-editor ul>li {
	list-style-type: none;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ul>li::before,
hinted-modal .hinted-hint-bubble-content .ql-editor ul>li::before {
	content: '\25CF';
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ul[data-checked=true]>li::before,
hinted-modal .hinted-hint-bubble-content .ql-editor ul[data-checked=true]>li::before,
hinted-bubble .hinted-hint-bubble-content .ql-editor ul[data-checked=false]>li::before,
hinted-modal .hinted-hint-bubble-content .ql-editor ul[data-checked=false]>li::before {
	color: #777;
	cursor: pointer;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ul[data-checked=true]>li::before,
hinted-modal .hinted-hint-bubble-content .ql-editor ul[data-checked=true]>li::before {
	content: '\2611';
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ul[data-checked=false]>li::before,
hinted-modal .hinted-hint-bubble-content .ql-editor ul[data-checked=false]>li::before {
	content: '\2610';
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li::before,
hinted-modal .hinted-hint-bubble-content .ql-editor li::before {
	display: inline-block;
	margin-right: 0.3em;
	text-align: right;
	white-space: nowrap;
	width: 1.2em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li:not(.ql-direction-rtl)::before,
hinted-modal .hinted-hint-bubble-content .ql-editor li:not(.ql-direction-rtl)::before {
	margin-left: -1.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li,
hinted-bubble .hinted-hint-bubble-content .ql-editor ul li,
hinted-modal .hinted-hint-bubble-content .ql-editor ul li {
	padding-left: 1.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-num;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li:before {
	content: counter(list-num, decimal) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-1,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-1 {
	counter-increment: list-1;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-1:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-1:before {
	content: counter(list-1, lower-alpha) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-1,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-1 {
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-2,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-2 {
	counter-increment: list-2;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-2:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-2:before {
	content: counter(list-2, lower-roman) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-2,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-2 {
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-3,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-3 {
	counter-increment: list-3;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-3:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-3:before {
	content: counter(list-3, decimal) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-3,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-3 {
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-4,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-4 {
	counter-increment: list-4;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-4:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-4:before {
	content: counter(list-4, lower-alpha) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-4,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-4 {
	counter-reset: list-5 list-6 list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-5,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-5 {
	counter-increment: list-5;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-5:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-5:before {
	content: counter(list-5, lower-roman) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-5,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-5 {
	counter-reset: list-6 list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-6,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-6 {
	counter-increment: list-6;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-6:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-6:before {
	content: counter(list-6, decimal) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-6,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-6 {
	counter-reset: list-7 list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-7,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-7 {
	counter-increment: list-7;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-7:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-7:before {
	content: counter(list-7, lower-alpha) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-7,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-7 {
	counter-reset: list-8 list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-8,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-8 {
	counter-increment: list-8;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-8:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-8:before {
	content: counter(list-8, lower-roman) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-8,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-8 {
	counter-reset: list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-9,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-9 {
	counter-increment: list-9;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor ol li.ql-indent-9:before,
hinted-modal .hinted-hint-bubble-content .ql-editor ol li.ql-indent-9:before {
	content: counter(list-9, decimal) ". ";
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-1:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 3em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-1:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 4.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 3em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 4.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-2:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 6em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-2:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 7.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 6em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 7.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-3:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 9em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-3:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 10.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 9em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 10.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-4:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 12em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-4:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 13.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 12em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 13.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-5:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 15em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-5:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 16.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 15em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 16.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-6:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 18em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-6:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 19.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 18em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 19.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-7:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 21em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-7:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 22.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 21em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 22.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-8:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 24em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-8:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 25.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 24em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 25.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-9:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 27em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-9:not(.ql-direction-rtl),
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 28.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 27em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 28.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-video,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-video {
	display: block;
	max-width: 100%;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-video.ql-align-center,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-video.ql-align-center {
	margin: 0 auto;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-video.ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-video.ql-align-right {
	margin: 0 0 0 auto;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-black,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-black {
	background-color: #000;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-red,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-red {
	background-color: #e60000;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-orange,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-orange {
	background-color: #f90;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-yellow,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-yellow {
	background-color: #ff0;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-green,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-green {
	background-color: #008a00;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-blue,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-blue {
	background-color: #06c;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-bg-purple,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-bg-purple {
	background-color: #93f;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-white,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-white {
	color: #fff;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-red,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-red {
	color: #e60000;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-orange,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-orange {
	color: #f90;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-yellow,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-yellow {
	color: #ff0;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-green,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-green {
	color: #008a00;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-blue,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-blue {
	color: #06c;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-color-purple,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-color-purple {
	color: #93f;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-font-serif,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-font-serif {
	font-family: Georgia, Times New Roman, serif;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-font-monospace,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-font-monospace {
	font-family: Monaco, Courier New, monospace;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-size-small,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-size-small {
	font-size: 0.75em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-size-large,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-size-large {
	font-size: 1.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-size-huge,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-size-huge {
	font-size: 2.5em;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-direction-rtl,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-direction-rtl {
	direction: rtl;
	text-align: inherit;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-align-center,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-align-center {
	text-align: center;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-align-justify,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-align-justify {
	text-align: justify;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor .ql-align-right,
hinted-modal .hinted-hint-bubble-content .ql-editor .ql-align-right {
	text-align: right;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor.ql-blank::before,
hinted-modal .hinted-hint-bubble-content .ql-editor.ql-blank::before {
	color: rgba(0, 0, 0, 0.6);
	content: attr(data-placeholder);
	font-style: italic;
	pointer-events: none;
	position: absolute;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor scenario,
hinted-modal .hinted-hint-bubble-content .ql-editor scenario {
	color: inherit !important;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor scenario svg path,
hinted-modal .hinted-hint-bubble-content .ql-editor scenario svg path {
	fill: #02ac5e;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor scenario i,
hinted-modal .hinted-hint-bubble-content .ql-editor scenario i {
	font-size: 11px;
	padding: 0;
	padding-right: 3px;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor scenario i:hover,
hinted-modal .hinted-hint-bubble-content .ql-editor scenario i:hover {
	color: $green-hover-color;
}

hinted-bubble .hinted-hint-bubble-content .ql-editor scenario:hover i,
hinted-modal .hinted-hint-bubble-content .ql-editor scenario:hover i {
	color: $green-hover-color;
}

hinted-modal {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 999999;
	display: flex;
	align-items: center;
}

hinted-modal div.hinted-modal-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: 999999;
}

hinted-modal .hinted-hint-modal-footer {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 10px;
}

hinted-modal .hinted-hint-modal-footer [hinted-name=signature] {
	display: none;
}

hinted-modal .hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

hinted-modal .hinted-hint-bottom-link .logo-powered {
	color: #000;
	opacity: 0.5;
	font-family: 'Roboto';
	font-size: 10px;
}

hinted-modal .hinted-hint-bottom-link .logo-icon {
	display: block;
}

hinted-modal .hinted-hint-bottom-link .custom-logo-icon {
	max-width: 30px;
	height: auto;
}

hinted-modal [hinted-name=content] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

hinted-modal div.hinted-hint-bubble {
	display: table;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #000;
	/* transparent, if supported */
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3px;
	color: #333;
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	font-size: 13px;
	z-index: 1000000;
	box-sizing: content-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	/* for Mozilla browsers */
	/* Webkit */
	position: relative;
	margin: 0 auto;
	/* browsers with full support */
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button {
	font-weight: bold !important;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	width: auto;
	padding: 0 10px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button:hover {
	zoom: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button.next {
	border-color: #000000;
	font-weight: 600;
	color: #fff;
	margin: 0 0 0 10px;
	/* HS specific */
	background-color: #000000;
	background-image: none;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button.next:hover {
	background-color: #a23977;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button.prev {
	border-color: #1b548000;
	color: #444;
	margin: 0 0 0 10px;
	/* HS specific */
	background-color: transparent;
	background-image: none;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-nav-button.prev:hover {
	background-color: #dadada;
}

hinted-modal div.hinted-hint-bubble a.hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

hinted-modal div.hinted-hint-bubble a.hinted-hint-bottom-link .logo-powered {
	color: #999;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 9px;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-left-border {
	background: none;
	background-color: #fff;
	z-index: 1;
}

hinted-modal div.hinted-hint-bubble.animate {
	-moz-transition-property: top, left;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: top, left;
	-ms-transition-duration: 1s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: top, left;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-property: top, left;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: top, left;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #000;
	display: block;
	padding: 8px;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	min-width: 0;
	min-height: 0;
	top: 0;
	right: 0;
	opacity: 0.5;
	background: none;
	cursor: pointer;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close.hide,
hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close.hide-all {
	display: none;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close:before,
hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: ' ';
	height: 11px;
	width: 2px;
	background-color: #333;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close:before {
	transform: rotate(45deg);
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close:after {
	transform: rotate(-45deg);
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-close:hover {
	opacity: 1;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-edit {
	display: none;
	padding: 0;
	position: absolute;
	color: #000;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 15px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: none;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-edit.hinted-hint-edit--show {
	display: block;
}

hinted-modal div.hinted-hint-bubble button.hinted-hint-bubble-edit:hover {
	opacity: 1;
}

hinted-modal div.hinted-hint-bubble * {
	box-sizing: content-box;
}

hinted-modal div.hinted-hint-bubble.invisible {
	opacity: 0;
	height: auto;
}

hinted-modal div.hinted-hint-bubble.hide,
hinted-modal div.hinted-hint-bubble .hide,
hinted-modal div.hinted-hint-bubble .hide-all {
	display: none !important;
}

hinted-modal div.hinted-hint-bubble.no-number .hinted-hint-bubble-content {
	margin: 0;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container {
	padding: 25px 15px 30px 15px;
	overflow: hidden !important;
	position: relative;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container h3,
hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin: -1px 15px 0 0;
	word-break: break-word;
	/* padding-right: 35px !important; */
	flex: auto;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content {
	margin: 0 0 0 10px;
	height: 90%;
	display: flex;
	flex-direction: column;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor {
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	flex: auto;
	justify-content: center;
	overflow: auto;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 20px;
	padding: 0;
	word-break: break-word;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor img,
hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor iframe {
	max-width: 100%;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote {
	border: none;
	border: none;
	font-style: inherit;
	font-size: 16px;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote:before,
hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote:after {
	display: none;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor .wrapper-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor .wrapper-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .aligment-center {
	text-align: center;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .aligment-left {
	text-align: left;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .aligment-right {
	text-align: right;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .image-container {
	display: flex;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .image-container.aligment-left {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 16px;
	overflow: hidden;
	justify-content: flex-start;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .image-container.aligment-center {
	justify-content: center;
}

hinted-modal div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .image-container.aligment-right {
	justify-content: flex-end;
}

hinted-modal div.hinted-hint-bubble .hinted-hint-actions {
	order: 2;
}

hinted-modal .hinted-hint-bubble-number {
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px 0 0;
	text-align: center;
	order: 1;
	display: none;
}

hinted-modal.style-classic div.hinted-hint-bubble {
	background: none !important;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button {
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	width: auto;
	height: 32px;
	line-height: 24px;
	font-size: 12px;
	font-family: 'Roboto';
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 10px;
	min-width: 43px;
	min-height: 32px;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button:hover {
	zoom: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button.next {
	border-color: #000;
	color: #fff;
	background-color: #000;
	background-image: none;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button.next:hover {
	background-color: #a23977;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button.prev {
	border: 0px solid #343C43 !important;
	color: #343C43 !important;
	margin: 0 10px 0 0;
	background: #fff;
	background-image: none;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-nav-button.prev:hover {
	background-color: #dadada;
}

hinted-modal.style-classic div.hinted-hint-bubble a.hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

hinted-modal.style-classic div.hinted-hint-bubble a.hinted-hint-bottom-link .logo-powered {
	color: #999;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 9px;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-left-border {
	background: none;
	background-color: #fff;
	z-index: 1;
}

hinted-modal.style-classic div.hinted-hint-bubble.animate {
	-moz-transition-property: top, left;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: top, left;
	-ms-transition-duration: 1s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: top, left;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-property: top, left;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: top, left;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #000;
	display: block;
	padding: 0;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 10px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close.hide,
hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close.hide-all {
	display: none;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close:before,
hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close:after {
	position: absolute;
	content: ' ';
	height: 13px;
	width: 2px;
	border-radius: 25%;
	background-color: #333;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-close:hover {
	opacity: 1;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-edit {
	display: none;
	padding: 0;
	position: absolute;
	color: #000;
	min-width: 0;
	min-height: 0;
	top: 5px;
	right: 30px;
	opacity: 0.5;
	background: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-edit:hover {
	opacity: 1;
}

hinted-modal.style-classic div.hinted-hint-bubble button.hinted-hint-bubble-edit.hinted-hint-edit--show {
	display: none;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container {
	padding: 40px;
	border-radius: 10px !important;
	overflow: hidden !important;
	position: relative;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container h3,
hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin: -1px 15px 0 0;
	word-break: break-word;
	/* padding-right: 35px !important; */
	flex: auto;
	margin: 0 0 12px !important;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container h3:empty,
hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-title:empty {
	display: none;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content {
	margin: 0 !important;
	height: 90%;
	display: flex;
	flex-direction: column;
	/* margin-bottom: 20px !important; */
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor {
	font-family: 'Roboto';
	flex: auto;
	overflow: auto;
	font-weight: normal;
	line-height: normal;
	margin: 0 !important;
	word-break: break-word;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor img,
hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor iframe {
	max-width: 100%;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor center {
	line-height: normal;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote {
	border: none;
	border: none;
	font-style: inherit;
	font-size: 16px;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote:before,
hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor blockquote:after {
	display: none;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor .wrapper-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

hinted-modal.style-classic div.hinted-hint-bubble div.hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor .wrapper-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

hinted-modal.style-classic div.hinted-hint-bubble .hinted-hint-actions {
	order: 2;
}

hinted-modal.style-classic .hinted-hint-modal-footer {
	flex-flow: row-reverse;
	font-weight: bold;
	margin: 0 !important;
}

hinted-modal.style-classic .hinted-hint-left-border {
	background: none !important;
}

hinted-modal.style-classic .hinted-hint-close {
	top: 40px !important;
	right: 40px !important;
}

hinted-modal.style-classic .hinted-hint-next {
	margin: 0 !important;
}

hinted-modal.style-classic .hinted-hint-bubble-number {
	font-weight: normal;
	opacity: 0.7;
	font-size: 12px;
}

hinted-modal.style-classic ::-webkit-scrollbar-track {
	background-color: rgba(245, 245, 245, 0.329);
	border-radius: 2px;
}

hinted-modal.style-classic ::-webkit-scrollbar {
	width: 4px;
}

hinted-modal.style-classic ::-webkit-scrollbar-thumb {
	background-color: #c62f5a;
	border-radius: 2px;
	height: 67px;
}

.hinted-bubble-frame {
	border: 3px solid #02ac5e;
	cursor: pointer;
	cursor: pointer;
	position: fixed;
	pointer-events: none;
	display: none;
	z-index: 9999999;
	box-sizing: border-box;
}

.hinted-bubble-frame.hidden {
	display: none !important;
}

.hinted-bubble-wrapper.hidden {
	display: none;
}

.hinted-tooltip {
	display: inline-block;
	position: absolute;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
	color: #000;
	max-width: 300px;
	min-width: 160px;
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	z-index: 9999999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	top: 0;
	left: -99999999px;
	opacity: 0;
}

.hinted-tooltip--animated {
	transition-delay: 0.6s;
}

.hinted-tooltip--animated--visible {
	transition: opacity 0.5s linear;
	transition-delay: 0.3s;
	opacity: 1;
	visibility: visible;
}

.hinted-tooltip--visible {
	opacity: 1;
	visibility: visible;
}

.hinted-tooltip-hotspot {
	position: absolute;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background: transparent;
	z-index: 99999;
}

.hinted-tooltip-hotspot-icon {
	display: inline-block;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.hinted-tooltip__title {
	font-weight: bold;
	margin: 24px;
	font-size: 16px;
}

.hinted-tooltip__text {
	font-size: 14px;
}

.hinted-tooltip__text .aligment-center {
	text-align: center;
}

.hinted-tooltip__text .aligment-left {
	text-align: left;
}

.hinted-tooltip__text .aligment-right {
	text-align: right;
}

.hinted-tooltip__text ol,
.hinted-tooltip__text ul {
	padding-left: 1.5em;
}

.hinted-tooltip .hinted-hint-bottom-link {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-decoration: none;
	left: 20px;
	bottom: 20px;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

.hinted-tooltip .hinted-hint-bottom-link .logo-powered {
	color: #000;
	opacity: 0.5;
	font-family: 'Roboto';
	font-size: 10px;
}

.hinted-tooltip .hinted-hint-bottom-link .logo-icon {
	display: block;
	max-width: 30px;
}

.hinted-tooltip .hinted-hint-bottom-link .custom-logo-icon {
	max-width: 30px;
	height: auto;
}

.hinted-tooltip.style-classic {
	border-radius: 10px !important;
	padding: 20px;
	border: none;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

.hinted-tooltip.style-classic .hinted-tooltip__text {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 16px !important;
}

.hinted-tooltip.style-classic .hinted-tooltip__text center {
	line-height: normal;
}

.hinted-tooltip.style-classic .hinted-hint-bubble-number {
	font-weight: normal;
	opacity: 0.7;
	font-size: 12px;
}

.hinted-tooltip.style-classic .hinted-tooltip__title,
.hinted-tooltip.style-classic h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 12px !important;
}

.hinted-tooltip a,
.hinted-tooltip scenario {
	color: inherit !important;
	text-decoration: underline !important;
	cursor: pointer;
}

.hinted-tooltip u {
	text-decoration: underline !important;
}

.hinted-tooltip-border {
	display: inline-block;
	position: absolute;
	border: 2px solid #02ac5e;
	border-radius: 2px;
	background-color: transparent;
	color: #000;
	visibility: hidden;
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	z-index: 9999999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	top: 0;
	left: -99999999px;
	pointer-events: none;
}

.hinted-tooltip-border--visible {
	visibility: visible;
}

.hinted-hint-overlay-selector {
	position: fixed;
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	z-index: 999999;
	opacity: 0.5;
}

@media screen and (max-width: 680px) {
	hinted-bubble {
		width: 90% !important;
		max-width: 400px !important;
	}

	hinted-bubble.hinted-hint-bubble.animated.hinted-widget__custom-styles {
		left: 0 !important;
		margin-left: 5%;
		margin-right: 5%;
		width: 90% !important;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-left-border {
		width: 100% !important;
		max-width: 400px !important;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 400px !important;
	}

	.tp-header span {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		display: flex;
		align-items: center;
		color: #2d2f33;
		padding-right: 20px;
		font-size: 14px;
		line-height: 18px;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content {
		margin: 0;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container {
		padding: 12px;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container .hinted-hint-bubble-content .hinted-hint-content.ql-editor {
		margin: -5px 0 10px;
	}

	.hinted-hint-bubble-arrow-container.hinted-hint-arrow.down .hinted-hint-bubble-arrow {
		top: -17px !important;
		left: 50px !important;
		border-top-color: #fff !important;
	}

	.hinted-hint-bubble-arrow-container.hinted-hint-arrow.up .hinted-hint-bubble-arrow {
		top: -17px !important;
		left: 50px !important;
	}
}

@media screen and (max-width: 380px) {
	hinted-bubble {
		width: 100% !important;
		max-width: 350px !important;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-left-border {
		width: 100% !important;
		max-width: 350px !important;
	}

	hinted-bubble.hinted-hint-bubble .hinted-hint-bubble-container {
		width: 100% !important;
		max-width: 350px !important;
	}

	.hinted-hint-bubble-arrow-container.hinted-hint-arrow.down .hinted-hint-bubble-arrow {
		top: -17px !important;
		left: 50px !important;
		border-top-color: #fff !important;
	}

	.hinted-hint-bubble-arrow-container.hinted-hint-arrow.up .hinted-hint-bubble-arrow {
		top: -17px !important;
		left: 50px !important;
	}
}

.hinted-tooltip-hotspot-icon {
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #02ac5d;
	opacity: 0.7;
	text-align: center;
	color: #fff;
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	font-weight: bold;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hinted-tooltip-hotspot-icon:before {
	content: 'i';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hinted-nonpe * {
	pointer-events: none;
}

.hinted-pe,
.hinted-pe *,
[data-hinted-extension],
[data-hinted-extension] * {
	pointer-events: auto !important;
}

.hinted-tooltip-underline {
	height: 3px;
	background-color: #02ac5e;
	cursor: pointer;
	margin-top: 2px;
	cursor: pointer;
	pointer-events: auto;
	display: none;
}

.hinted-tooltip-frame {
	border: 3px solid #02ac5e;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	display: none;
}

.hinted-tooltip-hotspot-underline {
	height: auto;
}

.hinted-tooltip-hotspot-frame {
	height: auto;
}

.images {
	max-width: 100%;
}

.hinted-ondemand-widget {
	position: fixed;
	z-index: 2147483647;
	bottom: 0;
}

.hinted-btn {
	height: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 'Roboto', sans-serif !important;
	cursor: pointer;
	width: inherit;
	display: flex;
	align-items: center;
}

.hinted-btn-title {
	padding-bottom: 5px;
}

.hinted-btn:active {
	position: relative;
	top: 1px;
}

.hinted__logo {
	display: none;
}

#hinted-scenlist {
	width: 250px;
	/* Defaults for bottom right */
	position: absolute;
	bottom: 50px;
	right: 0;
	word-break: normal;
}

.hinted-play-btn {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	padding: 0;
	position: relative;
}

.bottom-right {
	bottom: 50px;
	/* bottom distance = height of help button */
	right: 0;
}

.top-right {
	top: 50px;
	right: 0;
}

.top-left {
	top: 50px;
	left: 0;
}

.bottom-left {
	bottom: 50px;
	left: 0;
}

#hinted__container-floating {
	opacity: 1;
	width: 100px;
	height: 100px;
	z-index: 10000;
	position: fixed;
	touch-action: none;
	animation: fadein 1s ease-in;
}

#hinted__container-floating .first-time-discovery {
	position: absolute;
	font-size: 1rem;
	border-radius: 50%;
	background-color: #343349;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
	width: 800px;
	height: 800px;
	left: -370px;
	top: -370px;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

#hinted__container-floating .first-time-discovery.show {
	transform: scale(1);
	opacity: 0.95;
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

#hinted__container-floating .first-time-discovery .hello-message {
	color: #fff;
	top: 28%;
	position: absolute;
	/* font-weight: bold; */
	font-size: 23px;
	max-width: 340px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#hinted__container-floating .first-time-discovery .hello-description {
	color: #fff;
	top: 33%;
	position: absolute;
	font-size: 15px;
	max-width: 300px;
}

#hinted__container-floating.bottom-right,
#hinted__container-floating.bottom-left {
	right: 0px;
	bottom: 0px;
}

#hinted__container-floating.bottom-right .first-time-discovery .hello-message,
#hinted__container-floating.bottom-left .first-time-discovery .hello-message {
	right: 45%;
	text-align: right;
}

#hinted__container-floating.bottom-right .first-time-discovery .hello-description,
#hinted__container-floating.bottom-left .first-time-discovery .hello-description {
	right: 45%;
	text-align: right;
}

#hinted__container-floating.bottom-right .floating-wrapper__container,
#hinted__container-floating.bottom-left .floating-wrapper__container {
	right: 20px;
}

#hinted__container-floating.bottom-right .floating-wrapper__content,
#hinted__container-floating.bottom-left .floating-wrapper__content {
	right: 20px;
	bottom: 20px;
}

#hinted__container-floating.bottom-right .hinted__control-finish,
#hinted__container-floating.bottom-left .hinted__control-finish,
#hinted__container-floating.bottom-right .hinted__control-list-page,
#hinted__container-floating.bottom-left .hinted__control-list-page {
	right: 20px;
}

#hinted__container-floating.bottom-right #hinted__scenarios,
#hinted__container-floating.bottom-left #hinted__scenarios {
	right: 20px;
}

#hinted__container-floating.bottom-right #hinted__scenarios-search,
#hinted__container-floating.bottom-left #hinted__scenarios-search {
	padding: 3px 6px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#hinted__container-floating.bottom-right #hinted__scenarios .empty,
#hinted__container-floating.bottom-left #hinted__scenarios .empty {
	background: none;
	color: #000;
	padding: 6px 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'Roboto' !important;
	font-size: 15px;
	text-align: left;
	padding-left: 26px;
	box-sizing: border-box;
}

#hinted__container-floating.bottom-right .hinted__scenarios-search-container,
#hinted__container-floating.bottom-left .hinted__scenarios-search-container {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hinted__container-floating.bottom-right .hinted__scenarios-search-icon,
#hinted__container-floating.bottom-left .hinted__scenarios-search-icon {
	position: absolute;
	right: 20px;
	height: 16px;
}

#hinted__container-floating.bottom-right .hinted__scenarios-search-close-icon,
#hinted__container-floating.bottom-left .hinted__scenarios-search-close-icon {
	display: none;
}

#hinted__container-floating.bottom-right #hinted__scenarios-title,
#hinted__container-floating.bottom-left #hinted__scenarios-title {
	color: #fff;
	background-color: rgba(167, 68, 130, 0.95);
	padding-right: 60px;
}

#hinted__container-floating.bottom-left {
	left: 0px;
	bottom: 0px;
}

#hinted__container-floating.bottom-left .first-time-discovery .hello-message {
	right: unset;
	left: 50%;
	text-align: left;
}

#hinted__container-floating.bottom-left .first-time-discovery .hello-description {
	right: unset;
	left: 50%;
	text-align: left;
}

#hinted__container-floating.bottom-left .floating-wrapper__container {
	left: 20px;
	right: unset;
}

#hinted__container-floating.bottom-left .hinted__control-finish,
#hinted__container-floating.bottom-left .hinted__control-list-page {
	left: 20px;
}

#hinted__container-floating.bottom-left #hinted__scenarios {
	left: 20px;
}

#hinted__container-floating.bottom-left #hinted__scenarios-title {
	padding-left: 60px;
}

#hinted__container-floating.bottom-left .floating-wrapper.style-classic .floating-wrapper__container {
	border-radius: 10px 10px 10px 34px;
}

#hinted__container-floating.bottom-left .floating-wrapper.style-classic #hinted__floating-button {
	right: 14px;
}

#hinted__container-floating.bottom-left .floating-wrapper.style-classic #hinted__scenarios-title {
	border-radius: 34px 0 10px 34px;
	padding-left: 75px;
}

#hinted__container-floating .floating-wrapper.pulse:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 10px solid #fff;
	position: absolute;
	top: 26px;
	left: 26px;
	animation: pulse 2s ease 0s infinite;
}

#hinted__container-floating .floating-wrapper .hinted__tooltip-icon,
#hinted__container-floating .floating-wrapper .hinted__resize-icon {
	display: none;
}

#hinted__container-floating .floating-wrapper .hinted__close {
	display: none;
}

#hinted__container-floating .floating-wrapper__container {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	background-color: #f9f9f9;
	max-height: 400px;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 3px;
	bottom: 20px;
	min-height: 80px;
	width: 400px;
}

#hinted__container-floating .floating-wrapper__container--hide {
	opacity: 0 !important;
	pointer-events: none !important;
}

#hinted__container-floating .floating-wrapper__container--show {
	opacity: 1 !important;
	pointer-events: auto !important;
}

#hinted__container-floating .floating-wrapper__container ::-webkit-scrollbar-track {
	background-color: rgba(245, 245, 245, 0.329);
	border-radius: 5px;
}

#hinted__container-floating .floating-wrapper__container ::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5;
}

#hinted__container-floating .floating-wrapper__container ::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
	border-radius: 5px;
}

#hinted__container-floating .floating-wrapper__content {
	overflow: auto;
	overflow-x: hidden;
	max-height: 290px;
	min-height: 80px;
}

#hinted__container-floating .floating-wrapper__content .empty-message {
	background: none;
	color: #000;
	padding: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'Roboto' !important;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
}

#hinted__container-floating .floating-wrapper:hover__container {
	opacity: 1;
	pointer-events: auto;
}

#hinted__container-floating .floating-wrapper summary::-webkit-details-marker {
	display: none;
}

#hinted__container-floating .floating-wrapper summary::-moz-list-bullet {
	list-style-type: none;
}

#hinted__container-floating .floating-wrapper summary::marker {
	display: none;
}

#hinted__container-floating .floating-wrapper summary .hinted__arrow-icon {
	right: 14px;
	width: 10px;
	height: 20px;
	margin-left: auto;
	content: 'attr(data-summary-arrow)';
	transition: transform 0.3s;
	transform: rotateZ(180deg);
}

#hinted__container-floating .floating-wrapper details[open]>summary .hinted__arrow-icon {
	transform: rotateZ(0deg);
}

#hinted__container-floating .floating-wrapper details :not(path):not(circle):empty {
	display: none;
}

@keyframes pulse {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	80% {
		opacity: 0.3;
		transform: scale(2);
	}

	100% {
		opacity: 0;
		transform: scale(3);
	}
}

#hinted__container-floating .floating-wrapper:hover .floating-wrapper__container {
	opacity: 1;
	pointer-events: auto;
}

#hinted__container-floating .floating-wrapper:hover .hinted__edit {
	animation: edit-in 0.2s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}

#hinted__container-floating .floating-wrapper:hover .hinted__edit svg {
	vertical-align: baseline;
}

#hinted__container-floating .floating-wrapper:hover .hinted__plus {
	animation: plus-in 0.15s linear;
	animation-fill-mode: forwards;
}

#hinted__container-floating .floating-wrapper:hover #hinted__floating-button {
	background-color: #343349;
	box-shadow: none;
}

#hinted__container-floating .floating-wrapper.style-classic.pulse:before {
	top: 18px;
	left: 18px;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__container {
	width: 400px;
	max-height: 475px;
	min-height: 80px;
	border-radius: 10px 10px 34px;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__container:hover~#hinted__floating-button {
	background-color: transparent !important;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content {
	padding: 0px 30px;
	max-height: 340px;
	min-height: 0;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__controller-title,
#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__scenarios-title,
#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__scenarios-on-page-title,
#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__links-title {
	font-size: 12px;
	opacity: 0.7;
	font-weight: 600;
	line-height: 14px;
	padding: 10px 0 0;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__controller-title {
	padding-top: 23px;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__controller-list-item,
#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted-play-btn {
	padding: 0;
	margin: 10px 0;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__controller-list-item:hover,
#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted-play-btn:hover {
	color: #c62f5a;
	background-color: transparent;
	transition: color 150ms, background-color 150ms;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__controller-list,
#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__scenarios-body {
	padding: 0 !important;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__scenarios-on-page-icon {
	width: -moz-max-content;
	width: max-content;
	margin-right: 0;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__run-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 11px;
	font-family: 'Roboto' !important;
	font-weight: bold;
	margin-right: 5px;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__run-button svg {
	margin-right: 5px;
}

#hinted__container-floating .floating-wrapper.style-classic .floating-wrapper__content .hinted__controller-wrapper .empty {
	padding: 0;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__plus-icon:first-child,
#hinted__container-floating .floating-wrapper.style-classic .hinted__edit-icon:first-child {
	display: none;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__tooltip-icon,
#hinted__container-floating .floating-wrapper.style-classic .hinted__resize-icon {
	display: block;
	margin: auto;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__edit {
	top: -7px;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__scenarios-search-container {
	padding: 2px;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__scenarios-search-container input {
	padding-right: 68px !important;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__scenarios-search-close-icon {
	position: absolute;
	right: 50px;
	height: 18px;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__scenarios-search-close-icon:hover {
	color: #c62f5a;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__scenarios-search-icon {
	position: absolute;
	right: 18px;
	height: 16px;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__logo {
	display: block;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__logo a {
	text-decoration: none;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__logo a svg {
	max-width: 30px;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted__logo .custom-logo-icon {
	max-width: 30px;
	height: auto;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted-hint-bottom-link {
	display: block;
	text-align: center;
	bottom: 12px !important;
	left: 0 !important;
	width: 100%;
}

#hinted__container-floating .floating-wrapper.style-classic .hinted-hint-bottom-link .logo-powered {
	color: #000;
	opacity: 0.5;
	font-size: 10px;
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__scenarios-search {
	padding: 13px 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	font-style: italic;
	line-height: 15.23px;
	color: #bbbbc6;
	background-color: #f4f4f4;
	border: none;
	border-radius: 8px;
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__scenarios-title {
	width: 100%;
	height: 65px;
	bottom: 0;
	border-radius: 0 34px 34px 10px;
	box-sizing: border-box;
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__scenarios-title .hinted__show-hints-text {
	font-size: 16px;
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__scenarios-body {
	padding: 0;
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__scenarios .empty {
	padding: 0;
	font-family: 'Roboto' !important;
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__floating-button {
	width: 65px;
	height: 65px;
	background: #c62f5a;
	box-shadow: 0px 10px 25px rgba(198, 47, 90, 0.3);
}

#hinted__container-floating .floating-wrapper.style-classic #hinted__floating-button:hover {
	background-color: transparent !important;
}

#hinted__container-floating .floating-wrapper.style-classic ::-webkit-scrollbar-track {
	background-color: rgba(245, 245, 245, 0.329);
	border-radius: 2px;
}

#hinted__container-floating .floating-wrapper.style-classic ::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5;
}

#hinted__container-floating .floating-wrapper.style-classic ::-webkit-scrollbar-thumb {
	background-color: #c62f5a;
	border-radius: 2px;
	height: 67px;
}

#hinted__container-floating .floating-wrapper.style-classic summary::-webkit-details-marker {
	display: block;
}

#hinted__container-floating .floating-wrapper.style-classic summary::-moz-list-bullet {
	list-style-type: circle;
}

#hinted__container-floating .floating-wrapper.style-classic summary::marker {
	display: block;
}

#hinted__container-floating.move .floating-wrapper__container {
	display: none !important;
}

#hinted__container-floating>* {
	font-family: 'Roboto', 'Helvetica Neue', 'Lucida Grande', sans-serif;
	all: initial;
}

#hinted__floating-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #02ac5d;
	position: absolute;
	bottom: 21px;
	right: 21px;
	cursor: pointer;
	box-shadow: 0px 2px 5px #666;
	font-family: 'Roboto';
	text-align: center;
	transition: background-color ease-in 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

#hinted__scenarios {
	width: auto;
	min-width: 300px;
	max-width: 500px;
}

#hinted__scenarios .empty {
	color: #343349;
	font-size: 18px;
}

#hinted__scenarios-body {
	background-color: #f9f9f9;
	overflow: auto;
	overflow-x: hidden;
	padding: 7px 0 10px;
}

#hinted__scenarios-on-page {
	padding-bottom: 14px;
}

#hinted__scenarios-on-page .hinted__scenarios-on-page-icon {
	margin-right: 5px;
}

#hinted__scenarios button.hinted-play-btn,
#hinted__scenarios-on-page button.hinted-play-btn {
	width: 100%;
	background: none;
	color: #000;
	padding: 6px 12px;
	overflow: hidden;
	white-space: normal;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: left;
	padding-left: 26px;
}

#hinted__scenarios button.hinted-play-btn[disabled],
#hinted__scenarios-on-page button.hinted-play-btn[disabled] {
	color: #999;
}

#hinted__scenarios button.hinted-play-btn[disabled]:hover,
#hinted__scenarios-on-page button.hinted-play-btn[disabled]:hover {
	background-color: transparent;
	color: #999;
	cursor: not-allowed;
}

#hinted__scenarios button.hinted-play-btn:hover,
#hinted__scenarios-on-page button.hinted-play-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba(167, 68, 130, 0.95);
	transition: color 150ms, background-color 150ms;
}

#hinted__scenarios button.hinted-play-btn.hinted-link,
#hinted__scenarios-on-page button.hinted-play-btn.hinted-link {
	text-decoration: none;
}

#container-floating:hover .nds {
	animation: bounce-nds 0.1s linear;
	animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
	animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
	animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
	animation-delay: 0.2s;
}

#hinted__links {
	margin-bottom: 15px;
}

#hinted__scenarios-title {
	display: flex;
	align-items: center;
	color: #02ac5e;
	font-size: 20px;
	padding: 5px 15px;
	height: 50px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

#hinted__scenarios-title-toggle-button {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 20px;
	margin-right: 5px;
	background-color: #bcc0c4;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

#hinted__scenarios-title-toggle-button::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 2.5px;
	top: 2.5px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 5px;
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

#hinted__scenarios-title-toggle-button:checked::after {
	transform: translateX(calc(100% - 1.5px));
	background-color: #fff;
}

#hinted__scenarios-title-toggle-button:checked {
	background: rgba(215, 27, 90, 0.5);
}

.hinted__plus {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}

.hinted__edit {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	opacity: 0;
	margin: auto;
	line-height: 65px;
	transform: rotateZ(-70deg);
	transition: all 0.3s;
	animation: edit-out 0.3s;
	background: none;
}

.hinted__controller-title {
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px;
	padding: 17px 14px 10px;
	text-align: left;
	color: #000;
	cursor: pointer;
}

.hinted__controller-title:hover {
	opacity: 0.5;
}

.hinted__controller-title.empty {
	cursor: default;
}

.hinted__controller-title.empty:hover {
	opacity: 1;
}

.hinted__controller-title.empty::after {
	display: none;
}

.hinted__controller-wrapper .empty {
	background: none;
	color: #000;
	padding: 6px 12px;
	white-space: normal;
	text-overflow: ellipsis;
	font-family: 'Roboto' !important;
	font-size: 15px;
	text-align: left;
	padding-left: 26px;
	box-sizing: border-box;
}

.hinted__scenario-list,
.hinted__controller-list {
	padding: 0 0 20px;
}

.hinted__controller-list-item {
	display: flex;
	color: #000;
	padding: 6px 26px;
	cursor: pointer;
	font-size: 15px;
}

.hinted__controller-list-item:hover {
	color: #fff;
	background-color: rgba(167, 68, 130, 0.95);
	transition: color 150ms, background-color 150ms;
}

.hinted__controller-list-item--success {
	text-decoration-line: line-through;
}

.hinted__controller-list-item--hasNocompleteScenarios--complete,
.hinted__controller-list-item--complete {
	text-decoration: line-through;
	font-size: 15px;
	line-height: 18px;
	color: #92929e;
}

.hinted__controller-list-item--hasNocompleteScenarios--complete:hover,
.hinted__controller-list-item--complete:hover {
	color: #92929e;
}

.hinted__scenario-list-item {
	display: flex;
	color: #000;
	font-size: 15px;
	padding: 6px 12px 6px 28px;
	cursor: pointer;
	transition: color 150ms, background-color 150ms;
}

.hinted__scenario-list-item:hover {
	color: #fff;
	background-color: rgba(167, 68, 130, 0.95);
}

.hinted__scenario-list-item--success {
	text-decoration-line: line-through;
}

.hinted__scenario-list-item--complete {
	text-decoration: line-through;
	font-size: 15px;
	line-height: 18px;
	color: #92929e;
}

.hinted__scenario-list-item--complete:hover {
	color: #92929e;
}

.hinted__link-item {
	text-decoration: none;
	display: flex;
	color: #000;
	padding: 6px 26px;
	cursor: pointer;
	font-size: 15px;
}

.hinted__link-item:hover {
	color: #fff;
	background-color: rgba(167, 68, 130, 0.95);
	transition: color 150ms, background-color 150ms;
}

.hinted__link-title-icon {
	margin-right: 5px;
}

.hinted__controller-list-item-icon,
.hinted__links-icon {
	margin-right: 5px;
	display: inline-block;
	width: 18px;
	display: flex;
	justify-content: center;
}

.hinted__links-icon {
	width: 14px;
	height: 14px;
}

.hinted__controller-list-item-text {
	overflow: hidden;
	white-space: normal;
	display: block;
	text-overflow: ellipsis;
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px;
	text-align: left;
}

.hinted__scenarios-title,
.hinted__scenarios-on-page-title,
.hinted__links-title {
	overflow: hidden;
	white-space: normal;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px;
	padding: 0 14px;
	text-align: left;
	color: #000;
	cursor: pointer;
}

.hinted__scenarios-title:hover,
.hinted__scenarios-on-page-title:hover,
.hinted__links-title:hover {
	opacity: 0.5;
}

.hinted__scenarios-on-page-title,
.hinted__links-title {
	padding: 10px 14px;
}

.hinted__control-finish,
.hinted__control-list-page {
	background-color: #f9f9f9;
	max-height: 350px;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 3px;
	bottom: 20px;
	min-height: 80px;
	width: auto;
	min-width: 300px;
	max-width: 500px;
}

.hinted__control-finish .hinted-hint-bottom-link,
.hinted__control-list-page .hinted-hint-bottom-link {
	display: none;
}

.hinted__control-finish .hinted-hint-bottom-link .custom-logo-icon,
.hinted__control-list-page .hinted-hint-bottom-link .custom-logo-icon {
	max-width: 30px;
	height: auto;
}

.hinted__control-list-page-icon-back {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.hinted__control-finish-icon-back {
	cursor: pointer;
}

.hinted__control-finish-icon-back:hover {
	opacity: 0.5;
}

.hinted__control-finish-icon {
	display: none;
}

.hinted__control-list-page-title-wrapper {
	display: flex;
	align-items: center;
}

.hinted__control-list-page-title-wrapper {
	cursor: pointer;
}

.hinted__control-list {
	margin-bottom: 25px;
}

.hinted__control-finish-content-title {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #343347;
}

.hinted__control-finish-content-text {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #343347;
	margin: 15px 0 25px;
}

.hinted__control-button {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	min-height: 38px;
	padding: 0 12px;
	cursor: pointer;
}

.hinted__control-button--outline {
	border: 1px solid #343C43 !important;
	background-color: transparent;
	color: #343C43 !important;
	transition: background-color 0.3s, color 0.3s;
}

.hinted__control-button--outline:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba(167, 68, 130, 0.95);
}

.hinted__control-button--primary {
	background: rgba(167, 68, 130, 0.95);
	border: none;
	color: #fff;
}

.hinted__control-button--left {
	margin-right: 10px;
}

.hinted__control-finish-content {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	min-height: 200px;
}

.hinted__control-wrapper-button {
	display: flex;
	justify-content: center;
}

.hinted__scenario-list-item-title {
	display: block;
	margin-left: 15px;
	font-size: 15px;
}

.hinted__scenario-list-item-icon {
	display: flex;
	align-items: center;
	width: 18px;
	justify-content: center;
	margin-right: 10px;
}

.hinted__scenarios-on-page-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hinted__scenarios-on-page-icon .hinted__run-button {
	border-radius: 3px;
	padding: 1px 5px;
}

.hinted__scenarios-title-icon {
	width: 18px;
	margin-right: 5px;
}

.hinted__controller-title-icon {
	width: 18px;
	margin-right: 5px;
}

.hinted__scenarios-body-icon {
	width: 16px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.hinted__scenario-list-page-title {
	margin-left: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	cursor: pointer;
}

.hinted__scenario-list-page-title-wrapper {
	padding: 17px 14px 7px;
}

.hinted__scenario-list-page-icon-back {
	cursor: pointer;
}

.hinted__scenario-list-page-icon-back:hover {
	opacity: 0.5;
}

.hinted__control-wrapper-range {
	margin: 20px 5px 5px 14px;
	display: flex;
	align-items: center;
}

.hinted__control-wrapper-range--finish {
	width: 100%;
}

.hinted__control-range {
	height: 2px;
	background: #ebebeb;
	border-radius: 5px;
}

.hinted__control-range--left {
	background: #343C43 !important;
	width: 0%;
	position: relative;
}

.hinted__control-range--left:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	overflow: hidden;
	background: #343C43 !important;
}

.hinted__control-range--right {
	width: 100%;
}

.hinted__control-range--finish {
	background: #343C43 !important;
	width: 100%;
	position: relative;
}

.hinted__control-range--finish:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	overflow: hidden;
	background: #343C43 !important;
}

.hinted__control-range-percent {
	font-weight: 900;
	font-size: 11px;
	line-height: 13px;
	color: #343C43 !important;
	margin: 0 30px 0 5px;
	font-style: italic;
}

.hinted__control-logo {
	display: none;
}

.hinted__close-control-list {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: -45px;
	top: 0;
	cursor: pointer;
	outline: none;
	border: none;
}

.hinted__control-finish.style-classic {
	display: flex;
	flex-flow: column;
	align-items: center;
	max-height: 475px;
	height: 475px;
	max-width: 400px;
	width: 400px;
	border-radius: 10px;
	background: #fff;
}

.hinted__control-finish.style-classic .hinted__scenario-list-page-title-wrapper {
	display: none;
}

.hinted__control-finish.style-classic .hinted__close-control-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hinted__control-finish.style-classic .hinted__control-finish-icon {
	display: block;
	margin-top: 65px;
}

.hinted__control-finish.style-classic .hinted__control-finish-icon-back {
	margin-top: 65px;
}

.hinted__control-finish.style-classic .hinted__control-wrapper-range {
	position: absolute;
	margin: 0px;
	bottom: 20px;
}

.hinted__control-finish.style-classic .hinted__control-range--finish {
	margin-left: 30px;
}

.hinted__control-finish.style-classic .hinted__control-button-reset {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	min-height: 40px;
	width: 135px;
	padding: 12px;
	cursor: pointer;
	display: block;
	background: #c62f5a;
	border: none;
	color: #fff;
}

.hinted__control-finish.style-classic .hinted__control-button-accept {
	width: 135px;
}

.hinted__control-finish.style-classic .hinted__control-finish-content {
	min-height: 80px;
	margin: 30px 50px 65px;
}

.hinted__control-finish.style-classic .hinted__control-finish-content-text {
	margin: 15px 0 30px;
}

.hinted__control-finish.style-classic #hinted__scenarios-title {
	display: none;
}

.hinted__control-finish.style-classic * {
	font-family: 'Roboto';
}

.hinted__control-list-page.style-classic {
	width: 402px;
	max-width: 402px;
	max-height: 478px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}

.hinted__control-list-page.style-classic #hinted__scenarios-title {
	display: none;
}

.hinted__control-list-page.style-classic .hinted__control-wrapper-range {
	height: 31px;
	margin: 0;
	width: 340px;
}

.hinted__control-list-page.style-classic .hinted__control-range-percent {
	margin: 0 5px 0;
}

.hinted__control-list-page.style-classic .hinted__control-wrapper-button {
	width: 113px;
	margin-left: 115px;
}

.hinted__control-list-page.style-classic .hinted__control-wrapper-button button {
	height: 32px;
}

.hinted__control-list-page.style-classic .hinted__scenario-list-page-title-wrapper {
	margin-bottom: 18px;
	padding: 0;
}

.hinted__control-list-page.style-classic .hinted__scenario-list-page-title {
	font-weight: bold;
}

.hinted__control-list-page.style-classic .hinted__scenario-list {
	padding: 0;
	margin-bottom: 16px;
}

.hinted__control-list-page.style-classic .hinted__scenario-list ul.hinted__scenario-list {
	max-height: 290px;
	overflow-y: auto;
}

.hinted__control-list-page.style-classic .hinted__scenario-list-item {
	padding: 0;
	margin: 10px 0;
	line-height: 18px;
}

.hinted__control-list-page.style-classic .hinted__scenario-list-item-title {
	margin: 0;
}

.hinted__control-list-page.style-classic .hinted-hint-bottom-link {
	display: block;
	position: absolute;
	text-align: center;
	bottom: 12px;
	right: 0px;
}

.hinted__control-list-page.style-classic .hinted-hint-bottom-link .logo-powered {
	color: #000;
	opacity: 0.5;
	font-size: 10px;
}

.hinted__control-list-page.style-classic .hinted-hint-bottom-link a {
	text-decoration: none;
}

.hinted__control-list-page.style-classic .hinted__close-control-list {
	display: block;
}

.hinted__hidden-tooltip-block {
	display: flex;
	background: #f4f4f4;
	border-radius: 5px;
	padding: 10px;
	align-items: center;
	margin-top: 20px;
}

.hinted__hidden-tooltip-text {
	flex-grow: 2;
	margin-left: 10px;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 20px !important;
	color: #343349 !important;
}

.hinted__hidden-tooltip-button {
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 20px !important;
	color: #343349 !important;
	opacity: 0.8 !important;
	text-decoration: underline !important;
	cursor: pointer;
}

.scenario-link {
	display: flex;
}

.scenario-link__title {
	margin-left: 5px;
}

.scenario-link__wrapper {
	display: flex;
	margin-bottom: 5px;
}

.hinted-element-notification-hidden-tooltip {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	position: absolute;
	border: 1px solid #ccc;
	padding: 25px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	z-index: 1000;
}

.hinted-element-notification-hidden-tooltip__title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #343349;
}

.hinted-element-notification-hidden-tooltip__content {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #343349;
	margin: 10px 0;
}

.hinted-element-notification-hidden-tooltip__buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.hinted-element-notification-hidden-tooltip__button {
	border-radius: 8px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 9px;
	margin-right: 10px;
	border-radius: 8px;
	cursor: pointer;
	transition: opacity 0.5s;
}

.hinted-element-notification-hidden-tooltip__button--red {
	background-color: #c62f5a;
	color: #fff;
	border: 1px solid #c62f5a;
}

.hinted-element-notification-hidden-tooltip__button--outline {
	background-color: #fff;
	color: #343C43 !important;
	border: 1px solid #343C43 !important;
}

.hinted-element-notification-hidden-tooltip__button--not-style {
	border: none;
	background-color: transparent;
	color: #343C43 !important;
}

.hinted-element-notification-hidden-tooltip__button:hover {
	opacity: 0.8;
}

.hinted-element-notification-hidden-tooltip__button:last-child {
	margin-right: 0;
}

.hinted-element-notification-stopped-scenario {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	position: absolute;
	border: 1px solid #ccc;
	padding: 25px;
	max-width: 400px;
	width: 100%;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	z-index: 1000;
}

.hinted-element-notification-stopped-scenario__title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #343349;
}

.hinted-element-notification-stopped-scenario__content {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #343349;
	margin: 10px 0;
}

.hinted-element-notification-stopped-scenario__buttons {
	display: flex;
	justify-content: flex-end;
}

.hinted-element-notification-stopped-scenario__button {
	border-radius: 8px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 9px;
	margin-right: 10px;
	border-radius: 8px;
	cursor: pointer;
	transition: opacity 0.5s;
}

.hinted-element-notification-stopped-scenario__button--red {
	background-color: #c62f5a;
	color: #fff;
	border: 1px solid #c62f5a;
}

.hinted-element-notification-stopped-scenario__button--outline {
	background-color: #fff;
	color: #343C43 !important;
	border: 1px solid #343C43 !important;
}

.hinted-element-notification-stopped-scenario__button--not-style {
	border: none;
	background-color: transparent;
	color: #343C43 !important;
}

.hinted-element-notification-stopped-scenario__button:hover {
	opacity: 0.8;
}

.hinted-element-notification-stopped-scenario__button:last-child {
	margin-right: 0;
}

.hinted-element-notification-stopped-scenario__close {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 13px;
	widget: 13px;
	outline: none;
	background: transparent;
	border: none;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 300ms;
}

.hinted-element-notification-stopped-scenario__close:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 13px;
	background-color: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: currentColor;
}

.hinted-element-notification-stopped-scenario__close:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 13px;
	background-color: #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
	left: 50%;
	background-color: currentColor;
}

.hinted-element-notification-stopped-scenario__close:hover {
	opacity: 1;
}

.hinted-element-notification-stopped-scenario-background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	pointer-events: none;
}

.search-element-notification {
	background: #fff;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-flow: column;
	padding: 15px 15px 10px;
	max-width: 370px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 2147483647;
}

.search-element-notification__main {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.search-element-notification__title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.001em;
	color: #343349;
	margin-left: 15px;
}

.search-element-notification__loader {
	animation: 1s linear 0s normal none infinite running rotate;
	width: 40px;
}

.search-element-notification__logotype {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 8px;
	line-height: 9px;
	display: flex;
	align-items: center;
	letter-spacing: 0.01em;
	color: rgba(27, 27, 58, 0.75);
	text-decoration: none;
}

.search-element-notification__footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-element-notification__footer_cancel {
	border: none;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 10px;
}

.search-element-notification__footer_cancel:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.search-element-notification__logo-text {
	display: block;
	margin-right: 5px;
}

.search-element-notification__logo {
	width: 28px;
	height: 8px;
}

.hinted-tooltip {
	word-break: break-word;
}

.hinted-tooltip__close {
	position: absolute;
	right: 10px;
	top: 7px;
	border: none;
	background: transparent;
	color: #eee;
	cursor: pointer;
}

.hinted-tooltip__close:before {
	content: '';
	position: absolute;
	width: 2px;
	color: currentColor;
	height: 12px;
	transform: rotate(-45deg);
	background-color: currentColor;
}

.hinted-tooltip__close:after {
	content: '';
	position: absolute;
	width: 2px;
	color: currentColor;
	height: 12px;
	transform: rotate(45deg);
	background-color: currentColor;
}

.hinted-tooltip__edit {
	display: none;
	position: absolute;
	height: 12px;
	right: 25px;
	top: 7px;
	background: transparent;
	color: #eee;
	cursor: pointer;
	border: none;
	outline: none;
}

.hinted-tooltip__edit--show {
	display: flex;
}

.nowrap-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes edit-in {
	from {
		opacity: 0;
		transform: rotateZ(-70deg);
	}

	to {
		opacity: 1;
		transform: rotateZ(0deg);
	}
}

@keyframes edit-out {
	from {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	to {
		opacity: 0;
		transform: rotateZ(-70deg);
	}
}

@keyframes plus-in {
	from {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	to {
		opacity: 0;
		transform: rotateZ(180deg);
	}
}

@keyframes plus-out {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes bounce-nds {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes bounce-out-nds {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}