.layerLoader{background-color:rgba(0,0,0,.5);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loader{border:4px solid;border-radius:50%;animation:spin 1s linear infinite;display:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;position:static;z-index:999999;border-color:var(--button-first-background) transparent var(--button-first-background) transparent}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}