.e-chatbot--ad {
	display: none;
	position: absolute;
	top: 20px;
	left: 8px;
	z-index: 20000;
}

.loicon-dot-icon {
	font-size: 16px;
	color: #E51029;
	background-color: #E51029;
	border-radius: 50%;
}

.c-chatbot:not(.c-chatbot--opened) .c-chatbot__body {
	display: none;
}

.c-chatbot.c-chatbot--opened .c-chatbot__body {
	border: 0 solid #1b0202;
	height: calc(100vh - 67px);

	-webkit-animation-name: bounce-4;
	-moz-animation-name: bounce-4;
	-o-animation-name: bounce-4;
	animation-name: bounce-4;

	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;

	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;

	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;

	width: 375px;
	margin: 5px 10px 5px 30px;
	background-color: rgba(0, 42, 68, 0.85) !important;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(2px);
	border-radius: 8px;
	position: absolute;
	bottom: 57px;
}

.e-chatbot--close {

	position: absolute;
	right: 0;
	width: 30px;
	height: 35px;
	top: 4px;
	z-index: 10008;
	display: none;
	cursor: pointer;
	align-items: center;
	justify-content: flex-end;


}

.chatbot-close-min-noa {
	color: #264960;
	font-weight: bold;
}

.e-chatbot--close:hover {
	opacity: 0.3;
}


#imbee>iframe {
	display: none;
}

@keyframes bounce-4 {
	0% {
		transform: scale(0.48, 0.04);
	}

	100% {
		transform: scale(1.02, 1.00);
	}
}

#c-chatbot__TEST {
	height: 100vh;
	overflow-y: hidden;
	display: block !important;

}

.c-chatbot__wrapper {
	height: 100vh;
}

.e-chatbot--toggle {
	cursor: pointer;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	bottom: 15px;
	right: 11px;
	background-color: rgba(38, 74, 96, 1);
	animation-duration: 500ms;
	animation-direction: alternate;


	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7);

	color: #fff;
	justify-content: center;
	align-items: center;
	z-index: 10005;

}

.e-chatbot--toggle:hover {
	background-color: #2f4a60;
	color: #d6d6d6;
}

.c-chatbot--opened .e-chatbot--toggle {
	width: 40px;
	height: 40px;
}

