@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/RazorLibraryShared/RazorLibraryShared.bundle.scp.css';

/* /Pages/Attendances/Attendances.razor.rz.scp.css */
.tableFixHead[b-g83rdfwpdm] {
    overflow: auto;
    height: 65vh;
    font-size: 0.80rem;
    background-color: white;
}

    .tableFixHead thead th[b-g83rdfwpdm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

tr[b-g83rdfwpdm] {
    background: linear-gradient(#1095c1 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.08em);
    transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
tr:hover[b-g83rdfwpdm] {
    background-color: #D6EEEE;
    cursor: pointer;
}
 
table[b-g83rdfwpdm] {
    border-collapse: collapse;
    width: 100%;
}

td[b-g83rdfwpdm] {
    padding: 4px 8px;
    /*border: 1px solid #ccc*/
}

tfoot[b-g83rdfwpdm], th[b-g83rdfwpdm] {
    background-color: teal;
    color: white;
    font-size: 0.85rem;
    letter-spacing: 2%;
}

.hDate[b-g83rdfwpdm] {
    text-align: center;
    background-color: teal;
    color: white;
}
/* /Pages/Authentication/Login.razor.rz.scp.css */
.img-fluid[b-kicn98dfzn] {
    max-height: 100%;
    max-width: 100%;
}

.land[b-kicn98dfzn] {
    -webkit-animation: colorchange 20s infinite;
    animation: colorchange-b-kicn98dfzn 20s infinite;
}

@-webkit-keyframes colorchange {
    0% {
        background: #8ebf42;
    }

    25% {
        background: #e6ebef;
    }

    50% {
        background: #1c87c9;
    }

    75% {
        background: #095484;
    }

    100% {
        background: #d0e2bc;
    }
}

@keyframes colorchange-b-kicn98dfzn {
    0% {
        background: #8ebf42;
    }

    25% {
        background: #e6ebef;
    }

    50% {
        background: #1c87c9;
    }

    75% {
        background: #095484;
    }

    100% {
        background: #d0e2bc;
    }
}



/* /Pages/ContributionRole/Finances.razor.rz.scp.css */
.tableFixHead[b-gis275xqjp] {
    overflow: auto;
    height: 75vh;
    font-size: 0.80rem;
    background-color: white;
}

    .tableFixHead thead th[b-gis275xqjp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

tr:hover[b-gis275xqjp] {
    background-color: #D6EEEE;
}
/* Just common table stuff. Really. */
table[b-gis275xqjp] {
    border-collapse: collapse;
    width: 100%;
}

td[b-gis275xqjp] {
    padding: 4px 8px;
    /*/border: 1px solid #ccc*/
}

tfoot[b-gis275xqjp], th[b-gis275xqjp] {
    background-color: teal;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2%;
}

.WithdrawalColor td[b-gis275xqjp] {
    background-color: #0094ff;
    color: white;
    text-align: right;
}

.DepositColor td[b-gis275xqjp] {
    background-color: #ff6a00;
    color: white;
    text-align: right;
}
/* /Pages/Contributions/Cart.razor.rz.scp.css */
.container[b-mc6ajcb1hj] {
    display: flex;
    padding: 6px
}

.image-wrapper[b-mc6ajcb1hj] {
    width: 150px;
    text-align: center;
}

.image[b-mc6ajcb1hj] {
    max-height: 150px;
    max-width: 150px;
    padding: 6px;
}

.name[b-mc6ajcb1hj] {
    flex-grow: 1;
    padding: 6px;
}

.cart-item-price[b-mc6ajcb1hj] {
    font-weight: 600;
    text-align: right;
}

.btn-delete[b-mc6ajcb1hj] {
    background: none;
    border: none;
    padding: 0px;
    color: red;
    font-size: 12px;
}

    .btn-delete:hover[b-mc6ajcb1hj] {
        text-decoration: underline;
    }

.input-quantity[b-mc6ajcb1hj] {
    width: 70px;
}
/* /Pages/Contributions/ContributionCart.razor.rz.scp.css */
.select[b-mq73pl6hje] {
    font-size: 0.9rem;
    padding: 2px 5px;
    margin:0px;
    width:100%;
}
/* /Pages/Contributions/ContributionTab.razor.rz.scp.css */
.select[b-1gyr4q5ozp] {
    font-size: 0.9rem;
    padding: 2px 5px;
    margin:0px;
    width:100%;
}
/* /Pages/Contributions/CumulContributions.razor.rz.scp.css */
.tableFixHead[b-p8fxrjfe3t] {
    overflow: auto;
    height: 65vh;
    font-size: 0.75rem;
    background-color: white;
}

    .tableFixHead thead th[b-p8fxrjfe3t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableFixHead thead tr:nth-child(2) th[b-p8fxrjfe3t] {
        top: 34px; /* change the number according to your need  */
    }

    .tableFixHead thead tr:nth-child(3) th[b-p8fxrjfe3t] {
        top: 68px; /* change the number according to your need  */
    }

/*th:nth-child(even), td:nth-child(even) {
    background-color: rgba(150, 212, 212, 0.4);
}*/

tr:hover[b-p8fxrjfe3t] {
    background-color: #D6EEEE;
}
/* Just common table stuff. Really. */
table[b-p8fxrjfe3t] {
    border-collapse: collapse;
    width: 100%;
}

th[b-p8fxrjfe3t] {
    padding: 8px 8px;
    background-color: teal;
    color: white;
}

td[b-p8fxrjfe3t] {
    padding: 4px 8px;
    border: 1px solid #ccc
}

tfoot[b-p8fxrjfe3t] {
    background-color: teal;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2%;
}

.hDate[b-p8fxrjfe3t] {
    text-align: center;
    background-color: teal;
    color: white;
}

.hInt[b-p8fxrjfe3t] {
    background-color: steelblue;
    color: white;
}

.hCum[b-p8fxrjfe3t] {
    background-color: olive;
    color: white;
}

.hName[b-p8fxrjfe3t] {
    background-color: salmon;
    color: white;
}
/* /Pages/Contributions/JournalEntries.razor.rz.scp.css */
.WithdrawalColor[b-l2dxsbwuui] {
    background-color: #0094ff;
    color:white;

}

.DepositColor[b-l2dxsbwuui] {
    background-color: #ff6a00;
    color: white;
}

body[b-l2dxsbwuui] {
    font-family: sans-serif;
}

table[b-l2dxsbwuui] {
    border-collapse: collapse;
    border: 0px solid black;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

[b-l2dxsbwuui] thead {
    background-color: teal !important;
    color: white !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2%;
}
/* /Pages/Contributions/MeetingAccountBalance.razor.rz.scp.css */
.tableFixHead[b-9n1v4u0ruo] {
    overflow: auto;
    height: 75vh;
    font-size: 0.80rem;
    background-color: white;
    
}

    .tableFixHead thead th[b-9n1v4u0ruo] {
        position: sticky;
        top: 0;
        z-index: 1;
        font-weight: 900;
    }

tr:hover[b-9n1v4u0ruo] {
    background-color: #D6EEEE;
}

/* Just common table stuff. Really. */
table[b-9n1v4u0ruo] {
    border-collapse: collapse;
    width: 100%;
}

td[b-9n1v4u0ruo] {
    padding: 4px 8px;
    /*/border: 1px solid #ccc*/
}

tfoot[b-9n1v4u0ruo], th[b-9n1v4u0ruo] {
    background-color: teal;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2%;
    font-weight: 900;
}

.WithdrawalColor td[b-9n1v4u0ruo] {
    background-color: #0094ff;
    color: white;
    text-align: right;
}

.DepositColor td[b-9n1v4u0ruo] {
    background-color: #ff6a00;
    color: white;
    text-align: right;
}
/* /Pages/Contributions/SavingShare.razor.rz.scp.css */
.tableFixHead[b-1sj4dl1oag] {
    overflow: auto;
    height: 65vh;
    font-size: 0.75rem;
    background-color: white;
}

    .tableFixHead thead th[b-1sj4dl1oag] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableFixHead thead tr:nth-child(2) th[b-1sj4dl1oag] {
        top: 34px; /* change the number according to your need  */
    }

    .tableFixHead thead tr:nth-child(3) th[b-1sj4dl1oag] {
        top: 68px; /* change the number according to your need  */
    }

/*th:nth-child(even), td:nth-child(even) {
    background-color: rgba(150, 212, 212, 0.4);
}*/

tr:hover[b-1sj4dl1oag] {
    background-color: #D6EEEE;
}
/* Just common table stuff. Really. */
table[b-1sj4dl1oag] {
    border-collapse: collapse;
    width: 100%;
}

th[b-1sj4dl1oag] {
    padding: 8px 8px;
    background: #eee;
}

td[b-1sj4dl1oag] {
    padding: 4px 8px;
    border: 1px solid #ccc
}

tfoot[b-1sj4dl1oag] {
    background-color: teal;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2%;
}

.hDate[b-1sj4dl1oag] {
    text-align: center;
    background-color: teal;
    color: white;
}
.hInt[b-1sj4dl1oag] {
    background-color: steelblue;
    color: white;
}
.hCum[b-1sj4dl1oag] {
    background-color: olive;
    color: white;
}
.hName[b-1sj4dl1oag] {
    background-color:salmon;
    color: white;
}

/* /Pages/Contributions/Table/JournalEntriesDetailsTable.razor.rz.scp.css */
.tableFixHead[b-u2oev57fmy] {
    overflow: auto;
    height: 75vh;
    font-size: 0.80rem;
    background-color: white;
}

    .tableFixHead thead th[b-u2oev57fmy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /*.tableFixHead thead tr:nth-child(2) th {
        top: 34px;*/ /* change the number according to your need  */
    /*}

    .tableFixHead thead tr:nth-child(3) th {
        top: 68px;*/ /* change the number according to your need  */
    /*}*/

/*th:nth-child(even), td:nth-child(even) {
    background-color: rgba(150, 212, 212, 0.4);
}*/

tr:hover[b-u2oev57fmy] {
    background-color: #D6EEEE;
}
/* Just common table stuff. Really. */
table[b-u2oev57fmy] {
    border-collapse: collapse;
    width: 100%;
}

/*th {
    padding: 8px 8px;
    background-color: teal;
    color: white;
    font-size: 0.85rem;
}*/

td[b-u2oev57fmy] {
    padding: 4px 8px;
    /*/border: 1px solid #ccc*/
}

tfoot[b-u2oev57fmy], th[b-u2oev57fmy] {
    background-color: teal;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2%;
}

.WithdrawalColor td[b-u2oev57fmy] {
    background-color: #0094ff;
    color: white;
    text-align: right;
}

.DepositColor td[b-u2oev57fmy] {
    background-color: #ff6a00;
    color: white;
    text-align: right;
}
/* /Pages/Contributions/Table/JournalEntriesTotalTable.razor.rz.scp.css */
.tableFixHead[b-amkjgv1sp8] {
    overflow: auto;
    height: 65vh;
    font-size: .80rem;
    background-color: white;
}

    .tableFixHead thead th[b-amkjgv1sp8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableFixHead thead tr:nth-child(2) th[b-amkjgv1sp8] {
        top: 34px; /* change the number according to your need  */
    }

    .tableFixHead thead tr:nth-child(3) th[b-amkjgv1sp8] {
        top: 68px; /* change the number according to your need  */
    }

/*th:nth-child(even), td:nth-child(even) {
    background-color: rgba(150, 212, 212, 0.4);
}*/

tr:hover[b-amkjgv1sp8] {
    background-color: #D6EEEE;
}
/* Just common table stuff. Really. */
table[b-amkjgv1sp8] {
    border-collapse: collapse;
    width: 100%;
}

/*th {
    padding: 8px 8px;
    background-color: teal;
    color: white;
}*/

td[b-amkjgv1sp8] {
    padding: 4px 8px;
    border: 1px solid #ccc
}

tfoot[b-amkjgv1sp8],th[b-amkjgv1sp8] {
    background-color: teal;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2%;
}

.WithdrawalColor td[b-amkjgv1sp8] {
    background-color: #0094ff;
    color: white;
    text-align: right;
}

.DepositColor td[b-amkjgv1sp8] {
    background-color: #ff6a00;
    color: white;
    text-align: right;
}
/* /Pages/Loans/LoanDashBoard.razor.rz.scp.css */
[b-lq0p4jbzg3] .mud-table-head {
    color: white !important;
    background-color: teal !important;
    font-size: 0.75rem;
    letter-spacing: 2%;
}
/* /Pages/MemberRole/MemberContribution.razor.rz.scp.css */
thead[b-wwzt1jjmvl],
tfoot[b-wwzt1jjmvl] {
    background-color: #3f87a6;
    color: #fff;
    align ="center";
}

tbody[b-wwzt1jjmvl] {
    background-color: #e4f0f5;
}

caption[b-wwzt1jjmvl] {
    padding: 10px;
    caption-side: bottom;
}

table[b-wwzt1jjmvl], mud-simple-table[b-wwzt1jjmvl] {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8rem;
}

td[b-wwzt1jjmvl],
th[b-wwzt1jjmvl] {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
}

td[b-wwzt1jjmvl] {
    text-align: center;
}

.mud-simple-table.mud-table-sticky-header * table thead * th[b-wwzt1jjmvl] {
    background-color: #3f87a6;
    color: #fff;
    align ="center";
}
/* /Shared/Dialogs/ReasonDialog.razor.rz.scp.css */
.comment[b-n0ftil0slz] {
    height: 100px;
    padding: 10px;
    background-color: #d0e2bc;
    font: 1em cursive;
    color: #095484;
    border-left: 6px solid #095484;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wvj38y4p29] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvj38y4p29] {
    flex: 1;
}

.sidebar[b-wvj38y4p29] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wvj38y4p29] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wvj38y4p29]  a, .top-row[b-wvj38y4p29]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wvj38y4p29]  a:hover, .top-row[b-wvj38y4p29]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wvj38y4p29]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wvj38y4p29] {
        display: none;
    }

    .top-row.auth[b-wvj38y4p29] {
        justify-content: space-between;
    }

    .top-row[b-wvj38y4p29]  a, .top-row[b-wvj38y4p29]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wvj38y4p29] {
        flex-direction: row;
    }

    .sidebar[b-wvj38y4p29] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wvj38y4p29] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wvj38y4p29]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wvj38y4p29], article[b-wvj38y4p29] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e1cn9rq9h7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e1cn9rq9h7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e1cn9rq9h7] {
    font-size: 1.1rem;
}

.oi[b-e1cn9rq9h7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e1cn9rq9h7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e1cn9rq9h7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e1cn9rq9h7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e1cn9rq9h7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-e1cn9rq9h7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-e1cn9rq9h7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e1cn9rq9h7] {
        display: none;
    }

    .collapse[b-e1cn9rq9h7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-e1cn9rq9h7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
