/* _content/LPI/BlazorSortable/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-b7yc3nbwbn] .sortable-ghost {
  visibility: hidden;
}

[b-b7yc3nbwbn] .sortable-fallback {
  opacity: 1 !important
}
/* _content/LPI/Components/AddUserInRole.razor.rz.scp.css */
/*.crop-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    display: grid;
    place-items: center;
}

.crop-modal {
    border-radius: var( --border-radius-s);
    position: relative;
    background-color: white;
    z-index: 11;
    min-width: 33%;
    min-height: 20rem;
    padding: var(--spacer-x4);
}

    .crop-modal h1 {
        margin-top: 0;
    }

    .crop-photo {
        padding: 25px;
        display: flex;
        flex-direction: column;
    }

.crop-container {*/
    /*background-color: red;*/
    /*position:relative;  
}

.crop-container-image {
}

    .crop-container-image img {
        position: absolute;
    }

.crop-container-image-overlay {
    position: absolute;
}

.crop-view {
    height: var(--outer-size);
    width: var(--outer-size);
    overflow: hidden;
}

.crop-crop-area {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--outer-size);
    width: var(--outer-size);*/
    /*   background-color: red;*/
    /*pointer-events: none;*/
    /*background-image: url('../../images/CrossHair.svg');*/
    /*background-repeat: no-repeat;
    background-position: center;
    background-size: var(--outer-size) var(--outer-size);*/
    /*    height: 130px;
    width: 130px;
    position: absolute;
    background-color: black;
    margin-top: 85px;
    margin-left: 85px;*/
    /*
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
/*}


.crop-slider-wrapper {
    display: flex;
    justify-content: center;*/
    /*background-color: blue;*/
    /*padding: 1rem 0;
}*/
/* _content/LPI/Components/AnswerDetails.razor.rz.scp.css */
/*.survey-header {
    height: 2rem;
    background-color: lightgrey;
    margin-top: 2rem;
    padding: 0 2rem;
}

    .survey-header:after {
        content: '';
        height: 1rem;
        width: 100%;
        background-color: navy;
        display: block;
    }

.survey-name {
    background-color: lightgrey;
    color: navy;
    padding: 5rem 2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.survey-date {
    background-color: lightgrey;
    color: navy;
    text-align: right;
    font-size: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 3rem;
    line-height: 1rem;
}

h2.question-name {
    color: navy;
    font-size: 1.125rem;
}

.comment {
    padding: 1rem;
    background-color: lightgrey;
    white-space: pre-line;
    line-height: 1.5rem;
}

.answer-container {
    margin-left: 2rem;
    margin-bottom: 3rem;
}
*/
/* _content/LPI/Components/FrontEndComponents/Measurement.razor.rz.scp.css */
/*p, h3, span {
    font-size: 1.5rem;
}

.move-in {
    margin: 2rem;
}

.no-padding {
    padding: 0;
}

.box.no-padding {
    width: calc(100% + 4rem);
}

.survey {
    padding: 2rem;
    padding-right: 1rem;
    border-radius: 1.25rem;
    border: 1px solid #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .survey:hover,
    .survey.selected {
        border: 1px solid var(--answer-primary-color);
    }

.questions {
    text-transform: uppercase;
    background: #f1f1f3;
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.box.yellow-box {
    background: #ffe152;
    border: 1px solid #f6d743;
    line-height: normal;
    display: flex;
    align-items: center;
}

    .box.yellow-box svg {
        height: 2.5rem;
        margin-right: 1.5rem;
    }

.btn-right {
    background-color: var(--answer-primary-color);
    font-size: 1.5rem;
    padding: 1.5rem 2.5rem;
    margin-left: auto;
    margin-right: -4rem;
    display: flex;
}
*/
/* _content/LPI/Components/FrontEndComponents/MeasurementTPIndex.razor.rz.scp.css */
/*p, h3, span {
    font-size: 1.5rem;
}

.move-in {
    margin: 2rem;
}

.no-padding {
    padding: 0;
}

.box.no-padding {
    width: calc(100% + 4rem);
}

.survey {
    padding: 2rem;
    padding-right: 1rem;
    border-radius: 1.25rem;
    border: 1px solid #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .survey:hover,
    .survey.selected {
        border: 1px solid var(--answer-primary-color);
    }

.questions {
    text-transform: uppercase;
    background: #f1f1f3;
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.box.yellow-box {
    background: #ffe152;
    border: 1px solid #f6d743;
    line-height: normal;
    display: flex;
    align-items: center;
}

    .box.yellow-box svg {
        height: 2.5rem;
        margin-right: 1.5rem;
    }

.btn-right {
    background-color: var(--answer-primary-color);
    font-size: 1.5rem;
    padding: 1.5rem 2.5rem;
    margin-left: auto;
    margin-right: -4rem;
    display: flex;
}
*/
/* _content/LPI/Components/ImageCropper.razor.rz.scp.css */
/*.crop-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    display: grid;
    place-items: center;
}

.crop-modal {
    border-radius: var( --border-radius-s);
    position: relative;
    background-color: white;
    z-index: 11;
    min-width: 33%;
    min-height: 20rem;
    padding: var(--spacer-x4);
}

    .crop-modal h1 {
        margin-top: 0;
    }

    .crop-photo {
        padding: 25px;
        display: flex;
        flex-direction: column;
    }

.crop-container {*/
    /*background-color: red;*/
    /*position:relative;  
}

.crop-container-image {
}

    .crop-container-image img {
        position: absolute;
    }

.crop-container-image-overlay {
    position: absolute;
}

.crop-view {
    height: var(--outer-size);
    width: var(--outer-size);
    overflow: hidden;
}

.crop-crop-area {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--outer-size);
    width: var(--outer-size);*/
    /*   background-color: red;*/
    /*pointer-events: none;*/
    /*background-image: url('../../images/CrossHair.svg');*/
    /*background-repeat: no-repeat;
    background-position: center;
    background-size: var(--outer-size) var(--outer-size);*/
    /*    height: 130px;
    width: 130px;
    position: absolute;
    background-color: black;
    margin-top: 85px;
    margin-left: 85px;*/
    /*
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
/*}


.crop-slider-wrapper {
    display: flex;
    justify-content: center;*/
    /*background-color: blue;*/
    /*padding: 1rem 0;
}*/
/* _content/LPI/Components/MeasurementDeltaSelector.razor.rz.scp.css */
/*
.delta-menu {
    z-index: 2;
    max-width: 35rem;
    min-width: 35rem;
    max-height: 20.625rem;
    min-height: 20.625rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 12px 40px rgb(45 53 57 / 4%), 0 1px 0 #ecf0f2;
    border-radius: 4px;
    margin-top: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.delta-selector {
    height: 17rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.delta-confirm {
    position: absolute;
    bottom: 0;
}

.dismiss-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
*/
/* _content/LPI/Components/QuestionBankSelector.razor.rz.scp.css */
/*.qb-menu {
    z-index: 2;
    position: absolute;
    right: 0;
    max-width: 35rem;
    min-width: 35rem;
    max-height: 20.625rem;
    min-height: 20.625rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 12px 40px rgb(45 53 57 / 4%), 0 1px 0 #ecf0f2;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 10rem 1fr;
    margin-top: 1rem;
}

.qb-menu-types {
    background: #f4f9fc;
    border-radius: 4px 0 0 4px;*/
    /*padding: .5rem;*/
    /*height: 20.625rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.qb-menu-types-item {
    display: flex;
    min-height: 2.5rem;
    padding: .5rem;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
}

.qb-menu-types-item-active {
    color: #fff;
    background-color: #0036fa;
}

.qb-menu-content {
    grid-template-rows: 1fr;
    padding: 1rem;
    position: relative;
}

    .qb-menu-content .qb-menu-buttons {
        text-align: right;
        margin-top: 1rem;
    }

.qb-menu-content-search {
    position: relative;
}

    .qb-menu-content-search svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        display: grid;
        pointer-events: none;
    }

    .qb-menu-content-search input::placeholder {
        color: #858585;
    }

    .qb-menu-content-search input {
        background: none;
        border: 1px solid #C3C3C3;
        border-radius: 4px;
        color: #2d3539;
        cursor: auto;
        display: block;
        font-family: 'Gilroy', sans-serif;
        font-size: .875rem;
        font-weight: 500;
        margin: 0;
        outline: none;
        transition: border 0.1s ease;*/
        /*width: 100%;*/
        /*padding: .9375rem 1.5rem;
        padding-left: 3.125rem;
        height: 3.5rem;
    }

    .qb-menu-content-search input:active,
    .qb-menu-content-search input:focus {
        border: 1px solid #0036fa;
    }

.qb-menu-questions {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    flex-direction: column;
    margin: 1rem 0 .5rem;
    overflow-y: auto;
    max-height: 10.625rem;
    grid-gap: 0.5rem;
}

.qb-menu-question {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
}

    .qb-menu-question .checkbox-field {
        height: 1.5rem;
    }

.qb-menu-questions .qb-menu-question-text {
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
}

.dismiss-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}*/
/* _content/LPI/Components/QuestionEditor.razor.rz.scp.css */

