@import url(common_styles.css);
:root{
    --green1: #72bf44;
    --green2: #307a04;
    --blue1: #0089cf;
    --gray1: #939598;
    --gray2: #cccccc;
    --gray3: #e6e6e7;
    --white1: #ffffff;
    --red2: #ff0000;
    --rspl: #ea580d;
    --yellow1: #ffff00;
    --yellow2: #fffbd5;
	--yellow3: #ffd800;
    --black1: #000000;
    --pink1: #ff2b6e;
    --pink2: #fea8cb;
    --checkbox1: 22px;
    --aliceblue: #f0f8ff;
    --orange1: #ffa500;
}
.green1{
    color: var(--green1);
}
.green2{
    color: var(--green2);  /*gray2 - green2*/
}
.bg-gray3{
    background-color: var(--gray3);
}
.blue1{
    color: var(--blue1);
}
.gray1{
    color: var(--gray1);
}
.gray2{
    color: var(--gray2);
}
.white1{
    color: var(--white1);
}
.red2{
    color: var(--red2);
}
.rspl{
    color: var(--rspl);
}
.yellow1{
    color: var(--yellow1);
}
.yellow2{
    color: var(--yellow2);
}
.black1{
    color: var(--black1);
}
.pink1{
    color: var(--pink1);
}
.pink2{
    color: var(--pink2);
}
.orange1{
    color: var(--orange1);
}
.bg-green1{
    background-color: var(--green1);
}
.bg-green2{
    background-color: var(--green2); /*gray2 - green2*/
}
.bg-blue1{
    background-color: var(--blue1);
}
.bg-gray1{
    background-color: var(--gray1);
}
.bg-gray2{
    background-color: var(--gray2);
}
.bg-white1{
    background-color: var(--white1);
}
.bg-red2{
    background-color: var(--red2);
}
.bg-rspl{
    background-color: var(--rspl);
}
.bg-yellow1{
    background-color: var(--yellow1);
}
.bg-yellow2{
    background-color: var(--yellow2);
}
.bg-black1{
    background-color: var(--black1);
}
.bg-pink1{
    background-color: var(--pink1);
}
.bg-pink2{
    background-color: var(--pink2);
}
.modal-custom{
    --bs-modal-width: 700px;
}
.modal_background_1{
    background: url('images/back1.jpg');
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 7px;
   pointer-events: none;
}
.modal_background_2{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 7px;
    backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 1);
    pointer-events: none;
}
.modal-header, .modal-footer{
    z-index: 2;
    background-color: var(--aliceblue);
    height: 3rem;
    background: url(../images/header-footer.jpg);
}
.modal-header{
    border-bottom: solid 1px var(--gray1);
}
.modal-footer{
    border-top: solid 1px var(--gray1);
}
*{
    margin: 0;
    padding: 0;
}
p{
    margin: 0.15rem 0px;
}
body{
    font-size: 16px;
}
#activity_generator{
    min-width: 280px;
    overflow: auto;
    margin: 0 -10px; /* changed for rubrtic audio */
    padding-left: 25px; /* changed for rubrtic audio */
}
.uppercase{
    text-transform: uppercase;
}
button{
    box-shadow: 0px 0px 2px 2px var(--gray1);
}
.blueBtn {
    background-color: var(--blue1);
    width: 25px;
    height: 25px;
    border-radius: 25px;
    position: relative;
    vertical-align: text-top;
}
.greenBtn {
    background-color: var(--green1);
    width: 25px;
    height: 25px;
    border-radius: 25px;
    position: relative;
    vertical-align: text-top;
}
.btn-warning{
    background-color: var(--rspl);
    color: var(--white1);
}
.btn-mark{
    background-color: var(--gray1);
    color: var(--white1);
    pointer-events: none;
}
.btn-mark:hover{
    background-color: var(--gray1);
}
.blueBtn:hover{
    background-color: var(--blue1);
}
.greenBtn:hover{
    background-color: var(--green1);
}
.btn-disable{
    pointer-events: none;
    background-color: var(--gray1);   
}
.rubric_nohang{
    font-size: 1rem;
    font-weight: bold;
    color: var(--gary1);
    line-height: 1.5rem;
    margin-left: 2rem; /* changed for rubrtic audio */
    word-spacing: 2px;
    display: block;
}
.rubric{
    font-size: 1rem;
    font-weight: bold;
    color: var(--gray1);
    line-height: 1.5rem;
    margin-left: 3rem; /* changed for rubrtic audio */
    word-spacing: 2px;
    display: block;
}
.rubric.hang{
    color: var(--white1);
    background-color: var(--gray1);
    border-radius: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: flex;
    padding: 0px 6px;
    margin-left: -2.5rem;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    float: left;
}
.rubric.hang > .rotateAlpha{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
b{
    color: var(--blue1);
}
.bold{
    font-weight: bold;
}
.question_txt{
    font-size: 1rem;
    line-height: 1.5rem;
    word-spacing: 2px;
    display: block;
    margin-left: 32px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.question_txt.no_hang{
    margin-left: 58px;
}
.textfield_txt{
    font-size: 1rem;
    line-height: 1.5rem;
    word-spacing: 2px;
    display: block;
    margin-left: 33px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.textfield_circle{
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-left: 33px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.textfield_switch{
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-left: 33px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.textfield.no_hang{
    margin-left: 58px;
}
.question_hang, .option_hang{
    color: var(--gray1);
    font-weight: bold;
    text-align: right;
    margin-right: 10px;  
    float: left;
    width: 23px;
    margin-left: -33px;
}
.option{
    font-size: 1rem;
    line-height: 1.5rem;
    word-spacing: 2px;
    display: block;
    margin-left: 56px;
    margin-bottom: 0.25rem;
}
.option.hang_zero{
    margin-left: 33px;
}
.radio_hide{
    display: none;
}
.radio_hide + label{
    cursor: pointer;
}
.clkblock{
    pointer-events: none;
}
.clkenable{
    pointer-events: auto;
}
.clkblock.disable{
    background-color: var(--gray1);
}
.student{
    background-color: var(--white1);
    box-shadow: 0px 0px 0px 2px var(--gray1);
    border-radius: 5px;
    padding: 1px 0px;
}
.roll_bullet, .student_name{
    background-color: var(--rspl);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-width: 20px;
    padding: 0px 4px;
}
.student_name{
    background-color: var(--blue1);
    padding: 0px 4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.hide{
    visibility: hidden;
    display: none;
}
.UPPERCASE{
    text-transform: uppercase;
}
.LOWERCASE{
    text-transform: lowercase;
}
.CAPITALIZE{
    text-transform: capitalize;
}
/*==============header box==================*/
.rubric_head_box {
    display: block;
    text-align: center;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
    position: relative;
}
.rubric_head_box .rubric_head_box_design {
    border: solid 2px var(--gray1);
    padding: 10px;
    display: inline-block;
    position: relative;
}
.rubric_head_box .rubric_head_box_design:before {
    content: '';
    border-left: 15px solid var(--white1);
    border-bottom: 15px solid var(--gray1);
    position: absolute;
    left: -2px;
    top: -2px;
}
.rubric_head_box .rubric_head_box_design:after {
    content: '';
    border-right: 15px solid var(--white1);
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-top: 15px solid var(--gray1);
}
.rubric_head_box .rubric_head_box_design > span{
    margin: 0px 20px;
}
/* =============mcq_coloring start=============== */
.radio_hide:checked + label.MCQ_COLORING{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    padding: 0px 0rem 0px 0.25rem;
    margin: 0px 0.25rem 0px -0.25rem;
}
.radio_hide:checked + label.MCQ_COLORING.clkenable.selected.correct:after, .radio_hide:checked + label.MCQ_COLORING.clkenable.selected.incorrect:after{
    content: none;
}
.radio_hide:checked + label.MCQ_COLORING.correct:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0.25rem;
    border: dotted 1px var(--black1);
    display: inline-flex;
    align-items: end;
    height: 24px;
}
.radio_hide:checked + label.MCQ_COLORING.incorrect:after{
    content: "\2717";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0.25rem;
    border: dotted 1px var(--black1);
    display: inline-flex;
    align-items: end;
    height: 24px;
}
label[data-ans-index].MCQ_COLORING.correct_ans{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    padding: 0px 0rem 0px 0.25rem;
    margin: 0px 0.25rem 0px -0.25rem;
}
label.MCQ_COLORING.correct_ans:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0.25rem;
    border: dotted 1px var(--black1);
    display: inline-flex;
    align-items: end;
    height: 23px;
}
/* =============mcq_coloring end=============== */

/* =============mcq_tick start=============== */
label.MCQ_TICK:after{
    content: "";
    position: absolute;
    margin-left: 0.25rem;
    color: var(--black1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 22px;
    height: 24px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 22px;
}
label.MCQ_TICK.selected:after{
    content: "\2713";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 22px;
}
.radio_hide:checked + label.MCQ_TICK{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
    width: 100%;
}
.radio_hide:checked + label.MCQ_TICK.clkenable.selected.correct:after, .radio_hide:checked + label.MCQ_TICK.clkenable.selected.incorrect:after{
    content: "\2713";
    background-color: var(--blue1);
}
.radio_hide:checked + label.MCQ_TICK.correct:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 22px;   
}
.radio_hide:checked + label.MCQ_TICK.incorrect:after{
    content: "\2717";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 22px;
}
label[data-ans-index].MCQ_TICK.correct_ans{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
    width: 100%;
    display: inline;
    padding: 0px 0.25rem 0px 0.25rem;
    margin: 0px 0.25rem 0px -0.25rem;
}
label.MCQ_TICK.correct_ans:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    display: inline-flex;
    align-items: end;
}
/* =============mcq_tick end=============== */

/* =============mcq_tick_num_hide start=============== */
label.MCQ_TICK_NUM_HIDE:after{
    content: "";
    position: absolute;
    margin-left: 0.25rem;
    color: var(--black1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 22px;
    height: 24px;
    padding: 0px 2px;
    border: dotted 1px var(--black1); 
}
label.MCQ_TICK_NUM_HIDE.selected:after{
    content: "\2713";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
}
.radio_hide:checked + label.MCQ_TICK_NUM_HIDE{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
    width: 100%;
    display: inline;
    padding: 0px 0.25rem 0px 0.25rem;
    margin: 0px 0.25rem 0px -0.25rem;
}
.radio_hide:checked + label.MCQ_TICK_NUM_HIDE.clkenable.selected.correct:after, .radio_hide:checked + label.MCQ_TICK_NUM_HIDE.clkenable.selected.incorrect:after{
    content: "\2713";
    background-color: var(--blue1);
}
.radio_hide:checked + label.MCQ_TICK_NUM_HIDE.correct:after{
    content: "\2713";
    position: absolute;
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;    
}
.radio_hide:checked + label.MCQ_TICK_NUM_HIDE.incorrect:after{
    content: "\2717";
    position: absolute;
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
}
label[data-ans-index].MCQ_TICK_NUM_HIDE.correct_ans{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
    width: 100%;
    display: inline;
    padding: 0px 0.25rem 0px 0.25rem;
    margin: 0px 0.25rem 0px -0.25rem;
}
label.MCQ_TICK_NUM_HIDE.correct_ans:after{
    content: "\2713";
    position: absolute;
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    display: inline-flex;
    align-items: end;
}
/* =============mcq_tick_num_hide end=============== */

/* =============mcq_tick_cross start=============== */
label.TICK.MCQ_TICK_CROSS:after{
    content: "\2713";
    position: relative;
    margin-left: 0.25rem;
    color: var(--gray1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 22px;
    height: 24px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex: 0 0 22px;
}
label.CROSS.MCQ_TICK_CROSS:after{
    content: "\2717";
    position: relative;
    margin-left: 0.25rem;
    color: var(--gray1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 22px;
    height: 24px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex: 0 0 22px;
    margin-left: 10px;
}
label.TICK.MCQ_TICK_CROSS.selected:after{
    content: "\2713";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 22px;
}
label.CROSS.MCQ_TICK_CROSS.selected:after{
    content: "\2717";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 22px;
}
.radio_hide:checked + label.MCQ_TICK_CROSS{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
}
.radio_hide:checked + label.MCQ_TICK_CROSS.clkenable.selected.correct:after, .radio_hide:checked + label.MCQ_TICK_CROSS.clkenable.selected.incorrect:after{
    /* content: "\2713"; */
    background-color: var(--blue1);
}
.radio_hide:checked + label.TICK.MCQ_TICK_CROSS.correct:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 22px;   
}
.radio_hide:checked + label.CROSS.MCQ_TICK_CROSS.correct:after{
    content: "\2717";
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 22px;   
}
.radio_hide:checked + label.TICK.MCQ_TICK_CROSS.incorrect:after{
    color: var(--white1);
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
}
.radio_hide:checked + label.CROSS.MCQ_TICK_CROSS.incorrect:after{
    color: var(--white1);
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 22px;
}
label[data-ans-index].MCQ_TICK_CROSS.correct_ans{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
}
label.MCQ_TICK_CROSS.correct_ans:after{
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    display: inline-flex;
    align-items: end;
}
/* =============mcq_tick_cross end=============== */

/* =============mcq_circle start=============== */
.MCQ_CIRCLE .option_hang{
    margin-top: 2px;
}
label.MCQ_CIRCLE{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px transparent;
}
label.MCQ_CIRCLE.selected{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--blue1);
}
.radio_hide:checked + label.MCQ_CIRCLE.clkenable.selected.correct, .radio_hide:checked + label.MCQ_CIRCLE.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 2px var(--blue1);
}
.radio_hide:checked + label.MCQ_CIRCLE.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--green2);
}
.radio_hide:checked + label.MCQ_CIRCLE.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--red2);
}
label[data-ans-index].MCQ_CIRCLE.correct_ans{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 2px var(--green2);
}
/* =============mcq_circle end=============== */

