/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* /Components/Pages/Admin/Events.razor.rz.scp.css */
/* /Components/Pages/Admin/Payments.razor.rz.scp.css */
/* /Components/Pages/Admin/SystemMessaging.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.home-content-container[b-embl1hjmq7] {
    max-width: 60%; 
    margin-left: auto; 
    margin-right: auto;
}

.app-download-container[b-embl1hjmq7] {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tos-blurb[b-embl1hjmq7] {
    max-width: 400px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    padding-bottom: 48px;
}

.tos-link[b-embl1hjmq7] {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

@media (width < 600px) {
    .home-content-container[b-embl1hjmq7] {
        max-width: 100%;
    }
}

.halo-image-container[b-embl1hjmq7] {
    width: 100%; 
    max-width: 350px; 
    aspect-ratio: 350 / 750;
    opacity: 0;
}

.halo-image[b-embl1hjmq7] {
    height: 100%; 
    width: 100%; 
    border-radius: 12px;
}

.halo-blurb-container[b-embl1hjmq7] {
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
    padding-left: 24px; 
    padding-right: 24px;
    text-align: center;
    max-width: 435px;
    opacity: 0;
}

.apply-fade-up[b-embl1hjmq7] {
    opacity: 0;
}

body.loaded .apply-fade-up[b-embl1hjmq7] {
    animation: fade-up-b-embl1hjmq7 1s ease-out forwards;
}

@keyframes fade-up-b-embl1hjmq7 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
.login-container[b-ejh4kl3jwy] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.login-form[b-ejh4kl3jwy] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
}

@media (width < 500px) {
    .login-form[b-ejh4kl3jwy] {
        width: 80%;
    }
}
/* /Components/Pages/TermsOfService.razor.rz.scp.css */
