.signedtrue-loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:99999;position:fixed;left:calc(50% - 60px)!important;top:calc(50% - 60px)!important}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fnLoader-container{width:100%;height:100%;min-height:300px;background:#000;top:0;left:0;position:fixed;opacity:.9;z-index:99998}.body-overlay{width:100%;height:100%;top:0;left:0;background:#000;opacity:.2;position:fixed;display:none}.body-overlay.active{display:block}#processing_modal .container{text-align:center;margin-bottom:30px}#processing_modal .loader{transform:rotate(-90deg);margin-bottom:-10px;margin-top:-10px}#processing_modal .loader:not(.active) .checkmark__circle{display:none}#processing_modal .loader .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke 1s cubic-bezier(.65,0,.45,1) forwards infinite}#processing_modal .loader.done .checkmark__circle{animation:stroke 1s cubic-bezier(.65,0,.45,1) forwards}#processing_modal .loader .checkmark{width:56px;height:56px;border-radius:50%;display:block;stroke-width:2;stroke:#7ac142;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 0 #7ac142;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}#processing_modal .loader .checkmark__check{transform:rotate(90deg);transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .2s forwards}#processing_modal .loader:not(.done) .checkmark__check{display:none}#processing_modal .description{font-size:1.5rem}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes scale{0%,100%{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{100%{box-shadow:inset 0 0 0 1px #7ac142}}