/*

.top {
    display: flex;
    justify-content: space-between;
    margin-top: -.5rem;
}

.lang-picker {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    text-align: right;
    margin-top: -0.25rem;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
}

.page-container {
    border: 1px solid lightgray;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 1rem;
    padding-bottom: 0;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
}

    .page-container .page-top {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: calc(100% + 4rem + 1px);
        left: calc(-2rem - 1px);
        top: -1px;
        pointer-events: none;
    }

        .page-container .page-top div {
            display: flex;
            width: 2rem;
            height: 2rem;
            background-color: lightgray;
            justify-content: center;
            align-items: center;
            pointer-events: all;
        }

            .page-container .page-top div:first-child {
                border-top-left-radius: .5rem;
                border-bottom-left-radius: .5rem;
            }.page-container .page-top div:last-child {
                border-top-right-radius: .5rem;
                border-bottom-right-radius: .5rem;
            }

            .page-container .page-top-2 {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .page-container .page-top-2 span {
                    font-size: 1rem;
                    text-transform: uppercase;
                    font-weight: 600;
                    height: 2rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 0 1rem;
                    margin-left: 0rem;
                    margin-top: 0rem;
                    border-radius: 0.5rem;
                    background: lightgrey;
                    color: #000;
                }

                .page-container .page-top-2 .page-top-2-buttons {
                    display: flex;
                    align-items: center;
                }

                    .page-container .page-top-2 .page-top-2-buttons button {
                        margin: 0;
                    }

                    .page-container .page-top-2 .page-top-2-buttons .type-selector {
                        margin: 0;
                        padding: 0;
                        padding: .2rem;
                        margin-left: 1rem;
                    }

                .page-drop-zone,
                .question-drop-zone {
                    height: 1rem;
                }

.dragging-page .page-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-question .question-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-answer .answer-drop-zone {
    margin: .5rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-page .page-drop-zone.not-allowed,
.dragging-question .question-drop-zone.not-allowed,
.dragging-answer .answer-drop-zone.not-allowed
{
    height: 0;
    margin: .5rem 0;
    border: none;
}


    .dragging-question .question-drop-zone.not-allowed {
        margin: 1rem 0;
    }

.question-container {
    width: calc(100% - 6rem);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 0;
    height: min-content;
    margin-left: 2rem;
    margin-right: calc(2rem + 1px);
    position: relative;
    float: left;
}

.question-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    margin-bottom: 1rem;
    position: absolute;
    margin-left: calc(-2rem - 1px);
    width: calc(100% + 4rem + 2px);
    left: 0;
    top: 1px;
    pointer-events: none;
}

    .question-top div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        height: 2.125rem;
        width: 2rem;
        background: lightgrey;
        pointer-events: all;
    }

        .question-top div:first-child {
            border-top-left-radius: .5rem;
            border-bottom-left-radius: .5rem;
        }

        .question-top div:last-child {
            border-top-right-radius: .5rem;
            border-bottom-right-radius: .5rem;
            cursor: pointer;
        }

        .question-top svg,
        .page-top svg {
            height: 1.25rem;
            width: 1.25rem;
        }

.question-remove {
    width: 4rem;
    display: flex;
    justify-content: space-around;
    z-index: 1;
    height: 2rem;
    width: 2rem;
}

    .question-remove a svg,
    .question-remove a {
        height: .75rem;
        width: .75rem;
        cursor: pointer;
    }

    .question-remove a {
        margin: auto;
        margin-right: 0;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }

.question-link {
    width: 4rem;
    display: flex;
    justify-content: space-around;
    z-index: 1;
    height: 2rem;
    width: 2rem;
}

    .question-link a svg,
    .question-link a {
        height: .75rem;
        width: .75rem;
        cursor: pointer;
    }

    .question-link a {
        margin: auto;
        margin-right: 0;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }


.answer-container {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin-top: .5rem;
}

.answer-move {
    background-color: lightgrey;
    min-width: 2rem;
    max-width: 2rem;
    display: flex;
    justify-content: space-around;
}

.answer-move svg {
    height: 1rem;
    width: 1rem;
    margin: auto;
}

.answer-text {
    display: flex;
    width: 100%;
    position: relative;
}

    .answer-text.answer-text-flex-column {
        flex-direction: column;
    }

    .answer-remove {
        width: 4rem;
        display: flex;
        justify-content: space-around;
        z-index: 1;
    }

.answer-remove a svg,
.answer-remove a {
    height: .75rem;
    width: .75rem;
    cursor: pointer;
}

    .answer-remove a {
        margin: auto;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }



.delta-group-settings {
    display: flex;
    justify-content: flex-end;
}

.delta-group-settings a svg,
.delta-group-settings a {
    height: 1rem;
    width: 1rem;
}

.delta-group-settings a {
    border: 2px solid black;
    border-radius: 50%;
    padding: .125rem;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.question-container label {
    border: 1px solid var(--primary-color);
    padding: .85rem;
    border-radius: 4px;
}

.question-container label,
.type-selector, 
.max-answers input {
    margin-right: .5rem;
}

.question-settings {
    display: none;
    border: 1px solid lightgrey;
    padding: 1rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-top: -.25rem;
    border-top: 0;
}

    .question-settings.question-settings-visible {
        display: block;
    }

    .question-settings label {
        padding: calc(.5rem + 1px);
        line-height: calc(1rem + 4px);
        height: min-content;
        display: flex;
        gap: 0.5rem;
        margin: 0;
    }

    .question-settings .answer-correct {
        display: flex;
        align-items: center;
        border-left: 1px solid lightgrey;
        border-radius: 0;
    }

    .question-settings .answer-correct label {
        white-space: nowrap;
        border: none;
    }

    .question-settings .question-settings-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

        .question-settings .question-settings-top button {
            margin-bottom: auto;
        }

        .question-settings-left {
            display: flex;
            gap: .5rem;
        }

.comment-text {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}

.comment-text span {
    white-space: nowrap;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.answer-container.answer-container-range {
    border: 0;
    flex-direction: column;
}

.answer-container.answer-container-range div ~ div {
    margin-top: .5rem;
}

.translate-flag {
    height: 1rem;
    position: absolute;
    margin-left: 0.55rem;
    margin-top: 0.45rem;
}

.translation-div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col {
    display: flex;
}*/

