@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Solway:wght@300;400;500;700;800&family=Ubuntu:wght@300;400;500;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{height:100%;width:100%;background-color:#f3f3f3;font-family:sans-serif}a{color:inherit;text-decoration:none}.popup{position:fixed;top:3%;bottom:3%;left:3%;right:3%;z-index:10000;width:94%;height:92%;background-color:#f3f3f3;padding:20px;box-shadow:0 0 15px rgba(0,0,0,.7);border-radius:10px;overflow:hidden}.popup-content{width:100%;height:93%;position:relative;margin-top:10px;overflow:hidden;overflow-y:auto}.close-button,.edit-btn{position:absolute;left:43px;top:30px;background:none;color:#0053b3;width:20px;height:20px;padding:0;margin:0;text-align:center;cursor:pointer}.edit-btn{left:0}.normalCls{border-radius:25px!important;border:1px solid #0053b3!important;background:#fff!important;color:#0053b3!important;box-shadow:none!important}.active,.active:hover,.normalCls:hover{border-radius:25px!important;border:1px solid #b8d6a3!important;box-shadow:none!important}.active,.active:hover,.normalA,.normalA:hover,.normalAA,.normalAA:hover,.normalAAA,.normalAAA:hover,.normalCls:hover{background:#0053b3!important;color:#ffffff!important}.error:hover{color:#ffffff!important;background:#000!important}.normalErrorType{background:#fff!important;color:#000000!important}.activeErrorType,.activeErrorType:hover,.normalErrorType,.normalErrorType:hover{border-radius:25px!important;border:1px solid #000000!important;box-shadow:none!important}.activeErrorType,.activeErrorType:hover,.normalErrorType:hover{background:#000000!important;color:#ffffff!important}.error-cnt{overflow-y:scroll;height:64vh;width:100%}#myTextarea textarea{outline:none;height:181vh!important;overflow:hidden}.loadingScreen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;z-index:9999}.loader{border:8px solid #f3f3f3;border-top-color:#0053b3;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ace_invalid{display:none}.annonator-cnt{background:#ffffff;border-radius:12px;border-top-left-radius:0;border-top-right-radius:0;min-height:410px;width:100%;position:relative}.annonator-cnt,.annonator-cnt textarea{font-family:Roboto,Helvetica,Arial,sans-serif}.left-annonator-cnt{color:#000}.right-annonator-cnt{padding:15px 10px}.activeAnnotator{background-color:#0053b3!important;color:#ffffff!important;border-radius:12px!important}.disable,.disable:hover{cursor:default!important;opacity:.5;color:#0053b3!important;border:1px solid #0053b3!important}.error-marker{position:absolute;background-color:#0053b3}.ace_marker-layer{>div:not(.ace_selection){width:100%!important;border-radius:unset!important;left:0!important}}.ace-error-marker{position:absolute;background-color:rgba(255,0,0,.3)!important;border-bottom:2px solid red!important;border-top:2px solid red!important;z-index:20!important;pointer-events:none}.ace-monokai .ace-error-marker{background-color:rgba(255,90,90,.4)!important;border-bottom:2px solid #ff5a5a!important;border-top:2px solid #ff5a5a!important}@keyframes pulse-highlight{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.ace-error-marker{animation:pulse-highlight 2s infinite}