.spinner-root {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    height: auto;
    pointer-events:auto;
    transition: opacity 0.2s ease;
}

.spinner-grow {
    height: 3rem;
    width: 3rem;
}
