﻿
        .Loading {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: fixed;
            opacity: 0.5;
            background-color: #fff;
            z-index: 10004;
            text-align: center;
            margin: auto;
            display: flex;
        }

        .LoadingImage {
            width: 200px;
            height: 200px;
            margin: auto;
        }

