.Loader {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 3;
    &:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        inset: 0;
        background-color: var(--background-neutral-container);
        opacity: 0.8;
    }
    svg {
        position: relative;
        z-index: 3;
        width: 60% !important;
        max-width: 200px;
        height: auto !important;
        display: block;
        align-items: center;
        margin: auto;
        * {
            fill: var(--foreground-neutral);
        }
    }
}
