.iphone-loader-container{display:flex;justify-content:center;align-items:center;padding:20px}.iphone-loader{position:relative;border-radius:20px;border:3px solid #0071e3;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:8px;animation:pulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200% 100%;animation-name:pulse,shine;animation-duration:1.5s,2s;animation-iteration-count:infinite,infinite;animation-timing-function:ease-in-out,linear}.iphone-notch{width:24px;height:6px;background-color:#0071e3;border-radius:3px;margin-top:2px}.iphone-home-button{width:16px;height:16px;border:1.5px solid #0071e3;border-radius:8px;margin-bottom:2px}.iphone-screen{width:48px;height:84px;background-color:rgba(0,113,227,.1);border-radius:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;overflow:hidden}.loading-bar{position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(0deg,rgba(0,113,227,.5),transparent);animation:fill 2s ease-in-out infinite}@keyframes pulse{0%{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1)}to{opacity:.6;transform:scale(.98)}}@keyframes shine{0%{background-position:-100% 0}to{background-position:200% 0}}@keyframes fill{0%{height:0}50%{height:70%}to{height:0}}.iphone-loader.small{width:40px;height:80px;border-radius:12px;border-width:2px}.iphone-loader.small .iphone-notch{width:16px;height:4px;border-radius:2px}.iphone-loader.small .iphone-home-button{width:12px;height:12px;border-radius:6px;border-width:1px}.iphone-loader.small .iphone-screen{width:32px;height:56px;border-radius:4px}.iphone-loader.medium{width:60px;height:120px;border-radius:16px;border-width:3px}.iphone-loader.large{width:80px;height:160px;border-radius:20px;border-width:4px}.iphone-loader.large .iphone-notch{width:32px;height:8px;border-radius:4px}.iphone-loader.large .iphone-home-button{width:20px;height:20px;border-radius:10px;border-width:2px}.iphone-loader.large .iphone-screen{width:64px;height:112px;border-radius:8px}