.cardGlobalContainer {
	/* @media screen and (max-height: 800px) {
		 .liveChatTab-chat, .liveChatTab-change {
			transform: scale(0.8)
		}
		 @keyframes liveChatTab-changeScreen {
			 0% {
				transform: scale(0.8);
				 opacity: 1;
			}
			 50% {
				transform: scale(0.6);
				 opacity: 0;
			}
			 100% {
				transform: scale(0.8);
				 opacity: 1;
			}
		}
	}
	 @media screen and (max-height: 650px) {
		 .liveChatTab-chat, .liveChatTab-change {
			transform: scale(0.6)
		}
		 @keyframes liveChatTab-changeScreen {
			 0% {
				transform: scale(0.6);
				 opacity: 1;
			}
			 50% {
				transform: scale(0.4);
				 opacity: 0;
			}
			 100% {
				transform: scale(0.6);
				 opacity: 1;
			}
		}
	}
	 @media screen and (max-width: 800px) {
		 .liveChatTab-chat, .liveChatTab-change {
			transform: scale(0.8)
		}
		 @keyframes liveChatTab-changeScreen {
			 0% {
				transform: scale(0.8);
				 opacity: 1;
			}
			 50% {
				transform: scale(0.6);
				 opacity: 0;
			}
			 100% {
				transform: scale(0.8);
				 opacity: 1;
			}
		}
	}
	 @media screen and (max-width: 650px) {
		 .liveChatTab-chat, .liveChatTab-change {
			transform: scale(0.6)
		}
		 @keyframes liveChatTab-changeScreen {
			 0% {
				transform: scale(0.6);
				 opacity: 1;
			}
			 50% {
				transform: scale(0.4);
				 opacity: 0;
			}
			 100% {
				transform: scale(0.6);
				 opacity: 1;
			}
		}
	}
	 */
	/* For Chrome, Edge, and Safari */
	 @import url("https://fonts.googleapis.com/css?family=Rubik:400,700");
	/* Add this CSS to your stylesheet */
}
 .cardGlobalContainer .liveChatTab-main * {
	 letter-spacing: -0.02px;
	 -webkit-font-smoothing: antialiased;
	 width: 100%;
	 font-family: "Montserrat";
	 font-size: 13.6px;
	 line-height: 24px;
	 font-weight: 500;
	 box-sizing: border-box;
}
 .cardGlobalContainer .liveChatTab-main {
	 display: block;
	 position: relative;
	 width: calc(100% - 40px);
	 height: 100%;
	 width: 100%;
	/* bottom: 20px;
	 */
	/* left: 20px;
	 */
	 top: 10%;
	/* right: 20px;
	 */
	 border-radius: 20px;
	 background: transparent;
	 letter-spacing: -0.02px;
	 -webkit-font-smoothing: antialiased;
	 width: 100%;
	 font-family: "Montserrat";
	 font-size: 14px;
	 line-height: 24px;
	 font-weight: 500;
	 box-sizing: border-box;
	 color: #a09c9c;
}
 .cardGlobalContainer .liveChatTab-change {
	 display: block;
	 position: absolute;
	 bottom: 0px;
	 right: 0px;
	 width: 200px;
	 height: auto;
	 padding: 40px;
	 transform-origin: bottom right;
	 border-radius: 8px;
	 opacity: 0.7;
	 cursor: pointer;
	 transition: all 500ms;
}
 .cardGlobalContainer .liveChatTab-change:hover {
	 opacity: 1;
}
 .cardGlobalContainer .liveChatTab-change:before {
	 content: "You are:";
	 display: block;
	 width: auto;
	 height: 30px;
	 text-align: center;
	 font-size: 10px;
	 line-height: 28px;
	 font-weight: 600;
	 text-transform: uppercase;
	 color: #7b808b;
	 opacity: 0.5;
}
 .cardGlobalContainer .liveChatTab-change .Avatar {
	 display: block;
	 position: relative;
	 width: 40px;
	 height: 40px;
	 margin: 0px auto;
	 border-radius: 24px;
}
 .cardGlobalContainer .liveChatTab-change .Avatar img {
	 border-radius: 24px;
}
 .cardGlobalContainer .liveChatTab-change .Name {
	 display: block;
	 width: auto;
	 height: auto;
	 text-align: center;
}
 .cardGlobalContainer .liveChatTab-change .Name span {
	 display: block;
	 margin: 6px 0px 12px 0px;
	 color: #7b808b;
	 font-size: 12px;
	 line-height: 20px;
	 font-weight: 600;
}
 .cardGlobalContainer .liveChatTab-change .btnliveChatTab-change {
	 display: block;
	 position: relative;
	 width: auto;
	 height: 30px;
	 font-size: 18px;
	 color: #fff;
	 font-size: 12px;
	 line-height: 30px;
	 font-weight: 600;
	 text-align: center;
	 border-radius: 8px;
	 background: #46cc7c;
}
 .cardGlobalContainer .liveChatTab-change.firstView .Avatar img.second {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-change.firstView .Name span.second {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-change.secondView .Avatar img.first {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-change.secondView .Name span.first {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat {
	 display: block;
	 position: relative;
	 width: 100%;
	 height: 100%;
	/* top: calc(50% - 360px);
	 */
	/* left: calc(50% - 187.5px);
	 */
	/* width: 375px;
	 */
	/* height: 720px;
	 */
	 background: #4f89c4;
}
 .cardGlobalContainer .liveChatTab-chat .Contact {
	 display: block;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 100;
	 width: 100%;
	 height: 100px;
	 padding: 20px;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .btnBack {
	 display: block;
	 float: left;
	 width: 30px;
	 height: 100%;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .btnBack svg {
	 fill: none;
	 stroke: rgba(255, 255, 255, 0.5);
	 stroke-width: 2;
	 stroke-linecap: round;
	 stroke-linejoin: round;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .btnOptions {
	 display: block;
	 float: right;
	 width: 30px;
	 height: 100%;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .btnOptions svg {
	 fill: rgba(255, 255, 255, 0.5);
	 stroke: none;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo {
	 display: block;
	 float: left;
	 width: auto;
	 height: 60px;
	 padding: 6px;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo .Avatar {
	 display: block;
	 position: relative;
	 float: left;
	 width: 48px;
	 height: 48px;
	 margin: 0px 20px 0px 0px;
	 border-radius: 24px;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo .Avatar img {
	 border-radius: 24px;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo .Avatar:after {
	 content: "";
	 display: block;
	 position: absolute;
	 bottom: -1px;
	 right: -1px;
	 width: 10px;
	 height: 10px;
	 border-radius: 24px;
	 border: 2px solid #4f89c4;
	 background: #19d0c5;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo .Name {
	 display: block;
	 float: left;
	 width: auto;
	 height: 48px;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo .Name span {
	 display: block;
	 margin: 5px 0px 4px 0px;
	 color: #fff;
	 font-size: 18px;
	 line-height: 20px;
	 font-weight: 600;
}
 .cardGlobalContainer .liveChatTab-chat .Contact .contactInfo .Name .Status {
	 display: block;
	 font-size: 12px;
	 line-height: 14px;
	 font-weight: 500;
	 color: rgba(255, 255, 255, 0.5);
}
 .cardGlobalContainer .liveChatTab-chat .modalAttachment {
	 display: block;
	 visibility: hidden;
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 z-index: 10;
	 width: 100%;
	 height: 100%;
	 padding: 20px;
	 background: var( --livechat-coral);
	 opacity: 0;
}
 .cardGlobalContainer .liveChatTab-chat .modalAttachment .preview {
	 display: block;
	 position: absolute;
	 z-index: 1;
	 width: 100%;
	 height: auto;
	 top: 50%;
	 left: 0px;
	 padding: 40px;
	 transform: translate(0%, -50%);
}
 .cardGlobalContainer .liveChatTab-chat .modalAttachment .preview img {
	 display: block;
	 max-width: 100%;
	 height: auto;
	 border-radius: 10px;
}
 .cardGlobalContainer .liveChatTab-chat .input {
	 display: flex;
	 justify-content: space-between;
	 position: fixed;
	 bottom: 0px;
	/* border-radius: 20px;
	 */
	/* left: 20px;
	 */
	/* margin: 0px 20px;
	 */
	/* right: 20px;
	 */
	/* left: 10;
	 */
	/* right: 0;
	 */
	/* left: 0;
	 */
	/* padding: 0rem 5rem;
	 */
	 z-index: 10;
	 width: 100%;
	 height: 85px;
	 padding: 6px;
	 box-shadow: none;
	 background: #fff;
	 border-radius: 0px 0px 10px 10px;
	 backdrop-filter: blur(44px);
	 background-color: hsl(0deg 0% 93.84% / 51%);
	 box-shadow: inset 0 0 1px rgb(232 232 237 / 11%);
 }
 .cardGlobalContainer .liveChatTab-chat .input button {
	 display: block;
	 width: 68px;
	 height: 68px;
	 padding: 0px;
	 border-radius: 30px;
	 border: 0px;
	 outline: 0px;
	 background: #46cc7c;
	 cursor: pointer;
}
 .cardGlobalContainer .liveChatTab-chat .input button:disabled {
	 opacity: 0.4;
	 cursor: default;
}
 .cardGlobalContainer .liveChatTab-chat .input button svg {
	 fill: #676767;
	 stroke: none;
}
 .cardGlobalContainer .liveChatTab-chat .input input {
	 display: block;
	 width: 75%;
	 position: relative;
	 left: -1%;
	/* background: red;
	 */
	 height: 50px;
	 font-size: 14px;
	 font-weight: 500;
	 color: #a09c9c;
	 border: 0px !important;
	 background: transparent;
	 outline: 0px;
}
 .cardGlobalContainer .liveChatTab-chat .input .btnAttach {
	 width: 48px;
	/* position: absolute;
	 */
	 height: 68px;
	 left: 77%;
	 z-index: 900;
	 top: 7%;
}
 .cardGlobalContainer .liveChatTab-chat .input .btnAttach input {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat .input .btnAttach label {
	 display: block;
	 width: 48px;
	 height: 68px;
	 border-radius: 30px;
	 border: 0px;
	 outline: 0px;
	 cursor: pointer;
	 background: rgba(196, 199, 208, 0.05);
}
 .cardGlobalContainer .liveChatTab-chat .input .btnAttach label svg {
	 fill: none;
	 stroke: var( --livechat-coral);
	 stroke-width: 2;
	 stroke-linecap: round;
	 stroke-linejoin: round;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .btnAttach label {
	 display: none;
}
 .cardGlobalContainer .msg .img {
	 background: transparent !important;
}
 .cardGlobalContainer .liveChatTab-chat .msgSpace {
	 display: block;
	 position: absolute;
	 top: 0px;
	 z-index: 1;
	/* width: 375px;
	 */
	 height: 100%;
	 overflow: hidden;
	/* border-radius: 30px 30px 50px 50px;
	 */
	 background-image: url(../../livechat/images/chat_background.webp);
	 background-size: cover;
	/* Adjust to your preference */
	 background-position: center;
	 background-color: rgb(255 255 255 / 65%);
	/* White color with 50% opacity */
	 background-blend-mode: overlay;
}
 .cardGlobalContainer .liveChatTab-chat .msgSpace > div {
	 display: block;
	 width: 100%;
	 height: calc(100% - 77px);
	 overflow-y: scroll;
}
 .cardGlobalContainer .liveChatTab-chat .msgSpace:before {
	 content: "";
	 display: block;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 1;
	 width: 100%;
	 height: 40px;
	 background: linear-gradient(180deg, rgba(241, 243, 246, 0.6) 0%, rgba(241, 243, 246, 0) 100%);
}
 .cardGlobalContainer .liveChatTab-chat .msgSpace:after {
	 content: "";
	 display: block;
	 position: absolute;
	 bottom: 90px;
	 left: 0px;
	 z-index: 1;
	 width: 100%;
	 height: 20px;
}
 .cardGlobalContainer .liveChatTab-chat .msg {
	 display: block;
	 float: left;
	 padding: 0px 19px 20px 19px;
	 margin: 0px;
	 list-style: none;
}
 .cardGlobalContainer .liveChatTab-chat .msg li {
	 display: block;
	 position: relative;
	 float: right;
	 width: 100%;
	 height: auto;
	 margin: 20px 0px 0px 0px;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.date {
	 display: block;
	 position: relative;
	 float: left;
	 width: 100%;
	 height: 26px;
	 text-align: center;
	 margin: 40px auto 0px auto;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.date span {
	 display: inline-block;
	 width: auto !important;
	 height: 26px;
	 text-align: center;
	 margin: 0px auto;
	 padding: 0px 10px 0px 10px;
	 font-size: 10px;
	 line-height: 28px;
	 font-weight: 600;
	 text-transform: uppercase;
	 color: #f1f3f6;
	 background: #c4c7d0;
	 border-radius: 8px;
}
 .cardGlobalContainer .liveChatTab-chat .msg li .message-container {
	 display: block;
	 width: auto;
	 max-width: 300px;
	 height: auto;
	 min-width: 178px;
	 padding: 10px 20px 10px 20px;
	 overflow-wrap: break-word;
}
 .cardGlobalContainer .liveChatTab-chat .msg li time {
	 display: block;
	 top: calc(50% - 16px);
	 width: auto;
	 height: 32px;
	 font-size: 10px;
	 line-height: 32px;
	 font-weight: 600;
	 color: #c4c7d0;
}
 .cardGlobalContainer .liveChatTab-chat.firstView {
	 background: transparent;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .Contact .contactInfo .Avatar img.first {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .Contact .contactInfo .Avatar:after {
	 border: 2px solid #4f89c4;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .Contact .contactInfo .Name span.first {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .input button {
	 background: transparent;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .input input {
	 color: #a09c9c;
	/* background: white;
	 */
	 padding: 2rem;
	 background-image: linear-gradient(184deg, #fff 0%, #f7f7f7 100%);
	 padding: 0.7rem;
	 border-radius: 6px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msgSpace:before {
	 background: linear-gradient(180deg, rgba(241, 243, 246, 0.6) 0%, rgba(241, 243, 246, 0) 100%);
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first .message-container {
	 float: right;
	 border-radius: 22px 22px 0px 22px;
	 color: #fff !important;
	 background: #747474;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first ~ li.first + li.first, .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first + li.first {
	 margin: 16px 0px 0px 0px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first ~ li.first + li.first div, .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first + li.first div {
	 border-radius: 17px 8px 0px 20px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second div {
	 float: left;
	 /* border-radius: 8px 22px 22px 0px; */
	 border-radius: 22px 22px 22px 0px;
	 background: #f3f3f3;
}
/*  */
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second ~ li.second + li.second, .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second + li.second {
	 margin: 6px 0px 0px 0px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second ~ li.second + li.second div, .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second + li.second div {
	 border-radius: 8px 22px 22px 8px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.img div {
	 padding: 6px 6px 0px 6px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first.img .caption {
	 float: left;
	 padding: 0px 6px 10px 14px;
	 color: #fff;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second.img .caption {
	 float: left;
	 padding: 0px 14px 10px 6px;
	 color: #a09c9c;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first img {
	 border-radius: 16px 16px 4px 16px;
	 width: 254px;
	 height: 197px;
	 background-position: center;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first ~ li.first + li.first img, .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first + li.first img {
	 border-radius: 16px 4px 4px 16px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second img {
	 border-radius: 16px 16px 16px 4px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second ~ li.second + li.second img, .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second + li.second img {
	 border-radius: 4px 16px 16px 4px;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li time {
	 color: #b6b6b6;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first time {
	 left: 0px;
	 display: flex !important;
	 align-items: center;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.second time {
	 right: 0px;
	 display: flex !important;
	 align-items: center;
}
 .cardGlobalContainer .liveChatTab-chat.secondView {
	 background: #333;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .Contact .contactInfo .Avatar img.second {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .Contact .contactInfo .Avatar:after {
	 border: 2px solid #333;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .Contact .contactInfo .Name span.second {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .input {
	 box-shadow: 0px 8px 20px rgba(196, 199, 208, 0.4);
}
 .cardGlobalContainer .liveChatTab-chat.secondView .input button {
	 background: #fb963c;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .input input {
	 color: #a09c9c;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msgSpace {
	 background: #f1f3f6;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msgSpace:before {
	 background: linear-gradient(180deg, rgba(241, 243, 246, 0.6) 0%, rgba(241, 243, 246, 0) 100%);
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msgSpace:after {
	 background: linear-gradient(180deg, rgba(241, 243, 246, 0) 0%, #f1f3f6 100%);
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first div {
	 float: left;
	 border-radius: 22px 22px 22px 8px;
	 background: #fff;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first ~ li.first + li.first, .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first + li.first {
	 margin: 6px 0px 0px 0px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first ~ li.first + li.first div, .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first + li.first div {
	 border-radius: 8px 22px 22px 8px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second div {
	 float: right;
	 border-radius: 22px 22px 8px 22px;
	 color: #fff;
	 background: #e58091;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second ~ li.second + li.second, .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second + li.second {
	 margin: 6px 0px 0px 0px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second ~ li.second + li.second div, .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second + li.second div {
	 border-radius: 22px 8px 8px 22px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.img div {
	 padding: 6px 6px 0px 6px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first.img .caption {
	 float: left;
	 padding: 0px 14px 10px 6px;
	 color: #a09c9c;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second.img .caption {
	 float: left;
	 padding: 0px 6px 10px 14px;
	 color: #fff;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first img {
	 border-radius: 16px 16px 16px 4px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first ~ li.first + li.first img, .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first + li.first img {
	 border-radius: 4px 16px 16px 4px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second img {
	 border-radius: 16px 16px 4px 16px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second ~ li.second + li.second img, .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second + li.second img {
	 border-radius: 16px 4px 4px 16px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li time {
	 color: #c4c7d0;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.first time {
	 right: 0px;
}
 .cardGlobalContainer .liveChatTab-chat.secondView .msg li.second time {
	 left: 0px;
}
 .cardGlobalContainer li .time-container time {
	 display: flex !important;
	 justify-content: flex-start;
	 padding-left: 0.4rem !important;
	 font-size: 80% !important;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.first div.time-container {
	 width: 100% !important;
	 padding: 0.5rem 0rem 0rem 0.6rem !important;
	 display: flex;
	 justify-content: space-between;
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 position: relative;
	 left: -6%;
	 opacity: 0.7;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.second div.time-container {
	 width: 100% !important;
	 padding: 0.5rem 0rem 0rem 0.5rem !important;
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.second div.time-container svg{
	 fill:#b6b6b6;
}
 .cardGlobalContainer .liveChatTab-chat .msg .error-text {
	 padding-right: 0.8rem !important;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.img {
	 border-radius: 0px;
	 padding: 0px;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.first .message-container:before {
	 border-bottom: 5px solid transparent;
	 border-left: 5px solid transparent;
	 border-right: 5px solid #f5f7fb;
	 border-right-color: #747474;
	 border-top: 5px solid #f5f7fb;
	 border-top-color: #747474;
	 left: auto;
	/* right: 0;
	 */
	 background: transparent;
	 bottom: -10px;
	 content: "";
	 right: 0;
	 position: absolute;
}
 .cardGlobalContainer .liveChatTab-chat .msg li.second .message-container:before {
	 border-bottom: 5px solid transparent;
	 border-left: 5px solid #7269ef;
	 border-left-color: #fff;
	 border-right: 5px solid transparent;
	 border-top: 5px solid #7269ef;
	 border-top-color: #fff;
	 bottom: -10px;
	 content: "";
	 left: 0;
	 position: absolute;
	 right: auto;
}
 .cardGlobalContainer .liveChatTab-chat .msg li .message-container {
	 padding: 10px 14px !important;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .Contact .btnBack svg {
	 stroke: white;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .Contact .btnOptions {
	 opacity: 0;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .Contact .contactInfo .Avatar:after {
	 border: 2px solid #353b47;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .Contact .contactInfo .Name span {
	 line-height: 38px;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .Contact .contactInfo .Name .Status {
	 display: none;
	 opacity: 0;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .modalAttachment {
	 visibility: visible;
	 opacity: 1;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .input {
	 background: white;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .input input {
	 display: block;
	 width: 360px;
	 margin: 0px 0px 0px 20px;
	 background: #edebeb;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .input .btnAttach {
	 display: none;
}
 .cardGlobalContainer .liveChatTab-chat.attachment .input button svg {
	 fill: var( --livechat-coral);
}
 .cardGlobalContainer .sendLiveChatBtn, .cardGlobalContainer .input, .cardGlobalContainer .modalAttachment {
	 transition: 0.5s ease-out all;
	 -moz-transition: 0.5s ease-out all;
	 -webkit-transition: 0.5s ease-out all;
	 display: flex !important;
	 align-items: center;
}
 .cardGlobalContainer .liveChatTab-chat.liveChatTab-changeScreen {
	 animation-name: liveChatTab-changeScreen;
	 animation-duration: 1s;
	 animation-iteration-count: 1;
	 animation-delay: 0s;
}
 @keyframes liveChatTab-changeScreen {
	 0% {
		 transform: scale(1);
		 opacity: 1;
	}
	 50% {
		 transform: scale(0.8);
		 opacity: 0;
	}
	 100% {
		 transform: scale(1);
		 opacity: 1;
	}
}
 .cardGlobalContainer .liveChatTab-change.liveChatTab-changeScreen {
	 animation-name: switch;
	 animation-duration: 1s;
	 animation-iteration-count: 1;
	 animation-delay: 0s;
}
 @keyframes switch {
	 50% {
		 opacity: 0;
	}
}
 .cardGlobalContainer .modal-scrollbar {
	 overflow-y: auto;
	 scrollbar-width: thin;
	/* For Firefox */
	 scrollbar-color: blue gray;
	/* For Firefox */
}
 .cardGlobalContainer .modal-scrollbar::-webkit-scrollbar {
	 width: 12px;
}
 .cardGlobalContainer .modal-scrollbar::-webkit-scrollbar-track {
	 background: gray;
}
 .cardGlobalContainer .modal-scrollbar::-webkit-scrollbar-thumb {
	 background-color: blue;
	 border-radius: 20px;
	 border: 3px solid gray;
}
 .cardGlobalContainer .profile-section hr {
	 margin: 0px auto;
	 width: 85%;
	 border: 0;
	 border-top: 1px solid #000;
}
 .cardGlobalContainer .error-text {
	 font-size: 80%;
	/* background: transparent !important;
	 */
	 color: #cd6155 !important;
	 padding: 1rem 0rem !important;
	 margin: 2rem 0rem;
	 display: flex;
	 right: 0re;
	 position: relative;
	 left: 81%;
	 top: 0px;
	 margin: 0;
	 padding: 0 !important;
}
 .cardGlobalContainer .liveChatTab-chat.firstView .msg li.first.img .caption {
	 float: left;
	 padding: 0px 14px 10px 6px;
	 color: white;
}
 .cardGlobalContainer .liveChatTab-chat .msg li .message-container .caption {
	 width: 100%;
	 padding: 10px 0px 0px 1px;
	 text-align: left;
}
 .cardGlobalContainer .chat-attachment-file {
	 margin-top: 0.4rem;
	 font-size: 90%;
	 top: 5px;
	 right: 0;
	 display: flex;
	 justify-content: flex-end;
	 border-bottom: 1px solid #fff 21;
	 border-radius: 0px !important;
	 color: white;
	 text-align: right;
	 align-items: center;
	 padding: 0.6rem 0rem;
	 cursor: pointer;
}
 .cardGlobalContainer .first .chat-attachment-file a {
	 color: white !important;
	 width: 32%;
	 font-size: 90% !important;
}
 .cardGlobalContainer .second .chat-attachment-file a {
	 color: #888787  !important;
	 width: 32%;
	 font-size: 90% !important;
}
 .cardGlobalContainer .first .chat-attachment-file svg {
	 fill: white;
	 width: 20%;
	 cursor: pointer;
}
 .cardGlobalContainer .second .chat-attachment-file svg {
	fill: #888787  !important;
	 width: 20%;
	 cursor: pointer;
}
 .cardGlobalContainer .date_month {
	 font-size: 14px !important;
	 background: #ffffec !important;
	 color: #5b5b5b !important;
	 line-height: 20px !important;
	 vertical-align: top !important;
	 font-family: 'Montserrat' !important;
	 border: none !important;
	 border: 1px solid #93918d !important;
	 height: 17px !important;
	 text-indent: 0.2em;
}
 .cardGlobalContainer * {
	 box-sizing: border-box;
}
 .cardGlobalContainer .page-header-content {
	 flex: 4;
	/* line-height: 120px;
	 */
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 align-items: flex-start;
	 padding: 1rem;
}
 .cardGlobalContainer .page-header-add {
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: flex-start;
	 padding: 0rem;
}
 .cardGlobalContainer .page-header-add .page-slider-card-title {
	 font-size: 1.2rem;
	 color: #958c8c;
}
 .cardGlobalContainer .page-slider h1 {
	 color: #111215;
	 text-align: center;
}
 .cardGlobalContainer .page-slider-card {
	 font-size: 14px;
	 font-weight: bold;
	 margin-right: 8px;
	 color: black;
}
 .cardGlobalContainer .page-slider-card-title {
	font-size: 14.5px;
    font-weight: 600;
    margin-right: 8px;
    color: #161616;
    font-family: 'Montserrat' !important;
    margin-bottom: 6px;
    transition: color 0.3s ease 0.2s;
}
 .cardGlobalContainer .card_content small {
	position: absolute;
    left: 76%;
	font-weight: 500;
    /* font-weight: bold; */
    opacity: .7;
    font-size: 75%;
	margin-top: 0.1rem;
    text-align: right;
    color: #787878d6;
    display: flex;
    justify-content: flex-end;
}
 .cardGlobalContainer .page-slider-card-body {
	 font-size: 14px;
	 opacity: 1;
	 max-width: 237px;
	 color: #979797d6;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 1;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 line-height: 18px;
}
 .cardGlobalContainer .page-slider {
	 width: 100%;
	 height: 100%;
	/* background: #33353f;
	 */
	/* margin: 2% auto;
	 */
	/* box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.4);
	 */
	/* border-radius: 10px;
	 */
	 position: relative;
	 overflow: hidden;
	/* position: absolute;
	 */
}
 .cardGlobalContainer .page-slider-nav {
	 width: 100%;
	 height: 100%;
	 left: -100%;
	 background: hsl(0deg 0% 96.77%);
	 border-radius: 10px;
	 position: absolute;
	 z-index: 4;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 padding-bottom: 5rem;
	 transition: 0.5s ease;
	 transform-origin: top right;
}
 .cardGlobalContainer .page-slider-nav.open {
	 left: 0%;
}
 .cardGlobalContainer .page-header-container {
	 background: red;
	 width: 100%;
	 position: absolute;
	 top: 0px;
	 padding: 0 2.5rem;
	 height: 10%;
	 left: 0px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 backdrop-filter: blur(44px);
	 background-color: hsl(0deg 0% 100% / 62%);
	 box-shadow: inset 0 0 1px rgb(232 232 237 / 11%);
 }
 .cardGlobalContainer .page-slider-nav .page-header-container .logo {
	 width: 50px;
	 z-index: 9000;
	 height: 50px;
	 background: #111215;
	 border-radius: 6px;
	/* margin-bottom: 30px;
	 */
	 opacity: 0;
	 transform: translateY(20px) scale(0.1);
	/* flex: 1;
	 */
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 3.4rem;
	 height: 3.4rem;
	 border-radius: 50%;
	/* margin-right: 1rem;
	 */
	 font-size: 1rem;
	 color: white;
}
 .cardGlobalContainer .page-slider-nav .page-header-container .logo.open {
	 -webkit-animation: logo 0.7s forwards 0.3s;
	 animation: logo 0.7s forwards 0.3s;
}
 .cardGlobalContainer .page-slider-nav .page-header-container .page-header-content .block {
	 margin: 0.1rem;
	 min-height: 12px;
	 border-radius: 120px;
	/* margin-bottom: 15px;
	 */
	 opacity: 0;
}
 .cardGlobalContainer .page-slider-nav .page-header-container .page-header-content .block.open {
	 -webkit-animation: openLiveChat 1s forwards;
	 animation: openLiveChat 1s forwards;
}
 .page-slider-header {
    width: 100%;
    height: 70px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    color: #ffffffe0;
    font-weight: 600;
    font-size: 21px;
    line-height: 128%;
    padding: 0px;
    opacity: 0.9;
    z-index: 9000;
    position: relative;
}
 .cardGlobalContainer .page-slider-header .title {
	 width: 50%;
	 height: 8px;
	 border-radius: 120px;
	/* background: #111215;
	 */
	 position: absolute;
	 top: 29%;
	 left: 4%;
	 transition: opacity 0.3s ease 0.2s;
}
 .cardGlobalContainer .page-slider-header .burger_menu {
	 width: 27px;
	 height: auto;
	 position: absolute;
	 z-index: 5;
	 top: 50%;
	 right: 4%;
	 transform: translateY(-50%);
	 cursor: pointer;
}
 .cardGlobalContainer .page-slider-header .burger_menu:hover span:nth-child(2) {
	 width: 100%;
}
 .cardGlobalContainer .page-slider-header .burger_menu:hover span:last-child {
	 width: 100%;
}
 .cardGlobalContainer .page-slider-header .burger_menu.open span {
	 background: #111215;
}
 .cardGlobalContainer .page-slider-header .burger_menu.open span:nth-child(1) {
	 transform: rotate(45deg);
	 top: 8px;
	 right: -1px;
}
 .cardGlobalContainer .page-slider-header .burger_menu.open span:nth-child(3) {
	 transform: rotate(-45deg);
	 width: 100%;
	 top: -8px;
}
 .cardGlobalContainer .page-slider-header .burger_menu.open span:nth-child(2) {
	 opacity: 0;
}
 .cardGlobalContainer .page-slider-header .burger_menu span {
	 background: transparent;
	 display: block;
	 width: 100%;
	 height: 5px;
	 margin-bottom: 3px;
	 position: relative;
	 transition: 0.3s ease;
}
 .cardGlobalContainer .page-slider-header .burger_menu span:nth-child(2) {
	 width: 80%;
}
 .cardGlobalContainer .page-slider-header .burger_menu span:nth-child(3) {
	 width: 60%;
}
 .cardGlobalContainer .page-slider .content {
	 padding: 10px;
	 width: 100%;
	 height: 627px;
	 overflow: auto;
	/* position: absolute;
	 */
	/* z-index: 90000;
	 */
}
 
 .cardGlobalContainer #contactsCard .card-wrapper {
	 align-items: flex-start !important;
	 background-color: hsl(0deg 0% 88.46% / 90%);
}
 .cardGlobalContainer .addLiveChatButton {
	 position: relative;
	 left: 26.4%;
	 top: 28%;
	 display: inline-block;
	 font-weight: 400;
	 color: #fff;
	 text-align: center;
	 vertical-align: middle;
	 user-select: none;
	 background-color: var( --livechat-coral);
	 box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	 border: 1px solid transparent;
	 padding: 0.375rem 0.75rem;
	 font-size: 0.6em;
	 line-height: 1.5;
	 border-radius: 6px;
	 font-family: 'Montserrat';
	 font-weight: 600;
	 letter-spacing: 0.7px;
 }


/* Adjust cards for tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.cardGlobalContainer .liveChatCardContainer{
		width: 550px;
		max-width: 65%;
		
	}
	.page-slider .card-wrapper {
		zoom: .9;
	}
	
	.cardGlobalContainer .addLiveChatButton{
		left: 26.4%;
		padding: 0.3rem 0.75rem;
	}

	
	
	
}

/* Adjust cards for phones */
@media screen and (max-width: 767px) {
	.page-slider .card-wrapper {
		zoom: .8;
	}
	
	.cardGlobalContainer .addLiveChatButton{
		left: 20%;
		padding: 0.3rem 0.75rem;
	}

	

	.cardGlobalContainer .liveChatCardContainer {
        z-index: 9000;
        position: fixed;
        bottom: 59px;
        right: 20px;
        width: 1501px;
        max-width: 100%;
		height: 815px;
        /* height: 668px; */
        zoom: .8;
	}
}


 .cardGlobalContainer .showNewConversation {
	top: 174px !important;
	left: 0%;
    width: 273px !important;
    font-size: 0.65em !important;
    padding: 0.7rem 2rem !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;

 }
 .cardGlobalContainer .page-slider .content {
	 padding: 19px !important;
	 /* padding-top: 3.4rem !important; */
	 margin-top: 3.4rem;
	 padding-bottom: 7.4rem !important;
}
 .cardGlobalContainer .page-slider-header .title {
	 top: 44% !important;
}
 
 .cardGlobalContainer .no-messages h1 {
	font-size: 1.4rem;
    font-weight: 500;
	color: #9c9c9ceb !important;
 }
 .cardGlobalContainer .no-messages p {
	font-size: 14px;
    color: #bfbfbfeb !important;
    margin: 0;
 }
 .cardGlobalContainer .no-messages {
	 display: flex !important;
	 align-items: center;
	 justify-content: center;
	 font-size: 1.2rem !important;
	 height: 48vh !important;
	 text-align: center;
	 line-height: 135% !important;
	 font-size: 1.2rem !important;
	 color: #9c9c9c75 !important;
	 font-weight: bold !important;
	 flex-direction: column;
}
 .cardGlobalContainer .error-conversations h1 {
font-size: 1.5rem;
color: white;
text-align: center;
padding: 1rem;
 }
 .cardGlobalContainer .error-conversations {
	align-items: center;
    justify-content: center;
    background: #db4242;
    height: 56%;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    position: relative;
    width: 90%;
    top: 58px;
    margin: auto;
    border-radius: 21px;
    padding: 2rem;
    text-align: center;
}
.cardGlobalContainer .error-conversations p {
	font-weight: normal;
	 }
 .cardGlobalContainer .no-conversations {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: gainsboro; */
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
    height: 57%;
    font-size: 1.3rem;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #8d8b8b;
    position: relative;
    top: 17px;
	background-image: linear-gradient(179deg, #fdfbfb 0%, #d2d2d2 98%);
    border-radius: 9px;
    /* background-color: linear-gradient(to top, var(--livechat-primary) 100%) 91%, #ffffff !important; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
}
.cardGlobalContainer .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 0.85rem !important;

}
 .cardGlobalContainer #cardContainer .close-button:before, .cardGlobalContainer #cardContainer .close-button:after {
	 position: absolute;
	 top: 50% !important;
	 left: 50% !important;
	 margin-top: -1px;
	 margin-left: -12px;
	 display: block;
	 height: 3px !important;
	 width: 24px !important;
	 background-color: #fff c7 !important;
	 transition: all 0.25s ease-out;
}
 .cardGlobalContainer .greeting-container h1 {
	 font-size: 2rem;
	 font-family: 'Montserrat';

	 margin-bottom: 1.2rem;

}
 .cardGlobalContainer .greeting-container h2 {
	 font-size: 1rem;
	 font-family: 'Montserrat';
	 color:white;
}
 .cardGlobalContainer .page-slider .card-wrapper:last-child {
	 margin-bottom: 0px;
}
 .cardGlobalContainer .page-slider .card-wrapper.open {
	 -webkit-animation: cardLiveChatAnimation 0.9s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) forwards;
	 animation: cardLiveChatAnimation 0.9s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) forwards;
}
 .cardGlobalContainer .page-slider .card-wrapper.open.open .img {
	 background: var( --livechat-coral);
}
 .cardGlobalContainer .page-slider .card-wrapper.open.open .card_content .page-slider-card-title {
	 color: var( --livechat-coral);
}
 .cardGlobalContainer .page-slider .card-wrapper.closedLiveChatAnimation {
	 -webkit-animation: closedLiveChatAnimation 0.4s forwards;
	 animation: closedLiveChatAnimation 0.4s forwards;
}
 .cardGlobalContainer .page-slider .img {
	 background: #a9a9a9;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 52px;
	 height: 52px;
	 border-radius: 50%;
	 margin-right: 0.5rem;
	 font-size: 1rem;
	 color: white;
	 transition: background 0.3s ease 0.2s;
}
 .cardGlobalContainer .page-slider .card_content {
	 flex: 4;
	 padding-left: 10px;
}
 .cardGlobalContainer .page-slider span {
	display: block;
    margin-bottom: 4px;
    font-family: 'fancy_text3';
}
 .cardGlobalContainer .page-slider span:nth-child(3) {
	 width: 50%;
}
 .cardGlobalContainer .page-slider .button {
	 width: 100px;
	 height: 25px;
	 background: var( --livechat-primary-4);
	 bottom: 15px;
	 right: 10px;
	 cursor: pointer;
	 transition: background 0.2s ease;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border-radius: 4px;
	 color: white;
	 font-size: 12px;
	 position: relative;
	 top: -10px;
	 left: 5px;
}
 .cardGlobalContainer .page-slider .button:hover {
	 background: var( --livechat-coral-2);
	 box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
 .cardGlobalContainer .page-slider-header {
	 padding-top: 3.5rem;
	 display: flex;
	align-items: center;
	justify-content: center;
	 
}
 .cardGlobalContainer .hidden-content {
	 pointer-events: none;
	/* border: 1px dotted var( --livechat-coral);
	 */
	 width: 174%;
	 position: relative;
	 top: 23px;
	 margin: 1px auto;
	 left: -81px;
	 opacity: 0;
	 font-size: 0.8em;
	 max-height: 220px;
	 min-height: 178px;
	 overflow: auto;
	 color: #8b8b8b d6;
	 overflow: hidden;
	 background-image: linear-gradient(184deg, #fff 0%, #f7f7f7 100%);
	 padding: 0.7rem;
	 border-radius: 6px;
	 text-overflow: ellipsis;
	 transition: opacity 0.3s ease 0.2s;
}
 .cardGlobalContainer .liveChatDate {
	font-size: 11px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #9e9e9e;
    margin: 4px 0px;
    text-align: right;
    position: absolute;
    /* left: 11%; */
    top: -2px;
    right: 14.5px;
    display: flex;
    justify-content: flex-end;
}
 .cardGlobalContainer .card-wrapper.open .hidden-content {
	 opacity: 1;
}
 .cardGlobalContainer .liveChatCounter {
	background:var( --livechat-primary-badge);
    /* padding: 6px; */
    height: 1.1rem;
    width: 1.1rem;
    font-weight: 500;
    /* padding-left: 12px; */
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 68%;
    /* align-self: center; */
    position: relative;
    left: -62%;
    top: 24%;
    color: white;
    font-family: 'Montserrat';
}
 @-webkit-keyframes logo {
	 0% {
		 opacity: 0;
		 transform: translateY(20px) scale(0.1);
	}
	 100% {
		 opacity: 1;
		 transform: translateY(0px) scale(1);
	}
}
 @keyframes logo {
	 0% {
		 opacity: 0;
		 transform: translateY(20px) scale(0.1);
	}
	 100% {
		 opacity: 1;
		 transform: translateY(0px) scale(1);
	}
}
 @-webkit-keyframes openLiveChat {
	 0% {
		 opacity: 0;
		 transform: translateX(-20px);
	}
	 50% {
		 opacity: 1;
		 transform: translateX(20px);
	}
	 100% {
		 opacity: 1;
		 transform: translateX(0px);
	}
}
 @keyframes openLiveChat {
	 0% {
		 opacity: 0;
		 transform: translateX(-20px);
	}
	 50% {
		 opacity: 1;
		 transform: translateX(20px);
	}
	 100% {
		 opacity: 1;
		 transform: translateX(0px);
	}
}
 @-webkit-keyframes cardLiveChatAnimation {
	 0% {
		 height: 109px;
	}
	 30% {
		 height: 300px;
	}
	 100% {
		 height: 250px;
	}
}
 @keyframes cardLiveChatAnimation {
	 0% {
		 height: 109px;
	}
	 30% {
		 height: 300px;
	}
	 100% {
		 height: 250px;
	}
}
 @-webkit-keyframes closedLiveChatAnimation {
	 0% {
		 height: 250px;
	}
	 60% {
		 height: 300px;
	}
	 100% {
		 height: 109px;
	}
}
 @keyframes closedLiveChatAnimation {
	 0% {
		 height: 250px;
	}
	 60% {
		 height: 300px;
	}
	 100% {
		 height: 109px;
	}
}
 @keyframes pulse {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(1.1);
	}
	 100% {
		 transform: scale(1);
	}
}
 .cardGlobalContainer .addLiveChatButton.pulse {
	 animation: pulse 1.5s ease-in-out infinite;
}
 
 

.profile-img{
    background-image: linear-gradient(to right, var( --livechat-primary-2) 0%, var(--primary) 195%) !important;
    color: #fff !important;
  
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
    font-family: "fancy_text5";
    height: 35px;
    width: 35px;
    min-width: 35px;
    overflow: hidden;
  }


  .profile-img .img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 2px;
}
.building-img{
  width: 58px;
  height: 36px;
  opacity: .36;
}

.compose-main .profile-img{
   
    height: 43px;
    width: 43px;
    min-width: 43px;
   
  }
  


.multi-profile-img{
   
	height: 3.5rem;
    width: 3.5rem;
    min-width: 3.5rem;
  background-image: linear-gradient(to right, var( --livechat-primary-2) 0%, var(--primary) 195%) !important;
  color: #fff !important;

  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  font-family: "fancy_text5";
  
  overflow: hidden;
}

.multi-profile-img .img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 2px;
}


.content-contacts{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	top: -5%;
	/* background: white; */
	width: 90%;
	border-radius: 0.3rem;
	margin: auto;
  }
  .card-wrapper-contacts{
    color: var(--blue);
    font-family: 'Montserrat', sans-serif !important;
    pointer-events: auto;
    visibility: visible !important;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
    border-radius: 11px;
    padding: 26px 17px;
    display: flex;
    top: -194px;
    justify-content: flex-start;
    transition: height 0.4s cubic-bezier(0.2, 0.19, 0, 1.17);
    backdrop-filter: blur(44px);
    box-shadow: inset 0 0 1px rgb(232 232 237 / 11%);
    animation: closedLiveChatAnimation 0.4s forwards;
    align-items: flex-start !important;
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    /* background-color: var(--livechat-background-2); */
	background-image: linear-gradient(259deg, #fdfbfb 0%, var( --livechat-background)100%);
    box-shadow: inset 0 0 1px rgb(232 232 237 / 11%);
}


  .img-contacts {
	  font-family: 'Montserrat', sans-serif !important;
	  pointer-events: auto;
	  visibility: visible !important;
	  max-width: 100%;
	  outline: none;
	  padding: 0;
	  box-sizing: border-box;
	  background: #a9a9a9;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 3.5rem;
	  height: 3.5rem;
	  border-radius: 50%;
	  margin-right: 0.5rem;
	  font-size: 1rem;
	  color: white;
	  transition: background 0.3s ease 0.2s;
  }

  .card_content-contacts {
	  color: var(--blue);
	  font-family: 'Montserrat', sans-serif !important;
	  pointer-events: auto;
	  visibility: visible !important;
	  outline: none;
	  padding: 0;
	  box-sizing: border-box;
	  flex: 4;
	  padding-left: 10px;
  }

  .page-slider-card-title-contacts {
	  pointer-events: auto;
	  visibility: visible !important;
	  outline: none;
	  padding: 0;
	  box-sizing: border-box;
	  font-size: 14.5px;
	  font-weight: 600;
	  margin-right: 8px;
	  color: #161616;
	  font-family: 'Montserrat' !important;
	  transition: color 0.3s ease 0.2s;
	  display: block;
	  margin-bottom: 4px;
  }

  .page-slider-card-body-contacts {
	  font-family: 'Montserrat', sans-serif !important;
	  pointer-events: auto;
	  visibility: visible !important;
	  outline: none;
	  padding: 0;
	  box-sizing: border-box;
	  font-size: 14px;
	  opacity: 1;
	  max-width: 237px;
	  color: #787878d6;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  line-height: 18px;
  }

  .cardGlobalContainer .button-contacts:hover {
	background: var( --livechat-coral-2);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
 }
  .hidden-item-contacts {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
  }
  .hidden-item-contacts p{
	font-size: 13px;
	opacity: 1;
	max-width: 237px;
	color: #787878d6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
  }
  .hidden-item-contacts button{
	background: var( --livechat-primary-3);
	color: white;
	padding: 0.2rem 2rem;
	/* height: 24px; */
	line-height: 4px;
	border: none;
	min-height: 0.7rem;
	margin: 0.3rem 0rem;
	border-radius: 0.3rem;
	transition: background 0.2s ease;

  }
  .hidden-item-contacts button:hover {
	background: white;
	color: var( --livechat-primary-3);
	border:1px solid  var( --livechat-primary-3);
 }
  .hidden-item-contacts a{
	background: var( --livechat-primary-3);
	color: white;
	padding: 0.2rem 2rem;
	/* height: 24px; */
	line-height: 4px;
	border: none;
	min-height: 0.7rem;
	margin: 0.3rem 0rem;
	border-radius: 0.3rem;
	transition: background 0.2s ease;
	display: flex;
		align-items: center;
		justify-content: center;

  }
  .hidden-item-contacts a:hover {
	background: white;
	color: var( --livechat-primary-3);
	border:1px solid  var( --livechat-primary-3);
 }
  .hidden-content-contacts {
    overflow: auto;
    pointer-events: none;
    /* border: 1px dotted var( --livechat-coral); */
    width: 174%;
    position: relative;
    top: 37px;
    margin: 1px auto;
    left: -73px;
    opacity: 0;
    font-size: 0.8em;
    max-height: 220px;
    height: 174px;
    color: #8b8b8b d6;
    background-image: linear-gradient(184deg, #fff 0%, #f7f7f7 100%);
    padding: 0.7rem;
    border-radius: 6px;
    text-overflow: ellipsis;
    transition: opacity 0.3s ease 0.2s;
 }
  .button-contacts.viewMoreLiveChat {
	  font-family: 'Montserrat', sans-serif !important;
	  pointer-events: auto;
	  visibility: visible !important;
	  outline: none;
	  padding: 0;
	  box-sizing: border-box;
	  width: 107px;
	  height: 25px;
	  background: var( --livechat-primary-4);
	  bottom: 15px;
	  right: 10px;
	  cursor: pointer;
	  transition: background 0.2s ease;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 4px;
	  color: white;
	  font-size: 12px;
	  position: relative;
	  top: 1px;
	  left: 5px;
  }

  .cardGlobalContainer  .card-wrapper-contacts.open {
	-webkit-animation: cardLiveChatAnimation-contacts 0.9s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) forwards;
	animation: cardLiveChatAnimation-contacts 0.9s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) forwards;
 }
  .cardGlobalContainer  .card-wrapper-contacts.open.open .img-contacts {
	background: var( --livechat-coral);
 }
  .cardGlobalContainer  .card-wrapper-contacts.open.open .card_content-contacts .page-slider-card-title-contacts {
	color: var( --livechat-coral);
 }


.cardGlobalContainer .page-slider .card-wrapper-contacts.closedLiveChatAnimation {
  -webkit-animation: closedLiveChatAnimation 0.4s forwards;
  animation: closedLiveChatAnimation 0.4s forwards;
}


  .cardGlobalContainer  .card-wrapper-contacts.closedLiveChatAnimation {
	-webkit-animation: closedLiveChatAnimation 0.4s forwards;
	animation: closedLiveChatAnimation 0.4s forwards;
 }
 .cardGlobalContainer .card-wrapper-contacts.open .hidden-content-contacts {
  opacity: 1;
  pointer-events: auto !important;
}




@-webkit-keyframes cardLiveChatAnimation-contacts {
0% {
  height: 109px;
}
30% {
  height: 435px;
}
100% {
  height: 405px;
}
}
@keyframes cardLiveChatAnimation-contacts {
0% {
  height: 109px;
}
30% {
  height: 435px;
}
100% {
  height: 405px;
}
}
@-webkit-keyframes closedLiveChatAnimation {
0% {
  height: 405px;
}
60% {
  height: 435px;
}
100% {
  height: 109px;
}
}
@keyframes closedLiveChatAnimation {
0% {
  height: 405px;
}
60% {
  height: 435px;
}
100% {
  height: 109px;
}
}






.cardGlobalContainer .liveChatCardContainer .greeting-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 1.6rem;
height: 39.5%;
}
.cardGlobalContainer .livecard {
/* background: #ebebeb; */
box-sizing: border-box;
margin-bottom: 1rem;
overflow: hidden;
padding: 12px 20px;
width: 100%;
display: flex;
align-items: center;
/* background: white; */
border-radius: 0.3rem;
/* background-color: var( --livechat-background); */
background-image: linear-gradient(259deg, #fdfbfb 0%, var( --livechat-background)100%);
box-shadow: inset 0 0 1px rgb(255 255 255 / 11%);
}

.bottom-nav-counter{
position: absolute;
background: var( --livechat-primary-badge);
height: 19px;
width: 19px;
border-radius: 50%;
top: 10px;
margin-left: 1.6rem;
/* left: 20; */
color: white;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
margin: 0px;
margin-left: 1.6rem;
}
.bottom-nav-counter span{
margin-top: 0px !important;
font-size: 80% !important;
opacity: 1 !important;
}


.card__blur__fx{
backdrop-filter: blur(15px) saturate(100%);
-webkit-backdrop-filter: blur(15px) saturate(100%);
background-color: rgba(255, 255, 255, 0.75);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
border-radius: 0.75rem;
border: 2px solid transparent;
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.75), background-color 0.25s, box-shadow 0.4s;
}

.livechat__placeholder {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 23px !important;
font-weight: 500;
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}






.tagify__tag > div {
    flex: 1;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 100%;
    padding: var(--tag-pad);
    /* color: #b02727; */
    color: #918989 !important;
    line-height: inherit;
    border-radius: var(--tag-border-radius);
    white-space: nowrap;
    transition: 0.13s ease-out;
    /* background: red; */
    /* background: #ffc107; */
    display: flex;
    align-items: center;
    background: none !important;
    border-radius: 130px !important;
    /* border: 1px solid; */
    padding: 9px !important;
    /* border-bottom: none !important; */
    cursor: progress;
	padding-left: 0px !important;
}
.tagify__input {
    flex-grow: 1;
    display: inline-block;
    min-width: 110px;
    margin: 5px;
    padding: var(--tag-pad);
    line-height: normal;
    position: relative;
    white-space: pre-wrap;
    color: var(--input-color);
    box-sizing: inherit;
    background: #f6f6f6 !important;
    padding:0.664rem 0.75rem !important;
	
    border: none !important;
	background: white !important;
}

.tagify__tag {
    min-width: 174px !important;
	background: #EEEEEE !important;
    border-radius: 130px !important;
	height: 34px !important;
}
.tagify__dropdown__item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
}

.tagify__dropdown__item__avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.tagify__dropdown__item__details .name {
    font-weight: bold;
}

.tagify__dropdown__item__details .email {
    font-size: 0.8em;
    color: #666;
    padding-left: 5px;
}
.tagify {
    --tag-inset-shadow-size: 0px !important;
    --tags-disabled-bg: #eeeeee;
    --tags-border-color: #ddd;
    --tags-hover-border-color: #ccc;
    --tags-focus-border-color: #3595f6;
    --tag-border-radius: 133px;
    --tag-bg: none !important;
    --tag-hover: none !important;
    --tag-remove-bg: rgb(203 202 202 / 30%) !important;
}
.tagify--focus {
    --tags-border-color: #d0d3d4 !important;
    transition: 0s;
    max-width: 35vw;
    width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    transition: 0s;
    background: transparent !important;
    border: 1px solid grey !important;
}
@media (max-width: 768px) {
    .tagify {
        max-width: 100%; /* Full width on small screens */
    }
    .tagify__dropdown {
        max-width: 100%; /* Full width dropdown on small screens */
    }
}

.tagify {
    width: 100% !important;
    overflow: auto;
	z-index:90000;
	padding: 0px !important;
	border: 1px solid #d0d3d4 !important;
	height: auto !important;
    font-size: 80%;
    font-weight: 400;
    line-height: 1.5;
    color: #6e6e6eba !important;
}
.tagify__tag img{
	min-width: 24px !important;
    min-height: 24px !important;
}

.liveChat-contact-item {
    display: flex;
    align-items: flex-start;
    /* border-bottom: 1px solid #ddd; */
}
.liveChatModalimageWrapper {
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.liveChatModalimageWrapper {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}
.liveChat-profile-info {
  flex: 1;
  padding: 0.3rem 0rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 76%;
}
.contact-name {
  font-size: 14px;
  font-weight: 600;
  color: #4c4b4b;
  margin: 0 !important;
  line-height: 1.2;
  color: #2d2c2c !important;
  font-family: 'fancy_text5' !important;
  font-size: 90% !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.tagify__dropdown {
    position: absolute !important;
    
    z-index: 9000;
    
}
.contact-last-message {
    font-size: 15px;
    color: #9f9f9f;
    margin: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    max-width: 100%;
	font-family: 'fancy_text3';
    /* margin-top: 2px; */
}


.cardGlobalContainer .liveChatCounter {
	left: -64% !important;
}
.cardGlobalContainer .page-slider .card_content {
	flex: 4;
	padding-left: 6px !important;
}

.cardGlobalContainer .liveChatCounter {
	left: 67% !important;
}

.cardGlobalContainer .liveChatCounter {
	background: var(--livechat-primary-badge);
	padding: 6px;
	height: 1.1rem;
	width: 1.1rem;
	font-weight: 500;
	/* padding-left: 12px; */
	border-radius: 100%;
	display: flex
;
	align-items: center;
	justify-content: space-around;
	font-size: 68%;
	/* align-self: center; */
	position: absolute !important;
	z-index: 9;
	
	top: 61% !important;
	color: white;
	font-family: 'Montserrat';
}

.livechat__img{
	position: relative !important;
}

.cardGlobalContainer .page-start-conversation {
    position: relative;
    top: 55px;
    /* padding-top: 7rem; */
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    overflow: auto;
    padding-top: 3rem;
    padding: 0rem 0.3rem 1rem;
}