.loader{box-sizing:border-box;border:5px solid #fff;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.button-component{cursor:pointer;white-space:nowrap;border-radius:42px;justify-content:center;align-items:center;gap:8px;height:32px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .3s;display:flex}.button-component.primary{color:#000;background-color:#fafafa}.button-component.primary:hover{color:#fff;background-color:#000}.button-component.primary:hover i{background-color:#fff}.button-component.secondary{color:#fff;background-color:#000}.button-component.secondary:hover{color:#fff;background-color:#ff7300}.button-component.secondary:hover i{background-color:#fff}.button-component.tertiary{color:#ff7300;background-color:#ff73001a}.button-component.tertiary:hover{color:#fff;background-color:#ff7300}.button-component.tertiary:hover i{background-color:#fff}
