.pe-button {
       user-select: none;
  -moz-user-select: none;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.pe-button.pe-button--disabled, .pe-button.pe-button--inactive,
.pe-button.pe-button--selected {
  cursor: default;
  pointer-events: none;
}

.pe-button .pe-button__content, .pe-button .pe-button__label {
  position: relative;
  border-radius: inherit;
}

.pe-button .pe-button__label {
  display: block;
  pointer-events: none;
}

.pe-button .pe-button__wash, .pe-button .pe-button__wash-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}

.pe-button-row {
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}

.pe-button-row .pe-button {
  margin: 0 4px;
}

.pe-text-button.pe-button--separator-start .pe-button__content {
  border-style: none none none solid;
}

.pe-text-button {
  display: inline-block;
  background: transparent;
  border: none;
}

.pe-text-button .pe-button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.pe-text-button.pe-button--border.pe-text-button .pe-button__wash,
.pe-text-button.pe-button--border.pe-text-button .pe-ripple {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.pe-text-button.pe-button--border.pe-text-button .pe-button__content {
  border-style: solid;
}

.pe-text-button .pe-button__wash {
  opacity: 0;
}

.pe-text-button:focus:not(:active) .pe-button__wash {
  opacity: 1;
}

.pe-text-button.pe-button--has-hover:hover .pe-button__wash {
  opacity: 1;
}

.pe-text-button .pe-button__dropdown, .pe-text-button .pe-button__label {
  white-space: pre;
       user-select: none;
  -moz-user-select: none;
}

.pe-text-button .pe-button__text-label {
  display: inline-block;
  line-height: 1;
}

.pe-text-button.pe-button--dropdown {
  min-width: 0;
}

.pe-text-button.pe-button--dropdown .pe-button__dropdown {
  position: relative;
}

.pe-text-button.pe-button--dropdown .pe-svg {
  position: absolute;
  left: 0;
  top: 50%;
}

.pe-text-button.pe-button--dropdown .pe-button__label+.pe-button__dropdown {
  margin-left: 6px;
  min-width: 0;
}

.pe-button-group .pe-text-button {
  min-width: 0;
}

.pe-text-button .pe-button__dropdown .pe-svg {
  transition-delay: 0ms;
  transition-duration: .18s;
  transition-timing-function: ease-out;
  transition-property: transform;
}

.pe-text-button.pe-button--dropdown-open .pe-button__dropdown .pe-svg {
  transform: rotate(-180deg);
}

.pe-rtl .pe-text-button.pe-button--separator-start .pe-button__content,
[dir=rtl] .pe-text-button.pe-button--separator-start .pe-button__content {
  border-style: none solid none none;
}

.pe-text-button .pe-button__content, .pe-text-button .pe-button__wash {
  transition-delay: 0ms;
  transition-duration: .18s;
  transition-timing-function: ease-out;
  transition-property: all;
}

.pe-button-group .pe-text-button .pe-button__content,
.pe-text-button .pe-button__content {
  border-radius: 4px;
}

.pe-button-group .pe-text-button:not(:first-child) .pe-button__content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pe-button-group .pe-text-button:not(:last-child) .pe-button__content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pe-rtl .pe-button-group .pe-text-button .pe-button__content,
[dir=rtl] .pe-button-group .pe-text-button .pe-button__content {
  border-radius: 4px;
}

.pe-rtl .pe-button-group .pe-text-button:not(:first-child) .pe-button__content,
[dir=rtl] .pe-button-group .pe-text-button:not(:first-child) .pe-button__content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pe-rtl .pe-button-group .pe-text-button:not(:last-child) .pe-button__content,
[dir=rtl] .pe-button-group .pe-text-button:not(:last-child) .pe-button__content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pe-text-button.pe-button--dropdown .pe-button__dropdown {
  width: 24px;
}

.pe-text-button.pe-button--dropdown .pe-svg {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.pe-text-button .pe-button__dropdown, .pe-text-button .pe-button__label {
  font-size: 14px;
}

.pe-text-button .pe-button__label {
  font-weight: 500;
  padding: 11px 0;
}

.pe-text-button.pe-button--border .pe-button__label {
  padding: 10px 0;
}

.pe-text-button {
  letter-spacing: .75px;
}

.pe-text-button .pe-button__dropdown, .pe-text-button .pe-button__label {
  line-height: 1;
}

.pe-text-button .pe-button__dropdown {
  min-height: calc(1em + 22px);
}

.pe-text-button {
  min-width: 64px;
  padding: 6px 0;
}

.pe-text-button.pe-button--high-label {
  padding: 0;
}

.pe-text-button.pe-button--high-label .pe-button__label {
  padding: 17px 0;
}

.pe-text-button.pe-button--high-label .pe-button__dropdown,
.pe-text-button.pe-button--high-label .pe-button__label {
  min-height: calc(1em + 34px);
}

.pe-text-button .pe-button__content {
  padding-left: 8px;
  padding-right: 8px;
}

.pe-text-button .pe-button__content .pe-button__dropdown {
  min-width: 20px;
}

.pe-text-button .pe-button__content.pe-button--dropdown .pe-button__label+.pe-button__dropdown {
  margin-right: -1px;
}

.pe-text-button.pe-button--extra-wide .pe-button__content {
  padding: 0 24px;
}

.pe-text-button.pe-button--separator-start .pe-button__content {
  border-width: 1px;
}

.pe-text-button .pe-button__label {
  text-transform: uppercase;
}

.pe-text-button .pe-button__content {
  border-width: 1px;
}

.pe-button-group .pe-text-button+.pe-text-button {
  margin-left: -1px;
}

.pe-dark-tone.pe-text-button:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content,
.pe-dark-tone .pe-text-button:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content {
  background-color: transparent;
}

.pe-dark-tone.pe-text-button:not(.pe-button--disabled),
.pe-dark-tone .pe-text-button:not(.pe-button--disabled),
.pe-dark-tone.pe-text-button:not(.pe-button--disabled):link,
.pe-dark-tone .pe-text-button:not(.pe-button--disabled):link,
.pe-dark-tone.pe-text-button:not(.pe-button--disabled):visited,
.pe-dark-tone .pe-text-button:not(.pe-button--disabled):visited {
  color: #fff;
}

.pe-dark-tone.pe-text-button .pe-button__wash-color,
.pe-dark-tone .pe-text-button .pe-button__wash-color {
  background-color: currentColor;
  opacity: .1;
}

.pe-dark-tone.pe-text-button:not(.pe-button--disabled).pe-button--selected .pe-button__content,
.pe-dark-tone .pe-text-button:not(.pe-button--disabled).pe-button--selected .pe-button__content {
  background-color: hsla(0, 0%, 100%, .14);
}

.pe-dark-tone.pe-text-button.pe-button--disabled .pe-button__content,
.pe-dark-tone .pe-text-button.pe-button--disabled .pe-button__content {
  background-color: transparent;
}

.pe-dark-tone.pe-text-button.pe-button--disabled,
.pe-dark-tone .pe-text-button.pe-button--disabled {
  color: hsla(0, 0%, 100%, .26);
}

.pe-dark-tone.pe-text-button .pe-button__dropdown,
.pe-dark-tone .pe-text-button .pe-button__dropdown {
  color: hsla(0, 0%, 100%, .7);
}

.pe-dark-tone.pe-text-button.pe-button--separator-start .pe-button__content,
.pe-dark-tone .pe-text-button.pe-button--separator-start .pe-button__content {
  border-color: hsla(0, 0%, 100%, .1);
}

.pe-dark-tone .pe-text-button.pe-button--border:not(.pe-button--disabled) .pe-button__content,
.pe-dark-tone.pe-text-button:not(.pe-button--disabled) .pe-button__content {
  border-color: hsla(0, 0%, 100%, .22);
}

.pe-dark-tone.pe-text-button.pe-button--border.pe-button--disabled .pe-button__content,
.pe-dark-tone .pe-text-button.pe-button--border.pe-button--disabled .pe-button__content {
  border-color: hsla(0, 0%, 100%, .26);
}

.pe-dark-tone.pe-text-button:not(.pe-button--disabled) .pe-button__content,
.pe-dark-tone .pe-text-button:not(.pe-button--disabled) .pe-button__content {
  border-color: hsla(0, 0%, 100%, .22);
}

.pe-light-tone.pe-text-button:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content,
.pe-light-tone .pe-text-button:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content,
.pe-text-button:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content {
  background-color: transparent;
}

.pe-light-tone.pe-text-button:not(.pe-button--disabled),
.pe-light-tone .pe-text-button:not(.pe-button--disabled),
.pe-light-tone.pe-text-button:not(.pe-button--disabled):link,
.pe-light-tone .pe-text-button:not(.pe-button--disabled):link,
.pe-light-tone.pe-text-button:not(.pe-button--disabled):visited,
.pe-light-tone .pe-text-button:not(.pe-button--disabled):visited,
.pe-text-button:not(.pe-button--disabled),
.pe-text-button:not(.pe-button--disabled):link,
.pe-text-button:not(.pe-button--disabled):visited {
  color: rgba(0, 0, 0, .87);
}

.pe-light-tone.pe-text-button .pe-button__wash-color,
.pe-light-tone .pe-text-button .pe-button__wash-color,
.pe-text-button .pe-button__wash-color {
  background-color: currentColor;
  opacity: .1;
}

.pe-light-tone.pe-text-button:not(.pe-button--disabled).pe-button--selected .pe-button__content,
.pe-light-tone .pe-text-button:not(.pe-button--disabled).pe-button--selected .pe-button__content,
.pe-text-button:not(.pe-button--disabled).pe-button--selected .pe-button__content {
  background-color: rgba(0, 0, 0, .14);
}

.pe-light-tone.pe-text-button.pe-button--disabled .pe-button__content,
.pe-light-tone .pe-text-button.pe-button--disabled .pe-button__content,
.pe-text-button.pe-button--disabled .pe-button__content {
  background-color: transparent;
}

.pe-light-tone.pe-text-button.pe-button--disabled,
.pe-light-tone .pe-text-button.pe-button--disabled,
.pe-text-button.pe-button--disabled {
  color: rgba(0, 0, 0, .26);
}

.pe-light-tone.pe-text-button .pe-button__dropdown,
.pe-light-tone .pe-text-button .pe-button__dropdown,
.pe-text-button .pe-button__dropdown {
  color: rgba(0, 0, 0, .54);
}

.pe-light-tone.pe-text-button.pe-button--separator-start .pe-button__content,
.pe-light-tone .pe-text-button.pe-button--separator-start .pe-button__content,
.pe-text-button.pe-button--separator-start .pe-button__content {
  border-color: rgba(0, 0, 0, .11);
}

.pe-light-tone .pe-text-button.pe-button--border:not(.pe-button--disabled) .pe-button__content,
.pe-light-tone.pe-text-button:not(.pe-button--disabled) .pe-button__content,
.pe-text-button:not(.pe-button--disabled) .pe-button__content {
  border-color: rgba(0, 0, 0, .24);
}

.pe-light-tone.pe-text-button.pe-button--border.pe-button--disabled .pe-button__content,
.pe-light-tone .pe-text-button.pe-button--border.pe-button--disabled .pe-button__content,
.pe-text-button.pe-button--border.pe-button--disabled .pe-button__content {
  border-color: rgba(0, 0, 0, .26);
}

.pe-light-tone.pe-text-button:not(.pe-button--disabled) .pe-button__content,
.pe-light-tone .pe-text-button:not(.pe-button--disabled) .pe-button__content,
.pe-text-button:not(.pe-button--disabled) .pe-button__content {
  border-color: rgba(0, 0, 0, .24);
}

.pe-text-button.pe-button--contained .pe-button__content {
  padding-left: 16px;
  padding-right: 16px;
}

.pe-text-button.pe-button--contained .pe-button__content .pe-button__dropdown {
  min-width: 4px;
}

.pe-text-button.pe-button--contained .pe-button__content.pe-button--dropdown .pe-button__label+.pe-button__dropdown {
  margin-right: -9px;
}

.pe-dark-tone.pe-text-button.pe-button--contained:not(.pe-button--disabled).pe-button--selected .pe-button__content,
.pe-dark-tone .pe-text-button.pe-button--contained:not(.pe-button--disabled).pe-button--selected .pe-button__content {
  background-color: #1976d2;
}

.pe-dark-tone.pe-text-button.pe-button--contained:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content,
.pe-dark-tone .pe-text-button.pe-button--contained:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content {
  background-color: #2196f3;
}

.pe-dark-tone.pe-text-button.pe-button--contained.pe-button--disabled .pe-button__content,
.pe-dark-tone .pe-text-button.pe-button--contained.pe-button--disabled .pe-button__content {
  background-color: hsla(0, 0%, 100%, .12);
}

.pe-light-tone.pe-text-button.pe-button--contained:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content,
.pe-light-tone .pe-text-button.pe-button--contained:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content,
.pe-text-button.pe-button--contained:not(.pe-button--disabled):not(.pe-button--selected) .pe-button__content {
  background-color: #fff;
}

.pe-light-tone.pe-text-button.pe-button--contained.pe-button--disabled .pe-button__content,
.pe-light-tone .pe-text-button.pe-button--contained.pe-button--disabled .pe-button__content,
.pe-text-button.pe-button--contained.pe-button--disabled .pe-button__content {
  background-color: rgba(0, 0, 0, .09);
}

/*# sourceMappingURL=polythene-button.css.map */