body.ix-auth-checking #ixShellV3Auth,
body.ix-auth-checking [data-ix-auth-zone]{
  opacity:.45;
  pointer-events:none;
}

.ix-il8-gate-state{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.9);
  line-height:1.65;
}

.ix-il8-gate-button{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.1);
  transition:background .18s ease,border-color .18s ease;
}

.ix-il8-gate-button:hover{
  background:rgba(255,255,255,.17);
  border-color:rgba(255,255,255,.42);
}

@media (max-width:720px){
  .ix-il8-gate-state{
    align-items:stretch;
    flex-direction:column;
  }

  .ix-il8-gate-button{
    width:100%;
  }
}
