.editor-holder{width:100%;height:500px;border-radius:3px;position:relative;top:0;background:#1f1f1f !important;box-shadow:5px 5px 10px 0 rgba(0,0,0,.4);transition:all .5s ease-in-out;overflow:hidden;overflow-y:auto}.editor-holder::-webkit-scrollbar{display:none}.editor-holder.fullscreen{width:100%;height:100%;margin:0;left:0}.editor-holder .toolbar{width:100%;list-style:none;height:50px;margin:0;left:0;z-index:3;padding:8px;background:#afafaf;position:sticky;top:0}.editor-holder .toolbar li{display:inline-block}.editor-holder .toolbar a{line-height:20px;background:rgba(144,144,144,.6);color:#565656;box-shadow:inset -1px -1px 1px 0px rgba(0,0,0,.28);display:block;border-radius:3px;cursor:pointer;text-decoration:none}.editor-holder .toolbar a:hover{background:rgba(144,144,144,.8)}.editor-holder .toolbar a.active{background:rgba(144,144,144,.8);box-shadow:none}.editor-holder .toolbar i{padding:8px}.editor-holder textarea,.editor-holder code{width:100%;height:auto;min-height:450px;font-size:14px;border:0;margin:0;top:46px;left:0;padding:20px !important;line-height:21px;color:#fff;position:absolute;font-family:Consolas,Liberation Mono,Courier,monospace;overflow:visible;transition:all .5s ease-in-out}.editor-holder textarea{background:rgba(0,0,0,0) !important;z-index:2;height:auto;resize:none;text-shadow:0 0 0 rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0)}.editor-holder textarea::-webkit-input-placeholder{color:#fff}.editor-holder textarea:focus{outline:0;border:0;box-shadow:none}.editor-holder code{z-index:1}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}pre code{background:#1f1f1f !important;color:#adadad}pre code .hljs{color:#a9b7c6 !important;background:#282b2e;display:block;overflow-x:auto;padding:.5em}pre code .hljs-number,pre code .hljs-literal,pre code .hljs-symbol,pre code .hljs-bullet{color:#6897bb}pre code .hljs-keyword,pre code .hljs-selector-tag,pre code .hljs-deletion{color:#cc7832}pre code .hljs-variable,pre code .hljs-template-variable,pre code .hljs-link{color:#be3bf8}pre code .hljs-quote{color:gray}pre code .hljs-comment{color:#009d00}pre code .hljs-meta{color:#bbb529}pre code .hljs-string,pre code .hljs-attribute,pre code .hljs-addition{color:#6a8759}pre code .hljs-section,pre code .hljs-title,pre code .hljs-type{color:#ffc66d}pre code .hljs-name,pre code .hljs-selector-id,pre code .hljs-selector-class{color:#e8bf6a}pre code .hljs-emphasis{font-style:italic}pre code .hljs-strong{font-weight:bold}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background-color:#f1f5fb;font-size:14px;line-height:20px;display:flex;flex-direction:column;padding-bottom:50px}#header{position:relative;box-shadow:0 2px 3px rgba(36,75,149,.2);width:100%;height:100px;top:0;left:0;z-index:1999;border-bottom:3px solid #fff03d;background:#244b95 url(/public/assets/images/header_bg.png) no-repeat top center}#header #bird{height:120px;margin-top:40px}#header #logo{margin-top:-20px}#header>.container{height:100%}.main-content{flex:1;padding:40px 0}.wrap-middle{height:100%;display:flex;justify-content:center;align-items:center}.pre-wrap{white-space:pre-wrap}#footer{margin-top:auto;width:100%;text-align:center}#task #task-info{box-shadow:5px 5px 10px 0 rgba(0,0,0,.4)}#task .task-header{height:50px}thead tr{font-weight:bold;vertical-align:middle}ul{list-style:none;padding-left:0}.defaul-ul{list-style:initial;padding-left:32px}.cursor-pointer{cursor:pointer}.w-40{width:40%}.w-60{width:60%}.p-10{padding:10px}.p-20{padding:20px}.important{font-size:24px}.details{font-size:15px}.fs-default{font-size:unset !important}.moza-border{border:2px solid #000;border-radius:10px}.mw-50{max-width:50%}.center{margin:0 auto}.ys-yellow{color:#efd81d}.spacer{height:15px}.bold{font-weight:bold}.mb-10{margin-bottom:6rem !important}.align-center{align-items:center}.border-start-2{border-left-width:2px !important;border-left-style:var(--bs-border-style) !important;border-left-color:var(--bs-border-color)}.flex-center{justify-content:center}.flex-space-between{justify-content:space-between}.add-icon{cursor:pointer}.console_line{width:100%;color:#fff;background-color:#1f1f1f;margin-bottom:5px;border-radius:3px;padding:5px}.applicant-label,.homeassignment-label{width:120px}a{text-decoration:none}.hidden{display:none !important}.modal-dialog{margin-top:15vh !important}.debug-alert{width:200px;margin-top:30px}.search-input{position:relative}.search-input input{padding-right:50px}.search-input .icons{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.search-input .icons i{cursor:pointer}.search-input .icons i.search-btn{color:rgba(var(--bs-body-color-rgb), 0.5)}.search-input .icons i.search-btn:hover{color:var(--bs-body-color)}.search-input .icons i.delete-btn{color:rgba(var(--bs-danger-rgb), 0.5)}.search-input .icons i.delete-btn:hover{color:var(--bs-danger)}.schema-img{max-width:100%;cursor:pointer}.text-orange{color:var(--bs-orange) !important}.border-orange{border-color:var(--bs-orange) !important}.bg-orange-subtle{background-color:#fbc79a !important}.text-pastel-orange{color:#ffa308 !important}.border-pastel-orange{border-color:#ffa308 !important}.bg-pastel-orange-subtle{background-color:#ffcf85 !important}[contenteditable]{min-height:60px}.briefing-button{background-color:gray;border-radius:5px;cursor:pointer}.applicant-profile .profile-image{height:300px}.applicant-profile .active-test-btn{animation:live 1.5s ease infinite;box-shadow:0 0 5px rgba(0,0,0,0)}@keyframes live{0%{border-color:lime;box-shadow:0 0 5px lime}50%{border-color:rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0)}100%{border-color:lime;box-shadow:0 0 5px lime}}