
@font-face {
	font-family: Gilroy-Bold;
	src: url(../fonts/Gilroy-Bold.woff)
}

@font-face {
	font-family: Gilroy-Medium;
	src: url(../fonts/Gilroy-Medium.woff)
}


body {
	margin: 0;
	padding: 0;
}

.QKbodyHidden {
	overflow: hidden;
}


/*
body::-webkit-scrollbar {
	width: 6px;
	background-color: #ffffff;
}

body::-webkit-scrollbar-track {
	width: 6px;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #CCCCCC;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */


/*}*/

.left-section-main {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.left-section-inner-main {
	height: 100%;
	position: relative;
}

.left-section-parent {
	height: 100%;
	max-height: initial;
}

.left-section {
	height: 100%;
	padding: 41px 0px 50px 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	align-items: flex-start;
}

.widget-content1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.left-section-Bottom {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	position: absolute;
	bottom: 0px;
	height: 50px;
}

.right-section {
	width: 100%;
	max-width: 345px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #E5E5E5;
	/* position: absolute; */
	right: 0px;
	background-color: #FFFFFF;
	top: 0;
	height: 100%;
	border-radius: 0px 8px 8px 0px;
}

.border-footer {
	width: 100%;
	position: relative;
	top: -55px;
	border-bottom: 1px solid #E5E5E5;
	height: 1px
}

#root {
	height: 100%;
}

.main-section {
	padding: 0px 0px 0px 0px;
	/* max-width: 1100px; */
	margin: 0 auto;
	/* position: relative; */
	height: 100%;
	display: flex;
	/* align-items: center; */
	flex-direction: row;
}

.widget-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	min-height: 100%;
}

.titleview {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #3E81D0;
	width: 100%;
	z-index: 2;
	height: 41px;
	border-radius: 0px 6px 0px 0px
}

.titleviewLeft {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #3E81D0;
	width: 100%;
	z-index: 1;
	height: 41px;
	border-radius: 6px 8px 0 0;
}

.chat-main-body {
	margin: 0 auto;
	max-width: 700px;
}

.chat-area {
	height: 100%;
}

.chat-body {
	height: 100%;
	position: relative;
}

.frameTC {
	max-height: initial;
	height: 100%;
}

.message-box {
	border: 2px solid #E5E5E5;
	height: 33px;
	border-radius: 4px;
	overflow: hidden;
	max-width: 100%;
	margin-left: 10px;
	margin-right: 9px;
}

.message-box-empty {
	border: 2px solid red;
}

.usernamecapitalize {
	text-transform: capitalize;
}

.chat-text {
	border: none;
	padding: 10px 10px 0px 12px;
	outline: none;
	width: 85%;
	display: block;
	overflow: hidden;
	resize: none;
	height: 25px;
	font-family: Gilroy-Medium;
	font-size: 15px;
	display: inline-block;
	line-height: 19px;
	color: #9B9B9B;
	background: transparent;
	position: relative;
	vertical-align: bottom;
}

@-moz-document url-prefix() {
	.chat-text {
		height: 20px;
	}
}

.chat-text::-webkit-input-placeholder {
	color: #9B9B9B;
	margin-top: 5px
}

.chat-text::-moz-placeholder {
	color: #9B9B9B;
	margin-top: 5px
}

.chat-text:-moz-placeholder {
	color: #9B9B9B;
	margin-top: 5px
}

.chat-text:-ms-input-placeholder {
	color: #9B9B9B;
	margin-top: 5px
}

.chatetxtbox {
	display: inline-block;
}

.chatbutton {
	display: inline-block;
	height: 42px;
	vertical-align: bottom;
}

.submit {
	border: none;
	vertical-align: top;
	cursor: pointer;
	width: auto;
	height: 34px;
	background: transparent;
	outline: none !important;
	padding: 0px;
	position: absolute;
	right: 18px;
	top: 2px;
}

.submitimg {
	vertical-align: top;
}

.chat-messgaes {
	height: 100%;
	padding: 50px 0px 46px 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	align-items: flex-end;
	/*scrollbar-width: none;
  -ms-overflow-style: none; */
	/*background: linear-gradient(to bottom, rgba(255,255,255,1), #F9F9F9 7px, #F9F9F9 100%);*/
}


