.spinner-app-shell {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-inner-app-shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.spinner-inner-app-shell > img {
    width: 105px;
}
