.custom-loader{width:54px;height:54px;position:relative;display:block}.custom-loader:after,.custom-loader:before{content:"";position:absolute;width:18px;height:18px;background:#cfd3d7;border-radius:2px;animation:customLoaderMove 2s infinite}.custom-loader:after{animation-delay:-1s}@keyframes customLoaderMove{0%{transform:translate(0)}25%{transform:translate(36px)}50%{transform:translate(36px,36px)}75%{transform:translateY(36px)}to{transform:translate(0)}}.dark .custom-loader:after,.dark .custom-loader:before{background:#9ca3af}