.masterstudy-loader{display:flex;width:100%;height:100%;justify-content:center;align-items:center;padding:20px;margin:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;background:#fff}.masterstudy-loader__body{display:flex;width:45px;height:45px;border-radius:50%;border:4px solid var(--accent-100);position:relative;-webkit-animation:rotate360 1s linear infinite;animation:rotate360 1s linear infinite;margin:auto}.masterstudy-loader__body::after{display:flex;content:"";position:absolute;top:-7px;right:-7px;width:25px;height:25px;border-radius:50%;background:#fff}.masterstudy-loader_bordered{border:1px solid #dbe0e9;border-radius:5px}.masterstudy-loader_dark-mode,.masterstudy-loader_dark-mode .masterstudy-loader__body::after{background:#171717}.masterstudy-loader.masterstudy-loader_local{display:none;position:relative}