.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.minimize.idle .minimized-title {
    opacity: 1;
    max-width: 300px;
}
.kore-chat-window .kore-chat-body {
	font-family: 'VAGRoundedStd-Light', sans-serif;
	font-size: 16px;
	color: #333;
	bottom: 110px;
	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%) !important;
    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, .kore-chat-window .quickReplyTemplate .quickReplyTemplContentChild .quickReply {
	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, .kore-chat-window .quickReplyTemplate .quickReplyTemplContentChild .quickReply:hover {
    background: #333 !important;
	color: #ffffff;
}
.kore-chat-window .buttonTmplContent .buttonTmplContentBox a div, .kore-chat-window .quickReplyTemplate .quickReplyTemplContentChild .quickReply, .kore-chat-window .quickreplyText {
	padding: 9px 16px;
	white-space: unset;
}
.kore-chat-window .quickReplyTemplate .quickReplyTemplContentChild.quickReplyDiv {
	display: inline;
	padding: 0;
}
.kore-chat-window .quick_replies_btn_parent {
	margin: 10px 0px;
	/*overflow: auto;*/
}
.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 16px 0px 16px;
    min-height: 110px;
	display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
    /*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;
	}
	body.chat-open {
	  overflow: hidden;
	}
}

.chatInputBox.disable,
.sendBtnCnt .sendButton.disable {
  pointer-events: none !important;  /* block clicks / typing */
  opacity: 0.5;                     /* visibly greyed-out   */
  filter: grayscale(100%);
}
.kore-chat-window .rating-main-component .numbersComponent .rating-numbers-data .ratingValue {
	max-width: 33px;
}
.kore-chat-window .quickReplyTemplate .quickReplyHeading {
	background-color: rgb(255 255 255 / 100%) !important;
}

/* Added 16-07-2025 */
.hide {
    display: none !important;
}

.kore-action-sheet.logout-popup {
    top: 0 !important;
    height: 100% !important;
    background-color: #bdc1c66e !important;
}

/* Popup content box styling */
.kore-action-sheet .popup-content {
    background: #ffffff;
    padding: 30px 20px;
    width: 80%;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: auto;
    top: 55px;
}

/* Close (X) icon inside popup */
.kore-action-sheet .popup-content .popup-close-icon {
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
	font-family: 'VAGRoundedStd-Light', sans-serif;
    color: #a1a1a1;
}
.kore-action-sheet .popup-content .popup-close-icon:hover {
	color: #333;
}

/* Popup icon container */
.kore-action-sheet .popup-content .popup-icon {
    width: 50px;
    height: 50px;
    background-color: #e5e8ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Exit icon inside popup */
.kore-action-sheet .popup-content .popup-icon .popup-exit-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAWxJREFUSIm11T9LHFEUBfCffwpdBDGBxGq38ANsoZVViqQMSoidwcLCYJsvkG+QUlIEBJE0gUTSRUQhkEZUbCwDmzKsaKpV0KzFexsmsrvzdGcPDHdg7rnnvfPO8OgzBjLvFcxjJJHbwBZqKc0VnKN5x+cscjtiONYXGI+Eg8QdTGMict/lCYzHeoxniQK7eJLhtsVg4rB2OI213i+B10Io3mNGh3D0IlAXUvQK+9jBWJECLdRwjVl8xWjRAjtYxl/h0Ldk7Bpuz/kPJUzm9HwXovpGSOFHLOAqT6CEn3icsJAs5rGI9TyLWn/sfdAk36IGpuRbBKuCRfAFm9mPb6Pi7l2WmMGSkKQmvskcchEpeooPcdYe5nBRpEAFQ/iB54Kt/5AS0054JPxcGzjECS5vN/WygzV8xgqO2g3vVeBBrA+7NbUs+hNrFduJAtVb3K6oCLfZfa7McrfB2Uu/jJfC4aXgNz7hV2J/f3ADZ0pWDbpR7j0AAAAASUVORK5CYII=") no-repeat center;
    background-size: contain;
}

/* Confirm button */
.kore-action-sheet .popup-content .popup-confirm-btn {
	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-action-sheet .popup-content .popup-confirm-btn:hover {
	background: #333 !important;
	color: #ffffff;
}

/* Restart button styling */
.kore-chat-window .restart-button {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 51px);
    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;
    z-index: 10;
    transition: background 0.2s, color 0.2s;
}

.kore-chat-window .restart-button:hover {
    background: #333 !important;
	color: #ffffff;
}

/* Disabled input styling with placeholder */
.kore-chat-window [contenteditable="false"]:empty::before {
    content: attr(placeholder);
    color: #888;
}
.kore-chat-footer.disableFooter {
    pointer-events: none;
    opacity: 0.2;
}
.kore-chat-window .kore-chat-footer .elm-terms {
	font-family: 'VAGRoundedStd-Light', sans-serif;
    font-size: 12px;
	color: #8c959e;
	flex: 0 0 100%;
	padding: 5px 3%;
	text-align: center;
}
.kore-chat-window .kore-chat-footer .elm-terms a {
	color: #8c959e;
	text-decoration: underline;
}
.kore-chat-window .kore-chat-footer .elm-terms a:hover {
	color: #333;
}
.kore-chat-window .typingIndicatorContent {
    bottom: 110px;
}
body.chat-open header.header {
	z-index: 99999;
}
main section .operator_avatar {
	display: block !important;
}