/* =============mcq_underline start=============== */
label.MCQ_UNDERLINE{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: none;
    border-bottom: solid 2px transparent;
}
label.MCQ_UNDERLINE.selected{
    background-color: var(--blue1) !important;
    color: var(--white1);
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: none;
    border-bottom: solid 2px var(--blue1);
}
.radio_hide:checked + label.MCQ_UNDERLINE.clkenable.selected.correct, .radio_hide:checked + label.MCQ_UNDERLINE.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border-bottom: solid 2px var(--blue1);
}
.radio_hide:checked + label.MCQ_UNDERLINE.correct{
    background-color: var(--green2);
    color: var(--white1);
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: none;
    border-bottom: solid 2px var(--green2);
}
.radio_hide:checked + label.MCQ_UNDERLINE.incorrect{
    background-color: var(--red2);
    color: var(--white1);
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: none;
    border-bottom: solid 2px var(--red2);
}
label[data-ans-index].MCQ_UNDERLINE.correct_ans{
    background-color: var(--green2);
    color: var(--white1);
    transition: width, color, 300ms linear;
    display: inline-table;
    border: none;
    border-bottom: solid 2px var(--green2);
}
/* =============mcq_underline end=============== */

/* =============mcq_circle sentence start=============== */
label.MCQ_CIRCLE_SEN{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px transparent;
}
label.MCQ_CIRCLE_SEN.selected{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px var(--blue1);
}
.radio_hide:checked + label.MCQ_CIRCLE_SEN.clkenable.selected.correct, .radio_hide:checked + label.MCQ_CIRCLE_SEN.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 1px var(--blue1);
}
.radio_hide:checked + label.MCQ_CIRCLE_SEN.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px var(--green2);
}
.radio_hide:checked + label.MCQ_CIRCLE_SEN.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px var(--red2);
}
label[data-ans-index].MCQ_CIRCLE_SEN.correct_ans{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 1px var(--green2);
}
/* =============mcq_circle sentence end=============== */

