/*!
 * 
 * @license @rakuten-rex/button v1.5.1 2020-11-16
 * PillButton/PillButton.static.css
 * 
 * Copyright (c) 2018-present, Rakuten, Inc.
 * 
 * This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
 */.rex-button-pill{-moz-appearance: none;-moz-osx-font-smoothing: grayscale;-moz-user-select: none;-ms-touch-action: manipulation;-ms-user-select: none;-webkit-appearance: none;-webkit-font-smoothing: antialiased;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-text-size-adjust: 100%;-webkit-user-select: none;background-color: #134ff3;border: 1px solid #134ff3;border-radius: 2.5rem;color: #fff;cursor: pointer;display: inline-block;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size: 1rem;font-weight: inherit;line-height: 1.5;margin: 0;min-width: auto;outline: none;overflow: visible;padding: 0.5rem 1rem 0.5rem 1rem;text-align: center;text-decoration: none;text-transform: none;touch-action: manipulation;user-select: none;vertical-align: middle;white-space: nowrap;width: auto}.rex-button-pill,.rex-button-pill:after,.rex-button-pill:before{-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}.rex-button-pill::-moz-focus-inner{border-style: none;padding: 0}.rex-button-pill:-moz-focusring{outline: 1px dotted}.rex-button-pill[role=button]{cursor: pointer}.rex-button-pill:focus{outline: none}.rex-button-pill.hover{background-color: undefined;border-color: undefined;color: undefined}.rex-button-pill:hover{background-color: #3a6dfa;border-color: #3a6dfa;color: #fff}.rex-button-pill.active{background-color: undefined;border-color: undefined;color: undefined}.rex-button-pill:active{background-color: #053ace;border-color: #053ace;color: #fff}.rex-button-pill.focus{background-color: undefined;border-color: undefined;color: undefined}.rex-button-pill:focus{background-color: #3a6dfa;border-color: #3a6dfa;color: #fff}