.loader-overlay{z-index:9999;background:#2b2922;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.triple-ring{width:130px;height:130px;display:inline-block;position:relative}.triple-ring div{border:3px solid #0000;border-radius:50%;position:absolute;inset:0}.triple-ring .ring1{border-top-color:#fff;width:50%;height:50%;animation:1s linear infinite spin1;top:25%;left:25%}.triple-ring .ring2{border-bottom-color:#f0a000;width:80%;height:80%;animation:1s linear infinite spin2;top:12.5%;left:12.5%}.triple-ring .ring3{border-right-color:#fff;width:100%;height:100%;animation:1s linear infinite spin3}@keyframes spin1{to{transform:rotate(360deg)}}@keyframes spin2{to{transform:rotate(-360deg)}}@keyframes spin3{to{transform:rotate(360deg)}}.fade-out{opacity:0;pointer-events:none;transition:opacity .6s ease-out}
