/*! Lightning Design System 2.11.8 */

@charset "UTF-8";
 .slds-chat {
	margin-bottom: 0.75rem;
}
.slds-chat-list {
	padding: 0 0.75rem;
}
.slds-chat-listitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.75rem;
}
.slds-chat-listitem_outbound {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.slds-chat-listitem_inbound + .slds-chat-listitem_inbound,
.slds-chat-listitem_outbound + .slds-chat-listitem_outbound {
	margin-top: 0.25rem;
}
.slds-chat-listitem_bookend {
	margin: 1rem 0;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.slds-chat-listitem_bookend + .slds-chat-listitem_bookend {
	margin-top: 3rem;
}
.slds-chat-listitem_event {
	margin: 1.5rem 0;
}
.slds-chat-icon {
	margin-right: 0.5rem;
}
.slds-chat-message {
	display: -webkit-box;
	display: -ms-flexbox;
}
.slds-chat-message_faux-avatar {
	padding-left: 2.5rem;
}
.slds-chat-avatar {
	margin-right: 0.5rem;
	min-width: 2rem;
}
.slds-chat-avatar__intials {
	background-color: #f2f2f3;
	color: #3e3e3c;
}
.slds-chat-avatar__intials.slds-chat-avatar__intials:hover {
	color: #3e3e3c;
}
.slds-chat-message__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slds-chat-message__image_loading {
	width: 15rem;
	height: 11.25rem;
}
.slds-chat-message__text {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	display: inline-block;
	font-size: 0.8125rem;
	max-width: 26.25rem;
	white-space: pre-line;
}
.slds-chat-message__text a {
	color: #005fb2;
	text-decoration: underline;
}
.slds-chat-message__text a:hover {
	text-decoration: none;
}
.slds-chat-message__file {
	width: 15rem;
}
.slds-chat-message__file,
.slds-chat-message__image {
	overflow: hidden;
}
.slds-chat-message__file .slds-file:hover,
.slds-chat-message__image .slds-file:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.slds-chat-message__text_inbound,
.slds-chat-message__file_inbound,
.slds-chat-message__image_inbound,
.slds-chat-message__text_outbound,
.slds-chat-message__file_outbound,
.slds-chat-message__image_outbound,
.slds-chat-message__text_outbound-agent,
.slds-chat-message__text_unsupported-type,
.slds-chat-message__text_delivery-failure {
	border-radius: 0.5rem 0.5rem 0;
	color: white;
	min-height: 2rem;
}
.slds-chat-message__text_inbound,
.slds-chat-message__text_outbound,
.slds-chat-message__text_outbound-agent,
.slds-chat-message__text_unsupported-type,
.slds-chat-message__text_delivery-failure {
	padding: 0.5rem;
}
.slds-chat-message__file_inbound,
.slds-chat-message__image_inbound,
.slds-chat-message__file_outbound,
.slds-chat-message__image_outbound {
	padding: 0;
	border: 1px solid #dddbda;
}
.slds-chat-message__file_inbound,
.slds-chat-message__image_inbound,
.slds-chat-message__file_outbound,
.slds-chat-message__image_outbound {
	color: #080707;
}
.slds-chat-message__file_inbound {
	border-radius: 0.5rem 0.5rem 0.5rem 0;
	background-color: white;
}
.slds-chat-message__text_outbound {
	margin-left: auto;
	background-color: #f2f2f3;
	color: #080707;
}
.slds-chat-message__text_outbound-agent {
	background-color: #6b6d70;
	margin-left: auto;
}
.slds-chat-message__text_outbound a,
.slds-chat-message__text_outbound-agent a {
	color: white;
	text-decoration: underline;
}
.slds-chat-message__text_unsupported-type {
	background-color: white;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
	border: #ffb75d 1px solid;
	color: #080707;
	margin-right: auto;
}
.slds-chat-message__text_unsupported-type .slds-chat-icon.slds-icon-utility-warning .slds-icon {
	fill: #ffb75d;
}
.slds-chat-message__text_delivery-failure {
	background-color: white;
	border: #c23934 1px solid;
	color: #080707;
	margin-left: auto;
}
.slds-chat-message__text_delivery-failure .slds-chat-message__text_delivery-failure-reason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0.5rem 0;
	margin: 0.5rem -0.5rem 0;
	color: #c23934;
	border-top: #c23934 1px solid;
}
.slds-chat-message__text_delivery-failure .slds-chat-icon.slds-icon-utility-error .slds-icon {
	fill: #c23934;
}
.slds-chat-message__text_sneak-peak,
.slds-chat-message__text_sneak-peek {
	font-style: italic;
}
.slds-chat-message__text_sneak-peak .slds-icon-typing,
.slds-chat-message__text_sneak-peek .slds-icon-typing {
	margin-right: 0.5rem;
}
.slds-chat-message__meta {
	color: #3e3e3c;
	font-size: 0.625rem;
	margin: 0.125rem 0 0 0.5rem;
}
.slds-chat-message__action {
	font-size: 0.75rem;
	margin-left: 0.5rem;
	line-height: 1.25;
}
.slds-chat-message__action .slds-chat-icon.slds-icon-utility-redo .slds-icon {
	width: 0.75rem;
	height: 0.75rem;
	fill: #006dcc;
}
.slds-chat-event {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3e3e3c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.8125rem;
	text-align: center;
	width: 100%;
}
.slds-chat-event.slds-has-error {
	color: #c23934;
}
.slds-chat-event.slds-has-error svg {
	fill: #c23934;
}
.slds-chat-event__rule {
	border-top: 1px #dddbda solid;
	height: 0.0625rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.slds-chat-event__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0.5rem;
}
.slds-chat-event__agent-message {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	font-size: 0.75rem;
	font-style: italic;
	margin-top: 0.5rem;
	width: 100%;
}
.slds-chat-bookend {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: #dddbda 0 solid;
	border-bottom-width: 1px;
	color: #3e3e3c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	width: 100%;
}
.slds-chat-bookend_stop {
	border-width: 1px 0 0;
}
.chatterbox-app-toolbar {
	min-height: 22px;
	box-shadow: inset 0 1px 0 #f5f4f5;
	background-color: #e8e6e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e6e8), color-stop(100%, #d1cfd1));
	background-image: -webkit-linear-gradient(top, #e8e6e8 0%, #d1cfd1 100%);
	background-image: linear-gradient(to bottom, #e8e6e8 0%, #d1cfd1 100%)
}
.chatterbox-app-toolbar:before,
.chatterbox-app-toolbar:after {
	display: table;
	content: " "
}
.chatterbox-app-toolbar:after {
	clear: both
}
.chatterbox-app-header {
	border-bottom: 1px solid #c2c0c2
}
.chatterbox-app-footer {
	border-top: 1px solid #c2c0c2
}
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
	box-sizing: border-box;
	display: block
}
.device {
	position: relative;
	transform: scale(1);
	z-index: 1
}
.device .device-frame {
	z-index: 1
}
.device .device-content {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	position: relative
}
.device-imac-pro {
	height: 484px;
	width: 624px
}
.device-imac-pro .device-frame {
	background: #0d0d0d;
	border-radius: 18px;
	box-shadow: inset 0 0 0 2px #080808;
	height: 428px;
	padding: 24px 24px 80px 24px;
	position: relative;
	width: 624px
}
.device-imac-pro .device-frame::after {
	background: #2f2e33;
	border-radius: 0 0 18px 18px;
	bottom: 2px;
	content: "";
	height: 54px;
	left: 2px;
	position: absolute;
	width: 620px
}
.device-imac-pro .device-frame::before {
	bottom: 15px;
	color: #0d0d0d;
	content: "";
	font-size: 24px;
	height: 24px;
	left: 50%;
	line-height: 24px;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 9
}
.device-imac-pro .device-content {
	border: 2px solid #121212;
	border-radius: 2px;
	height: 324px;
	width: 576px
}
.device-imac-pro .device-power::after,
.device-imac-pro .device-power::before {
	content: ""
}
.device-imac-pro .device-power::after {
	background: #222225;
	border-radius: 2px;
	height: 6px;
	margin: 0 auto;
	position: relative;
	width: 180px
}
.device-imac-pro .device-power::before {
	border: solid transparent;
	border-bottom-color: #333;
	border-width: 0 8px 50px 8px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 130px
}
.device-iphone-x {
	height: 868px;
	width: 428px
}
.device-iphone-x .device-frame {
	background: #222;
	border-radius: 68px;
	box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
	height: 868px;
	padding: 28px;
	width: 428px
}
.device-iphone-x .device-content {
	border-radius: 40px;
	height: 812px;
	width: 375px
}
.device-iphone-x .device-stripe::after,
.device-iphone-x .device-stripe::before {
	border: solid rgba(51, 51, 51, 0.25);
	border-width: 0 7px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9
}
.device-iphone-x .device-stripe::after {
	top: 85px
}
.device-iphone-x .device-stripe::before {
	bottom: 85px
}
.device-iphone-x .device-header {
	background: #222;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 30px;
	left: 50%;
	margin-left: -102px;
	position: absolute;
	top: 28px;
	width: 204px
}
.device-iphone-x .device-header::after,
.device-iphone-x .device-header::before {
	content: "";
	height: 10px;
	position: absolute;
	top: 0;
	width: 10px
}
.device-iphone-x .device-header::after {
	background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
	left: -10px
}
.device-iphone-x .device-header::before {
	background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
	right: -10px
}
.device-iphone-x .device-sensors::after,
.device-iphone-x .device-sensors::before {
	content: "";
	position: absolute
}
.device-iphone-x .device-sensors::after {
	background: #444;
	border-radius: 3px;
	height: 6px;
	left: 50%;
	margin-left: -25px;
	top: 32px;
	width: 50px
}
.device-iphone-x .device-sensors::before {
	background: #444;
	border-radius: 50%;
	height: 14px;
	left: 50%;
	margin-left: 40px;
	top: 28px;
	width: 14px
}
.device-iphone-x .device-btns {
	background: #c8cacb;
	height: 32px;
	left: -3px;
	position: absolute;
	top: 115px;
	width: 3px
}
.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
	background: #c8cacb;
	content: "";
	height: 62px;
	left: 0;
	position: absolute;
	width: 3px
}
.device-iphone-x .device-btns::after {
	top: 60px
}
.device-iphone-x .device-btns::before {
	top: 140px
}
.device-iphone-x .device-power {
	background: #c8cacb;
	height: 100px;
	right: -3px;
	position: absolute;
	top: 200px;
	width: 3px
}
.device-surface-book {
	height: 424px;
	width: 728px
}
.device-surface-book .device-frame {
	background: #0d0d0d;
	border-radius: 12px;
	box-shadow: inset 0 0 0 2px #c8c8c8;
	height: 408px;
	margin: 0 auto;
	padding: 24px 22px;
	position: relative;
	width: 584px
}
.device-surface-book .device-content {
	border: 2px solid #121212;
	border-radius: 2px;
	height: 360px;
	width: 540px
}
.device-surface-book .device-btns::after,
.device-surface-book .device-btns::before {
	background: #c8c8c8;
	content: "";
	height: 2px;
	position: absolute;
	top: -2px
}
.device-surface-book .device-btns::after {
	left: 122px;
	width: 20px
}
.device-surface-book .device-btns::before {
	left: 168px;
	width: 44px
}
.device-surface-book .device-power {
	background: linear-gradient(to bottom, #eee, #c8c8c8);
	border: solid #c8c8c8;
	border-radius: 2px;
	border-width: 0 2px;
	height: 12px;
	margin-top: 4px;
	position: relative;
	width: 728px
}
.device-surface-book .device-power::after,
.device-surface-book .device-power::before {
	content: "";
	position: absolute
}
.device-surface-book .device-power::after {
	background: radial-gradient(circle at center, #eee 0, #eee 95%, #a2a2a2 100%);
	border-radius: 0 0 6px 6px;
	height: 8px;
	left: 50%;
	margin-left: -125px;
	top: 0;
	width: 250px;
	z-index: 1
}
.device-surface-book .device-power::before {
	background: linear-gradient(to bottom, #eee, #c8c8c8);
	border-radius: 2px 2px 0 0;
	bottom: 12px;
	height: 8px;
	left: 50%;
	margin-left: -292px;
	width: 584px
}
.device-google-pixel {
	height: 744px;
	width: 360px
}
.device-google-pixel .device-frame {
	background: #f7f7f8;
	border-radius: 54px;
	box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4, inset 0 0 0 10px #fff;
	height: 744px;
	padding: 82px 18px 86px 18px;
	width: 360px
}
.device-google-pixel .device-content {
	border: 2px solid #222;
	border-radius: 2px;
	height: 576px;
	width: 324px
}
.device-google-pixel .device-stripe {
	border-top: 6px solid rgba(51, 51, 51, 0.15);
	bottom: 0;
	left: 254px;
	position: absolute;
	top: 0;
	width: 8px
}
.device-google-pixel .device-stripe::after,
.device-google-pixel .device-stripe::before {
	border: solid rgba(51, 51, 51, 0.15);
	border-width: 0 6px;
	content: "";
	height: 10px;
	left: -254px;
	position: absolute;
	width: 360px;
	z-index: 9
}
.device-google-pixel .device-stripe::after {
	top: 60px
}
.device-google-pixel .device-stripe::before {
	bottom: 46px
}
.device-google-pixel .device-sensors {
	background: #ddd;
	border-radius: 2.5px;
	height: 5px;
	left: 50%;
	margin-left: -39px;
	margin-top: -2.5px;
	position: absolute;
	top: 41px;
	width: 78px
}
.device-google-pixel .device-sensors::after,
.device-google-pixel .device-sensors::before {
	background: #333;
	border-radius: 6px;
	content: "";
	position: absolute
}
.device-google-pixel .device-sensors::after {
	height: 12px;
	left: 50%;
	margin-left: -14px;
	top: 21.5px;
	width: 28px
}
.device-google-pixel .device-sensors::before {
	height: 10px;
	left: -81px;
	margin-top: -5px;
	top: 50%;
	width: 10px
}
.device-google-pixel .device-btns {
	background: #c8cacb;
	height: 102px;
	position: absolute;
	right: -2px;
	top: 298px;
	width: 3px
}
.device-google-pixel .device-power {
	background: #c8cacb;
	height: 50px;
	position: absolute;
	right: -2px;
	top: 184px;
	width: 3px
}
.device-google-pixel.device-black .device-frame {
	background: #211d1c;
	box-shadow: inset 0 0 0 2px #363635, inset 0 0 0 6px #6a6967, inset 0 0 0 10px #3d3533
}
.device-google-pixel.device-black .device-stripe,
.device-google-pixel.device-black .device-stripe::after,
.device-google-pixel.device-black .device-stripe::before {
	border-color: rgba(13, 13, 13, 0.35)
}
.device-google-pixel.device-black .device-sensors {
	background: #444
}
.device-google-pixel.device-black .device-sensors::after {
	background: #0d0d0d
}
.device-google-pixel.device-black .device-btns,
.device-google-pixel.device-black .device-btns::after,
.device-google-pixel.device-black .device-btns::before {
	background: #363635
}
.device-google-pixel.device-black .device-power {
	background: #363635
}
.device-google-pixel.device-blue .device-frame {
	box-shadow: inset 0 0 0 2px #2a5aff, inset 0 0 0 6px #7695ff, inset 0 0 0 10px #fff
}
.device-google-pixel.device-blue .device-btns,
.device-google-pixel.device-blue .device-btns::after,
.device-google-pixel.device-blue .device-btns::before {
	background: #2a5aff
}
.device-google-pixel.device-blue .device-power {
	background: #2a5aff
}
.wp-block-chatterbox-chat ul {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important
}
.wp-block-chatterbox-chat.is-style-app {
	border: 1px solid #ddd
}
.wp-block-chatterbox-chat.is-style-app .slds-chat {
	background: #f9f9f9;
	margin-bottom: 0 !important
}
.wp-block-chatterbox-chat.is-style-app ul {
	padding: 1rem 1.5rem !important;
	margin: 0 !important
}
.wp-block-chatterbox-chat .device-imac-pro {
	width: auto
}
.wp-block-chatterbox-chat .device-imac-pro .device-frame,
.wp-block-chatterbox-chat .device-imac-pro .device-frame:after,
.wp-block-chatterbox-chat .device-imac-pro .device-content {
	width: auto
}
.wp-block-chatterbox-chat .device-iphone-x,
.wp-block-chatterbox-chat .device-google-pixel {
	margin: 0 auto
}
.wp-block-chatterbox-chat .device-iphone-x .device-content {
	padding-top: 4rem
}
.wp-block-chatterbox-chat.is-style-laptop {
	transform: scale(0.9);
	position: relative;
	left: -6rem
}
@media screen and (max-width: 420px) {
	.wp-block-chatterbox-chat.is-style-laptop {
		left: -11.5rem;
		transform: scale(0.66)
	}
}
.wp-block-chatterbox-chat .device-content {
	background: #f9f9f9;
	padding: 1rem;
	overflow-y: scroll;
	overflow-x: hidden
}
.wp-block-chatterbox-message {
	font-family: "Source Sans Pro", Arial, sans-serif;
	padding-left: 0 !important;
	margin-left: 0 !important
}

.is-style-outbound .slds-chat-message__meta {
	margin-left: auto !important;
	max-width: fit-content
}
/********* CUSTOM **************/

.slds-chat-message__text_inbound {
	margin-right: auto;
	background-color: #FF7F8E;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
}
.slds-chat-message__image_inbound {
	background-color: #FF7F8E;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
}
.slds-chat-message__text_outbound {
	margin-right: auto;
	background-color: #EFEFEF;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
}
.slds-chat-message__image_outbound {
	background-color: #EFEFEF;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
}
.slds-chat-message__text_external .slds-chat-message__text_inbound {
	background-color: #608C54;
}
.wp-block-chatterbox-message .slds-chat-message__text {
	font-size: 18px;
}
/********************************/