.c-chatbot__head__icon.loicon-close:before {

	-moz-animation-name: xAnimation;
	-o-animation-name: xAnimation;
	animation-name: xAnimation;
	-webkit-animation-name: xAnimation;


	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;

	-moz-animation-duration: 600ms;
	-o-animation-duration: 600ms;
	animation-duration: 600ms;
	-webkit-animation-duration: 600ms;


	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;

	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-chatbot__head__title {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.c-chatbot__head__icon.loicon-chatbot-filled:before {

	-webkit-animation-name: botAnimation;
	-moz-animation-name: botAnimation;
	-o-animation-name: botAnimation;
	animation-name: botAnimation;

	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;

	-webkit-animation-duration: 600ms;
	-moz-animation-duration: 600ms;
	-o-animation-duration: 600ms;
	animation-duration: 600ms;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-o-animation-delay: 150ms;
	animation-delay: 150ms;

	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.literal-noa {
	font-family: "open_sansregular";
	margin: 0;

	-webkit-animation-name: textAnimation;
	-moz-animation-name: textAnimation;
	-o-animation-name: textAnimation;
	animation-name: textAnimation;

	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;

	-webkit-animation-duration: 600ms;
	-moz-animation-duration: 600ms;
	-o-animation-duration: 600ms;
	animation-duration: 600ms;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-o-animation-delay: 150ms;
	animation-delay: 150ms;

	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	letter-spacing: 0.05rem;
}

.c-chatbot__head__icon.loicon-chatbot-filled:before {
	font-size: 34px;
	margin-bottom: 0.1rem;
}

.imbee-typing {
	border-radius: 7px;
	font: 13px/1.231 "open_sansregular", arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: absolute;
	bottom: -15px;
	display: none;
	-webkit-animation: opacity-loading 500ms both;
	-moz-animation: opacity-loading 500ms both;
	-o-animation: opacity-loading 500ms both;
	animation: opacity-loading 500ms both;

	-webkit-animation-delay: 450ms;
	-moz-animation-delay: 450ms;
	-o-animation-delay: 450ms;
	animation-delay: 450ms;
}

.imbee-typing-inner {
	display: flex;
	position: absolute;
	top: 25%;
	left: 200px;
}

.imbee-typing-inner>* {

	display: block;
	width: 6px;
	height: 6px;

	margin-right: 4px;
	border-radius: 50%;
	-webkit-animation: content__dots ease-in-out 880ms;
	-moz-animation: content__dots ease-in-out 880ms;
	-o-animation: content__dots ease-in-out 880ms;
	animation: content__dots ease-in-out 880ms normal none infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-transform: translateY(250%);
	-moz-transform: translateY(250%);
	-o-transform: translateY(250%);
	transform: translateY(250%);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.imbee-typing-inner>*:nth-child(1) {
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-o-animation-delay: 150ms;
	animation-delay: 150ms;
	background: #ffffff;
}

.imbee-typing-inner>*:nth-child(2) {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
	background: #ffffff;
}

.imbee-typing-inner>*:nth-child(3) {
	-webkit-animation-delay: 450ms;
	-moz-animation-delay: 450ms;
	-o-animation-delay: 450ms;
	animation-delay: 450ms;
	background: #ffffff;
}

.imbee-typing-text {
	position: absolute;
	top: 40%;
	left: 160px;
	color: #99a9b3;
	font-style: italic;
}

.imbee-typing-text>p {
	margin: 0;
	height: fit-content;
}

@-webkit-keyframes content__dots {
	0% {
		-webkit-transform: translate(0px, 250%);
		transform: translate(0px, 250%);
	}

	50% {
		-webkit-transform: translate(0px, 0%);
		transform: translate(0px, 0%);
	}

	100% {
		-webkit-transform: translate(0px, 250%);
		transform: translate(0px, 250%);
	}
}

@keyframes content__dots {
	0% {
		-webkit-transform: translate(0px, 250%);
		transform: translate(0px, 250%);
	}

	50% {
		-webkit-transform: translate(0px, 0%);
		transform: translate(0px, 0%);
	}

	100% {
		-webkit-transform: translate(0px, 250%);
		transform: translate(0px, 250%);
	}
}

@keyframes shake {
	0% {
		-webkit-transform: translate(0px, 0px);
	}

	10% {
		-webkit-transform: translate(5px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, 0px);
	}

	30% {
		-webkit-transform: translate(5px, 0px);
	}

	40% {
		-webkit-transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(5px, 0px);
	}

	60% {
		-webkit-transform: translate(0px, 0px);
	}

	70% {
		-webkit-transform: translate(5px, 0px);
	}

	80% {
		-webkit-transform: translate(0px, 0px);
	}

	90% {
		-webkit-transform: translate(5px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

@keyframes xAnimation {
	0% {
		opacity: 0;
		transform: rotate(37deg);
		font-size: 24px;
	}

	100% {
		opacity: 1;
		transform: rotate(0deg);
		font-size: 16px;
	}
}

@-webkit-keyframes xAnimation {
	0% {
		opacity: 0;
		-webkit-transform: rotate(37deg);
		font-size: 24px;
	}

	100% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
		font-size: 16px;
	}
}

@keyframes botAnimation {
	0% {
		opacity: 0;
		font-size: 16px;
		transform: rotate(37deg);
	}

	100% {
		opacity: 1;
		font-size: 34px;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes botAnimation {
	0% {
		opacity: 0;
		font-size: 16px;
		-webkit-transform: rotate(37deg);
	}

	100% {
		opacity: 1;
		font-size: 34px;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes textAnimation {
	0% {
		opacity: 0;
		font-size: 8px;
		transform: rotate(37deg);
	}

	100% {
		opacity: 1;
		font-size: 13px;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes textAnimation {
	0% {
		opacity: 0;
		font-size: 8px;
		-webkit-transform: rotate(37deg);
	}

	100% {
		opacity: 1;
		font-size: 13px;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes opacity-loading {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity-loading {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes noa-ad {
	0% {
		transform: rotate(37deg);
	}

	25% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(37deg);
	}

	60% {
		transform: rotate(0deg);
	}

	85% {
		transform: rotate(37deg);
	}

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

@-webkit-keyframes noa-ad {
	0% {
		transform: rotate(37deg);
	}

	25% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(37deg);
	}

	60% {
		transform: rotate(0deg);
	}

	85% {
		transform: rotate(37deg);
	}

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