/* /Pages/Account/Claim.razor.rz.scp.css */
.claim-container[b-yyeiwe7r4y] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .claim-container[b-yyeiwe7r4y] {
        max-width: 1024px;
    }
}

.message[b-yyeiwe7r4y] {
    text-align: center;
}
/* /Pages/Account/Login.razor.rz.scp.css */
.login-container[b-ry0ifx9q2t] {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

#fresh[b-ry0ifx9q2t], .message[b-ry0ifx9q2t], h4[b-ry0ifx9q2t] {
    text-align: center;
}

a[b-ry0ifx9q2t] {
    font-size: small;
}
/* /Pages/Files/Send.razor.rz.scp.css */
.sendfile-container[b-hj2d6n44pd] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .sendfile-container[b-hj2d6n44pd] {
        max-width: 1024px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.row[b-rss0sgn0om] {
    width: 90%;
    margin: auto;
}
/* /Shared/Components/AppSpinner.razor.rz.scp.css */
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-zpcmbrgzb2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zpcmbrgzb2] {
    flex: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6mbpt7zlro] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*margin-bottom: 70px;*/
}

main[b-6mbpt7zlro] {
    flex: 1;
    overflow-y: auto;
}

.top-row[b-6mbpt7zlro] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

    .top-row[b-6mbpt7zlro]  a, .top-row[b-6mbpt7zlro]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        font-size: x-large;
    }
    
    .top-row[b-6mbpt7zlro]  a:hover, .top-row[b-6mbpt7zlro]  .btn-link:hover {
        text-decoration: underline;
    }
    
    .top-row[b-6mbpt7zlro]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