/* =============MCQ_CIRCLE_SWITCH start=============== */
label.MCQ_CIRCLE_SWITCH{
    background-color: transparent !important;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px transparent;
}
label.MCQ_CIRCLE_SWITCH.selected{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--blue1);
}
.radio_hide:checked + label.MCQ_CIRCLE_SWITCH.clkenable.selected.correct, .radio_hide:checked + label.MCQ_CIRCLE_SWITCH.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 1px var(--blue1);
}
.radio_hide:checked + label.MCQ_CIRCLE_SWITCH.correct{
    background-color: var(--green2) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--green2);
}
.radio_hide:checked + label.MCQ_CIRCLE_SWITCH.correct > b, .radio_hide:checked + label.MCQ_CIRCLE_SWITCH.incorrect > b{
    color: var(--white1) !important;
}
.radio_hide:checked + label.MCQ_CIRCLE_SWITCH.incorrect{
    background-color: var(--red2) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--red2);
}
label[data-ans-index].MCQ_CIRCLE_SWITCH.correct_ans{
    background-color: var(--green2) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 1px var(--green2);
}
/* =============MCQ_CIRCLE_SWITCH end=============== */


/*==========input field start here============*/
.rsw3{width: 10%;}
.textfield.rsw3{
    min-width: 50px;
    text-align: center;
}
.rsw4{width: 20%;}
.textfield.rsw4{
    min-width: 100px;
    text-align: center;
}
.rsw5{width: 30%;}
.textfield.rsw5{
    min-width: 120px;
    text-align: center;
}
.rsw6{width: 40%;}
.textfield.rsw6{
    min-width: 200px;
}
.rsw7{width: 50%;}
.textfield.rsw7{
    min-width: 250px;
}
.rsw8{width: 60%;}
.textfield.rsw8{
    min-width: 300px;
}
.rsw9{width: 70%;}
.textfield.rsw9{
    min-width: 350px;
}
.rsw10{width: 80%;}
.textfield.rsw10{
    min-width: 400px;
}
.rsw11{width: 90%;}
.textfield.rsw11{
    min-width: 450px;
}
.rsw12{width: 100%;}
.textfield.rsw12{
    min-width: 500px;
    min-width: 400px;
}

input{
    outline: none;
}
.textfield{
    text-align: left;
    border: solid 1px var(--black1);
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.textfield + .textfield_label{
    display: none;
}
.textfield.TYPING_TEXTAREA + label{
    margin-bottom: 6px;
}
.textfield.TYPING_TEXTAREA{
    min-height: 100px;
}
.textfield.TYPING_INPUT.incorrect, .textfield.TYPING_TEXTAREA.incorrect{
    color: var(--red2);
}
.textfield.TYPING_INPUT.correct, .textfield.TYPING_TEXTAREA.correct{
    color: var(--green2);
}
.textfield.TYPING_INPUT.correct_ans, .textfield.TYPING_TEXTAREA.correct_ans{
    color: var(--green2);
}
/*==========input field end here============*/

/*=================width Size start here======================*/
.w-5 {
    width: 5%!important;
}
.w-10 {
    width: 10%!important;
}
.w-15 {
    width: 15%!important;
}
.w-20 {
    width: 20%!important;
}
/*==========width Size end here============*/

/*===========added styles start==================*/
.MCQ_CIRCLE_SWITCH > b{
    color: var(--gray1);
}
.MCQ_CIRCLE_SWITCH.selected > b{
    color: var(--white1);
}
/*===========added styles end==================*/

/*===========wordsearch styles start==================*/
.wordsearch_size{
    display: inline-block;
}
label.WORD_SEARCH.disabled_word{
    background-color: var(--gray2);
    color: var(--black1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--gray2);
}
.wordsearch_size td{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    border: dotted 2px var(--gray1);
    box-shadow: inset 0 0 0 2px var(--white1);
    background-color: var(--aliceblue);
}
.wordsearch_size .label_cls{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
label.WORD_SEARCH{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px transparent;
}
label.WORD_SEARCH.fixed{
    background-color: var(--gray1);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--gray1);
    /* pointer-events: none; */
}
label.WORD_SEARCH.selected{
    background-color: var(--blue1);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--blue1);
}
.radio_hide:checked + label.WORD_SEARCH.clkenable.selected.correct, .radio_hide:checked + label.WORD_SEARCH.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 2px var(--blue1);
}
label.WORD_SEARCH.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--green2);
}
label.WORD_SEARCH.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--red2);
}
input.WORD_SEARCH.correct{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
input.WORD_SEARCH.incorrect{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
input.WORD_SEARCH.correct_ans{
    color: var(--green1);
    transition: width, color, 300ms linear;
}
label.WORD_SEARCH.correct_ans{
    background-color: var(--green1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--green1);
}
#select-word-btn.wordsearch-selectbtn{
    visibility: hidden;
}
/*===========wordsearch styles end==================*/

/*===========crossword styles start==================*/

.crossword_size{
    display: inline-block;
}
td .crossword_size{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    box-shadow: inset 0 0 0 1px var(--white1);
    background-color: var(--aliceblue);
    text-align: center;
    border: none;
}
.tdb{
    border: dotted 1px var(--gray1);
    box-shadow: inset 0 0 0 2px var(--white1);
    position: relative;
}
.sequence{
    position: absolute;
    font-size: 70%;
    line-height: 100%;
    margin: 2px 4px;
    color: var(--black1);
    font-weight: 700;
}
.CROSSWORD:disabled{
    background-color: var(--gray2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    color: var(--black1);
}
input.CROSSWORD.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--green2);
}
input.CROSSWORD.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--red2);
}
input.CROSSWORD.correct_ans{
    background-color: var(--green1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    border: dotted 2px var(--green1);
}
input.textfield.CROSSWORD.correct1{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
input.textfield.CROSSWORD.incorrect1{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
input.textfield.CROSSWORD.correct_ans1{
    color: var(--green1);
    transition: width, color, 300ms linear;
}
/* #select-word-btn.crossword-selectbtn{
    visibility: hidden;
} */
/*===========crossword styles end==================*/

/*===========matching styles start==================*/
p.match_txt {
    position: relative;
    display: flex;
    align-items: center;
}

.matching_size{
    border: solid 1px var(--green2);
    margin-left: 30px;
}
.matching_size .col:nth-child(2n){
    flex: 0.2 0 0;
}
.matching_size .row{
    margin-top: 10px;
    margin-bottom: 10px;
}
.matching_size [id^="l"]{
    /* background-color: yellow; */
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: left;    
}
.matching_size [id^="r"]{
    /* background-color: yellow; */
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: left;    
}
.matching_size [id^="l"]::after{
    content: '';
    position: relative;
    width: 25px;
    height: 25px;
    border: solid 1px var(--gray1);
    border-radius: 100%;
    display: inline-flex;
    vertical-align: middle;
    margin: 5px;
    box-shadow: inset 0px 0px 0px 3px var(--white1);
    box-sizing: content-box;
    background-color: var(--gray1);
    flex: 0 0 25px;
}
.matching_size [id^="r"]::before{
    content: '';
    position: relative;
    width: 25px;
    height: 25px;
    border: solid 1px var(--gray1);
    border-radius: 100%;
    display: inline-flex;
    vertical-align: middle;
    margin: 5px;
    box-shadow: inset 0px 0px 0px 3px var(--white1);
    box-sizing: content-box;
    background-color: var(--gray1);
    flex: 0 0 25px;
}
.MATCHING.bl_gap_1{
    --bs-gutter-x: 1rem;
}
.MATCHING.bl_gap_2{
    --bs-gutter-x: 2rem;
}
.MATCHING.bl_gap_3{
    --bs-gutter-x: 3rem;
}
.MATCHING.bl_gap_4{
    --bs-gutter-x: 4rem;
}
.MATCHING.bl_gap_5{
    --bs-gutter-x: 5rem;
}
.MATCHING.bl_gap_6{
    --bs-gutter-x: 6rem;
}
.MATCHING.bl_gap_7{
    --bs-gutter-x: 7rem;
}
.MATCHING_inline_inp{
    position: relative;
    z-index: 2;
}
.radio_hide:checked + [id^="l"]::after{
    background-color: var(--pink1);
}
.radio_hide:checked + [id^="r"]::before{
    background-color: var(--pink2);
}

label.MATCH_THE_COLOUMN{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px transparent;
}
label.MATCH_THE_COLOUMN.selected{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--blue1);
}
.radio_hide:checked + label.MATCH_THE_COLOUMN.clkenable.selected.correct, .radio_hide:checked + label.MATCH_THE_COLOUMN.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 2px var(--blue1);
}
.radio_hide:checked + label.MATCH_THE_COLOUMN.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--green2);
}
.radio_hide:checked + label.MATCH_THE_COLOUMN.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--red2);
}
label[data-ans-index].MATCH_THE_COLOUMN.correct_ans{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 2px var(--green2);
}
.MATCHING-incorrect{
    color:var(--red2);
}
.MATCHING-correct{
    color:var(--green2)
}
.MATCHING-correct_ans{
    color:var(--green1)
}

