.loader{position:relative;width:250px;height:250px}.logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;height:130px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:10;overflow:hidden}.logo-placeholder{width:100px;height:100px;border-radius:50%;object-fit:cover;opacity:.7;animation:pulse 1.5s ease-in-out infinite}.ring{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:4px solid transparent;animation:ripple 2s linear infinite}.ring:first-child{border-top-color:#0e723b;animation-delay:0s}.ring:nth-child(2){border-right-color:#f0f9ee;animation-delay:.5s}.ring:nth-child(3){border-bottom-color:#0e723b;animation-delay:1s}@keyframes ripple{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}