.art-chat-small-desktop
{
	bottom: 0px;
    right: 40px;
	position: fixed;
	
	border-top-left-radius: 8px !important;
    border-top-right-radius: 34px !important;
	
	min-width: 300px;
	height: 40px;
	
	background: linear-gradient(95deg, #ff7e00 20%, #c9264a 80%);
	
	color: #fff;
	font-size: 16px;
	
	display: flex;
	
	cursor: pointer;
	
	z-index: 1000000;
}

.art-chat-small-desktop-contact
{
	bottom: 40px;
    right: 40px;
	position: fixed;
	
	min-width: 300px;
	
	background: #fff;
	
	color: #fff;
	font-size: 16px;
	
	border-radius: 16px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 17px 1px, rgba(0, 0, 0, 0.16) 0px 0px 4px;
	
	display: none;
}
.art-chat-small-desktop:hover .art-chat-small-desktop-contact
{
	display: block;
}
.art-chat-small-desktop-contact-div
{
    display: flex;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.art-chat-small-desktop-contact-div-last
{
	display: flex;
    padding: 5px;
}
.art-chat-small-desktop-contact-div-text
{
    font-size: 16px;
    padding-left: 5px;
    color: rgba(0, 0, 0, .87);
}

.art-chat-small-desktop .art-chat-icon
{
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 100%;
    margin-left: 16px;
    width: 20px;
    background-image: url("/artingen-chat/css/chat-icon.svg");
}

.art-chat-small-desktop-text
{
	margin-left: 8px;
	align-self: center;
}

.art-chat-small-mobile
{
	display: none;
}

@media only screen and (max-width: 991px) {
	.art-chat-small-desktop
	{
		display: none;
	}
	
	.art-chat-small-mobile
	{
		bottom: 0px;
		right: 40px;
		position: fixed;
		
		display: block;
		
		color: #fff;
		font-size: 12px;
		
		z-index: 1000000;
	}
	
	.art-chat-small-mobile .art-chat-button
	{
		background: linear-gradient(95deg, rgb(255, 126, 0) 20%, rgb(201, 38, 74) 80%);
		border-radius: 65px !important;
		box-shadow: 0 19px 38px 0 rgba(34, 36, 43, .3);
		display: block;
		height: 65px;
		margin-bottom: 20px !important;
		position: relative;
		text-align: center;
		transform: scale(1);
		width: 65px;
	}
	
	.art-chat-small-mobile .art-chat-icon
	{
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		cursor: pointer;
		display: block;
		height: 100%;
		margin-left: 18px;
		width: 30px;
		background-image: url("/artingen-chat/css/chat-icon.svg");
	}
}

.art-chat-shadow-all
{
	background-color: rgba(0, 0, 0, .4);
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000;
	width: 100vw;
	height: 100vh;
}

.art-chat-mobile-menu
{
	background-color: white;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000001;
	width: 100vw;
	min-height: 100px;
}
.art-chat-mobile-menu-header
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: rgba(0, 0, 0, .6);
}
.art-chat-back-icon
{
	background-image: url("/artingen-chat/css/back-icon.svg");

	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}


.art-chat-ring-icon
{
	background-image: url("/artingen-chat/css/ring-icon.svg");

	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}
.art-chat-email-icon
{
	background-image: url("/artingen-chat/css/email-icon.svg");

	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}
.art-chat-vk-icon
{
    background-image: url("/artingen-chat/css/vk.svg");
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}
.art-chat-telegram-icon
{
	background-image: url("/artingen-chat/css/telegram.svg");
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}
.art-chat-viber-icon
{
    background-image: url("/artingen-chat/css/viber.svg");
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;	
}
.art-chat-max-icon
{
    background-image: url("/artingen-chat/css/MAX.svg");
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;	
}
.art-chat-whatsapp-icon
{
    background-image: url("/artingen-chat/css/WhatsApp.svg");
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;	
}


.art-chat-comment-icon
{
	background-image: url("/artingen-chat/css/comment-icon.svg");

	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}
.art-chat-mobile-menu-div
{
	display: flex;
	padding: 5px;
	border-top: 1px solid rgba(0,0,0,.12);
}
.art-chat-mobile-menu-div-text
{
	font-size: 16px;
	padding-left: 5px;
	color: rgba(0, 0, 0, .87);
}

.art-chat-full-desktop
{
	bottom: 0px;
    right: 40px;
	position: fixed;
	
	width: 336px;
	
	display: block;
	
	z-index: 1000000;
}

.art-chat-desktop-close-icon-div
{
    cursor: pointer !important;
    display: block;
    height: 23px !important;
    margin-left: -34px !important;
    margin-top: 0 !important;
    opacity: 1;
    overflow: visible !important;
    transition: opacity .3s cubic-bezier(.39, .24, .21, .99) !important;
    transition-delay: .3s;
    width: 23px !important;
}
.art-chat-desktop-close-icon
{
    background-image: url("/artingen-chat/css/desktop-close-icon.svg");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 28px;
    opacity: .85;
    width: 28px;
}

.art-chat-full-desktop-header
{
	border-top-left-radius: 8px !important;
    border-top-right-radius: 34px !important;
	
	width: 336px;
	height: 40px;
	
	background: linear-gradient(95deg, #ff7e00 20%, #c9264a 80%);
	
	color: #fff;
	font-size: 16px;
	
	display: flex;
	
	cursor: pointer;
}
.art-chat-full-desktop-header-text
{
	margin-left: 8px;
	align-self: center;
}

.art-chat-desktop-message-area
{
	background: #fff;
	min-height: 200px;
	max-height: 400px;
	overflow-y: auto;
	border-left: 1px solid #d8dee3;
	border-right: 1px solid #d8dee3;
}

.art-chat-desktop-textarea-div
{
	background: #fff;
    border-top: 1px solid #d8dee3;
	border-left: 1px solid #d8dee3;
	border-right: 1px solid #d8dee3;
	position: relative;
	padding-bottom: 5px;
}

.art-chat-desktop-textarea
{
	color: #222d38 !important;
    font-size: 15px !important;
    word-wrap: break-word !important;
    -webkit-text-fill-color: #222d38 !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    float: none !important;
    height: 38px;
    line-height: 20px !important;
    max-height: 120px !important;
    min-height: 90px !important;
    outline: none !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    padding: 18px 58px 0 30px !important;
    position: relative;
    resize: none !important;
    scrollbar-width: thin !important;
    -webkit-user-select: text !important;
    -moz-user-select: text!important;
    user-select: text !important;
    white-space: pre-wrap !important;
    width: 335px !important;
    z-index: 2;
}

.art-chat-send-button-desktop
{
    background-image: url("/artingen-chat/css/send-button-desktop.svg");
	background-color: rgb(241, 240, 240);
	background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100% !important;
    cursor: pointer;
    height: 34px;
	width: 34px;
    position: absolute;
    right: 13px;
    top: 12px;
    z-index: 10;
}

.art-chat-add-file-desktop
{
    background-image: url("/artingen-chat/css/file-icon.svg");
	background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100% !important;
    cursor: pointer;
    height: 24px;
	width: 24px;
    position: absolute;
    left: 3px;
    top: 12px;
    z-index: 10;
}
.art-chat-add-emoji-desktop
{
    background-image: url("/artingen-chat/css/emoji.svg");
	background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100% !important;
    cursor: pointer;
    height: 24px;
	width: 24px;
    position: absolute;
    left: 3px;
    top: 40px;
    z-index: 10;
}
.art-chat-add-file-desktop:hover,
.art-chat-add-emoji-desktop:hover
{
	background-color: rgb(241, 240, 240);
}

.art-chat-send-button-desktop-active
{
    background-image: url("/artingen-chat/css/send-button-desktop-active.svg");
	background-color: rgb(11, 130, 247);
}

.art-chat-body-overflow-hidden
{
	overflow: hidden;
}

.art-chat-full-mobile
{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10000000;
	width: 100vw;
	height: 100vh;
}

.art-chat-full-mobile-header
{
	background: linear-gradient(95deg, rgb(255, 126, 0) 20%, rgb(201, 38, 74) 80%);
	width: 100%;
	height: 10vh;
}

.art-chat-full-mobile-phone 
{
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 34px;
}
.art-chat-full-mobile-phone-icon
{
    background-image: url("/artingen-chat/css/mobile-phone-icon.svg");
	-webkit-tap-highlight-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    outline: 0 none;
	width: 34px;
	height: 34px;
	display: block;
}

.art-chat-full-mobile-close
{
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 34px;
}
.art-chat-full-mobile-close-icon
{
	background-image: url("/artingen-chat/css/mobile-close-icon.svg");
	-webkit-tap-highlight-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    outline: 0 none;
	width: 34px;
	height: 34px;
	display: block;
}

.art-chat-full-mobile-header-text
{
	font-size: 16px;
	color: white;
	text-align: center;
	width: 100%;
	padding-top: 16px;
}

.art-chat-mobile-message-area
{
	width: 100%;
	height: calc(90vh - 50px);
	overflow-y: auto;
}
.art-chat-mobile-message-area-reply
{
	height: calc(90vh - 100px);
}
.art-chat-mobile-message-area-file
{
	height: calc(90vh - 110px);
}
.art-chat-mobile-message-area-reply.art-chat-mobile-message-area-file
{
	height: calc(90vh - 160px);
}

.art-chat-mobile-textarea-div
{
	position: relative;
	width: 100%;
	height: 50px;
}

.art-chat-mobile-textarea
{
	color: #222d38 !important;
	background-color: #f1f0f0 !important;
    border-radius: 28px !important;
    font-size: 16px !important;
    height: 43px !important;
    line-height: normal !important;
    padding-left: 20px !important;
    padding-top: 12px !important;
	padding-right: 50px !important;
	margin-left: 40px;
    width: calc(100% - 40px);
}

.art-chat-send-button-mobile
{
	background-size: 34px 34px;
    margin-top: -18px !important;
    right: 14px;
    top: 23px;
    transition: all .01s ease-in-out;
	
	background-repeat: no-repeat;
    border-radius: 100% !important;
    cursor: pointer;
    height: 34px;
    position: absolute;
    width: 34px;
	
    background-image: url("/artingen-chat/css/send-button-mobile.svg");
    background-color: rgb(241, 240, 240);
}

.art-chat-add-file-mobile
{
    background-image: url("/artingen-chat/css/file-icon.svg");
	background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100% !important;
    cursor: pointer;
    height: 24px;
	width: 24px;
    position: absolute;
    left: 8px;
    top: 0px;
    z-index: 10;
}

.art-chat-add-emoji-mobile
{
    background-image: url("/artingen-chat/css/emoji.svg");
	background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100% !important;
    cursor: pointer;
    height: 24px;
	width: 24px;
    position: absolute;
    left: 8px;
    top: 25px;
    z-index: 10;
}

.art-chat-send-button-mobile-active
{
    background-image: url("/artingen-chat/css/send-button-mobile-active.svg");
    background-color: rgb(11, 130, 247);
}

.artingen-chat-message-date
{
    color: #697582;
    display: block;
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}

.artingen-chat-message-row
{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	overflow: auto;
}

.artingen-chat-message-client
{
	background-color: #0b82f7;
	
	word-wrap: break-word;
    border-radius: 12px !important;
    flex-shrink: 1;
    margin-bottom: 2px !important;
    overflow: hidden;
    position: relative;
    text-indent: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
	
	padding: 12px 16px;
	
	float: right;
	
	max-width: 80%;
	margin-right: 5px;
}

.artingen-chat-message-client-text
{
	color: #fff !important;
    text-align: left;
}

.artingen-chat-message-client-time,
.artingen-chat-message-admin-time
{
	color: #D1D5DA;
	bottom: -8px;
    display: inline-flex;
    float: right;
    font-size: 11px;
    padding-left: 6px;
    position: relative;
	align-items: flex-end;
}

.artingen-chat-message-admin-area
{
	color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding-right: 10px;
}

.artingen-chat-message-admin-agentName
{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #959DA5;
    display: -webkit-box;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 82px);
    word-break: break-word;
}

.artingen-chat-message-admin-no-avatar
{
    background-image: url("/artingen-chat/css/admin-no-avatar.svg");
	height: 32px;
    width: 32px;
	background-repeat: no-repeat;
    background-size: contain;
	border-radius: 50% !important;
	margin-left: 10px;
	margin-right: 10px;
}

.artingen-chat-message-admin-avatar
{
	height: 32px;
    width: 32px;
	background-repeat: no-repeat;
    background-size: contain;
	/*border-radius: 50% !important;*/
	margin-left: 10px;
	margin-right: 10px;
}

.artingen-chat-message-admin
{
	background-color: #f1f0f0;
	
	word-wrap: break-word;
    border-radius: 12px !important;
    flex-shrink: 1;
    margin-bottom: 2px !important;
    overflow: hidden;
    position: relative;
    text-indent: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
	
	padding: 12px 16px;
	max-width: calc(100% - 80px);
}

.artingen-chat-message-admin-text
{
	color: #222d38 !important;
    text-align: left;
}

.artingen-chat-contact-title
{
    color: #697582;
    display: block;
    font-size: 14px;
    margin-top: 10px;
	margin-bottom: 5px;
    text-align: center;
}

.artingen-chat-contact-area
{
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 10px;
	background-color: #fff;
    border-radius: 12px !important;
	border: 2px solid #367fee;
    display: block;
    padding: 16px;
    transform: translateY(0);
    transition: max-height .3s ease-in-out;
}

.artingen-chat-contact-area-input
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1.5px solid #c6cbd1;
	margin-bottom: 12px;
	padding: 5px;
	width: 100%;
}
.artingen-chat-contact-area-input-div
{
	margin-bottom: 12px;
	display: block;
}

