/* _content/Transfers/Pages/Account.razor.rz.scp.css */
.title[b-bre8wi48lq] {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.centered-col[b-bre8wi48lq] {
    margin-right: 0;
}

    .centered-col > div[b-bre8wi48lq] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.row-border[b-bre8wi48lq] {
    border-bottom-color: #d7d7d7;
    border-bottom-width: thin;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media(max-width: 575px) {
    .centered-col[b-bre8wi48lq] {
        margin-right: 15%;
        width: 85%;
    }
}


.hidden[b-bre8wi48lq] {
    display: none;
}

.visible[b-bre8wi48lq] {
    display: initial;
}

.no-wrap[b-bre8wi48lq] {
    white-space: nowrap;
}
/* _content/Transfers/Pages/Index.razor.rz.scp.css */
.resp_table[b-wmzz8fs8yh]::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    z-index: 1;
}


.myTable th[b-wmzz8fs8yh] {
    text-align: right;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.myTable > tbody > tr[b-wmzz8fs8yh] {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
/* _content/Transfers/Pages/Show.razor.rz.scp.css */
.title[b-g3y268lwck] {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.centered-col[b-g3y268lwck] {
    margin-right: 0;
}

    .centered-col > div[b-g3y268lwck] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.row-border[b-g3y268lwck] {
    border-bottom-color: #d7d7d7;
    border-bottom-width: thin;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media(max-width: 575px) {
    .centered-col[b-g3y268lwck] {
        margin-right: 15%;
        width: 85%;
    }
}


.hidden[b-g3y268lwck] {
    display: none;
}

.visible[b-g3y268lwck] {
    display: initial;
}

.no-wrap[b-g3y268lwck] {
    white-space: nowrap;
}
/* _content/Transfers/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-nsjmpaso3y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nsjmpaso3y] {
    flex: 1;
}

.sidebar[b-nsjmpaso3y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nsjmpaso3y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nsjmpaso3y]  a, .top-row .btn-link[b-nsjmpaso3y] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nsjmpaso3y] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nsjmpaso3y] {
        display: none;
    }

    .top-row.auth[b-nsjmpaso3y] {
        justify-content: space-between;
    }

    .top-row a[b-nsjmpaso3y], .top-row .btn-link[b-nsjmpaso3y] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nsjmpaso3y] {
        flex-direction: row;
    }

    .sidebar[b-nsjmpaso3y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nsjmpaso3y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nsjmpaso3y], article[b-nsjmpaso3y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Transfers/Shared/MainLayout.razor.rz.scp.css */
.page[b-u1zi4oyf2h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u1zi4oyf2h] {
    flex: 1;
}

.sidebar[b-u1zi4oyf2h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u1zi4oyf2h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u1zi4oyf2h]  a, .top-row .btn-link[b-u1zi4oyf2h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-u1zi4oyf2h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u1zi4oyf2h] {
        display: none;
    }

    .top-row.auth[b-u1zi4oyf2h] {
        justify-content: space-between;
    }

    .top-row a[b-u1zi4oyf2h], .top-row .btn-link[b-u1zi4oyf2h] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u1zi4oyf2h] {
        flex-direction: row;
    }

    .sidebar[b-u1zi4oyf2h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u1zi4oyf2h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-u1zi4oyf2h], article[b-u1zi4oyf2h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Transfers/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8pc673mful] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8pc673mful] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8pc673mful] {
    font-size: 1.1rem;
}

.oi[b-8pc673mful] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8pc673mful] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8pc673mful] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8pc673mful] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8pc673mful]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8pc673mful]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8pc673mful]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8pc673mful] {
        display: none;
    }

    .collapse[b-8pc673mful] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
