﻿:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    touch-action: none;
}

.highlight {
    color: white;
    font-size: 2.5rem;
    display: block;
}

.purple {
    color: #8b44ac;
}

.icon {
    opacity: 0.05;
    height: 35%;
    width: 35%;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    margin-right: 3%;
    margin-bottom: 5%;
    z-index: 5000;
    background-position: right bottom;
    pointer-events: none;
}

#avalonia-splash a {
    color: whitesmoke;
    text-decoration: none;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#avalonia-splash {
    position: relative;
    height: 100%;
    width: 100%;
    color: whitesmoke;
    font-family: 'Nunito', sans-serif;
    background-size: cover;
    background: #1b2a4e no-repeat center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.splash-close {
}

.preloader {
    z-index: 999;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    background: white;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.overlay {
    opacity: 0.0;
    background-color: #ccc;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
}
