@font-face {
	font-family: Open Sans;
	src: url("https://cdn.inbenta.io/static/fonts/OpenSans-Regular.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/OpenSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:Open Sans;src:url("https://cdn.inbenta.io/static/fonts/OpenSans-Italic.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/OpenSans-Italic.woff") format("woff");font-weight:400;font-style:italic;
}

@font-face {
	font-family:Open Sans;src:url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBold.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBold.woff") format("woff");font-weight:500;font-style:normal;
}

@font-face {
	font-family:Open Sans;src:url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBoldItalic.woff") format("woff");font-weight:500;font-style:italic;
}

@font-face {
	font-family:Open Sans;src:url("https://cdn.inbenta.io/static/fonts/OpenSans-Bold.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/OpenSans-Bold.woff") format("woff");font-weight:600;font-style:normal;
}

@font-face {
	font-family:Montserrat;src:url("https://cdn.inbenta.io/static/fonts/montserrat-bold-webfont.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/montserrat-bold-webfont.woff") format("woff");font-weight:600;font-style:normal;
}

@font-face {
	font-family:Montserrat;src:url("https://cdn.inbenta.io/static/fonts/montserrat-medium-webfont.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/montserrat-medium-webfont.woff") format("woff");font-weight:500;font-style:normal;
}

@font-face {
	font-family:Montserrat;src:url("https://cdn.inbenta.io/static/fonts/montserrat-light-webfont.woff2") format("woff2"),url("https://cdn.inbenta.io/static/fonts/montserrat-light-webfont.woff") format("woff");font-weight:300;font-style:normal;
}

@font-face {
	font-family:inbenta-app-icons;src:url("https://cdn.inbenta.io/static/fonts/inbenta-app-icons.woff") format("woff");font-weight:400;font-style:normal;
}

.inbenta-bot [data-icon]:before {
	content: attr(data-icon);
	line-height: 1;
}

.inbenta-bot-icon,.inbenta-bot [data-icon]:before {
	font-family: inbenta-app-icons!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inbenta-bot-icon {
	font-size: 20px;
	line-height: normal;
}

.inbenta-bot {
	-webkit-text-size-adjust: 100%;
	z-index: 999999;
}

.inbenta-bot * {
	box-sizing: border-box;
}

.inbenta-bot-button {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.inbenta-bot-button,.inbenta-bot-dropdown__trigger {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot-dropdown__trigger {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.inbenta-bot-dropdown__menu {
	height: 0;
}

.inbenta-bot-dropdown__menu__item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot-dropdown--active .inbenta-bot-dropdown__menu {
	height: auto;
	z-index: 9999;
}

.inbenta-bot__launcher {
	cursor: pointer;
	z-index: 999999;
}

.inbenta-bot__launcher,.inbenta-bot__launcher__notifications {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot .ui-draggable {
	position: fixed!important;
	top: !important;
	right: !important;
	bottom: !important;
	left: !important;
	z-index: 999999;
}

.inbenta-bot .inbenta-bot__bubble__custom-window,.inbenta-bot .inbenta-bot__chat__custom-window {
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	z-index: 99;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.inbenta-bot .inbenta-bot__bubble__custom-window>span,.inbenta-bot .inbenta-bot__chat__custom-window>span {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.inbenta-bot .inbenta-bot__bubble__custom-window>span .custom-window__content,.inbenta-bot .inbenta-bot__chat__custom-window>span .custom-window__content {
	width: 100%;
}

.inbenta-bot .inbenta-bot__bubble__custom-window iframe,.inbenta-bot .inbenta-bot__chat__custom-window iframe {
	border: none;
	width: 100%;
	margin: 0;
	height: 100%;
}

.inbenta-bot .inbenta-bot__bubble iframe,.inbenta-bot .inbenta-bot__chat iframe {
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.inbenta-bot__bubble,.inbenta-bot__chat {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 999999;
}

.inbenta-bot__bubble embed,.inbenta-bot__bubble iframe,.inbenta-bot__bubble img,.inbenta-bot__chat embed,.inbenta-bot__chat iframe,.inbenta-bot__chat img {
	max-width: 100%;
	height: auto;
}

.inbenta-bot__bubble table,.inbenta-bot__chat table {
	border: 1px solid transparent;
	border-collapse: collapse;
}

.inbenta-bot__bubble table td,.inbenta-bot__bubble table th,.inbenta-bot__chat table td,.inbenta-bot__chat table th {
	border: 1px solid transparent;
	padding: 4px;
	text-align: left;
}

.inbenta-bot__bubble__header,.inbenta-bot__chat__header {
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	cursor: move;
	z-index: 100;
}

.inbenta-bot__bubble .header__actions,.inbenta-bot__bubble__header,.inbenta-bot__chat .header__actions,.inbenta-bot__chat__header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot__bubble .header__actions,.inbenta-bot__chat .header__actions {
	cursor: pointer;
}

.inbenta-bot__bubble__body,.inbenta-bot__chat__body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	overflow: hidden;
}

.inbenta-bot__bubble__body__faq,.inbenta-bot__chat__body__faq {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

.inbenta-bot__bubble .body__inbenta-alert,.inbenta-bot__chat .body__inbenta-alert {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 20;
}

.inbenta-bot__bubble .body__avatar-content__avatar,.inbenta-bot__chat .body__avatar-content__avatar {
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot__bubble .body__wrapper,.inbenta-bot__chat .body__wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	overflow: auto;
	overflow-x: hidden;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}

.inbenta-bot__bubble .body__wrapper__empty,.inbenta-bot__chat .body__wrapper__empty {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

.inbenta-bot__bubble .messages__message .content__text--info:after,.inbenta-bot__chat .messages__message .content__text--info:after {
	content: "";
	margin-left: 36px;
	display: inline-block;
}

.inbenta-bot__bubble .messages__message .content__text--info-extended:after,.inbenta-bot__chat .messages__message .content__text--info-extended:after {
	content: "";
	margin-left: 58px;
	display: inline-block;
}

.inbenta-bot__bubble .messages__message .content__text--info-time:after,.inbenta-bot__chat .messages__message .content__text--info-time:after {
	content: "";
	margin-left: 36px;
	display: inline-block;
}

.inbenta-bot__bubble .messages__message--sent,.inbenta-bot__chat .messages__message--sent {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.inbenta-bot__bubble .messages__message--sent .messages__message__content,.inbenta-bot__chat .messages__message--sent .messages__message__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inbenta-bot__bubble .messages__message--received,.inbenta-bot__chat .messages__message--received {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.inbenta-bot__bubble .messages__message--received .messages__message__avatar,.inbenta-bot__chat .messages__message--received .messages__message__avatar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content,.inbenta-bot__chat .messages__message--received .messages__message__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .content__text--info:after,.inbenta-bot__chat .messages__message--received .messages__message__content .content__text--info:after {
	content: "";
	margin-left: 36px;
	display: inline-block;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .content__text--info-extended:after,.inbenta-bot__chat .messages__message--received .messages__message__content .content__text--info-extended:after {
	content: "";
	margin-left: 64px;
	display: inline-block;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-wrap: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.inbenta-bot__bubble .messages__message--system .content__buttons,.inbenta-bot__chat .messages__message--system .content__buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.inbenta-bot__bubble .content__label:empty,.inbenta-bot__chat .content__label:empty {
	display: none;
}

.inbenta-bot__bubble .content__status,.inbenta-bot__chat .content__status {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.inbenta-bot__bubble .content__buttons,.inbenta-bot__chat .content__buttons {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inbenta-bot__bubble .content__buttons,.inbenta-bot__bubble .content__buttons__button,.inbenta-bot__bubble .content__open-sidebubble,.inbenta-bot__chat .content__buttons,.inbenta-bot__chat .content__buttons__button,.inbenta-bot__chat .content__open-sidebubble {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot__bubble .content__open-sidebubble,.inbenta-bot__chat .content__open-sidebubble {
	-webkit-flex-flow: row-reverse;
	-ms-flex-wrap: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.inbenta-bot__bubble .content__related-contents .content__related__show,.inbenta-bot__chat .content__related-contents .content__related__show {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.inbenta-bot__bubble .content__related-contents .content__related__button,.inbenta-bot__chat .content__related-contents .content__related__button {
	width: 100%;
}

.inbenta-bot__bubble .content__related-contents .content__related__icon,.inbenta-bot__chat .content__related-contents .content__related__icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot__bubble__footer,.inbenta-bot__chat__footer {
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
}

.inbenta-bot__bubble .footer__chat-activity,.inbenta-bot__chat .footer__chat-activity {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.inbenta-bot__bubble .footer__chat-activity .activity__content,.inbenta-bot__chat .footer__chat-activity .activity__content {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.inbenta-bot__bubble .footer__chat-activity .activity__avatar,.inbenta-bot__bubble .footer__chat-activity .activity__content,.inbenta-bot__chat .footer__chat-activity .activity__avatar,.inbenta-bot__chat .footer__chat-activity .activity__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot__bubble .footer__chat-activity .activity__avatar,.inbenta-bot__chat .footer__chat-activity .activity__avatar {
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
}

.inbenta-bot__bubble .footer__form,.inbenta-bot__chat .footer__form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot__bubble .footer__form__input,.inbenta-bot__chat .footer__form__input {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

.inbenta-bot__bubble .footer__form__counter-content,.inbenta-bot__chat .footer__form__counter-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot__bubble__confirmation,.inbenta-bot__chat__confirmation {
	z-index: 9999;
}

.inbenta-bot__bubble__confirmation,.inbenta-bot__bubble__confirmation .confirmation-box,.inbenta-bot__chat__confirmation,.inbenta-bot__chat__confirmation .confirmation-box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot__bubble__confirmation .confirmation-box,.inbenta-bot__chat__confirmation .confirmation-box {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inbenta-bot__bubble__confirmation .confirmation-box__icon,.inbenta-bot__chat__confirmation .confirmation-box__icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot__bubble__confirmation .confirmation-box__buttons,.inbenta-bot__chat__confirmation .confirmation-box__buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inbenta-bot__bubble {
	position: relative!important;
	top: !important;
	right: !important;
	bottom: !important;
	left: !important;
	z-index: 999998;
}

.inbenta-bot__bubble__body {
	overflow: auto;
}

.inbenta-bot__bubble .body__content-faq,.inbenta-bot__bubble__body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inbenta-bot__bubble .body__content-faq {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-overflow-scrolling: touch;
}

.inbenta-bot__bubble__header {
	cursor: auto;
}

.inbenta-bot-avatar--large .inbenta-bot__chat__body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inbenta-bot-avatar--large .inbenta-bot__chat .body__avatar-content__avatar div {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot-rating__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inbenta-bot-rating__content,.inbenta-bot-rating__content__comment {
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot-rating__content__comment {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

.inbenta-bot-rating__content__buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot-rating__content__comment {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inbenta-bot-rating__content__comment .comment__phrase,.inbenta-bot-rating__content__comment .comment__wrapper {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	-webkit-align-self: stretch;
	-ms-align-self: stretch;
	align-self: stretch;
}

.inbenta-bot-rating__content__comment .comment__wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inbenta-bot-rating__content__comment .comment__wrapper__textarea,.inbenta-bot-rating__content__thanks {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

.inbenta-bot__powered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

@media (max-width:768px) {
	.inbenta-bot--open {
		overflow: hidden!important;
	}

	.inbenta-bot--open,.inbenta-bot .ui-draggable,.inbenta-bot__bubble,.inbenta-bot__chat {
		position: fixed!important;
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
	}

	.inbenta-bot__bubble {
		z-index: 999999;
	}
}

.inbenta * {
	box-sizing: border-box;
}

.inbenta-bot {
	position: fixed!important;
	top: !important;
	right: !important;
	bottom: !important;
	left: !important;
	width: 0;
	height: 0;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	color: #3d3f43;
	font-weight: 400;
	line-height: 22px;
}

.inbenta-bot a {
	cursor: pointer;
}

.inbenta-bot a,.inbenta-bot a:active,.inbenta-bot a:focus {
	color: #0000FE !important;
	text-decoration: none;
	transition: all .3s ease 0s;
}

.inbenta-bot a:active,.inbenta-bot a:focus {
	outline: none;
}

.inbenta-bot a:hover {
	color: #6ac1ca;
	text-decoration: none;
	transition: all .3s ease 0s;
}

.inbenta-bot p {
	margin: 0;
}

.inbenta-bot p+p {
	padding: 8px 0 0;
}

.inbenta-bot ol,.inbenta-bot ul {
	margin: 0 0 8px;
	-webkit-padding-start: 18px;
	padding-inline-start: 18px;
}

.inbenta-bot-button {
	background-color: #3A4A66;
	border-radius: 100px;
	color: #fff;
	border: none;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 12.5px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16),0 3px 12px 0 rgba(0,0,0,.08);
	transition: all .3s ease 0s;
}

.inbenta-bot-button.clicked,.inbenta-bot-button:hover:not([disabled]) {
	background-color: #6ac1ca;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
	transition: all .3s ease 0s;
}

.inbenta-bot-button[disabled] {
	background-color: #e7e7e7;
	color: #7a7a7a;
	cursor: not-allowed;
	opacity: .5;
	box-shadow: none;
}

.inbenta-bot-button[disabled] span {
	opacity: .5;
}

.inbenta-bot-button[disabled].clicked {
	background-color: #e7e7e7;
	color: #7a7a7a;
	box-shadow: none;
	opacity: 1;
	font-weight: 600;
}

.inbenta-bot-button:active,.inbenta-bot-button:focus {
	outline: none;
}

.inbenta-bot-button-secondary {
	padding: 5px 8px;
	font-weight: 500;
	font-size: 13.5px;
	color: #3A4A66 !important;
	letter-spacing: .48px;
	line-height: 22px;
	border-radius: 4px;
	border: 0;
	background: transparent;
}

.inbenta-bot-button-secondary.clicked,.inbenta-bot-button-secondary:hover:not([disabled]) {
	background: #f6f6f6;
	cursor: pointer;
	transition: all .3s ease 0s;
	color: #6ac1ca;
}

.inbenta-bot-button-secondary:active,.inbenta-bot-button-secondary:focus {
	outline: none;
	color: #6ac1ca;
}

.inbenta-bot-button-secondary[disabled] {
	opacity: .56;
	cursor: not-allowed;
}

.inbenta-bot-button-secondary[disabled].clicked {
	background: transparent;
}

.inbenta-bot-input {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	background-color: #fff;
	color: #3d3f43;
	height: 45px;
	border-radius: 2px;
	padding: 0 16px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
}

.inbenta-bot-input:focus {
	outline: none;
}

.inbenta-bot-input:hover[disabled],.inbenta-bot-input[disabled] {
	background-color: #f6f6f6;
	cursor: not-allowed;
}

.inbenta-bot-dropdown {
	width: 100%;
}

.inbenta-bot-dropdown__trigger {
	cursor: pointer;
	width: 100%;
	min-height: 40px;
	margin-top: 8px;
	background-color: #f6f6f6;
	color: #7a7a7a;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
	border: 1px solid #f6f6f6;
	font-size: 13.5px;
	padding: 8px;
	font-weight: 500;
	transition: all .5s cubic-bezier(.5,1.8,.9,.8);
}

.inbenta-bot-dropdown__trigger:hover {
	transition: all .5s cubic-bezier(.5,1.8,.9,.8);
	box-shadow: none;
}

.inbenta-bot-dropdown__trigger .trigger__action:before {
	font-size: 16px;
	content: "e";
	color: #a2a2a2;
}

.inbenta-bot-dropdown__menu {
	transition: all .5s cubic-bezier(.5,1.8,.9,.8);
	background: #fff;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,.26),0 10px 20px 0 rgba(0,0,0,.19);
	border-radius: 4px;
	border: 1px solid #f6f6f6;
	overflow-y: auto;
	pointer-events: auto;
	margin-top: 8px;
	max-height: 300vh;
	height: auto;
	z-index: 9999;
}

.inbenta-bot-dropdown__menu__item {
	line-height: 22px;
	font-size: 13.5px;
	letter-spacing: .45px;
	transition: all .3s ease 0s;
	padding: 8px;
	cursor: pointer;
	min-height: 40px;
	color: #3d3f43;
	word-break: break-word;
}

.inbenta-bot-dropdown__menu__item+.inbenta-bot-dropdown__menu__item {
	border-top: 1px solid #f6f6f6;
}

.inbenta-bot-dropdown__menu__item:hover {
	background: #f6f6f6;
}

.inbenta-bot-dropdown--active .inbenta-bot-dropdown__trigger {
	transition: all .5s cubic-bezier(.5,1.8,.9,.8);
	background-color: #fff;
	box-shadow: none;
	border-color: #dadada;
	color: #3d3f43;
}

.inbenta-bot-dropdown--active .inbenta-bot-dropdown__trigger .trigger__action:before {
	content: "h";
}

.inbenta-bot-dropdown--disabled {
	opacity: .48;
}

.inbenta-bot-dropdown--disabled .inbenta-bot-dropdown__trigger {
	box-shadow: none;
	cursor: not-allowed;
}

.inbenta-bot-dropdown:focus__trigger {
	transition: all .5s cubic-bezier(.5,1.8,.9,.8);
	background-color: #fff;
	box-shadow: none;
	border-color: #dadada;
	color: #3d3f43;
}

.inbenta-bot-dropdown~.content__status {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	position: relative;
	top: 4px;
	padding: 4px 0;
}

.inbenta-bot__launcher {
	position: fixed!important;
	top: !important;
	right: 30px!important;
	bottom: 30px!important;
	left: !important;
	background-color: #3A4A66 !important;
	color: #fff;
	padding: 16px;
	border-radius: 8px;
	min-width: 64px;
	height: 64px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16),0 3px 12px 0 rgba(0,0,0,.08);
	font-family: Montserrat,Arial,Helvetica,sans-serif;
	transition: all .3s ease 0s;
}

.inbenta-bot__launcher__image {
	background-image: url("https://www.glancecdn.net/cobrowse/images/8757/inbenta-logo.643d6c9.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 34px;
	height: 34px;
}

.inbenta-bot__launcher__image+.inbenta-bot__launcher__text {
	margin-left: 10px;
}

.inbenta-bot__launcher__text:empty {
	display: none;
}

.inbenta-bot__launcher__notifications {
	position: absolute!important;
	top: -6px!important;
	right: -8px!important;
	bottom: !important;
	left: !important;
	background-color: #e95f68;
	color: #fff;
	height: 20px;
	min-width: 20px;
	border-radius: 100px;
	font-size: 8.5px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16),0 3px 12px 0 rgba(0,0,0,.08);
	transform: scale(1);
	transition: all .3s cubic-bezier(0,1,.99,.98);
}

.inbenta-bot__launcher__notifications:empty {
	transform: scale(0);
	transition: all .3s cubic-bezier(0,1,.99,.98);
}

.inbenta-bot__launcher:hover {
	transition: all .3s ease 0s;
	background-color: #6ac1ca;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
}

.inbenta-bot-spacer {
	margin: 0 16px;
}

.inbenta-bot-avatar .inbenta-bot__chat {
	width: 570px;
	height: 452px;
}

.inbenta-bot-avatar .inbenta-bot__bubble {
	height: 452px;
}

.inbenta-bot-avatar .body__avatar-content {
	width: 275px;
	background-color: #fff;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot-avatar .body__avatar-content__avatar {
	border-right: 1px solid #ededed;
}

.inbenta-bot-avatar .body__avatar-content__avatar div {
	position: absolute;
	bottom: -5px;
}

.inbenta-bot-avatar--large.inbenta-bot-avatar--moved .inbenta-bot__chat {
	border-radius: 4px;
}

.inbenta-bot-avatar--large.inbenta-bot--confirmation .confirmation-box {
	min-width: 264px;
}

.inbenta-bot-avatar--large.inbenta-bot--confirmation .inbenta-bot__powered {
	z-index: 0;
}

.inbenta-bot-avatar--large .inbenta-bot-spacer {
	margin: 0 0 0 16px;
}

.inbenta-bot-avatar--large .inbenta-bot__chat {
	width: 300px;
	height: 95vh;
	border-radius: 4px 0 0 0;
}

.inbenta-bot-avatar--large .inbenta-bot__chat .body__avatar-content {
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	background-color: #fff;
	height: 270px;
}

.inbenta-bot-avatar--large .inbenta-bot__chat .messages__message--received .messages__message__avatar {
	display: none;
}

.inbenta-bot-avatar--large .inbenta-bot__bubble {
	min-height: 380px;
	width: 300px;
	max-height: 95vh;
	height: auto;
}

.inbenta-bot-avatar--large .inbenta-bot__powered {
	position: absolute!important;
	top: 295px!important;
	right: 0!important;
	bottom: !important;
	left: 16px!important;
	z-index: 1000000;
}

.inbenta-bot-avatar--large .inbenta-bot__powered__link {
	opacity: .6;
}

.inbenta-bot-avatar--large.inbenta-bot-avatar--large--fit .inbenta-bot__chat {
	width: 275px;
}

.inbenta-bot-avatar--large.inbenta-bot-avatar--large--fit .inbenta-bot__powered {
	top: 382px!important;
}

.inbenta-bot-avatar--large.inbenta-bot-avatar--large--fit .body__avatar-content {
	height: 358px;
}

.inbenta-bot-avatar--fit .body__avatar-content {
	width: 300px;
}

.inbenta-bot__bubble,.inbenta-bot__chat {
	background-color: #f6f6f6;
	width: 336px;
	height: 480px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16),0 3px 12px 0 rgba(0,0,0,.08);
	border-radius: 4px;
	border: 0 solid transparent;
}

.inbenta-bot__bubble embed,.inbenta-bot__bubble iframe,.inbenta-bot__bubble img:not(:first-child),.inbenta-bot__chat embed,.inbenta-bot__chat iframe,.inbenta-bot__chat img:not(:first-child) {
	margin: 15px 0;
}

.inbenta-bot__bubble table,.inbenta-bot__bubble table td,.inbenta-bot__bubble table th,.inbenta-bot__chat table,.inbenta-bot__chat table td,.inbenta-bot__chat table th {
	border-color: #c9c9c9;
}

.inbenta-bot__bubble__header,.inbenta-bot__chat__header {
	background-color: #3A4A66 !important;
	color: #fff;
	padding: 8px 16px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16),0 3px 12px 0 rgba(0,0,0,.08);
	line-height: 32px;
}

.inbenta-bot__bubble .header__title,.inbenta-bot__chat .header__title {
	font-family: Montserrat,Arial,Helvetica,sans-serif;
	font-size: 20.5px;
	font-weight: 300;
	padding-right: 10px;
}

.inbenta-bot__bubble .header__actions__icon,.inbenta-bot__chat .header__actions__icon {
	transition: all .3s ease 0s;
}

.inbenta-bot__bubble .header__actions__icon+.header__actions__icon,.inbenta-bot__chat .header__actions__icon+.header__actions__icon {
	padding-left: 10px;
}

.inbenta-bot__bubble .header__actions__icon:before,.inbenta-bot__chat .header__actions__icon:before {
	content: "H";
}

.inbenta-bot__bubble .header__actions__icon:hover,.inbenta-bot__chat .header__actions__icon:hover {
	opacity: .6;
	transition: all .3s ease 0s;
}

.inbenta-bot__bubble .header__actions__icon--reset-session:before,.inbenta-bot__chat .header__actions__icon--reset-session:before {
	content: "k";
}

.inbenta-bot__bubble__body,.inbenta-bot__chat__body {
	position: relative;
}

.inbenta-bot__bubble .body__inbenta-alert,.inbenta-bot__chat .body__inbenta-alert {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: hsla(0,0%,100%,.7);
	padding: 16px;
}

.inbenta-bot__bubble .body__inbenta-alert__alert-box,.inbenta-bot__chat .body__inbenta-alert__alert-box {
	background-color: #fff;
	padding: 16px;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,.26),0 10px 20px 0 rgba(0,0,0,.19);
	border-radius: 4px;
}

.inbenta-bot__bubble .body__wrapper,.inbenta-bot__chat .body__wrapper {
	position: relative;
	padding: 16px 16px 0;
	background-color: #f6f6f6;
}

.inbenta-bot__bubble .alert-box__title,.inbenta-bot__chat .alert-box__title {
	color: #3A4A66 !important;
	font-family: Montserrat,Arial,Helvetica,sans-serif;
}

.inbenta-bot__bubble .alert-box__message,.inbenta-bot__chat .alert-box__message {
	padding: 0 0 16px;
}

.inbenta-bot__bubble .messages__message,.inbenta-bot__chat .messages__message {
	padding: 5px 0;
}

.inbenta-bot__bubble .messages__message__content,.inbenta-bot__chat .messages__message__content {
	position: relative;
	padding: 8px;
	font-size: 13.5px;
	color: #3d3f43;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
}

.inbenta-bot__bubble .messages__message__content .content__status,.inbenta-bot__chat .messages__message__content .content__status {
	line-height: normal;
}

.inbenta-bot__bubble .messages__message .extended_message_container,.inbenta-bot__chat .messages__message .extended_message_container {
	border-radius: 8px 8px 8px 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
}

.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content {
	padding: 0;
	box-shadow: none;
}

.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__label,.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__open-sidebubble,.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__text,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__label,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__open-sidebubble,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__text {
	padding: 8px;
}

.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__open-sidebubble,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__open-sidebubble {
	box-shadow: none;
}

.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__text:after,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__text:after {
	display: none;
}

.inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .inbenta-bot-rating__content,.inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .inbenta-bot-rating__content {
	padding: 8px;
}

.inbenta-bot__bubble .messages__message--sent .messages__message__content,.inbenta-bot__chat .messages__message--sent .messages__message__content {
	background-color: #E5F3FC !important;
	border-radius: 8px 8px 0 8px;
	color: #3d3f43;
}

.inbenta-bot__bubble .messages__message--sent .content__label,.inbenta-bot__chat .messages__message--sent .content__label {
	display: none;
}

.inbenta-bot__bubble .messages__message--received .messages__message__avatar,.inbenta-bot__chat .messages__message--received .messages__message__avatar {
	background-color: #3A4A66 !important;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
}

.inbenta-bot__bubble .messages__message--received .messages__message__avatar img,.inbenta-bot__chat .messages__message--received .messages__message__avatar img {
	border-radius: 100px;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content,.inbenta-bot__chat .messages__message--received .messages__message__content {
	background-color: #fff !important;
	color: #3d3f43;
	border-radius: 8px 8px 8px 0;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content {
	padding: 8px 0 0;
	color: #7a7a7a;
	border-radius: 0;
	background: #fff;
	min-height: 36px;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase {
	padding: 0 4px 0 0;
	font-style: italic;
	font-weight: 500;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button {
	width: 36px;
	height: 36px;
	color: #3A4A66 !important;
	background: transparent;
	box-shadow: none;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button+.inbenta-bot-button,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button+.inbenta-bot-button {
	margin-left: 0;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button .inbenta-bot-icon,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button .inbenta-bot-icon {
	font-size: 18px;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
	background: RGB(236,249,250);
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment {
	padding: 0 0 8px;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__phrase,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__phrase {
	font-style: italic;
	font-weight: 500;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper {
	padding: 0;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea {
	width: 100%;
	height: 82px;
	padding: 8px;
	margin: 0 0 8px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
	background: #f6f6f6;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:hover,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:hover {
	box-shadow: none;
	border: none;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:active,.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:focus,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:active,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:focus {
	box-shadow: none;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper .inbenta-bot-button,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper .inbenta-bot-button {
	min-height: 40px;
	min-width: 77px;
	letter-spacing: .57px;
	font-size: 12.15px;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__thanks,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__thanks {
	text-align: left;
	font-weight: 500;
	font-style: italic;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating--status,.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating--status {
	padding-bottom: 24px;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .content__text--info.content__text--variable:after,.inbenta-bot__bubble .messages__message--received .messages__message__content .content__text--multiple-choice-intro-text:after,.inbenta-bot__chat .messages__message--received .messages__message__content .content__text--info.content__text--variable:after,.inbenta-bot__chat .messages__message--received .messages__message__content .content__text--multiple-choice-intro-text:after {
	display: none;
}

.inbenta-bot__bubble .messages__message--received .content__label,.inbenta-bot__chat .messages__message--received .content__label {
	padding-bottom: 2px;
}

.inbenta-bot__bubble .messages__message--received .content__text.content__text--info:empty+.content__buttons.content__buttons--multiple-choise,.inbenta-bot__chat .messages__message--received .content__text.content__text--info:empty+.content__buttons.content__buttons--multiple-choise {
	padding-top: 0;
}

.inbenta-bot__bubble .messages__message--received--status-time .inbenta-bot-rating--status,.inbenta-bot__chat .messages__message--received--status-time .inbenta-bot-rating--status {
	margin-top: -24px;
}

.inbenta-bot__bubble .messages__message--received--status-time .inbenta-bot-dropdown,.inbenta-bot__chat .messages__message--received--status-time .inbenta-bot-dropdown {
	width: 80%;
}

.inbenta-bot__bubble .messages__message--received--status-time .content__open-sidebubble,.inbenta-bot__chat .messages__message--received--status-time .content__open-sidebubble {
	margin-bottom: 20px;
	margin-top: -12px;
}

.inbenta-bot__bubble .messages__message--received--status-time .content__buttons:not(.content__buttons--download),.inbenta-bot__chat .messages__message--received--status-time .content__buttons:not(.content__buttons--download) {
	margin-bottom: 16px;
}

.inbenta-bot__bubble .messages__message--received--human .messages__message__avatar,.inbenta-bot__chat .messages__message--received--human .messages__message__avatar {
	position: relative;
	background: #fff;
	box-shadow: none;
}

.inbenta-bot__bubble .messages__message--received--human .messages__message__avatar .avatar__light,.inbenta-bot__chat .messages__message--received--human .messages__message__avatar .avatar__light {
	position: absolute;
	top: 0;
	left: 1px;
	background-color: #3A4A66 !important;
	box-shadow: 0 0 2px 0 #3A4A66 !important;
	height: 8px;
	width: 8px;
	border-radius: 100px;
}

.inbenta-bot__bubble .messages__message--received--human .messages__message__avatar .inbenta-bot-icon--avatar,.inbenta-bot__chat .messages__message--received--human .messages__message__avatar .inbenta-bot-icon--avatar {
	background-image: url("https://www.glancecdn.net/cobrowse/images/8757/Glance%20Chat%20Logo.png");
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 18px;
    width: 18px;
}

/*.inbenta-bot__bubble .messages__message .inbenta-bot-icon--avatar,.inbenta-bot__chat .messages__message .inbenta-bot-icon--avatar {
	background-image: url("https://www.glancecdn.net/cobrowse/images/8757/Glance%20Chat%20Logo.png");
	background-size: 99%;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 18px;
	width: 18px;
}
*/
.inbenta-bot__bubble .messages__message .inbenta-bot-icon--avatar,.inbenta-bot__chat .messages__message .inbenta-bot-icon--avatar {
content: url(https://glance-chatbot.s3.amazonaws.com/Glance%20Chat%20Logo.png);
background-position: 50%;
width: 40px;
height: 20;
background-repeat: no-repeat;
opacity: 1;
overflow: hidden;
background-color: white;
}

.inbenta-bot__bubble .messages__message--system .messages__message__content,.inbenta-bot__chat .messages__message--system .messages__message__content {
	background-color: #eee;
	color: #3d3f43;
	text-align: center;
}

.inbenta-bot__bubble .messages__message:last-child,.inbenta-bot__chat .messages__message:last-child {
	margin-bottom: 10px;
}

.inbenta-bot__bubble .content__label,.inbenta-bot__chat .content__label {
	font-weight: 400;
	opacity: .6;
}

.inbenta-bot__bubble .content__text,.inbenta-bot__chat .content__text {
	font-weight: 400;
	word-break: break-word;
}

.inbenta-bot__bubble .content__status .status__time,.inbenta-bot__chat .content__status .status__time {
	color: #a2a2a2;
	font-size: 12.15px;
	font-style: italic;
	font-weight: 400;
}

.inbenta-bot__bubble .content__status .status__icon,.inbenta-bot__chat .content__status .status__icon {
	margin-left: 4px;
	color: #3A4A66 !important;
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--clock,.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--close,.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--doblecheck,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--clock,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--close,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--doblecheck {
	font-size: 15px;
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--doblecheck:before,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--doblecheck:before {
	content: "/";
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--check,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--check {
	font-size: 12px;
	height: 15px;
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--check:before,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--check:before {
	content: "d";
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--close,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--close {
	color: #e6261f;
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--close:before,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--close:before {
	content: "k";
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--clock,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--clock {
	color: #a2a2a2;
}

.inbenta-bot__bubble .content__status .status__icon.inbenta-bot-icon--clock:before,.inbenta-bot__chat .content__status .status__icon.inbenta-bot-icon--clock:before {
	content: "j";
}

.inbenta-bot__bubble .content__open-sidebubble,.inbenta-bot__chat .content__open-sidebubble {
	padding: 8px 0;
	transition: all .2s ease-in 0s;
	margin: 4px 0;
}

.inbenta-bot__bubble .content__open-sidebubble__phrase,.inbenta-bot__chat .content__open-sidebubble__phrase {
	color: #3A4A66 !important;
	transition-duration: .2s;
	transition-property: color;
	cursor: pointer;
	text-align: right;
}

.inbenta-bot__bubble .content__open-sidebubble__icon,.inbenta-bot__chat .content__open-sidebubble__icon {
	cursor: pointer;
	font-size: 12.5px;
	opacity: .7;
	color: #3A4A66 !important;
	padding-right: 4px;
	transition: all .2s ease-in 0s;
}

.inbenta-bot__bubble .content__open-sidebubble__icon:before,.inbenta-bot__chat .content__open-sidebubble__icon:before {
	content: "8";
}

.inbenta-bot__bubble .content__open-sidebubble:hover,.inbenta-bot__chat .content__open-sidebubble:hover {
	transition: all .2s ease-in 0s;
	background-color: #f6f6f6;
	box-shadow: 8px 0 0 0 #f6f6f6,-8px 0 0 0 #f6f6f6;
}

.inbenta-bot__bubble .content__buttons,.inbenta-bot__chat .content__buttons {
	padding-top: 10px;
}

.inbenta-bot__bubble .content__buttons .inbenta-bot-button,.inbenta-bot__chat .content__buttons .inbenta-bot-button {
	min-height: 40px;
	min-width: 70px;
}

.inbenta-bot__bubble .content__buttons .inbenta-bot-button+.inbenta-bot-button,.inbenta-bot__chat .content__buttons .inbenta-bot-button+.inbenta-bot-button {
	margin-left: 8px;
}

.inbenta-bot__bubble .content__buttons .inbenta-bot-button-secondary,.inbenta-bot__chat .content__buttons .inbenta-bot-button-secondary {
	margin-right: 8px;
}

.inbenta-bot__bubble .content__buttons--multiple-choise,.inbenta-bot__chat .content__buttons--multiple-choise {
	color: #3A4A66 !important;
	width: 100%;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button,.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button {
	background-color: transparent;
	color: #3A4A66 !important;
	padding: 0;
	font-weight: 400;
	font-size: 13.5px;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
	opacity: 1;
	min-height: auto;
	min-width: auto;
	text-transform: none;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked,.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]),.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked,.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) {
	color: #6ac1ca;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked,.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked {
	font-weight: 600;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon,.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon {
	font-size: 12.5px;
	margin-right: 1px;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before,.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before {
	content: "g";
}

.inbenta-bot__bubble .content__buttons--multiple-choise.clicked,.inbenta-bot__bubble .content__buttons--multiple-choise:hover:not([disabled]),.inbenta-bot__chat .content__buttons--multiple-choise.clicked,.inbenta-bot__chat .content__buttons--multiple-choise:hover:not([disabled]) {
	color: #6ac1ca;
}

.inbenta-bot__bubble .content__buttons--multiple-choise[disabled],.inbenta-bot__chat .content__buttons--multiple-choise[disabled] {
	opacity: .5;
}

.inbenta-bot__bubble .content__buttons--multiple-choise+.content__buttons__button,.inbenta-bot__chat .content__buttons--multiple-choise+.content__buttons__button {
	padding-top: 6px;
}

.inbenta-bot__bubble .content__buttons--download,.inbenta-bot__chat .content__buttons--download {
	padding-top: 0;
}

.inbenta-bot__bubble .content__buttons--download .inbenta-bot-button,.inbenta-bot__chat .content__buttons--download .inbenta-bot-button {
	background-color: transparent;
	color: #3A4A66 !important;
	padding: 0;
	font-weight: 500;
	font-size: 12.5px;
	line-height: 20px;
	box-shadow: none;
	text-align: left;
	opacity: 1;
	min-height: auto;
	min-width: auto;
	word-break: break-all;
	word-wrap: break-word;
	word-break: break-word;
}

.inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked,.inbenta-bot__bubble .content__buttons--download .inbenta-bot-button:hover:not([disabled]),.inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked,.inbenta-bot__chat .content__buttons--download .inbenta-bot-button:hover:not([disabled]) {
	color: #6ac1ca;
}

.inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked,.inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked {
	font-weight: 600;
}

.inbenta-bot__bubble .content__buttons--download .inbenta-bot-icon,.inbenta-bot__chat .content__buttons--download .inbenta-bot-icon {
	font-size: 16.2px;
	margin-right: 5px;
}

.inbenta-bot__bubble .content__buttons--download .inbenta-bot-icon:before,.inbenta-bot__chat .content__buttons--download .inbenta-bot-icon:before {
	content: "@";
}

.inbenta-bot__bubble .content__buttons--attached,.inbenta-bot__chat .content__buttons--attached {
	padding-top: 0;
}

.inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button,.inbenta-bot__chat .content__buttons--attached .inbenta-bot-button {
	background-color: transparent;
	color: #7a7a7a;
	padding: 0;
	font-weight: 500;
	font-size: 12.5px;
	line-height: 20px;
	box-shadow: none;
	text-align: left;
	opacity: 1;
	min-height: auto;
	min-width: auto;
	word-break: break-all;
	word-wrap: break-word;
	word-break: break-word;
}

.inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button.clicked,.inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button:hover:not([disabled]),.inbenta-bot__chat .content__buttons--attached .inbenta-bot-button.clicked,.inbenta-bot__chat .content__buttons--attached .inbenta-bot-button:hover:not([disabled]) {
	color: #7a7a7a;
}

.inbenta-bot__bubble .content__buttons--attached .inbenta-bot-icon,.inbenta-bot__chat .content__buttons--attached .inbenta-bot-icon {
	font-size: 16.2px;
	margin-right: 5px;
}

.inbenta-bot__bubble .content__buttons--attached .inbenta-bot-icon:before,.inbenta-bot__chat .content__buttons--attached .inbenta-bot-icon:before {
	content: "@";
}

.inbenta-bot__bubble .content__buttons:last-child,.inbenta-bot__chat .content__buttons:last-child {
	padding-bottom: 4px;
}

.inbenta-bot__bubble .content__related-contents,.inbenta-bot__chat .content__related-contents {
	min-height: auto;
	min-width: 100%;
	background: #f6f6f6;
	border-radius: 0 0 8px 0;
}

.inbenta-bot__bubble .content__related-contents--active .content__related__show:hover,.inbenta-bot__chat .content__related-contents--active .content__related__show:hover {
	background-color: transparent;
	color: #3d3f43;
}

.inbenta-bot__bubble .content__related__show,.inbenta-bot__chat .content__related__show {
	background: #f6f6f6;
	padding: 12px 8px;
	color: #7a7a7a;
	border: 0;
	border-bottom-right-radius: 8px;
	transition: all .3s cubic-bezier(0,1,.99,.98);
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	font-weight: 500;
}

.inbenta-bot__bubble .content__related__show:hover,.inbenta-bot__chat .content__related__show:hover {
	cursor: pointer;
	background: #e7e7e7;
	transition: all .3s cubic-bezier(0,1,.99,.98);
}

.inbenta-bot__bubble .content__related__show:focus,.inbenta-bot__chat .content__related__show:focus {
	outline: none;
}

.inbenta-bot__bubble .content__related__icon,.inbenta-bot__chat .content__related__icon {
	padding: 0 0 0 8px;
	color: #a2a2a2;
}

.inbenta-bot__bubble .content__related__icon--closed:before,.inbenta-bot__chat .content__related__icon--closed:before {
	font-size: 16px;
	content: "e";
}

.inbenta-bot__bubble .content__related__icon--opened:before,.inbenta-bot__chat .content__related__icon--opened:before {
	font-size: 16px;
	content: "h";
}

.inbenta-bot__bubble .content__related-buttons,.inbenta-bot__chat .content__related-buttons {
	margin: 0 8px 8px;
}

.inbenta-bot__bubble .content__related__button,.inbenta-bot__chat .content__related__button {
	padding: 8px;
	background: #fff;
	color: #3A4A66 !important;
	border-radius: 4px;
	border: 0;
	text-align: left;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	font-weight: 500;
	transition: all .2s ease-in 0s;
	text-transform: none;
}

.inbenta-bot__bubble .content__related__button--active,.inbenta-bot__bubble .content__related__button:focus,.inbenta-bot__bubble .content__related__button:hover:not([disabled]),.inbenta-bot__chat .content__related__button--active,.inbenta-bot__chat .content__related__button:focus,.inbenta-bot__chat .content__related__button:hover:not([disabled]) {
	color: #6ac1ca;
	cursor: pointer;
	transition: all .2s ease-in 0s;
	background: rgba(133,212,220,.16);
	outline: none;
}

.inbenta-bot__bubble .content__related__button:hover[disabled],.inbenta-bot__bubble .content__related__button[disabled],.inbenta-bot__chat .content__related__button:hover[disabled],.inbenta-bot__chat .content__related__button[disabled] {
	opacity: .5;
	cursor: default;
}

.inbenta-bot__bubble .content__related__button+.content__related__button,.inbenta-bot__chat .content__related__button+.content__related__button {
	margin-top: 4px;
}

.inbenta-bot__bubble .footer__chat-activity,.inbenta-bot__chat .footer__chat-activity {
	margin-bottom: 10px;
	padding: 5px 0;
}

.inbenta-bot__bubble .footer__chat-activity .activity__content,.inbenta-bot__chat .footer__chat-activity .activity__content {
	position: relative;
	min-height: 38px;
	min-width: 58px;
	padding: 8px;
	font-size: 13.5px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
	background-color: #fff;
	color: #3d3f43;
	border-radius: 8px 8px 8px 0;
}

.inbenta-bot__bubble .footer__chat-activity .activity__avatar,.inbenta-bot__chat .footer__chat-activity .activity__avatar {
	background-color: #3A4A66 !important;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.inbenta-bot__bubble .footer__chat-activity .activity__avatar img,.inbenta-bot__chat .footer__chat-activity .activity__avatar img {
	border-radius: 100px;
}

.inbenta-bot__bubble .footer__chat-activity .activity__avatar .inbenta-bot-icon--avatar,.inbenta-bot__chat .footer__chat-activity .activity__avatar .inbenta-bot-icon--avatar {
	background-image: url("https://www.glancecdn.net/cobrowse/images/8757/Glance%20Chat%20Logo.png");
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 18px;
    width: 18px;
}

.
}

.inbenta-bot__bubble .footer__chat-activity .activity__dot,.inbenta-bot__chat .footer__chat-activity .activity__dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 4px;
	background: #3A4A66 !important;
	animation: typing .6s .3s linear infinite;
}

.inbenta-bot__bubble .footer__chat-activity .activity__dot:nth-child(2),.inbenta-bot__chat .footer__chat-activity .activity__dot:nth-child(2) {
	animation-delay: -1.1s;
}

.inbenta-bot__bubble .footer__chat-activity .activity__dot:nth-child(3),.inbenta-bot__chat .footer__chat-activity .activity__dot:nth-child(3) {
	animation-delay: -.6s;
	margin-right: 0;
}

.inbenta-bot__bubble .footer__chat-activity .activity__text,.inbenta-bot__chat .footer__chat-activity .activity__text {
	font-style: italic;
	color: #7a7a7a;
}

.inbenta-bot__bubble .footer__form,.inbenta-bot__chat .footer__form {
	background-color: #fff;
	border: none;
	box-shadow: 0 -1px 2px 0 rgba(0,0,0,.05);
	margin: 0;
}

.inbenta-bot__bubble .footer__form__input,.inbenta-bot__chat .footer__form__input {
	background-color: transparent;
	border-color: transparent;
	height: 46px;
	border-radius: 0;
	font-size: 13.5px;
	padding: 0 0 0 16px;
	margin-right: 0;
}

.inbenta-bot__bubble .footer__form__input::-webkit-input-placeholder,.inbenta-bot__chat .footer__form__input::-webkit-input-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.inbenta-bot__bubble .footer__form__input::-moz-placeholder,.inbenta-bot__chat .footer__form__input::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.inbenta-bot__bubble .footer__form__input:-ms-input-placeholder,.inbenta-bot__chat .footer__form__input:-ms-input-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.inbenta-bot__bubble .footer__form__input:-moz-placeholder,.inbenta-bot__chat .footer__form__input:-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.inbenta-bot__bubble .footer__form__input:focus::-webkit-input-placeholder,.inbenta-bot__chat .footer__form__input:focus::-webkit-input-placeholder {
	color: #7a7a7a;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__input:focus::-moz-placeholder,.inbenta-bot__chat .footer__form__input:focus::-moz-placeholder {
	color: #7a7a7a;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__input:focus:-ms-input-placeholder,.inbenta-bot__chat .footer__form__input:focus:-ms-input-placeholder {
	color: #7a7a7a;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__input:focus:-moz-placeholder,.inbenta-bot__chat .footer__form__input:focus:-moz-placeholder {
	color: #7a7a7a;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__input:hover[disabled],.inbenta-bot__bubble .footer__form__input:hover[disabled]+.footer__form__counter-content,.inbenta-bot__bubble .footer__form__input[disabled],.inbenta-bot__bubble .footer__form__input[disabled]+.footer__form__counter-content,.inbenta-bot__chat .footer__form__input:hover[disabled],.inbenta-bot__chat .footer__form__input:hover[disabled]+.footer__form__counter-content,.inbenta-bot__chat .footer__form__input[disabled],.inbenta-bot__chat .footer__form__input[disabled]+.footer__form__counter-content {
	background-color: #f6f6f6;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__input::-ms-clear,.inbenta-bot__chat .footer__form__input::-ms-clear {
	display: none;
}

.inbenta-bot__bubble .footer__form__counter-content,.inbenta-bot__chat .footer__form__counter-content {
	height: 46px;
	padding-left: 15px;
}

.inbenta-bot__bubble .footer__form__button,.inbenta-bot__chat .footer__form__button {
	height: 46px;
	border-color: transparent;
	background-color: transparent;
	color: #85d4dc ;
	padding: 0 15px;
	box-shadow: none;
	border-radius: 0;
	transition: none;
	margin-left: 0;
}

.inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--wait,.inbenta-bot__chat .footer__form__button .inbenta-bot-icon--wait {
	opacity: 0;
}

.inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--wait:before,.inbenta-bot__chat .footer__form__button .inbenta-bot-icon--wait:before {
	content: "j";
}

.inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send,.inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send {
	opacity: 0;
}

.inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send:before,.inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send:before {
	content: "(";
}

.inbenta-bot__bubble .footer__form__button:hover:not([disabled]),.inbenta-bot__chat .footer__form__button:hover:not([disabled]) {
	background-color: transparent;
	border-color: transparent;
	color: #6ac1ca;
	box-shadow: none;
}

.inbenta-bot__bubble .footer__form__button[disabled],.inbenta-bot__chat .footer__form__button[disabled] {
	background-color: #f6f6f6;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__button.footer__form__button--attach,.inbenta-bot__chat .footer__form__button.footer__form__button--attach {
	color: #a2a2a2;
	padding-right: 0;
}

.inbenta-bot__bubble .footer__form__button.footer__form__button--attach:hover:not([disabled]),.inbenta-bot__chat .footer__form__button.footer__form__button--attach:hover:not([disabled]) {
	color: #7a7a7a;
}

.inbenta-bot__bubble .footer__form__button.footer__form__button--attach[disabled],.inbenta-bot__chat .footer__form__button.footer__form__button--attach[disabled] {
	background-color: #f6f6f6;
	opacity: .5;
}

.inbenta-bot__bubble .footer__form__button.footer__form__button--attach .inbenta-bot-icon:before,.inbenta-bot__chat .footer__form__button.footer__form__button--attach .inbenta-bot-icon:before {
	content: "@";
}

.inbenta-bot__bubble .footer__form--disabled .footer,.inbenta-bot__chat .footer__form--disabled .footer {
	background: #f6f6f6;
}

.inbenta-bot__bubble .footer__form--focus .footer__form__button .inbenta-bot-icon,.inbenta-bot__chat .footer__form--focus .footer__form__button .inbenta-bot-icon {
	opacity: 1;
}

.inbenta-bot__bubble__confirmation,.inbenta-bot__chat__confirmation {
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	padding: 16px;
	background-color: rgba(61,63,67,.8);
	border-radius: 4px;
	opacity: 0;
	transition: all .2s cubic-bezier(.3,.01,.6,.99) .1s;
	z-index: -999;
}

.inbenta-bot__bubble__confirmation.inbenta-bot__chat__confirmation--active,.inbenta-bot__chat__confirmation.inbenta-bot__chat__confirmation--active {
	opacity: 1;
	transition: all .2s cubic-bezier(.3,.01,.6,.99) .1s;
	pointer-events: auto;
	z-index: 9999;
}

.inbenta-bot__bubble__confirmation.inbenta-bot__chat__confirmation--active .confirmation-box,.inbenta-bot__chat__confirmation.inbenta-bot__chat__confirmation--active .confirmation-box {
	transform: scale(1);
	transition: all .2s cubic-bezier(.3,.01,.6,.99) .1s;
}

.inbenta-bot__bubble__confirmation .confirmation-box,.inbenta-bot__chat__confirmation .confirmation-box {
	position: relative;
	min-width: 288px;
	max-width: 100%;
	max-height: 100%;
	padding: 32px 24px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
	transform: scale(0);
	transition: all .2s cubic-bezier(.3,.01,.6,.99) .1s;
}



.inbenta-bot__bubble__confirmation .confirmation-box__icon:before,.inbenta-bot__chat__confirmation .confirmation-box__icon:before {
	content: "5";
	font-size: 26px;
}

.inbenta-bot__bubble__confirmation .confirmation-box__title,.inbenta-bot__chat__confirmation .confirmation-box__title {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	font-weight: 500;
	color: #7a7a7a;
}

.inbenta-bot__bubble__confirmation .confirmation-box__subtitle,.inbenta-bot__chat__confirmation .confirmation-box__subtitle {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 12.15px;
	color: #a2a2a2;
}

.inbenta-bot__bubble__confirmation .confirmation-box__subtitle,.inbenta-bot__bubble__confirmation .confirmation-box__title,.inbenta-bot__chat__confirmation .confirmation-box__subtitle,.inbenta-bot__chat__confirmation .confirmation-box__title {
	max-width: 100%;
	overflow-x: hidden;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

.inbenta-bot__bubble__confirmation .confirmation-box__buttons,.inbenta-bot__chat__confirmation .confirmation-box__buttons {
	margin-top: 32px;
}

.inbenta-bot__bubble__confirmation .confirmation-box__buttons .inbenta-bot-button,.inbenta-bot__chat__confirmation .confirmation-box__buttons .inbenta-bot-button {
	min-width: 77px;
	min-height: 44px;
	letter-spacing: .57px;
}

.inbenta-bot__bubble__confirmation .confirmation-box__buttons .inbenta-bot-button+.inbenta-bot-button,.inbenta-bot__chat__confirmation .confirmation-box__buttons .inbenta-bot-button+.inbenta-bot-button {
	margin-left: 16px;
}

.inbenta-bot .inbenta-bot__bubble__custom-window,.inbenta-bot .inbenta-bot__chat__custom-window {
	position: absolute!important;
	top: 48px!important;
	right: !important;
	bottom: !important;
	left: !important;
	background-color: #f6f6f6;
}

.inbenta-bot .inbenta-bot__bubble__custom-window .custom-window__close-button,.inbenta-bot .inbenta-bot__chat__custom-window .custom-window__close-button {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute!important;
	top: !important;
	right: 16px!important;
	bottom: 16px!important;
	left: !important;
	transition: all .3s cubic-bezier(.3,.01,.6,.99) 0s;
	background-color: #f6f6f6;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16),0 3px 12px 0 rgba(0,0,0,.08);
	border-radius: 5em;
	height: 36px;
	width: 36px;
	cursor: pointer;
}

.inbenta-bot .inbenta-bot__bubble__custom-window .custom-window__close-button:before,.inbenta-bot .inbenta-bot__chat__custom-window .custom-window__close-button:before {
	transition: all .3s cubic-bezier(.3,.01,.6,.99) 0s;
	content: "k";
	font-size: 15px;
	color: #a2a2a2;
}

.inbenta-bot .inbenta-bot__bubble__custom-window .custom-window__close-button:hover,.inbenta-bot .inbenta-bot__chat__custom-window .custom-window__close-button:hover {
	transition: all .3s cubic-bezier(.3,.01,.6,.99) 0s;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
}

.inbenta-bot .inbenta-bot__bubble__custom-window .custom-window__close-button:hover:before,.inbenta-bot .inbenta-bot__chat__custom-window .custom-window__close-button:hover:before {
	color: #7a7a7a;
	transition: all .3s cubic-bezier(.3,.01,.6,.99) 0s;
}

.inbenta-bot__bubble__header {
	background-color: #3A4A66 !important;
	min-height: 48px;
}

.inbenta-bot__bubble .header__title {
	font-size: 15.5px;
	line-height: 24px;
	font-weight: 500;
}

.inbenta-bot__bubble .header__actions__icon:before {
	content: "k";
}

.inbenta-bot__bubble__body {
	background-color: #fff;
}

.inbenta-bot__bubble__body .body__content-faq {
	padding: 16px;
	width: 100%;
}


}

.inbenta-bot__bubble__body .content__related-contents {
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: 0;
}

.inbenta-bot__bubble__body .content__related-contents--active .content__related__show {
	color: #3d3f43;
	padding: 12px 16px;
	cursor: default;
}

.inbenta-bot__bubble__body .content__related-contents--active .content__related-buttons {
	margin: 0 16px 16px;
}

.inbenta-bot-rating__content {
	padding: 8px 16px;
	color: #7a7a7a;
	border-radius: 0 0 4px 4px;
	background-color: #f6f6f6;
	min-height: 56px;
}

.inbenta-bot-rating__content__phrase {
	padding: 0 16px 0 0;
	font-weight: 600;
}

.inbenta-bot-rating__content__buttons .inbenta-bot-button {
	padding: 6px;
	width: 32px;
	height: 32px;
}

.inbenta-bot-rating__content__buttons .inbenta-bot-button+.inbenta-bot-button {
	margin-left: 16px;
}

.inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
	display: none;
}

.inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
}

.inbenta-bot-rating__content .inbenta-bot-icon--rating-yes {
	font-size: 14.5px;
}

.inbenta-bot-rating__content .inbenta-bot-icon--rating-yes:before {
	content: "&";
}

.inbenta-bot-rating__content .inbenta-bot-icon--rating-no {
	font-size: 14.5px;
}

.inbenta-bot-rating__content .inbenta-bot-icon--rating-no:before {
	content: "'";
}

.inbenta-bot-rating__content__comment {
	width: 100%;
}

.inbenta-bot-rating__content__comment .comment__phrase {
	padding-bottom: 8px;
	font-weight: 600;
}

.inbenta-bot-rating__content__comment .comment__wrapper {
	padding-bottom: 8px;
}

.inbenta-bot-rating__content__comment .comment__wrapper__textarea {
	height: 50px;
	padding: 8px;
	margin: 0 10px 0 0;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	resize: none;
	-webkit-appearance: none;
	overflow: auto;
}

.inbenta-bot-rating__content__thanks {
	text-align: left;
	font-weight: 700;
}

.inbenta-bot__powered {
	padding: 10px 3px 10px 0;
}

.inbenta-bot__powered__link {
	background-image: url(images/inbenta-logo.643d6c9.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 32px;
	height: 8px;
}

.inbenta-bot-escalation__form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	background-color: #f6f6f6;
	margin: 0;
	padding: 16px;
	box-shadow: 16px 0 0 0 #f6f6f6,-16px 0 0 0 #f6f6f6,0 16px 0 16px #f6f6f6,0 -16px 0 16px #f6f6f6;
}

.inbenta-bot-escalation__form__item {
	margin-bottom: 8px;
}

.inbenta-bot-escalation__form .inbenta-bot-button {
	-webkit-align-self: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start;
}

.inbenta-bot-escalation-group__item__label {
	font-weight: 500;
	padding-bottom: 8px;
}

.inbenta-bot-escalation-group .inbenta-bot-input {
	width: 100%;
	transition: all .2s cubic-bezier(.25,.75,.5,1.4) 0s;
	height: 40px;
	background-color: #fff;
	color: #7a7a7a;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.1);
	border: 1px solid #f6f6f6;
	font-size: 13.5px;
	padding: 8px 16px;
	font-weight: 500;
	resize: none;
}

.inbenta-bot-escalation-group .inbenta-bot-input:focus,.inbenta-bot-escalation-group .inbenta-bot-input:hover {
	box-shadow: none;
	transition: all .3s cubic-bezier(.3,.01,.6,.99) 0s;
}

.inbenta-bot-escalation-group .inbenta-bot-input:focus {
	border-color: #dadada;
}

.inbenta-bot .vdp-datepicker {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}

.inbenta-bot .vdp-datepicker__calendar {
	width: 100%;
	border: none;
}

.inbenta-bot .vdp-datepicker__calendar header,.inbenta-bot .vdp-datepicker__calendar header>span {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inbenta-bot .vdp-datepicker__calendar header>span {
	float: none;
	width: auto;
	text-align: left;
}

.inbenta-bot .vdp-datepicker__calendar header .next,.inbenta-bot .vdp-datepicker__calendar header .prev {
	font-size: 0;
	float: none;
	position: static;
	width: 36px;
	height: 36px;
	text-indent: 0;
	padding: 8px;
	border-radius: 30px;
	line-height: normal;
	transition: all .2s ease-in 0s;
}

.inbenta-bot .vdp-datepicker__calendar header .next:after,.inbenta-bot .vdp-datepicker__calendar header .prev:after {
	display: none;
}

.inbenta-bot .vdp-datepicker__calendar header .next:before,.inbenta-bot .vdp-datepicker__calendar header .prev:before {
	font-family: inbenta-app-icons;
	font-size: 18px;
	color: #a2a2a2;
	font-weight: 400;
}

.inbenta-bot .vdp-datepicker__calendar header .next:hover,.inbenta-bot .vdp-datepicker__calendar header .prev:hover {
	background-color: #f6f6f6;
	transition: all .2s ease-in 0s;
}

.inbenta-bot .vdp-datepicker__calendar header .prev {
	order: 2;
}

.inbenta-bot .vdp-datepicker__calendar header .prev:before {
	content: "8";
}

.inbenta-bot .vdp-datepicker__calendar header .next {
	order: 3;
}

.inbenta-bot .vdp-datepicker__calendar header .next:before {
	content: "7";
}

.inbenta-bot .vdp-datepicker__calendar header .day__month_btn,.inbenta-bot .vdp-datepicker__calendar header .month__year_btn,.inbenta-bot .vdp-datepicker__calendar header .prev+span {
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	order: 1;
	color: #3d3f43;
	text-align: left;
	font-weight: 500;
	line-height: normal;
	transition: all .2s ease-in 0s;
}

.inbenta-bot .vdp-datepicker__calendar header .day__month_btn:hover,.inbenta-bot .vdp-datepicker__calendar header .month__year_btn:hover,.inbenta-bot .vdp-datepicker__calendar header .prev+span:hover {
	background-color: transparent;
	color: #3A4A66 !important;
	transition: all .2s ease-in 0s;
}

.inbenta-bot .vdp-datepicker__calendar .cell {
	font-size: 10px;
	color: #3d3f43;
	padding: 8px;
	height: auto;
	line-height: normal;
	border: none;
	font-weight: 500;
}

.inbenta-bot .vdp-datepicker__calendar .cell.day-header {
	border-bottom: 1px solid #c9c9c9;
	color: #7a7a7a;
}

.inbenta-bot .vdp-datepicker__calendar .cell.day:hover:not(.blank),.inbenta-bot .vdp-datepicker__calendar .cell.day:hover:not(.selected),.inbenta-bot .vdp-datepicker__calendar .cell.today {
	border-radius: 4px;
	background-color: #f6f6f6;
	border: 0 solid transparent;
}

.inbenta-bot .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.inbenta-bot .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.inbenta-bot .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
	border: 0 solid transparent;
}

.inbenta-bot .vdp-datepicker__calendar .cell.month,.inbenta-bot .vdp-datepicker__calendar .cell.year {
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	padding: 0 8px;
}

.inbenta-bot .vdp-datepicker__calendar .cell.month:hover,.inbenta-bot .vdp-datepicker__calendar .cell.year:hover {
	background-color: #f6f6f6;
	border: 0 solid transparent;
}

.inbenta-bot .vdp-datepicker__calendar .cell.selected {
	border-radius: 4px;
	background-color: #3A4A66 !important;
	color: #fff;
}

.inbenta-bot .vdp-datepicker--disabled {
	opacity: .5;
}

.inbenta-bot .vdp-datepicker--disabled * {
	pointer-events: none;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble,.inbenta-bot--msie-11 .inbenta-bot__chat {
	border: 1px solid #f0f0f0;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble img,.inbenta-bot--msie-11 .inbenta-bot__chat img {
	max-width: 100%;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .body__wrapper,.inbenta-bot--msie-11 .inbenta-bot__chat .body__wrapper {
	width: 100%;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .body__wrapper__messages,.inbenta-bot--msie-11 .inbenta-bot__chat .body__wrapper__messages {
	flex-shrink: 0;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .body__content-faq,.inbenta-bot--msie-11 .inbenta-bot__chat .body__content-faq {
	width: 289px;
	display: block;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .body__content-faq *,.inbenta-bot--msie-11 .inbenta-bot__chat .body__content-faq * {
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message__content,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message__content {
	display: block;
	border: 1px solid #e7e7e7;
	width: auto;
	overflow: auto;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message__content .content__text--rating,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message__content .content__text--rating {
	display: block;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message--received,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message--received {
	width: 100%;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase {
	padding: 0 4px 0 0;
	font-size: 13x;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container {
	width: 100%;
	border: 1px solid #e7e7e7;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content,.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__label,.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__open-sidebubble,.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__text,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__label,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__open-sidebubble,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__text {
	width: auto;
	overflow: auto;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__open-sidebubble,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__open-sidebubble {
	margin: 0 0 4px;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__related__show,.inbenta-bot--msie-11 .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__related__show {
	padding: 12px 7px;
	font-size: 13px;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .content__buttons .inbenta-bot-button,.inbenta-bot--msie-11 .inbenta-bot__chat .content__buttons .inbenta-bot-button {
	min-height: auto;
}

.inbenta-bot--msie-11 .inbenta-bot-avatar--large .inbenta-bot__chat .body__avatar-content__avatar div {
	display: inline;
}

.inbenta-bot--msie-11 .inbenta-bot-avatar--large .inbenta-bot__chat .body__avatar-content__avatar div video {
	width: 100%;
}

.inbenta-bot--msie-11 .inbenta-bot-avatar--large .inbenta-bot__bubble__body {
	max-height: 576px;
}

.inbenta-bot--msie-11 .inbenta-bot-avatar--large .inbenta-bot__bubble__body .body__content-faq {
	min-height: 282px;
}

.inbenta-bot--msie-11 .inbenta-bot-rating__content {
	min-height: auto;
}

.inbenta-bot--msie-11 .inbenta-bot-rating__content__buttons .inbenta-bot-button {
	padding: 11px 6px 6px;
}

.inbenta-bot--msie-11 .inbenta-bot-rating__content__comment .comment__wrapper__textarea {
	min-width: 1px;
}

.inbenta-bot--msie-11 .inbenta-bot-escalation__form {
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	box-shadow: 40px 0 0 0 #f6f6f6,-40px 0 0 0 #f6f6f6,0 40px 0 40px #f6f6f6,0 -40px 0 40px #f6f6f6;
	width: 100%;
}

.inbenta-bot--msie-11 .inbenta-bot input::-ms-clear {
	display: none;
}

.inbenta-bot .loader {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	z-index: 9;
	background-color: hsla(0,0%,100%,.6);
}

.inbenta-bot .loader__load {
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	width: 30px;
	height: 30px;
	animation: loading 3s linear infinite;
}

.inbenta-bot .loader__load__inner {
	stroke-dashoffset: 0;
	stroke-dasharray: 300;
	stroke-width: 20;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	stroke: #3A4A66;
	fill: transparent;
	animation: loading-circle 2s linear infinite;
}

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

	to {
		transform: rotate(1turn);
	}
}

@keyframes loading-circle {
	0% {
		stroke-dashoffset: 0;
	}

	to {
		stroke-dashoffset: -600;
	}
}

@media (max-width:768px) {
	.inbenta-bot .inbenta-bot__bubble__custom-window iframe,.inbenta-bot .inbenta-bot__chat__custom-window iframe {
		height: calc(100vh - 48px);
	}

	.inbenta-bot-spacer {
		margin: 0;
	}

	.inbenta-bot-avatar .inbenta-bot__bubble,.inbenta-bot-avatar .inbenta-bot__chat {
		width: 100%;
		height: 100%;
	}

	.inbenta-bot-avatar--large.inbenta-bot-avatar--large--fit .inbenta-bot__bubble,.inbenta-bot-avatar--large.inbenta-bot-avatar--large--fit .inbenta-bot__chat,.inbenta-bot-avatar--large .inbenta-bot__bubble,.inbenta-bot-avatar--large .inbenta-bot__chat {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.inbenta-bot__bubble,.inbenta-bot__chat {
		width: 100%;
		height: 100%;
		border-radius: 0;
	}

	.inbenta-bot__bubble .content__related-contents .content__related__button+.content__related__button,.inbenta-bot__chat .content__related-contents .content__related__button+.content__related__button {
		margin-top: 2px;
	}

	.inbenta-bot__bubble__confirmation,.inbenta-bot__chat__confirmation {
		position: absolute!important;
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
	}

	.inbenta-bot--avatar .inbenta-bot__body__avatar,.inbenta-bot .body__avatar-content,.inbenta-bot__powered {
		display: none;
	}

	.inbenta-bot--msie-11 .inbenta-bot-avatar--large .inbenta-bot__bubble__body {
		max-height: none;
	}

	.inbenta-bot--msie-11 .inbenta-bot-avatar--large .inbenta-bot__bubble__body .body__content-faq {
		min-height: none;
	}
}

.inbenta-bot-fade-top-launcher-enter,.inbenta-bot-fade-top-launcher-leave-to {
	opacity: 0;
	transform: translateY(10px);
}

.inbenta-bot-fade-top-launcher-enter-active {
	transition: transform .3s cubic-bezier(0,1,.99,.98) .5s,opacity .3s ease .5s;
}

.inbenta-bot-fade-top-launcher-leave-active {
	transition: transform .2s cubic-bezier(1,0,.99,.98),opacity .2s ease;
}

.inbenta-bot-fade-top-enter,.inbenta-bot-fade-top-leave-to {
	opacity: 0;
	transform: translateY(20px);
}

.inbenta-bot-fade-top-enter-active {
	transition: transform .5s cubic-bezier(0,1,.99,.98),opacity .3s ease;
}

.inbenta-bot-fade-top-leave-active {
	transition: transform .5s cubic-bezier(1,0,.99,.98),opacity .3s ease .3s;
}

.inbenta-bot-message-left-enter,.inbenta-bot-message-left-leave-to {
	opacity: 0;
	transform: translateX(10px);
}

.inbenta-bot-message-left-enter-active {
	transition: transform .4s cubic-bezier(0,1,.99,.98),opacity .2s ease;
}

.inbenta-bot-message-left-leave-active {
	transition: transform .4s cubic-bezier(1,0,.99,.98),opacity .2s ease;
}

.inbenta-bot-message-rigth-enter,.inbenta-bot-message-rigth-leave-to {
	opacity: 0;
	transform: translateX(-10px);
}

.inbenta-bot-message-rigth-enter-active {
	transition: transform .4s cubic-bezier(0,1,.99,.98),opacity .2s ease;
}

.inbenta-bot-message-rigth-leave-active {
	transition: transform .4s cubic-bezier(1,0,.99,.98),opacity .2s ease;
}

.inbenta-bot-fade-related-enter,.inbenta-bot-fade-related-leave-to {
	opacity: 0;
}

.inbenta-bot-fade-related-enter-active,.inbenta-bot-fade-related-leave-active {
	transition: opacity .3s ease;
}

.inbenta-bot-fade-left-enter,.inbenta-bot-fade-left-leave-to {
	opacity: 0;
}

.inbenta-bot-fade-left-enter-active,.inbenta-bot-fade-left-leave-active {
	transition: opacity .3s ease;
}

.inbenta-bot-fade-right-enter,.inbenta-bot-fade-right-leave-to {
	opacity: 0;
}

.inbenta-bot-fade-right-enter-active,.inbenta-bot-fade-right-leave-active {
	transition: opacity .3s ease;
}

.inbenta-bot-dropdown-slide-enter,.inbenta-bot-dropdown-slide-leave-to {
	opacity: 0;
	transform-origin: top;
	max-height: 0;
	pointer-events: none;
	transform: translate3d(0,-10%,0);
	transition: all .3s ease-in-out,opacity .4s ease,max-height .4s cubic-bezier(0,1.05,0,1);
	overflow: hidden;
}

.inbenta-bot-dropdown-slide-enter-active {
	max-height: auto;
}

.inbenta-bot-dropdown-slide-enter-active,.inbenta-bot-dropdown-slide-leave-active {
	transition: all .3s ease-in-out,opacity .4s ease,max-height .4s cubic-bezier(0,1.05,0,1);
}

.inbenta-bot-dropdown-slide-leave-active {
	opacity: 0;
	transform-origin: top;
	max-height: 0;
	pointer-events: none;
	margin-top: 0;
	transform: translate3d(0,-10%,0);
	overflow: hidden;
}

.inbenta-bot__bubble .footer__form__counter-content .counter-content__counter,.inbenta-bot__chat .footer__form__counter-content .counter-content__counter {
	opacity: 0;
	transition: opacity .3s cubic-bezier(.25,.75,.5,1.4);
}

.inbenta-bot__bubble .footer__form__button,.inbenta-bot__chat .footer__form__button {
	overflow: hidden;
}

.inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send,.inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send {
	opacity: 1;
	position: relative;
	right: -35px;
	transition: right .3s cubic-bezier(.25,.75,.5,1.4);
}

.inbenta-bot__bubble .footer__form--focus .footer__form__counter-content .counter-content__counter,.inbenta-bot__chat .footer__form--focus .footer__form__counter-content .counter-content__counter {
	opacity: 1;
	transition: opacity .3s cubic-bezier(.25,.75,.5,1.4) .3s;
}

.inbenta-bot__bubble .footer__form--focus .footer__form__button .inbenta-bot-icon--send,.inbenta-bot__chat .footer__form--focus .footer__form__button .inbenta-bot-icon--send {
	position: relative;
	right: 0;
	transition: right .3s cubic-bezier(.25,.75,.5,1.4);
}

@-webkit-keyframes typing {
	0 {
		transform: translate(0);
	}

	50% {
		transform: translateY(5px);
	}

	to {
		transform: translate(0);
	}
}

@keyframes typing {
	0 {
		transform: translate(0);
	}

	50% {
		transform: translateY(5px);
	}

	to {
		transform: translate(0);
	}
}

@keyframes fadeout {
	0% {
		transform: translate(0);
		opacity: 1;
	}

	to {
		transform: translate(-100%);
		opacity: 0;
	}
}

@keyframes fadein {
	0% {
		transform: translate(0);
		opacity: 0;
	}

	5% {
		transform: translate(-100%);
		opacity: 0;
	}

	50% {
		opacity: .7;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@media (max-width:768px) {
	.inbenta-bot__bubble {
		animation: fadein .7s;
	}

	.inbenta-bot-fade-left-leave-active,.inbenta-bot-fade-left-leave-to,.inbenta-bot-fade-right-leave-active,.inbenta-bot-fade-right-leave-to {
		opacity: 1;
	}

	.inbenta-bot-fade-left-leave-active .inbenta-bot__bubble,.inbenta-bot-fade-left-leave-to .inbenta-bot__bubble,.inbenta-bot-fade-right-leave-active .inbenta-bot__bubble,.inbenta-bot-fade-right-leave-to .inbenta-bot__bubble {
		animation: fadeout 1s;
	}
}
