.loader{height:100%;width:100%;padding:15px;position:absolute;left:0;top:0;margin:auto;z-index:1000;display:flex;justify-content:center;align-items:center}.loader-animation{height:0;width:0;padding:15px;background-color:#fff;border:6px solid #ccc;border-right-color:#888;border-radius:22px;-webkit-animation:rotate 1s infinite linear;position:relative;z-index:1000;display:flex;justify-content:center;align-items:center}.loader.loader--overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#222f3eb3;z-index:0;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.loader-animation.inner-btn{background-color:transparent;top:0;bottom:0;margin:auto;left:0;right:0}@keyframes rotate{to{-webkit-transform:rotate(360deg)}}
