/* KnowledgeWorker SSX March 2025 */
/* copyright (c) Omark Software, Inc. */

/* for loading animation */
@keyframes spinner-b87k6z { to { transform: rotate(360deg); }}
.spinner {
    display: block;
    position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;
    width: 8px; height: 8px;
    border-radius: 8px;
    box-shadow: 20px 0px 0 0 rgba(0,128,255,0.2), 16.2px 11.8px 0 0 rgba(0,128,255,0.4), 6.2px 19px 0 0 rgba(0,128,255,0.6), -6.2px 19px 0 0 rgba(0,128,255,0.8), -16.2px 11.8px 0 0 #0080ff;
    animation: spinner-b87k6z 0.8s infinite linear;
}

/* lobby image */
.ssxLobbyWelcome { width: 100%; min-width: 6rem; max-width: 12rem; }