.question-index{
    font-size: 13px;
    font-weight: bold;
    margin-right: 7px;
    /* width:20%; */
}
.question-header-row{
    background: rgb(250,250,250);
    padding:0px 0px;

}
.qs_type{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    min-width: 2%;
    max-width: 3%;
}
.qs_type_question{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    min-width: 4%;
    max-width: 5%;
}

.question-header-row .question-header-col {
    outline: 1px solid lightgrey;
    /* border-radius: 6px 6px 0px 0px; */
    /* padding:6px 8px;
    font-weight: bold; */
}
.question-header-row .question_data{
    font-weight: bold;
    padding:6px 8px;
    background: rgb(250,250,250);
}

.sub_questions .question-header-col,.sub_questions .question_statement .question_statement{
    font-size:13px;
}





.question_div{
    background-color:#f0f0f5 !important;
 }
 .section_div{
    background-color:#f0f0f5 !important;
 }

 .main_question_sub_questions_cont_for_qt{
    border-top:1px solid lightgrey;
 }
 .sub_question_logics{
    border-bottom: 1px solid lightgrey;
 }
 .current-logic{
    background-color: rgba(17, 112, 228, 0.2);
 }
 .current-logic:hover{
    cursor: pointer;
    font-weight:bold;
    transform: scale(1.1);
    text-decoration: underline;
}

.current-logic-active{
    cursor: pointer;
    font-weight:bold;
    transform: scale(1.1);
    text-decoration: underline;
}


  /* .question_div:hover .question_data .question_inner  {
    background-color:#f0f0f5;
  } */
  .question_data:hover .question_inner{
    background-color:#f0f0f5;

  }
  .section_div:hover .section_data {
    background-color:#f0f0f5;
  }

  .question_action{
    background:none;
    /* text-align: right; */
  }
  .section_action{
    background:none;
    /* text-align: right; */
    /* border-right: 1px solid lightgrey; */

  }
  .sub_question{
    /* margin-left: 40px; */
    outline: 1px solid lightgrey;
    /* border-left: 4px solid grey; */


}

  .question_data {
    outline: 1px solid lightgrey;
    /* border:0.8px solid lightgrey; */
    padding:0px 0px;
    background:#f0f0f5;
}
/* .question_data1{
    border-left: 4px solid skyblue;
} */
.question_data .question_inner {
    background-color: white;
    padding:9px 10px;
    height: 100%;
}

.sub_question_data{
    outline: none !important;
}




/* .question_data .question_inner{
    background-color: white;
    padding:6px 10px;
} */
/* .question_action .question_inner{
    border-right: 1px solid lightgrey;
} */


.section_data{
    outline: 1px solid lightgrey !important;
    border-bottom: 1px solid lightgrey;
    background-color: rgb(250,250,250);
    border-radius: 0px 0px 0px 2px;
    padding:8px 8px;
}
.section_data1{
    border-left: 4px solid grey;
}


/* Buttons */
.main_content_btn{
    /* display: none; */
    margin-right: 6px;
  }
.page_input:focus
{
    /* border:1px solid lightgrey; */
    background-color: white;
    padding:4px 6px !important;
    border:1px solid #6c5ffc;
    border-radius: 4px 4px 4px 4px;

    /* primary */
    /* come */
}
.page_input{
    padding:2px 4px !important;
}
  .content_input{
    background: none;
    border:none;
    outline: none;
    width:100%;
    padding: 0px 0px;
    resize: none !important; /* Disable resizing */

    /* padding:1px 2px; */

}




.sq_input:focus{
    background-color: white;
    padding: 1px 3px !important;
    border:1px solid #6c5ffc;
    border-radius: 2px 2px 2px 2px;
}


.delete_content_btn
{
    background:none !important;
    padding:0px 0px !important;
    border:none;
    font-size: 12px;
    font-weight: bold;
    color:grey;
}
.nobg
{
    background:none !important;
    padding:0px 0px !important;
    border:none;
    font-weight: bold;
}
.add_section_question_btn{
    background:none !important;
    padding:0px 0px !important;
    font-size: 12px;
    border: none;
    font-weight: bold;
    color:grey;
}


.delete_content_btn:hover
{
    color:red;
}
.add_section_question_btn:hover
{
    color: blue;
}
.btn-container{
    padding:2px 12px;
    border:1px solid lightgrey;
    background-color: white;
    display: none;
}



/************* RESPONSES **************/


.question_opt:hover{
    cursor: pointer;
}
.color-container{
overflow: hidden !important;
padding: 0px 0px;
background-color: black;
outline:1px solid black;
border-radius: 30px 30px 30px 30px !important;
height:29px;
width:32%;
}
.color-container .dynamic-response-color{
    position: relative;
    height:100px !important;
    left: -10px !important;
    top:-5px !important;
}




.color-div{
   /* overflow:hidden; */
   /* width:70px; */
   /* color:black; */
   /* border:1px solid red;
   background-color: yellow;
   border-radius:2px 2px 2px 2px; */
}