/*svg {
    width: 1.25rem;
    height: 1.25rem;
}*/
/* _content/LPI/Components/QuestionThemeObjectiveEditor.razor.rz.scp.css */

/*

.top {
    display: flex;
    justify-content: space-between;
    margin-top: -.5rem;
}

.lang-picker {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    text-align: right;
    margin-top: -0.25rem;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
}

.page-container {
    border: 1px solid lightgray;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 1rem;
    padding-bottom: 0;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
}

    .page-container .page-top {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: calc(100% + 4rem + 1px);
        left: calc(-2rem - 1px);
        top: -1px;
        pointer-events: none;
    }

        .page-container .page-top div {
            display: flex;
            width: 2rem;
            height: 2rem;
            background-color: lightgray;
            justify-content: center;
            align-items: center;
            pointer-events: all;
        }

            .page-container .page-top div:first-child {
                border-top-left-radius: .5rem;
                border-bottom-left-radius: .5rem;
            }.page-container .page-top div:last-child {
                border-top-right-radius: .5rem;
                border-bottom-right-radius: .5rem;
            }

            .page-container .page-top-2 {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .page-container .page-top-2 span {
                    font-size: 1rem;
                    text-transform: uppercase;
                    font-weight: 600;
                    height: 2rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 0 1rem;
                    margin-left: 0rem;
                    margin-top: 0rem;
                    border-radius: 0.5rem;
                    background: lightgrey;
                    color: #000;
                }

                .page-container .page-top-2 .page-top-2-buttons {
                    display: flex;
                    align-items: center;
                }

                    .page-container .page-top-2 .page-top-2-buttons button {
                        margin: 0;
                    }

                    .page-container .page-top-2 .page-top-2-buttons .type-selector {
                        margin: 0;
                        padding: 0;
                        padding: .2rem;
                        margin-left: 1rem;
                    }

                .page-drop-zone,
                .question-drop-zone {
                    height: 1rem;
                }

.dragging-page .page-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-question .question-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-answer .answer-drop-zone {
    margin: .5rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-page .page-drop-zone.not-allowed,
.dragging-question .question-drop-zone.not-allowed,
.dragging-answer .answer-drop-zone.not-allowed
{
    height: 0;
    margin: .5rem 0;
    border: none;
}


    .dragging-question .question-drop-zone.not-allowed {
        margin: 1rem 0;
    }

.question-container {
    width: calc(100% - 6rem);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 0;
    height: min-content;
    margin-left: 2rem;
    margin-right: calc(2rem + 1px);
    position: relative;
    float: left;
}

.question-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    margin-bottom: 1rem;
    position: absolute;
    margin-left: calc(-2rem - 1px);
    width: calc(100% + 4rem + 2px);
    left: 0;
    top: 1px;
    pointer-events: none;
}

    .question-top div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        height: 2.125rem;
        width: 2rem;
        background: lightgrey;
        pointer-events: all;
    }

        .question-top div:first-child {
            border-top-left-radius: .5rem;
            border-bottom-left-radius: .5rem;
        }

        .question-top div:last-child {
            border-top-right-radius: .5rem;
            border-bottom-right-radius: .5rem;
            cursor: pointer;
        }

        .question-top svg,
        .page-top svg {
            height: 1.25rem;
            width: 1.25rem;
        }

.question-remove {
    width: 4rem;
    display: flex;
    justify-content: space-around;
    z-index: 1;
    height: 2rem;
    width: 2rem;
}

    .question-remove a svg,
    .question-remove a {
        height: .75rem;
        width: .75rem;
        cursor: pointer;
    }

    .question-remove a {
        margin: auto;
        margin-right: 0;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }

.question-link {
    width: 4rem;
    display: flex;
    justify-content: space-around;
    z-index: 1;
    height: 2rem;
    width: 2rem;
}

    .question-link a svg,
    .question-link a {
        height: .75rem;
        width: .75rem;
        cursor: pointer;
    }

    .question-link a {
        margin: auto;
        margin-right: 0;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }


.answer-container {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin-top: .5rem;
}

.answer-move {
    background-color: lightgrey;
    min-width: 2rem;
    max-width: 2rem;
    display: flex;
    justify-content: space-around;
}

.answer-move svg {
    height: 1rem;
    width: 1rem;
    margin: auto;
}

.answer-text {
    display: flex;
    width: 100%;
    position: relative;
}

    .answer-text.answer-text-flex-column {
        flex-direction: column;
    }

    .answer-remove {
        width: 4rem;
        display: flex;
        justify-content: space-around;
        z-index: 1;
    }

.answer-remove a svg,
.answer-remove a {
    height: .75rem;
    width: .75rem;
    cursor: pointer;
}

    .answer-remove a {
        margin: auto;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }



.delta-group-settings {
    display: flex;
    justify-content: flex-end;
}

.delta-group-settings a svg,
.delta-group-settings a {
    height: 1rem;
    width: 1rem;
}

.delta-group-settings a {
    border: 2px solid black;
    border-radius: 50%;
    padding: .125rem;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.question-container label {
    border: 1px solid var(--primary-color);
    padding: .85rem;
    border-radius: 4px;
}

.question-container label,
.type-selector, 
.max-answers input {
    margin-right: .5rem;
}

.question-settings {
    display: none;
    border: 1px solid lightgrey;
    padding: 1rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-top: -.25rem;
    border-top: 0;
}

    .question-settings.question-settings-visible {
        display: block;
    }

    .question-settings label {
        padding: calc(.5rem + 1px);
        line-height: calc(1rem + 4px);
        height: min-content;
        display: flex;
        gap: 0.5rem;
        margin: 0;
    }

    .question-settings .answer-correct {
        display: flex;
        align-items: center;
        border-left: 1px solid lightgrey;
        border-radius: 0;
    }

    .question-settings .answer-correct label {
        white-space: nowrap;
        border: none;
    }

    .question-settings .question-settings-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

        .question-settings .question-settings-top button {
            margin-bottom: auto;
        }

        .question-settings-left {
            display: flex;
            gap: .5rem;
        }

.comment-text {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}

.comment-text span {
    white-space: nowrap;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.answer-container.answer-container-range {
    border: 0;
    flex-direction: column;
}

.answer-container.answer-container-range div ~ div {
    margin-top: .5rem;
}

.translate-flag {
    height: 1rem;
    position: absolute;
    margin-left: 0.55rem;
    margin-top: 0.45rem;
}

.translation-div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col {
    display: flex;
}*/

