.cntSubMenuInstructor{
    background: #fff;
    box-shadow: 0px 0px 1px #000;
    position: absolute;
}

.cntSubMenuInstructor p{
    padding: 1rem;
}

.previwUploadPhotoInstructor{
    overflow:hidden; display:flex;background:#fff;width:250px;height:250px;justify-content:center;align-items:center;
}


.cntLevel{
    width: 500px;
}

.delInstructor:hover{
    cursor: pointer;
}

.cntFormmoreInstructor{ 
position: absolute;
    width: 300px;
    height: 300px;
    background: #fff;
    box-shadow: 0px 0px 1px #000;
    z-index: 999;
    margin: calc(100%/2);
}