.generic-resp{
font-size: 12px;
}

.response_item
{
    padding:7px 8px;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid lightgray;
}
.response_item:hover{
    background-color:#f0f0f5;

}
.response_item_active{
    background-color:#f0f0f5;

}
.response_badge{
    font-size: 11px !important;
}

.response_flex{
    margin-bottom: 0px;
}


.response_title{
    color:rgb(78, 76, 76);
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
    width:80%;
}


.edit_response_set_btn,.select_response_set_btn
{
    z-index: 10;
    background:none !important;
    padding:0px 0px !important;
    border:none;
    font-size: 12px;
    font-weight: bold;
    color:grey;
}
.edit_response_set_btn:hover{
color:blue;
}
.select_response_set_btn:hover{
    color:green;
    }
.edit_resp_btn_div{
    width: 20%;
}
input[type="color"] {
    height: 100%; /* Set a fixed height */
  }
  .input-group-text{
    background-color:rgb(250,250,250) !important;
    padding: 0.14rem 0.75rem !important;
  }
  .dynamic-response{
    margin-top:0px;
    margin-bottom:4px;
    background-color: rgb(250,250,250);
    border:1px solid rgb(240,240,240);
    padding:3px 3px;
    /* border-radius: 8px 8px 8px 8px; */
  }
  .dynamic-response .bottom-div{
    /* text-align: right; */
    margin-top:7px;
  }
  .bottom-div .dynamic-response-score-div{
    /* width:80%; */
    text-align: right;
    width:30%;
  }
  .dynamic-response .bottom-div .dynamic-response-score{
    border:none;
    padding:2px 4px !important;

    border-bottom: 1px solid lightgrey;
    width:60%;
    outline: none;
    font-size: 11px;
    /* width:20%; */
    /* width:10% !important; */
    margin-right: 8px;
    background:none;
    /* border:1px solid lightgrey; */
  }
  .dynamic-response .dynamic-response-flag-label{
    margin-top:2px;
  }
  .dynamic-response .bottom-div label{
    font-size: 12px;
  }

  .dynamic-response-group, .dynamic-response-group .input-group-text{
    border:none;
  }
  .dynamic-response-title,  .dynamic-response-color, .dynamic-response-delbtn{
    border:none;
  }
  .dynamic-response-color{
    /* width:100% !important; */
  }
  .dynamic-response-title{
    font-size: 12px;
    padding-top:2px !important;
    padding-bottom: 2px !important;
  }


  /* PROPERTIES */

.table-prop {
    border-bottom: 1px solid lightgrey;
}
  .question-prop-inner{
    /* background-color:rgba(108, 95, 252, 0.2); */
    background-image: linear-gradient(to bottom, rgb(246, 246, 246), white);
    padding:5px 10px 2px 10px;
    /* outline: 1px solid rgb(180, 204, 236); */


  }
  .question-prop{
    display: none;
  }
  .question-prop-flex div{
    font-size: 11px !important;
    margin-right: 35px !important;
  }
  .question-prop-flag-label{
    margin-top: 3px !important;
  }
  .simple-input {
    border:none;
    padding:1px 3px;
    outline: none;
    width:40px;
  }
  .simple-input:focus{
    border:1px solid #6c5ffc;

  }



  /* LOGICS */


  .logic-control{
    text-align: center;
    margin-left:8px;

  }
  .logic-group{
    margin-top: 0px;
    margin-bottom: 7px;
    background-color: rgb(250,250,250);
    border: 1px solid rgb(240,240,240);
    padding: 7px 7px 7px 7px;
  }
  .logic-group-header{
    margin-bottom: 0px;
    width:95%;
  }
  #load_container{
    background-color:rgb(242,242,242);
    font-weight: 450;
    /* padding:0px 7px;
    padding-top: 5px !important; */
  }
  .logic-extras{
    display:none;
  }



.question-logics:not(:empty):not(:has(.current-logic)) {
    display: none; /* Hide the element if not empty and does not have .current-logic */
}

.question-logics:not(:empty):has(.current-logic)
{
    /* display: inline; Show the element if not empty and has .current-logic */
}

.logic_sub_questions{
    /* display: none; */
}


.action-builder-btn{
    background: none !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    padding: 1px 13px !important;
    border:1px solid rgb(241, 241, 241) !important;


}
.action-builder-btn:hover{
    background-color: rgb(241, 241, 241) !important;
}

.action-builder-menu .dropdown-item{
    font-size: 10px !important;
    color: black !important;
    padding: 7px 12px !important;
}
.action-builder-menu-icon{
    /* color:var(--primary-bg-color) !important; */
    color: black;
    margin-right: 5px;
}
.action-builder-menu .danger
{
    color:red !important;
}

.draggable-btn:hover{
    cursor: -webkit-grab; cursor: grab;
}

.display-block{
    display: block;
}

