/*
Generated time: August 19, 2025 04:51
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.
*/
.btn.loading>span{opacity:0}.loading .loading-overlay{display:grid}.loading-overlay{display:none;position:absolute;left:0;top:0;z-index:1;width:1.8rem;width:100%;height:100%;place-content:center}.media .loading-overlay{background:rgb(var(--color-background-rgb) / .65)}.spinner{width:1.6rem;height:1.6rem;animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:currentColor;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}