.loader-spinner-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;z-index:9999;.spinner-border-wrap{padding:8px;background-color:#fff;border-radius:50px;height:50px;width:50px}.spinner-border{display:inline-block;width:100%;height:100%;vertical-align:-.125em;border:.25em solid #0017e2;border-right-color:rgba(4,46,243,.4);border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}