﻿.wa-widget-toggle {
	background-color: #ffffff94;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	color: #20b356;
	padding: .5rem .8rem;
	border-radius: 9rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	right: 20px;
	bottom: 10px
}
.wa-widget-toggle:hover {
	text-decoration: none;
	color: #20b356
}
.wa-widget-toggle:before {
	content: "";
	height: 10px;
	width: 10px;
	top: 5px;
	right: 5px;
	position: absolute;
	background-color: #ea5f62;
	border-radius: .5rem
}
.wa-widget-content {
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	transform: scale(0);
	transform-origin: bottom right;
	transition: transform .3s cubic-bezier(.54, .01, .13, 1.01)
}
.wa-widget-content .wa-widget-content-header {
	padding: 5px 30px;
	background-color: #20b356;
	color: #fff;
	display: flex;
	align-items: center
}
.wa-widget-content .wa-widget-content-header .header-text {
	margin-left: 10px
}
.wa-widget-content .wa-widget-content-header .header-text h3 {
	color: #fff;
	margin-bottom: 0
}
.wa-widget-content .wa-widget-content-header .header-text p {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}
.wa-widget-content .wa-widget-content-body {
	padding: 5px 10px
}
.wa-widget-content .wa-widget-content-body .typical-response p {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 12px;
	color: #b2b2b2
}
.wa-widget-content .support-list {
	padding: 8px 12px;
	background-color: #f7f7f7;
	border-radius: 4px;
	border-left: 3px solid #20b356;
	margin-bottom: 10px
}
.wa-widget-content .support-list .support-image {
	height: 40px;
	width: 40px;
	border-radius: 100%
}
.wa-widget-content .support-list .support-item {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center
}
.wa-widget-content .support-list .support-text {
	margin-left: 10px
}
.wa-widget-content .support-list .support-text .support-name {
	font-size: 14px;
	margin-bottom: 0
}
.wa-widget-content .support-list .support-text .support-job {
	font-size: 12px;
	margin-bottom: 0
}
.wa-widget {
	height: 0;
	width: 0;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 100px
}
.wa-widget.expanded {
	height: auto;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	right: 0;
	bottom: 50px
}
.wa-widget.expanded .wa-widget-content {
	transform: scale(1)
}
.wa1.mdi.navbar-icon {
    font-size: 28px;
}
.wa2.mdi.navbar-icon {
    font-size: 22px;
}