.new-loader{border-top:5px dotted var(--secondary-color);border-right:5px dotted var(--secondary-color);width:35px;height:35px;animation-name:spinLoader;animation-duration:1s;animation-timing-function:inherit;border-radius:50%;animation-iteration-count:infinite}@keyframes spinLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
