﻿    .loadingWidget {
        position: relative;
        z-index: 9999;
        height: fit-content;
        text-align: center;
    }

    .loadingWidget img {
        max-height: 100%;
        max-width: 100%;
    }

    .serverSelectLoading .loadingWidget img {
        height: 6.4rem;
    }

    .in-modal-loadingWidget {
        position: absolute;
        width: 98%;
        height: 100%;
    }

    .in-modal-loadingWidget .loadingWidget {
        background: white;
    }

        .in-modal-loadingWidget .loadingWidget img {
            height: 153px;
        }