.planit-loadingSpinnerContainer{z-index:5000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.planit-loadingSpinner{border:8px solid #0000;border-color:#000 #0000 #555;border-radius:50%;width:64px;height:64px;animation:1.2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
