
/* Only one screen visible at a time */
.kbe-screen{display:none !important;}
.kbe-screen.kbe-active{display:block !important;}

/* Results-wait screen */
.kbe-screen--results-wait{
  background:#0e1116;border:1px solid #3a3f46;border-radius:16px;padding:24px;color:#f5f6f7;
}
.kbe-screen--results-wait .kbe-h{margin:0 0 8px;font-family:"Antonio",sans-serif;}
.kbe-spinner{width:28px;height:28px;border:3px solid #2b2f36;border-top-color:#55e6a5;border-radius:50%;animation:kbespin 1s linear infinite;margin:12px 0;}
@keyframes kbespin{to{transform:rotate(360deg)}}
