/**
 * Main CSS File
 */
/* main: ../wp-intercom-slack.scss*/
.bottom-left .wpic-launcher,
.bottom-left .wpic-frame {
	right: auto;
	left: 25px;
}

.bottom-left .wpic-popup-message {
	right: auto;
	left: 95px;
}

.wpic,
.wpic * {
	/* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
	font-family: Arial;
	box-sizing: border-box;
}

.wpic svg {
	display: block;
}

.wpic-launcher {
	z-index: 10000;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: box-shadow 80ms ease-in-out;
	transition: box-shadow 80ms ease-in-out;
	border-radius: 50%;
	outline: 0;
	background: #1F8CEB; /* 1F8CEB */
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	position: fixed;
	right: 25px;
	bottom: 25px;
}

.wpic-launcher path {
	fill: #fff;
}

.wpic-launcher-open {
	-webkit-transition: opacity .08s linear, -webkit-transform .16s linear;
	transition: opacity .08s linear, -webkit-transform .16s linear;
	transition: transform .16s linear, opacity .08s linear;
	transition: transform .16s linear, opacity .08s linear, -webkit-transform .16s linear;
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	position: absolute;
	top: 13px;
	left: 13px;
}

.wpic-launcher-close {
	-webkit-transition: opacity .08s linear, -webkit-transform .16s linear;
	transition: opacity .08s linear, -webkit-transform .16s linear;
	transition: transform .16s linear, opacity .08s linear;
	transition: transform .16s linear, opacity .08s linear, -webkit-transform .16s linear;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	opacity: 0;
	position: absolute;
	top: 17px;
	left: 17px;
}

.wpic-launcher.active .wpic-launcher-open {
	-webkit-transform: rotate(30deg) scale(0);
	transform: rotate(30deg) scale(0);
	opacity: 0;
}

.wpic-launcher.active .wpic-launcher-close {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.wpic-launcher:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24);
}

.wpic-popup-message {
	border-radius: 5px;
	outline: 0;
	background: #1F8CEB;
	padding: 12px;
	height: 60px;
	color: #fff;
	font-size: 14px;
	z-index: 9999;
	max-width: 220px;
	position: fixed;
	right: 95px;
	bottom: 27px;
	box-sizing: border-box;
}

.wpic-frame {
	z-index: 9999;
	display: none;
	width: 370px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 50px rgba(0, 0, 0, 0.24);
	position: fixed;
	right: 25px;
	bottom: 100px;
}

.wpic-frame.active {
	display: block;
}

.wpic-chatter {
	display: none;
}

.wpic-header {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	border-radius: 6px 6px 0 0;
	background: #1F8CEB;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 22;
}

