/* /Components/Audit/AuditNavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item ::deep a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

/*@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* /Components/Audit/Dashboard.razor.rz.scp.css */
.back-button[b-am0f8zc216] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
    .back-button[b-am0f8zc216],
    .back-button:hover[b-am0f8zc216],
    .back-button:focus[b-am0f8zc216],
    .back-button:active[b-am0f8zc216] {
        opacity: .6;
    }

#dashboard-wrapper[b-am0f8zc216] {
    height: calc(100vh - 15em);
}

.blazored-modal-container[b-am0f8zc216] {
    z-index: 2000 !important;
}

.dashboard-back-button[b-am0f8zc216] {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 1rem;
    width: auto;
    z-index: 10;
}
/* /Components/Audit/DashboardComponent.razor.rz.scp.css */
.widget-button[b-h55wcjvbq2] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
/* /Components/Audit/MeasureBody.razor.rz.scp.css */
#add-measure-btn[b-u7d5e95owy], #add-measure-btn-small[b-u7d5e95owy] {
    background-color: #084777;
    min-height: 52px;
}

    #add-measure-btn:hover[b-u7d5e95owy] {
        color: #084777;
        background-color: #ffffff;
    }

    #add-measure-btn:active[b-u7d5e95owy] {
        color: #c3d8e9;
    }

.delete-measure-btn[b-u7d5e95owy] {
    cursor: pointer;
}

#available-measures-card[b-u7d5e95owy] {
    flex: 1 0 30%;
    max-width: 30%;
}

/*#available-measures-card-body {
    height: calc(100vh - 23em);
    position: relative;
    overflow-y: auto;
}*/

#included-measures-card[b-u7d5e95owy] {
    flex: 1 0 70%;
    max-width: 70%;
}

/*#included-measures-card-body {
    height: calc(100vh - 23em);
    position: relative;
    overflow-y: hidden;
}*/

.measure-name[b-u7d5e95owy] {
    color: #084777;
    text-decoration: underline;
    font-weight: bold;
}

@media (min-width: 576px) and (max-width: 768px) {
    #available-measures-card-body[b-u7d5e95owy] {
        height: calc(100vh - 25em);
    }

    #included-measures-card-body[b-u7d5e95owy] {
        height: calc(100vh - 25em);
    }
}

@media (min-width: 769px) and (max-width:991px) {
    #available-measures-card[b-u7d5e95owy] {
        flex: 1 0 45%;
        max-width: 45%;
    }

    #included-measures-card[b-u7d5e95owy] {
        flex: 1 0 55%;
        max-width: 55%;
    }
}

@media (max-width:768px) {
    #available-measures-card[b-u7d5e95owy] {
        flex: 1 0 100%;
        max-width: 100%;
    }

    #included-measures-card[b-u7d5e95owy] {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

/*@media (hover: hover) {
    .btn-primary:hover {
        background-color: #fff;
        color: #084777;
    }
}*/

.add-measure-button[b-u7d5e95owy] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
}

    .add-measure-button[b-u7d5e95owy],
    .add-measure-button:hover[b-u7d5e95owy],
    .add-measure-button:focus[b-u7d5e95owy],
    .add-measure-button:active[b-u7d5e95owy] {
        opacity: 1;
    }

@media (max-width: 576px) {
    #add-measure-btn[b-u7d5e95owy] {
        /*display: none;*/
    }

    #add-measure-btn-small[b-u7d5e95owy] {
        display: block;
    }
}

@media (min-width: 577px) {
    #add-measure-btn-small[b-u7d5e95owy] {
        display: none;
    }

    #add-measure-btn[b-u7d5e95owy] {
        display: block;
    }
}

.dashboard-footer[b-u7d5e95owy] {
    position: fixed;
    bottom: 10px;
    right: 0;
    width: 100%;
    height: 76px;
    line-height: 60px;
    background-color: #d3d7db;
    z-index: 9999;
}

