.diia-spinner.loader{display:flex;align-items:center;justify-content:center;width:140px;height:140px;overflow:hidden;position:relative}.diia-spinner .white-stroke{display:block;width:130px;height:130px;background:#e8eef3;position:absolute;z-index:1}.diia-spinner .rotatable-unit--overflow{display:block;width:130px;height:130px;position:absolute;z-index:2;overflow:hidden}.diia-spinner .rotatable-unit{display:block;width:130px;height:130px;position:absolute;border-radius:50%;animation:rotation 2s linear infinite}.diia-spinner .rotatable-unit:after{content:"";position:absolute;width:75px;height:75px;top:-28px;border-radius:50%;background:#007eff;z-index:5}.diia-spinner.loader svg{z-index:3}.diia-spinner .loader-svg--mask{fill:#fff}.diia-spinner .loader-svg--logo{fill:#000}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
