.memori-spin {
    position: relative;
}

.memori-spin--spinner {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
}

.memori-spin--spinning .memori-spin--spinner {
    display: flex;
}

.memori-spin--spinner svg {
    width: 30%;
    max-width: 5rem;
    height: 30%;
    max-height: 5rem;
}

.memori-spin--primary svg {
    fill: var(--memori-primary);
}