/*===========matching styles end==================*/

/*===========INPT_OVER_IMG styles start==================*/
textarea.INPT_OVER_IMG.label_textarea_btn{
    float: unset !important;
}
.INPT_OVER_IMG-incorrect{
    color: var(--red2);
}
.INPT_OVER_IMG-correct{
    color: var(--green2);
}
.INPT_OVER_IMG-correct_ans{
    color: var(--green1);
}

label.TICK.INPT_OVER_IMG_radio:after{
    content: "\2713";
    position: relative;
    margin-left: 0.25rem;
    color: var(--gray1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--white1);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 22px;
    height: 24px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex: 0 0 22px;
}
label.CROSS.INPT_OVER_IMG_radio:after{
    content: "\2717";
    position: relative;
    margin-left: 0.25rem;
    color: var(--gray1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--white1);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 22px;
    height: 24px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex: 0 0 22px;
    margin-left: 10px;
}
label.TICK.INPT_OVER_IMG_radio.selected:after{
    content: "\2713";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 22px;
}
label.CROSS.INPT_OVER_IMG_radio.selected:after{
    content: "\2717";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 22px;
}
.INPT_OVER_IMG_radio_hide:checked + label.INPT_OVER_IMG_radio{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
}
.INPT_OVER_IMG_radio_hide:checked + label.INPT_OVER_IMG_radio.correct:after, .INPT_OVER_IMG_radio_hide:checked + label.INPT_OVER_IMG_radio.incorrect:after{
    /* content: "\2713"; */
    background-color: var(--blue1);
}
label.TICK.INPT_OVER_IMG_radio.correct:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 22px;   
}
label.CROSS.INPT_OVER_IMG_radio.correct:after{
    content: "\2717";
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 22px;   
}
label.TICK.option_clk.INPT_OVER_IMG_radio.incorrect:after{
    color: var(--white1);
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
}
label.CROSS.option_clk.INPT_OVER_IMG_radio.incorrect:after{
    color: var(--white1);
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 22px;
}
label.INPT_OVER_IMG_radio.correct_ans{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
}
label.INPT_OVER_IMG_radio.correct_ans:after{
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green1) !important;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    display: inline-flex;
    align-items: end;
}



/* circle_switch css */
label.INPT_OVER_IMG_radio_switch{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px transparent;
}
label.INPT_OVER_IMG_radio_switch.selected{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--blue1);
}
label.INPT_OVER_IMG_radio_switch.clkenable.selected.correct, label.INPT_OVER_IMG_radio_switch.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 1px var(--blue1);
}
label.INPT_OVER_IMG_radio_switch.correct{
    background-color: var(--green2) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--green2);
}
label.INPT_OVER_IMG_radio_switch.correct > b, label.INPT_OVER_IMG_radio_switch.incorrect > b{
    color: var(--white1) !important;
}
label.INPT_OVER_IMG_radio_switch.incorrect{
    background-color: var(--red2) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--red2);
}
label.INPT_OVER_IMG_radio_switch.correct_ans{
    background-color: var(--green1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 0px;
    border: dotted 1px var(--green1);
}
/*===========INPT_OVER_IMG styles end==================*/

/*===========DRAWING ACTIVITY styles start==================*/
.DRAWING.canvas{
    border: 1px solid black;
    cursor: pointer;
    background: white;
    /* width: 100%; */
}
.DRAWING-clicked{
    stroke-width: 3px;
}
.DRAWING-color-btns{
    border-radius: 50%;
    padding: 20px;
    margin: 5px;
    caret-color: red;
}
.DRAWING-size-btns{
    margin: 5px;
}
.DRAWING-correct_ans{
    fill: var(--green1);
    stroke: gray !important;
}
.DRAWING-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.DRAWING-svg-path{
    stroke: gray;
    cursor: pointer;
}
.DRAWING_input.incorrect{
    color: var(--red2);
    transition: color, 300ms linear;
}
.DRAWING_input.correct{
    color: var(--green2);
    transition: color, 300ms linear;
}
.DRAWING_input.correct_ans{
    color: var(--green1);
    transition: color, 300ms linear;
}
.DRAWING.accpt_all_div{
    position: absolute;
    left: calc(50% - 103px);
    bottom: -17px;
    color: var(--green1);
}
.DRAWING-arrow {
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  #DRAWING-leftArrow {
    left: 10px;
    z-index: 11111;
  }

  #DRAWING-rightArrow {
    right: 10px;
    z-index: 11111;
  }
/*===========DRAWING ACTIVITY styles end==================*/

/*===========ClickToColor styles start==================*/
.SVG_ClK_TO_COLOR-clicked{
    /* fill: grey; */
}
.SVG_ClK_TO_COLOR-color-btns{
    border-radius: 50%;
    padding: 20px;
    margin: 5px;
    caret-color: red;
}
.SVG_ClK_TO_COLOR-correct_ans{
    fill: var(--green1);
}
.SVG_ClK_TO_COLOR-svg-path{
    stroke: gray;
    cursor: pointer;
}
.SVG_ClK_TO_COLOR-incorrect{
    stroke: red;
}
.SVG_ClK_TO_COLOR-correct{
    stroke: green;
}
.SVG_ClK_TO_COLOR.incorrect{
    color: var(--red2);
}
.SVG_ClK_TO_COLOR.correct{
    color: var(--green2);
} 
.SVG_ClK_TO_COLOR.correct_ans{
    color: var(--green1);
}  
/*===========ClickToColor styles end==================*/

