.addbutton{
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px 0;
    text-wrap: nowrap;
}
.examwrap{
    .exam{   
        padding: 28px;
        .testwrap{
            padding: 0;
            margin: 0;
            .blankdata{
                display: flex;
                justify-content: center;
                font-weight: 600;
                font-size: 28px;
                padding: 50px;

            }
        li{
            display: block;
  
            // border-bottom: 1px solid #d8dbe0;
            margin-bottom: 20px;
            &:last-child{
                margin-bottom: 0!important; 
            }
            .testlist{
                display: flex;
                justify-content: space-between;
                background: #e2eaf7;
                align-items: center;
                border-radius: 5px;
                color: #333;
                padding: 20px 15px;
                cursor: pointer;
            }
            .testinfo{
                display: flex;
                .starttestlist{
                    margin-right: 2px;
                    svg{
                        margin: 5px 6px;
                    }
                }
                h3{
                    padding: 0;
                    font-size: $st-font20;
                }
                ul{
                    margin: 0;
                    padding: 0;
                    display: flex;
                    font-size: $st-font14;
                    li{
                        // border-bottom: 0;
                        // border-right: 1px solid #d8dbe0 ;
                        margin-bottom: 10px;
                        padding: 0 10px 0 0;
                        // margin: 0 6px;
                        // padding: 0 0 0 10px;
                        &:last-child{
                         border-right:none;
                        }
                    }
                }
                small{
                    display: flex;
                    p{
                        border-left: 1px solid #d8dbe0;
                        margin: 0 7PX;
                    }
                }
            }
            .proceedtestbtn{   
              .editbtn{
                font-size: 18px;
                padding: 0;
                color: #285192!important;
                background: none!important;
                
                // &:hover {
                //     background-color: transparent;
                // }
               }
               .btn{
                    font-size: $st-font14;
                    text-transform: none;
                    color: #fff;
                    background: #14a44d;
                    // min-width: 118px;
                    // padding: 12px;
                    &.startTest {
                        background: #14a44d;
                    }
                    &.upcoming {
                        background: #008CBA;
                    }
                    &.expired {
                        background: #e55353;
                    }
                    &.continue{
                        background: #e4a11b;
                    }
                    &.viewresult{
                        background: #333242;
                    }
                }
            }
            .actButton{
                .btn{
                    font-size: $st-font14;
                    text-transform: none;
                    color: #fff;
                    background: #14a44d;
                    min-width: 125px;
                    padding: 10px;
                    line-height: normal;
                    &.startTest {
                        background: #14a44d;
                    }
                    &.upcoming {
                        background: #008CBA;
                    }
                    &.expired {
                        background: #e55353;
                    }
                    &.continue{
                        background: #e4a11b;
                    }
                    &.viewresult{
                        background: #333242;
                    }
                }
            }
            ul{
                padding: 0 0 0 20px;
                li{
                    display: block!important;
                    border-radius: 12px;
                    background: #f6f6f6;
                    overflow: hidden;
                    padding: 0px;
                    margin: 15px 0;
                    display: flex;
                    .stest{
                        display: flex;
                        justify-content: space-between;
                        margin: 10px 15px;
                        cursor: pointer;
                        .testinfo{
                            h6{
                           padding: 10px 0px;
                            }
                     
                        }
                      
                    }
                    .testinfoopen{
                        display: block!important; 
                    }
                    .testinfoclose{
                        display: none!important;
                    }
                    .proceedtestbtn{   
                        margin-bottom: 0px;
                        display: flex;
                        svg{
                          position: relative;
                          margin-right: 10px;
                          top: 10px;
                          color: #0866ef;
                        }
                    }
                    &:hover {    
                        background: #efefee;
                    }
                }
            }
        }
    }
      
    }
}