.Loading{text-align:center}.Loading--overlay{z-index:998;background:var(--color-background);flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Loading--fit-parent{z-index:999;background:var(--color-background);flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Loading__spinner{border:3px solid var(--color-primary);box-sizing:border-box;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.Loading__spinner:after{content:"";box-sizing:border-box;border:3px solid #0000;border-bottom-color:var(--color-secondary);border-radius:50%;width:56px;height:56px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Loading--small{justify-content:center;align-items:center;line-height:0;display:inline-flex}.Loading--small .Loading__spinner{border-width:2px;width:14px;height:14px}.Loading--small .Loading__spinner:after{border-width:2px;width:18px;height:18px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