.wpic-team-name {
	font-size: 15px;
	line-height: 1.1em;
	width: 80%;
	margin: 0 auto 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.wpic-team-members {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -20px;
}

.wpic-team-members-message {
	display: none;
	padding-bottom: 20px;
}

.wpic-team-members-message:only-child {
	display: block;
}

.wpic-member-profile {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.wpic-member-avatar {
	margin: 0 auto;
	display: inline-block;
	vertical-align: text-bottom;
	line-height: 50px;
	position: relative;
}

.wpic-member-avatar, .wpic-member-avatar img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.wpic-member-name, .wpic-member-presence-text {
	color: #fff;
	font-size: 13px;
	width: 100%;
	max-width: 85px;
	text-align: center;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpic-member-presence {
	height: 10px;
	width: 10px;
	background: #D13B2E;
	border-radius: 30em;
	position: absolute;
	right: 5px;
	bottom: -2px;
}

.wpic-member-presence.online {
	background: #5CD067;
}

.wpic-member-presence-text {
	display: none;
	text-transform: capitalize;
	padding: 0;
	text-align: left;
}

.wpic-team-message {
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
}

.conversation-started .wpic-team-name,
.conversation-started .wpic-team-message {
	display: none;
}

.conversation-started .wpic-member-name {
	display: inline-block;
	width: auto;
	margin-left: 10px;
	font-size: 16px;
}

.conversation-started .wpic-team-members {
	text-align: left;
	padding-left: 20px;
}

.conversation-started .wpic-member-presence-text {
	display: block;
}

/* main: ../wp-intercom-slack.scss*/
.wpic-composer {
	position: relative;
	border-radius: 0 0 6px 6px;
	background: #fff;
}

.wpic-composer textarea {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.33;
	overflow: hidden;
	width: 100%;
	margin-bottom: -7px;
	resize: none;
	-webkit-transition: background-color .2s ease, box-shadow .2s ease;
	transition: background-color .2s ease, box-shadow .2s ease;
	color: #565867;
	border: 0;
	border-radius: 0 0 6px 6px;
	background-color: #f4f7f9;
	padding: 18px 90px 18px 20px;
}

.wpic-composer textarea:focus {
	outline: none;
	background-color: #fff;
	box-shadow: 0 0 100px 0 rgba(150, 165, 190, 0.24);
}

.wpic-composer button {
	margin: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	cursor: pointer;
	background: transparent !important;
}

.wpic-composer-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
}

.wpic-composer-button-emoji {
	display: inline-block;
	margin-left: -10px;
	padding: 0;
	background: transparent;
}

.wpic-composer .wpic-composer-button-end {
	font-size: 11px;
	font-weight: 400;
	display: block;
	padding: 3px 6px !important;
	color: #fff;
	border-radius: 3px;
	background: #d13b2e !important;
}

.wpic-getting-started {
	min-height: 300px;
}

.wpic-logo {
	text-align: center;
	padding: 33px;
}

.wpic-logo img {
	height: 64px;
	width: 64px;
}

.wpic-logo g, .wpic-logo path {
	fill: #1F8CEB;
}

.wpic-start-form {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

.wpic-start-form .form-control {
	border: 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	padding: 5px;
	font-size: 14px;
	width: 100%;
	box-shadow: none !important;
	outline: 0;
	color: #999;
	box-sizing: border-box;
}

.wpic-start-form .form-control + .form-control {
	margin-top: 10px;
}

.wpic-start-form button {
	background: #1F8CEB;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 0;
	box-shadow: none;
	outline: 0;
}

/* main: ../wp-intercom-slack.scss*/
.wpic-creating-room {
	display: none;
	text-align: center;
	padding: 100px 0;
}

.wpic-coffee-cup {
	position: relative;
	width: 20px;
	height: 24px;
	margin: 16px auto;
	border: 1px #1F8CEB solid;
	border-radius: 0 0 5px 5px;
}

.wpic-coffee-cup:after, .wpic-coffee-cup:before {
	position: absolute;
	content: '';
}

.wpic-coffee-cup:after {
	left: 20px;
	width: 5px;
	height: 12px;
	border: 1px #fff solid;
	border-left: none;
	border-radius: 0 20px 20px 0;
}

.wpic-coffee-cup:before {
	top: -10px;
	left: 4px;
	width: 1px;
	height: 6px;
	-webkit-animation: steam 1s linear infinite alternate;
	animation: steam 1s linear infinite alternate;
	background-color: #1F8CEB;
	box-shadow: 5px 0 0 0 #1F8CEB, 5px -5px 0 0 #1F8CEB, 10px 0 0 0 #1F8CEB;
}

@-webkit-keyframes steam {
	0% {
		height: 0;
	}
	100% {
		height: 6px;
	}
}

@keyframes steam {
	0% {
		height: 0;
	}
	100% {
		height: 6px;
	}
}

.wpic-chatter.dz-drag-hover {
	position: relative;
}

.wpic-chatter.dz-drag-hover .wpic-dropzone-hover {
	display: block;
}

.wpic-dropzone-hover {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	height: 50%;
}

.wpic-dropzone-hover:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background: rgba(31, 140, 235, 0.5);
	z-index: 11;
}

.wpic-dropzone-hover:after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 4px dashed #fff;
	content: '';
	z-index: 11;
}

.wpic-dropzone-hover .wpic-dropzone-message {
	display: block;
	text-align: center;
	color: #fff;
	z-index: 12;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

.wpic-conversation {
	height: 50vh;
	background: #ebeff4;
	overflow-y: scroll;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.wpic-conversation::-webkit-scrollbar {
	display: none;
}

.wpic-conversation-item {
	margin-top: 20px;
	display: flex;
	font-size: 13px;
}

.wpic-conversation-avatar {
	flex: 0 0 50px;
}

.wpic-conversation-avatar, .wpic-conversation-avatar img {
	height: 50px;
	width: 50px;
	border-radius: 50em;
	margin-right: 20px;
}

.wpic-conversation-body {
	flex: 1;
}

.wpic-conversation-body .emojione {
	width: 24px;
	display: inline-block;
	margin-top: -5px;
	vertical-align: middle;
}

.wpic-conversation-item:not(.is-status):not(.is-attachment) .wpic-conversation-text {
	background: #fff;
	display: inline-block;
	min-width: 200px;
	padding: 10px;
	border-radius: 4px;
	position: relative;
}

.wpic-conversation-item:not(.is-status):not(.is-attachment) .wpic-conversation-text:before {
	position: absolute;
	top: 12px;
	right: 100%;
	content: ' ';
	border-style: solid;
	height: 0;
	width: 0;
	border-color: transparent #fff transparent transparent;
	border-width: 6px 8px 6px 0;
}

.wpic-conversation-footer {
	font-size: 11px;
	color: #aaa;
	padding-top: 5px;
	padding-left: 5px;
}

.wpic-conversation-item.alt {
	flex-direction: row-reverse;
}

.wpic-conversation-item.alt .wpic-conversation-avatar {
	margin-left: 20px;
	margin-right: 0;
}

.wpic-conversation-item.alt:not(.is-status):not(.is-attachment) {
	text-align: right;
}

.wpic-conversation-item.alt:not(.is-status):not(.is-attachment) .wpic-conversation-text {
	text-align: left;
}

.wpic-conversation-item.alt:not(.is-status):not(.is-attachment) .wpic-conversation-text:before {
	border-color: transparent transparent transparent #fff;
	border-width: 6px 0 6px 8px;
	left: 100%;
	right: auto;
}

.wpic-conversation-item.alt:not(.is-status):not(.is-attachment) .wpic-conversation-footer {
	padding-right: 5px;
}

.wpic-conversation-item.is-status {
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

.wpic-conversation-item.is-status .wpic-conversation-timestamp {
	font-weight: 600;
	padding-left: 5px;
}

.wpic-conversation-item.is-attachment {
	text-align: center;
}

.wpic-conversation-item.is-attachment a {
	display: inline-block;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	padding: 6px;
	background: #daecfc;
}

.wpic-conversation-item.is-attachment a img {
	display: block;
	border-radius: 6px;
}

.wpic-conversation-item.is-attachment .wpic-conversation-timestamp {
	font-size: 11px;
	color: #aaa;
	padding-left: 5px;
	display: block;
}

/* main: ../wp-intercom-slack.scss*/
@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		/* Dump regular property anyway*/
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		/* Dump regular property anyway*/
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		/* Dump regular property anyway*/
		transform: translateY(-40px);
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		/* Dump regular property anyway*/
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		/* Dump regular property anyway*/
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		/* Dump regular property anyway*/
		transform: translateY(-40px);
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		/* Dump regular property anyway*/
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		/* Dump regular property anyway*/
		transform: translateY(0px);
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		/* Dump regular property anyway*/
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		/* Dump regular property anyway*/
		transform: translateY(0px);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		/* Dump regular property anyway*/
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		/* Dump regular property anyway*/
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		/* Dump regular property anyway*/
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		/* Dump regular property anyway*/
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		/* Dump regular property anyway*/
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		/* Dump regular property anyway*/
		transform: scale(1);
	}
}

.dropzone, .dropzone * {
	box-sizing: border-box;
}

.dropzone {
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 20px 20px;
}

.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone.dz-clickable * {
	cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}

.dropzone.dz-started .dz-message {
	display: none;
}

.dropzone.dz-drag-hover {
	border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
}

.dropzone .dz-message {
	text-align: center;
	margin: 2em 0;
}

.dz-preview {
	display: none;
}

/* main: ../wp-intercom-slack.scss*/
.wpic-emoji-popup {
	z-index: 1053;
	display: inline-block;
	min-width: 318px;
	max-width: 318px;
	vertical-align: top;
	color: #555459;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	background: #f7f7f7;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
	position: absolute;
	right: 10px;
	bottom: 70px;
}

.wpic-emoji-content {
	position: relative;
	z-index: 115;
	overflow: hidden;
}

.wpic-emoji-header {
	box-sizing: border-box;
	height: 38px;
	padding: 4px 0 0 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wpic-emoji-header a {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 6.5px 1px;
	cursor: pointer;
	border-radius: .6rem .6rem 0 0;
}

.wpic-emoji-header a img {
	width: 20px;
}

.wpic-emoji-header a.active {
	border-bottom: 3px solid #2ab27b;
	background: #fbfaf8;
}

.wpic-emoji-header a:hover {
	border-bottom: 3px solid #fbfaf8;
	background: #fbfaf8;
}

.wpic-emoji-search {
	position: relative;
	padding: 8px;
	display: none;
	background: #fff;
}

.wpic-emoji-search input {
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	padding: 4px 15px 5px;
	color: #555459;
	border: 1px solid #c5c5c5;
	border-radius: 20px;
}

.wpic-emoji-sections {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	max-height: 235px;
	padding: 8px;
	border-right: 4px solid transparent;
	background: #fff;
}

.wpic-emoji-sections::-webkit-scrollbar {
	position: absolute;
	width: 8px;
	-webkit-appearance: none;
}

.wpic-emoji-sections::-webkit-scrollbar-thumb, .wpic-emoji-sections::-webkit-scrollbar-track {
	color: #fff;
	border-radius: 3px;
	background-clip: padding-box !important;
}

.wpic-emoji-sections::-webkit-scrollbar-track {
	background: #f3f3f3;
	box-shadow: inset 0 -4px 0 0, inset 0 4px 0 0;
}

.wpic-emoji-sections::-webkit-scrollbar-thumb {
	min-height: 36px;
	background: #d9d9de;
	box-shadow: inset 0 -2px,inset 0 -3px,inset 0 2px,inset 0 3px;
}

.wpic-emoji-sections h3 {
	padding: 0 8px;
	margin-top: 0;
}

.wpic-emoji-sections h3.fixed {
	position: fixed;
	z-index: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
}

.wpic-emoji-sections h3.fixed.absolute {
	position: absolute;
}

.wpic-emoji-sections a {
	display: inline-block;
	padding: 3px 6px;
	cursor: pointer;
}

.wpic-emoji-sections a img {
	width: 24px;
}

.wpic-emoji-sections .wpic-emoji-section {
	margin-top: 16px;
}

.wpic-emoji-sections .wpic-emoji-section:first-of-type {
	margin-top: 0;
}

.wpic-emoji-footer {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	height: 61px;
	padding: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0 0 6px 6px;
	background: #f7f7f7;
}

.wpic-emoji-tone {
	overflow: hidden;
	box-sizing: border-box;
	width: 27px;
	height: 25px;
	padding: 3px 6px 0;
	-webkit-transition: width .3s;
	transition: width .3s;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	top: 4px;
	right: 4px;
}

.wpic-emoji-tone:hover {
	width: 143px;
}

.wpic-emoji-tone:hover .holder {
	display: none;
}

.wpic-emoji-tone a {
	display: inline-block;
	cursor: pointer;
}

.wpic-emoji-tone a img {
	width: 18px;
}

.wpic-emoji-on-hover img,
.wpic-emoji-on-hover strong {
	display: inline-block;
}

.wpic-emoji-on-hover img {
	width: 40px;
	margin-right: 5px;
	vertical-align: middle;
}

.wpic-emoji-on-hover strong {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: 5px;
	overflow: hidden;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
