/* /Pages/Home.razor.rz.scp.css */
.redirect-container[b-j26lg7tqws] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 20px;
}

.btn-redirect[b-j26lg7tqws] {
    display: inline-block;
    padding: 16px 32px;
    background-color: #C5082a;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.instruction[b-j26lg7tqws] {
    color: #666;
    margin-bottom: 10px;
}

.loader[b-j26lg7tqws] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-j26lg7tqws 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin-b-j26lg7tqws {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