/*===========ClickToColorFraction styles start==================*/
.SVG_ClK_TO_COLOR_FRACTION-clicked{
    stroke-width: 3px;
}
.SVG_ClK_TO_COLOR_FRACTION-color-btns{
    border-radius: 50%;
    padding: 20px;
    margin: 5px;
    caret-color: red;
}
.SVG_ClK_TO_COLOR_FRACTION-correct_ans{
    fill: var(--green1);
    stroke: gray !important;
}
.SVG_ClK_TO_COLOR_FRACTION-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.SVG_ClK_TO_COLOR_FRACTION-svg-path{
    stroke: gray;
    cursor: pointer;
}
.SVG_ClK_TO_COLOR_FRACTION-incorrect{
    stroke: red;
}
.SVG_ClK_TO_COLOR_FRACTION-correct{
    stroke: green;
}
.SVG_ClK_TO_COLOR_FRACTION.incorrect{
    color: var(--red2);
}
.SVG_ClK_TO_COLOR_FRACTION.correct{
    color: var(--green2);
} 
.SVG_ClK_TO_COLOR_FRACTION.correct_ans{
    color: var(--green1);
} 
/*===========ClickToColorFraction styles end==================*/

/* =============VALUE_CROSSOUT start=============== */
label.VALUE_CROSSOUT{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px transparent;
}
label.VALUE_CROSSOUT.selected{
    position: relative;
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px var(--blue1);
}
.radio_hide:checked + label.VALUE_CROSSOUT.clkenable.selected.correct, .radio_hide:checked + label.VALUE_CROSSOUT.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 1px var(--blue1);
}
.radio_hide:checked + label.VALUE_CROSSOUT.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px var(--green2);
}
.radio_hide:checked + label.VALUE_CROSSOUT.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    border: dotted 1px var(--red2);
}
label[data-ans-index].VALUE_CROSSOUT.correct_ans{
    background-color: var(--green1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 1px var(--green2);
}
input.VALUE_CROSSOUT.correct{
    color: var(--green2); 
    transition: width, color, 300ms linear;
}
input.VALUE_CROSSOUT.incorrect{
   color: var(--red2); 
   transition: width, color, 300ms linear;
}
input.VALUE_CROSSOUT.correct_ans{
    color: var(--green1) !important;
    transition: width, color, 300ms linear;
}
/* =============VALUE_CROSSOUT end=============== */

/* =============TYPING_INPUT_WITHOUT_INDEX_VALIDATION start=============== */
.textfield.TYPING_INPUT_WITHOUT_INDEX_VALIDATION.incorrect{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
.textfield.TYPING_INPUT_WITHOUT_INDEX_VALIDATION.correct{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
.textfield.TYPING_INPUT_WITHOUT_INDEX_VALIDATION.correct_ans{
    color: var(--green1);
    transition: width, color, 300ms linear;
}
/* =============TYPING_INPUT_WITHOUT_INDEX_VALIDATION end=============== */

/* =============TYPING_INPUT_WITHOUT_INDEX_VALIDATION_GROUP start=============== */
.textfield.TYPING_INPUT_WITHOUT_INDEX_VALIDATION_GROUP.incorrect{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
.textfield.TYPING_INPUT_WITHOUT_INDEX_VALIDATION_GROUP.correct{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
.textfield.TYPING_INPUT_WITHOUT_INDEX_VALIDATION_GROUP.correct_ans{
    color: var(--green1);
    transition: width, color, 300ms linear;
}
/* =============TYPING_INPUT_WITHOUT_INDEX_VALIDATION_GROUP end=============== */

/*===========CLOCK ACTIVITY styles start==================*/
.CLOCK.canvas{
    border: 1px solid black;
    cursor: pointer;
    background: white;
    /* width: 100%; */
}
.CLOCK-clicked{
    stroke-width: 3px;
}
.CLOCK-color-btns{
    border-radius: 50%;
    padding: 20px;
    margin: 5px;
    caret-color: red;
}
.CLOCK-size-btns{
    margin: 5px;
}
.CLOCK-correct_ans{
    fill: var(--green1);
    stroke: gray !important;
}
.CLOCK-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.CLOCK-svg-path{
    stroke: gray;
    cursor: pointer;
}
.CLOCK_input.incorrect{
    color: var(--red2);
}
.CLOCK_input.correct{
    color: var(--green2);
}
.CLOCK_input.correct_ans{
    color: var(--green1);
}
.CLOCK-arrow {
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  #CLOCK-leftArrow {
    left: 10px;
    z-index: 11111;
  }

  #CLOCK-rightArrow {
    right: 10px;
    z-index: 11111;
  }
/*===========CLOCK ACTIVITY styles end==================*/

/* =============COIN_CIRCLE start=============== */
.COIN_CIRCLE .option_hang{
    margin-top: 2px;
}
label.COIN_CIRCLE img{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px transparent;
}
label.COIN_CIRCLE.selected img{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--blue1);
}
label.COIN_CIRCLE.clkenable.selected.correct img, label.COIN_CIRCLE.clkenable.selected.incorrect img{
    background-color: var(--blue1);
    border: dotted 2px var(--blue1);
}
label.COIN_CIRCLE.correct img{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--green2);
}
label.COIN_CIRCLE.incorrect img{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--red2);
}
label.COIN_CIRCLE.correct_ans img{
    background-color: var(--green1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--green1) !important;
}
/* label[data-ans-index].COIN_CIRCLE.correct_ans{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 2px var(--green2);
} */
/* =============COIN_CIRCLE end=============== */

/*===========NEXT_PATTERN ACTIVITY styles start==================*/
.NEXT_PATTERN_img{
    border: 1px solid black;
    cursor: pointer;
    background: white;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
    margin: 4px;
}
.NEXT_PATTERN_img img{
    width: 100%;
}
.NEXT_PATTERN .hint_img img{
    width: 100%;
}

.NEXT_PATTERN .hint_img{
    border: 1px solid gray;
    cursor: pointer;
    background: white;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
    margin: 4px;
}
.NEXT_PATTERN.hint_block{
    display: flex;
    justify-content: center;
}
.NEXT_PATTERN.drawing_block{
    display: flex;
    justify-content: center;
}
.NEXT_PATTERN_img.fill_div{
    border: none;
}
.NEXT_PATTERN_img.empty_div{
    border: 2px dotted black;
}
.NEXT_PATTERN_img.selected_div{
    border: 2px dotted black !important;
}
.NEXT_PATTERN_img.correct{
    border: 3px dotted var(--green2);
}
.NEXT_PATTERN_img.incorrect{
    border: 3px dotted var(--red2);
}
.NEXT_PATTERN_img.correct_ans{
    border: 3px dotted var(--green1);
}
@keyframes blinkNextPattern {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(1);
    }
}
.NEXT_PATTERN_img.div_blink{
    animation: blinkNextPattern 1s infinite;
}

.NEXT_PATTERN-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.NEXT_PATTERN-svg-path{
    stroke: gray;
    cursor: pointer;
}
.NEXT_PATTERN_input.incorrect{
    color: var(--red2);
}
.NEXT_PATTERN_input.correct{
    color: var(--green2);
}
.NEXT_PATTERN_input.correct_ans{
    color: var(--green1);
}
/*===========NEXT_PATTERN ACTIVITY styles end==================*/

/*===========ClickToColor styles start==================*/
div.abacus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 25px;
}
.abacus_container_outer{
    display: flex;
    justify-content: center;
    margin:  40px 0px;
}
.abacus_container{
    display: flex;
    justify-content: center;
}
@keyframes blink {
    0% { background-color: var(--black1); }
    50% { background-color: rgb(76, 76, 76) }
    100% { background-color: var(--black1); }
}

