.vs-global-toggle{
  display:inline-flex; align-items:center; justify-content:center;
  width:26px; height:26px; line-height:1;
  font-size:18px; border:1px solid rgba(0,0,0,.15);
  border-radius:.5rem; background:#fff; cursor:pointer;
  margin:0 0 .35rem 0; text-decoration:none; user-select:none;
}
.vs-global-toggle:hover{ background:rgba(10,102,194,.06); }
.vs-global-toggle[aria-pressed="true"]{
  background:rgba(10,102,194,.10);
  border-color:rgba(10,102,194,.35);
}
