.hideScrollbar {
	overflow: hidden;
}
.co-iframe-container {
	border: none;
	display: block;
	position: fixed;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 0px;
	visibility: visible;
	z-index: 2147483647;
	max-height: 100vh;
	max-width: 100%;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	background: none transparent;
	opacity: 1;
}

.sbo-iframe-container {
	border: none;
	width: 100%;
	height: 100%;
}

.co-iframe-close {
	height: calc(100% - 100px);
	width: 400px;
}
.co-iframe-animate {
	height: 90px;
	width: 96px;
}

.co-iframe-open {
	height: 90%;
	width: 400px;
	min-width: 400px;
}

.co-iframe-fullscreen {
	height: 90%;
	width: 100%;
}

.co-iframe-notification {
	width: 320px;
	height: 90%;
}

.co-iframe-container.chat-container-mobile {
	right: 0 !important;
	bottom: 0 !important;
}

.co-iframe-open.chat-container-mobile {
	height: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
}

.co-iframe-full-screen {
	height: 100% !important;
	width: 100% !important;
}

.chat-container-mobile .chat-window {
	max-width: none;
	max-height: 100%;
	right: 0;
	height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	bottom: 0;
	min-width: 320px;
}

.chat-container-mobile .chat-header {
	padding: 15px 0 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	display: flex;
	align-items: center;
}

.chat-container-mobile .more-setting {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-left: auto;
	margin-right: 20px;
}

.chat-container-mobile .chat-top-icon {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0 10px;
	float: left;
	width: 32px;
	height: 32px;
}

.chat-container-mobile .chat-top-icon i {
	width: 23px;
	height: 23px;
}

.chat-container-mobile .chat-top-icon::before {
	box-shadow: none;
}

.chat-container-mobile .chat-header h3 {
	text-align: left;
	font-size: 15px;
	width: calc(100% - 140px);
}

.chat-container-mobile .close-chat-window {
	display: inline-block;
}

.chat-container-mobile .chat-content ul.helping-messages {
	text-align: left;
}

.chat-container-mobile .chat-btn {
	width: 100%;
}

.chat-container-mobile .chat-colored-btn {
	margin-left: 12px;
}

.no-bot {
	display: none;
}

/******Standalone page css******/

body {
	margin: 0;
}

div.standalone {
	position: relative;
	max-width: 680px;
	margin: 0 auto;
	height: calc(100vh - 0px);
}

.standalone #co-widget-iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.co-iframe-container-popup {
	border: none;
	display: block;
	position: fixed;
	top: auto;
	bottom: 10px;
	right: 0px;
	visibility: visible;
	z-index: 2147483647;
	max-height: 100vh;
	max-width: 100%;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	background: none transparent;
	opacity: 1;
	height: 100% !important;
	width: 460px !important;
	min-width: 460px !important;
	left: 50%;
	transform: translate(-50%);
}

.dialog-outer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	background: rgba(0, 0, 0, 0.6) !important;
	opacity: 1;
}
