.fullscreen-loader{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.fullscreen-loader .svgIconLoader{display:inline-block;width:150px;height:150px;margin-right:2px;color:#a0aec0;animation:spin 1s linear infinite;fill:#64a86c}@keyframes spin{to{transform:rotate(1turn)}}