/* Loading Screen */
#loading {
    width: 100%;
    padding: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
}
#loading .logo {
    width: 100px;
    margin-bottom: 20px;
}
#loading .elements {
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading .elements .label { font-size: 18px; }
#loading .loading {
    width: 30px;
    margin-left: 10px;
}