	/*.embeddedServiceHelpButton .helpButton .uiButton {
		background-color: #005290;
		font-family: "Arial", sans-serif;
	}*/
	/*.embeddedServiceHelpButton .helpButton .uiButton:focus {
		outline: 1px solid #005290;
	}*/

	.chatMessage[c-chatMessageOverride_chatMessageOverride] a {
		text-decoration: underline;
		color:#005290;
	}

    @media only screen and (max-device-width : 640px) {
        .embeddedServiceHelpButton .helpButton .uiButton {
            border-radius: 30px;
            bottom: 60px;
            min-width: 0px;
            right: 5px;
            height: 60px;
        }
        .embeddedServiceHelpButton .helpButton .uiButton:hover::before, .embeddedServiceHelpButton .helpButton .uiButton:focus::before {
            border-radius: 23px;
        }
        .embeddedServiceHelpButton .uiButton .helpButtonLabel {
            display: none;
        }
        .embeddedServiceHelpButton .embeddedServiceIcon {
            margin: 10px;
        }
        .embeddedServiceHelpButton .embeddedServiceIcon::before {
            font-size: 1.5em;
        }
    }

	/*.chasitor {
		color: #443a30;
		background: #dae2d7;
		margin-left: auto;
		border-radius: 10px 10px 0;
		float: right;
	}*/

    
	/* button.rich-button-item.uiButton--default.uiButton.embeddedServiceLiveAgentStateChatButtonItem .label {
		background-color: transparent !important;
	}

	.embeddedServiceSidebarDialogState .dialogButton .label {
		background-color: transparent;
	} */

	.sidebarBody .label {
		background-color: transparent !important;
	}

	/* embeddedservice-chat-header lightning-icon, embeddedservice-chat-header svg.slds-icon-text-default {
		fill: rgb(68, 58, 48) !important;
	} */

    .blinking{
        background:  #5d5d64;
        
        animation:blinkingText 1.2s infinite;
        
    }
    @keyframes blinkingText{
        0%{     background-color: #5d5d64; }
        49%{    background-color: #5d5d64; }
        60%{    background-color: transparent; }
        99%{    background-color:transparent;  }
        100%{   background-color: #5d5d64;    }
        
    }
	svg.slds-icon.slds-icon-text-default.slds-icon_x-small {
		height: 20px;
		width: 20px;
		fill: #fff;
		fill: var(--hgf-g-brand-default-color-background);
	}