@import url("https://fonts.googleapis.com/css2?family=Mirza&family=Reggae+One&display=swap");

html,
body,
body button {
    font-family: "Reggae One", serif;
}

/* no idea where this element is coming from */
body > div[style] {
    display: none;
}

#statusDiv #statusTextDiv {
    font-family: "Reggae One", serif;
    font-size: 14px;
}

#ContextContainer {
    display: none;
}

#inputDiv {
    display: none;
}

#presplashContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#spinner {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 120px;
    height: auto;
}

#presplashButton {
    opacity: 0;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1b1457;
    color: #fff;
    width: 200px;
    height: 60px;
    border: 3px solid #3a1c8a;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
#presplashButton > span {
    display: inline-block !important;
    font-size: 28px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#presplashButton:hover {
    background-color: #3a1c8a;
}

#statusDiv {
    background: rgba(27, 20, 87, 0.75);
    width: 300px;
    margin: auto;
    margin-top: 120px;
    padding: 10px;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

video[aliya-preload],
img[aliya-preload] {
    display: none;
}

#mobile,
#safari {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
    padding: 24px;
}

.nodisplay {
    display: none !important;
    z-index: -1;
}

.hidden {
    visibility: hidden;
}

#pwWall {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1001;
    padding: 24px;
}

#pwInput {
    margin: 8px;
    text-align: center;
}

#pwButton {
    margin: 8px;
    padding: 6px !important;
    font-family: system-ui, Roboto, sans-serif;
    border-radius: 0px;
}

#pwError {
    color: red;
    font-size: 14px;
    margin: 6px;
}

#pwLoader {
    width: 14px;
}