.ABACUS.stick {
    width: 5px;
    height: 160px;
    background-color: var(--black1);
    margin: 0 10px;
    display: flex;
    flex-direction: column-reverse;
    cursor: pointer;
    position: relative;
}
.ABACUS.stick.stick_anim{
    animation: blink 0.5s infinite;
}
.ABACUS.below_box {
    position: absolute;
    bottom: -26px;
    border: 2px solid;
    width: 23px;
    height: 26px;
    left: -10px;
    background-color: aliceblue;
}
.ABACUS.above_box {
    position: absolute;
    top: -26px;
    width: 23px;
    left: -9px;
}

.ABACUS .bead {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--blue1);
    margin: 1px auto;
    position: relative;
    cursor: pointer;
    left: -5px;
}
/* Define animation */
@keyframes slideIn {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
@keyframes slideOut {
from {
    transform: translateY(0px);
    opacity: 0;
}
to {
    transform: translateY(-50px);
    opacity: 1;
}
}
  
  /* Apply animation to beads */
  .ABACUS .bead_anim {
    animation: slideIn 0.5s ease forwards;
  }
  @keyframes fadeOut {
    from {
      opacity: 1; /* Start with full opacity */
    }
    to {
      opacity: 0; /* Fade out */
    }
  }
  
  /* Apply animation to beads */
  .ABACUS .bead.remove {
    animation: slideOut 0.5s ease forwards;
  }
  .ABACUS.stick.correct .bead{
    background-color: var(--green2);
  }
  .ABACUS.stick.incorrect .bead{
    background-color: var(--red2);
  }
  .ABACUS.stick.correct_ans .bead{
    background-color: var(--green1);
  }

.ABACUS.incorrect{
    color: var(--red2);
}
.ABACUS.correct{
    color: var(--green2);
} 
.ABACUS.correct_ans{
    color: var(--green1);
}
/*===========ClickToColor styles end==================*/

/* =============ANY_SEN_SELECT start=============== */
.ANY_SEN_SELECT .option_hang{
    margin-top: 2px;
}
label.ANY_SEN_SELECT{
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px transparent;
}
label.ANY_SEN_SELECT.selected{
    background-color: var(--blue1) !important;
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--blue1);
}
label.ANY_SEN_SELECT.clkenable.selected.correct, label.ANY_SEN_SELECT.clkenable.selected.incorrect{
    background-color: var(--blue1);
    border: dotted 2px var(--blue1);
}
label.ANY_SEN_SELECT.correct{
    background-color: var(--green2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--green2);
}
label.ANY_SEN_SELECT.incorrect{
    background-color: var(--red2);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 2px;
    margin: -2px;
    border: dotted 2px var(--red2);
}
label[data-ans-index].ANY_SEN_SELECT.correct_ans{
    background-color: var(--green1);
    color: var(--white1) !important;
    transition: width, color, 300ms linear;
    display: inline-table;
    border: dotted 2px var(--green1);
}
/* =============ANY_SEN_SELECT end=============== */

/*===========LINE_COUNT ACTIVITY styles start==================*/
.LINE_COUNT.outer_block{
    /* margin-right: 12px; */
}
.LINE_COUNT_img{
    border: 1px solid black;
    cursor: pointer;
    background: white;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
    /* margin: 4px; */
}
/* .LINE_COUNT_img img{
    width: 100%;
    height: 100%;
} */
.LINE_COUNT .hint_img img{
    width: 25px;
    height: 25px;
}
.LINE_COUNT.stick{
    width: 2px;
    max-width: 2px;
    min-width: 2px;
    height: 20px;
    background-color: var(--blue1);
    margin: 1px;
    cursor: pointer;
}
.LINE_COUNT.stick.e_half {
    overflow: hidden;
}
#LINE_COUNT_half_sel_btn , #LINE_COUNT_full_sel_btn{
    cursor: pointer;
}
@keyframes LINECOUNTslideIn {
    from {
        transform: translateY(-3px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes LINECOUNTstrikeThroughAnimation {
    0% {
        transform: rotate(57deg) scaleX(0); /* Start with 0 width */
    }
    100% {
        transform: rotate(57deg) scaleX(1); /* Scale it to full width */
    }
}
.LINE_COUNT.stick.stick_anim{
    animation: LINECOUNTslideIn 0.5s ease ;
}
.LINE_COUNT.strike_through {
    position: relative;
    left: -18px;
    top: 0%;
    /* left: 0; */
    width: 20px;
    height: 2px;
    background-color: var(--black1);
    z-index: 1;
    transform: rotate(57deg);
    animation: LINECOUNTstrikeThroughAnimation 0.5s  forwards;
}

.LINE_COUNT .hint_img{
    border: 1px solid gray;
    cursor: pointer;
    background: white;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
    margin: 0px;
}
.LINE_COUNT.hint_block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 12px;
    margin-left: 0px;
}

.LINE_COUNT.hint_block > div.hint_img{
    cursor: auto;
}
.LINE_COUNT.drawing_block{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.LINE_COUNT.inline_inpt_block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 12px;
    cursor: auto;
}
.LINE_COUNT_inpt{
    border: 1px solid black;
    cursor: auto;
    background: white;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}
.LINE_COUNT_inpt.fill_div{
    border: 1px solid black;
}
.LINE_COUNT_img.fill_div{
    border: none;
}
.LINE_COUNT_img.fill_div{
    border: 1px solid black;
}
.LINE_COUNT_img.empty_div{
    border: 2px dotted black;
}
.LINE_COUNT_img.selected_div{
    border: 2px dotted black !important;
}
/* .LINE_COUNT_img.correct{
    border: 3px dotted var(--green2);
}
.LINE_COUNT_img.incorrect{
    border: 3px dotted var(--red2);
} */
/* .LINE_COUNT_img.correct_ans{
    border: 3px dotted var(--green1);
} */
.LINE_COUNT_img.correct .stick{
    width: 2px;
    max-width: 2px;
    min-width: 2px;
    height: 20px;
    background-color: var(--green2);
    margin: 1px;
    cursor: pointer;
}
.LINE_COUNT_img.incorrect .stick{
    width: 2px;
    max-width: 2px;
    min-width: 2px;
    height: 20px;
    background-color: var(--red2);
    margin: 1px;
    cursor: pointer;
}
.LINE_COUNT_img.correct_ans .stick{
    width: 2px;
    max-width: 2px;
    min-width: 2px;
    height: 20px;
    background-color: var(--green1) !important;
    margin: 1px;
    cursor: pointer;
}
@keyframes blinkLineCount {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(1);
    }
}
.LINE_COUNT_img.div_blink{
    /* animation: blinkLineCount 1s infinite; */
    transform: scale(1.1);
}

.LINE_COUNT-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.LINE_COUNT-svg-path{
    stroke: gray;
    cursor: pointer;
}
.LINE_COUNT_input.incorrect{
    color: var(--red2);
}
.LINE_COUNT_input.correct{
    color: var(--green2);
}
.LINE_COUNT_input.correct_ans{
    color: var(--green1);
}
/*===========LINE_COUNT ACTIVITY styles end==================*/

/*===========INPT_OVER_IMG styles end==================*/

/*===========MAZE_GAME ACTIVITY styles start==================*/
.MAZE_GAME.canvas{
    border: 1px solid var(--gray2);
    cursor: pointer;
    background: white;
    /* width: 100%; */
}
.MAZE_GAME.canvas.custom_cursor{
    cursor: url('../images/maze_game_cursor.png') 5 5, auto !important;
}
.MAZE_GAME-clicked{
    stroke-width: 3px;
}

.MAZE_GAME-correct_ans{
    fill: var(--green1);
    stroke: gray !important;
}
.MAZE_GAME-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.MAZE_GAME_input.incorrect{
    color: var(--red2);
}
.MAZE_GAME_input.correct{
    color: var(--green2);
}
.MAZE_GAME_input.correct_ans{
    color: var(--green1);
}
.MAZE_GAME-arrow {
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  #MAZE_GAME-leftArrow {
    left: 10px;
    z-index: 11111;
  }

  #MAZE_GAME-rightArrow {
    right: 10px;
    z-index: 11111;
  }
