﻿.loader-container {
    position: relative;
    flex: 1;
}

.loader-template {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    background: rgba(0,0,0,0.8);
}

.loader-template > img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.loader {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader img {
/*    width: 30px;
    height: 30px;*/
}
