/* /Pages/Admin/Permission/RoleComponent.razor.rz.scp.css */

@media (max-width: 600px) {
    .card-header[b-hymifw2du3] {
        flex-direction: column;
        align-items: flex-start;
    }
        .card-header > div:first-child[b-hymifw2du3] {
            flex-direction: column;
            justify-content: flex-start;
        }
        .card-header > div:first-child > h2[b-hymifw2du3]{
            text-align: left;
        }
}
/* /Pages/Admin/Staff/Info/BankAccountStaff.razor.rz.scp.css */
.card-header[b-gs9hspwzsf] {
    align-items: flex-end;
}

@media (max-width: 600px) {
    .card-header[b-gs9hspwzsf] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}
/* /Pages/Admin/Staff/Info/RelationshipStaff.razor.rz.scp.css */
.card-header[b-85r6xour6c] {
    align-items: flex-end;
}

@media (max-width: 600px) {
    .card-header[b-85r6xour6c] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}
/* /Pages/Admin/Staff/Info/StaffInfo.razor.rz.scp.css */
.card-header[b-eqtdt4r6mn] {
    align-items: flex-end;
}

@media (max-width: 600px) {
    .card-header[b-eqtdt4r6mn] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .staff-info[b-eqtdt4r6mn] {
        flex-direction: column !important;
    }
}
/* /Pages/Admin/Staff/Info/StaffPerson.razor.rz.scp.css */
.card-header[b-4aeh4xkjdq] {
    align-items: flex-end;
}
.person-staff > div:first-child[b-4aeh4xkjdq] {
    flex-direction: row !important;
}

@media (max-width: 600px) {
    .card-header[b-4aeh4xkjdq] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .staff-person[b-4aeh4xkjdq] {
        flex-direction: column !important;
    }
    .person-staff > div:first-child[b-4aeh4xkjdq] {
        flex-direction: column !important;
    }
}
/* /Pages/Dialog/MKTCertUpsertDialog.razor.rz.scp.css */
.mkt-cert-dialog[b-q5080ecszs] {
    min-width: 400px;
}
.mkt-upsert[b-q5080ecszs] {
    display: flex;
    gap: 1rem;
}

@media (max-width: 600px) {
    .mkt-upsert[b-q5080ecszs] {
        flex-direction: column;
    }
    .mkt-cert-dialog[b-q5080ecszs] {
        min-width: unset;
    }
}
/* /Pages/Dialog/TransactionDialog.razor.rz.scp.css */

@media (max-width: 600px) {
    .trans-table[b-xjif9tm1q8] {
        width: 100% !important;
        float: unset !important;
        padding-right: 0px !important;
    }
}
/* /Pages/ErrorPage.razor.rz.scp.css */

*[b-c01nvo2sg0] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html[b-c01nvo2sg0] {
    height: 100%;
}

body[b-c01nvo2sg0] {
    background: #fff1f1;
    font-family: "Nunito", sans-serif;
}

.container[b-c01nvo2sg0] {
    width: 75%;
    max-width: 700px;
    margin: 1.5rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 650px) {
    .container[b-c01nvo2sg0] {
        width: 85%;
    }
}

.container .title[b-c01nvo2sg0] {
    color: #fb3958;
    font-size: 5em;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 5px #b1041f;
}

@media (max-width: 650px) {
    .container .title[b-c01nvo2sg0] {
        font-size: 3em;
    }
}

.compcontainer[b-c01nvo2sg0] {
    width: 75%;
    height: 13rem;
    padding: 1rem 0;
}

@media (max-width: 650px) {
    .compcontainer[b-c01nvo2sg0] {
        height: 10rem;
    }
}

.compcontainer svg[b-c01nvo2sg0] {
    max-width: 100%;
    max-height: 100%;
    animation: bouncy-b-c01nvo2sg0 1300ms linear infinite;
}

.instructions[b-c01nvo2sg0] {
    background: #FEFEFE;
    width: 80%;
    height: auto;
    padding: 1rem;
    border: 1px solid #DCDCDC;
    border-radius: 0.25rem;
}

@media (max-width: 650px) {
    .instructions[b-c01nvo2sg0] {
        width: 100%;
    }
}

.instructions h2[b-c01nvo2sg0] {
    font-size: 1.25em;
    line-height: 1.3;
    color: #e30528;
}

@media (max-width: 650px) {
    .instructions h2[b-c01nvo2sg0] {
        font-size: 1.05em;
    }
}

.instructions p[b-c01nvo2sg0] {
    font-size: 1.15em;
    line-height: 1.5;
    color: #122125;
}

@media (max-width: 650px) {
    .instructions p[b-c01nvo2sg0] {
        font-size: 1em;
    }
}

.instructions .step[b-c01nvo2sg0] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 1.5rem;
    margin: 0.5rem 0;
}

    .instructions .step .icon[b-c01nvo2sg0] {
        width: 1.25rem;
        height: 1.25rem;
        align-self: center;
    }

@media (max-width: 650px) {
    .instructions .step .icon[b-c01nvo2sg0] {
        width: 1rem;
        height: 1rem;
    }
}

.instructions .step p[b-c01nvo2sg0] {
    display: inline-block;
    width: 80%;
    line-height: 1.5;
    padding-left: 0.5rem;
}

@keyframes bouncy-b-c01nvo2sg0 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0);
    }

    25% {
        transform: translateX(-10px) rotate(-10deg);
    }

    50% {
        transform: translateX(0) rotate(0deg);
    }

    75% {
        transform: translateX(10px) rotate(10deg);
    }

    100% {
        transform: translateY(10px) translateX(0) rotate(0);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-w2gp8uu96e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w2gp8uu96e] {
    flex: 1;
}

.sidebar[b-w2gp8uu96e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w2gp8uu96e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w2gp8uu96e]  a, .top-row[b-w2gp8uu96e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w2gp8uu96e]  a:hover, .top-row[b-w2gp8uu96e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w2gp8uu96e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-w2gp8uu96e] {
        display: none;
    }

    .top-row.auth[b-w2gp8uu96e] {
        justify-content: space-between;
    }

    .top-row[b-w2gp8uu96e]  a, .top-row[b-w2gp8uu96e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w2gp8uu96e] {
        flex-direction: row;
    }

    .sidebar[b-w2gp8uu96e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w2gp8uu96e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w2gp8uu96e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w2gp8uu96e], article[b-w2gp8uu96e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-686wz4pmqj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-686wz4pmqj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-686wz4pmqj] {
    font-size: 1.1rem;
}

.oi[b-686wz4pmqj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-686wz4pmqj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-686wz4pmqj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-686wz4pmqj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-686wz4pmqj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-686wz4pmqj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-686wz4pmqj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-686wz4pmqj] {
        display: none;
    }

    .collapse[b-686wz4pmqj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
