/* /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;
}
/* /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/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/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/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;
    }
}
/* /Components/Questions/QuestionWrapper.razor.rz.scp.css */
.question-answered-box[b-a79htfwqj7] {
    height: 48px;
    width: 48px;
}
/* /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/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/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; }
}
/* /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;
    }
}
/* /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/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;
}
/* /Pages/OfferingSteps/Recommendations.razor.rz.scp.css */
ul[b-7bwf8atf87] {
    padding-inline-start: 0;
}
/* /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;
    }
}
