/*
Generated time: July 16, 2025 05:59
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.loading{position:relative;display:inline-block;width:100%;padding-top:100%}.loading::after{content:' ';position:absolute;display:block;width:100%;height:100%;top:0;border-radius:50%;border:1px solid;border-color:currentColor transparent currentColor transparent;animation:loading 1.2s linear infinite}@keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}