.half-circle-spinner,.half-circle-spinner *{box-sizing:border-box}.half-circle-spinner{width:60px;height:60px;border-radius:100%;position:relative}.half-circle-spinner .circle{content:"";position:absolute;width:100%;height:100%;border-radius:100%;border:6px solid transparent}.half-circle-spinner .circle.circle-1{border-top-color:#ff1d5e;animation:half-circle-spinner-animation 1s infinite}.half-circle-spinner .circle.circle-2{border-bottom-color:#ff1d5e;animation:half-circle-spinner-animation 1s infinite alternate}@keyframes half-circle-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}.spinner-circle{display:none!important}.dropdown-toggle-no-caret:after{content:none!important}.toastprogress{width:0%;animation:toastprogress 5s forwards;animation-timing-function:ease-in-out}@keyframes toastprogress{0%{width:0}to{width:100%}}.listtest-move,.listtest-enter-active,.listtest-leave-active{transition:all 1s ease}.listtest-enter-from,.listtest-leave-to{opacity:0;transform:translateY(15px)}.listtest-leave-active{position:absolute;z-index:-1}.site-change-enter-active,.site-change-leave-active{transition:opacity .3s ease}.site-change-leave-active{transition-delay:.75s}.site-change-enter-from,.site-change-leave-to{opacity:0}
