/* LIVE CHAT */

.embeddedServiceHelpButton .helpButton .uiButton,.sidebarMinimized .embeddedServiceSidebarMinimizedDefaultUI {
  bottom: 0px;
  height: auto !important;
  padding:10px;
  border: solid 1px #26a59d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwY2ZjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2YTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #30cfc5), color-stop(100%, #26a59d));
  background-image: -moz-linear-gradient(#30cfc5, #26a59d);
  background-image: -webkit-linear-gradient(#30cfc5, #26a59d);
  background-image: linear-gradient(#30cfc5, #26a59d);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1.4;
  display: inline-block;
  text-shadow: 0px 1px 1px #666;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.embeddedServiceHelpButton .helpButton .uiButton:hover,.sidebarMinimized .embeddedServiceSidebarMinimizedDefaultUI:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwY2ZjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkN2M3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #30cfc5), color-stop(100%, #1d7c76));
  background-image: -moz-linear-gradient(#30cfc5, #1d7c76);
  background-image: -webkit-linear-gradient(#30cfc5, #1d7c76);
  background-image: linear-gradient(#30cfc5, #1d7c76);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}
.embeddedServiceSidebarForm.buttonWrapper{
  margin: 4%;
  width: 92%;
}

.sidebarHeader h2{
  color: #ffffff;
}

.embeddedServiceSidebarForm .embeddedServiceSidebarFormField{
  margin-top: 15px;
  margin-bottom: 0;
}

.embeddedServiceSidebarFormField label span {
  display: inline;
  font-weight: normal;
}

.embeddedServiceSidebarFormField input:focus:invalid,
.embeddedServiceSidebarFormField input:focus:invalid:focus,
.embeddedServiceSidebarFormField textarea:focus:invalid:focus,
.embeddedServiceSidebarFormField select:focus:invalid:focus{
  color: #333333;
  border: 1px solid #2bbab1;
  box-shadow: 0 0 2px 0 #2bbab1;
  -webkit-box-shadow: 0 0 2px 0 #2bbab1;
  -moz-box-shadow: 0 0 2px 0 #2bbab1;
}

.embeddedServiceSidebarFormField select,
.embeddedServiceSidebarFormField textarea,
.embeddedServiceSidebarFormField input[type="text"],
.embeddedServiceSidebarFormField input[type="email"],
.embeddedServiceSidebarFormField .slds-style-select{
  margin-bottom: 0;
  font-size: 14px;
}

.embeddedServiceSidebarFormField .uiInputDefaultError .form-element__help,
.embeddedServiceSidebarFormField .uiInput .uiLabel-left{
  display: inline;
  font-size: 12px;
  line-height: 26px;
}

.embeddedServiceSidebarFormField .uiInput .required{
  line-height: 18px;
}

.embeddedServiceLiveAgentSidebarFeature .prechatUI.embeddedServiceLiveAgentStatePrechatDefaultUI .embeddedServiceSidebarButton{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 54px;
  padding: 0px 30px 0px 35px;
  border: none;
  background-color: #c00;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000),color-stop(100%, #cc0000));
  background-image: -moz-linear-gradient(#ff0000,#cc0000);
  background-image: -webkit-linear-gradient(#ff0000,#cc0000);
  background-image: linear-gradient(#ff0000,#cc0000);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
.embeddedServiceLiveAgentSidebarFeature .prechatUI.embeddedServiceLiveAgentStatePrechatDefaultUI .embeddedServiceSidebarButton:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5MDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #990000));
  background-image: -moz-linear-gradient(#ff0000, #990000);
  background-image: -webkit-linear-gradient(#ff0000, #990000);
  background-image: linear-gradient(#ff0000, #990000);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.embeddedServiceSidebarButton:focus {
  text-decoration: none;
}

#helpButtonSpan{
  display: inline-block;
}

.embeddedServiceHelpButton .helpButton .uiButton:hover {
  background-color: #2BBAB1 !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon,.messageContent .embeddedServiceIcon{
  font-size: 20px;
  width: 30px;
}
.embeddedServiceSidebarMinimizedDefaultUI .minimizedText{

}
.embeddedServiceHelpButton .helpButton {
  bottom: 0 !important;
}

.embeddedServiceSidebarButton {
  background: #cb2b19;
  font-family: "Open Sans",sans-serif;
}

.embeddedServiceSidebarButton:hover {
  background: #cb2b19 !important;
}

.embeddedServiceSidebarButton:focus {
  background: #cb2b19 !important;
}

.embeddedServiceSidebarButton .label {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  line-height: normal;
}

.embeddedServiceSidebarButton.uiButton--inverse, .embeddedServiceSidebarButton.uiButton--inverse:disabled {
  background: #cb2b19;
}

.embeddedServiceSidebarButton.uiButton--inverse .label {
  color: #FFFFFF;
}

.embeddedServiceLiveAgentQueuePosition .embeddedServiceLoadingBalls .loadingBall {
  background-color: #2BBAB1;
}

.embeddedServiceLiveAgentStateWaiting .loadingBall {
  background-color: #2BBAB1;
}

.embeddedServiceLoadingBalls .loadingBall {
  background-color: #2BBAB1;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent {
  color: #FFFFFF;
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before {
  opacity: 0;
}

.embeddedServiceSidebarMinimizedDefaultUI .content {
  background-color: #2BBAB1;
}

.embeddedServiceSidebarMinimizedDefaultUI .minimizedText {
  background-color: #2BBAB1;
}

.embeddedServiceSidebarMinimizedDefaultUI {
  border-color: #222222;
  border: 0px;
  background-color: #2BBAB1 !important;
}

.embeddedServiceSidebarMinimizedDefaultUI .minimizedText>.message {
  overflow: visible !important;
  padding: 0;
}

.helpButtonEnabled:hover {
  background-color: rgb(178, 220, 217)!important;
}

.embeddedServiceSidebarButton:not(:disabled):focus, .embeddedServiceSidebarButton:not(:disabled):hover {
  background: #cb2b19;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus::before {
  border-radius: 3px 3px 0 0;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:focus{
  text-decoration: none;
}
.embeddedServiceSidebarMinimizedDefaultUI .content,.embeddedServiceSidebarMinimizedDefaultUI .messageContent  {
  display: block;
}
.messageContent .embeddedServiceIcon,.embeddedServiceSidebarMinimizedDefaultUI .minimizedText  {
  display: inline-block;
}
.helpButtonEnabled:focus .helpButtonLabel{
  text-decoration: none !important;
}

button[embeddedService-chatHeader_chatHeader]{
  background: none !important;
  border: none;
  height: 32px;
  min-width: auto;
  margin-left: 0;
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  padding: 1px 6px;
}

.embeddedServiceSidebarMinimizedDefaultUI .content,.embeddedServiceSidebarMinimizedDefaultUI .minimizedText{
  background-color: transparent;
}
.embeddedServiceSidebarMinimizedDefaultUI .minimizedText{
  font-size: initial;
}
.embeddedServiceIcon.x-small svg {
  width: 22px;
}
.embeddedServiceSidebarMinimizedDefaultUI .content{
  display: inline-block;
}
.embeddedServiceSidebarMinimizedDefaultUI .messageContent {
  margin:0;
}
.messageContent .embeddedServiceIcon {
  font-size: 20px;
  width: 30px;
  display: inline-block;
  border: none;
}
@font-face {
  font-family: 'Salesforce Sans';
  src: url('https://c1.sfdcstatic.com/etc/clientlibs/sfdc-aem-master/clientlibs_base/fonts/SalesforceSans-Regular.woff') format('woff'),
  url('https://c1.sfdcstatic.com/etc/clientlibs/sfdc-aem-master/clientlibs_base/fonts/SalesforceSans-Regular.ttf') format('truetype');
}