/** Some Maps specific overwrites of General Chat styles **/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.embeddedServiceSidebar * {
	border-radius: 0px !important;
}

.shortHeaderContent {
	background: #082231;
}

.embeddedServiceHelpButton .helpButton .uiButton {
	background: #082231 !important;
	border-radius: 0px !important;
}

.embeddedServiceSidebar svg {
	background-color: #082231;
}

.embeddedServiceSidebarForm > button {
	background-color: #082231;
}

.embeddedServiceSidebarFormField .uiInputSelect:after {
	border-top-color: #082231 !important;
}
.embeddedServiceSidebarExtendedHeader {
	background-color: #082231 !important;
}

.embeddedServiceLiveAgentQueuePosition .embeddedServiceIcon > svg {
	background-color: #ffffff;
}

.embeddedServiceSidebar .dialogButtonContainer > button.dialogButton.dialog-button-0.uiButton.embeddedServiceSidebarButton {
	background-color: #082231 !important;
}
