.circle-button{cursor:pointer;border:none;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 2px 4px #0003}.circle-button-icon{max-width:50%;max-height:50%}.circle-button:disabled .circle-button-icon{color:var(--text-light-grey)}.circle-button-spinner{border:2px solid #00000026;border-top-color:currentColor;border-radius:50%;width:45%;height:45%;animation:.7s linear infinite icon-button-spin}@keyframes icon-button-spin{to{transform:rotate(360deg)}}