.GabbySessionAnimation{
	opacity: .5;
    background: url(https://qikowl-bot-dot-qikowl-test-v2-28-1-2020.appspot.com/images/ajax-loader.gif) no-repeat scroll center center rgba(255, 255, 255, 0.8);
	transition: opacity 1s;
}

.GabbySessionAnimation .chat-messgaes-outer{visibility:hidden;}
.GabbySessionAnimation_Updated{
	opacity: 1;
	transition: opacity 2s;
	background:none;
}

.GabbySessionAnimation_Updated .chat-messgaes-outer{visibility:visible;transition: visibility 2s}

.chat-messgaes-outer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.chat-messgaes-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.chat-messgaes-inner::-webkit-scrollbar {
	display: none;
}

.chat-messgaes-inner::-webkit-scrollbar-track {
	display: none;
}

.chat-messgaes-inner::-webkit-scrollbar-thumb {
	display: none;
}

.chat-messgaes-cell {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	height: auto;
	min-height: 100%;
	box-sizing: border-box;
}

.chat-messgaes-outer:before {
	content: '';
	/*  position: absolute;
    width: 100%;
    display: block;
	height: 15px;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,rgba(255,255,255,0) 100%);*/
}


.botmessage-main {
	float: left;
	width: 100%;
	/*padding-top: 4px;*/
}

.usermessage-main {
	float: right;
	width: 100%;
}

.slideeffect {
	animation: slideTop 0.35s ease-in-out;
	-webkit-animation: slideTop 0.35s ease-in-out;
	-moz-animation: slideTop 0.35s ease-in-out;
	-ms-animation: slideTop 0.35s ease-in-out;
	-o-animation: slideTop 0.35s ease-in-out;
}

.slideeffect2 {
	-webkit-animation: fadein 0.35s;
	-moz-animation: fadein 0.35s;
	-ms-animation: fadein 0.35s;
	-o-animation: fadein 0.35s;
	animation: fadein 1s;
}

.slideeffectBotmsg {
	animation: slideTop2 0.35s ease-in-out;
	-webkit-animation: slideTop2 0.35s ease-in-out;
	-moz-animation: slideTop2 0.35s ease-in-out;
	-ms-animation: slideTop2 0.35s ease-in-out;
	-o-animation: slideTop2 0.35s ease-in-out;
}

.slideeffectBotmsgSq {
	animation: slideTopTimer 2s ease-in-out;
	-webkit-animation: slideTopTimer 2s ease-in-out;
	-moz-animation: slideTopTimer 2s ease-in-out;
	-ms-animation: slideTopTimer 2s ease-in-out;
	-o-animation: slideTopTimer 2s ease-in-out;
}

.slideeffectUserMSG {
	animation: slideTopUser 0.55s ease-in-out;
	-webkit-animation: slideTopUser 0.55s ease-in-out;
	-moz-animation: slideTopUser 0.55s ease-in-out;
	-ms-animation: slideTopUser 0.55s ease-in-out;
	-o-animation: slideTopUser 0.55s ease-in-out;
}

@keyframes slideTop {
	0% {
		margin-bottom: -40px;
	}
	100% {
		margin-bottom: 0;
	}
}

@keyframes slideTopUser {
	0% {
		margin-bottom: -60px;
	}
	100% {
		margin-bottom: 0;
	}
}

@keyframes slideTop2 {
	0% {
		margin-bottom: -15px;
	}
	100% {
		margin-bottom: 0;
	}
}

@-webkit-keyframes slideTop {
	0% {
		margin-bottom: -40px;
	}
	100% {
		margin-bottom: 0;
	}
}

@-webkit-keyframes slideTopUser {
	0% {
		margin-bottom: -60px;
	}
	100% {
		margin-bottom: 0;
	}
}

@-webkit-keyframes slideTop2 {
	0% {
		margin-bottom: -15px;
	}
	100% {
		margin-bottom: 0;
	}
}

@keyframes bounceIn {
	0% {
		transform: scale(0.75, 0.75);
	}
	100% {
		transform: scale(1.0, 1.0);
	}
}

.messageready {
	animation: bounceIn 0.2s ease;
	transform-origin: 0 0 0;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		transform: scale(0.90, 0.90);
	}
	100% {
		transform: scale(1.0, 1.0);
	}
}

