﻿.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    z-index: 1050;
}

.spinner-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1;
}

.spinner-border {
    z-index: 2; /* Ensure spinner is on top */
    width: 3rem;
    height: 3rem;
}