/*svg {
    width: 1.25rem;
    height: 1.25rem;
}*/
/* _content/LPI/Components/QuestionTypeSelector.razor.rz.scp.css */
/*.qt-menu {
    display: grid;
    grid-template-columns: 10rem 1fr;
}

    .qt-menu-types {
        background: var(--color-table-border);
        border-radius: var(--border-radius-xxs);
        min-height: 50vh;
        max-height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

.qt-menu-types-item {
    display: flex;
    padding: .5rem;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: .75rem;
    line-height: 1.25rem;
}

.qt-menu-types-item-active {
    color: #fff;
    background-color: #0036fa;
}

.qt-menu-content {
    grid-template-rows: 1fr;
    padding: 0 0 0 var(--spacer-x2);
    position: relative;
}

    .qt-menu-content .qt-menu-buttons {
        text-align: right;
        margin-top: 1rem;
    }

.qt-menu-content-search {
    position: relative;
}

    .qt-menu-content-search svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: .5rem;
        display: grid;
        pointer-events: none;
    }

    .qt-menu-content-search input::placeholder {
        color: #858585;
    }

    .qt-menu-content-search input {
        background: none;
        cursor: auto;
        display: block;
        padding-left: var(--spacer-x4);
    }

    .qt-menu-content-search input:active,
    .qt-menu-content-search input:focus {
        border: 1px solid #0036fa;
    }

.qt-menu-questions {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    flex-direction: column;
    margin: 1rem 0 .5rem;
    overflow-y: auto;
    max-height: 50vh;
    grid-gap: 0.5rem;
}

.qt-menu-question {
    display: block;
    padding: var(--spacer-x1);
    border-radius: var(--border-radius-xxs);
}

.qt-menu-question-active {
    color: #fff;
    background-color: #0036fa;
}

.qt-menu-question .checkbox-field {
    height: 1.5rem;
}

.qt-menu-questions .qt-menu-question-text {
}*/
/*
.dismiss-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
*/
/* _content/LPI/Components/ReportComponents/360Report.razor.rz.scp.css */
/*.report-container {
    display: flex;
    flex-direction: column;
    width: 80vw;
    color: var(--primary-color);*/
    /*background-color: red;*/
/*}

.report-header {
    display: flex;
    flex-direction: row;
    padding: 3rem 3rem 1rem 3rem;*/
    /*background-color: green;*/
    /*justify-content: space-between;
}

.report-header-texts {*/
    /*padding: 4vw 3vw 1.5vw 3vw;*/
/*}

.report-header-texts-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 2.5rem;
}

.report-header-texts-subtitle {
    color: var(--secondary-color);
}

.report-header-logo {*/
    /*background-color: red;*/
    /*background-repeat: no-repeat;
    background-position: center;
    width: 200px;
}

h1 {
    color: #fff;
    background: var(--primary-color);
    margin: 1rem 0;
    padding: 1rem 3rem 1rem 3rem;
    font-size: 1.2rem;
    font-weight: normal;
}

h2 {
    padding: 0rem 3rem 0rem 3rem;
    font-size: 1.2rem;
    font-weight: bold;
}

ul {
    font-weight: bold;*/
    /*background-color: green;*/
    /*padding-left: 1rem;
    color: var(--primary-color);
}

li {*/
    /*background-color: aqua;*/
    /*margin-bottom: 1rem;
}

.report-content {
    padding: 0 3rem;
    color: #000;
    line-height: 1.4rem;
}

.report-li-sub-text {
    margin: 1rem 0;
    color: #000;
    line-height: 1.4rem;
}

.report-content-question {
    padding: 0 0 0.8rem 0;
}

.report-content-answer {
    font-style: italic;
    padding-bottom: 1.4rem;
}

.report-scores-container {
    display: flex;
    flex-direction: column;
    padding: 0rem 3rem 0rem 3rem;
    color: var(--secondary-color);
}

.report-scores-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 0.2rem solid #000;*/
    /*background-color: red;*/
/*}

    .report-scores-header .report-score-chunk {*/
        /*background-color: aqua;*/
        /*height: 1.5rem;
    }

.report-score-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 0.2rem solid #000;
}

.report-score-title {
    justify-self: start;*/
    /*background-color: red;*/
    /*font-size: 1.3rem;
    font-weight: bold;
    color: #000;
}

.report-score-assessor {
    display: grid;
    grid-template-columns: 1fr 1rem;
    align-items: center;
    margin-left: auto;*/
    /*background-color: red;*/
/*}

.assessor-title {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    height: 1.5rem;
    margin: 1px 0;*/
    /*background-color: aquamarine;*/
