/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Bryant";
  font-style: normal;
  font-weight: 500;
  src: url("/res/fonts-new/Bryant-Regular.otf"); }
@font-face {
  font-family: "Bryant";
  font-style: normal;
  font-weight: 600;
  src: url("/res/fonts-new/Bryant-Medium.otf"); }
@font-face {
  font-family: "Bryant";
  font-style: normal;
  font-weight: 200;
  src: url("/res/fonts-new/Bryant-Light.otf"); }
@font-face {
  font-family: "Bryant";
  font-style: normal;
  font-weight: 700;
  src: url("/res/fonts-new/Bryant-Bold.otf"); }
.font-standard-label {
  font-weight: 600;
  font-size: 10px;
  color: #ffffff; }

.bryant-medium {
  font-weight: 600; }

.bryant-light {
  font-weight: 200; }

.bryant-regular {
  font-weight: 500; }

.capitalize-text {
  text-transform: uppercase; }

.main-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.l-flex {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.l-main {
  flex-grow: 1;
  overflow: scroll; }

.l-bottom-btn {
  flex-basis: 80px;
  flex-shrink: 0; }

.trax-global-dialog {
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease-in-out; }
  .trax-global-dialog.no-animate {
    transition: none;
    opacity: 1; }

.dialog-open .trax-global-dialog {
  opacity: 1; }

.trax-dialog {
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  width: 288px;
  padding-top: 12px;
  background-color: white; }

.trax-dialog-header {
  font-family: Bryant;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  text-align: center;
  text-transform: uppercase; }

.trax-dialog-body {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px; }

.trax-dialog-buttons-wrapper {
  border-top: 1px solid #e2e2e2;
  height: 48px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  text-transform: uppercase; }

.trax-dialog-button {
  border-width: 0px;
  border-right: 1px solid #e2e2e2;
  color: #999999;
  flex-grow: 1;
  background: none;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 13px; }
  .trax-dialog-button.primary {
    color: #2a8c19;
    font-size: 12px; }
  .trax-dialog-button.last {
    border-right: none; }

.close-approve-button {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 48px;
  width: 60px; }
  .close-approve-button .close-approve {
    line-height: 48px;
    text-align: center;
    font-size: 10px;
    color: white;
    font-weight: 600; }

.close-text-button {
  position: absolute;
  right: 8px;
  top: 10px;
  height: 48px;
  width: 60px; }
  .close-text-button .close-text {
    line-height: 48px;
    text-align: center;
    font-size: 10px;
    color: white;
    font-weight: 600; }

.no-background {
  background-color: transparent; }

.invisible-close {
  opacity: 0; }

.white-box {
  position: relative;
  background-color: white;
  overflow-x: hidden;
  overflow-y: scroll; }
  .white-box .close-square-buttons {
    color: #666666;
    top: 0 !important;
    width: 40px;
    height: 40px; }
    .white-box .close-square-buttons .close-button {
      right: 8px !important; }
  .white-box .darker-text {
    color: #333333; }
  .white-box .box-title {
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    background: #f7f7f7;
    margin-bottom: 24px; }
  .white-box .big-button {
    background: #2a8c19;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase; }
  .white-box .big-title {
    color: #666666;
    font-size: 22px;
    line-height: 28px;
    margin: 0 16px;
    margin-bottom: 16px; }
  .white-box .subtitle {
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 16px; }
  .white-box .picker-list {
    margin-bottom: 48px;
    padding: 0 16px; }
    .white-box .picker-list > div {
      font-size: 16px;
      position: relative;
      text-align: left;
      line-height: 48px;
      padding: 0 16px;
      color: #666666; }
      .white-box .picker-list > div:not(:first-child) {
        border-top: 1px solid #e2e2e2; }
      .white-box .picker-list > div.picked {
        color: #2a8c19;
        background: rgba(132, 214, 118, 0.1); }
  .white-box .row-commission {
    margin: 0 32px;
    margin-bottom: 32px;
    width: calc(100% - 8*8);
    text-align: left;
    width: auto; }
    .white-box .row-commission [name='commissionErrorZero'] {
      display: none; }
  .white-box .subtitle-with-loader {
    padding-bottom: 24px;
    padding-top: 8px; }
    .white-box .subtitle-with-loader .subtitle {
      padding-top: 8px; }
  .white-box .green-panes {
    border: 1px solid #e2e2e2;
    background: rgba(132, 214, 118, 0.1);
    margin: 24px;
    margin-bottom: 40px;
    display: flex; }
    .white-box .green-panes > div {
      padding: 24px 0;
      flex: 1;
      width: 50%; }
      .white-box .green-panes > div:first-child {
        border-right: 1px solid #e2e2e2; }
      .white-box .green-panes > div .vital {
        color: #2a8c19;
        font-size: 32px;
        margin-bottom: 8px; }
        .white-box .green-panes > div .vital sup {
          top: -0.25em; }
      .white-box .green-panes > div .label {
        color: #666666;
        font-size: 10px;
        font-weight: 600; }

.full-size {
  height: 100%; }

.actions-container {
  margin-top: 50px;
  color: white;
  line-height: 0;
  display: flex; }
  .actions-container .action-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .actions-container .action-ico {
    font-size: 45px; }
  .actions-container .action-text {
    font-size: 12px;
    font-weight: 600; }

prompt-review-refer .refer-review-section-container {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  display: none; }
prompt-review-refer .refer-review-section-open-active {
  display: block; }
prompt-review-refer .referrals-share-icon {
  display: inline-block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  padding-top: 10px;
  font-size: 48px;
  margin-bottom: 24px;
  color: #2a8c19;
  border: 1px solid #2a8c19;
  border-radius: 9999px;
  background: rgba(132, 214, 118, 0.1); }
prompt-review-refer .big-title {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px; }
prompt-review-refer .subtext {
  font-size: 14px;
  color: white;
  margin: 24px;
  margin-top: 0; }
prompt-review-refer .big-button {
  background: #2a8c19;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 72px; }
prompt-review-refer .feedback-title {
  font-size: 20px;
  color: white;
  margin: 12px 24px;
  line-height: 1.3; }
prompt-review-refer .feedback-text {
  font-size: 16px;
  color: white;
  margin: 8px 24px;
  line-height: 1.3; }
prompt-review-refer .feedback-thanks-header {
  padding-bottom: 16px; }
prompt-review-refer .spacing {
  margin-bottom: 36px; }
prompt-review-refer .botpadding {
  padding-bottom: 36px; }
prompt-review-refer .smiley-buttons {
  font-weight: 600;
  display: flex;
  font-size: 14px; }
  prompt-review-refer .smiley-buttons > div {
    flex: auto; }
  prompt-review-refer .smiley-buttons .greeny {
    color: #2a8c19; }
  prompt-review-refer .smiley-buttons .orangey {
    color: #ffc105; }
  prompt-review-refer .smiley-buttons .reddy {
    color: #ff4c1c; }
prompt-review-refer .smiley {
  font-weight: 400;
  height: 56px;
  font-size: 40px; }
  prompt-review-refer .smiley svg {
    width: 56px;
    height: 56px; }
    prompt-review-refer .smiley svg .svgstroke {
      stroke: #84d676; }
  prompt-review-refer .smiley.smiley-big {
    height: 72px; }
    prompt-review-refer .smiley.smiley-big svg {
      width: 72px;
      height: 72px; }
  prompt-review-refer .smiley.greeny .svgstroke {
    stroke: #2a8c19; }
  prompt-review-refer .smiley.orangey .svgstroke {
    stroke: #ffc105; }
  prompt-review-refer .smiley.reddy .svgstroke {
    stroke: #ff4c1c; }
prompt-review-refer .feedback-container {
  margin: 30px;
  margin-bottom: 50px;
  font-size: 10px; }

.is-disabled {
  pointer-events: none;
  opacity: 0.5; }

.is-syncing:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5); }

.input {
  border-bottom: 1px solid #e2e2e2;
  margin: 16px 0;
  position: relative; }
  .input.is-active label {
    transform: translateY(-20px) scale(1);
    font-size: 11px;
    color: #2a8c19; }
  .input label {
    position: absolute;
    bottom: 8px;
    left: 0;
    color: #888888;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transform: translateY(0px);
    transform-origin: center left;
    display: block;
    transition: all 0.3s; }
  .input input {
    display: block;
    width: 100%;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    color: #222222;
    font-family: inherit;
    height: 42px;
    box-sizing: border-box;
    padding-top: 8px; }

.btn {
  background: #2a8c19; }

* {
  -webkit-tap-highlight-color: transparent; }

html, body {
  height: 100%; }

a {
  color: #2a8c19; }

body {
  font-family: "Bryant";
  height: 100%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  background-color: #f7f7f7; }

.harold {
  position: absolute;
  left: -400px;
  bottom: -100px;
  z-index: 1; }
  .harold svg {
    width: 100vw;
    min-width: 1000px;
    height: auto;
    display: block;
    opacity: 0.03; }
    .harold svg path {
      fill: black; }

.login-container {
  padding: 16px 24px 8px 24px;
  display: flex;
  flex-direction: column; }

.main-wrap {
  background: white;
  z-index: 2; }
  @media (min-width: 700px) and (min-height: 650px) {
    .main-wrap {
      max-width: 400px;
      max-height: 600px;
      margin: auto;
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      transform: translateY(-2vh);
      background: white; } }

.login-logo-container {
  text-align: center;
  margin: 16px 0; }
  .login-logo-container svg {
    margin: 0px auto;
    max-width: 70px;
    height: auto; }

p {
  text-align: center; }

.login-form {
  margin-top: -8; }

.btn {
  background: #2a8c19;
  padding: 8px 24px;
  text-transform: uppercase;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 500;
  outline: 0px;
  transition: background 0.3s 0.05s; }
  .btn.is-disabled {
    background-color: #cccccc;
    opacity: 1; }

.confirmation .login-logo-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .confirmation .login-logo-container span {
    font-size: 30px;
    color: #666666; }
  .confirmation .login-logo-container .logo {
    margin: 0 20px; }
  .confirmation .login-logo-container .img-logo {
    max-width: 100px; }
.confirmation h3 {
  font-weight: 400;
  text-align: center; }
  .confirmation h3 strong {
    font-weight: 500;
    color: #2a8c19; }

.permissions .bullet {
  margin: 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  padding: 12px 0 10px 4px;
  line-height: 1;
  font-size: 14px; }
  .permissions .bullet:last-child {
    border-bottom: 1px solid #e2e2e2; }
  .permissions .bullet i {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 30px;
    background: rgba(132, 214, 118, 0.15);
    font-size: 24px;
    text-align: center;
    color: #2a8c19;
    margin-right: 8px;
    width: 37px;
    height: 37px;
    font-weight: 700;
    padding-top: 6px; }

.forgot-password,
.back-login {
  text-align: right;
  color: #888888;
  font-size: 12px;
  margin: 12px 0; }

.back-login {
  color: #2a8c19; }

.error, .message {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0 30px; }

.message {
  margin-top: 24px; }

.external-signin {
  font-size: 11px;
  text-align: center;
  color: #888888; }
  .external-signin div {
    display: inline-block;
    margin: 0 4px;
    width: 45px;
    cursor: pointer; }
    .external-signin div img {
      display: block;
      width: 100%; }
