﻿
.spinner-panel {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.spinner-position {
    background: transparent;
    position: fixed;
    top: 44%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinner {
    margin-top: 3rem;
}

    .spinner:before {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-left: -13px;
    }

