#starttest{
.start-testmain{
    
    // padding: 18px;
    // ----------------------------------------instruction block css------------------------------------------//
    .start-testwrap{
   .sec-heading{
            h5{
                font-size: $st-heading-fourth;
                text-align: center;
                padding: 0 0 30px 0;
            }
        }
            ul{
                
                li{
                    padding: 30px 0 30px 0;
                    font-size: $st-font14;
                }
            }
            .verifyinstruction{
                padding: 0px 0 30px 30px;
                display: inline-flex;
                small{
                    padding: 0 0 0 10px;
                }
    
            }
            .testdescription{
                padding: 20px 20px;
                table{
                    thead{
                      tr{
                        //   background:"#011c44";
                        background: #021430;
                        
                     
                          th{
                              font-weight: bold;
                              color: #fff;
                            
                          }
                      }
                    }
                    tbody{
                        tr{
                            td{
                                font-weight: 600;
                            }
                        }
                    }
                }
            }
     
    }
   
    // -----------------------------------------MCQ Qusetion Block Css----------------------------------------//@at-root
    .mcq-quest{
        padding: 8px 0;
        border-right: 1px solid #d1d1d1;
        height: 100vh;
        .ques{
            // padding: 10px 27px;
            padding: 0px 27px;
            margin: 0px 0 10px 0!important;
              strong{
                  font-size: $st-font18;
              }
          }
        .options{
            .intype{
                margin: 2px 6px;
            }
            ul{
                li{
                    display: flex;
                    font-size:$st-font18 ;
                    padding: 4px;
                    .intype{
                        // padding: 0 4px 0 0;
                    }
                }
            }
        }
    }
    .quesmain{
        background: #f8f9fb;
        h6{
            border-bottom: 1px solid #eaeaea;
            // padding: 15px 25px;
        }
    .questionifo-wrap{
        // padding: 0 18px;
   .quesinfo{
       padding: 8px 6px;
       ul{
        //    display: flex;
        //    justify-content: center;
           display: block;
           align-items: center;
           padding: 0;
           margin: 0;
           border-bottom: 1px solid #eaeaea;
          
           li{
               display: flex;
               font-size: 14px;
               .circle {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                display: inline-block;
                margin-right: 5px;
              }
            //   .correct {
            //     background-color: green;
            //     margin: 6px 4px;
            //   }
            //   .wrong {
            //     background-color: red;
            //     margin: 6px 4px;
            //   }
              .attempted {
                background-color: green;
                margin: 6px 4px;
              }
              .notattempted {
                background-color: red;
                margin: 6px 4px;
              }
              .notvisited{
                background-color:#b9b3b3;
                margin: 6px 4px; 
              }
           }
       }
   }
           }
    }
        .noofquestion{
        // background: aliceblue;
        // padding: 20px 10px;
        // margin-bottom: 20px;
        h6{
            // padding: 10px 6px;
        }
            ul{
                padding: 0;
                margin: 0;
                height: 60vh;
                overflow-y: auto;
                li{
                    border: 1px solid #eaeaea;
                    color: #ffff;
                    border-radius: 50%;
                   width: 30px;
                   height: 30px;
                    line-height: 28px;
                    background: #d1d1d1;
                    // width: 15%;
                    text-align: center;
                    margin: 5px;
                    font-size: 12px;
                }
            }
        }
  
    .proceedtestbtn{
        display: flex;
        padding: 20px 32px;
        .btn {
            margin-right: 15px;
        }
        //justify-content: space-between;
    }
    .starttestfooter{ 
        background: #ffffff;
        // padding: 5px 5px;
        padding: 12px 5px;
        position: fixed;
        bottom: 0;
        width: 100%;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }
}
 
}