.loader-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,97%,.2);z-index:9999}.loader{width:48px;height:48px;border-style:dotted;border-left:3px dotted var(--otms-secondary);border-bottom:3px dotted var(--otms-secondary);border-right:3px solid var(--otms-secondary);border-top:3px solid var(--otms-secondary);border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1.7s linear infinite}.loader:after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px var(--otms-primary);border-style:solid solid dotted;width:24px;height:24px;border-radius:50%;animation:rotationBack .7s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}