/* /Common/Components/LogoLoading.razor.rz.scp.css */
.image-loading img[b-oo44mzhvpa] {
    opacity: 0; /* Empieza invisible */
    animation: fadeInOut-b-oo44mzhvpa 3s linear infinite; /* Animación constante */
}

@keyframes fadeInOut-b-oo44mzhvpa {
    0%, 100% {
        opacity: 0; /* Invisible al inicio y al final */
    }

    50% {
        opacity: 1; /* Totalmente visible a la mitad */
    }
}
/* /Features/MyMenus/MyCollectionPage.razor.rz.scp.css */
#action-button[b-8cvjthlbbz] {
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 16px;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 100;
}

    #action-button.show[b-8cvjthlbbz] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
/* /Features/MyShoppingLists/MyCollectionPage.razor.rz.scp.css */
#action-button[b-q5fqelrgjo] {
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 16px;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 100;
}

    #action-button.show[b-q5fqelrgjo] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
/* /Features/Recipes/FinderPage.razor.rz.scp.css */
.mud-fab-label[b-0gylwe2ikz] {
    gap: 14px !important;
}
