/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes pptmui-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pptmui-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pptmui-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes pptmui-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pptmui-fade-enter-active {
  -webkit-animation: 0.3s pptmui-fade-in both ease-out;
          animation: 0.3s pptmui-fade-in both ease-out;
}
.pptmui-fade-exit-active {
  -webkit-animation: 0.3s pptmui-fade-out both ease-in;
          animation: 0.3s pptmui-fade-out both ease-in;
}
.pptmui-overflow-hidden {
  overflow: hidden !important;
}

.pptmui-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
}
.pptmui-button:focus {
  outline: none;
}
.pptmui-button--default {
  color: #82cf3a;
  background: transparent;
  border: 1px solid #82cf3a;
}
.pptmui-button--default.pptmui-button--active {
  color: #6fc128;
  background: transparent;
  border: 1px solid #6fc128;
}
.pptmui-button--default.pptmui-button--shadow {
  box-shadow: 0 5px 10px 3px rgba(122, 207, 47, 0.3);
}
.pptmui-button--default.pptmui-button--active.pptmui-button--default.pptmui-button--shadow {
  box-shadow: 0 5px 10px 3px rgba(111, 193, 40, 0.3);
}
.pptmui-button--success {
  color: #fff;
  background: #82cf3a;
  border: 1px solid #82cf3a;
}
.pptmui-button--success.pptmui-button--active {
  color: #fff;
  background: #6fc128;
  border: 1px solid #6fc128;
}
.pptmui-button--success.pptmui-button--shadow {
  box-shadow: 0 5px 10px 3px rgba(122, 207, 47, 0.3);
}
.pptmui-button--success.pptmui-button--active.pptmui-button--success.pptmui-button--shadow {
  box-shadow: 0 5px 10px 3px rgba(111, 193, 40, 0.3);
}
.pptmui-button--orange {
  color: #fff;
  background: -webkit-linear-gradient(bottom, #f85700, #fa9222);
  background: linear-gradient(0deg, #f85700, #fa9222);
}
.pptmui-button--orange.pptmui-button--active {
  color: #fff;
  background: #f85700;
}
.pptmui-button--blue {
  color: #fff;
  background: -webkit-linear-gradient(bottom, #1dd5e6, #46aef7);
  background: linear-gradient(0deg, #1dd5e6, #46aef7);
}
.pptmui-button--blue.pptmui-button--active {
  color: #fff;
  background: #46aef7;
}
.pptmui-button--disabled {
  opacity: 0.5;
  box-shadow: none;
  cursor: not-allowed;
}
.pptmui-button--medium {
  height: 32px;
  font-size: 14px;
  padding: 0 12px;
}
.pptmui-button--medium.pptmui-button--round {
  border-radius: 32px;
}
.pptmui-button--small {
  height: 24px;
  font-size: 10px;
  padding: 0 8px;
}
.pptmui-button--small.pptmui-button--round {
  border-radius: 24px;
}
.pptmui-button--large {
  height: 55px;
  font-size: 17px;
  padding: 0 32px;
}
.pptmui-button--large.pptmui-button--round {
  border-radius: 55px;
}
.pptmui-button--block {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.pptmui-button--block.pptmui-button--round {
  border-radius: 50px;
}
.pptmui-button__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
.pptmui-button__content::before {
  content: ' ';
}

.pptmui-card {
  color: red;
}

.pptmui-icon {
  fill: currentColor;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.pptmui-icon-xxs {
  width: 15px;
  height: 15px;
}
.pptmui-icon-xs {
  width: 18px;
  height: 18px;
}
.pptmui-icon-sm {
  width: 21px;
  height: 21px;
}
.pptmui-icon-md {
  width: 22px;
  height: 22px;
}
.pptmui-icon-lg {
  width: 36px;
  height: 36px;
}
.pptmui-icon-loading {
  -webkit-animation: cirle-anim 1s linear infinite;
          animation: cirle-anim 1s linear infinite;
}
@-webkit-keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pptmui-nav-bar {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  height: 44px;
}
.pptmui-nav-bar--default {
  background-color: #fff;
  color: #323233;
}
.pptmui-nav-bar--default .pptmui-nav-bar__left,
.pptmui-nav-bar--default .pptmui-nav-bar__right {
  color: #fa9222;
}
.pptmui-nav-bar--paper {
  background-color: #fef4e5;
  color: #6f6455;
}
.pptmui-nav-bar--paper .pptmui-nav-bar__left,
.pptmui-nav-bar--paper .pptmui-nav-bar__right {
  color: #6f6455;
}
.pptmui-nav-bar--orange {
  background-color: #ff7111;
  color: #fff;
}
.pptmui-nav-bar--orange .pptmui-nav-bar__left,
.pptmui-nav-bar--orange .pptmui-nav-bar__right {
  color: #fff;
}
.pptmui-nav-bar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pptmui-nav-bar__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}
.pptmui-nav-bar__title {
  max-width: 60%;
  margin: 0 auto;
  font-size: 18px;
}
.pptmui-nav-bar__left,
.pptmui-nav-bar__right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.pptmui-nav-bar__left {
  padding: 0 12px;
}
.pptmui-nav-bar__right {
  padding: 0 12px;
  right: 0;
}

.pptmui-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.pptmui-overlay--visible {
  display: block;
}

.pptmui-popover {
  position: absolute;
  background-color: transparent!important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
.pptmui-popover__wrapper {
  display: inline-block;
}
.pptmui-popover__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}
.pptmui-popover__overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.pptmui-popover__content {
  overflow: hidden;
  border-radius: 16px;
}
.pptmui-popover--light {
  color: #6f6455;
}
.pptmui-popover--light .pptmui-popover__arrow {
  color: #fff;
}
.pptmui-popover--light .pptmui-popover__content {
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(50, 50, 51, 0.12);
}
.pptmui-popover--dark {
  color: #fff;
}
.pptmui-popover--dark .pptmui-popover__arrow {
  color: #4a4a4a;
}
.pptmui-popover--dark .pptmui-popover__content {
  background-color: #4a4a4a;
  box-shadow: 0 2px 12px rgba(50, 50, 51, 0.12);
}
.pptmui-popover-zoom-enter,
.pptmui-popover-zoom-exit-active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.pptmui-popover-zoom-enter-active {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.pptmui-popover-zoom-exit-active {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.pptmui-popover[data-popper-placement^='top'] .pptmui-popover__arrow {
  bottom: 0;
  border-top-color: currentColor;
  border-bottom-width: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.pptmui-popover[data-popper-placement='top'] {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.pptmui-popover[data-popper-placement='top'] .pptmui-popover__arrow {
  left: 50%;
}
.pptmui-popover[data-popper-placement='top-start'] {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.pptmui-popover[data-popper-placement='top-start'] .pptmui-popover__arrow {
  left: 24px;
}
.pptmui-popover[data-popper-placement='top-end'] {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.pptmui-popover[data-popper-placement='top-end'] .pptmui-popover__arrow {
  right: 18px;
}
.pptmui-popover[data-popper-placement^='left'] .pptmui-popover__arrow {
  right: 0;
  border-right-width: 0;
  border-left-color: currentColor;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.pptmui-popover[data-popper-placement='left'] {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.pptmui-popover[data-popper-placement='left'] .pptmui-popover__arrow {
  top: 50%;
}
.pptmui-popover[data-popper-placement='left-start'] {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.pptmui-popover[data-popper-placement='left-start'] .pptmui-popover__arrow {
  top: 24px;
}
.pptmui-popover[data-popper-placement='left-end'] {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.pptmui-popover[data-popper-placement='left-end'] .pptmui-popover__arrow {
  bottom: 18px;
}
.pptmui-popover[data-popper-placement^='right'] .pptmui-popover__arrow {
  left: 0;
  border-right-color: currentColor;
  border-left-width: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.pptmui-popover[data-popper-placement='right'] {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.pptmui-popover[data-popper-placement='right'] .pptmui-popover__arrow {
  top: 50%;
}
.pptmui-popover[data-popper-placement='right-start'] {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.pptmui-popover[data-popper-placement='right-start'] .pptmui-popover__arrow {
  top: 24px;
}
.pptmui-popover[data-popper-placement='right-end'] {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.pptmui-popover[data-popper-placement='right-end'] .pptmui-popover__arrow {
  bottom: 18px;
}
.pptmui-popover[data-popper-placement^='bottom'] .pptmui-popover__arrow {
  top: 0;
  border-top-width: 0;
  border-bottom-color: currentColor;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.pptmui-popover[data-popper-placement='bottom'] {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.pptmui-popover[data-popper-placement='bottom'] .pptmui-popover__arrow {
  left: 50%;
}
.pptmui-popover[data-popper-placement='bottom-start'] {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.pptmui-popover[data-popper-placement='bottom-start'] .pptmui-popover__arrow {
  left: 24px;
}
.pptmui-popover[data-popper-placement='bottom-end'] {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.pptmui-popover[data-popper-placement='bottom-end'] .pptmui-popover__arrow {
  right: 18px;
}

.pptmui-popup {
  position: fixed;
  max-height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.pptmui-popup--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.pptmui-popup--center.pptmui-popup--round {
  border-radius: 16px;
}
.pptmui-popup--top {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.pptmui-popup--top.pptmui-popup--round {
  border-radius: 0 0 16px 16px;
}
.pptmui-popup--right {
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.pptmui-popup--right.pptmui-popup--round {
  border-radius: 16px 0 0 16px;
}
.pptmui-popup--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pptmui-popup--bottom.pptmui-popup--round {
  border-radius: 16px 16px 0 0;
}
.pptmui-popup--left {
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.pptmui-popup--left.pptmui-popup--round {
  border-radius: 0 16px 16px 0;
}
.pptmui-popup-slide-top-enter-active,
.pptmui-popup-slide-left-enter-active,
.pptmui-popup-slide-right-enter-active,
.pptmui-popup-slide-bottom-enter-active {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.pptmui-popup-slide-top-exit-active,
.pptmui-popup-slide-left-exit-active,
.pptmui-popup-slide-right-exit-active,
.pptmui-popup-slide-bottom-exit-active {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.pptmui-popup-slide-top-enter,
.pptmui-popup-slide-top-exit-active {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.pptmui-popup-slide-top-enter-active,
.pptmui-popup-slide-top-exit {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pptmui-popup-slide-right-enter,
.pptmui-popup-slide-right-exit-active {
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
}
.pptmui-popup-slide-right-enter-active,
.pptmui-popup-slide-right-exit {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.pptmui-popup-slide-bottom-enter,
.pptmui-popup-slide-bottom-exit-active {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.pptmui-popup-slide-bottom-enter-active,
.pptmui-popup-slide-bottom-exit {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pptmui-popup-slide-left-enter,
.pptmui-popup-slide-left-exit-active {
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
}
.pptmui-popup-slide-left-enter-active,
.pptmui-popup-slide-left-exit {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}


/*# sourceMappingURL=pptui-mobile.css.map*/