@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.common-button.not-overriden{-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:.5em;padding:5px;display:flex}.common-button.no-background{filter:brightness();background-color:#0000;transition:filter .2s ease-in-out,background-color .2s ease-in-out}.common-button.no-background:hover:not(:disabled){filter:brightness(.9);background-color:#0003}.common-button.no-background:active:not(:disabled){filter:brightness(.75);background-color:#0006;transition:unset}.common-button.no-background:focus{box-shadow:none;outline:none}.common-button.no-background:disabled{opacity:.5}.common-button:not(.no-background){filter:brightness();transition:filter .2s ease-in-out,background-color .2s ease-in-out}.common-button:not(.no-background):hover:not(:disabled){filter:brightness(.9)}.common-button:not(.no-background):active:not(:disabled){filter:brightness(.75);transition:unset}.common-button:not(.no-background):focus{box-shadow:none;outline:none}.common-button:not(.no-background):disabled{opacity:.5}
