/* MIAW Live Chat styles */
.footer-help .embeddedServiceHelpButton .helpButton button#agentButton,
.embeddedServiceHelpButton .helpButton button#agentButton {
	color: #4A4A4A;
	font-weight: 600;
	background-color: #FFFFFF;
	border-radius: 100px;
	padding: 8px 24px;
	min-height: 40px;
	height: 40px;
	width: 100%;
}

.footer-help .embeddedServiceHelpButton .helpButton button#agentButton[disabled],
.embeddedServiceHelpButton .helpButton button#agentButton[disabled] {
	opacity: 0.5;
}

#footer-help-content-div .helpButton {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
	width: 275px !important;
	height: 444px !important;
}

@media only screen and (max-width: 990px) {
	.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
		right: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
		margin: 0px !important;
	}
}