.loader-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:60px 0}.custom-loader{width:55px;height:55px;border:5px solid #e5e7eb;border-top-color:#03234c;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}