#result{
    .sec-heading{
        text-align: center;
        // padding: 1rem;
        padding: 0 0 30px 0;
    }
    .result-wrap{
        // display: flex;
        // justify-content: center;
        margin-bottom: 20px;
        .result-table{
            border-bottom: 1px solid #dadada;
            padding: 40px 0;
        table{
            thead{
                th,tr{
                    padding: 6px 12px;
                }
            }
            tbody{
                td,tr{
                    padding: 6px 12px;
                }
            }
        }
    }
        .user-detail{
          border-bottom: 1px solid #d1d1d1;
          padding: 40px 0;
        
        .namewrap{
            display: flex;
            label{
                margin-right: 10px;
            }
        }
    }
    }
    .score{
        display: flex;
        padding: 14px 0;
        h6{
            text-wrap: nowrap;
        }
    .totalscore{
        padding: 0px 8px;
    border: 1px solid #e1dddd;
    border-radius: 28px;
    color: #fff;
    background: #3cb7cb;
    text-align: center;
    width: 15%;


    p{
        position: relative;
        top: 7px;
    }
    }
}
.btn-result{
    display: flex;
    justify-content: space-between;
    a {
        background: #E3EBF7;
        padding: 10px 15px;
        font-size: 14px;
        &:hover {
            background: #d8dfeb;
        }
    }
}
    // -----------------------------------------MCQ Qusetion Block Css----------------------------------------//@at-root
    .mcq-quest{
        padding: 8px 0;
        border-bottom: 1px solid #dadada;
        &:last-child{
            border-bottom: 0;
        }
        .ques{
            padding: 0;
            margin: 15px 0 15px 0!important;
              strong{
                  font-size: $st-font18;
              }
          }
        .options{
            .intype{
                margin: 0 6px;
            }
            ul{
                li{
                    display: flex;
                    font-size:$st-font18 ;
                    padding: 4px;
                    .intype{
                        padding: 0 10px 0 0;
                    }
                }
            }
        }
    }
}