﻿.content_opacity {
    opacity: 0.2;
}

.spinner-container {
    border-left: 0 solid transparent;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
    bottom: 0;
    transition: right .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-background {
    width: 100%;
    background-color: rgb(255,255,255, 0.55);
    height: 100%;
    z-index: 100;
}

.spinner-image {
    z-index: 2000;
    position: fixed;
}

    .spinner-image > img {
        height: 200px;
        width: 200px;
    }
