.loader-1{width:48px;height:48px;border:5px solid #fff;border-bottom:5px solid var(--gimmel-orange);border-radius:50%;display:inline-block;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-full-width{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:9999}