.loader{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000}.loader,.loader-container{display:flex;justify-content:center;align-items:center}.loader-container{flex-direction:column;background-color:var(--color--);width:120px;height:120px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.loader-color{color:#2e3191}