.popUp{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1500;display:flex;box-sizing:border-box;padding:20px}@media(max-width:1000px){.popUp{padding:0}}.popUp .popupContent{position:relative;background:#fff;min-width:250px;min-height:50px;max-height:min(600px,90vh);margin:auto auto;border-radius:.3rem;display:flex;flex-direction:column;align-content:stretch;overflow:hidden}.popUp .popupContent .body{flex:1;box-sizing:border-box;padding:20px 0;overflow-y:auto;overflow-x:hidden}.popUp .popupContent .body .form{width:900px;padding:20px}@media(max-width:980px){.popUp .popupContent .body .form{width:calc(100vw - 40px)}}.popUp .popupContent .foot{margin-top:auto;margin-bottom:15px;text-align:center}.popUp .popupContent h5{background:#508eca;text-align:center;font-weight:lighter;line-height:45px;color:#fff;white-space:pre-line;padding:0 25px}.popUp .popupContent h5,.popUp .popupContent h5:focus{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 0 0 0 transparent}.popUp .bg{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0}.quiz .aQuestion{border-bottom:1px solid grey;margin-bottom:20px;padding-bottom:10px}.quiz .timer{margin:0!important}.quiz .timer b{font-size:40px;line-height:40px}.quiz .questionList{counter-reset:q}.quiz .questionList b{counter-increment:q}.quiz .questionList b:before{content:counter(q) ". "}.quiz .assignment{overflow-y:scroll;max-height:calc(100vh - 137px)}.quiz .assignment::-webkit-scrollbar{height:12px;width:12px;background:#c1c1c1;background:#f1f1f1}.quiz .assignment::-webkit-scrollbar-thumb{background:#c1c1c1}.quiz .assignment label{margin:0}.quiz .assignment b{color:#333}.quiz .assignment .choice{cursor:pointer}