/* IA Connect CSS atomic selector: fb 016.001; derived from fb-016-iac-switch-before.css. */
.iac-switch span::before{
  content:'';
  width:44px;
  height:26px;
  border-radius:999px;
  background: rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.18);
  position:relative;
  flex:0 0 auto;
  transition: background 160ms ease, border-color 160ms ease;
}
