.kore-chat-window{
    background-color: #ffffff;
	height: calc(100% - 30%);
	width: 400px;
    min-width: 400px;
	z-index: 10300;
}
.kore-chat-header{
    background-color: #fff;
	border-bottom: 1px solid rgb(51 51 51 / 8%);
	height: 70px;
}
.kore-chat-header .header-title {
	font-family: 'VAGRoundedStd-Light', sans-serif; /* 'VAGRoundedStd-Bold' */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .2px;
	color: #333333;
	/*line-height: 40px;*/
}
.kore-chat-body{
    background-color: #e9eef4 !important;
}

.kore-chat-window.minimize {
    min-height: 72px;
    height: 72px;
    width: auto;
}
.kore-chat-window.minimize .minimized {
	background: none !important;
	width: 72px;
    height: 72px;
	padding: 0;
}
.kore-chat-window .messages {
	background: url(img/chat-bot-icon.png) center no-repeat rgba(255, 255, 255, 0) !important;
	width: 72px;
    height: 72px;
	background-size: contain !important;
}
.kore-chat-window.minimize .minimized-title {
	background: #e9eef4;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 12px 2px rgba(32, 33, 36, .12);
    border-radius: 20px;
    display: inline-block;
    position: relative;
    /*font-weight: 400;*/
    font-size: 16px;
    line-height: 19px;
    color: #262626;
    white-space: nowrap;
    font-family: 'VAGRoundedStd-Bold', sans-serif;
	margin-right: 72px;
	margin-top: 18px;
}

.kore-chat-window .kore-chat-body {
	font-family: 'VAGRoundedStd-Light', sans-serif;
	font-size: 16px;
	color: #333;
	bottom: 76px;
	top: 70px;
}
.kore-chat-window ul.chat-container li.fromCurrentUser .messageBubble {
	background: #333;
    border-radius: 8px 8px 2px 8px;
	font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 8px 12px;
    margin: 2px 0;
}
.kore-chat-window ul.chat-container li.fromOtherUsers .messageBubble {
    background-color: rgb(255 255 255 / 100%);
    color: #333;
    border-radius: 8px 8px 2px 8px;
}

.kore-chat-window ul.chat-container li:not(.ps__rail-y,.ps__rail-x) .profile-photo .user-account {
	background-image: url(img/chat-bot-icon.png) !important;
	width: 30px;
    height: 30px;
}
.kore-chat-window ul.chat-container li:not(.ps__rail-y,.ps__rail-x) .profile-photo {
	bottom: unset;
	display: none;
}

.kore-chat-window .buttonTmplContent .buttonTmplContentBox {
	display: flex;
    flex-wrap: wrap;
    transition: .2s all ease;
	border: 0px solid #e9eef4;
}
.kore-chat-window .buttonTmplContent .buttonTmplContentChild {
	border-top: 0px solid #e9eef4;
    padding: 0px;
}
.kore-chat-window .buttonTmplContent .buttonTmplContentBox a {
	background: #ffffff;
    border: 1px solid #333;
    padding: 9px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    margin: 4px;
    text-align: center;
    transition: .2s all ease;
    color: #333;
	display: inline-block;
    width: auto;
	border-radius: 5px !important;
}
.kore-chat-window .buttonTmplContent .buttonTmplContentBox a:hover {
    background: #333 !important;
	color: #ffffff;
}

.kore-chat-window .endChatContainer .endChatContainerText {
	font-size: 14px;
}

.kore-chat-footer .chatInputBox {
	width: 100%;
    background: #fffffe;
    border-radius: 4px;
    font-weight: 400;
    line-height: 20px;
    color: #262626;
    border: solid 1px #d6d6d6 !important;
    padding: 10px !important;
    font-size: 16px !important;
    font-family: 'VAGRoundedStd-Light', sans-serif !important;
	height: 44px;
	margin-bottom: 0px;
}

