@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}.loader{border:6px solid #0000;border-color:#232323 #0000 #0000 #232323;border-radius:50%;width:50px;height:50px;transition:all .5s ease-in;animation-name:rotate;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}