.wh-button{box-sizing:border-box;color:#5e5e5e;white-space:nowrap;text-align:center;text-overflow:ellipsis;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:#0000;border:1px solid gray;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;min-width:50px;max-width:200px;padding:4px 16px;font-size:16px;font-weight:300;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;display:flex;overflow:hidden}.wh-button:focus{outline-offset:2px;outline:2px solid #0077cf}.wh-button:disabled{opacity:.65}.wh-button:not(:disabled){cursor:pointer}.wh-button:not(:disabled):hover{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.wh-button.wh-button-primary{color:#fff;background-color:#0077cf;border-color:#0077cf}.wh-button.wh-button-primary:hover{color:#fff;background-color:#005ba1;border-color:#005ba1}.wh-button.wh-button-primary:focus{outline-offset:2px;outline:2px solid #0077cf}.wh-button.wh-button-primary:disabled{color:#fff;opacity:.65;background-color:#6c757d;border-color:#6c757d}.wh-button.wh-button-flat{border:none;padding:5px}.wh-button.wh-button-flat:hover{color:#000;background:0 0;border:none}.wh-button.wh-button-flat:focus{outline:none}.wh-button.wh-button-large{height:36px;padding:0 24px;font-size:18px;font-weight:400;line-height:36px}.wh-button.wh-button-small{height:26px;padding:0 12px;font-size:14px;font-weight:400;line-height:26px}
