﻿.pangea-common-widgets-spinner-inline {
    float: left;
    width: calc(100% - 2em);
    height: 3.5em;
    display: flex;
    flex-direction: row;
    padding: 1em;
    align-items: center;
    justify-content: center;
}

.pangea-common-widgets-spinner-fullpage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 1em;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background-color: white;
    opacity: 0.6;
}

