ul:not(.navbar-nav){
    margin:-1rem 0 1rem 0!important;
}
.userchoice {
    width:100%;
    background-color:#000248;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    align-items: center;
    align-content:center;
    padding: 10px 0 10px 0;
    border-radius: 6px;
    margin-top:-5px;
}
.title {
    flex-grow:1; 
    align-self:center; 
    font-size:20px; 
    font-weight:bold;
    margin:-15px 10px 10px 20px;
    line-height:20px;
    color:#000248;
}
.btn_question {
    width:calc(100% - 90px);
    white-space:normal!important;
    background-color:transparent!important;
    border: none!important;
    font-size: 16px!important;
    font-weight: 600!important;
}
.instruction {
    font-size:20px;
    font-weight:700;
    color:#000248;
    text-align:left;
    margin-top:10px;
}

.acc_question:not(.collapsed) {
    --cui-accordion-active-bg:#0123A9;
    --cui-accordion-active-color:#ffffff;
    --cui-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.acc_question.collapsed::before {
    background-image: url(../Resources/icons/favicon.png);
    width: 38px;
    height: 25px;
    content: "";
    background-size: 27px;
    background-repeat: no-repeat;
}
.acc_question.collapsed{
    color: #00788c!important;
    background-color:#0123a921;
    font-weight:600;
    font-style:italic;
}

.acc_response{
    padding-left:40px!important;
    margin-top:-33px!important;
}

.acc_response:not(.collapsed) {
    --cui-accordion-active-color: #ffffff;
    --cui-accordion-active-bg:#00788c;
    --cui-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.acc_response.collapsed{
    background-color: #00788c21!important;
}

#responses > div:not(:last-child) .accordion-body{
    border-bottom: 2px solid #00788c;
}
#question_input div:last-child .accordion-button{
    border-top: 2px solid #0123a9;
}

#responses .accordion-item:first-of-type .acc_response{
    border-radius: 6px 6px 0 0!important;
}
#responses .accordion-item:last-of-type .acc_response.collapsed{
    border-radius: 0 0 6px 6px!important;
}
#responses .accordion-item:first-of-type:last-of-type .acc_response.collapsed{
    border-radius: 6px 6px 6px 6px!important;
}

.content{
    text-align: left;
}
.content li{
    padding-top: 10px;
}
.response_frame{
    color: unset;
    border-top: 1px solid black;
    padding-top: 15px;
    margin-bottom:25px;
}
.comment {
    color: #00788c;
    font-style: italic;
}
.comment-header{
    background-color: #EEEEEE;
    background-image: url(../Resources/icons/favicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 8px;
    margin: 20px -20px 10px -20px;
    padding: 5px 20px 6px 50px;
    font-weight: 600;
    font-style: italic;
    color: #00788c;
}
.move-list{
    margin: 0px 0 0px 15px;
    cursor:pointer;
}
.accordion-item:first-of-type img:first-of-type{
    visibility:hidden;
}
.accordion-item:last-of-type img:last-of-type{
    visibility:hidden;
}
span.order{
    position: relative;
    top: 10px;
    z-index: 100;
    font-size: 1px;
    display: flow;
    width: fit-content;
}
.dragging{
    border: 2px dashed red!important;
}

.acc_response > div {
    width:100%;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-right:12px;
}
.acc_response > div > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.acc_response > div > div > span.listname:hover {
    position: absolute;
    left:40px;
    background-color: rgba(5, 255, 255, 1);
}
.acc_response > div > div > span.listhead:hover {
    position: absolute;
    right:50px;
    background-color: rgba(5, 255, 255, 1);
}
.list-card{
    margin-bottom: 12px;
    font-style:italic;
    margin-top: -10px;
}
.listhead{
    color:#B8B8B8;
}

.nav-link{
    --cui-navbar-nav-link-padding-x: 30px;
}

.nav-link.active{
    color: #0123a9!important;
    font-weight:600;
    font-size:large;
}
.navbar-nav{
    justify-content: space-around;
    width:100%;
}
.nav-item{
    margin: 0 auto;
}
#approach-curr-optn{
    margin: 0 auto 0 15px;
    color: #0123a9!important;
    font-weight:600;
    font-size:large;
    cursor:pointer;
}
body{
    overflow-x: hidden;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: small;
    padding: 0 45px 0 20px!important;
    min-height: 36px!important;
}
.img-grid{
    width:100%;
    object-fit: contain;
    text-align:center;
    color:#00788c!important;
    font-weight: 600;
}
.mw-small{
    max-width:150px;
    margin-top:20px;
}
.mw-350{
    max-width:350px;
}
.mw-600{
    max-width:600px;
}   

@media screen and (max-width: 992px) {
  .column {
    width: 100%!important;
  }
  .nav-item{
    margin-left: 70px;
  }
}
@media screen and (min-width: 992px) {
  .title {
    position:absolute;
    left:0;
    width:100%;
  }
  #approach-curr-optn{
    display:none!important;
  }
}