.resp-loader{position:fixed;inset:0;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;z-index:999;width:100%;height:100%}.resp-loader__spinner{position:relative;width:45px;height:45px;border:5px solid var(--primary-color, #fc4451);border-right-color:transparent;border-radius:50%;animation:rotate 1s linear infinite}.resp-loader__spinner--small{width:18px;height:18px;border-width:2px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
