/* Coffee Rush STA v10.6.2 · estados del acceso de alumnado. */

html[data-interface-version="10.6.2"] .access-card[aria-busy="true"] .access-code-input{
  border-color:#8db9d8;
}

html[data-interface-version="10.6.2"] .access-enter:disabled{
  cursor:wait;
  opacity:.78;
}

html[data-interface-version="10.6.2"] .access-enter[aria-busy="true"]::before{
  content:"";
  display:inline-block;
  width:14px;
  height:14px;
  margin-right:9px;
  border:2px solid rgba(255,255,255,.45);
  border-top-color:#fff;
  border-radius:50%;
  vertical-align:-2px;
  animation:cr-access-spin .7s linear infinite;
}

html[data-interface-version="10.6.2"] .access-error:not(:empty){
  padding:10px 12px;
  border-left:4px solid var(--platform-red);
  background:#fff3f2;
}

@keyframes cr-access-spin{to{transform:rotate(360deg)}}

@media(prefers-reduced-motion:reduce){
  html[data-interface-version="10.6.2"] .access-enter[aria-busy="true"]::before{
    animation:none;
    border-color:#fff;
  }
}
