#questionBank {
    .optionsWrapper {
        p {
            font-weight: 500;
            margin-bottom: 8px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .MuiPaper-root {
        .MuiTableBody-root {
            .MuiTableCell-root {
                white-space: nowrap;
            }
        }
        .MuiBox-root {
            display: flex;
            align-items: center;
            button{            
                .editicon{
                    color: #285192;
                }
            }
            .creatbtn{
             background: #e55353;
             color: #ffffff;
             border: 0;
             padding: 10px 20px;
             border-radius: 22px;
             }
        }
    }
}
