.rounded-button{display:inline-flex;align-items:center;justify-content:center;height:48px;border-radius:24px;text-transform:uppercase;font-weight:600;font-size:16px;padding-left:20px;padding-right:20px;cursor:pointer;text-align:center}.rounded-button .icon{display:flex;margin-right:3px}.rounded-button .icon .MuiCircularProgress-root,.rounded-button .icon svg{width:16px!important;height:16px!important}.rounded-button.small{height:32px;border-radius:16px;font-size:14px;padding-left:10px;padding-right:10px;min-width:50px}.rounded-button.small .icon .MuiCircularProgress-root,.rounded-button.small .icon svg{width:14px!important;height:14px!important}.rounded-button.large{height:60px;border-radius:30px;font-size:18px;padding-left:10px;padding-right:10px;min-width:70px}.rounded-button.large .icon .MuiCircularProgress-root,.rounded-button.large .icon svg{width:18px!important;height:18px!important;stroke-width:3px}.rounded-button.primary{background-color:var(--storm-20);border:1px solid var(--storm-20);color:var(--storm-100)}.rounded-button.primary:active,.rounded-button.primary:hover{background-color:var(--storm-10);border-color:var(--storm-10)}.rounded-button.primary:focus{border:1px solid var(--storm-10)}.rounded-button.secondary{background-color:transparent;border:1px solid var(--storm-20);color:var(--storm-20)}.rounded-button.secondary:hover{background-color:var(--storm-80);border:1px solid var(--storm-80)}.rounded-button.secondary:active{background-color:var(--storm-70);border:1px solid var(--storm-70)}.rounded-button.secondary:focus{border:1px solid var(--storm-70)}.rounded-button.no-bg{background-color:transparent;border:1px solid transparent}.rounded-button:disabled{opacity:.6;pointer-events:none}.table-header-button{display:inline-flex;align-items:center;padding:2px 4px;font-size:13px;font-weight:500;font-family:Roboto,sans-serif;height:26px;border-radius:4px;text-transform:uppercase;background-color:transparent;color:var(--storm-20);border:1px solid transparent}.table-header-button svg{margin-right:3px;width:20px;height:20px}.table-header-button:hover{border:1px solid var(--storm-80);cursor:pointer}.table-header-button:active{background-color:var(--storm-60);color:#fff}.table-header-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}