.loading-wrapper {
    z-index: 100;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
}