﻿.Loading {
    position: fixed;
    vertical-align: middle;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5% 0% 0% 0%;
    text-align: center;
    height: 100%;
    background: rgba(255, 255, 255, 0.10);
}

.body-blur-background {
    height: 100vh;
    padding-top: 4.5rem;
    background-image: linear-gradient(to bottom right, rgb(20, 33, 51), rgba(40, 37, 49, 0.82));
}