.loader-wrapper{position:fixed;top:90px;left:0;width:100%;height:calc(100vh - 90px);display:flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.85);z-index:9}.loader{border:5px solid #f3f3f3;border-top-color:#4caf50;border-radius:50%;width:55px;height:55px;animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}