#createTestPaper{
    .sec-main {
        .sec-four {
            display: flex;
            margin-top: 20px;
            .submitbtn{
                .btn{
                    background:$st-sixth-bg;
                    margin-right: 10px;
                    color: #fff;
                }
            }
            .cancelbtn{
                .btn{
                    background: $st-text-thirteen;
                    color: #fff;
                }
            }
        }
    }
}
.contentInnerWrap {
    .MuiPaper-root  {
        position: relative;
        border-radius: 4px;
        .btn {
            bottom: 10px!important;
            left: 10px!important;
        }
        border: 1px solid #e3ebf7;
        // .MuiTableContainer-root {
        //     overflow-y: hidden!important;
        // }
        .MuiToolbar-root {
            .MuiBox-root {
                .btn {
                    &.disabled {
                        opacity: 0.4;
                    }
                }
            }
        }
    }
}
#addexam{
    .questheading {
        border-bottom: 1px solid #ccc;
        padding: 1.5rem;
    }
}
.MuiDialog-container {
    .MuiTableContainer-root {
        // overflow-y: hidden;
        max-height: 300px;
        .MuiTableBody-root {
            .MuiTableCell-root {
                white-space: nowrap;
            }
        }
    }
    .MuiPaper-root {
        .btn {
            position:absolute;
            bottom: 36px;
            left: 36px;
            position: absolute !important;;
            bottom: 5px;
            left: 18px;
            z-index: 2222;
            color: rgb(255, 255, 255);
            background: #0DA913;
        }
    }
    // .MuiDialogContent-root {
    //     // padding: 28px 35px;
    //     padding: 0;
    // }
    // .MuiDialog-paperWidthSm {
    //     max-width: 980px;
    // }
}