/*.embeddedServiceHelpButton .helpButton .uiButton button.sidebarHeader.minimizedContainer.helpButton.embeddedServiceSidebarMinimizedDefaultUI {
    background-color: #64b000;
    font-family: "Salesforce Sans", sans-serif;
}*/

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #64b000;
}

label.form-element__label.uiLabel {
    padding-top: 0px
}

input.slds-style-inputtext.input {
    font-weight: 400;
    color: #343743 !important;
    background-color: #fff !important;
    height: 39px;
}

@media screen and (min-width: 1688px) {
    div.dockableContainer {
        right: calc((100vw - 1688px) / 2 - 8px) !important;
    }
}

.dockableContainer {
    font-family: 'din_lightregular', 'dinregular', Arial, Helvetica, sans-serif;
}

.embeddedServiceSidebar.layout-docked .dockableContainer {
    border-radius: unset;
}

.embeddedServiceSidebar.layout-docked .dockableContainer, .embeddedServiceSidebar.layout-float .dockableContainer {
    border-radius: unset;
}

.embeddedServiceSidebarHeader {
    border-radius: unset;
}

.embeddedServiceSidebarHeader {
    background-color: black;
}

.embeddedServiceSidebar .headerItem {
    color: #FF6B00;
}

.embeddedServiceSidebarHeader .headerText {
    color: #FF6B00;
}

.embeddedServiceIcon svg {
    fill: #FF6B00;
	padding: unset;
	background: unset;
	font-size: 1em !important;
}

.embeddedServiceSidebarHeader .headerText {
    font-size: 18px;
    margin: 0;
}

.embeddedServiceSidebarFormField .slds-style-inputtext, .embeddedServiceSidebarFormField .slds-style-select {
    border-radius: unset;
}

.embeddedServiceSidebarFormField .uiInputSelect:after {
    border-top: 7px solid #404040;
    top: calc(50% + 8px);
}

.embeddedServiceSidebarButton {
    font-family: 'din_lightregular', 'dinregular', Arial, Helvetica, sans-serif;
    padding: 9px 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    background-color: #7DB110;
    border-radius: 4px;
    font-weight: bold;
}

.embeddedServiceSidebarButton .label, .embeddedServiceSidebarButton:disabled .label {
    font-weight: unset;
}

.embeddedServiceSidebarButton:not(:disabled):focus, .embeddedServiceSidebarButton:not(:disabled):hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #94D30E;
}

.embeddedServiceSidebarButton:disabled {
    background: #94D30E;
    opacity: unset;
}

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
    color: black;
}

.embeddedServiceLiveAgentStateWaiting .loadingBall {
    background-color: #FF6B00;
}

.embeddedServiceSidebarButton.uiButton--inverse .label {
    color: black;
}

.embeddedServiceSidebarExtendedHeader {
    background-color: #101010;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent {
    background: #101010c9;
}

.embeddedServiceLiveAgentStateChatAvatar.isLightningOutContext .agentIconColor0 {
    background: #FF6B00;
}

.embeddedServiceLiveAgentStateChatHeaderOption .embeddedServiceIcon {
    border: 1px solid #FF6B00;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
    color: #FF6B00;
}

.embeddedServiceLiveAgentStateChatInputFooter .chasitorText.textAreaIsFocused {
    border-color: black;
}

.embeddedServiceSidebarFormField .uiInputSelect > select.select {
    font-family: 'din_lightregular', 'dinregular', Arial, Helvetica, sans-serif;
    height: 39px;
}

.embeddedServiceLiveAgentStateChatInputFooter .chasitorText{
    font-family: 'din_lightregular', 'dinregular', Arial, Helvetica, sans-serif;
}

.embeddedServiceHelpButton{
	display: none !important;
}

.salesforce_chat_custom {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: none;
	z-index: 999;
	font-family: sans-serif;
	background: transparent;
	overflow: visible;
}

.salesforce_chat_custom .salesforce_chat_custom_container {
	position: fixed;
	bottom: 15px;
	right: 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: pointer;
}

.salesforce_chat_custom .salesforce_chat_custom_container img{
	height: 40px;
}

.embeddedServiceLiveAgentStateWaiting .waitingGreeting, .embeddedServiceLiveAgentStateWaiting .waitingMessage {
	color: black !important;
}