/*===========MAZE_GAME ACTIVITY styles end==================*/

/* =============COLOR_INPT start=============== */
.COLOR_INPT_color_btns{
    border-radius: 50%;
    padding: 20px;
    margin: 5px;
    caret-color: red;
}
.textfield.COLOR_INPT{
    border-width: 2px;
    /* color: var(--red2); */
    transition: width, color, 300ms linear;
}
.textfield.COLOR_INPT.incorrect{
    border: 2px solid var(--red2);
    /* color: var(--red2); */
    transition: width, color, 300ms linear;
}
.textfield.COLOR_INPT.correct{
    border: 2px solid var(--green2);
    /* color: var(--green2); */
    transition: width, color, 300ms linear;
}
.textfield.COLOR_INPT.correct_ans{
    border: 2px solid var(--green1);
    /* color: var(--green1); */
    transition: width, color, 300ms linear;
}
/* =============COLOR_INPT end=============== */

/* =============GRAPH ACTIVITY start=============== */
div.BAR_GRAPH_entry_container_div {
    display: grid;
    grid-gap: 11px;
}
input.BAR_GRAPH.total_val_inp_field::-webkit-inner-spin-button,
input.BAR_GRAPH.total_val_inp_field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.BAR_GRAPH.y_axis_val_inp_field::-webkit-inner-spin-button,
input.BAR_GRAPH.y_axis_val_inp_field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.BAR_GRAPH.axis_val_inp_div_field{
    display: grid;
    grid-gap: 12px;
    align-items: center;
    justify-items: center;
}
.BAR_GRAPH.x_axis_val_inp_div_field,.BAR_GRAPH.y_axis_val_inp_div_field{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}
.BAR_GRAPH.entry_inpts{
    width: 55px;
    border: 1px solid var(--black1);
}
.BAR_GRAPH.total_val_inp_field{
    width: 50px;
    text-align: center;
    border: 1px solid var(--black1);
}
.BAR_GRAPH.x_axis_val_inp_field, .BAR_GRAPH.y_axis_val_inp_field{
    text-align: center;
}

.BAR_GRAPH.shake {
    animation: BAR_GRAPH_shake 0.5s;
  }
  
@keyframes BAR_GRAPH_shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}
@keyframes expandFromCenterGraph {
    0% {
      transform: scale(0);
      transform-origin: center;
    }
    100% {
      transform: scale(1);
      transform-origin: center;
    }
}
.bar_graph_anim{
    animation: expandFromCenterGraph 0.5s ease forwards;
}

  
.BAR_GRAPH.highlight {
    border: 2px solid var(--black1); 
}

