/* _content/Qualtrics.UNGlobalCompact.COPViewer/Components/ExpansionPanels.razor.rz.scp.css */
[b-yl2m9qhz4e] .section-header {
    color: #ffffff; /*white*/
}

.section-header-text[b-yl2m9qhz4e] {
    font-size: 1.3rem;
    font-weight: bold;
}

[b-yl2m9qhz4e] .CEO {
    background-color: #699CC6; /*steel blue*/
}

[b-yl2m9qhz4e] .SS {
    background-color: #4C6B8B; /*slate blue*/
}

[b-yl2m9qhz4e] .G {
    background-color: #6e417a; /*purple*/
}

[b-yl2m9qhz4e] .HR {
    background-color: #ccb146; /*yellow*/
}

[b-yl2m9qhz4e] .L {
    background-color: #aecfe6; /*light blue*/
}

[b-yl2m9qhz4e] .E {
    background-color: #297d6e; /*green*/
}

[b-yl2m9qhz4e] .AC {
    background-color: #EC3740; /*bright red*/
}

[b-yl2m9qhz4e] .GE1 {
    background-color: #FF3A21; /*red orange*/
}

[b-yl2m9qhz4e] .GE2 {
    background-color: #FF3A21; /*red orange*/
}

[b-yl2m9qhz4e] .CA2 {
    background-color: #3F7E44; /*dark green*/
}

[b-yl2m9qhz4e] .LW1 {
    background-color: #A21942; /*burgundy red*/
}

[b-yl2m9qhz4e] .LW2 {
    background-color: #A21942; /*burgundy red*/
}

[b-yl2m9qhz4e] .FI1 {
    background-color: #BF8B2E; /*dark mustard*/
}

[b-yl2m9qhz4e] .FI2 {
    background-color: #BF8B2E; /*dark mustard*/
}

[b-yl2m9qhz4e] .WR {
    background-color: #26BDE2; /*bright blue*/
}

[b-yl2m9qhz4e] .mud-expand-panel {
    margin-top: 10px;
}

[b-yl2m9qhz4e] .subsection-header {
    color: #1e3250; /*navy*/
}

.subsection-header-text[b-yl2m9qhz4e] {
    font-size: 1.2rem;
    font-weight: 500;
}

[b-yl2m9qhz4e] .subsection-header .mud-collapse-container {
    background-color: #e0e7ee; /*light grey*/
}

.collapse-expand-all-section[b-yl2m9qhz4e] {
    display: flex;
    justify-content: flex-end;
}

.question-container[b-yl2m9qhz4e] {
    padding: 5px;
    justify-content: space-evenly;
}
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Components/FileQuestion.razor.rz.scp.css */
.file-buttons[b-g5umd9r7os] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
}

[b-g5umd9r7os] .mud-button-label {
    line-break: anywhere;
}
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Components/IndexShared.razor.rz.scp.css */
.index-page[b-7a1budsyed] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 0px 20px 10px 20px;
}

.index-content[b-7a1budsyed] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 400px;
}

.rtl[b-7a1budsyed] {
    direction: rtl !important;
    text-align: right !important;
}

.ltr[b-7a1budsyed] {
    direction: ltr !important;
    text-align: left !important;
}

[b-7a1budsyed] .loading {
    margin: 100px;
}

.language-select-row[b-7a1budsyed] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: fit-content;
}

.language-select-container[b-7a1budsyed] {
    width: 100px;
}

[b-7a1budsyed] .rtl {
    direction: rtl !important;
    text-align: right !important;
}

[b-7a1budsyed] .ltr {
    direction: ltr !important;
    text-align: left !important;
}

.print-button[b-7a1budsyed] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

@media print {
    .index-page[b-7a1budsyed] {
        flex-direction: column !important;
    }

    .index-content[b-7a1budsyed] {
        width: 100% !important;
    }
}
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Components/SideBar.razor.rz.scp.css */
.sidebar[b-0j4nn8at0d] {
    display: flex;
    flex-direction: column;
    height: fit-content;
    flex: 0 0 auto;
    width: 270px;
    background-color: #e0e7ee;
}

.sidebar-content[b-0j4nn8at0d] {
    padding: 10px;
}

.sidebar-item[b-0j4nn8at0d] {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

    .sidebar-item h3[b-0j4nn8at0d] {
        font-size: 1rem;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .sidebar-item div[b-0j4nn8at0d] {
        margin-bottom: 5px;
    }

.color-bar[b-0j4nn8at0d] {
    display: flex;
    padding-top: 10px;
}

    .color-bar > div[b-0j4nn8at0d] {
        flex-grow: 1;
        flex-basis: 0;
        height: 4px;
    }

.color-purple[b-0j4nn8at0d] {
    background-color: #6e417a;
}

.color-yellow[b-0j4nn8at0d] {
    background-color: #ccb146;
}

.color-light-blue[b-0j4nn8at0d] {
    background-color: #aecfe6;
}

.color-green[b-0j4nn8at0d] {
    background-color: #297d6e;
}

.color-bright-red[b-0j4nn8at0d] {
    background-color: #EC3740;
}

.color-red-orange[b-0j4nn8at0d] {
    background-color: #FF3A21;
}

.color-dark-green[b-0j4nn8at0d] {
    background-color: #3F7E44;
}

.color-burgundy-red[b-0j4nn8at0d] {
    background-color: #A21942;
}

.color-dark-mustard[b-0j4nn8at0d] {
    background-color: #BF8B2E;
}

.color-bright-blue[b-0j4nn8at0d] {
    background-color: #26BDE2;
}

@media print {
    .sidebar[b-0j4nn8at0d] {
        width: 100% !important;
    }

    .sidebar-content[b-0j4nn8at0d] {
        display: flex !important;
        flex-direction: row !important;
    }

    .sidebar-item[b-0j4nn8at0d] {
        width: 100% !important;
    }
}
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Components/TableQuestion.razor.rz.scp.css */
thead[b-nh3yow2d2n] {
    background-color: #1e3250; /*navy*/
    color: #ffffff; /*white*/
}
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Components/TextEntryQuestion.razor.rz.scp.css */
[b-vxurojnec2] .text-entry-box {
    height: fit-content;
    max-height: 150px;
    overflow-y: auto;
    padding: 10px;
    margin: 10px;
}
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Shared/MainLayout.razor.rz.scp.css */
.page[b-qz2wun0kt8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qz2wun0kt8] {
    flex: 1;
    padding-top: 60px;
}

.content[b-qz2wun0kt8] {
    padding-top: 1rem; /* Provides spacing between the content and the navbar */
}

.top-row[b-qz2wun0kt8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qz2wun0kt8]  a, .top-row .btn-link[b-qz2wun0kt8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qz2wun0kt8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* _content/Qualtrics.UNGlobalCompact.COPViewer/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-j532h6m4sc] {
    background-color: #1e3250; /* Navy blue color */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav-logo[b-j532h6m4sc] {
    height: 50px;
    width: auto;
}
