.embeddedServiceHelpButton {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	z-index: 999;
	font-family: sans-serif;
}
.usabilla_live_button_container {
	z-index: 199 !important;
}
.embeddedServiceHelpButton .assistiveText {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width:48em) {
	.embeddedServiceHelpButton {
		background-color: #ffc421;
	}
}

.embeddedServiceHelpButton .helpButton {
	position: fixed;
	bottom: 12px;
	right: 12px;
	height: 46px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.embeddedServiceHelpButton .helpButton .uiButton {
	box-sizing: border-box;
	margin: 0;
	padding: 0 12px;
	height: 46px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
	border-radius: 23px;
	line-height: 1;
	font-size: .875em;
	color: #ffffff;
	font-weight: normal;
	text-shadow: none;
	font-family: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	background-color: #ffc421 !important;
	background: #ffc421 !important;
	min-width: 200px;
}

.embeddedServiceHelpButton .helpButton .uiButton .label {
	color: #ffffff;
}

.embeddedServicePreventScrolling {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid #ffc421;
	background: #ffc421;
	color: black;
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before, .embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 23px;
	background-color: #ffc421 !important;
	opacity: .2;
	pointer-events: none;
	color: white!important;
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled.no-hover:hover::before, .embeddedServiceHelpButton .helpButton .helpButtonEnabled.no-hover:focus::before {
	display: none;
	background: #ffc421;
	color: white;
}

@media only screen and (min-width:48em) {
	.embeddedServiceHelpButton .helpButton {
		position: fixed;
		bottom: 0;
	}
	.embeddedServiceHelpButton .helpButton .uiButton {
		border-radius: 8px 8px 0 0;
	}
	.embeddedServiceHelpButton .helpButton .uiButton:hover::before, .embeddedServiceHelpButton .helpButton .uiButton:focus::before {
		border-radius: 8px 8px 0 0;
		background: #ffc421;
		color: black;
	}
}

.embeddedServiceHelpButton .uiButton {
	font-weight: bold;
	font-size: 16px;
	margin: 2px 3px;
	padding: 4px 6px;
	min-width: 12em;
	max-width: 14em;
	text-decoration: none;
	text-align: center;
	border: 0;
	background: #ffc421;
}

.embeddedServiceHelpButton .helpButtonDisabled {
	cursor: default;
	box-shadow: none;
	text-shadow: none;
	background-color: #e8e8e8;
	color: white;
}

.embeddedServiceHelpButton .helpButtonDisabled .helpButtonLabel .message {
	color: white!important;
}

.embeddedServiceHelpButton .helpButtonEnabled {
	cursor: pointer;
	position: relative;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	        align-self: stretch;
	max-width: 100%;
	line-height: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 17px;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.helpButtonEnabled:focus .helpButtonLabel {
	text-decoration: none;
	background: #ffc421;
	color: white;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
	vertical-align: top;
	font-size: 17px;
	color: white !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
	font-family: 'embeddedserviceiconfont';
	font-size: 25px;
	content: attr(data-icon);
	speak: none;
	text-rendering: auto;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.embeddedServiceIcon {
	color: white !important;
}

.message {
	background: none;
	border: none;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton {
	background: none;
	color: black;
}

.embeddedServiceLiveAgentStateChatHeader .agentInfo {
	display: none;
}

.embeddedServiceHelpButton .helpButton .helpButtonDisabled {
	background-color: #717171;
	color: white;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid #ffc421;
	background: #ffc421;
	color: black;
}

.embeddedServiceHelpButton .helpButton .uiButton:hover {
	background-color: #ffc421;
	color: white;
}

.embeddedServiceHelpButton .helpButton .uiButton:hover .helpButtonLabel .message {
	color: white!important;
}

.embeddedServiceHelpButton .helpButton .uiButton:before {
	background-color: #ffc421;
}

.sidebarHeader .minimizedContainer .embeddedServiceSidebarMinimizedDefaultUI {
	background: #ffc421;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
	font-size: 17px;
	color: white;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
	font-size: 17px;
}

.embeddedServiceLiveAgentStateChatHeader .agentInfo {
	display: none;
}

.embeddedServiceLiveAgentStateChatHeader .content {
	height: 100px;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton {
	background: #ffc421;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton:hover {
	background: #ffc421;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton:before {
	background: #ffc421;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton:focus {
	background: #ffc421;
}

.embeddedServiceSidebarButton.uiButton--inverse {
	background-color: #ffc421;
}

.embeddedServiceSidebarButton.uiButton--inverse:hover .label {
	color: white;
}

.embeddedServiceSidebarButton.uiButton--inverse:before .label {
	color: white;
}

.embeddedServiceSidebarButton.uiButton--inverse:focus .label {
	color: white;
}

.embeddedServiceSidebarButton.uiButton--inverse .label {
	color: white;
}

.embeddedServiceLiveAgentStateChat .messageArea {
	font-size: 20px;
}

@font-face {
	font-family: 'Salesforce Sans';
	src: url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff') format('woff'),
	url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.ttf') format('truetype');
}

.embeddedServiceLiveAgentStateChatHeader:not(.alert) .message {
	display: none;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer {
	background: #ffc421;
	color: white;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:hover {
	background: #ffc421;
	color: white;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:focus {
	background: #ffc421;
	color: white;
}

.embeddedServiceSidebarMinimizedDefaultUI {
	background: #ffc421;
	color: white;
}
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent {
	color: #333333;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer .message {
	color: white;
}

.embeddedServiceSidebarButton:not(:disabled):focus, .embeddedServiceSidebarButton:not(:disabled):hover {
	background: #ffc421;
	color: white;
	text-decoration: none;
}

.embeddedServiceSidebarButton.uiButton--inverse:not(:disabled):focus, .embeddedServiceSidebarButton.uiButton--inverse:not(:disabled):hover {
	background: #ffc421;
	color: white;
	text-decoration: none;
}

.embeddedServiceLiveAgentStateChatHeaderOption .optionName {
	color: white;
}

body a:hover {
	text-decoration: none;
}

a.unseenMessageBanner.embeddedServiceLiveAgentStateChatUnreadMessageBanner {
	width: 250px;
}

.embeddedServiceLiveAgentStateChat .chatSessionStartTime {
	color: #333333;
}

.embeddedServiceLiveAgentStateChatInputFooter .chasitorText {
	color: #333333;
}

.embeddedServiceLiveAgentStateChatItem .avatar {
	width: 50px;
	height: 50px;
	margin: 0 15px 3px -10px;
}
.embeddedServiceSidebarHeader .headerChevron {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
	margin: 4px 0 0 20px;
}

.embeddedServiceSidebarHeader .headerText {
	margin: 0;
	font-size: 1.6rem;
}

.embeddedServiceLiveAgentStateChat .endChatContainer .endChatButton.postChatButton span, .embeddedServiceLiveAgentStateChat .endChatContainer .endChatButton.postChatButton:hover span {
	color: #ffffff;
}
.embeddedServiceSidebarDialogState #dialogTextTitle {
	color: #333333;
}
.embeddedServiceSidebarDialogState #dialogTextBody {
	color: #333333;
}
.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
	color: #333333;
}
.embeddedServiceSidebarFormField .slds-style-inputtext, .embeddedServiceSidebarFormField .slds-style-select {
	color: #333333;
}