.qikowl-fade-effects {
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.bot-img {
	padding-right: 5px;
	position: relative;
	height: 33px;
	width: 33px;
	float: left;
}

.bot-img-writing {
	padding-right: 5px;
	float: left;
	position: relative;
	height: 33px;
	width: 33px;
	top: -5px;
}

.bot-img-writing-sequence {
	padding-right: 5px;
	float: left;
	position: relative;
	height: 33px;
	width: 33px;
	top: -5px;
}

.user-img {
	padding-left: 5px;
	vertical-align: top;
	position: relative;
	float: right;
	height: 33px;
	width: 33px;
}

.botmessage {
	background-color: #3E81D0;
	color: #fff;
	font-family: Gilroy-Medium;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 18px 10px 18px;
	border-radius: 20px;
	margin-bottom: 15px;
	letter-spacing: .2px;
	max-width: 239px;
	word-wrap: break-word;
	margin-top: 25px;
	float: left;
	border-top-left-radius: 0;
}

.botmessageSequence {
	background-color: #3E81D0;
	color: #fff;
	font-family: Gilroy-Medium;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 18px 10px 18px;
	border-radius: 20px;
	margin-bottom: 15px;
	letter-spacing: .2px;
	max-width: 239px;
	word-wrap: break-word;
	margin-left: 38px;
	margin-top: 5px;
	border-top-left-radius: 0;
	float: left;
}

.botmessageSequenceTimer {
	background-color: #3E81D0;
	color: #fff;
	font-family: Gilroy-Medium;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 18px 10px 18px;
	border-radius: 20px;
	margin-bottom: 15px;
	letter-spacing: .2px;
	max-width: 239px;
	word-wrap: break-word;
	margin-left: 38px;
	margin-top: 5px;
	border-top-left-radius: 0;
	float: left;
}


/*.chat-messgaes-cell >:last-child .botmessageSequenceTimer{margin-bottom:20px;}*/

.usermessage {
	font-family: Gilroy-Medium;
	font-size: 15px;
	line-height: 18px;
	display: inline-block;
	padding: 10px 16px 11px 16px;
	border-radius: 20px;
	letter-spacing: .2px;
	background-color: #EBEBEB;
	color: #4A4A4A;
	float: right;
	border-top-right-radius: 0;
	max-width: 239px;
	word-wrap: break-word;
	outline: none;
	margin-top: 20px;
	margin-bottom: 13px;
	/*margin-bottom: 18px;*/
}

.typing-indicator {
	background-color: #3E81D0;
	color: #fff;
	line-height: 17px;
	padding: 9px 10px 9px 10px;
	border-radius: 20px;
	margin-bottom: 15px;
	max-width: 65px;
	word-wrap: break-word;
	margin-top: 20px;
	border-top-left-radius: 0;
	float: left;
}

.sequenceIndiator {
	margin-top: 0px;
	margin-left: 43px;
}

.typing-indicator span {
	height: 10px;
	width: 10px;
	float: right;
	margin: 0 4px;
	background-color: #ffffff;
	display: block;
	border-radius: 50%;
	opacity: 0.4;
}

.tcircle {
	position: relative;
	top: 0px;
}

.scircle {
	height: 6px !important;
	width: 6px !important;
	position: relative;
	top: 2px;
}

.fcircle {
	height: 5px !important;
	width: 5px !important;
	position: relative;
	top: 3px;
}

.typing-indicator span:nth-of-type(1) {
	-webkit-animation: 1s blink infinite 0.3333s;
	animation: 1s blink infinite 0.3333s;
}

.typing-indicator span:nth-of-type(2) {
	-webkit-animation: 1s blink infinite 0.6666s;
	animation: 1s blink infinite 0.6666s;
}

.typing-indicator span:nth-of-type(3) {
	-webkit-animation: 1s blink infinite 0.9999s;
	animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
	50% {
		opacity: 1;
	}
}

@keyframes blink {
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes bulge {
	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@keyframes bulge {
	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.chat-messgaes-cell>:last-child {
	padding-bottom: 0px;
}

.field-box {
	position: absolute;
	bottom: 0px;
	height: 46px;
	width: 100%;
	left: 0;
	right: 0;
}

.provider-inner {
	padding-top: 75px;
}

.currentProTitle {
	color: #4A4A4A;
	font-family: Gilroy-Bold;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	padding-right: 5px;
}

.currentProText {
	display: inline-block;
	width: 100%;
	max-width: 360px;
}

.CurrentPtextbox {
	border: 0;
	border-bottom: 2px solid #E5E5E5;
	width: 100%;
	outline: none;
	background: transparent;
}

.CurrentPtextbox:focus {
	outline: none;
}

.payCurrently {
	padding-top: 40px;
}

.payCurrentlyTitle {
	color: #5A7CEC;
	font-family: Gilroy-Bold;
	font-size: 18px;
	line-height: 18px;
}

.payitemsmain {
	max-width: 312px;
	margin: 0 auto;
	padding-top: 20px;
}

.payitems {
	padding-bottom: 20px;
}

.payitemtitle {
	display: inline-block;
	color: #4A4A4A;
	font-family: Gilroy-Bold;
	font-size: 18px;
	line-height: 18px;
	width: 90px;
}

.payitemsText {
	display: inline-block;
	width: 180px;
}

.payitemsPtextbox {
	border: 1px solid #E5E5E5;
	height: 22px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
}

.whatgetmain {
	padding-top: 20px;
}

.whatgetTitle {
	color: #5A7CEC;
	font-family: Gilroy-Bold;
	font-size: 18px;
	line-height: 22px;
}

.whatgetitemsmain {
	padding-top: 20px;
	padding-bottom: 80px;
}

.itemsget {
	border-radius: 8px;
	background-color: #E5E5E5;
	padding: 5px 0px;
	width: 164px;
	display: inline-block;
	margin-right: 25px;
}

.itemsget::last-child {
	margin-right: 0px;
}

.itemsgetinner {
	margin: 0 auto;
	display: table;
}

.getserviceimg {
	display: inline-block;
}

.img-getserviceimg {
	padding-right: 9px;
	vertical-align: middle;
}

.getservicetitle {
	display: inline-block;
	color: #4A4A4A;
	font-family: Gilroy-Bold;
	font-size: 18px;
	line-height: 25px;
	vertical-align: bottom;
}

.modalQK {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.6);
	/* Black w/ opacity */
	z-index: 300;
}

.noscrl {
	overflow: hidden;
}


/* Modal Content */

.qkmodal-content-outer {
	padding: 40px 80px;
	height: 100%;
	box-sizing: border-box;
}

.qkmodal-content {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 0;
	border: 2px solid #9B9B9B;
	border-radius: 8px;
	background-color: #F9F9F9;
	max-width: 1115px;
	height: 100%;
	max-height: 572px;
	position: fixed;
	/*  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s*/
}


/* Add Animation */

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}


/*Full Screen*/

.qk-fullscreen-view .qkmodal-content-outer {
	padding: 0px
}

.qk-fullscreen-view .qkmodal-content {
	border-radius: 0px;
	border: 0px;
	max-width: 100%;
	max-height: 100%;
}

.qk-fullscreen-view .titleviewLeft {
	border-radius: 0px;
}

.qk-fullscreen-view .titleview {
	border-radius: 0px;
}

.qk-fullscreen-view .qkCollpase {
	display: inline-block;
}

.qk-fullscreen-view .qkExpand {
	display: none;
}

.qk-fullscreen-view .chat-icon-titleview {
	display: none;
}


/* FullScreen*/

.qk-fullscreen-view .right-section {
	max-width: 26%;
	min-width: 345px;
}

.qk-fullscreen-view .botmessage {
	max-width: calc(100% - 100px);
	margin-right: 25px;
}

.qk-fullscreen-view .botmessageSequence {
	max-width: 100%;
	margin-right: 25px;
}

.qk-fullscreen-view .botmessageSequenceTimer {
	max-width: 100%;
	margin-right: 25px;
}

.qk-fullscreen-view .usermessage {
	max-width: calc(100% - 100px);
	margin-left: 25px;
}

.qk-fullscreen-view .qkExpandOverlay {
	display: none;
}


/*Basic View*/


/*
.qk-basic-view {
	animation-name: fade-show;
	animation-duration: 0.1s;
}
@keyframes fade-show {
	from {background: rgba(51,51,51, 0.3);}
	to {background: rgba(51,51,51, 0.8);}
}*/

.qk-basic-view .chat-icon-titleview {
	display: none;
}

.qk-basic-view .qkExpandOverlay {
	display: none;
}


/* Small View*/

.qk-MiniChat {
	right: 70px;
	bottom: 0;
	width: 380px;
	height: 420px;
	overflow: auto;
	background-color: transparent;
	position: fixed;
	z-index: 300;
	-webkit-animation: open-chat 0.2s;
	animation: open-chat 0.2s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.qk-Closed-view {
	display: none;
}

.MiniChat-close {
	height: 0px;
	-webkit-transition: height 5s ease;
	-moz-transition: height 5s ease;
	-o-transition: height 5s ease;
	-ms-transition: height 5s ease;
	transition: height 5s ease;
}

@-webkit-keyframes close-chat {
	from {
		min-height: 420;
		height: 420;
		opacity: 1;
		width: 375px;
	}
	80% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 375px;
	}
	100% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 60px;
	}
}

@keyframes close-chat {
	from {
		min-height: 420;
		height: 420;
		opacity: 1;
		width: 375px;
	}
	80% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 375px;
	}
	100% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 60px;
	}
}

