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