    img[embeddedService-chatHeader_chatHeader]{
    	margin-right: 16px;
    }
    .slds-input{
        height: 44px;
    	padding: 0 12px;
	    border: 1px solid #949494;
    }
    
   	.slds-input:active{
    	border: 1px solid #997a26;
    }

	.embeddedServiceHelpButton .helpButton .uiButton {
		background-color: #FFCC40;
		font-family: "Salesforce Sans", sans-serif;
	}
    .embeddedServiceHelpButton .helpButton .uiButton:focus {
		outline: 1px solid #FFCC40;
	}
    div.slds-p-around_small:empty{
    	display:none;
    }
    .errorContent{
    	display: none !important;
    }
    .embeddedServiceSidebarButton:focus
    {
		box-shadow: none !important;
    }
    
    
    .slds-form-element__help
    {
    	display:None!important;
    }
    
    abbr.slds-required {
    	color: red;
    	float: right;
	}
    span.message {
    	background: none!important;
	    color: black;
    	font-weight: Bold;
	}
    
	lightning-button{
	     outline: none;
    }
    button.waitingCancelChat, button.dialogButton.dialog-button-1.uiButton--inverse.uiButton.embeddedServiceSidebarButton
    {
    	background-color: #f3f3f3 !important;
    }
    
    button{
    	border-radius: 100px  !important;
    }
    
    .embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before, .embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before
    {
    	
		display: none !important;    
    }
    
    .embeddedServiceHelpButton .embeddedServiceIcon::before
    {
    	Color:white;
    }
    
    .embeddedServiceSidebarButton:focus{
    	text-decoration: None !important;
    }
    
    .embeddedServiceSidebarButton:not(:disabled):focus, .embeddedServiceSidebarButton:not(:disabled):hover
    {
    
    	background: #FFCC40;
    }
    
    div.uiOutputRichText{
    	color: black;
    }
    
	button.slds-button_brand, 	button.slds-button_brand:hover{
    	background: #FFCC40;
	    border: #FFCC40;
    	color: black;
	}
	
    
 	span{
    	color: black !important;
    }
    
    span, span:hover, span:active, span:visited, span:focus, span:focus  {
    text-decoration:none !important;
	}
    .embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent{
    	background: #ffcc40;
    }
    .embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent
    {
    	background: #E5F7FB;
    }
    .slds-form-element{
    	font-size:12px !important;
    }
    
    .embeddedServiceSidebarFormField .uiInputSelect:after{    
    	border-top: 7px solid black;
    }
    
    .slds-form-element__label{
        padding-right: 0px !important;
    }

    {
		padding-right: 0px !important;
	}

    
    
    div.slds-form-element.cNavigationButtonFSC{
    	display: flex;
    	justify-content: center;
    }
	section > flowruntime-flow > flowruntime-navigation-bar
    {
    	 display: flex;
    	justify-content: center;
    
    }
	section > flowruntime-flow > flowruntime-navigation-bar
    {
    
    	display:none;
    }
    
    .slds-datepicker{
    	background-color:white !important;
    }
    
    

    .helpButtonEnabled:hover::before{
    	display:none !important;
    }
    
    .slds-button_brand{
    	color: white !important;
    }
    
	.flowruntime-input-label, .slds-form-element__label
    {
    	float: left !important;
    }
    
    
    .embeddedServiceSidebar .sidebarBody{
    	overflow: auto !important;
	}