/* /Pages/Auth/Registration.razor.rz.scp.css */
 

.timeline-steps[b-4q9u3zapav] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step[b-4q9u3zapav] {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1rem
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child)[b-4q9u3zapav]:after {
        content: "";
        display: block;
        border-top: .25rem dotted #28a745;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child)[b-4q9u3zapav]:before {
        content: "";
        display: block;
        border-top: .25rem dotted #28a745;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content[b-4q9u3zapav] {
    width: 10rem;
    text-align: center
}

    .timeline-steps .timeline-content .inner-circle[b-4q9u3zapav] {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #28a745
    }

        .timeline-steps .timeline-content .inner-circle[b-4q9u3zapav]:before {
            content: "";
            background-color: #28a745;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }

 
/* /Pages/Company/CompanyCreatePayment.razor.rz.scp.css */
/*body {
    margin-top: 20px;
}*/

.timeline-steps[b-rewn3p1lmz] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step[b-rewn3p1lmz] {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1rem
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child)[b-rewn3p1lmz]:after {
        content: "";
        display: block;
        border-top: .25rem dotted #00ff21;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child)[b-rewn3p1lmz]:before {
        content: "";
        display: block;
        border-top: .25rem dotted #00ff21;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content[b-rewn3p1lmz] {
    width: 10rem;
    text-align: center
}

    .timeline-steps .timeline-content .inner-circle[b-rewn3p1lmz] {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #00ff21
    }

        .timeline-steps .timeline-content .inner-circle[b-rewn3p1lmz]:before {
            content: "";
            background-color: #00ff21;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }
/* /Pages/Company/CompanyPaymentReceipt.razor.rz.scp.css */
.invoice-box[b-sn3djq9zhm] {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
    background-image: url("https://asdtcontainer.blob.core.windows.net/rlis/nuprc-logo-5.png");
    background-position: center;
}

    .invoice-box table[b-sn3djq9zhm] {
        width: 100%;
        line-height: inherit;
        text-align: left;
    }

        .invoice-box table td[b-sn3djq9zhm] {
            padding: 5px;
            vertical-align: top;
        }

        .invoice-box table tr td:nth-child(2)[b-sn3djq9zhm] {
            text-align: right;
        }

        .invoice-box table tr.top table td[b-sn3djq9zhm] {
            padding-bottom: 20px;
        }

            .invoice-box table tr.top table td.title[b-sn3djq9zhm] {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        .invoice-box table tr.information table td[b-sn3djq9zhm] {
            padding-bottom: 40px;
        }

        .invoice-box table tr.heading td[b-sn3djq9zhm] {
            background: #eee;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

        .invoice-box table tr.details td[b-sn3djq9zhm] {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td[b-sn3djq9zhm] {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td[b-sn3djq9zhm] {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2)[b-sn3djq9zhm] {
            border-top: 2px solid #eee;
            font-weight: bold;
        }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td[b-sn3djq9zhm] {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td[b-sn3djq9zhm] {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/** RTL **/
.invoice-box.rtl[b-sn3djq9zhm] {
    direction: rtl;
    font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

    .invoice-box.rtl table[b-sn3djq9zhm] {
        text-align: right;
    }

        .invoice-box.rtl table tr td:nth-child(2)[b-sn3djq9zhm] {
            text-align: left;
        }
/* /Pages/Company/UpdateCompany.razor.rz.scp.css */
.blazored-modal-content[b-jlhpxo1jux] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AddCompany.razor.rz.scp.css */
.blazored-modal-content[b-6vqt1o8bjw] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllAwaitingApproverPayments.razor.rz.scp.css */
.blazored-modal-content[b-f8mfn2i64r] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllAwaitingCheckerPayments.razor.rz.scp.css */
.blazored-modal-content[b-c9724j1bo0] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllAwaitingReviewerPayments.razor.rz.scp.css */
.blazored-modal-content[b-1jd8mpqgqh] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllPayments.razor.rz.scp.css */
.blazored-modal-content[b-oh4pul42nk] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllReturnedToCompanyPayments.razor.rz.scp.css */
.blazored-modal-content[b-95szjkg7ot] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllUnVerifiedPayments.razor.rz.scp.css */
.blazored-modal-content[b-uiqwqv9h87] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AllVerifiedPayments.razor.rz.scp.css */
.blazored-modal-content[b-uozprs1mel] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AssessmentDispatchReceipts.razor.rz.scp.css */
.blazored-modal-content[b-qdpzcktcdj] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/AssessmentRecordDetails.razor.rz.scp.css */
.blazored-modal-content[b-292bdfn42j] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/BankReconciliationReport.razor.rz.scp.css */
.blazored-modal-content[b-8f4cpjhalu] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/BankReconciliationUpload.razor.rz.scp.css */
.blazored-modal-content[b-1m8v9hkqlm] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/BulkAssessmentUpload.razor.rz.scp.css */
.blazored-modal-content[b-pnv7xgb1o9] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/BulkPaymentUpload.razor.rz.scp.css */
.blazored-modal-content[b-4hv8gkah7a] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/CompanyDetails.razor.rz.scp.css */
.blazored-modal-content[b-hctjrmnuec] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/DprDashboard.razor.rz.scp.css */
body[b-0w6w2595xj] {
    background: #eee;
}

span[b-0w6w2595xj] {
    font-size: 20px;
    color:#fff;
}

a[b-0w6w2595xj] {
    text-decoration: none;
    color: #0062cc;
    border-bottom: 2px solid #0062cc;
}

.box[b-0w6w2595xj] {
    padding: 30px 0px;
}

.box-part[b-0w6w2595xj] {
    background: #4CA07A;
    border-radius: 2px;
    padding: 30px 10px;
    margin: 15px 0px;
}

.text[b-0w6w2595xj] {
    margin: 10px 0px;
}

.fa[b-0w6w2595xj] {
    color: #4183D7;
}
/* /Pages/Dpr/ExchangeRateManager.razor.rz.scp.css */
.blazored-modal-content[b-b17t2cxc7d] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/NewPaymentRecord.razor.rz.scp.css */
.blazored-modal-content[b-du05l5h2yg] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/PaymentDispatchReceipts.razor.rz.scp.css */
.blazored-modal-content[b-u24y7s2ni2] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/PaymentReceipt.razor.rz.scp.css */
.invoice-box[b-wzpdcqmzxy] {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
    background-image: url("https://asdtcontainer.blob.core.windows.net/rlis/nuprc-logo-5.png");
    background-position: center;
}

.invoice-box table[b-wzpdcqmzxy] {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

    .invoice-box table td[b-wzpdcqmzxy] {
        padding: 5px;
        vertical-align: top;
    }

    .invoice-box table tr td:nth-child(2)[b-wzpdcqmzxy] {
        text-align: right;
    }

    .invoice-box table tr.top table td[b-wzpdcqmzxy] {
        padding-bottom: 20px;
    }

        .invoice-box table tr.top table td.title[b-wzpdcqmzxy] {
            font-size: 45px;
            line-height: 45px;
            color: #333;
        }

    .invoice-box table tr.information table td[b-wzpdcqmzxy] {
        padding-bottom: 40px;
    }

    .invoice-box table tr.heading td[b-wzpdcqmzxy] {
        background: #eee;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }

    .invoice-box table tr.details td[b-wzpdcqmzxy] {
        padding-bottom: 20px;
    }

    .invoice-box table tr.item td[b-wzpdcqmzxy] {
        border-bottom: 1px solid #eee;
    }

    .invoice-box table tr.item.last td[b-wzpdcqmzxy] {
        border-bottom: none;
    }

    .invoice-box table tr.total td:nth-child(2)[b-wzpdcqmzxy] {
        border-top: 2px solid #eee;
        font-weight: bold;
    }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td[b-wzpdcqmzxy] {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td[b-wzpdcqmzxy] {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/** RTL **/
.invoice-box.rtl[b-wzpdcqmzxy] {
    direction: rtl;
    font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

    .invoice-box.rtl table[b-wzpdcqmzxy] {
        text-align: right;
    }

        .invoice-box.rtl table tr td:nth-child(2)[b-wzpdcqmzxy] {
            text-align: left;
        }

 
/* /Pages/Dpr/PaymentRecordDetails.razor.rz.scp.css */
.blazored-modal-content[b-m2f69zat2k] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/PaymentRecordUpload.razor.rz.scp.css */
.blazored-modal-content[b-3kgyc2rm4v] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/PowerBiDashboard.razor.rz.scp.css */
body[b-z0ehm95w2d] {
    background: #eee;
}

span[b-z0ehm95w2d] {
    font-size: 20px;
    color:#fff;
}

a[b-z0ehm95w2d] {
    text-decoration: none;
    color: #0062cc;
    border-bottom: 2px solid #0062cc;
}

.box[b-z0ehm95w2d] {
    padding: 30px 0px;
}

.box-part[b-z0ehm95w2d] {
    background: #4CA07A;
    border-radius: 2px;
    padding: 30px 10px;
    margin: 15px 0px;
}

.text[b-z0ehm95w2d] {
    margin: 10px 0px;
}

.fa[b-z0ehm95w2d] {
    color: #4183D7;
}
/* /Pages/Dpr/PowerBiDashboard2.razor.rz.scp.css */
body[b-jqs69mc4ff] {
    background: #eee;
}

span[b-jqs69mc4ff] {
    font-size: 20px;
    color:#fff;
}

a[b-jqs69mc4ff] {
    text-decoration: none;
    color: #0062cc;
    border-bottom: 2px solid #0062cc;
}

.box[b-jqs69mc4ff] {
    padding: 30px 0px;
}

.box-part[b-jqs69mc4ff] {
    background: #4CA07A;
    border-radius: 2px;
    padding: 30px 10px;
    margin: 15px 0px;
}

.text[b-jqs69mc4ff] {
    margin: 10px 0px;
}

.fa[b-jqs69mc4ff] {
    color: #4183D7;
}
/* /Pages/Dpr/PowerBiDashboard3.razor.rz.scp.css */
body[b-vghr7gq90u] {
    background: #eee;
}

span[b-vghr7gq90u] {
    font-size: 20px;
    color:#fff;
}

a[b-vghr7gq90u] {
    text-decoration: none;
    color: #0062cc;
    border-bottom: 2px solid #0062cc;
}

.box[b-vghr7gq90u] {
    padding: 30px 0px;
}

.box-part[b-vghr7gq90u] {
    background: #4CA07A;
    border-radius: 2px;
    padding: 30px 10px;
    margin: 15px 0px;
}

.text[b-vghr7gq90u] {
    margin: 10px 0px;
}

.fa[b-vghr7gq90u] {
    color: #4183D7;
}
/* /Pages/Dpr/ReconciliationReport.razor.rz.scp.css */
.blazored-modal-content[b-2n3wd2t17c] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/ReconciliationRevenueHeadManager.razor.rz.scp.css */
.blazored-modal-content[b-0heur36x1b] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/Reports/AccountStatementReport.razor.rz.scp.css */
.blazored-modal-content[b-r1l55784mg] {
    height: 100vh;
    overflow-y: auto;
}
.ExcelTable2007[b-r1l55784mg] {
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
    font-size: 11pt;
    font-family: Calibri;
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .ExcelTable2007 TH[b-r1l55784mg] {
        background-image: url(excel-2007-header-bg.gif);
        background-repeat: repeat-x;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #9EB6CE;
        border-width: 0px 1px 1px 0px;
        height: 17px;
    }

    .ExcelTable2007 TD[b-r1l55784mg] {
        border: 0px;
        background-color: white;
        padding: 0px 4px 0px 2px;
        border: 1px solid #D0D7E5;
        border-width: 0px 1px 1px 0px;
    }

        .ExcelTable2007 TD B[b-r1l55784mg] {
            border: 0px;
            background-color: white;
            font-weight: bold;
        }

        .ExcelTable2007 TD.heading[b-r1l55784mg] {
            background-color: #E4ECF7;
            text-align: center;
            border: 1px solid #9EB6CE;
            border-width: 0px 1px 1px 0px;
        }

    .ExcelTable2007 TH.heading[b-r1l55784mg] {
        background-image: url(excel-2007-header-left.gif);
        background-repeat: none;
    }
/* /Pages/Dpr/Reports/AllReceiptsReport.razor.rz.scp.css */
body[b-bpc7aqito0] {
}
/* /Pages/Dpr/Reports/CashBookReport.razor.rz.scp.css */
.blazored-modal-content[b-ibhh35v4cn] {
    height: 100vh;
    overflow-y: auto;
}
.ExcelTable2007[b-ibhh35v4cn] {
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
    font-size: 11pt;
    font-family: Calibri;
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .ExcelTable2007 TH[b-ibhh35v4cn] {
        background-image: url(excel-2007-header-bg.gif);
        background-repeat: repeat-x;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #9EB6CE;
        border-width: 0px 1px 1px 0px;
        height: 17px;
    }

    .ExcelTable2007 TD[b-ibhh35v4cn] {
        border: 0px;
        background-color: white;
        padding: 0px 4px 0px 2px;
        border: 1px solid #D0D7E5;
        border-width: 0px 1px 1px 0px;
    }

        .ExcelTable2007 TD B[b-ibhh35v4cn] {
            border: 0px;
            background-color: white;
            font-weight: bold;
        }

        .ExcelTable2007 TD.heading[b-ibhh35v4cn] {
            background-color: #E4ECF7;
            text-align: center;
            border: 1px solid #9EB6CE;
            border-width: 0px 1px 1px 0px;
        }

    .ExcelTable2007 TH.heading[b-ibhh35v4cn] {
        background-image: url(excel-2007-header-left.gif);
        background-repeat: none;
    }
/* /Pages/Dpr/Reports/CompanyTotalReport.razor.rz.scp.css */
body[b-63cmfoyeeq] {
}
/* /Pages/Dpr/Reports/ConsolidatedQueryReport.razor.rz.scp.css */
.blazored-modal-content[b-10fci99f5n] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/Reports/FederationInflowReport.razor.rz.scp.css */
body[b-mku4uj25w1] {
}
/* /Pages/Dpr/Reports/ForeignReceiptsReport.razor.rz.scp.css */
body[b-lszxwyf4pl] {
}
/* /Pages/Dpr/Reports/GeneralInflowReport.razor.rz.scp.css */
body[b-g4aw8xko4a] {
}
/* /Pages/Dpr/Reports/LedgerReport.razor.rz.scp.css */
.blazored-modal-content[b-qpdvierozq] {
    height: 100vh;
    overflow-y: auto;
}
.ExcelTable2007[b-qpdvierozq] {
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
    font-size: 11pt;
    font-family: Calibri;
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .ExcelTable2007 TH[b-qpdvierozq] {
        background-image: url(excel-2007-header-bg.gif);
        background-repeat: repeat-x;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #9EB6CE;
        border-width: 0px 1px 1px 0px;
        height: 17px;
    }

    .ExcelTable2007 TD[b-qpdvierozq] {
        border: 0px;
        background-color: white;
        padding: 0px 4px 0px 2px;
        border: 1px solid #D0D7E5;
        border-width: 0px 1px 1px 0px;
    }

        .ExcelTable2007 TD B[b-qpdvierozq] {
            border: 0px;
            background-color: white;
            font-weight: bold;
        }

        .ExcelTable2007 TD.heading[b-qpdvierozq] {
            background-color: #E4ECF7;
            text-align: center;
            border: 1px solid #9EB6CE;
            border-width: 0px 1px 1px 0px;
        }

    .ExcelTable2007 TH.heading[b-qpdvierozq] {
        background-image: url(excel-2007-header-left.gif);
        background-repeat: none;
    }
/* /Pages/Dpr/Reports/LocalReceiptsReport.razor.rz.scp.css */
body[b-7ot1xi0p3o] {
}
/* /Pages/Dpr/Reports/MonthlyRevenueReportV2.razor.rz.scp.css */
body[b-hkm49o6tvu] {
}
/* /Pages/Dpr/Reports/MonthlyRevenueSummary.razor.rz.scp.css */
.blazored-modal-content[b-53dqoej9gv] {
    height: 100vh;
    overflow-y: auto;
}
/* /Pages/Dpr/Reports/RevenueAccountsReport.razor.rz.scp.css */
.blazored-modal-content[b-60yn7ud9tx] {
    height: 100vh;
    overflow-y: auto;
}
.ExcelTable2007[b-60yn7ud9tx] {
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
    font-size: 11pt;
    font-family: Calibri;
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .ExcelTable2007 TH[b-60yn7ud9tx] {
        background-image: url(excel-2007-header-bg.gif);
        background-repeat: repeat-x;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #9EB6CE;
        border-width: 0px 1px 1px 0px;
        height: 17px;
    }

    .ExcelTable2007 TD[b-60yn7ud9tx] {
        border: 0px;
        background-color: white;
        padding: 0px 4px 0px 2px;
        border: 1px solid #D0D7E5;
        border-width: 0px 1px 1px 0px;
    }

        .ExcelTable2007 TD B[b-60yn7ud9tx] {
            border: 0px;
            background-color: white;
            font-weight: bold;
        }

        .ExcelTable2007 TD.heading[b-60yn7ud9tx] {
            background-color: #E4ECF7;
            text-align: center;
            border: 1px solid #9EB6CE;
            border-width: 0px 1px 1px 0px;
        }

    .ExcelTable2007 TH.heading[b-60yn7ud9tx] {
        background-image: url(excel-2007-header-left.gif);
        background-repeat: none;
    }
/* /Pages/Dpr/Reports/RevenueHeadsReport.razor.rz.scp.css */
.blazored-modal-content[b-sdx10hbem0] {
    height: 100vh;
    overflow-y: auto;
}
.ExcelTable2007[b-sdx10hbem0] {
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
    font-size: 11pt;
    font-family: Calibri;
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .ExcelTable2007 TH[b-sdx10hbem0] {
        background-image: url(excel-2007-header-bg.gif);
        background-repeat: repeat-x;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #9EB6CE;
        border-width: 0px 1px 1px 0px;
        height: 17px;
    }

    .ExcelTable2007 TD[b-sdx10hbem0] {
        border: 0px;
        background-color: white;
        padding: 0px 4px 0px 2px;
        border: 1px solid #D0D7E5;
        border-width: 0px 1px 1px 0px;
    }

        .ExcelTable2007 TD B[b-sdx10hbem0] {
            border: 0px;
            background-color: white;
            font-weight: bold;
        }

        .ExcelTable2007 TD.heading[b-sdx10hbem0] {
            background-color: #E4ECF7;
            text-align: center;
            border: 1px solid #9EB6CE;
            border-width: 0px 1px 1px 0px;
        }

    .ExcelTable2007 TH.heading[b-sdx10hbem0] {
        background-image: url(excel-2007-header-left.gif);
        background-repeat: none;
    }
/* /Pages/Dpr/Reports/SumPRMRCReport.razor.rz.scp.css */
body[b-qnr6dx5sep] {
}
/* /Pages/Dpr/RevenueSummaryReport.razor.rz.scp.css */
.blazored-modal-content[b-xg759sawxp] {
    height: 100vh;
    overflow-y: auto;
}
/* /Shared/CustomTypeahead.razor.rz.scp.css */
.blazored-typeahead[b-9y8ksq4r09] {
}

.blazored-typeahead__controls[b-9y8ksq4r09] {
    position: relative;
    cursor: text;
    display: flex;
}

.blazored-typeahead__input[b-9y8ksq4r09] {
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: .5rem;
}

.blazored-typeahead__input-hidden[b-9y8ksq4r09] {
    display: none;
}

.invalid[b-9y8ksq4r09] {
    border-color: red !important;
}

.blazored-typeahead__input-mask-wrapper[b-9y8ksq4r09] {
    display: flex;
    width: 100%;
}

.blazored-typeahead__input-mask[b-9y8ksq4r09] {
    flex: 1;
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: .5rem;
    border-left: 1px solid #bfbfbf;
}

.blazored-typeahead__clear[b-9y8ksq4r09] {
    width: 40px;
    display: flex;
    border-top: 1px solid #bfbfbf;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    cursor: pointer;
}

.blazored-typeahead__input__icon[b-9y8ksq4r09] {
    width: 40px;
    display: flex;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #bfbfbf;
    border-left: 0;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: .5rem;
    cursor: pointer;
    background: none;
}

    .blazored-typeahead__input__icon:hover[b-9y8ksq4r09] {
        background-color: #f5f5f5;
    }


.blazored-typeahead__results[b-9y8ksq4r09] {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding-top: .5rem;
    min-height: 2rem;
    max-height: 30rem;
    overflow-y: auto;
}

.blazored-typeahead__result[b-9y8ksq4r09],
.blazored-typeahead__notfound[b-9y8ksq4r09],
.blazored-typeahead__results-footer[b-9y8ksq4r09] {
    padding: .5rem;
}

    .blazored-typeahead__result-selected[b-9y8ksq4r09], .blazored-typeahead__result:hover[b-9y8ksq4r09], .blazored-typeahead__result:focus[b-9y8ksq4r09] {
        outline: -webkit-focus-ring-color auto 1px;
        background-color: #f5f5f5;
        cursor: pointer;
    }

.blazored-typeahead__loader[b-9y8ksq4r09] {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout-b-9y8ksq4r09 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout-b-9y8ksq4r09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
/* /Shared/Forms/Auth/CompleteRegisterForm.razor.rz.scp.css */
.user_card[b-l5b2xituje] {
    height: 400px;
    width: 350px;
    margin-bottom: auto;
    background: #20C836;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.container-fluid[b-l5b2xituje] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    background-color: #20C836;
}

.brand_logo_container[b-l5b2xituje] {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    padding: 10px;
    text-align: center;
}

.brand_logo[b-l5b2xituje] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}



.login_btn[b-l5b2xituje] {
    width: 100%;
    background: #20C836 !important;
    color: white !important;
}

    .login_btn:focus[b-l5b2xituje] {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_btn_outline[b-l5b2xituje] {
    width: 100%;
    background: white !important;
    border: 1px solid #20C836;
    color: #20C836 !important;
}

    .login_btn_outline:focus[b-l5b2xituje] {
        box-shadow: none !important;
        outline: 0px !important;
    }

    .login_btn_outline:hover[b-l5b2xituje] {
        width: 100%;
        background: #20C836 !important;
        color: white !important;
    }

.login_container[b-l5b2xituje] {
    padding: 0 2rem;
}

.input-group-text[b-l5b2xituje] {
    background: #20C836 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user[b-l5b2xituje],
.input_pass:focus[b-l5b2xituje] {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-l5b2xituje]::before {
    background-color: #20C836 !important;
}
/* /Shared/Forms/Auth/ForgotPasswordForm.razor.rz.scp.css */
.user_card[b-60k3k4aeox] {
    height: 400px;
    width: 350px;
    margin-bottom: auto;
   
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.container-fluid[b-60k3k4aeox]{
    margin-top:20px;
}

.brand_logo_container[b-60k3k4aeox] {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    padding: 10px;
    text-align: center;
}

.brand_logo[b-60k3k4aeox] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container[b-60k3k4aeox] {
    margin-top: 100px;
}

.login_btn[b-60k3k4aeox] {
    width: 100%;
    background: rgb(0,150,0) !important;
    color: white !important;
}

    .login_btn:focus[b-60k3k4aeox] {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container[b-60k3k4aeox] {
    padding: 0 2rem;
}

.input-group-text[b-60k3k4aeox] {
    background: rgb(0,150,0) !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user[b-60k3k4aeox],
.input_pass:focus[b-60k3k4aeox] {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-60k3k4aeox]::before {
    background-color: rgb(0,150,0) !important;
}
/* /Shared/Forms/Auth/LoginForm.razor.rz.scp.css */
.user_card[b-e05yq6c5s2] {
    height: 400px;
    width: 350px;
    margin-bottom: auto;
    background:rgb(0,150,0);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.container-fluid[b-e05yq6c5s2] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    background-color:rgb(0,150,0);
}
    .brand_logo_container[b-e05yq6c5s2] {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    padding: 10px;
    text-align: center;
}

.brand_logo[b-e05yq6c5s2] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container[b-e05yq6c5s2] {
    margin-top: 100px;
}

.login_btn[b-e05yq6c5s2] {
    width: 100%;
    background: rgb(0,150,0) !important;
    color: white !important;
}

    .login_btn:focus[b-e05yq6c5s2] {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container[b-e05yq6c5s2] {
    padding: 0 2rem;
}

.input-group-text[b-e05yq6c5s2] {
    background: rgb(0,150,0) !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user[b-e05yq6c5s2],
.input_pass:focus[b-e05yq6c5s2] {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-e05yq6c5s2]::before {
    background-color: rgb(0,150,0) !important;
}
/* /Shared/Forms/Auth/RegisterForm.razor.rz.scp.css */
.user_card[b-ete3h3ozdt] {
    height: 400px;
    width: 350px;
    margin-bottom: auto;
    background: #20C836;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.container-fluid[b-ete3h3ozdt] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    background-color: #20C836;
}

.brand_logo_container[b-ete3h3ozdt] {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    padding: 10px;
    text-align: center;
}

.brand_logo[b-ete3h3ozdt] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}



.login_btn[b-ete3h3ozdt] {
    width: 100%;
    background: #20C836 !important;
    color: white !important;
}

    .login_btn:focus[b-ete3h3ozdt] {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_btn_outline[b-ete3h3ozdt] {
    width: 100%;
    background: white !important;
    border: 1px solid #20C836;
    color: #20C836 !important;
}

    .login_btn_outline:focus[b-ete3h3ozdt] {
        box-shadow: none !important;
        outline: 0px !important;
    }
    .login_btn_outline:hover[b-ete3h3ozdt] {
        width: 100%;
        background: #20C836 !important;
        color: white !important;
    }

.login_container[b-ete3h3ozdt] {
    padding: 0 2rem;
}

.input-group-text[b-ete3h3ozdt] {
    background: #20C836 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user[b-ete3h3ozdt],
.input_pass:focus[b-ete3h3ozdt] {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-ete3h3ozdt]::before {
    background-color: #20C836 !important;
}
/* /Shared/Headers/LandingPageHeader.razor.rz.scp.css */
/* /Shared/Headers/ReportHeader.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fz3nk97ek1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-fz3nk97ek1] {
    flex: 1;
}

.sidebar[b-fz3nk97ek1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fz3nk97ek1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fz3nk97ek1]  a, .top-row .btn-link[b-fz3nk97ek1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fz3nk97ek1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fz3nk97ek1] {
        display: none;
    }

    .top-row.auth[b-fz3nk97ek1] {
        justify-content: space-between;
    }

    .top-row a[b-fz3nk97ek1], .top-row .btn-link[b-fz3nk97ek1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fz3nk97ek1] {
        flex-direction: row;
    }

    .sidebar[b-fz3nk97ek1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fz3nk97ek1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-fz3nk97ek1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iylufgqkec] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iylufgqkec] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iylufgqkec] {
    font-size: 1.1rem;
}

.oi[b-iylufgqkec] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iylufgqkec] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iylufgqkec] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iylufgqkec] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iylufgqkec]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iylufgqkec]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-iylufgqkec]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iylufgqkec] {
        display: none;
    }

    .collapse[b-iylufgqkec] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Pagination.razor.rz.scp.css */
.pagination span[b-n140aosxsb] {
    color: #5cb85c;
}
