/* _content/VapSureQuotingPlatform/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/VapSureQuotingPlatform/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/VapSureQuotingPlatform/Components/Layout/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-dx8879g7q8] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-dx8879g7q8 2s ease-out;
}

@keyframes fadein-b-dx8879g7q8 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
