html{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;position:relative}footer{bottom:0;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:left}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.header{justify-content:space-between;width:100%;position:relative;padding:10px 0}.header,.logo,.navigation{display:flex;align-items:center}.back-to-top{margin-bottom:3px;right:-25px}.center-footer>div{margin-right:8px}@media (max-width:960px){.center-footer>div{margin-right:10px}}@media (max-width:830px){.navigation{position:absolute;width:100%;background:#ffc107;flex-wrap:wrap;z-index:100;height:auto;top:95px;display:none}.navigation.open{display:flex}.navigation .MuiGrid-root.MuiGrid-item{display:inline-block;width:100%;padding:10px 0;text-align:center;color:#fff;border-bottom:3px solid #f9bb07}}.burger{width:35px;height:30px;cursor:pointer;position:absolute;right:0;top:25px;display:none}.burger span{background-color:#ffc107;position:absolute;border-radius:2px;-webkit-transition:.3s cubic-bezier(.8,.5,.2,1.4);transition:.3s cubic-bezier(.8,.5,.2,1.4);width:100%;height:4px;-webkit-transition-duration:.5s;transition-duration:.5s}.burger span:first-child{top:0;left:0}.burger span:nth-child(2){top:13px;left:0}.burger span:nth-child(3){bottom:0;left:0}@media (max-width:830px){.burger{display:inline-block}}.burger:not(.clickburger):hover span:first-child{-webkit-transform:rotate(-3deg) scaleY(1.1);transform:rotate(-3deg) scaleY(1.1)}.burger:not(.clickburger):hover span:nth-child(2){-webkit-transform:rotate(3deg) scaleY(1.1);transform:rotate(3deg) scaleY(1.1)}.burger:not(.clickburger):hover span:nth-child(3){-webkit-transform:rotate(-4deg) scaleY(1.1);transform:rotate(-4deg) scaleY(1.1)}.clickburger span{background-color:#ffc107}.clickburger span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:13px}.clickburger span:nth-child(2){-webkit-transform:scale(.1);transform:scale(.1)}.clickburger span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:13px}@media (max-width:768px){.loginInput .MuiFormControl-root{width:100%!important}}.loader-holder{display:none;justify-content:center;align-items:center;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;z-index:1}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px}.lds-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.lds-roller div:first-child:after{top:63px;left:63px}.lds-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}footer{background-color:rgba(51,51,51,.85)!important;margin-top:10px}.form-group{display:flex;align-items:center}.form-group #checkbox{margin:0 10px 0 0;width:20px;height:20px}.privacy{font-size:16px;cursor:pointer}.privacy-policy-holder{position:absolute;width:100%;height:100vh;z-index:10;display:none;justify-content:center;align-items:center}.privacy-policy-holder.open{display:flex}.privacy-policy{width:90%;max-width:900px;background:#fafafa;color:#333;font-size:15px;text-align:justify;padding:20px;overflow-y:auto;max-height:90%;border-radius:15px;box-shadow:2px 2px 18px 3px rgba(0,0,0,.5)}main{min-height:74vh}.overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:10}.error{display:inline-block;width:100%;min-height:16px}.schollHolder{position:relative}.schollOver{position:absolute;width:100%;height:100%;left:0;top:0}.header-holder{display:flex;justify-content:space-between;align-items:center;width:100%}.header-holder .profile-header{display:flex;justify-content:space-between;width:45%}.header-holder .profile-header:last-child{justify-content:flex-end}.header-holder .profile-header:first-child{justify-content:flex-start;position:relative}@media (max-width:768px){.header-holder{flex-wrap:wrap}.header-holder .profile-header{width:100%}.header-holder .profile-header:first-child,.header-holder .profile-header:last-child{margin:20px;justify-content:center}}.buttonOverlay{position:relative}@media (max-width:430px){.prof-header{padding:0!important}.header-holder .profile-header:first-child,.header-holder .profile-header:last-child{margin:10px;justify-content:space-between}}@media (max-width:410px){.prof-header{padding:0!important}.profile-menu-text{display:none}}.pass-div{display:flex;justify-content:space-between}.password-holder{width:48%}@media (max-width:450px){.pass-div{flex-wrap:wrap}.password-holder{width:100%}}.quiz-holder{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.question{padding:2rem;border-radius:1rem;background:#72ac4d;border:none;color:#fff;margin:10px;box-sizing:border-box}.answerOptions{display:flex;justify-content:space-between;flex-wrap:wrap}li.answerOption{margin:10px;width:45%;border:none;padding:1rem;box-sizing:border-box;border-radius:1rem}li.answerOption:first-child{background:#f3b186}li.answerOption:nth-child(2){background:#fed86f}li.answerOption:nth-child(3){background:#94ce58}li.answerOption:nth-child(4){background:#bed7ed}.questionCount{font-size:22px;padding:10px}.radioCustomLabel{font-size:25px;text-align:center;padding:0;line-height:auto;color:#fff}.radioCustomButton~.radioCustomLabel:before{display:none}.questions-header{display:flex;justify-content:space-between;align-items:center}.timer-holder{font-size:22px}.answerOption{display:flex;justify-content:center;align-items:center}.minutes.danger{color:red}