.loading{animation-delay:.2s;-webkit-animation-delay:.2s;animation-duration:1s;-webkit-animation-duration:1s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:rotateAnimation;-webkit-animation-name:wk-rotateAnimation;background-color:transparent!important;border:3px solid #fff;border-bottom:3px solid var(--Pvrit-Ametisti,#96008f);border-left:3px solid var(--Pvrit-Ametisti,#96008f);border-radius:15px!important;font-size:0;height:30px;margin-top:5px;padding:0;width:30px}@keyframes rotateAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes wk-rotateAnimation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}