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