﻿.load-screen {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #999;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.load-screen-spinner {
    height: 86px;
    width: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}