﻿.loading_background {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    z-index: 100002;
}

.loading_container {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 12rem;
    box-shadow: 0 0 3rem 4rem white;
    background: white;
}

.loading_image {
    width: 80px;
    height: 80px;
    margin: -30px 0 0 -30px;
}