﻿.loading-indicator {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border: .25em solid #f68933;
    border-right-color: transparent;
}

.loading-message {
    margin-top: 1rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