.panel-border[b-u7d5e95owy] {
    border-color: #084777;
}
/* /Components/Audit/Questions.razor.rz.scp.css */
.question-category[b-29mv7d9fod] {
    color: green;
}
/* /Components/Audit/QuestionsBody.razor.rz.scp.css */
.sticky-top[b-cg8h4aif1b] {
    top: 80px;
    z-index: 10000;
}
.unanswered[b-cg8h4aif1b]  {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 10000;
}
.unanswered.fixed-bottom[b-cg8h4aif1b] {
    bottom: 85px;
    right: 20px;
    z-index: 10000;
}

.unanswered-btn[b-cg8h4aif1b],
.unanswered-btn:hover[b-cg8h4aif1b],
.unanswered-btn:focus[b-cg8h4aif1b],
.unanswered-btn:active[b-cg8h4aif1b] {
    opacity: .6;
}

hr.category-header-divider[b-cg8h4aif1b] {
    border: 3px solid;
    opacity: 1;
    color: #dee2e6;
}

hr.category-divider[b-cg8h4aif1b] {
    margin: 0;
}   
/* /Components/Audit/QuestionsComponent.razor.rz.scp.css */
.question-card-shadow[b-c9x07o4dy6] {
    box-shadow: 0 1px 0 #000000;
}
/* /Components/BYOD/CallbackComponent.razor.rz.scp.css */
.screenshot-image[b-a37k1bt4tw] {
    width: 50%;
    /*height: 90px;*/
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
}

.loading-text[b-a37k1bt4tw] {
    position:absolute;
    top:10px;
    left:10px;
    font-size:20px;
    font-weight:bold;
    color:dodgerblue;
}

.display-cover[b-a37k1bt4tw] {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    width: 100%;
    /*margin: 5% auto;*/
    position: relative;
}