@-webkit-keyframes open-chat {
	from {
		min-height: 0;
		height: 0;
	}
	to {
		min-height: 420px;
		height: 420px;
	}
}

@keyframes open-chat {
	from {
		min-height: 0px;
		height: 0;
	}
	to {
		min-height: 420px;
		height: 420px;
	}
}

.qkChatIconOpen {
	display: block !important;
	animation: slideTopUser 0.3s ease-in-out;
	-webkit-animation: slideTopUser 0.3s ease-in-out;
	-moz-animation: slideTopUser 0.3s ease-in-out;
	-ms-animation: slideTopUser 0.3s ease-in-out;
	-o-animation: slideTopUser 0.3s ease-in-out;
}

@keyframes OpenChatMini {
	0% {
		margin-bottom: -40px;
	}
	100% {
		margin-bottom: 0;
	}
}

@keyframes OpenChatMini {
	0% {
		margin-bottom: -60px;
	}
	100% {
		margin-bottom: 0;
	}
}

.qk-MiniChat .qkmodal-content-outer {
	padding: 0px;
}

.qk-MiniChat .qkmodal-content {
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	max-width: 100%;
}

.qk-MiniChat .left-section-main {
	display: none;
}

.qk-MiniChat .right-section {
	border-right: 1px solid #E5E5E5;
	padding: 0px;
	border-radius: 6px 8px 0px 0px;
	max-width: 378px !important;
	position: static;
}

