﻿/* LOADING STUFF */
.loadingmodal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 20000;
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loadingpopup {
    font-family: Arial;
    font-size: 27pt;
    border-radius: 20px;
    width: 100vw;
    height: 100vw;
    /*           display: none;*/
    position: fixed;
    background-color: White;
    z-index: 20001;
    color: black;
    /*  position: absolute;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*                  max-width: 350px;
                  max-height: 350px;*/
    max-width: 220px;
    max-height: 270px;
    box-shadow: 0px 0px 210px 285px #00000070;
}

.loader {
    display: none;
}

.loadingpopupsmall {
    /*        border-radius: 20px;
        width: fit-content;
        height: fit-content;
        position: fixed;
        background-color: White;
        z-index: 20001;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0px 0px 210px 285px #00000070;
        padding: 49px;*/

    position: fixed;
    z-index: 20001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
