.loading-indicator{z-index:2000;background-color:rgba(0,41,29,.5);justify-content:center;align-items:center;width:100%;height:100vh;display:none;position:fixed}.spinner{border:20px solid #f2f2f2;border-top-color:#00291d;-webkit-border-radius:50%;border-radius:50%;width:100px;height:100px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}