/*}

.assessor-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    height: 1.5rem;
    margin: 1px 0;*/
    /*    background-image: url('../../images/arrow_right.svg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.4rem;*/

    /*width: 1rem;
}

.assessor-header {
    padding-right: 24vw;
}

.report-score-bar-container {
    position: relative;
    width: 20vw;
    height: 4rem;
    margin-right: 4vw;
}

.report-score-bar-bg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: var(--secondary-color);
    height: 100%;
    padding: 0 2px;
    grid-column-gap: 2px;
}

    .report-score-bar-bg-grid > div {
        background-color: #fff;
        width: 100%;
    }

.report-score-bar {
    position: absolute;
    left: 0px;
    width: calc(20vw - 4px);
    height: 1.4rem;
    background-color: #fff;
    border: 2px solid var(--secondary-color);
}

.bar-top {
    top: 0.3rem;
}

.bar-progress {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    align-items: center;
    height: 100%;
}

.progress-top {
    background-color: var(--primary-color);
}

.bar-bottom {
    bottom: 0.3rem;
}

.progress-bottom {
    background-color: darkslategrey;
}

.progress-text {
    padding-right: 0.4rem;
}

.score-grid-right {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: var(--secondary-color);
    grid-column-gap: 2px;
    padding: 0 2px;
    justify-items: center;
    width: 18vw;
    margin: 0.5rem 0;
}

.grid-header {
    background-color: #fff;
}

.report-score-chunk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;*/
    /*background-color: green;*/
    /*height: 4rem;
}

    .report-score-chunk > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1.5rem;
        margin: 1px 0;
    }

.chunk-primary {
    color: #fff;
    background-color: var(--primary-color);
}

.chunk-secondary {
    color: #fff;
    background-color: darkslategrey;
}

.report-score-chunk-content {*/
    /*border-right: 0.1rem solid var(--secondary-color);*/
/*}

.site-graph {
    height: 600px;
}
    .site-graph .chart-container {
        height: 100%;
    }*/
/* _content/LPI/Components/ReportComponents/EffectReport.razor.rz.scp.css */
/* .report-container {
    display: flex;
    flex-direction: column;
    width: 80vw;
    padding: 1rem;
    color: var(--primary-color);
}

.report-header-topbar {
    height: 0.5rem;
    background-color: var(--primary-color);
}

.report-header {
    display: flex;
    flex-direction: row;
    background-color: rgba(240,240,240,1);
    justify-content: space-between;
    padding: 0 1rem 1rem 1rem;
}

.report-header-texts {
    /*padding: 4vw 3vw 1.5vw 3vw;*/
    /*border-top: 0.5rem solid var(--primary-color);
    flex-grow: 1;
}

.report-header-texts-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;    
    line-height: 3rem;
    margin-top: 3rem;
}

.report-header-texts-subtitle {    
    line-height: 1.6rem;
}

.report-header-texts-date {
}

.report-header-col2 {
    display: flex;
    flex-direction: column;
    border-top: 0.5rem solid var(--primary-color);
}

.report-header-col2-logo {
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    width: 200px;
    height: 150px;
    margin-top: 1rem;
}

.report-header-col2-date {
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--primary-color);
    align-self: flex-end
}

.report-main {
    padding: 1rem;
}

.report-section {
    border-top: 0.2rem solid var(--primary-color);
    border-bottom: 0.1rem solid var(--primary-color);
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.report-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

    .report-grid > div:nth-child(4n+1), .report-grid > div:nth-child(4n+2) {
        /*background-color: red;*/
        /*margin-top: 1rem;
    }

.report-objectives-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    grid-gap: 1rem;
    grid-template-areas:
        "objective objective objective objective"
        ". . . . "
}

.report-grid-objective {
    grid-area: objective;
    justify-self: start;
}

.report-grid-graph-container {
    display: flex;
    flex-direction: row;
    height: 10rem;
    font-weight: bold;
}

.report-grid-graph-1 {
    /* note the actual bar hight is set directly in the component markup css */
    /*position: relative;  
    width: 5rem;
    background-color: lightgray;
}

.report-grid-graph-1-percent {
    position: relative;
    width: 2.5rem;
}

.report-grid-graph-1-self {
    position: absolute;
    right: 0.5rem;
    height: 1rem;
    /*width: 5rem;*/
    /*background-color: greenyellow;*/
/*}

.report-grid-graph-bar-self-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5rem;
    background-color: var(--primary-color);
}

.report-grid-graph-1-global {
    position: absolute;
    left: 0.5rem;
    height: 1rem;
    font-size: 0.7rem;
    /*width: 5rem;*/
    /*background-color: greenyellow;*/
/*}

.report-grid-graph-bar-global-1 {
    position: absolute;
    left: 0px;
    height: 0.1rem;
    width: 5rem;
    background-color: cyan;
} */
/* _content/LPI/Components/Spinner.razor.rz.scp.css */
/*.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-default div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: var(--answer-primary-color, var(--primary-color));
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
    }

        .lds-default div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .lds-default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .lds-default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .lds-default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .lds-default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .lds-default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .lds-default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .lds-default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .lds-default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .lds-default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .lds-default div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .lds-default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.spinner-container-fullscreen {
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
/* _content/LPI/Components/TemplateChangeSelector.razor.rz.scp.css */
/*
.change-menu {
    z-index: 2;
    max-width: 35rem;
    min-width: 35rem;
    max-height: 20.625rem;
    min-height: 20.625rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 12px 40px rgb(45 53 57 / 4%), 0 1px 0 #ecf0f2;
    border-radius: 4px;
    margin-top: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.change-selector {
    height: 17rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.change-confirm {
    position: absolute;
    bottom: 0;
}

.dismiss-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
*/
/* _content/LPI/Components/ToastContainer.razor.rz.scp.css */
.toast-container[b-u8axc985qb] {
    position: fixed;
    z-index: 5;
    right: 1rem;
    top: 1rem;
    pointer-events: none;
}