.textfield.BAR_GRAPH.correct{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
.textfield.BAR_GRAPH.incorrect{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
.textfield.BAR_GRAPH.correct_ans{
    color: var(--green1);
    transition: width, color, 300ms linear;
}

.BAR_GRAPH.entry_inpts.correct{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
.BAR_GRAPH.entry_inpts.incorrect{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
.BAR_GRAPH.entry_inpts.correct_ans{
    color: var(--green1);
    transition: width, color, 300ms linear;
}
/* =============GRAPH ACTIVITY end=============== */

/* =============PROJECT SUBMISSION ACTIVITY start=============== */
.PROJECT_SUBMISSION_bg{
    /* background-color: rgba(165, 170, 178, 0.239); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.PROJECT_SUBMISSION.sel_block_out_div{
    /* display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0px; */
    display: flex;
    justify-content: center;
    gap: 30px;
    background-color: rgba(165, 170, 178, 0.239);
    margin: 15px 0;
    padding: 15px;
    border-radius: 7px;
}
label.tick.PROJECT_SUBMISSION:after{
    content: "\2713";
    position: relative;
    margin-left: 0.25rem;
    color: var(--gray1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 28px;
    height: 28px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex: 0 0 28px;
}
label.cross.PROJECT_SUBMISSION:after{
    content: "\2717";
    position: relative;
    margin-left: 0.25rem;
    color: var(--gray1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    width: 28px;
    height: 28px;
    padding: 0px 2px;
    border: dotted 1px var(--black1);
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex: 0 0 28px;
    margin-left: 10px;
}
label.tick.PROJECT_SUBMISSION.selected:after{
    content: "\2713";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 28px;
}
label.cross.PROJECT_SUBMISSION.selected:after{
    content: "\2717";
    background-color: var(--blue1);
    color: var(--white1);
    display: inline-flex;
    align-items: end;
    flex: 0 0 28px;
}
.radio_hide:checked + label.PROJECT_SUBMISSION{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
}
.radio_hide:checked + label.PROJECT_SUBMISSION.clkenable.selected.correct:after, .radio_hide:checked + label.PROJECT_SUBMISSION.clkenable.selected.incorrect:after{
    /* content: "\2713"; */
    background-color: var(--blue1);
}
.radio_hide:checked + label.tick.PROJECT_SUBMISSION.correct:after{
    content: "\2713";
    margin-left: 0.25rem;
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 28px;   
}
.radio_hide:checked + label.cross.PROJECT_SUBMISSION.correct:after{
    content: "\2717";
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    align-items: end;
    display: inline-flex;
    flex: 0 0 28px;   
}
.radio_hide:checked + label.tick.PROJECT_SUBMISSION.incorrect:after{
    color: var(--white1);
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
}
.radio_hide:checked + label.cross.PROJECT_SUBMISSION.incorrect:after{
    color: var(--white1);
    background-color: var(--red2);
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 28px;
}
label[data-ans-index].PROJECT_SUBMISSION.correct_ans{
    background-color: transparent;
    color: var(--black1) !important;
    border: none !important;
    transition: width, color, 300ms linear;
}
label.PROJECT_SUBMISSION.correct_ans:after{
    color: var(--white1);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--green1) !important;
    box-shadow: inset 0px 0px 0px 1px var(--white1);
    padding: 0px 2px;
    display: inline-flex;
    align-items: end;
}
.textfield.PROJECT_SUBMISSION.correct{
    color: var(--green2);
    transition: width, color, 300ms linear;
}
.textfield.PROJECT_SUBMISSION.incorrect{
    color: var(--red2);
    transition: width, color, 300ms linear;
}
.textfield.PROJECT_SUBMISSION.correct_ans{
    color: var(--green1);
    transition: width, color, 300ms linear;
}
/* =============PROJECT SUBMISSION ACTIVITY end=============== */

/*===========TRACING_ACTIVITY styles start==================*/
.TRACING_ACTIVITY.svg_container{
    position: relative;
    display: inline-block;
}
.tracing_dot {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.dot_index_label {
    position: absolute;
    font-size: 12px;
    color: black;
}
.TRACING_ACTIVITY.btn_block_remove{
    opacity: 0;
    pointer-events: none;
}
.TRACING_ACTIVITY.new_svg_ele{
    position: absolute;
    left: 0;
}
.TRACING_ACTIVITY.svg_hide{
    display: none;
}
@keyframes blink_tracing_dot {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
}
.tracing_dot_blink{
    animation: blink_tracing_dot 1s infinite;
}
@keyframes draw_trace_line {
    from {
        stroke-dashoffset: 100%;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.TRACING_ACTIVITY .trace_line {
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%;
    animation: draw_trace_line 500ms linear forwards;
}

/* @keyframes move {
    from {
        offset-distance: 0%;
    }
    to {
        offset-distance: 100%;
    }
} */


.TRACING_ACTIVITY-clicked{
    stroke-width: 3px;
}
.TRACING_ACTIVITY_color_btns{
    border-radius: 50%;
    padding: 20px;
    margin: 5px;
    caret-color: red;
}
.TRACING_ACTIVITY-correct_ans{
    fill: var(--green1);
    stroke: gray !important;
}
.TRACING_ACTIVITY-correct_ans2{
    fill: transparent;
    stroke: gray !important;
}
.TRACING_ACTIVITY_svg_path{
    stroke: gray;
    cursor: pointer;
}
.TRACING_ACTIVITY-incorrect{
    stroke: red;
}
.TRACING_ACTIVITY-correct{
    stroke: green;
}
.TRACING_ACTIVITY.incorrect{
    color: var(--red2);
}
.TRACING_ACTIVITY.correct{
    color: var(--green2);
} 
.TRACING_ACTIVITY.correct_ans{
    color: var(--green1);
} 
/*===========TRACING_ACTIVITY styles end==================*/

/*===========paragraph hang styles start==================*/
.rpara_hang {
    margin-left: -40px;
    width: 30px;
    display: inline-block;
    float: left;
    text-align: right;
}

.rpara {
    display: block;
    margin-bottom: 10px;
    margin-left: 22px;
}
/*===========paragraph hang styles end==================*/

/*===========coloumn layout start==================*/
#question_coloumn_layout.container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
[data-quest-col="0"]{
    flex: none;
    display: flex;
}
[data-quest-col="1"]{
     flex: 100%;
     display: flex;
}
[data-quest-col="2"]{
    flex: 50%;
    display: flex;
}
[data-quest-col="3"]{
    flex: 33%;
    display: flex;
}
strong{
	font-weight: 500;
	color: var(--gray1);
}
label.MCQ_CIRCLE_SWITCH.selected > strong{
	color: var(--white1);
}
/*===========coloumn layout end==================*/
/*===========Update Score Marks styles start==================*/
@keyframes expandFromCenterUpdateScoreBtn {
    0% {
      transform: scaleX(0);
      transform-origin: center;
    }
    100% {
      transform: scaleX(1);
      transform-origin: center;
    }
  }

input.score_input{
    width: 55px;
    text-align: center;
    border: 1px solid var(--black1);
    letter-spacing: unset !important;
    text-indent: unset !important;
}
input.score_input.ebook_disabled{
    width: 55px;
    text-align: center;
    background-color: transparent;
    /* border: none; */
    border: 1px solid var(--white1);
    color: var(--white1);
}

input.score_input::-webkit-inner-spin-button,
input.score_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.score_input {
  -moz-appearance: textfield;
}

button#edit_student_score{
    max-width: 125px;
}
button.score_input_outer_btn{
    animation: expandFromCenterUpdateScoreBtn 0.5s ease forwards;
    /* width: 37%; */
}
strong{
	font-weight: 500;
	color: var(--gray1);
}
label.MCQ_CIRCLE_SWITCH.selected > strong{
	color: var(--white1);
}
/*===========Update Score Marks styles end==================*/
.inpt_over_img {
    width: 540px;
}


/*===========ACCEPT ALL RELEVANT MSG styles start==================*/
@-webkit-keyframes longTextScroll {
    0% {text-indent:70px;}
    100% {text-indent:-230px}
}
.accpt_all_rel_inp{
    /* width: 157px !important;
    font-size: 10px;  */
    -webkit-animation: longTextScroll 3s infinite;
    -webkit-animation-timing-function: linear;
}
/*===========ACCEPT ALL RELEVANT MSG styles end==================*/
input.textfield.right, textarea.textfield.right{
	float: unset !important;
}
/*==============AUDIO style start=====================*/
.audio_play_pause{
    float: right;
    margin-left: -30px;
    margin-right: 30px;
    visibility: hidden;
}
.icon_play_pause_listen{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    background-image: url(../images/on.png);
    background-size: 100%;
    background-repeat: no-repeat;
	vertical-align: middle;
    /*animation - start*/
    box-shadow: inset 0px 0px 1px 2px #f37021;
    border-radius: 100%;
    padding: 2px;
    animation: btnGlow 1s linear infinite alternate-reverse;
    -webkit-animation: btnGlow 1s linear infinite alternate-reverse;
    -moz-animation: btnGlow 1s linear infinite alternate-reverse;
    -o-animation: btnGlow 1s linear infinite alternate-reverse;
    -ms-animation: btnGlow 1s linear infinite alternate-reverse;
    /*animation - end*/
}
.icon_play_pause{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    background-image: url(../images/on.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-left: -80px;
    margin-right: 52px;
}
.audio_play_pause:checked + label{
    background-image: url(../images/off.png);
}
/*==============AUDIO style end=====================*/

/*==============RUBRIC AUDIO style start=====================*/
.rubric_audio_play_pause{
    float: left;
    /* margin-left: -30px;
    margin-right: 30px;
    visibility: hidden; */
    display: none;
}
.rubric_icon_play_pause_listen{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    background-image: url(../images/on.png);
    background-size: 100%;
    background-repeat: no-repeat;
	vertical-align: middle;
    float: left;
    position: relative;
    left: -5rem;
    margin-right: -2.5rem;
    /*animation - start*/
    box-shadow: inset 0px 0px 1px 2px #f37021;
    border-radius: 100%;
    padding: 2px;
    animation: btnGlow 1s linear infinite alternate-reverse;
    -webkit-animation: btnGlow 1s linear infinite alternate-reverse;
    -moz-animation: btnGlow 1s linear infinite alternate-reverse;
    -o-animation: btnGlow 1s linear infinite alternate-reverse;
    -ms-animation: btnGlow 1s linear infinite alternate-reverse;
    /*animation - end*/
}
.rubric_icon_play_pause_listen_no_hang{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    background-image: url(../images/on.png);
    background-size: 100%;
    background-repeat: no-repeat;
	vertical-align: middle;
    float: left;
    position: relative;
    margin-left: -2.5rem;
    /*animation - start*/
    box-shadow: inset 0px 0px 1px 2px #f37021;
    border-radius: 100%;
    padding: 2px;
    animation: btnGlow 1s linear infinite alternate-reverse;
    -webkit-animation: btnGlow 1s linear infinite alternate-reverse;
    -moz-animation: btnGlow 1s linear infinite alternate-reverse;
    -o-animation: btnGlow 1s linear infinite alternate-reverse;
    -ms-animation: btnGlow 1s linear infinite alternate-reverse;
    /*animation - end*/
}
.rubric_icon_play_pause{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    background-image: url(../images/on.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-left: -80px;
    margin-right: 52px;
}
.rubric_audio_play_pause:checked + label{
    background-image: url(../images/off.png);
}
/*==============RUBRIC AUDIO style end=====================*/

/*==============Common styles start=====================*/
button.eb_show_ans_btn{
    min-width: 8rem !important;
}
/*==============Common styles end=====================*/

/* audio button animation start */
@keyframes btnGlow {
    0% {
        box-shadow: inset 0px 0px 1px 2px #f37021;
        border-radius: 100%;
    }

    100% {
        box-shadow: inset 0px 0px 1px 0px #808285;
        border-radius: 100%;
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }
}
@-webkit-keyframes btnGlow {
    0% {
        box-shadow: inset 0px 0px 1px 2px #f37021;
        border-radius: 100%;
    }

    100% {
        box-shadow: inset 0px 0px 1px 0px #808285;
        border-radius: 100%;
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }
}
/* audio button animation end */
.container.footer > .row > .col-lg-12.col-md-12.col-sm-12{
    display: flex;
    justify-content: space-between;
}
