#olark-wrapper .olark-button-focus-wrapper {
	padding: 0.5rem !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
	background-color: #fff;
	border-radius: 1rem !important;
  }
  
  #olark-wrapper .olark-button-focus-wrapper:focus-within {
	padding: 0.5rem !important;
	background-color: #fff !important;
	border-radius: 1rem !important;
	clip-path: none !important;
	border: 2px solid #6B90B8;
  }
  
  #olark-wrapper .olark-launch-button {
	width: 5rem !important;
	height: 5rem !important;
	background-image: url(../../img/icons/chat-icon.svg) !important;
	background-size: 40px 40px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-radius: 0.5rem !important;
	background-color: #DFEDF8 !important;
	clip-path: none !important;
	outline: none !important;
  }

  #olark-wrapper .olark-launch-button:active, #olark-wrapper .olark-launch-button:focus {
	outline: none !important;
}

#olark-wrapper .olark-launch-button svg {
	display: none !important;
}

#olark-wrapper .olark-top-bar-button {
	outline: none !important;
}

#olark-wrapper .olark-top-bar-button:active, #olark-wrapper .olark-top-bar-button:focus	{
	outline: none !important;
}

#olark-wrapper .olark-button-text {
	display: none !important;
}

#olark-container:focus {
	border: 2px solid #6B90B8 !important;
	outline: none !important;
  }
  
  @media (max-width: 768.98px) {
	#olark-wrapper .olark-launch-button {
	  width: 4.0625rem !important;
	  height: 4.0625rem !important;
	}
  }