.kore-chat-footer .chatInputBox:focus-within, .kore-chat-footer .chatInputBox:focus {
	border: 1px solid #8a959f !important;
}
.kore-chat-footer {
    border-radius: 0px 0px 4px 4px;
    padding: 16px;
    min-height: 76px;
	display: flex;
    align-items: flex-start;
    /*animation-name: right-to-left-slide-anim;
    animation-duration: .2s;
    animation-fill-mode: forwards;*/
}
.kore-chat-window .pos-relative {
	position: relative;
    width: 88%;
    border-radius: 4px;
    line-height: 1px;
    transform-origin: right bottom;
    transition: .2s all ease-in-out;
}
.kore-chat-window .sendBtnCnt .sendButton {
	width: 41px;
    height: 44px;
    background: #e9eef4;
    border-radius: 4px;
    padding: 0;
    border: 0;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    cursor: pointer;
    margin-left: 8px;
	bottom: unset;
}
.kore-chat-window .sendBtnCnt .sendButton:before {
	content: '';
	position:absolute;
	background: url(img/send-dark.png) center no-repeat;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}
.kore-chat-window .typingIndicator {
	display: inline-block;
    width: 40px;
    height: 10px;
    vertical-align: text-top;
    font-size: 12px;
    font-weight: 200;
    font-family: 'VAGRoundedStd-Light', sans-serif !important;
    line-height: 8px !important;
	background-image: none !important;
}
.kore-chat-window .historyLoadingDiv {
	border-bottom: 0px solid rgb(51 51 51 / 8%);
}
.kore-chat-window .historyLoadingDiv .historyWarningTextDiv.displayTable .headerTip.warningTip {
	color: #fe5000;
	bottom: unset;
}
.kore-chat-window .loadingHistory {
	-webkit-filter: hue-rotate(160deg);
    filter: hue-rotate(160deg);
}
.kore-chat-window .trainWarningDiv {
	border: 0px;
}
.kore-chat-window .trainWarningTextDiv .headerTip.warningTip {
	margin-bottom: 0px;
    display: inline-block;
    padding-left: 10px;
    color: #fe5000;
}
.exclamation-circle .fa-exclamation-circle:before {
	color: #ff0000 !important;
}
.kore-chat-header .info-content-data {
	width: 100%;
	padding-left: 50px;
	position: relative;
}
.kore-chat-header .logo-caption {
	font-family: 'VAGRoundedStd-Light', sans-serif;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
	display:block;
    text-overflow: ellipsis;
}
.kore-chat-header .info-content-data:before {
	content: '';
	position: absolute;
	width:40px;
	height: 40px;
	background: url(img/chat-bot-icon.png) center no-repeat;
	background-size: contain;
	left: 0;
    top: 3px;
}
.kore-chat-window [contenteditable=true]:empty:before {
    color: #d6d6d6 !important;
}
.kore-chat-header .logo-img {
	display: none;
}

.kore-chat-window ul.chat-container li:not(.ps__rail-y,.ps__rail-x) {
	padding-left: 0px !important;
    position: relative;
}
.kore-chat-window ul.chat-container li.fromOtherUsers .extra-info {
	padding-left: 0px;
}
.kore-chat-window li.fromCurrentUser .profile-photo {
	display:none;
}
.kore-chat-window .buttonTmplContent .buttonTmplContentHeading {
	background-color: rgb(255 255 255 / 100%);
    color: #333;
    border-radius: 8px 8px 2px 8px;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}
.kore-chat-window .sendBtnCnt .disabled {
    opacity: 1;
}
@media (max-width: 600px) {
	.kore-chat-window {
		margin-left: 5px;
		width: calc(100% - 20px);
		height: calc(100% - 30%);
		min-width: unset;
		z-index: 9999;
		top: unset;
        bottom: 100px;
		/*width: 355px;
    	min-width: 400px;*/
	}
	.kore-chat-window .minimized {
		position: fixed;
		bottom: 0px;
		right: 0px;
		padding: 20px;
		overflow: inherit;
		display: unset;
	}
	.kore-chat-window .kore-chat-header .header-title {
        padding-left: 0px;
    }
	.kore-chat-header .chat-box-controls {
		width: unset;
	}
}
@media (max-width: 768px) {
	.kore-chat-window {
		margin-left: 5px;
	}
}

.chatInputBox.disable,
.sendBtnCnt .sendButton.disable {
  pointer-events: none !important;  /* block clicks / typing */
  opacity: 0.5;                     /* visibly greyed-out   */
  filter: grayscale(100%);
}