video[b-a37k1bt4tw] {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.video-options[b-a37k1bt4tw] {
    position: absolute;
    left: 20px;
    top: 30px;
}

.button-controls[b-a37k1bt4tw] {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

    .button-controls > button[b-a37k1bt4tw] {
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100%;
        margin: 0 6px;
    }

        .button-controls > button:hover svg[b-a37k1bt4tw] {
            color: white !important;
        }

@media (min-width: 300px) and (max-width: 400px) {
    .button-controls[b-a37k1bt4tw] {
        flex-direction: column;
    }

        .button-controls button[b-a37k1bt4tw] {
            margin: 5px 0 !important;
        }
}

.button-controls > button > svg[b-a37k1bt4tw] {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.button-controls button:nth-child(1)[b-a37k1bt4tw] {
    border: 2px solid #008496;
    background: #05606c;
}

    .button-controls button:nth-child(1) svg[b-a37k1bt4tw] {
        color: #d2002e;
    }

.button-controls button:nth-child(2)[b-a37k1bt4tw] {
    border: 2px solid #d2002e;
    background: #a70226;
}

    .button-controls button:nth-child(2) svg[b-a37k1bt4tw] {
        color: #008496;
    }

.button-controls button:nth-child(3)[b-a37k1bt4tw] {
    border: 2px solid #00b541;
    background: #048332;
    color: #00b541 !important;
}

    .button-controls button:nth-child(3) svg[b-a37k1bt4tw] {
        color: #00b541;
    }

.button-controls button:nth-child(4)[b-a37k1bt4tw] {
    border: 2px solid #d2002e;
    background: #a70226;
}

    .button-controls button:nth-child(4) svg[b-a37k1bt4tw] {
        color: #008496;
    }

.button-controls > button[b-a37k1bt4tw] {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    /*background: transparent;*/
}

    .button-controls > button:hover svg[b-a37k1bt4tw] {
        color: white;
    }
/* /Components/Camera.razor.rz.scp.css */
.screenshot-image[b-swgrmd3zku] {
    width: 50%;
    /*height: 90px;*/
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
}

.loading-text[b-swgrmd3zku] {
    position:absolute;
    top:10px;
    left:10px;
    font-size:20px;
    font-weight:bold;
    color:dodgerblue;
}

.display-cover[b-swgrmd3zku] {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    width: 100%;
    /*margin: 5% auto;*/
    position: relative;
}

video[b-swgrmd3zku] {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.video-options[b-swgrmd3zku] {
    position: absolute;
    left: 20px;
    top: 30px;
}

.button-controls[b-swgrmd3zku] {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

    .button-controls > button[b-swgrmd3zku] {
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100%;
        margin: 0 6px;
    }

        .button-controls > button:hover svg[b-swgrmd3zku] {
            color: white !important;
        }

@media (min-width: 300px) and (max-width: 400px) {
    .button-controls[b-swgrmd3zku] {
        flex-direction: column;
    }

        .button-controls button[b-swgrmd3zku] {
            margin: 5px 0 !important;
        }
}

.button-controls > button > svg[b-swgrmd3zku] {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.button-controls button:nth-child(1)[b-swgrmd3zku] {
    border: 2px solid #008496;
    background: #05606c;
}

    .button-controls button:nth-child(1) svg[b-swgrmd3zku] {
        color: #d2002e;
    }

.button-controls button:nth-child(2)[b-swgrmd3zku] {
    border: 2px solid #d2002e;
    background: #a70226;
}

    .button-controls button:nth-child(2) svg[b-swgrmd3zku] {
        color: #008496;
    }

.button-controls button:nth-child(3)[b-swgrmd3zku] {
    border: 2px solid #00b541;
    background: #048332;
    color: #00b541 !important;
}

    .button-controls button:nth-child(3) svg[b-swgrmd3zku] {
        color: #00b541;
    }

.button-controls button:nth-child(4)[b-swgrmd3zku] {
    border: 2px solid #d2002e;
    background: #a70226;
}

    .button-controls button:nth-child(4) svg[b-swgrmd3zku] {
        color: #008496;
    }

.button-controls > button[b-swgrmd3zku] {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    /*background: transparent;*/
}

    .button-controls > button:hover svg[b-swgrmd3zku] {
        color: white;
    }

.bi-image[b-swgrmd3zku] {
    color: whitesmoke;
}
/* /Components/CameraModal.razor.rz.scp.css */
.camera-step-hidden[b-yjzbh40opw] {
    display: none;
}

.camera-container video[b-yjzbh40opw] {
    max-width: 100%;
}

#screenshotImage[b-yjzbh40opw] {
    max-height: 300px;
}

.captured-photo[b-yjzbh40opw] {
    max-height: 300px;
}
/* /Components/Configuration/AccountsGrid.razor.rz.scp.css */
.keep-whitespaces[b-a7ft74btz7] {
    display: inline-block;
    white-space: pre-wrap;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
/* /Components/Configuration/AuditImagesGrid.razor.rz.scp.css */
.keep-whitespaces[b-np7uzv6jhh] {
    display: inline-block;
    white-space: pre-wrap;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.column-chooser-button[b-np7uzv6jhh] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* /Components/Configuration/ProgramGrid.razor.rz.scp.css */
.mw-1100[b-w39vjdc3gd] {
    max-width: 1100px;
    margin: 0 auto;
}

.column-chooser-button[b-w39vjdc3gd] {
    margin-left: auto;
}

.centered-flex[b-w39vjdc3gd] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.get-started-button[b-w39vjdc3gd] {
    white-space: nowrap;
    width: 100%;
    max-width: 150px;
    text-align: center;
}
/* /Components/Configuration/WorkOrderLogGrid.razor.rz.scp.css */
.keep-whitespaces[b-3a6z2tz52o] {
    display: inline-block;
    white-space: pre-wrap;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
/* /Components/JourneyStep.razor.rz.scp.css */
.number-circle[b-69ylfbu69e] {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px 12px;
    background: #fff;
    background-color: #09406b;
    border: 2px solid #084777;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
}
/* /Components/OfferingComparison.razor.rz.scp.css */
/*.mobile-left-table-header {
    display: none;
}

 @media only screen and (max-width: 600px) {
    .mobile-left-table-header {
        display: inline;
    }
}
*/

/*p { 
    margin:0 !important;
}*/

/*th {
    border-bottom-width: 2px;
}
*/
.offering-comparison-cell[b-jud6jya48e] {
    height: 50px;
}

.borderless-cell[b-jud6jya48e] {
    border: 1px solid Transparent !important;
}

/*
.borderless-cell-bottom {
    border-bottom: 1px solid Transparent !important;
} */
/* /Components/OfferingWorkflowBackButton.razor.rz.scp.css */
 .offering-workflow-back-btn[b-rl2u9rma76] {
    background: #fff;
    border: 1.5px solid #bfc4c9;
    border-radius: 8px;
    min-width: 120px;
    padding: 6px 28px;
    font-size: 1rem;
    color: #444;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
}
 .offering-workflow-back-btn:hover[b-rl2u9rma76], .offering-workflow-back-btn:focus[b-rl2u9rma76] {
    background: #fff;
    color: #222;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-color: #bfc4c9;
}
/* /Components/Questions/DateInput.razor.rz.scp.css */
.date-editor-container[b-h0txt1zg7p] {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.date-editor-wrapper[b-h0txt1zg7p] {
    width: 100%;
    max-width: 400px;
}
/* /Components/Questions/FileListView.razor.rz.scp.css */
.upload-file-list-view[b-8c61qms15w] {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.375rem;
    justify-content: center;
    align-items: center;
}

.upload-file-view[b-8c61qms15w] {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0.85rem;
    height: 40px;
    width: 100%;
}
.dxbl-upload-file-view-success-load-state[b-8c61qms15w],
.upload-file-view-success[b-8c61qms15w] {
    font-size: 1rem;
    color: #28a745;
    text-align: left;
}

.upload-file-view-size[b-8c61qms15w] {
    padding-left: 0.75rem;
    color: #adb5bd;
    white-space: nowrap;
}

.upload-file-view-details[b-8c61qms15w] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
}

.upload-file-view-info[b-8c61qms15w] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.upload-file-view-text[b-8c61qms15w] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.dxbl-upload-file-view-icon-container[b-8c61qms15w] {
    padding-left: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
/* /Components/Questions/IconAnswer.razor.rz.scp.css */
.card-button-image[b-sbbx9ortn2] {
    min-width: 200px;
    max-width: 200px;
    padding: 4px;
}


@media (max-width: 767.98px) {
    .card-button-image[b-sbbx9ortn2] {
        min-width: auto;
        max-width: inherit;
        padding: 0;
        margin-left: 0;
    }
}

.card-selector-label-audit img[b-sbbx9ortn2]{
    margin-top:0 !important;
}

.image-container[b-sbbx9ortn2] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: unset;
    text-align: center;
}

.card-selector:checked + label > .image-container[b-sbbx9ortn2] {
    border: solid 3px #084777;
}

.card-selector:checked + label > .text-container-audit[b-sbbx9ortn2] {
    background: #084777;
    color: #fff;
    padding:2px;
}

.card-selector:checked + label > .image-container > i[b-sbbx9ortn2] {
    visibility: visible;
}

.text-container-audit[b-sbbx9ortn2] {
    min-height:70px;
}
.icon-answer-check-audit[b-sbbx9ortn2] {
    margin:2px;
}

/* /Components/Questions/QuestionSinglePage.razor.rz.scp.css */
@media only screen and (max-width: 850px) {
    .col-8[b-bhvn5m6r9q] {
        width: 100%;
    }
}




/* /Components/Questions/QuestionWrapper.razor.rz.scp.css */
.question-answered-box[b-a79htfwqj7] {
    height: 48px;
    width: 48px;
}
/* /Components/Questions/TextAnswer.razor.rz.scp.css */
.bi-check-circle-fill-audit[b-lklewow9gi]::before {
    margin-right: -5px;
}

.card-selector-label-audit[b-lklewow9gi] {
    /**/
    display: grid;
    align-items: baseline;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    justify-content: center;
    text-align: center;
    width: 100%;
    align-content: end;
    min-height: 66px;
    padding-top :5px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 15px;
}

.card-selector:checked ~ .card-selector-label[b-lklewow9gi] {
    background-color: #084777;
    color: #fff;
}

.card-button-audit[b-lklewow9gi] {
    min-width: 150px;
    padding: 0 !important;
}

.icon-answer-check-inverse-audit[b-lklewow9gi] {
    color: white;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

input:checked + label > .icon-answer-check-inverse[b-lklewow9gi] {
    visibility: visible;
}
/* /Components/RecommendationComponent.razor.rz.scp.css */
.no-pointer-children[b-j45ypd4me3] {
    pointer-events: none;
}

.rec-selection[b-j45ypd4me3] {
    top: 5px;
    right: 20px;
    z-index: 999;
}

.rec-engine-generated[b-j45ypd4me3] {
    bottom: 5px;
    right: 20px;
    z-index: 99;
}

.unselected-recommendation[b-j45ypd4me3] {
    opacity: 0.7;
}

.red-background[b-j45ypd4me3] {
    background-color: red;
}

.up-down-arrows[b-j45ypd4me3] {
    pointer-events: auto;
}

.clicked-arrow[b-j45ypd4me3] {
    color: #00ced1;
}

.pointer-cursor[b-j45ypd4me3] {
    cursor: pointer;
}
/* /Components/Shared/LocalizedComponent.razor.rz.scp.css */

.flyout-header[b-16oellleom] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.flyout-body[b-16oellleom] {
    display: flex;
    justify-content: flex-end;
}

.edit-button[b-16oellleom] {
    background-color: #0078d4;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-align: center;
}

.edit-button:hover[b-16oellleom] {
    background-color: #005a9e;
}

.dxbl-flyout-footer[b-16oellleom]{
    background-color:white !important;
}

.dxbl-flyout-card[b-16oellleom] {
    border-radius: 8px !important;
}
/* /Components/Shared/LocalizedInputText.razor.rz.scp.css */
.localized-input-text[b-r4gfg2hrjt] {
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.localized-input-text:focus[b-r4gfg2hrjt] {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* /Components/Shared/LocalizedValidationMessage.razor.rz.scp.css */
.lr-text[b-sbuupvpifn] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s;
}

.lr-text .form-text[b-sbuupvpifn] {
    margin: 0;
}

.lr-text.text-danger[b-sbuupvpifn] {
    color: #dc3545;
}
/* /Components/Tooltip.razor.rz.scp.css */
.tooltip-container[b-q2mucg5dmu] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-q2mucg5dmu] {
    visibility: hidden;
    position: absolute;
    width: 240px;
    left: 50%;
    margin-left: -235px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    top: 40px;
}

    span[b-q2mucg5dmu]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 96%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }

.tooltip-container:hover span[b-q2mucg5dmu] {
    visibility: visible;
}
/* /Components/UnexpectedErrorModal.razor.rz.scp.css */
.chevron-icon-wrapper[b-jmip1qzerh] {
    display: flex;
    align-items: center;
}
.error-modal-chevron[b-jmip1qzerh] {
    transition: transform 0.2s;
}
.error-modal-chevron.rotated[b-jmip1qzerh] {
    transform: rotate(180deg);
}
.error-modal-details-content[b-jmip1qzerh] {
    max-height: 120px;
    font-size: 0.95rem;
    color: #888;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-word;
    white-space: pre-line;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.error-modal-details-btn[b-jmip1qzerh] {
    background: #fff !important;
    border: none !important;
    color: #888;
    margin-top: 0.05rem;
    margin-bottom: 0.25rem;
    box-shadow: none !important;
    border-bottom: none !important;
}

.error-modal-header[b-jmip1qzerh] {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dc3545 !important;
    padding: 1rem 1.25rem;
}

.error-modal-title[b-jmip1qzerh] {
    color: #fff !important;
    font-weight: 600;
}

.error-modal-content[b-jmip1qzerh] {
    border: 2px solid #dc3545 !important;
    border-radius: 10px;
    background: #fff;
}
.unexpected-error-modal-footer[b-jmip1qzerh] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #fff;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* /Components/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-c1me4x4yv4] {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  padding: 1rem 1.5rem;
  animation: fadein-b-c1me4x4yv4 2s ease-out;
  z-index: 9999;
}

@keyframes fadein-b-c1me4x4yv4 {
  from { left: -100%; }
  to { left: 2rem; }
}


.updateAvailableBar[b-c1me4x4yv4] {
    margin-bottom: 110px;
}

    .updateAvailableBar > nav.navbar[b-c1me4x4yv4] {
        border-top: 1px #e3e3e3;
        border-top-style: solid;
    }

    .updateAvailableBar .navbar-text[b-c1me4x4yv4] {
        padding-left: 20px;
    }
/* /Components/UsageData/UsageSharing.razor.rz.scp.css */
.usage-data-or-button[b-45zi1jznks] {
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: white;
    padding: 0.5rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    font-weight: 700;
    color: #6b7280;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.usage-sharing-container[b-45zi1jznks] {
    position:relative;
}

.file-label[b-45zi1jznks] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    padding: 1rem 1.75rem;
    border: 1px dashed #005B94;
    border-radius: 0.75rem;
    background: #f8fbff;
    cursor: pointer;
    transition: all 0.15s ease;
    font-size: 0.9rem;
    line-height: 1.2;
}

.deck-option[b-45zi1jznks] {
    background: linear-gradient(180deg, rgba(0, 91, 148, 0.12) 0%, rgba(0, 91, 148, 0.04) 100%);
    border-color: rgba(0, 91, 148, 0.35);
}

@media only screen and (max-width: 980px) {
    .col-6[b-45zi1jznks] {
        width: 100%;
    }
}




/* /Components/WizardHeader.razor.rz.scp.css */
ul.wizard[b-yqqosv678d], ul.wizard li[b-yqqosv678d] {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
}

ul.wizard[b-yqqosv678d] {
    counter-reset: num;
    margin-bottom: 20px;
}

    ul.wizard li[b-yqqosv678d] {
        flex-direction: column;
        align-items: center;
        position: relative;
        color: white;
    }

        ul.wizard li[b-yqqosv678d]::before {
            counter-increment: num;
            content: counter(num);
            width: 2em;
            height: 2em;
            text-align: center;
            line-height: 2em;
            border-radius: 50%;
            background: #084777;
        }

        ul.wizard li ~ li[b-yqqosv678d]::after {
            content: '';
            position: absolute;
            width: 100%;
            right: 50%;
            height: 4px;
            background-color: #084777;
            top: calc(1em - 2px);
            z-index: -1;
        }

        ul.wizard li.active[b-yqqosv678d]::before {
            background: #084777;
            color: white;
        }

    ul.wizard .active ~ li[b-yqqosv678d]::before,
    ul.wizard .active ~ li[b-yqqosv678d]::after {
        background: #084777;
    }

    ul.wizard span[b-yqqosv678d] {
        color: #084777;
        line-height: 2em;
    }

    /*  updated sample  */

    ul.wizard li.completed[b-yqqosv678d]::before { /*  number and circle  */
        background: #084777;
        color: white;
    }

    ul.wizard li.completed span[b-yqqosv678d] { /*  text  */
        color: #084777;
    }

    ul.wizard li.completed + li[b-yqqosv678d]::after { /*  line after circle  */
        background: #084777;
    }

    ul.wizard li.completed[b-yqqosv678d]::after { /*  line before circle  */
        background: #084777;
    }

    ul.wizard li.pending[b-yqqosv678d]::before { /*  number and circle  */
        background: white;
        color: #74776B;
    }

    ul.wizard li.pending span[b-yqqosv678d] { /*  text  */
        color: #74776B;
    }

    ul.wizard li.pending + li[b-yqqosv678d]::after { /*  line after circle  */
        background: white;
    }

    ul.wizard li.pending[b-yqqosv678d]::after { /*  line before circle  */
        background: white;
    }


@media (max-width: 440px) {
    ul.wizard[b-yqqosv678d], ul.wizard li[b-yqqosv678d] {
        font-size: .7rem;
        margin-bottom: 0px;
    }
}
/* /Components/WizardHeaderMobile.razor.rz.scp.css */
.wizard-header[b-gjty0704rc] {
    display: flex;
    align-items: center;
    padding: 10px 10px 0 10px;
    background-color: #ffffff;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.step-indicator[b-gjty0704rc] {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
}

.circle-content[b-gjty0704rc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    font-family: sans-serif;
}

.step-details[b-gjty0704rc] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: right;
}

.step-text[b-gjty0704rc] {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.step-next[b-gjty0704rc] {
    font-size: 14px;
    color: #6c757d;
}

.circular-progress-bar[b-gjty0704rc] {
    width: 100px;
    height: 100px;
}

.circular-chart[b-gjty0704rc] {
    display: block;
    margin: 10px auto;
    max-width: 80%;
}

.circle-bg[b-gjty0704rc] {
    fill: none;
    stroke: #eee;
    stroke-width: 2;
}

.circle[b-gjty0704rc] {
    fill: none;
    stroke-width: 2;
    stroke: darkblue;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s;
}

.percentage[b-gjty0704rc] {
    fill: #76c7c0;
    font-size: 0.5em;
    text-anchor: middle;
}
/* /Pages/Configuration/Audits.razor.rz.scp.css */
/*.page {
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}*/

p.html-preview-bordered[b-e2wxqjsium] {
    border: 1px solid #CED4DA;
    padding: 20px;
}
.blazored-toast-container[b-e2wxqjsium] {
    z-index:1040;
}
/* /Pages/Configuration/Clients.razor.rz.scp.css */
.filter-bar-horizontal[b-ei82olcin0] {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

.filter-item[b-ei82olcin0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 auto; 
    min-width: 300px;
}

    .filter-item label[b-ei82olcin0] {
        white-space: nowrap;
        font-weight: 500;
    }

.dxbl-tag-box[b-ei82olcin0] {
    width: 100%;
    min-width: 200px;
}

    .dxbl-tag-box input.dxbl-text-edit-input[b-ei82olcin0] {
        width: 100%;
        box-sizing: border-box;
    }
/* /Pages/Configuration/CustomMessages.razor.rz.scp.css */
.page[b-43vljzdf1n] {
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
/* /Pages/Configuration/LocalizedResources.razor.rz.scp.css */
/*.page {
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}*/

p.html-preview-bordered[b-5jiquane7c] {
    border: 1px solid #CED4DA;
    padding: 20px;
}
.blazored-toast-container[b-5jiquane7c] {
    z-index:1040;
}
/* /Pages/OfferingSteps/DocumentUpload.razor.rz.scp.css */
.document-drop-zone[b-omsyuznnrp] {
    padding: 0 !important;
    border-style: dashed !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-width: 2px !important;
    height:180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#drag-box-description[b-omsyuznnrp] {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0 !important;
}

.custom-file-upload > input[type="file"][b-omsyuznnrp] {
    display: none;
}

.custom-file-upload[b-omsyuznnrp] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.dragHover[b-omsyuznnrp] {
    border-color: #3e9742 !important;
}

.image-container[b-omsyuznnrp] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-omsyuznnrp] {
        width: 50%;
    }

[b-omsyuznnrp] input[type=file] {
    width: 100%;
    height:100%;
    padding: 20px;
}

.geotag-card[b-omsyuznnrp] {
    padding: 1rem;
    background-color: #f8f9fa;
    border: 0.1rem solid #dee2e6;
    width: 70%;
    margin: auto;
    border-radius: 0.75rem;
}
/* /Pages/OfferingSteps/InstantRebateCode.razor.rz.scp.css */
.barcode-img[b-rjr4o4mznp] {
    display: block;
    width: 100%; 
    height: auto;
    max-width: 600px; 
    margin: 0 auto;
}

.barcode-container[b-rjr4o4mznp] {
    width: 100%;
    padding: 1rem; 
}

@media (max-width: 576px) {
    .barcode-img[b-rjr4o4mznp] {
        width: 550px; 
    }
}

/* /Pages/OfferingSteps/InstantRebates.razor.rz.scp.css */
.description-container[b-zcffd14jtc] {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .description-container[b-zcffd14jtc] {
        max-width: 610px;
        margin: 0 auto;
    }
}
.image-container[b-zcffd14jtc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.image-container img[b-zcffd14jtc] {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.btn-container[b-zcffd14jtc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    gap: 1rem;
}

.btn-container button[b-zcffd14jtc] {
    flex: 1;
    max-width: 200px;
}

.measure-specific-content[b-zcffd14jtc] {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    display: block;
}

.disable[b-zcffd14jtc] {
    background: linear-gradient(to right, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 62%,rgba(209,209,209,1) 96%,rgba(209,209,209,1) 96%,rgba(209,209,209,1) 100%);
}
/* /Pages/OfferingSteps/Recommendations.razor.rz.scp.css */
ul[b-7bwf8atf87] {
    padding-inline-start: 0;
}
/* /Pages/OfferingSteps/UsageData.razor.rz.scp.css */

@media only screen and (max-width: 980px) {
    .col-6[b-mptmr3xcyy] {
        width: 100%;
    }
}




/* /Shared/AuditAuthLayout.razor.rz.scp.css */

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-e3rlar8lkq] {
        display: none;
    }

    .top-row.auth[b-e3rlar8lkq] {
        justify-content: space-between;
    }

    .top-row a[b-e3rlar8lkq], .top-row .btn-link[b-e3rlar8lkq] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-e3rlar8lkq] {
        flex-direction: row;
    }

    .sidebar[b-e3rlar8lkq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e3rlar8lkq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-e3rlar8lkq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/AuditLayout.razor.rz.scp.css */
.page[b-qhq4zhsixz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-qhq4zhsixz] {
    flex: 1;
}

.sidebar[b-qhq4zhsixz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qhq4zhsixz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qhq4zhsixz]  a, .top-row .btn-link[b-qhq4zhsixz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qhq4zhsixz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-qhq4zhsixz] {
        display: none;
    }

    .top-row.auth[b-qhq4zhsixz] {
        justify-content: space-between;
    }

    .top-row a[b-qhq4zhsixz], .top-row .btn-link[b-qhq4zhsixz] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-qhq4zhsixz] {
        flex-direction: row;
    }

    .sidebar[b-qhq4zhsixz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qhq4zhsixz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-qhq4zhsixz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/AuthLayout.razor.rz.scp.css */
.page[b-cgwqul0w85] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 4.5rem;
}

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-cgwqul0w85] {
        display: none;
    }

    .top-row.auth[b-cgwqul0w85] {
        justify-content: space-between;
    }

    .top-row a[b-cgwqul0w85], .top-row .btn-link[b-cgwqul0w85] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-cgwqul0w85] {
        flex-direction: row;
    }

    .sidebar[b-cgwqul0w85] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cgwqul0w85] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-cgwqul0w85] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dpj9dxl8li] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dpj9dxl8li] {
    flex: 1;
}

.sidebar[b-dpj9dxl8li] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dpj9dxl8li] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dpj9dxl8li]  a, .top-row .btn-link[b-dpj9dxl8li] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dpj9dxl8li] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-dpj9dxl8li] {
        display: none;
    }

    .top-row.auth[b-dpj9dxl8li] {
        justify-content: space-between;
    }

    .top-row a[b-dpj9dxl8li], .top-row .btn-link[b-dpj9dxl8li] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-dpj9dxl8li] {
        flex-direction: row;
    }

    .sidebar[b-dpj9dxl8li] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dpj9dxl8li] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dpj9dxl8li] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-czu75yr445] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-czu75yr445] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-czu75yr445] {
    font-size: 1.1rem;
}

.oi[b-czu75yr445] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-czu75yr445] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-czu75yr445] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-czu75yr445] {
    padding-bottom: 1rem;
}

.nav-item[b-czu75yr445]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-czu75yr445]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-czu75yr445]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/*@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* /Shared/OfferingStepLayout.razor.rz.scp.css */
.page[b-mzdqbz3owv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-mzdqbz3owv] {
    flex: 1;
}

.sidebar[b-mzdqbz3owv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mzdqbz3owv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mzdqbz3owv]  a, .top-row .btn-link[b-mzdqbz3owv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mzdqbz3owv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-mzdqbz3owv] {
        display: none;
    }

    .top-row.auth[b-mzdqbz3owv] {
        justify-content: space-between;
    }

    .top-row a[b-mzdqbz3owv], .top-row .btn-link[b-mzdqbz3owv] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-mzdqbz3owv] {
        flex-direction: row;
    }

    .sidebar[b-mzdqbz3owv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mzdqbz3owv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-mzdqbz3owv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
