.custom-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffb3;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:all}.spinner{width:50px;height:50px;border:5px solid #ccc;border-top:5px solid #3f51b5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