.artingen-chat-contact-area-input:focus,
.artingen-chat-contact-area-input:focus-visible,
.artingen-chat-contact-area-input:focus-within
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1.5px solid #367fee;
	/* outline: -webkit-focus-ring-color auto 0px; */
}

.artingen-chat-contact-area-input-error,
.artingen-chat-contact-area-input-error:focus,
.artingen-chat-contact-area-input-error:focus-visible,
.artingen-chat-contact-area-input-error:focus-within
{
	border: 2px solid red;
	/* outline: -webkit-focus-ring-color auto 0px; */
}

.artingen-chat-contact-area-button
{
	border-radius: 6px !important;
	background: #367fee;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

.art-chat-button-quick-area
{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.art-chat-button-quick
{
	border-radius: 40px !important;
    padding: 6px 16px !important;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	color: #60778E;
	border: 2px solid #60778E;
	display: inline-block;
}
.art-chat-button-quick:hover,
.art-chat-button-quick:focus
{
	background: #587087;
	color: #fff;
	border: none;
	cursor: pointer;
}

.art-chat-soglasie-area
{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.artingen-chat-contact-area a
{
	color: #337ab7;
}

.artingen-chat-contact-area a:hover
{
	color: #23527c;
}

.art-chat-reply
{
	align-self: flex-end;
    height: 24px;
    margin-bottom: 3px !important;
    width: 24px;
	background-image: url("/artingen-chat/css/quote-arrow.svg");
	float: right;
	cursor: pointer;
}
.art-chat-full-desktop .art-chat-reply
{
	display: none;
}
.art-chat-full-desktop .artingen-chat-message-row:hover .art-chat-reply
{
	display: inherit;
}

.art-chat-full-desktop .art-chat-reply-container,
.art-chat-full-desktop .art-chat-file-container
{
	border-top: 1px solid #d8dee3;
	border-left: 1px solid #d8dee3;
	border-right: 1px solid #d8dee3;
	background: #fff;
	min-height: 50px;
	width: 100%;
}
.art-chat-full-mobile .art-chat-reply-container
{
	border-top: 1px solid #d8dee3;
	border-bottom: 1px solid #d8dee3;
	height: 50px;
	width: 100%;
}
.art-chat-full-mobile .art-chat-file-container
{
	border-top: 1px solid #d8dee3;
	border-bottom: 1px solid #d8dee3;
	height: 60px;
	width: 100%;
}
.art-chat-reply-container-arrow,
.art-chat-file-container-file
{
	display: inline-block;
	width: 24px;
	margin: 10px;
}
.art-chat-reply-container-arrow-icon,
.art-chat-file-container-file-icon
{
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 24px;
    width: 24px;	
}
.art-chat-reply-container-arrow-icon
{
	background-image: url("/artingen-chat/css/quote-arrow.svg");
}
.art-chat-file-container-file-icon
{
	background-image: url("/artingen-chat/css/file-load.svg");
	height: 35px;
    width: 35px;
}
.art-chat-full-desktop .art-chat-reply-container-main,
.art-chat-full-desktop .art-chat-file-container-main
{
	display: inline-block;
	width: 230px;
	border-left: 2px solid #0b82f7;
	margin: 5px;
	cursor: pointer;
}
.art-chat-full-mobile .art-chat-reply-container-main,
.art-chat-full-mobile .art-chat-file-container-main
{
	display: inline-block;
	width: calc(100vw - 100px);
	border-left: 2px solid #0b82f7;
	margin: 5px;
	cursor: pointer;
}
.art-chat-reply-container-close,
.art-chat-file-container-close
{
	display: inline-block;
	width: 16px;
	margin: 10px;
}
.art-chat-reply-container-close-icon,
.art-chat-file-container-close-icon
{
	background-image: url("/artingen-chat/css/reply-close-icon.svg");
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;	
}
.art-chat-reply-container-author,
.artingen-chat-message-client .artingen-chat-message-reply-author,
.artingen-chat-message-admin .artingen-chat-message-reply-author
{
	color: #8C9298;
	font-size: 12px;
	margin-left: 5px;
	line-height: 15px;
}
.art-chat-reply-container-message,
.artingen-chat-message-client .artingen-chat-message-reply-message,
.artingen-chat-message-admin .artingen-chat-message-reply-message
{
	margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.art-chat-file-container-message
{
	margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.artingen-chat-message-client .artingen-chat-message-reply
{
	border-left: 2px solid #5CACFA;
	cursor: pointer;
}
.artingen-chat-message-client .artingen-chat-message-reply-author
{
	color: #98CBFC;
}
.artingen-chat-message-client .artingen-chat-message-reply-message
{
	color: white;
}

.artingen-chat-message-admin .artingen-chat-message-reply
{
	border-left: 2px solid #ACAFB3;
	cursor: pointer;
}
.artingen-chat-message-admin .artingen-chat-message-reply-author
{
	color: #848A90;
}
.artingen-chat-message-admin .artingen-chat-message-reply-message
{
	color: #2A3540;
}

.art-chat-emoji
{
	background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    height: 35px;
	width: 35px;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}
.art-chat-emoji-small-size
{
	background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
	width: 20px;
	display: inline-block;
}

.art-chat-emoji-angel
{
	background-image: url("/artingen-chat/css/emoji/angel.svg");
}
.art-chat-emoji-confused
{
	background-image: url("/artingen-chat/css/emoji/confused.svg");
}
.art-chat-emoji-disappointed
{
	background-image: url("/artingen-chat/css/emoji/disappointed.svg");
}
.art-chat-emoji-disappointed_relieved
{
	background-image: url("/artingen-chat/css/emoji/disappointed_relieved.svg");
}
.art-chat-emoji-grin
{
	background-image: url("/artingen-chat/css/emoji/grin.svg");
}
.art-chat-emoji-hushed
{
	background-image: url("/artingen-chat/css/emoji/hushed.svg");
}
.art-chat-emoji-imp
{
	background-image: url("/artingen-chat/css/emoji/imp.svg");
}
.art-chat-emoji-kissing_heart
{
	background-image: url("/artingen-chat/css/emoji/kissing_heart.svg");
}
.art-chat-emoji-laughing
{
	background-image: url("/artingen-chat/css/emoji/laughing.svg");
}
.art-chat-emoji-neutral_face
{
	background-image: url("/artingen-chat/css/emoji/neutral_face.svg");
}
.art-chat-emoji-rage
{
	background-image: url("/artingen-chat/css/emoji/rage.svg");
}
.art-chat-emoji-smile
{
	background-image: url("/artingen-chat/css/emoji/smile.svg");
}
.art-chat-emoji-sunglasses
{
	background-image: url("/artingen-chat/css/emoji/sunglasses.svg");
}
.art-chat-emoji-thumbsdown
{
	background-image: url("/artingen-chat/css/emoji/thumbsdown.svg");
}
.art-chat-emoji-thumbsup
{
	background-image: url("/artingen-chat/css/emoji/thumbsup.svg");
}
.art-chat-emoji-unicorn_face
{
	background-image: url("/artingen-chat/css/emoji/unicorn_face.svg");
}
.art-chat-emoji-weary
{
	background-image: url("/artingen-chat/css/emoji/weary.svg");
}
.art-chat-emoji-wink
{
	background-image: url("/artingen-chat/css/emoji/wink.svg");
}
.art-chat-emoji-winking_eye
{
	background-image: url("/artingen-chat/css/emoji/winking_eye.svg");
}
.art-chat-emoji-yum
{
	background-image: url("/artingen-chat/css/emoji/yum.svg");
}

.art-chat-emoji-area-desktop
{
	background-color: #fff;
    border: 1px solid #e0e4ed;
    border-radius: 3px !important;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .12);
	
	position: absolute;
	width: 230px; 
	height: 190px;
	left: 25px;
	top: -150px;
	z-index: 10;
}

.art-chat-emoji-area-mobile
{
	background-color: #fff;
    border: 1px solid #e0e4ed;
    border-radius: 3px !important;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .12);
	
	position: absolute;
	width: 230px; 
	height: 190px;
	left: 30px;
	top: -160px;
	z-index: 10;
}

.artingen-chat-message-image
{
	max-width: 200px;
}
.art-chat-full-desktop .art-chat-reply-container-message .artingen-chat-message-image,
.art-chat-full-desktop .art-chat-file-container-message .artingen-chat-message-image
{
	max-width: 100px;
}
.art-chat-full-mobile .art-chat-reply-container-message .artingen-chat-message-image,
.art-chat-full-mobile .art-chat-file-container-message .artingen-chat-message-image
{
	max-width: inherit;
    max-height: 30px;
}
.artingen-chat-message-reply-message .artingen-chat-message-image
{
	max-width: inherit;
    max-height: 50px;
}

.artingen-chat-invite-message
{
	margin-left: 20px;
}

.artingen-chat-invite-message .artingen-chat-message-admin
{
	max-width: calc(100% - 40px);
}
.art-chat-soglasie-area input[type=checkbox]
{
	opacity: 1;
    position: inherit;
	height: inherit;
	width: inherit;
}

.artingen-chat-contact-area .intl_search_input
{
    height: 30px !important;
}

.art-chat-d-none
{
	display: none !important;
}

.art-chat-d-flex
{
	display: flex !important;
}

