/*
Generated time: June 11, 2024 06:49
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-overlay{position:absolute;z-index:1;width:1.8rem}.loading-overlay__spinner{width:1.8rem;display:grid;place-content:center}.spinner{animation:rotator 1.4s linear infinite}.media .loading-overlay{width:100%;height:100%;display:grid;place-content:center}@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)}}