/* IA Connect CSS atomic selector: fb 017.001; derived from fb-017-iac-switch-after.css. */
.iac-switch span::after{
  content:'';
  width:22px;
  height:22px;
  border-radius:999px;
  background: rgba(0,0,0,0.55);
  border:1px solid rgba(255,255,255,0.15);
  position:relative;
  left:-40px;
  transition: transform 160ms ease, background 160ms ease;
}
