#preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#fff}.out_loader{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.loader-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader-logo{height:72px;width:auto;object-fit:contain}.loader-spinner{width:40px;height:40px;border:3px solid #e2eaf3;border-top-color:#0066a6;border-radius:50%;animation:loader-spin .8s linear infinite}@keyframes loader-spin{to{transform:rotate(360deg)}}
