.loader-container{justify-content:center;align-items:center;min-height:150px;display:flex}.kayak-loader{transform-origin:50%;width:100%;max-width:120px;height:auto;animation:2s linear infinite kayak-rotate}@keyframes kayak-rotate{0%{transform:rotateX(0)}to{transform:rotateX(360deg)}}
