#global-loader{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;min-width:100vw;min-height:100vh;background:rgba(0,7,14,.7);mix-blend-mode:normal;z-index:999;overflow:hidden}.esign-loader{display:inline-block;position:relative;display:flex;justify-content:center;align-items:center;width:85px;height:85px}.esign-loader div{box-sizing:border-box;display:block;position:absolute;width:65px;height:65px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent}.esign-loader div:nth-child(1){animation-delay:-.45s}.esign-loader div:nth-child(2){animation-delay:-.3s}.esign-loader div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}