#untag-preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:white;z-index:999999;display:flex;justify-content:center;align-items:center}.untag-loader{position:relative;width:150px;height:150px}.circle-anim{width:150px;height:150px;border:8px solid #e74c3c;border-top:8px solid transparent;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:0;left:0}.untag-logo{width:100px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}