﻿.loading-image {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
    .loading-image img {
        max-width: 150px;
        max-height: 150px;
        width: 25vw;
        height: 25vw;
    }
    .loading-image svg {
        width: 150px;
        height: 150px;
        fill: #ED7100;
    }
        .loading-image svg * {
            fill: #ED7100;
        }