.toast[b-u8axc985qb] {
    margin-bottom: .75rem;
    background: #fff;
    border: 1px solid #cccdce;
    border-radius: .25rem;
    pointer-events: all;
    transition: opacity ease-in-out .25s;
    width: 15rem;
    font-size: .8rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .toast .toast-header[b-u8axc985qb] {
        display: flex;
        border-bottom: 1px solid #f1f1f1;
        padding: .5rem;
        padding-left: .75rem;
        align-items: center;
        font-size: .85rem;
    }

        .toast .toast-header svg:not(.toast-close)[b-u8axc985qb] {
            min-width: 1rem;
            max-width: 1rem;
            min-height: 1rem;
            max-height: 1rem;
        }

        .toast .toast-header svg.toast-close[b-u8axc985qb] {
            min-width: 1.5rem;
            max-width: 1.5rem;
            min-height: 1.5rem;
            max-height: 1.5rem;
            opacity: .5;
            margin-left: auto;
        }

            .toast .toast-header svg.toast-close:hover[b-u8axc985qb] {
                cursor: pointer;
                opacity: .75;
            }

            .toast span[b-u8axc985qb] {
                display: flex;
                align-items: center;
                padding-left: .5rem;
                line-height: normal;
            }

    .toast.toast-visible[b-u8axc985qb] {
        opacity: 1;
    }

    .toast.toast-removing[b-u8axc985qb] {
        opacity: 0;
    }

    .toast .toast-body[b-u8axc985qb] {
        padding: 1rem;
    }

    .toast.toast-error .toast-header svg:not(.toast-close)[b-u8axc985qb] {
        fill: var(--error-color);
    }

    .toast.toast-information .toast-header svg:not(.toast-close)[b-u8axc985qb] {
        fill: grey;
    }

    .toast.toast-success .toast-header svg:not(.toast-close)[b-u8axc985qb] {
        fill: green;
    }
/* _content/LPI/Pages/AnswerGroups/Edit.razor.rz.scp.css */
/*.answer-container {
    display: flex;
    margin-bottom: .5rem;
}

    .answer-container label,
    .answer-container div {
        white-space: nowrap;
        display: flex;
        align-items: center;
        padding: 0 .5rem;
        gap: .5rem;
    }

    .answer-container label {
        border: 1px solid lightgrey;
        border-left: 0;
    }

    .answer-container div {
        border: 1px solid lightgrey;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-left: 0;
    }

div.con {
    padding: 0;
    border: none;
    width: 100%;
}

    div.con.inner {
        border: 1px solid lightgrey;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        position: relative;
    }

.translate-flag {
    height: 1rem;
    position: absolute;
    margin-left: 0.55rem;
    left: 0;
}

.value-con {
    border: 1px solid lightgrey;
    border-radius: .25rem;
    display: flex;
    position: relative;
    flex-direction: column;
}*/
/* _content/LPI/Pages/QuestionBank/Edit.razor.rz.scp.css */
/*.top {
    display: flex;
    justify-content: space-between;
}

.tabs {
    display: flex;
}

.tabs a {
    font-weight: 600;
    color: grey;
    font-size: 1rem;
    padding: 1.5rem;
    padding-top: 0;
    border-bottom: 1px solid lightgrey;
    white-space: nowrap;
    cursor: pointer;
}

    .tabs a.active {
        color: blue;
        border-color: blue;
        border-width: 0.35rem;
    }

.grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
}

.page-container {
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 1rem;
    padding-bottom: 0;
}

    .page-container .page-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

        .page-container .page-top div {
            display: flex;
        }

    .page-container .page-top-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .page-container .page-top-2 span {
            font-size: 1rem;
            text-transform: uppercase;
            font-weight: 600;
            color: grey;
        }

        .page-drop-zone,
        .question-drop-zone {
            height: 1rem;
        }

.dragging-page .page-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-question .question-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-answer .answer-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
    margin-left: 1rem;
}

.dragging-page .page-drop-zone.not-allowed,
.dragging-question .question-drop-zone.not-allowed,
.dragging-answer .answer-drop-zone.not-allowed
{
    height: 0;
    margin: .5rem 0;
    border: none;
}


    .dragging-question .question-drop-zone.not-allowed {
        margin: 1rem 0;
    }

    .question-container {
        width: calc(100% - 2rem);
        border: 1px solid lightgray;
        border-radius: 8px;
        padding: 1rem;
        height: min-content;
    }

.question-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    margin-bottom: 1rem;
}

    .question-top div {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .question-top svg,
    .page-top svg {
        height: 1.25rem;
        width: 1.25rem;
    }

.answer-container {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin-left: 1rem;
    margin-top: 1rem;
}

.answer-move {
    background-color: lightgrey;
    width: 6rem;
    display: flex;
    justify-content: space-around;
}

.answer-move svg {
    height: 1rem;
    width: 1rem;
    margin: auto;
}

.answer-text {
    display: flex;
    width: 100%;
}

.answer-remove {
    width: 4rem;
    display: flex;
    justify-content: space-around;
}

.answer-remove a svg,
.answer-remove a {
    height: .75rem;
    width: .75rem;
    cursor: pointer;
}

    .answer-remove a {
        margin: auto;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }



.delta-group-settings {
    display: flex;
    justify-content: flex-end;
}

.delta-group-settings a svg,
.delta-group-settings a {
    height: 1rem;
    width: 1rem;
}

.delta-group-settings a {
    border: 2px solid black;
    border-radius: 50%;
    padding: .125rem;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.question-container label {
    border: 1px solid var(--primary-color);
    padding: .85rem;
    border-radius: 4px;
}

.question-container label,
.type-selector, 
.max-answers input {
    margin-right: .5rem;
}*/
/* _content/LPI/Pages/SurveyTemplates/Edit.razor.rz.scp.css */
/*.tabs {
    display: flex;
}

.tabs a {
    font-weight: 600;
    color: grey;
    font-size: 1rem;
    padding: 1.5rem;
    padding-top: 0;
    border-bottom: 1px solid lightgrey;
    white-space: nowrap;
    cursor: pointer;
}

    .tabs a.active {
        color: var(--primary-color);
        border-color: var(--primary-color);
        border-width: 0.35rem;
    }

.grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
}

.page-container {
    border: 1px solid lightgray;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 1rem;
    padding-bottom: 0;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
    float: left;
    width: calc(100% - 8rem)
}

    .page-container .page-top {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: calc(100% + 4rem + 1px);
        left: calc(-2rem - 1px);
        top: -1px;
        pointer-events: none;
    }

        .page-container .page-top div {
            display: flex;
            width: 2rem;
            height: 2rem;
            background-color: lightgray;
            justify-content: center;
            align-items: center;
            pointer-events: all;
        }

            .page-container .page-top div:first-child {
                border-top-left-radius: .5rem;
                border-bottom-left-radius: .5rem;
            }.page-container .page-top div:last-child {
                border-top-right-radius: .5rem;
                border-bottom-right-radius: .5rem;
            }

            .page-container .page-top-2 {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .page-container .page-top-2 span {
                    font-size: 1rem;
                    text-transform: uppercase;
                    font-weight: 600;
                    height: 2rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 0 1rem;
                    margin-left: 0rem;
                    margin-top: 0rem;
                    border-radius: 0.5rem;
                    background: lightgrey;
                    color: #000;
                }

                .page-container .page-top-2 .page-top-2-buttons {
                    display: flex;
                    align-items: center;
                }

                    .page-container .page-top-2 .page-top-2-buttons button {
                        margin: 0;
                    }

                    .page-container .page-top-2 .page-top-2-buttons .type-selector {
                        margin: 0;
                        padding: 0;
                        padding: .2rem;
                        margin-left: 1rem;
                    }

                .page-drop-zone,
                .question-drop-zone {
                    height: 1rem;
                }

.page-remove {
    display: flex;
    justify-content: space-around;
}

    .page-remove a svg,
    .page-remove a {
        height: .75rem;
        width: .75rem;
        cursor: pointer;
    }

    .page-remove a {
        margin: auto;
        margin-right: 0;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }

.dragging-page .page-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-question .question-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-answer .answer-drop-zone {
    margin: .5rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-page .page-drop-zone.not-allowed,
.dragging-question .question-drop-zone.not-allowed,
.dragging-answer .answer-drop-zone.not-allowed
{
    height: 0;
    margin: .5rem 0;
    border: none;
}


    .dragging-question .question-drop-zone.not-allowed {
        margin: 1rem 0;
    }

.answer-container {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin-top: .5rem;
}

.answer-move {
    background-color: lightgrey;
    min-width: 2rem;
    max-width: 2rem;
    display: flex;
    justify-content: space-around;
}

.answer-move svg {
    height: 1rem;
    width: 1rem;
    margin: auto;
}

.answer-text {
    display: flex;
    width: 100%;
    position: relative;
}

.answer-remove {
    width: 4rem;
    display: flex;
    justify-content: space-around;
}

.answer-remove a svg,
.answer-remove a {
    height: .75rem;
    width: .75rem;
    cursor: pointer;
}

    .answer-remove a {
        margin: auto;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }



.delta-group-settings {
    display: flex;
    justify-content: flex-end;
}

.delta-group-settings a svg,
.delta-group-settings a {
    height: 1rem;
    width: 1rem;
}

.delta-group-settings a {
    border: 2px solid black;
    border-radius: 50%;
    padding: .125rem;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.question-container label {
    border: 1px solid var(--primary-color);
    padding: .85rem;
    border-radius: 4px;
}

.question-container label,
.type-selector, 
.max-answers input {
    margin-right: .5rem;
}

.question-settings {
    display: none;
    border: 1px solid lightgrey;
    padding: 1rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-top: -.25rem;
    border-top: 0;
}

    .question-settings.question-settings-visible {
        display: block;
    }

    .question-settings label {
        padding: calc(.5rem + 1px);
        line-height: calc(1rem + 4px);
        height: min-content;
        display: flex;
        gap: 0.5rem;
        margin: 0;
    }

    .question-settings .answer-correct {
        display: flex;
        align-items: center;
        border-left: 1px solid lightgrey;
        border-radius: 0;
    }

    .question-settings .answer-correct label {
        white-space: nowrap;
        border: none;
    }

    .question-settings .question-settings-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

        .question-settings .question-settings-top button {
            margin-bottom: auto;
        }

        .question-settings-left {
            display: flex;
            gap: .5rem;
        }

.comment-text {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}

.comment-text span {
    white-space: nowrap;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.answer-container.answer-container-range {
    border: 0;
    flex-direction: column;
}

.answer-container.answer-container-range div ~ div {
    margin-top: .5rem;
}

.page-header {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    margin-left: 0rem;
    margin-top: 0rem;
    border-radius: 0.5rem;
    background: lightgrey;
    color: #000;
}
    .page-header .page-header-text {
        border-radius: 0;
        background-color: lightgrey;
        width: calc(100% - 1rem);
        padding: .5rem;
        resize: none;
    }*/
/* _content/LPI/Pages/SurveyTemplates/EditQuestionThemesObjectives.razor.rz.scp.css */
/*.tabs {
    display: flex;
}

.tabs a {
    font-weight: 600;
    color: grey;
    font-size: 1rem;
    padding: 1.5rem;
    padding-top: 0;
    border-bottom: 1px solid lightgrey;
    white-space: nowrap;
    cursor: pointer;
}

    .tabs a.active {
        color: var(--primary-color);
        border-color: var(--primary-color);
        border-width: 0.35rem;
    }

.grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
}

.page-container {
    border: 1px solid lightgray;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 1rem;
    padding-bottom: 0;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
    float: left;
    width: calc(100% - 8rem)
}

    .page-container .page-top {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: calc(100% + 4rem + 1px);
        left: calc(-2rem - 1px);
        top: -1px;
        pointer-events: none;
    }

        .page-container .page-top div {
            display: flex;
            width: 2rem;
            height: 2rem;
            background-color: lightgray;
            justify-content: center;
            align-items: center;
            pointer-events: all;
        }

            .page-container .page-top div:first-child {
                border-top-left-radius: .5rem;
                border-bottom-left-radius: .5rem;
            }.page-container .page-top div:last-child {
                border-top-right-radius: .5rem;
                border-bottom-right-radius: .5rem;
            }

            .page-container .page-top-2 {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .page-container .page-top-2 span {
                    font-size: 1rem;
                    text-transform: uppercase;
                    font-weight: 600;
                    height: 2rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 0 1rem;
                    margin-left: 0rem;
                    margin-top: 0rem;
                    border-radius: 0.5rem;
                    background: lightgrey;
                    color: #000;
                }

                .page-container .page-top-2 .page-top-2-buttons {
                    display: flex;
                    align-items: center;
                }

                    .page-container .page-top-2 .page-top-2-buttons button {
                        margin: 0;
                    }

                    .page-container .page-top-2 .page-top-2-buttons .type-selector {
                        margin: 0;
                        padding: 0;
                        padding: .2rem;
                        margin-left: 1rem;
                    }

                .page-drop-zone,
                .question-drop-zone {
                    height: 1rem;
                }

.page-remove {
    display: flex;
    justify-content: space-around;
}

    .page-remove a svg,
    .page-remove a {
        height: .75rem;
        width: .75rem;
        cursor: pointer;
    }

    .page-remove a {
        margin: auto;
        margin-right: 0;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }

.dragging-page .page-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-question .question-drop-zone {
    margin: 1rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-answer .answer-drop-zone {
    margin: .5rem 0;
    height: 2rem;
    border: 1px dashed var(--primary-color);
}

.dragging-page .page-drop-zone.not-allowed,
.dragging-question .question-drop-zone.not-allowed,
.dragging-answer .answer-drop-zone.not-allowed
{
    height: 0;
    margin: .5rem 0;
    border: none;
}


    .dragging-question .question-drop-zone.not-allowed {
        margin: 1rem 0;
    }

.answer-container {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin-top: .5rem;
}

.answer-move {
    background-color: lightgrey;
    min-width: 2rem;
    max-width: 2rem;
    display: flex;
    justify-content: space-around;
}

.answer-move svg {
    height: 1rem;
    width: 1rem;
    margin: auto;
}

.answer-text {
    display: flex;
    width: 100%;
    position: relative;
}

.answer-remove {
    width: 4rem;
    display: flex;
    justify-content: space-around;
}

.answer-remove a svg,
.answer-remove a {
    height: .75rem;
    width: .75rem;
    cursor: pointer;
}

    .answer-remove a {
        margin: auto;
        border: 2px solid black;
        border-radius: 50%;
        padding: .125rem;
        display: flex;
    }



.delta-group-settings {
    display: flex;
    justify-content: flex-end;
}

.delta-group-settings a svg,
.delta-group-settings a {
    height: 1rem;
    width: 1rem;
}

.delta-group-settings a {
    border: 2px solid black;
    border-radius: 50%;
    padding: .125rem;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.question-container label {
    border: 1px solid var(--primary-color);
    padding: .85rem;
    border-radius: 4px;
}

.question-container label,
.type-selector, 
.max-answers input {
    margin-right: .5rem;
}

.question-settings {
    display: none;
    border: 1px solid lightgrey;
    padding: 1rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-top: -.25rem;
    border-top: 0;
}

    .question-settings.question-settings-visible {
        display: block;
    }

    .question-settings label {
        padding: calc(.5rem + 1px);
        line-height: calc(1rem + 4px);
        height: min-content;
        display: flex;
        gap: 0.5rem;
        margin: 0;
    }

    .question-settings .answer-correct {
        display: flex;
        align-items: center;
        border-left: 1px solid lightgrey;
        border-radius: 0;
    }

    .question-settings .answer-correct label {
        white-space: nowrap;
        border: none;
    }

    .question-settings .question-settings-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

        .question-settings .question-settings-top button {
            margin-bottom: auto;
        }

        .question-settings-left {
            display: flex;
            gap: .5rem;
        }

.comment-text {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}

.comment-text span {
    white-space: nowrap;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.answer-container.answer-container-range {
    border: 0;
    flex-direction: column;
}

.answer-container.answer-container-range div ~ div {
    margin-top: .5rem;
}

.page-header {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    margin-left: 0rem;
    margin-top: 0rem;
    border-radius: 0.5rem;
    background: lightgrey;
    color: #000;
}
    .page-header .page-header-text {
        border-radius: 0;
        background-color: lightgrey;
        width: calc(100% - 1rem);
        padding: .5rem;
        resize: none;
    }*/
/* _content/LPI/Shared/BackEndLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.top-row {
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

        .top-row {
            position: sticky;
            top: 0;
            z-index: 1;
        }

    article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/LPI/Shared/EmptyLayout.razor.rz.scp.css */
main.side-menu-visible[b-e49w1u9wvg] {
    display: flex;
    width: 100vw;
    align-self: center;
}

.side-menu[b-e49w1u9wvg] {
    margin-left: 2rem;
    width: max-content;
    white-space: nowrap;
}

.menu-drawer[b-e49w1u9wvg] {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

    .menu-drawer.menu-visible[b-e49w1u9wvg] {
        pointer-events: all;
    }

    .menu-drawer .menu-drawer-shadow[b-e49w1u9wvg] {
        background: #000;
        opacity: 0;
        width: 100vw;
        transition: opacity .25s ease-in-out;
    }

    .menu-drawer.menu-visible .menu-drawer-shadow[b-e49w1u9wvg] {
        opacity: .5;
    }

        .menu-drawer .menu-drawer-content[b-e49w1u9wvg] {
            display: flex;
            right: 0;
            position: absolute;
            height: calc(100vh - (var(--answer-menu-padding) * 2));
            top: 0;
            background: var(--answer-primary-color);
            transform: translateX(calc(100% + 1px));
            transition: transform .25s ease-in-out;
            padding: var(--answer-menu-padding);
        }

.menu-drawer.menu-visible .menu-drawer-content[b-e49w1u9wvg] {
    transform: translateX(0);
}

    .menu-drawer .menu-drawer-content button[b-e49w1u9wvg] {
        color: #fff;
        background: none;
        text-align: left;
        font-size: 1rem;
        padding: 1rem;
    }
/* _content/LPI/Shared/FrontEndLayout.razor.rz.scp.css */
/*main.side-menu-visible {
    display: flex;
    align-self: center;
}

.side-menu {
    margin-left: 2rem;
    width: max-content;
    white-space: nowrap;
}

.menu-drawer {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

    .menu-drawer.menu-visible {
        pointer-events: all;
    }

    .menu-drawer .menu-drawer-shadow {
        background: #000;
        opacity: 0;
        width: 100vw;
        transition: opacity .25s ease-in-out;
    }

    .menu-drawer.menu-visible .menu-drawer-shadow {
        opacity: .5;
    }

        .menu-drawer .menu-drawer-content {
            display: flex;
            flex-direction: column;
            right: 0;
            position: absolute;
            height: calc(100vh - (var(--answer-menu-padding) * 2));
            top: 0;
            background: var(--answer-primary-color);
            transform: translateX(calc(100% + 1px));
            transition: transform .25s ease-in-out;
            padding: var(--answer-menu-padding);
            justify-content: space-between;
        }

.menu-drawer.menu-visible .menu-drawer-content {
    transform: translateX(0);
}

    .menu-drawer .menu-drawer-content form {
        text-align: center;
    }

    .menu-drawer .menu-drawer-content button,
    .menu-drawer .menu-drawer-content a {
        color: #fff;
        background: none;
        text-align: center;
        font-size: 1rem;
        padding: 1rem;
        width: calc(100% - 2rem);
        display: block;
    }

    .menu-drawer .menu-drawer-content button {
        width: 100%;
    }*/
/* _content/LPI/Shared/NavMenu.razor.rz.scp.css */


@media (min-width: 641px) {
    .navbar-toggler[b-3q8um4l8jw] {
        display: none;
    }

    .collapse[b-3q8um4l8jw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/LPI/Shared/TPIndexLayout.razor.rz.scp.css */
main.side-menu-visible[b-pr26f6v9j3] {
    display: flex;
    width: 100vw;
    align-self: center;
}

.side-menu[b-pr26f6v9j3] {
    margin-left: 2rem;
    width: max-content;
    white-space: nowrap;
}

.menu-drawer[b-pr26f6v9j3] {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

    .menu-drawer.menu-visible[b-pr26f6v9j3] {
        pointer-events: all;
    }

    .menu-drawer .menu-drawer-shadow[b-pr26f6v9j3] {
        background: #000;
        opacity: 0;
        width: 100vw;
        transition: opacity .25s ease-in-out;
    }

    .menu-drawer.menu-visible .menu-drawer-shadow[b-pr26f6v9j3] {
        opacity: .5;
    }

        .menu-drawer .menu-drawer-content[b-pr26f6v9j3] {
            display: flex;
            right: 0;
            position: absolute;
            height: calc(100vh - (var(--answer-menu-padding) * 2));
            top: 0;
            background: var(--answer-primary-color);
            transform: translateX(calc(100% + 1px));
            transition: transform .25s ease-in-out;
            padding: var(--answer-menu-padding);
        }

.menu-drawer.menu-visible .menu-drawer-content[b-pr26f6v9j3] {
    transform: translateX(0);
}

    .menu-drawer .menu-drawer-content button[b-pr26f6v9j3] {
        color: #fff;
        background: none;
        text-align: left;
        font-size: 1rem;
        padding: 1rem;
    }