.qk-MiniChat .titleview {
	border-radius: 4px 4px 0px 0px;
}

.qk-MiniChat .chat-area {
	padding: 0 10px;
}

.qk-MiniChat .qkCollpase {
	display: none;
}

.qk-MiniChat .qkExpand {
	display: none;
}

.qk-MiniChat .qkMinimiZe {
	/*display:none;*/
}

.MinimizeSign {
	display: inline-block;
	background: #E5E5E5;
	cursor: pointer;
	height: 1.5px;
	width: 20px;
}

.qkMinimiZe {
	cursor: pointer;
	display: inline-block;
	height: 33px;
	padding: 0 0px 0 5px;
}


/* The Close Button */

.qkChatView {
	float: right;
	padding-top: 7px;
}

.qkclose {
	cursor: pointer;
	padding: 0px 15px 0px 10px;
	display: inline-block;
	vertical-align: middle;
}

.qkclose>img {
	vertical-align: middle;
	width: 15px;
}

.qkExpand {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.qkExpand>img {
	width: 25px;
	padding-top: 3px;
}

.qkCollpase {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.qkCollpase>img {
	width: 20px;
	vertical-align: middle;
}

.qkExpandOverlay {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding-top: 5px
}

.qkExpandOverlay>img {
	width: 25px;
	vertical-align: middle;
}

.qk-basic-view .qkCollpase {
	display: none;
}

.chatimg-TitleLeft {
	display: inline-block;
}

.talk-wide-TitleLeft {
	color: #FAFAFA;
	font-family: Gilroy-Medium;
	font-size: 15px;
	border-left: 1px solid #FAFAFA;
	padding-left: 10px;
	margin-left: 10px;
	color: #fff;
	display: inline-block;
	line-height: 18px;
}

.titleviewLeftInner {
	margin-left: 15px;
	padding: 10px 0px;
}

.qkmodal-header {}

.qkmodal-body {
	padding: 0px 0px;
	border-radius: 8px;
	height: 100%;
}

.chat-icon-bottom {
	position: fixed;
	bottom: 0px;
	right: 50px;
	transition: width 0.3s;
	cursor: pointer;
	background-color: #3E81D0;
	border-radius: 3px 3px 0 0;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 2px;
	width: 60px;
	height: 40px;
	z-index: 10;
}

.chatimgbottom {
	float: left;
	margin-top: 11px;
	margin-left: 15px;
}

.IconFixed {
	margin-left: 19px;
}

.minchatimg {
	vertical-align: middle;
}

.minchatimgoverlay {
	vertical-align: top;
}

.chat-icon-bottom:hover {
	-webkit-animation: gabby-hover 0.3s;
	animation: gabby-hover 0.3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	width: 250px;
}

@-webkit-keyframes gabby-hover {
	from {
		width: 60px;
	}
	to {
		width: 250px;
	}
}

@keyframes gabby-hover {
	from {
		width: 60px;
	}
	to {
		width: 250px;
	}
}

.chat-icon-bottom:hover>.talk-wide {
	opacity: 1;
	-webkit-animation: title-hover 0.5s;
	animation: title-hover 0.3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.talk-wide {
	color: #FAFAFA;
	font-family: Gilroy-Medium;
	font-size: 15px;
	border-left: 1px solid #FAFAFA;
	padding-left: 10px;
	margin-left: 10px;
	opacity: 0;
	margin-top: 12px;
	float: left;
}

.talk-wide-titleview {
	color: #FAFAFA;
	font-family: Gilroy-Medium;
	font-size: 15px;
	border-left: 1px solid #FAFAFA;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 12px;
	float: left;
}

@-webkit-keyframes title-hover {
	from {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	70% {
		opacity: 0.5
	}
	100% {
		opacity: 1;
	}
}

@keyframes title-hover {
	from {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	70% {
		opacity: 0.5
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes close-chat {
	from {
		min-height: 410;
		height: 410;
		opacity: 1;
		width: 60px;
	}
	80% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 60px;
	}
	100% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 60px;
	}
}

@keyframes close-chat {
	from {
		min-height: 410;
		height: 410;
		opacity: 1;
		width: 60px;
	}
	80% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 60px;
	}
	100% {
		min-height: 40px;
		height: 40px;
		opacity: 1;
		width: 60px;
	}
}

#loading-spinner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: url(https://qikowl-bot-dot-qikowl-test-v2-28-1-2020.appspot.com/images/ajax-loader.gif) no-repeat scroll center center rgba(255, 255, 255, 0.8);
}

.loadingSpinnerHide {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.right-section {
		max-width: 330px;
	}
}

@media only screen and (max-width: 1200px) and (min-width:1000px) {
	.border-footer {
		left: -7px
	}
	.currentProText {
		width: 65% !important;
	}
	.botmessage,
	.usermessage {
		/*max-width:70% !important;*/
	}
}

@media only screen and (max-width: 1200px) {
	.qkmodal-content-outer {
		padding: 40px 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.qkmodal-content {
		width: 90%;
	}
	.qk-fullscreen-view .qkmodal-content {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.qkmodal-content-outer {}
	.qkmodal-content {
		/*max-height:100%;position: relative;*/
	}
	.modal {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.modalQK::-webkit-scrollbar {
		display: none;
	}
	.modalQK::-webkit-scrollbar-track {
		display: none;
	}
	.modalQK::-webkit-scrollbar-thumb {
		display: none;
	}
	.modalQK::-webkit-scrollbar {
		display: none;
	}
	.modalQK::-webkit-scrollbar-track {
		display: none;
	}
	.modalQK::-webkit-scrollbar-thumb {
		display: none;
	}
}

@media only screen and (max-width:900px) {
	.main-section {
		padding-right: 0px
	}
	.left-section {
		border-right: 0px;
		margin: 0 auto;
		display: table;
		max-width: 100%;
		width: auto;
	}
	.left-section-main {
		max-width: 100%;
		display: none;
	}
	.right-section {
		margin: 0 auto;
		border: 0px none;
		padding-left: 0px;
		max-width: 100%;
		position: relative;
		right: 0;
		padding: 0px;
		left: 0;
	}
	.chat-area {
		padding: 0 20px
	}
	.field-box {
		left: 0;
		right: 0;
		width: 100%;
	}
	.qk-fullscreen-view .right-section {
		max-width: 100%;
	}
	.qk-basic-view .chat-icon-titleview {
		display: block;
	}
	.qkCollpase {
		display: none !important;
	}
}


/*Landscape*/

@media screen and (max-device-width: 900px) and (min-aspect-ratio: 13/9) {
	.qkmodal-content {
		position: relative;
	}
	/*
	.modalQK{position:fixed !important;    top: auto;
    left: auto;}
.qk-basic-view {
    right: 7px;
    bottom: 0;
    width: 500px;
    height: 82vh;
    overflow: auto;
    background-color: transparent;
    position: fixed;
    z-index: 300;
    -webkit-animation: open-chat 0.2s;
    animation: open-chat 0.2s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}*/
	.qk-basic-view .left-section-main {
		display: none;
	}
	.qk-basic-view .chat-icon-titleview {
		display: block;
	}
	.qk-basic-view .qkmodal-content-outer {
		padding: 0px;
	}
	.qk-basic-view .qkmodal-content {
		border: 0px;
		border-radius: 0px;
		background-color: transparent;
		max-width: 100%;
		width: 85%;
		bottom: 0px;
		top: 4%;
		height: 92%;
	}
	.qk-basic-view .right-section {
		padding: 0px;
		border-radius: 8px 6px 6px 8px;
		max-width: 100% !important;
		position: static;
	}
	.qk-basic-view .titleview {
		border-radius: 4px 4px 0px 0px;
	}
	.qk-basic-view .chat-area {
		padding: 0 10px;
	}
	.qkExpand {
		display: none;
	}
	.qkMinimiZe {
		display: none;
	}
	.qkmodal-content {
		width: 100%;
	}
}


/*Portarait*/

@media screen and (max-device-width: 900px) and (max-aspect-ratio: 13/9) {
	.qkmodal-content {
		width: 100%;
	}
	.QKbodyHidden {
		position: fixed;
		top: 0;
		bottom: 0;
		overflow: hidden;
	}
	.modalQK {
		/*background-color: #FFFFFF;*/
		overflow: hidden;
	}
	.qkmodal-content {
		border: 0px;
		top: 0;
		height: 100%;
		max-height: 100%;
		background-color: #FFFFFF;
		position: relative;
	}
	/*.qkmodal-content-outer {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}*/
	.right-section {
		right: 0px;
		left: 0;
		max-width: 100%;
		padding: 0px;
		border-radius: 8px 6px 6px 8px;
	}
	.qkclose {
		padding: 2px 10px 0px 0px;
	}
	.qkclose>img {
		width: 100%;
	}
	.qkmodal-content-outer {
		padding: 20px;
	}
	.chat-area {
		padding: 0 25px 0 15px;
	}
	.message-box {}
	.submit {}
	.titleview {
		border-radius: 6px 6px 0px 0px;
	}
	.qkExpand {
		display: none;
	}
	.qkMinimiZe {
		display: none;
	}
	.botmessage,
	.usermessage {
		max-width: calc(100% - 100px);
	}
}

@media only screen and (max-height: 610px) {
	.qkmodal-content-outer {
		/*	padding-top: 25px;
		padding-bottom: 40px;*/
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.qkmodal-content {
		position: relative;
	}
	.qkmodal-content {
		width: 100%;
	}
}

@media only screen and (max-width:350px) {
	/*.chat-messgaes-cell{    width: 270px;}
.botmessage{max-width:188px;}
.usermessage{max-width:188px;}
.chat-text{width:81%;}*/
}