@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*! normalize.css v3.0.1 | 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,
  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: 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 {
    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 */
    /* //Added by Agustin */
    font-family: sans-serif;
    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"], /* 1 */
  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 */ /* 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: 'Avenir light';
    src: url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Light.woff2') format('woff2'),
         url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir regular';
    src: url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Regular.woff2') format('woff2'),
         url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir medium';
    src: url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Medium.woff2') format('woff2'),
         url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir demi';
    src: url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Demi.woff2') format('woff2'),
         url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir bold';
    src: url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Bold.woff2') format('woff2'),
         url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/AvenirNext/fonts/Avenir-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




@font-face {
  font-family: 'Feather';
  src:
    url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/feather/fonts/Feather.ttf?sdxovp') format('truetype'),
    url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/feather/fonts/Feather.woff?sdxovp') format('woff'),
    url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/feather/fonts/Feather.svg?sdxovp#Feather') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-activity:before {
  content: "\e900";
}
.fe-airplay:before {
  content: "\e901";
}
.fe-alert-circle:before {
  content: "\e902";
}
.fe-alert-octagon:before {
  content: "\e903";
}
.fe-alert-triangle:before {
  content: "\e904";
}
.fe-align-center:before {
  content: "\e905";
}
.fe-align-justify:before {
  content: "\e906";
}
.fe-align-left:before {
  content: "\e907";
}
.fe-align-right:before {
  content: "\e908";
}
.fe-anchor:before {
  content: "\e909";
}
.fe-aperture:before {
  content: "\e90a";
}
.fe-archive:before {
  content: "\e90b";
}
.fe-arrow-down:before {
  content: "\e90c";
}
.fe-arrow-down-circle:before {
  content: "\e90d";
}
.fe-arrow-down-left:before {
  content: "\e90e";
}
.fe-arrow-down-right:before {
  content: "\e90f";
}
.fe-arrow-left:before {
  content: "\e910";
}
.fe-arrow-left-circle:before {
  content: "\e911";
}
.fe-arrow-right:before {
  content: "\e912";
}
.fe-arrow-right-circle:before {
  content: "\e913";
}
.fe-arrow-up:before {
  content: "\e914";
}
.fe-arrow-up-circle:before {
  content: "\e915";
}
.fe-arrow-up-left:before {
  content: "\e916";
}
.fe-arrow-up-right:before {
  content: "\e917";
}
.fe-at-sign:before {
  content: "\e918";
}
.fe-award:before {
  content: "\e919";
}
.fe-bar-chart:before {
  content: "\e91a";
}
.fe-bar-chart-2:before {
  content: "\e91b";
}
.fe-battery:before {
  content: "\e91c";
}
.fe-battery-charging:before {
  content: "\e91d";
}
.fe-bell:before {
  content: "\e91e";
}
.fe-bell-off:before {
  content: "\e91f";
}
.fe-bluetooth:before {
  content: "\e920";
}
.fe-bold:before {
  content: "\e921";
}
.fe-book:before {
  content: "\e922";
}
.fe-book-open:before {
  content: "\e923";
}
.fe-bookmark:before {
  content: "\e924";
}
.fe-box:before {
  content: "\e925";
}
.fe-briefcase:before {
  content: "\e926";
}
.fe-calendar:before {
  content: "\e927";
}
.fe-camera:before {
  content: "\e928";
}
.fe-camera-off:before {
  content: "\e929";
}
.fe-cast:before {
  content: "\e92a";
}
.fe-check:before {
  content: "\e92b";
}
.fe-check-circle:before {
  content: "\e92c";
}
.fe-check-square:before {
  content: "\e92d";
}
.fe-chevron-down:before {
  content: "\e92e";
}
.fe-chevron-left:before {
  content: "\e92f";
}
.fe-chevron-right:before {
  content: "\e930";
}
.fe-chevron-up:before {
  content: "\e931";
}
.fe-chevrons-down:before {
  content: "\e932";
}
.fe-chevrons-left:before {
  content: "\e933";
}
.fe-chevrons-right:before {
  content: "\e934";
}
.fe-chevrons-up:before {
  content: "\e935";
}
.fe-chrome:before {
  content: "\e936";
}
.fe-circle:before {
  content: "\e937";
}
.fe-clipboard:before {
  content: "\e938";
}
.fe-clock:before {
  content: "\e939";
}
.fe-cloud:before {
  content: "\e93a";
}
.fe-cloud-drizzle:before {
  content: "\e93b";
}
.fe-cloud-lightning:before {
  content: "\e93c";
}
.fe-cloud-off:before {
  content: "\e93d";
}
.fe-cloud-rain:before {
  content: "\e93e";
}
.fe-cloud-snow:before {
  content: "\e93f";
}
.fe-code:before {
  content: "\e940";
}
.fe-codepen:before {
  content: "\e941";
}
.fe-command:before {
  content: "\e942";
}
.fe-compass:before {
  content: "\e943";
}
.fe-copy:before {
  content: "\e944";
}
.fe-corner-down-left:before {
  content: "\e945";
}
.fe-corner-down-right:before {
  content: "\e946";
}
.fe-corner-left-down:before {
  content: "\e947";
}
.fe-corner-left-up:before {
  content: "\e948";
}
.fe-corner-right-down:before {
  content: "\e949";
}
.fe-corner-right-up:before {
  content: "\e94a";
}
.fe-corner-up-left:before {
  content: "\e94b";
}
.fe-corner-up-right:before {
  content: "\e94c";
}
.fe-cpu:before {
  content: "\e94d";
}
.fe-credit-card:before {
  content: "\e94e";
}
.fe-crop:before {
  content: "\e94f";
}
.fe-crosshair:before {
  content: "\e950";
}
.fe-database:before {
  content: "\e951";
}
.fe-delete:before {
  content: "\e952";
}
.fe-disc:before {
  content: "\e953";
}
.fe-dollar-sign:before {
  content: "\e954";
}
.fe-download:before {
  content: "\e955";
}
.fe-download-cloud:before {
  content: "\e956";
}
.fe-droplet:before {
  content: "\e957";
}
.fe-edit:before {
  content: "\e958";
}
.fe-edit-2:before {
  content: "\e959";
}
.fe-edit-3:before {
  content: "\e95a";
}
.fe-external-link:before {
  content: "\e95b";
}
.fe-eye:before {
  content: "\e95c";
}
.fe-eye-off:before {
  content: "\e95d";
}
.fe-facebook:before {
  content: "\e95e";
}
.fe-fast-forward:before {
  content: "\e95f";
}
.fe-feather:before {
  content: "\e960";
}
.fe-file:before {
  content: "\e961";
}
.fe-file-minus:before {
  content: "\e962";
}
.fe-file-plus:before {
  content: "\e963";
}
.fe-file-text:before {
  content: "\e964";
}
.fe-film:before {
  content: "\e965";
}
.fe-filter:before {
  content: "\e966";
}
.fe-flag:before {
  content: "\e967";
}
.fe-folder:before {
  content: "\e968";
}
.fe-folder-minus:before {
  content: "\e969";
}
.fe-folder-plus:before {
  content: "\e96a";
}
.fe-gift:before {
  content: "\e96b";
}
.fe-git-branch:before {
  content: "\e96c";
}
.fe-git-commit:before {
  content: "\e96d";
}
.fe-git-merge:before {
  content: "\e96e";
}
.fe-git-pull-request:before {
  content: "\e96f";
}
.fe-github:before {
  content: "\e970";
}
.fe-gitlab:before {
  content: "\e971";
}
.fe-globe:before {
  content: "\e972";
}
.fe-grid:before {
  content: "\e973";
}
.fe-hard-drive:before {
  content: "\e974";
}
.fe-hash:before {
  content: "\e975";
}
.fe-headphones:before {
  content: "\e976";
}
.fe-heart:before {
  content: "\e977";
}
.fe-help-circle:before {
  content: "\e978";
}
.fe-home:before {
  content: "\e979";
}
.fe-image:before {
  content: "\e97a";
}
.fe-inbox:before {
  content: "\e97b";
}
.fe-info:before {
  content: "\e97c";
}
.fe-instagram:before {
  content: "\e97d";
}
.fe-italic:before {
  content: "\e97e";
}
.fe-layers:before {
  content: "\e97f";
}
.fe-layout:before {
  content: "\e980";
}
.fe-life-buoy:before {
  content: "\e981";
}
.fe-link:before {
  content: "\e982";
}
.fe-link-2:before {
  content: "\e983";
}
.fe-linkedin:before {
  content: "\e984";
}
.fe-list:before {
  content: "\e985";
}
.fe-loader:before {
  content: "\e986";
}
.fe-lock:before {
  content: "\e987";
}
.fe-log-in:before {
  content: "\e988";
}
.fe-log-out:before {
  content: "\e989";
}
.fe-mail:before {
  content: "\e98a";
}
.fe-map:before {
  content: "\e98b";
}
.fe-map-pin:before {
  content: "\e98c";
}
.fe-maximize:before {
  content: "\e98d";
}
.fe-maximize-2:before {
  content: "\e98e";
}
.fe-menu:before {
  content: "\e98f";
}
.fe-message-circle:before {
  content: "\e990";
}
.fe-message-square:before {
  content: "\e991";
}
.fe-mic:before {
  content: "\e992";
}
.fe-mic-off:before {
  content: "\e993";
}
.fe-minimize:before {
  content: "\e994";
}
.fe-minimize-2:before {
  content: "\e995";
}
.fe-minus:before {
  content: "\e996";
}
.fe-minus-circle:before {
  content: "\e997";
}
.fe-minus-square:before {
  content: "\e998";
}
.fe-monitor:before {
  content: "\e999";
}
.fe-moon:before {
  content: "\e99a";
}
.fe-more-horizontal:before {
  content: "\e99b";
}
.fe-more-vertical:before {
  content: "\e99c";
}
.fe-move:before {
  content: "\e99d";
}
.fe-music:before {
  content: "\e99e";
}
.fe-navigation:before {
  content: "\e99f";
}
.fe-navigation-2:before {
  content: "\e9a0";
}
.fe-octagon:before {
  content: "\e9a1";
}
.fe-package:before {
  content: "\e9a2";
}
.fe-paperclip:before {
  content: "\e9a3";
}
.fe-pause:before {
  content: "\e9a4";
}
.fe-pause-circle:before {
  content: "\e9a5";
}
.fe-percent:before {
  content: "\e9a6";
}
.fe-phone:before {
  content: "\e9a7";
}
.fe-phone-call:before {
  content: "\e9a8";
}
.fe-phone-forwarded:before {
  content: "\e9a9";
}
.fe-phone-incoming:before {
  content: "\e9aa";
}
.fe-phone-missed:before {
  content: "\e9ab";
}
.fe-phone-off:before {
  content: "\e9ac";
}
.fe-phone-outgoing:before {
  content: "\e9ad";
}
.fe-pie-chart:before {
  content: "\e9ae";
}
.fe-play:before {
  content: "\e9af";
}
.fe-play-circle:before {
  content: "\e9b0";
}
.fe-plus:before {
  content: "\e9b1";
}
.fe-plus-circle:before {
  content: "\e9b2";
}
.fe-plus-square:before {
  content: "\e9b3";
}
.fe-pocket:before {
  content: "\e9b4";
}
.fe-power:before {
  content: "\e9b5";
}
.fe-printer:before {
  content: "\e9b6";
}
.fe-radio:before {
  content: "\e9b7";
}
.fe-refresh-ccw:before {
  content: "\e9b8";
}
.fe-refresh-cw:before {
  content: "\e9b9";
}
.fe-repeat:before {
  content: "\e9ba";
}
.fe-rewind:before {
  content: "\e9bb";
}
.fe-rotate-ccw:before {
  content: "\e9bc";
}
.fe-rotate-cw:before {
  content: "\e9bd";
}
.fe-rss:before {
  content: "\e9be";
}
.fe-save:before {
  content: "\e9bf";
}
.fe-scissors:before {
  content: "\e9c0";
}
.fe-search:before {
  content: "\e9c1";
}
.fe-send:before {
  content: "\e9c2";
}
.fe-server:before {
  content: "\e9c3";
}
.fe-settings:before {
  content: "\e9c4";
}
.fe-share:before {
  content: "\e9c5";
}
.fe-share-2:before {
  content: "\e9c6";
}
.fe-shield:before {
  content: "\e9c7";
}
.fe-shield-off:before {
  content: "\e9c8";
}
.fe-shopping-bag:before {
  content: "\e9c9";
}
.fe-shopping-cart:before {
  content: "\e9ca";
}
.fe-shuffle:before {
  content: "\e9cb";
}
.fe-sidebar:before {
  content: "\e9cc";
}
.fe-skip-back:before {
  content: "\e9cd";
}
.fe-skip-forward:before {
  content: "\e9ce";
}
.fe-slack:before {
  content: "\e9cf";
}
.fe-slash:before {
  content: "\e9d0";
}
.fe-sliders:before {
  content: "\e9d1";
}
.fe-smartphone:before {
  content: "\e9d2";
}
.fe-speaker:before {
  content: "\e9d3";
}
.fe-square:before {
  content: "\e9d4";
}
.fe-star:before {
  content: "\e9d5";
}
.fe-stop-circle:before {
  content: "\e9d6";
}
.fe-sun:before {
  content: "\e9d7";
}
.fe-sunrise:before {
  content: "\e9d8";
}
.fe-sunset:before {
  content: "\e9d9";
}
.fe-tablet:before {
  content: "\e9da";
}
.fe-tag:before {
  content: "\e9db";
}
.fe-target:before {
  content: "\e9dc";
}
.fe-terminal:before {
  content: "\e9dd";
}
.fe-thermometer:before {
  content: "\e9de";
}
.fe-thumbs-down:before {
  content: "\e9df";
}
.fe-thumbs-up:before {
  content: "\e9e0";
}
.fe-toggle-left:before {
  content: "\e9e1";
}
.fe-toggle-right:before {
  content: "\e9e2";
}
.fe-trash:before {
  content: "\e9e3";
}
.fe-trash-2:before {
  content: "\e9e4";
}
.fe-trending-down:before {
  content: "\e9e5";
}
.fe-trending-up:before {
  content: "\e9e6";
}
.fe-triangle:before {
  content: "\e9e7";
}
.fe-truck:before {
  content: "\e9e8";
}
.fe-tv:before {
  content: "\e9e9";
}
.fe-twitter:before {
  content: "\e9ea";
}
.fe-type:before {
  content: "\e9eb";
}
.fe-umbrella:before {
  content: "\e9ec";
}
.fe-underline:before {
  content: "\e9ed";
}
.fe-unlock:before {
  content: "\e9ee";
}
.fe-upload:before {
  content: "\e9ef";
}
.fe-upload-cloud:before {
  content: "\e9f0";
}
.fe-user:before {
  content: "\e9f1";
}
.fe-user-check:before {
  content: "\e9f2";
}
.fe-user-minus:before {
  content: "\e9f3";
}
.fe-user-plus:before {
  content: "\e9f4";
}
.fe-user-x:before {
  content: "\e9f5";
}
.fe-users:before {
  content: "\e9f6";
}
.fe-video:before {
  content: "\e9f7";
}
.fe-video-off:before {
  content: "\e9f8";
}
.fe-voicemail:before {
  content: "\e9f9";
}
.fe-volume:before {
  content: "\e9fa";
}
.fe-volume-1:before {
  content: "\e9fb";
}
.fe-volume-2:before {
  content: "\e9fc";
}
.fe-volume-x:before {
  content: "\e9fd";
}
.fe-watch:before {
  content: "\e9fe";
}
.fe-wifi:before {
  content: "\e9ff";
}
.fe-wifi-off:before {
  content: "\ea00";
}
.fe-wind:before {
  content: "\ea01";
}
.fe-x:before {
  content: "\ea02";
}
.fe-x-circle:before {
  content: "\ea03";
}
.fe-x-square:before {
  content: "\ea04";
}
.fe-youtube:before {
  content: "\ea05";
}
.fe-zap:before {
  content: "\ea06";
}
.fe-zap-off:before {
  content: "\ea07";
}
.fe-zoom-in:before {
  content: "\ea08";
}
.fe-zoom-out:before {
  content: "\ea09";
}

@font-face {
    font-family: 'Bubbly';
    src: url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/bubbly/bubbly-regular-webfont.woff') format('woff'),
         url('https://d1wtft2o9f5v1q.cloudfront.net/fonts/bubbly/bubbly-regular-webfont.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'WEB Boing';
    src: url('../css/fonts/WEBBoing-Semibold.woff2') format('woff2'),
        url('../css/fonts/WEBBoing-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity 150ms ease-out}.fade-enter,.fade-leave-to{opacity:0}.notices{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1052;pointer-events:none}.notices .toast{display:inline-flex;align-items:center;animation-duration:150ms;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.notices .toast .toast-text{margin:0;padding:.5em 1em;word-break:break-word}.notices .toast .toast-icon{display:none}.notices .toast-success{background-color:#47d78a}.notices .toast-info{background-color:#1c85d5}.notices .toast-warning{background-color:#febc22}.notices .toast-error{background-color:#f7471c}.notices .toast-default{background-color:#343a40}.notices .toast.is-top,.notices .toast.is-bottom{align-self:center}.notices .toast.is-top-right,.notices .toast.is-bottom-right{align-self:flex-end}.notices .toast.is-top-left,.notices .toast.is-bottom-left{align-self:flex-start}.notices.is-top{flex-direction:column}.notices.is-bottom{flex-direction:column-reverse}.notices.is-custom-parent{position:absolute}@media screen and (max-width: 768px){.notices{padding:0;position:fixed !important}}.notices .toast{opacity:1;min-height:4em}.notices .toast .toast-text{padding:1.5em 1em}.notices .toast .toast-icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3E %3Cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3E %3C/svg%3E") no-repeat}.notices .toast.toast-success .toast-icon{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E %3Cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3E %3C/svg%3E") no-repeat}.notices .toast.toast-error .toast-icon{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3E %3Cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3E %3C/svg%3E") no-repeat}.notices .toast.toast-warning .toast-icon{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23fff' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3E %3C/svg%3E") no-repeat}

.bg-primary-after[data-v-e59be3b4]:after,.bg-primary-before[data-v-e59be3b4]:before,.bg-primary[data-v-e59be3b4]{background-color:#1e90ff}.bg-primary-after-transparency[data-v-e59be3b4]:after,.bg-primary-before-transparency[data-v-e59be3b4]:before,.bg-primary-transparency[data-v-e59be3b4]{background-color:rgba(30,144,255,.5)}.bg-secondary-after[data-v-e59be3b4]:after,.bg-secondary-before[data-v-e59be3b4]:before,.bg-secondary[data-v-e59be3b4]{background-color:#747474}.bg-secondary-after-transparency[data-v-e59be3b4]:after,.bg-secondary-before-transparency[data-v-e59be3b4]:before,.bg-secondary-transparency[data-v-e59be3b4]{background-color:hsla(0,0%,45.5%,.5)}.bg-third-after[data-v-e59be3b4]:after,.bg-third-before[data-v-e59be3b4]:before,.bg-third[data-v-e59be3b4]{background-color:#ccc}.bg-third-after-transparency[data-v-e59be3b4]:after,.bg-third-before-transparency[data-v-e59be3b4]:before,.bg-third-transparency[data-v-e59be3b4]{background-color:hsla(0,0%,80%,.5)}.bg-success-after[data-v-e59be3b4]:after,.bg-success-before[data-v-e59be3b4]:before,.bg-success[data-v-e59be3b4]{background-color:#9acd32}.bg-success-after-transparency[data-v-e59be3b4]:after,.bg-success-before-transparency[data-v-e59be3b4]:before,.bg-success-transparency[data-v-e59be3b4]{background-color:rgba(154,205,50,.5)}.bg-danger-after[data-v-e59be3b4]:after,.bg-danger-before[data-v-e59be3b4]:before,.bg-danger[data-v-e59be3b4]{background-color:#ff4500}.bg-danger-after-transparency[data-v-e59be3b4]:after,.bg-danger-before-transparency[data-v-e59be3b4]:before,.bg-danger-transparency[data-v-e59be3b4]{background-color:rgba(255,69,0,.5)}.bg-grey-after[data-v-e59be3b4]:after,.bg-grey-before[data-v-e59be3b4]:before,.bg-grey[data-v-e59be3b4]{background-color:#999}.bg-grey-after-transparency[data-v-e59be3b4]:after,.bg-grey-before-transparency[data-v-e59be3b4]:before,.bg-grey-transparency[data-v-e59be3b4]{background-color:hsla(0,0%,60%,.5)}.bg-info-after[data-v-e59be3b4]:after,.bg-info-before[data-v-e59be3b4]:before,.bg-info[data-v-e59be3b4]{background-color:#17a2b8}.bg-info-after-transparency[data-v-e59be3b4]:after,.bg-info-before-transparency[data-v-e59be3b4]:before,.bg-info-transparency[data-v-e59be3b4]{background-color:rgba(23,162,184,.5)}.bg-warning-after[data-v-e59be3b4]:after,.bg-warning-before[data-v-e59be3b4]:before,.bg-warning[data-v-e59be3b4]{background-color:#ffa300}.bg-warning-after-transparency[data-v-e59be3b4]:after,.bg-warning-before-transparency[data-v-e59be3b4]:before,.bg-warning-transparency[data-v-e59be3b4]{background-color:rgba(255,163,0,.5)}.bg-light-after[data-v-e59be3b4]:after,.bg-light-before[data-v-e59be3b4]:before,.bg-light[data-v-e59be3b4]{background-color:#f5f5f5}.bg-light-after-transparency[data-v-e59be3b4]:after,.bg-light-before-transparency[data-v-e59be3b4]:before,.bg-light-transparency[data-v-e59be3b4]{background-color:hsla(0,0%,96.1%,.5)}.bg-dark-after[data-v-e59be3b4]:after,.bg-dark-before[data-v-e59be3b4]:before,.bg-dark[data-v-e59be3b4]{background-color:#24292e}.bg-dark-after-transparency[data-v-e59be3b4]:after,.bg-dark-before-transparency[data-v-e59be3b4]:before,.bg-dark-transparency[data-v-e59be3b4]{background-color:rgba(36,41,46,.5)}.bg-default-after[data-v-e59be3b4]:after,.bg-default-before[data-v-e59be3b4]:before,.bg-default[data-v-e59be3b4]{background-color:#ccc}.bg-default-after-transparency[data-v-e59be3b4]:after,.bg-default-before-transparency[data-v-e59be3b4]:before,.bg-default-transparency[data-v-e59be3b4]{background-color:hsla(0,0%,80%,.5)}.bg-white-after[data-v-e59be3b4]:after,.bg-white-before[data-v-e59be3b4]:before,.bg-white[data-v-e59be3b4]{background-color:#fff}.bg-white-after-transparency[data-v-e59be3b4]:after,.bg-white-before-transparency[data-v-e59be3b4]:before,.bg-white-transparency[data-v-e59be3b4]{background-color:hsla(0,0%,100%,.5)}.bg-black-after[data-v-e59be3b4]:after,.bg-black-before[data-v-e59be3b4]:before,.bg-black[data-v-e59be3b4]{background-color:#000}.bg-black-after-transparency[data-v-e59be3b4]:after,.bg-black-before-transparency[data-v-e59be3b4]:before,.bg-black-transparency[data-v-e59be3b4]{background-color:rgba(0,0,0,.5)}.fill-primary path[data-v-e59be3b4]{fill:#1e90ff}.fill-secondary path[data-v-e59be3b4]{fill:#747474}.fill-third path[data-v-e59be3b4]{fill:#ccc}.fill-success path[data-v-e59be3b4]{fill:#9acd32}.fill-danger path[data-v-e59be3b4]{fill:#ff4500}.fill-grey path[data-v-e59be3b4]{fill:#999}.fill-info path[data-v-e59be3b4]{fill:#17a2b8}.fill-warning path[data-v-e59be3b4]{fill:#ffa300}.fill-light path[data-v-e59be3b4]{fill:#f5f5f5}.fill-dark path[data-v-e59be3b4]{fill:#24292e}.fill-default path[data-v-e59be3b4]{fill:#ccc}.fill-white path[data-v-e59be3b4]{fill:#fff}.fill-black path[data-v-e59be3b4]{fill:#000}.label[data-v-e59be3b4]{border-radius:2px;padding:2px 4px;color:#fff;font-size:.714em}.label-primary[data-v-e59be3b4],.label[data-v-e59be3b4]{background-color:#1e90ff}.label-primary-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #1e90ff;color:#1e90ff}.label-secondary[data-v-e59be3b4]{background-color:#747474}.label-secondary-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #747474;color:#747474}.label-third[data-v-e59be3b4]{background-color:#ccc}.label-third-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ccc;color:#ccc}.label-success[data-v-e59be3b4]{background-color:#9acd32}.label-success-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #9acd32;color:#9acd32}.label-danger[data-v-e59be3b4]{background-color:#ff4500}.label-danger-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ff4500;color:#ff4500}.label-grey[data-v-e59be3b4]{background-color:#999}.label-grey-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #999;color:#999}.label-info[data-v-e59be3b4]{background-color:#17a2b8}.label-info-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #17a2b8;color:#17a2b8}.label-warning[data-v-e59be3b4]{background-color:#ffa300}.label-warning-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ffa300;color:#ffa300}.label-light[data-v-e59be3b4]{background-color:#f5f5f5}.label-light-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #f5f5f5;color:#f5f5f5}.label-dark[data-v-e59be3b4]{background-color:#24292e}.label-dark-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #24292e;color:#24292e}.label-default[data-v-e59be3b4]{background-color:#ccc}.label-default-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ccc;color:#ccc}.label-white[data-v-e59be3b4]{background-color:#fff}.label-white-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #fff;color:#fff}.label-black[data-v-e59be3b4]{background-color:#000}.label-black-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #000;color:#000}.dot[data-v-e59be3b4]{width:6px;height:6px;border-radius:6px}.dot-primary[data-v-e59be3b4],.dot[data-v-e59be3b4]{background-color:#1e90ff}.dot-primary-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #1e90ff;color:#1e90ff}.dot-secondary[data-v-e59be3b4]{background-color:#747474}.dot-secondary-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #747474;color:#747474}.dot-third[data-v-e59be3b4]{background-color:#ccc}.dot-third-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ccc;color:#ccc}.dot-success[data-v-e59be3b4]{background-color:#9acd32}.dot-success-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #9acd32;color:#9acd32}.dot-danger[data-v-e59be3b4]{background-color:#ff4500}.dot-danger-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ff4500;color:#ff4500}.dot-grey[data-v-e59be3b4]{background-color:#999}.dot-grey-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #999;color:#999}.dot-info[data-v-e59be3b4]{background-color:#17a2b8}.dot-info-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #17a2b8;color:#17a2b8}.dot-warning[data-v-e59be3b4]{background-color:#ffa300}.dot-warning-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ffa300;color:#ffa300}.dot-light[data-v-e59be3b4]{background-color:#f5f5f5}.dot-light-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #f5f5f5;color:#f5f5f5}.dot-dark[data-v-e59be3b4]{background-color:#24292e}.dot-dark-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #24292e;color:#24292e}.dot-default[data-v-e59be3b4]{background-color:#ccc}.dot-default-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #ccc;color:#ccc}.dot-white[data-v-e59be3b4]{background-color:#fff}.dot-white-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #fff;color:#fff}.dot-black[data-v-e59be3b4]{background-color:#000}.dot-black-outline[data-v-e59be3b4]{background-color:transparent;border:1px solid #000;color:#000}a[data-v-e59be3b4]{color:#1e90ff;text-decoration:none}a[data-v-e59be3b4]:focus,a[data-v-e59be3b4]:hover{text-decoration:underline}.btn[data-v-e59be3b4]{border:1px solid transparent;outline:none;cursor:pointer;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);background-color:#1e90ff;color:#fff;display:inline-block;border-radius:8px;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 20px;font-size:1em;font-weight:inherit;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;overflow:visible;-webkit-font-smoothing:inherit;text-decoration:none;-moz-osx-font-smoothing:inherit}.btn[data-v-e59be3b4]:focus,.btn[data-v-e59be3b4]:hover{background-color:#0077ea}.btn.active[data-v-e59be3b4]{background-color:#1e90ff}.btn.active[data-v-e59be3b4],.btn[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn.active[data-v-e59be3b4],.btn[data-v-e59be3b4]:focus,.btn[data-v-e59be3b4]:hover{text-decoration:none}.btn--rounded[data-v-e59be3b4]{border-radius:50px}.btn--block[data-v-e59be3b4]{width:100%}.btn--lg[data-v-e59be3b4]{padding:16px 22px;font-size:1.143em}.btn--md[data-v-e59be3b4]{padding:10px 20px;font-size:1em}.btn--sm[data-v-e59be3b4]{padding:9px 15px;font-size:.857em}.btn--mini[data-v-e59be3b4]{padding:7px 15px;font-size:.857em}.btn--fab[data-v-e59be3b4]{border-radius:50%;padding:0;height:40px;width:40px}.btn--fab.btn--lg[data-v-e59be3b4]{height:50px;width:50px}.btn--fab.btn--md[data-v-e59be3b4]{height:36px;width:36px}.btn--fab.btn--sm[data-v-e59be3b4]{height:32px;width:32px}.btn--fab.btn--mini[data-v-e59be3b4]{height:28px;width:28px}.btn--light[data-v-e59be3b4],.btn--white[data-v-e59be3b4]{color:#747474}.btn--primary[data-v-e59be3b4]{background-color:#1e90ff}.btn--primary[data-v-e59be3b4]:focus,.btn--primary[data-v-e59be3b4]:hover{background-color:#0077ea}.btn--primary.active[data-v-e59be3b4]{background-color:#1e90ff}.btn--primary.active[data-v-e59be3b4],.btn--primary[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn--primary--outline[data-v-e59be3b4]{background-color:rgba(30,144,255,.05);border:1px solid #1e90ff;color:#1e90ff}.btn--primary--outline.active[data-v-e59be3b4],.btn--primary--outline[data-v-e59be3b4]:focus,.btn--primary--outline[data-v-e59be3b4]:hover{background-color:#1e90ff;color:#fff}.btn--primary--outline.active[data-v-e59be3b4],.btn--primary--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn--secondary[data-v-e59be3b4]{background-color:#747474}.btn--secondary[data-v-e59be3b4]:focus,.btn--secondary[data-v-e59be3b4]:hover{background-color:#5b5b5b}.btn--secondary.active[data-v-e59be3b4]{background-color:#747474}.btn--secondary.active[data-v-e59be3b4],.btn--secondary[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)}.btn--secondary--outline[data-v-e59be3b4]{background-color:hsla(0,0%,45.5%,.05);border:1px solid #747474;color:#747474}.btn--secondary--outline.active[data-v-e59be3b4],.btn--secondary--outline[data-v-e59be3b4]:focus,.btn--secondary--outline[data-v-e59be3b4]:hover{background-color:#747474;color:#fff}.btn--secondary--outline.active[data-v-e59be3b4],.btn--secondary--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)}.btn--third[data-v-e59be3b4]{background-color:#ccc}.btn--third[data-v-e59be3b4]:focus,.btn--third[data-v-e59be3b4]:hover{background-color:#b3b3b3}.btn--third.active[data-v-e59be3b4]{background-color:#ccc}.btn--third.active[data-v-e59be3b4],.btn--third[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--third--outline[data-v-e59be3b4]{background-color:hsla(0,0%,80%,.05);border:1px solid #ccc;color:#ccc}.btn--third--outline.active[data-v-e59be3b4],.btn--third--outline[data-v-e59be3b4]:focus,.btn--third--outline[data-v-e59be3b4]:hover{background-color:#ccc;color:#fff}.btn--third--outline.active[data-v-e59be3b4],.btn--third--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--success[data-v-e59be3b4]{background-color:#9acd32}.btn--success[data-v-e59be3b4]:focus,.btn--success[data-v-e59be3b4]:hover{background-color:#7ba428}.btn--success.active[data-v-e59be3b4]{background-color:#9acd32}.btn--success.active[data-v-e59be3b4],.btn--success[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);box-shadow:0 0 0 .143rem rgba(154,205,50,.5)}.btn--success--outline[data-v-e59be3b4]{background-color:rgba(154,205,50,.05);border:1px solid #9acd32;color:#9acd32}.btn--success--outline.active[data-v-e59be3b4],.btn--success--outline[data-v-e59be3b4]:focus,.btn--success--outline[data-v-e59be3b4]:hover{background-color:#9acd32;color:#fff}.btn--success--outline.active[data-v-e59be3b4],.btn--success--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);box-shadow:0 0 0 .143rem rgba(154,205,50,.5)}.btn--danger[data-v-e59be3b4]{background-color:#ff4500}.btn--danger[data-v-e59be3b4]:focus,.btn--danger[data-v-e59be3b4]:hover{background-color:#cc3700}.btn--danger.active[data-v-e59be3b4]{background-color:#ff4500}.btn--danger.active[data-v-e59be3b4],.btn--danger[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);box-shadow:0 0 0 .143rem rgba(255,69,0,.5)}.btn--danger--outline[data-v-e59be3b4]{background-color:rgba(255,69,0,.05);border:1px solid #ff4500;color:#ff4500}.btn--danger--outline.active[data-v-e59be3b4],.btn--danger--outline[data-v-e59be3b4]:focus,.btn--danger--outline[data-v-e59be3b4]:hover{background-color:#ff4500;color:#fff}.btn--danger--outline.active[data-v-e59be3b4],.btn--danger--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);box-shadow:0 0 0 .143rem rgba(255,69,0,.5)}.btn--grey[data-v-e59be3b4]{background-color:#999}.btn--grey[data-v-e59be3b4]:focus,.btn--grey[data-v-e59be3b4]:hover{background-color:grey}.btn--grey.active[data-v-e59be3b4]{background-color:#999}.btn--grey.active[data-v-e59be3b4],.btn--grey[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)}.btn--grey--outline[data-v-e59be3b4]{background-color:hsla(0,0%,60%,.05);border:1px solid #999;color:#999}.btn--grey--outline.active[data-v-e59be3b4],.btn--grey--outline[data-v-e59be3b4]:focus,.btn--grey--outline[data-v-e59be3b4]:hover{background-color:#999;color:#fff}.btn--grey--outline.active[data-v-e59be3b4],.btn--grey--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)}.btn--info[data-v-e59be3b4]{background-color:#17a2b8}.btn--info[data-v-e59be3b4]:focus,.btn--info[data-v-e59be3b4]:hover{background-color:#117a8b}.btn--info.active[data-v-e59be3b4]{background-color:#17a2b8}.btn--info.active[data-v-e59be3b4],.btn--info[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);box-shadow:0 0 0 .143rem rgba(23,162,184,.5)}.btn--info--outline[data-v-e59be3b4]{background-color:rgba(23,162,184,.05);border:1px solid #17a2b8;color:#17a2b8}.btn--info--outline.active[data-v-e59be3b4],.btn--info--outline[data-v-e59be3b4]:focus,.btn--info--outline[data-v-e59be3b4]:hover{background-color:#17a2b8;color:#fff}.btn--info--outline.active[data-v-e59be3b4],.btn--info--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);box-shadow:0 0 0 .143rem rgba(23,162,184,.5)}.btn--warning[data-v-e59be3b4]{background-color:#ffa300}.btn--warning[data-v-e59be3b4]:focus,.btn--warning[data-v-e59be3b4]:hover{background-color:#cc8200}.btn--warning.active[data-v-e59be3b4]{background-color:#ffa300}.btn--warning.active[data-v-e59be3b4],.btn--warning[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);box-shadow:0 0 0 .143rem rgba(255,163,0,.5)}.btn--warning--outline[data-v-e59be3b4]{background-color:rgba(255,163,0,.05);border:1px solid #ffa300;color:#ffa300}.btn--warning--outline.active[data-v-e59be3b4],.btn--warning--outline[data-v-e59be3b4]:focus,.btn--warning--outline[data-v-e59be3b4]:hover{background-color:#ffa300;color:#fff}.btn--warning--outline.active[data-v-e59be3b4],.btn--warning--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);box-shadow:0 0 0 .143rem rgba(255,163,0,.5)}.btn--light[data-v-e59be3b4]{background-color:#f5f5f5}.btn--light[data-v-e59be3b4]:focus,.btn--light[data-v-e59be3b4]:hover{background-color:#dcdcdc}.btn--light.active[data-v-e59be3b4]{background-color:#f5f5f5}.btn--light.active[data-v-e59be3b4],.btn--light[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)}.btn--light--outline[data-v-e59be3b4]{background-color:hsla(0,0%,96.1%,.05);border:1px solid #f5f5f5;color:#f5f5f5}.btn--light--outline.active[data-v-e59be3b4],.btn--light--outline[data-v-e59be3b4]:focus,.btn--light--outline[data-v-e59be3b4]:hover{background-color:#f5f5f5;color:#fff}.btn--light--outline.active[data-v-e59be3b4],.btn--light--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)}.btn--dark[data-v-e59be3b4]{background-color:#24292e}.btn--dark[data-v-e59be3b4]:focus,.btn--dark[data-v-e59be3b4]:hover{background-color:#0e1011}.btn--dark.active[data-v-e59be3b4]{background-color:#24292e}.btn--dark.active[data-v-e59be3b4],.btn--dark[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);box-shadow:0 0 0 .143rem rgba(36,41,46,.5)}.btn--dark--outline[data-v-e59be3b4]{background-color:rgba(36,41,46,.05);border:1px solid #24292e;color:#24292e}.btn--dark--outline.active[data-v-e59be3b4],.btn--dark--outline[data-v-e59be3b4]:focus,.btn--dark--outline[data-v-e59be3b4]:hover{background-color:#24292e;color:#fff}.btn--dark--outline.active[data-v-e59be3b4],.btn--dark--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);box-shadow:0 0 0 .143rem rgba(36,41,46,.5)}.btn--default[data-v-e59be3b4]{background-color:#ccc}.btn--default[data-v-e59be3b4]:focus,.btn--default[data-v-e59be3b4]:hover{background-color:#b3b3b3}.btn--default.active[data-v-e59be3b4]{background-color:#ccc}.btn--default.active[data-v-e59be3b4],.btn--default[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--default--outline[data-v-e59be3b4]{background-color:hsla(0,0%,80%,.05);border:1px solid #ccc;color:#ccc}.btn--default--outline.active[data-v-e59be3b4],.btn--default--outline[data-v-e59be3b4]:focus,.btn--default--outline[data-v-e59be3b4]:hover{background-color:#ccc;color:#fff}.btn--default--outline.active[data-v-e59be3b4],.btn--default--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--white[data-v-e59be3b4]{background-color:#fff}.btn--white[data-v-e59be3b4]:focus,.btn--white[data-v-e59be3b4]:hover{background-color:#e6e6e6}.btn--white.active[data-v-e59be3b4]{background-color:#fff}.btn--white.active[data-v-e59be3b4],.btn--white[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)}.btn--white--outline[data-v-e59be3b4]{background-color:hsla(0,0%,100%,.05);border:1px solid #fff;color:#fff}.btn--white--outline.active[data-v-e59be3b4],.btn--white--outline[data-v-e59be3b4]:focus,.btn--white--outline[data-v-e59be3b4]:hover{background-color:#fff;color:#fff}.btn--white--outline.active[data-v-e59be3b4],.btn--white--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)}.btn--black.active[data-v-e59be3b4],.btn--black[data-v-e59be3b4],.btn--black[data-v-e59be3b4]:focus,.btn--black[data-v-e59be3b4]:hover{background-color:#000}.btn--black.active[data-v-e59be3b4],.btn--black[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);box-shadow:0 0 0 .143rem rgba(0,0,0,.5)}.btn--black--outline[data-v-e59be3b4]{background-color:rgba(0,0,0,.05);border:1px solid #000;color:#000}.btn--black--outline.active[data-v-e59be3b4],.btn--black--outline[data-v-e59be3b4]:focus,.btn--black--outline[data-v-e59be3b4]:hover{background-color:#000;color:#fff}.btn--black--outline.active[data-v-e59be3b4],.btn--black--outline[data-v-e59be3b4]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);box-shadow:0 0 0 .143rem rgba(0,0,0,.5)}.btn--default--outline[data-v-e59be3b4]{color:#747474}.btn--disabled[data-v-e59be3b4]:disabled{-webkit-box-shadow:none;box-shadow:none;background-color:#ccc;border:1px solid #ccc;color:#fff;cursor:not-allowed}.badge[data-v-e59be3b4]{background:#999;height:22px;line-height:22px;border-radius:22px;padding:0 5px;font-size:.857em;color:#888;font-weight:500}.badge-primary[data-v-e59be3b4]{background-color:#1e90ff;color:#fff}.badge-secondary[data-v-e59be3b4]{background-color:#747474;color:#fff}.badge-third[data-v-e59be3b4]{background-color:#ccc;color:#fff}.badge-success[data-v-e59be3b4]{background-color:#9acd32;color:#fff}.badge-danger[data-v-e59be3b4]{background-color:#ff4500;color:#fff}.badge-grey[data-v-e59be3b4]{background-color:#999;color:#fff}.badge-info[data-v-e59be3b4]{background-color:#17a2b8;color:#fff}.badge-warning[data-v-e59be3b4]{background-color:#ffa300;color:#fff}.badge-light[data-v-e59be3b4]{background-color:#f5f5f5;color:#fff}.badge-dark[data-v-e59be3b4]{background-color:#24292e;color:#fff}.badge-default[data-v-e59be3b4]{background-color:#ccc;color:#fff}.badge-white[data-v-e59be3b4]{background-color:#fff;color:#fff}.badge-black[data-v-e59be3b4]{background-color:#000;color:#fff}table.md[data-v-e59be3b4]{border-spacing:0;border-radius:8px;border-collapse:collapse;width:100%;table-layout:fixed;overflow-wrap:break-word;overflow:hidden;word-break:break-all;margin-top:0;margin-bottom:16px;font-size:1em;-webkit-box-shadow:0 0 8px rgba(0,0,0,.2);box-shadow:0 0 8px rgba(0,0,0,.2)}table.md tr[data-v-e59be3b4]{background-color:#fff;width:100%}table.md tr td[data-v-e59be3b4],table.md tr th[data-v-e59be3b4]{padding:6px 13px;text-align:left}table.md tr[data-v-e59be3b4]:nth-child(2n){background-color:#f2f2f2}.is-dark table.md[data-v-e59be3b4]{color:#f2f2f2}.is-dark table.md tr[data-v-e59be3b4]{background-color:#21222e}.is-dark table.md tr[data-v-e59be3b4]:nth-child(2n){background-color:#2e2f40}.is-dark table.md tr td.text-muted[data-v-e59be3b4]{color:hsla(0,0%,100%,.3)}.slide-enter-active[data-v-e59be3b4],.slide-leave-active[data-v-e59be3b4]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.slide-enter[data-v-e59be3b4],.slide-leave-to[data-v-e59be3b4]{opacity:0;z-index:998;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tags-enter-active[data-v-e59be3b4],.tags-leave-active[data-v-e59be3b4]{opacity:1;-webkit-transition:all .3s;transition:all .3s;position:absolute;-webkit-transform:translateY(0);transform:translateY(0)}.tags-enter[data-v-e59be3b4],.tags-leave-to[data-v-e59be3b4]{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slideinvert-enter-active[data-v-e59be3b4],.slideinvert-leave-active[data-v-e59be3b4]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.slideinvert-enter[data-v-e59be3b4],.slideinvert-leave-to[data-v-e59be3b4]{opacity:0;z-index:998;-webkit-transform:translateY(40px);transform:translateY(40px)}.slidenext-enter-active[data-v-e59be3b4],.slidenext-leave-active[data-v-e59be3b4],.slideprev-enter-active[data-v-e59be3b4],.slideprev-leave-active[data-v-e59be3b4]{position:absolute;-webkit-transition:all .3s;transition:all .3s}.slidenext-enter[data-v-e59be3b4],.slideprev-leave-to[data-v-e59be3b4]{-webkit-transform:translateX(100%);transform:translateX(100%)}.slidenext-leave-to[data-v-e59be3b4],.slideprev-enter[data-v-e59be3b4]{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slidevnext-enter-active[data-v-e59be3b4],.slidevnext-leave-active[data-v-e59be3b4],.slidevprev-enter-active[data-v-e59be3b4],.slidevprev-leave-active[data-v-e59be3b4]{position:absolute;-webkit-transition:all .3s;transition:all .3s}.slidevnext-enter[data-v-e59be3b4],.slidevprev-leave-to[data-v-e59be3b4]{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.slidevnext-leave-to[data-v-e59be3b4],.slidevprev-enter[data-v-e59be3b4]{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}@media screen and (max-width:415px){.slide-enter-active[data-v-e59be3b4],.slide-leave-active[data-v-e59be3b4],.slideinvert-enter-active[data-v-e59be3b4],.slideinvert-leave-active[data-v-e59be3b4]{-webkit-transition:all 0s;transition:all 0s}}.spinner-anim[data-v-e59be3b4]{-webkit-animation:spin-data-v-e59be3b4 .6s linear infinite;animation:spin-data-v-e59be3b4 .6s linear infinite}@-webkit-keyframes spin-data-v-e59be3b4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-data-v-e59be3b4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dialog-fade-enter-active .dialog-animation[data-v-e59be3b4]{-webkit-animation:dialog-fade-in-data-v-e59be3b4 .4s;animation:dialog-fade-in-data-v-e59be3b4 .4s}.dialog-fade-leave-active .dialog-animation[data-v-e59be3b4]{-webkit-animation:dialog-fade-out-data-v-e59be3b4 .4s;animation:dialog-fade-out-data-v-e59be3b4 .4s}@-webkit-keyframes dialog-fade-in-data-v-e59be3b4{0%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in-data-v-e59be3b4{0%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out-data-v-e59be3b4{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}}@keyframes dialog-fade-out-data-v-e59be3b4{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}}.expand-enter-active[data-v-e59be3b4],.expand-leave-active[data-v-e59be3b4]{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transition-property:opacity,height;transition-property:opacity,height;overflow:hidden}.expand-enter[data-v-e59be3b4],.expand-leave-to[data-v-e59be3b4]{height:0;opacity:0}.scale-enter-active[data-v-e59be3b4],.scale-leave-active[data-v-e59be3b4]{opacity:1;z-index:1;-webkit-transition:all .3s cubic-bezier(.4,.52,.26,.9);transition:all .3s cubic-bezier(.4,.52,.26,.9)}.scale-enter[data-v-e59be3b4],.scale-leave-to[data-v-e59be3b4]{opacity:.4;z-index:1;-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes loading-data-v-e59be3b4{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.flip-list-move[data-v-e59be3b4]{-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s, -webkit-transform .6s;transition:transform .6s,-webkit-transform .6s}.over-hid[data-v-e59be3b4]{overflow:hidden}.pos-r[data-v-e59be3b4]{position:relative}.pos-a[data-v-e59be3b4]{position:absolute}.flex[data-v-e59be3b4]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.fluid[data-v-e59be3b4]{width:100%}.flex.direction-column[data-v-e59be3b4]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.direction-column-reverse[data-v-e59be3b4]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex.direction-row[data-v-e59be3b4]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex.direction-row-reverse[data-v-e59be3b4]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex.align-center[data-v-e59be3b4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align-start[data-v-e59be3b4]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.align-end[data-v-e59be3b4]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.justify-start[data-v-e59be3b4]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.justify-end[data-v-e59be3b4]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.justify-center[data-v-e59be3b4]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.space-between[data-v-e59be3b4]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.space-around[data-v-e59be3b4]{-ms-flex-pack:distribute;justify-content:space-around}.flex.flex-center[data-v-e59be3b4]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.flex--wrap[data-v-e59be3b4]{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.flex--grow[data-v-e59be3b4]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-fill[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-fixed[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.flex-1[data-v-e59be3b4]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-100[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.flex-75[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%}.flex-50[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.flex-33[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 33.33%;flex:0 1 33.33%}.flex-25[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}.flex-20[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.flex-16[data-v-e59be3b4]{-webkit-box-flex:0;-ms-flex:0 1 16.66%;flex:0 1 16.66%}.text-muted-white[data-v-e59be3b4]{color:hsla(0,0%,100%,.54)}.text-muted[data-v-e59be3b4]{color:rgba(0,0,0,.54)}.is-dark .text-muted[data-v-e59be3b4]{color:hsla(0,0%,100%,.54)}.text-strong[data-v-e59be3b4]{font-weight:500}.text-center[data-v-e59be3b4]{text-align:center}.text-left[data-v-e59be3b4]{text-align:left}.text-right[data-v-e59be3b4]{text-align:right}.text-primary[data-v-e59be3b4]{color:#1e90ff}.text-secondary[data-v-e59be3b4]{color:#747474}.text-third[data-v-e59be3b4]{color:#ccc}.text-success[data-v-e59be3b4]{color:#9acd32}.text-danger[data-v-e59be3b4]{color:#ff4500}.text-grey[data-v-e59be3b4]{color:#999}.text-info[data-v-e59be3b4]{color:#17a2b8}.text-warning[data-v-e59be3b4]{color:#ffa300}.text-light[data-v-e59be3b4]{color:#f5f5f5}.text-dark[data-v-e59be3b4]{color:#24292e}.text-default[data-v-e59be3b4]{color:#ccc}.text-white[data-v-e59be3b4]{color:#fff}.text-black[data-v-e59be3b4]{color:#000}.dots-text[data-v-e59be3b4]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dots-text-3[data-v-e59be3b4]{overflow:hidden;position:relative;line-height:1.3em;max-height:3.9em;text-align:justify;margin-right:-1em;padding-right:1em}.dots-text-3[data-v-e59be3b4]:before{content:"...";position:absolute;right:3px;bottom:2px}.dots-text-3[data-v-e59be3b4]:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#fff}.dots-text-2[data-v-e59be3b4]{overflow:hidden;position:relative;line-height:1.3em;max-height:2.6em;text-align:justify;margin-right:-1em;padding-right:1em}.dots-text-2[data-v-e59be3b4]:before{content:"...";position:absolute;right:3px;bottom:2px}.dots-text-2[data-v-e59be3b4]:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#fff}.container[data-v-e59be3b4]{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(max-width:768px){.container[data-v-e59be3b4]{max-width:100%}}@media(min-width:768px){.container[data-v-e59be3b4]{max-width:768px}}@media(min-width:1024px){.container[data-v-e59be3b4]{max-width:1024px}}@media(min-width:1440px){.container[data-v-e59be3b4]{max-width:1440px}}@media(min-width:2560px){.container[data-v-e59be3b4]{max-width:2560px}}.pr-0[data-v-e59be3b4]{padding-right:0}.pt-0[data-v-e59be3b4]{padding-top:0}.pb-0[data-v-e59be3b4]{padding-bottom:0}.pl-0[data-v-e59be3b4]{padding-left:0}.px-0[data-v-e59be3b4]{padding-left:0;padding-right:0}.py-0[data-v-e59be3b4]{padding-top:0;padding-bottom:0}.p-0[data-v-e59be3b4]{padding:0}.pr-1[data-v-e59be3b4]{padding-right:.25rem}.pt-1[data-v-e59be3b4]{padding-top:.25rem}.pb-1[data-v-e59be3b4]{padding-bottom:.25rem}.pl-1[data-v-e59be3b4]{padding-left:.25rem}.px-1[data-v-e59be3b4]{padding-left:.25rem;padding-right:.25rem}.py-1[data-v-e59be3b4]{padding-top:.25rem;padding-bottom:.25rem}.p-1[data-v-e59be3b4]{padding:.25rem}.pr-2[data-v-e59be3b4]{padding-right:.5rem}.pt-2[data-v-e59be3b4]{padding-top:.5rem}.pb-2[data-v-e59be3b4]{padding-bottom:.5rem}.pl-2[data-v-e59be3b4]{padding-left:.5rem}.px-2[data-v-e59be3b4]{padding-left:.5rem;padding-right:.5rem}.py-2[data-v-e59be3b4]{padding-top:.5rem;padding-bottom:.5rem}.p-2[data-v-e59be3b4]{padding:.5rem}.pr-3[data-v-e59be3b4]{padding-right:1rem}.pt-3[data-v-e59be3b4]{padding-top:1rem}.pb-3[data-v-e59be3b4]{padding-bottom:1rem}.pl-3[data-v-e59be3b4]{padding-left:1rem}.px-3[data-v-e59be3b4]{padding-left:1rem;padding-right:1rem}.py-3[data-v-e59be3b4]{padding-top:1rem;padding-bottom:1rem}.p-3[data-v-e59be3b4]{padding:1rem}.pr-4[data-v-e59be3b4]{padding-right:1.5rem}.pt-4[data-v-e59be3b4]{padding-top:1.5rem}.pb-4[data-v-e59be3b4]{padding-bottom:1.5rem}.pl-4[data-v-e59be3b4]{padding-left:1.5rem}.px-4[data-v-e59be3b4]{padding-left:1.5rem;padding-right:1.5rem}.py-4[data-v-e59be3b4]{padding-top:1.5rem;padding-bottom:1.5rem}.p-4[data-v-e59be3b4]{padding:1.5rem}.pr-5[data-v-e59be3b4]{padding-right:3rem}.pt-5[data-v-e59be3b4]{padding-top:3rem}.pb-5[data-v-e59be3b4]{padding-bottom:3rem}.pl-5[data-v-e59be3b4]{padding-left:3rem}.px-5[data-v-e59be3b4]{padding-left:3rem;padding-right:3rem}.py-5[data-v-e59be3b4]{padding-top:3rem;padding-bottom:3rem}.p-5[data-v-e59be3b4]{padding:3rem}.mr-0[data-v-e59be3b4]{margin-right:0}.mt-0[data-v-e59be3b4]{margin-top:0}.mb-0[data-v-e59be3b4]{margin-bottom:0}.ml-0[data-v-e59be3b4]{margin-left:0}.mx-0[data-v-e59be3b4]{margin-left:0;margin-right:0}.my-0[data-v-e59be3b4]{margin-top:0;margin-bottom:0}.m-0[data-v-e59be3b4]{margin:0}.mr-1[data-v-e59be3b4]{margin-right:.25rem}.mt-1[data-v-e59be3b4]{margin-top:.25rem}.mb-1[data-v-e59be3b4]{margin-bottom:.25rem}.ml-1[data-v-e59be3b4]{margin-left:.25rem}.mx-1[data-v-e59be3b4]{margin-left:.25rem;margin-right:.25rem}.my-1[data-v-e59be3b4]{margin-top:.25rem;margin-bottom:.25rem}.m-1[data-v-e59be3b4]{margin:.25rem}.mr-2[data-v-e59be3b4]{margin-right:.5rem}.mt-2[data-v-e59be3b4]{margin-top:.5rem}.mb-2[data-v-e59be3b4]{margin-bottom:.5rem}.ml-2[data-v-e59be3b4]{margin-left:.5rem}.mx-2[data-v-e59be3b4]{margin-left:.5rem;margin-right:.5rem}.my-2[data-v-e59be3b4]{margin-top:.5rem;margin-bottom:.5rem}.m-2[data-v-e59be3b4]{margin:.5rem}.mr-3[data-v-e59be3b4]{margin-right:1rem}.mt-3[data-v-e59be3b4]{margin-top:1rem}.mb-3[data-v-e59be3b4]{margin-bottom:1rem}.ml-3[data-v-e59be3b4]{margin-left:1rem}.mx-3[data-v-e59be3b4]{margin-left:1rem;margin-right:1rem}.my-3[data-v-e59be3b4]{margin-top:1rem;margin-bottom:1rem}.m-3[data-v-e59be3b4]{margin:1rem}.mr-4[data-v-e59be3b4]{margin-right:1.5rem}.mt-4[data-v-e59be3b4]{margin-top:1.5rem}.mb-4[data-v-e59be3b4]{margin-bottom:1.5rem}.ml-4[data-v-e59be3b4]{margin-left:1.5rem}.mx-4[data-v-e59be3b4]{margin-left:1.5rem;margin-right:1.5rem}.my-4[data-v-e59be3b4]{margin-top:1.5rem;margin-bottom:1.5rem}.m-4[data-v-e59be3b4]{margin:1.5rem}.mr-5[data-v-e59be3b4]{margin-right:3rem}.mt-5[data-v-e59be3b4]{margin-top:3rem}.mb-5[data-v-e59be3b4]{margin-bottom:3rem}.ml-5[data-v-e59be3b4]{margin-left:3rem}.mx-5[data-v-e59be3b4]{margin-left:3rem;margin-right:3rem}.my-5[data-v-e59be3b4]{margin-top:3rem;margin-bottom:3rem}.m-5[data-v-e59be3b4]{margin:3rem}.h-100[data-v-e59be3b4]{height:100%}.mh-100[data-v-e59be3b4]{max-height:100%}.w-100[data-v-e59be3b4]{width:100%}.mw-100[data-v-e59be3b4]{max-width:100%}.m-h-0[data-v-e59be3b4]{min-height:0}.m-h-100[data-v-e59be3b4]{min-height:100%}.m-w-0[data-v-e59be3b4]{min-width:0}.m-w-100[data-v-e59be3b4]{min-width:100%}.br-0[data-v-e59be3b4]{border-radius:0}.brt-0[data-v-e59be3b4]{border-top-left-radius:0;border-top-right-radius:0}.brb-0[data-v-e59be3b4]{border-bottom-right-radius:0;border-bottom-left-radius:0}.br-2[data-v-e59be3b4]{border-radius:2px}.brt-2[data-v-e59be3b4]{border-top-left-radius:2px;border-top-right-radius:2px}.brb-2[data-v-e59be3b4]{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.br-4[data-v-e59be3b4]{border-radius:4px}.brt-4[data-v-e59be3b4]{border-top-left-radius:4px;border-top-right-radius:4px}.brb-4[data-v-e59be3b4]{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.br-8[data-v-e59be3b4]{border-radius:8px}.brt-8[data-v-e59be3b4]{border-top-left-radius:8px;border-top-right-radius:8px}.brb-8[data-v-e59be3b4]{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.fs-12[data-v-e59be3b4]{font-size:12px}.fs-14[data-v-e59be3b4]{font-size:14px}.fs-16[data-v-e59be3b4]{font-size:16px}.fs-18[data-v-e59be3b4]{font-size:18px}.fs-20[data-v-e59be3b4]{font-size:20px}.fs-22[data-v-e59be3b4]{font-size:22px}.fs-26[data-v-e59be3b4]{font-size:26px}.fw-300[data-v-e59be3b4]{font-weight:300}.fw-400[data-v-e59be3b4]{font-weight:400}.fw-500[data-v-e59be3b4]{font-weight:500}@media only screen and (max-width:2560px){.hidden-4k[data-v-e59be3b4]{display:none}}@media only screen and (max-width:1440px){.hidden-laptop[data-v-e59be3b4]{display:none}}@media only screen and (max-width:1024px){.hidden-laptop-s[data-v-e59be3b4]{display:none}}@media only screen and (max-width:768px){.hidden-tablet[data-v-e59be3b4]{display:none}}@media only screen and (max-width:425px){.hidden-mobile[data-v-e59be3b4]{display:none}}@media only screen and (max-width:375px){.hidden-mobile-m[data-v-e59be3b4]{display:none}}@media only screen and (max-width:320px){.hidden-mobile-s[data-v-e59be3b4]{display:none}}.show-4k[data-v-e59be3b4]{display:none}@media only screen and (max-width:2560px){.show-4k[data-v-e59be3b4]{display:inherit}}.show-laptop[data-v-e59be3b4]{display:none}@media only screen and (max-width:1440px){.show-laptop[data-v-e59be3b4]{display:inherit}}.show-laptop-s[data-v-e59be3b4]{display:none}@media only screen and (max-width:1024px){.show-laptop-s[data-v-e59be3b4]{display:inherit}}.show-tablet[data-v-e59be3b4]{display:none}@media only screen and (max-width:768px){.show-tablet[data-v-e59be3b4]{display:inherit}}.show-mobile[data-v-e59be3b4]{display:none}@media only screen and (max-width:425px){.show-mobile[data-v-e59be3b4]{display:inherit}}.show-mobile-m[data-v-e59be3b4]{display:none}@media only screen and (max-width:375px){.show-mobile-m[data-v-e59be3b4]{display:inherit}}.show-mobile-s[data-v-e59be3b4]{display:none}@media only screen and (max-width:320px){.show-mobile-s[data-v-e59be3b4]{display:inherit}}[data-v-e59be3b4],[data-v-e59be3b4]:after,[data-v-e59be3b4]:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote[data-v-e59be3b4],body[data-v-e59be3b4],dd[data-v-e59be3b4],dl[data-v-e59be3b4],figure[data-v-e59be3b4],h1[data-v-e59be3b4],h2[data-v-e59be3b4],h3[data-v-e59be3b4],h4[data-v-e59be3b4],h5[data-v-e59be3b4],h6[data-v-e59be3b4],hr[data-v-e59be3b4],ol[data-v-e59be3b4],p[data-v-e59be3b4],pre[data-v-e59be3b4],ul[data-v-e59be3b4]{margin:0;padding:0}#app[data-v-e59be3b4],body[data-v-e59be3b4],button[data-v-e59be3b4],html[data-v-e59be3b4],input[data-v-e59be3b4]{font:400 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5;-webkit-font-kerning:normal;font-kerning:normal}.input-tel[data-v-e59be3b4]{position:relative;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:40px;min-height:40px}.input-tel__label[data-v-e59be3b4]{position:absolute;top:4px;cursor:pointer;left:13px;-webkit-transform:translateY(25%);transform:translateY(25%);opacity:0;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);font-size:11px;color:#747474}.input-tel__input[data-v-e59be3b4]{cursor:pointer;background-color:#fff;-webkit-transition-duration:.3s;transition-duration:.3s;position:relative;width:100%;padding:0 12px;font-weight:400;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid #ccc;font-size:14px;z-index:0;margin-left:-1px;height:40px;min-height:40px}.input-tel__input[data-v-e59be3b4]:hover{border-color:#1e90ff}.input-tel__input[data-v-e59be3b4]:not(.no-country-selector){border-top-left-radius:0!important;border-bottom-left-radius:0!important}.input-tel__input[data-v-e59be3b4]::-webkit-input-placeholder{color:#747474}.input-tel__input[data-v-e59be3b4]::-moz-placeholder{color:#747474}.input-tel__input[data-v-e59be3b4]:-ms-input-placeholder{color:#747474}.input-tel__input[data-v-e59be3b4]::-ms-input-placeholder{color:#747474}.input-tel__input[data-v-e59be3b4]::placeholder{color:#747474}.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill,.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:active,.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:focus,.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#747474!important}.input-tel__clear[data-v-e59be3b4]{position:absolute;top:0;bottom:0;right:8px;margin:auto 0;width:24px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#747474;border-radius:24px;cursor:pointer;font-size:12px}.input-tel__clear[data-v-e59be3b4]:focus{outline:none}.input-tel__clear>span[data-v-e59be3b4]:not(.input-tel__clear__effect){position:relative;top:1px}.input-tel__clear__effect[data-v-e59be3b4]{position:absolute;top:0;left:0;right:0;bottom:0;width:24px;height:24px;background-color:#747474;border-radius:24px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.input-tel__clear[data-v-e59be3b4]:hover{color:#fff}.input-tel__clear:hover .input-tel__clear__effect[data-v-e59be3b4]{-webkit-transform:scale(1);transform:scale(1);opacity:.6}.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-moz-placeholder{color:hsla(0,0%,100%,.7)}.input-tel.is-dark .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::placeholder{color:hsla(0,0%,100%,.7)}.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill,.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:active,.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:focus,.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #21222e inset!important;box-shadow:inset 0 0 0 1000px #21222e!important;-webkit-text-fill-color:hsla(0,0%,100%,.7)!important}.input-tel.is-dark .input-tel__clear[data-v-e59be3b4]{color:hsla(0,0%,100%,.7)}.input-tel.is-dark .input-tel__clear__effect[data-v-e59be3b4]{background-color:hsla(0,0%,100%,.3)}.input-tel.is-dark .input-tel__clear[data-v-e59be3b4]:hover{color:#fff}.input-tel.is-focused[data-v-e59be3b4]{z-index:1}.input-tel.is-focused .input-tel__input[data-v-e59be3b4]{border-color:#1e90ff;-webkit-box-shadow:0 0 0 .125rem rgba(30,144,255,.7);box-shadow:0 0 0 .125rem rgba(30,144,255,.7)}.input-tel.is-focused .input-tel__label[data-v-e59be3b4]{color:#1e90ff}.input-tel.is-focused.has-error .input-tel__input[data-v-e59be3b4]{-webkit-box-shadow:0 0 0 .125rem rgba(255,69,0,.7);box-shadow:0 0 0 .125rem rgba(255,69,0,.7)}.input-tel.is-focused.is-valid .input-tel__input[data-v-e59be3b4]{border-color:#9acd32;-webkit-box-shadow:0 0 0 .125rem rgba(154,205,50,.7);box-shadow:0 0 0 .125rem rgba(154,205,50,.7)}.input-tel.has-value .input-tel__label[data-v-e59be3b4]{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);font-size:11px}.input-tel.has-value .input-tel__input[data-v-e59be3b4]{padding-top:14px}.input-tel.has-hint .input-tel__label[data-v-e59be3b4],.input-tel.has-value .input-tel__label[data-v-e59be3b4]{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);font-size:11px}.input-tel.has-hint .input-tel__input[data-v-e59be3b4],.input-tel.has-value .input-tel__input[data-v-e59be3b4]{padding-top:14px}.input-tel.is-valid .input-tel__input[data-v-e59be3b4],.input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover{border-color:#9acd32}.input-tel.is-valid .input-tel__label[data-v-e59be3b4]{color:#9acd32}.input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4]{border-color:#ff4500}.input-tel.has-error:not(.is-valid) .input-tel__label[data-v-e59be3b4]{color:#ff4500}.input-tel.is-disabled[data-v-e59be3b4]{cursor:not-allowed}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]{border-color:#ccc;background-color:#f2f2f2;color:#ccc}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-webkit-input-placeholder{color:#ccc}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-moz-placeholder{color:#ccc}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder{color:#ccc}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-ms-input-placeholder{color:#ccc}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::placeholder{color:#ccc}.input-tel.is-disabled .input-tel__input[data-v-e59be3b4],.input-tel.is-disabled .input-tel__label[data-v-e59be3b4],.input-tel.is-disabled .input-tel__toggle__arrow[data-v-e59be3b4]{cursor:not-allowed;color:#ccc}.input-tel.sm[data-v-e59be3b4]{height:36px;min-height:36px}.input-tel.sm .input-tel__input[data-v-e59be3b4]{font-size:12px;height:36px;min-height:36px}.input-tel.sm .input-tel__label[data-v-e59be3b4]{font-size:10px}.input-tel.sm.has-value .input-tel__input[data-v-e59be3b4]{padding-top:12px}.input-tel.lg[data-v-e59be3b4]{height:48px;min-height:48px}.input-tel.lg .input-tel__input[data-v-e59be3b4]{font-size:14px;height:48px;min-height:48px}.input-tel.lg .input-tel__label[data-v-e59be3b4]{font-size:14px}.input-tel.lg.has-value .input-tel__input[data-v-e59be3b4]{padding-top:16px}.input-tel__loader[data-v-e59be3b4]{bottom:0;height:2px;left:0;width:calc(100% - 8px);position:absolute;overflow:hidden;border-radius:8px}.input-tel__loader__progress-bar[data-v-e59be3b4]{background-color:#1e90ff;display:block;position:absolute;content:"";left:-200px;width:200px;height:2px;-webkit-animation:loading-data-v-e59be3b4 2s linear infinite;animation:loading-data-v-e59be3b4 2s linear infinite}@keyframes loading-data-v-e59be3b4{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:14px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.id{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;height:15px;background-image:url(img/flags.9c96e0ed.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.iti-flag{background-image:url(img/flags.9c96e0ed.png)}}.iti-flag.np{background-color:transparent}.bg-primary-after[data-v-46e105de]:after,.bg-primary-before[data-v-46e105de]:before,.bg-primary[data-v-46e105de]{background-color:#1e90ff}.bg-primary-after-transparency[data-v-46e105de]:after,.bg-primary-before-transparency[data-v-46e105de]:before,.bg-primary-transparency[data-v-46e105de]{background-color:rgba(30,144,255,.5)}.bg-secondary-after[data-v-46e105de]:after,.bg-secondary-before[data-v-46e105de]:before,.bg-secondary[data-v-46e105de]{background-color:#747474}.bg-secondary-after-transparency[data-v-46e105de]:after,.bg-secondary-before-transparency[data-v-46e105de]:before,.bg-secondary-transparency[data-v-46e105de]{background-color:hsla(0,0%,45.5%,.5)}.bg-third-after[data-v-46e105de]:after,.bg-third-before[data-v-46e105de]:before,.bg-third[data-v-46e105de]{background-color:#ccc}.bg-third-after-transparency[data-v-46e105de]:after,.bg-third-before-transparency[data-v-46e105de]:before,.bg-third-transparency[data-v-46e105de]{background-color:hsla(0,0%,80%,.5)}.bg-success-after[data-v-46e105de]:after,.bg-success-before[data-v-46e105de]:before,.bg-success[data-v-46e105de]{background-color:#9acd32}.bg-success-after-transparency[data-v-46e105de]:after,.bg-success-before-transparency[data-v-46e105de]:before,.bg-success-transparency[data-v-46e105de]{background-color:rgba(154,205,50,.5)}.bg-danger-after[data-v-46e105de]:after,.bg-danger-before[data-v-46e105de]:before,.bg-danger[data-v-46e105de]{background-color:#ff4500}.bg-danger-after-transparency[data-v-46e105de]:after,.bg-danger-before-transparency[data-v-46e105de]:before,.bg-danger-transparency[data-v-46e105de]{background-color:rgba(255,69,0,.5)}.bg-grey-after[data-v-46e105de]:after,.bg-grey-before[data-v-46e105de]:before,.bg-grey[data-v-46e105de]{background-color:#999}.bg-grey-after-transparency[data-v-46e105de]:after,.bg-grey-before-transparency[data-v-46e105de]:before,.bg-grey-transparency[data-v-46e105de]{background-color:hsla(0,0%,60%,.5)}.bg-info-after[data-v-46e105de]:after,.bg-info-before[data-v-46e105de]:before,.bg-info[data-v-46e105de]{background-color:#17a2b8}.bg-info-after-transparency[data-v-46e105de]:after,.bg-info-before-transparency[data-v-46e105de]:before,.bg-info-transparency[data-v-46e105de]{background-color:rgba(23,162,184,.5)}.bg-warning-after[data-v-46e105de]:after,.bg-warning-before[data-v-46e105de]:before,.bg-warning[data-v-46e105de]{background-color:#ffa300}.bg-warning-after-transparency[data-v-46e105de]:after,.bg-warning-before-transparency[data-v-46e105de]:before,.bg-warning-transparency[data-v-46e105de]{background-color:rgba(255,163,0,.5)}.bg-light-after[data-v-46e105de]:after,.bg-light-before[data-v-46e105de]:before,.bg-light[data-v-46e105de]{background-color:#f5f5f5}.bg-light-after-transparency[data-v-46e105de]:after,.bg-light-before-transparency[data-v-46e105de]:before,.bg-light-transparency[data-v-46e105de]{background-color:hsla(0,0%,96.1%,.5)}.bg-dark-after[data-v-46e105de]:after,.bg-dark-before[data-v-46e105de]:before,.bg-dark[data-v-46e105de]{background-color:#24292e}.bg-dark-after-transparency[data-v-46e105de]:after,.bg-dark-before-transparency[data-v-46e105de]:before,.bg-dark-transparency[data-v-46e105de]{background-color:rgba(36,41,46,.5)}.bg-default-after[data-v-46e105de]:after,.bg-default-before[data-v-46e105de]:before,.bg-default[data-v-46e105de]{background-color:#ccc}.bg-default-after-transparency[data-v-46e105de]:after,.bg-default-before-transparency[data-v-46e105de]:before,.bg-default-transparency[data-v-46e105de]{background-color:hsla(0,0%,80%,.5)}.bg-white-after[data-v-46e105de]:after,.bg-white-before[data-v-46e105de]:before,.bg-white[data-v-46e105de]{background-color:#fff}.bg-white-after-transparency[data-v-46e105de]:after,.bg-white-before-transparency[data-v-46e105de]:before,.bg-white-transparency[data-v-46e105de]{background-color:hsla(0,0%,100%,.5)}.bg-black-after[data-v-46e105de]:after,.bg-black-before[data-v-46e105de]:before,.bg-black[data-v-46e105de]{background-color:#000}.bg-black-after-transparency[data-v-46e105de]:after,.bg-black-before-transparency[data-v-46e105de]:before,.bg-black-transparency[data-v-46e105de]{background-color:rgba(0,0,0,.5)}.fill-primary path[data-v-46e105de]{fill:#1e90ff}.fill-secondary path[data-v-46e105de]{fill:#747474}.fill-third path[data-v-46e105de]{fill:#ccc}.fill-success path[data-v-46e105de]{fill:#9acd32}.fill-danger path[data-v-46e105de]{fill:#ff4500}.fill-grey path[data-v-46e105de]{fill:#999}.fill-info path[data-v-46e105de]{fill:#17a2b8}.fill-warning path[data-v-46e105de]{fill:#ffa300}.fill-light path[data-v-46e105de]{fill:#f5f5f5}.fill-dark path[data-v-46e105de]{fill:#24292e}.fill-default path[data-v-46e105de]{fill:#ccc}.fill-white path[data-v-46e105de]{fill:#fff}.fill-black path[data-v-46e105de]{fill:#000}.label[data-v-46e105de]{border-radius:2px;padding:2px 4px;color:#fff;font-size:.714em}.label-primary[data-v-46e105de],.label[data-v-46e105de]{background-color:#1e90ff}.label-primary-outline[data-v-46e105de]{background-color:transparent;border:1px solid #1e90ff;color:#1e90ff}.label-secondary[data-v-46e105de]{background-color:#747474}.label-secondary-outline[data-v-46e105de]{background-color:transparent;border:1px solid #747474;color:#747474}.label-third[data-v-46e105de]{background-color:#ccc}.label-third-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ccc;color:#ccc}.label-success[data-v-46e105de]{background-color:#9acd32}.label-success-outline[data-v-46e105de]{background-color:transparent;border:1px solid #9acd32;color:#9acd32}.label-danger[data-v-46e105de]{background-color:#ff4500}.label-danger-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ff4500;color:#ff4500}.label-grey[data-v-46e105de]{background-color:#999}.label-grey-outline[data-v-46e105de]{background-color:transparent;border:1px solid #999;color:#999}.label-info[data-v-46e105de]{background-color:#17a2b8}.label-info-outline[data-v-46e105de]{background-color:transparent;border:1px solid #17a2b8;color:#17a2b8}.label-warning[data-v-46e105de]{background-color:#ffa300}.label-warning-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ffa300;color:#ffa300}.label-light[data-v-46e105de]{background-color:#f5f5f5}.label-light-outline[data-v-46e105de]{background-color:transparent;border:1px solid #f5f5f5;color:#f5f5f5}.label-dark[data-v-46e105de]{background-color:#24292e}.label-dark-outline[data-v-46e105de]{background-color:transparent;border:1px solid #24292e;color:#24292e}.label-default[data-v-46e105de]{background-color:#ccc}.label-default-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ccc;color:#ccc}.label-white[data-v-46e105de]{background-color:#fff}.label-white-outline[data-v-46e105de]{background-color:transparent;border:1px solid #fff;color:#fff}.label-black[data-v-46e105de]{background-color:#000}.label-black-outline[data-v-46e105de]{background-color:transparent;border:1px solid #000;color:#000}.dot[data-v-46e105de]{width:6px;height:6px;border-radius:6px}.dot-primary[data-v-46e105de],.dot[data-v-46e105de]{background-color:#1e90ff}.dot-primary-outline[data-v-46e105de]{background-color:transparent;border:1px solid #1e90ff;color:#1e90ff}.dot-secondary[data-v-46e105de]{background-color:#747474}.dot-secondary-outline[data-v-46e105de]{background-color:transparent;border:1px solid #747474;color:#747474}.dot-third[data-v-46e105de]{background-color:#ccc}.dot-third-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ccc;color:#ccc}.dot-success[data-v-46e105de]{background-color:#9acd32}.dot-success-outline[data-v-46e105de]{background-color:transparent;border:1px solid #9acd32;color:#9acd32}.dot-danger[data-v-46e105de]{background-color:#ff4500}.dot-danger-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ff4500;color:#ff4500}.dot-grey[data-v-46e105de]{background-color:#999}.dot-grey-outline[data-v-46e105de]{background-color:transparent;border:1px solid #999;color:#999}.dot-info[data-v-46e105de]{background-color:#17a2b8}.dot-info-outline[data-v-46e105de]{background-color:transparent;border:1px solid #17a2b8;color:#17a2b8}.dot-warning[data-v-46e105de]{background-color:#ffa300}.dot-warning-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ffa300;color:#ffa300}.dot-light[data-v-46e105de]{background-color:#f5f5f5}.dot-light-outline[data-v-46e105de]{background-color:transparent;border:1px solid #f5f5f5;color:#f5f5f5}.dot-dark[data-v-46e105de]{background-color:#24292e}.dot-dark-outline[data-v-46e105de]{background-color:transparent;border:1px solid #24292e;color:#24292e}.dot-default[data-v-46e105de]{background-color:#ccc}.dot-default-outline[data-v-46e105de]{background-color:transparent;border:1px solid #ccc;color:#ccc}.dot-white[data-v-46e105de]{background-color:#fff}.dot-white-outline[data-v-46e105de]{background-color:transparent;border:1px solid #fff;color:#fff}.dot-black[data-v-46e105de]{background-color:#000}.dot-black-outline[data-v-46e105de]{background-color:transparent;border:1px solid #000;color:#000}a[data-v-46e105de]{color:#1e90ff;text-decoration:none}a[data-v-46e105de]:focus,a[data-v-46e105de]:hover{text-decoration:underline}.btn[data-v-46e105de]{border:1px solid transparent;outline:none;cursor:pointer;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);background-color:#1e90ff;color:#fff;display:inline-block;border-radius:8px;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 20px;font-size:1em;font-weight:inherit;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;overflow:visible;-webkit-font-smoothing:inherit;text-decoration:none;-moz-osx-font-smoothing:inherit}.btn[data-v-46e105de]:focus,.btn[data-v-46e105de]:hover{background-color:#0077ea}.btn.active[data-v-46e105de]{background-color:#1e90ff}.btn.active[data-v-46e105de],.btn[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn.active[data-v-46e105de],.btn[data-v-46e105de]:focus,.btn[data-v-46e105de]:hover{text-decoration:none}.btn--rounded[data-v-46e105de]{border-radius:50px}.btn--block[data-v-46e105de]{width:100%}.btn--lg[data-v-46e105de]{padding:16px 22px;font-size:1.143em}.btn--md[data-v-46e105de]{padding:10px 20px;font-size:1em}.btn--sm[data-v-46e105de]{padding:9px 15px;font-size:.857em}.btn--mini[data-v-46e105de]{padding:7px 15px;font-size:.857em}.btn--fab[data-v-46e105de]{border-radius:50%;padding:0;height:40px;width:40px}.btn--fab.btn--lg[data-v-46e105de]{height:50px;width:50px}.btn--fab.btn--md[data-v-46e105de]{height:36px;width:36px}.btn--fab.btn--sm[data-v-46e105de]{height:32px;width:32px}.btn--fab.btn--mini[data-v-46e105de]{height:28px;width:28px}.btn--light[data-v-46e105de],.btn--white[data-v-46e105de]{color:#747474}.btn--primary[data-v-46e105de]{background-color:#1e90ff}.btn--primary[data-v-46e105de]:focus,.btn--primary[data-v-46e105de]:hover{background-color:#0077ea}.btn--primary.active[data-v-46e105de]{background-color:#1e90ff}.btn--primary.active[data-v-46e105de],.btn--primary[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn--primary--outline[data-v-46e105de]{background-color:rgba(30,144,255,.05);border:1px solid #1e90ff;color:#1e90ff}.btn--primary--outline.active[data-v-46e105de],.btn--primary--outline[data-v-46e105de]:focus,.btn--primary--outline[data-v-46e105de]:hover{background-color:#1e90ff;color:#fff}.btn--primary--outline.active[data-v-46e105de],.btn--primary--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn--secondary[data-v-46e105de]{background-color:#747474}.btn--secondary[data-v-46e105de]:focus,.btn--secondary[data-v-46e105de]:hover{background-color:#5b5b5b}.btn--secondary.active[data-v-46e105de]{background-color:#747474}.btn--secondary.active[data-v-46e105de],.btn--secondary[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)}.btn--secondary--outline[data-v-46e105de]{background-color:hsla(0,0%,45.5%,.05);border:1px solid #747474;color:#747474}.btn--secondary--outline.active[data-v-46e105de],.btn--secondary--outline[data-v-46e105de]:focus,.btn--secondary--outline[data-v-46e105de]:hover{background-color:#747474;color:#fff}.btn--secondary--outline.active[data-v-46e105de],.btn--secondary--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)}.btn--third[data-v-46e105de]{background-color:#ccc}.btn--third[data-v-46e105de]:focus,.btn--third[data-v-46e105de]:hover{background-color:#b3b3b3}.btn--third.active[data-v-46e105de]{background-color:#ccc}.btn--third.active[data-v-46e105de],.btn--third[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--third--outline[data-v-46e105de]{background-color:hsla(0,0%,80%,.05);border:1px solid #ccc;color:#ccc}.btn--third--outline.active[data-v-46e105de],.btn--third--outline[data-v-46e105de]:focus,.btn--third--outline[data-v-46e105de]:hover{background-color:#ccc;color:#fff}.btn--third--outline.active[data-v-46e105de],.btn--third--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--success[data-v-46e105de]{background-color:#9acd32}.btn--success[data-v-46e105de]:focus,.btn--success[data-v-46e105de]:hover{background-color:#7ba428}.btn--success.active[data-v-46e105de]{background-color:#9acd32}.btn--success.active[data-v-46e105de],.btn--success[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);box-shadow:0 0 0 .143rem rgba(154,205,50,.5)}.btn--success--outline[data-v-46e105de]{background-color:rgba(154,205,50,.05);border:1px solid #9acd32;color:#9acd32}.btn--success--outline.active[data-v-46e105de],.btn--success--outline[data-v-46e105de]:focus,.btn--success--outline[data-v-46e105de]:hover{background-color:#9acd32;color:#fff}.btn--success--outline.active[data-v-46e105de],.btn--success--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);box-shadow:0 0 0 .143rem rgba(154,205,50,.5)}.btn--danger[data-v-46e105de]{background-color:#ff4500}.btn--danger[data-v-46e105de]:focus,.btn--danger[data-v-46e105de]:hover{background-color:#cc3700}.btn--danger.active[data-v-46e105de]{background-color:#ff4500}.btn--danger.active[data-v-46e105de],.btn--danger[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);box-shadow:0 0 0 .143rem rgba(255,69,0,.5)}.btn--danger--outline[data-v-46e105de]{background-color:rgba(255,69,0,.05);border:1px solid #ff4500;color:#ff4500}.btn--danger--outline.active[data-v-46e105de],.btn--danger--outline[data-v-46e105de]:focus,.btn--danger--outline[data-v-46e105de]:hover{background-color:#ff4500;color:#fff}.btn--danger--outline.active[data-v-46e105de],.btn--danger--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);box-shadow:0 0 0 .143rem rgba(255,69,0,.5)}.btn--grey[data-v-46e105de]{background-color:#999}.btn--grey[data-v-46e105de]:focus,.btn--grey[data-v-46e105de]:hover{background-color:grey}.btn--grey.active[data-v-46e105de]{background-color:#999}.btn--grey.active[data-v-46e105de],.btn--grey[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)}.btn--grey--outline[data-v-46e105de]{background-color:hsla(0,0%,60%,.05);border:1px solid #999;color:#999}.btn--grey--outline.active[data-v-46e105de],.btn--grey--outline[data-v-46e105de]:focus,.btn--grey--outline[data-v-46e105de]:hover{background-color:#999;color:#fff}.btn--grey--outline.active[data-v-46e105de],.btn--grey--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)}.btn--info[data-v-46e105de]{background-color:#17a2b8}.btn--info[data-v-46e105de]:focus,.btn--info[data-v-46e105de]:hover{background-color:#117a8b}.btn--info.active[data-v-46e105de]{background-color:#17a2b8}.btn--info.active[data-v-46e105de],.btn--info[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);box-shadow:0 0 0 .143rem rgba(23,162,184,.5)}.btn--info--outline[data-v-46e105de]{background-color:rgba(23,162,184,.05);border:1px solid #17a2b8;color:#17a2b8}.btn--info--outline.active[data-v-46e105de],.btn--info--outline[data-v-46e105de]:focus,.btn--info--outline[data-v-46e105de]:hover{background-color:#17a2b8;color:#fff}.btn--info--outline.active[data-v-46e105de],.btn--info--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);box-shadow:0 0 0 .143rem rgba(23,162,184,.5)}.btn--warning[data-v-46e105de]{background-color:#ffa300}.btn--warning[data-v-46e105de]:focus,.btn--warning[data-v-46e105de]:hover{background-color:#cc8200}.btn--warning.active[data-v-46e105de]{background-color:#ffa300}.btn--warning.active[data-v-46e105de],.btn--warning[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);box-shadow:0 0 0 .143rem rgba(255,163,0,.5)}.btn--warning--outline[data-v-46e105de]{background-color:rgba(255,163,0,.05);border:1px solid #ffa300;color:#ffa300}.btn--warning--outline.active[data-v-46e105de],.btn--warning--outline[data-v-46e105de]:focus,.btn--warning--outline[data-v-46e105de]:hover{background-color:#ffa300;color:#fff}.btn--warning--outline.active[data-v-46e105de],.btn--warning--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);box-shadow:0 0 0 .143rem rgba(255,163,0,.5)}.btn--light[data-v-46e105de]{background-color:#f5f5f5}.btn--light[data-v-46e105de]:focus,.btn--light[data-v-46e105de]:hover{background-color:#dcdcdc}.btn--light.active[data-v-46e105de]{background-color:#f5f5f5}.btn--light.active[data-v-46e105de],.btn--light[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)}.btn--light--outline[data-v-46e105de]{background-color:hsla(0,0%,96.1%,.05);border:1px solid #f5f5f5;color:#f5f5f5}.btn--light--outline.active[data-v-46e105de],.btn--light--outline[data-v-46e105de]:focus,.btn--light--outline[data-v-46e105de]:hover{background-color:#f5f5f5;color:#fff}.btn--light--outline.active[data-v-46e105de],.btn--light--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)}.btn--dark[data-v-46e105de]{background-color:#24292e}.btn--dark[data-v-46e105de]:focus,.btn--dark[data-v-46e105de]:hover{background-color:#0e1011}.btn--dark.active[data-v-46e105de]{background-color:#24292e}.btn--dark.active[data-v-46e105de],.btn--dark[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);box-shadow:0 0 0 .143rem rgba(36,41,46,.5)}.btn--dark--outline[data-v-46e105de]{background-color:rgba(36,41,46,.05);border:1px solid #24292e;color:#24292e}.btn--dark--outline.active[data-v-46e105de],.btn--dark--outline[data-v-46e105de]:focus,.btn--dark--outline[data-v-46e105de]:hover{background-color:#24292e;color:#fff}.btn--dark--outline.active[data-v-46e105de],.btn--dark--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);box-shadow:0 0 0 .143rem rgba(36,41,46,.5)}.btn--default[data-v-46e105de]{background-color:#ccc}.btn--default[data-v-46e105de]:focus,.btn--default[data-v-46e105de]:hover{background-color:#b3b3b3}.btn--default.active[data-v-46e105de]{background-color:#ccc}.btn--default.active[data-v-46e105de],.btn--default[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--default--outline[data-v-46e105de]{background-color:hsla(0,0%,80%,.05);border:1px solid #ccc;color:#ccc}.btn--default--outline.active[data-v-46e105de],.btn--default--outline[data-v-46e105de]:focus,.btn--default--outline[data-v-46e105de]:hover{background-color:#ccc;color:#fff}.btn--default--outline.active[data-v-46e105de],.btn--default--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--white[data-v-46e105de]{background-color:#fff}.btn--white[data-v-46e105de]:focus,.btn--white[data-v-46e105de]:hover{background-color:#e6e6e6}.btn--white.active[data-v-46e105de]{background-color:#fff}.btn--white.active[data-v-46e105de],.btn--white[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)}.btn--white--outline[data-v-46e105de]{background-color:hsla(0,0%,100%,.05);border:1px solid #fff;color:#fff}.btn--white--outline.active[data-v-46e105de],.btn--white--outline[data-v-46e105de]:focus,.btn--white--outline[data-v-46e105de]:hover{background-color:#fff;color:#fff}.btn--white--outline.active[data-v-46e105de],.btn--white--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)}.btn--black.active[data-v-46e105de],.btn--black[data-v-46e105de],.btn--black[data-v-46e105de]:focus,.btn--black[data-v-46e105de]:hover{background-color:#000}.btn--black.active[data-v-46e105de],.btn--black[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);box-shadow:0 0 0 .143rem rgba(0,0,0,.5)}.btn--black--outline[data-v-46e105de]{background-color:rgba(0,0,0,.05);border:1px solid #000;color:#000}.btn--black--outline.active[data-v-46e105de],.btn--black--outline[data-v-46e105de]:focus,.btn--black--outline[data-v-46e105de]:hover{background-color:#000;color:#fff}.btn--black--outline.active[data-v-46e105de],.btn--black--outline[data-v-46e105de]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);box-shadow:0 0 0 .143rem rgba(0,0,0,.5)}.btn--default--outline[data-v-46e105de]{color:#747474}.btn--disabled[data-v-46e105de]:disabled{-webkit-box-shadow:none;box-shadow:none;background-color:#ccc;border:1px solid #ccc;color:#fff;cursor:not-allowed}.badge[data-v-46e105de]{background:#999;height:22px;line-height:22px;border-radius:22px;padding:0 5px;font-size:.857em;color:#888;font-weight:500}.badge-primary[data-v-46e105de]{background-color:#1e90ff;color:#fff}.badge-secondary[data-v-46e105de]{background-color:#747474;color:#fff}.badge-third[data-v-46e105de]{background-color:#ccc;color:#fff}.badge-success[data-v-46e105de]{background-color:#9acd32;color:#fff}.badge-danger[data-v-46e105de]{background-color:#ff4500;color:#fff}.badge-grey[data-v-46e105de]{background-color:#999;color:#fff}.badge-info[data-v-46e105de]{background-color:#17a2b8;color:#fff}.badge-warning[data-v-46e105de]{background-color:#ffa300;color:#fff}.badge-light[data-v-46e105de]{background-color:#f5f5f5;color:#fff}.badge-dark[data-v-46e105de]{background-color:#24292e;color:#fff}.badge-default[data-v-46e105de]{background-color:#ccc;color:#fff}.badge-white[data-v-46e105de]{background-color:#fff;color:#fff}.badge-black[data-v-46e105de]{background-color:#000;color:#fff}table.md[data-v-46e105de]{border-spacing:0;border-radius:8px;border-collapse:collapse;width:100%;table-layout:fixed;overflow-wrap:break-word;overflow:hidden;word-break:break-all;margin-top:0;margin-bottom:16px;font-size:1em;-webkit-box-shadow:0 0 8px rgba(0,0,0,.2);box-shadow:0 0 8px rgba(0,0,0,.2)}table.md tr[data-v-46e105de]{background-color:#fff;width:100%}table.md tr td[data-v-46e105de],table.md tr th[data-v-46e105de]{padding:6px 13px;text-align:left}table.md tr[data-v-46e105de]:nth-child(2n){background-color:#f2f2f2}.is-dark table.md[data-v-46e105de]{color:#f2f2f2}.is-dark table.md tr[data-v-46e105de]{background-color:#21222e}.is-dark table.md tr[data-v-46e105de]:nth-child(2n){background-color:#2e2f40}.is-dark table.md tr td.text-muted[data-v-46e105de]{color:hsla(0,0%,100%,.3)}.slide-enter-active[data-v-46e105de],.slide-leave-active[data-v-46e105de]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.slide-enter[data-v-46e105de],.slide-leave-to[data-v-46e105de]{opacity:0;z-index:998;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tags-enter-active[data-v-46e105de],.tags-leave-active[data-v-46e105de]{opacity:1;-webkit-transition:all .3s;transition:all .3s;position:absolute;-webkit-transform:translateY(0);transform:translateY(0)}.tags-enter[data-v-46e105de],.tags-leave-to[data-v-46e105de]{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slideinvert-enter-active[data-v-46e105de],.slideinvert-leave-active[data-v-46e105de]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.slideinvert-enter[data-v-46e105de],.slideinvert-leave-to[data-v-46e105de]{opacity:0;z-index:998;-webkit-transform:translateY(40px);transform:translateY(40px)}.slidenext-enter-active[data-v-46e105de],.slidenext-leave-active[data-v-46e105de],.slideprev-enter-active[data-v-46e105de],.slideprev-leave-active[data-v-46e105de]{position:absolute;-webkit-transition:all .3s;transition:all .3s}.slidenext-enter[data-v-46e105de],.slideprev-leave-to[data-v-46e105de]{-webkit-transform:translateX(100%);transform:translateX(100%)}.slidenext-leave-to[data-v-46e105de],.slideprev-enter[data-v-46e105de]{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slidevnext-enter-active[data-v-46e105de],.slidevnext-leave-active[data-v-46e105de],.slidevprev-enter-active[data-v-46e105de],.slidevprev-leave-active[data-v-46e105de]{position:absolute;-webkit-transition:all .3s;transition:all .3s}.slidevnext-enter[data-v-46e105de],.slidevprev-leave-to[data-v-46e105de]{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.slidevnext-leave-to[data-v-46e105de],.slidevprev-enter[data-v-46e105de]{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}@media screen and (max-width:415px){.slide-enter-active[data-v-46e105de],.slide-leave-active[data-v-46e105de],.slideinvert-enter-active[data-v-46e105de],.slideinvert-leave-active[data-v-46e105de]{-webkit-transition:all 0s;transition:all 0s}}.spinner-anim[data-v-46e105de]{-webkit-animation:spin-data-v-46e105de .6s linear infinite;animation:spin-data-v-46e105de .6s linear infinite}@-webkit-keyframes spin-data-v-46e105de{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-data-v-46e105de{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dialog-fade-enter-active .dialog-animation[data-v-46e105de]{-webkit-animation:dialog-fade-in-data-v-46e105de .4s;animation:dialog-fade-in-data-v-46e105de .4s}.dialog-fade-leave-active .dialog-animation[data-v-46e105de]{-webkit-animation:dialog-fade-out-data-v-46e105de .4s;animation:dialog-fade-out-data-v-46e105de .4s}@-webkit-keyframes dialog-fade-in-data-v-46e105de{0%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in-data-v-46e105de{0%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out-data-v-46e105de{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}}@keyframes dialog-fade-out-data-v-46e105de{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}}.expand-enter-active[data-v-46e105de],.expand-leave-active[data-v-46e105de]{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transition-property:opacity,height;transition-property:opacity,height;overflow:hidden}.expand-enter[data-v-46e105de],.expand-leave-to[data-v-46e105de]{height:0;opacity:0}.scale-enter-active[data-v-46e105de],.scale-leave-active[data-v-46e105de]{opacity:1;z-index:1;-webkit-transition:all .3s cubic-bezier(.4,.52,.26,.9);transition:all .3s cubic-bezier(.4,.52,.26,.9)}.scale-enter[data-v-46e105de],.scale-leave-to[data-v-46e105de]{opacity:.4;z-index:1;-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes loading-data-v-46e105de{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}@keyframes loading-data-v-46e105de{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.flip-list-move[data-v-46e105de]{-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s, -webkit-transform .6s;transition:transform .6s,-webkit-transform .6s}.over-hid[data-v-46e105de]{overflow:hidden}.pos-r[data-v-46e105de]{position:relative}.pos-a[data-v-46e105de]{position:absolute}.flex[data-v-46e105de]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.fluid[data-v-46e105de]{width:100%}.flex.direction-column[data-v-46e105de]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.direction-column-reverse[data-v-46e105de]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex.direction-row[data-v-46e105de]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex.direction-row-reverse[data-v-46e105de]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex.align-center[data-v-46e105de]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align-start[data-v-46e105de]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.align-end[data-v-46e105de]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.justify-start[data-v-46e105de]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.justify-end[data-v-46e105de]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.justify-center[data-v-46e105de]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.space-between[data-v-46e105de]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.space-around[data-v-46e105de]{-ms-flex-pack:distribute;justify-content:space-around}.flex.flex-center[data-v-46e105de]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.flex--wrap[data-v-46e105de]{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.flex--grow[data-v-46e105de]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-fill[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-fixed[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.flex-1[data-v-46e105de]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-100[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.flex-75[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%}.flex-50[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.flex-33[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 33.33%;flex:0 1 33.33%}.flex-25[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}.flex-20[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.flex-16[data-v-46e105de]{-webkit-box-flex:0;-ms-flex:0 1 16.66%;flex:0 1 16.66%}.text-muted-white[data-v-46e105de]{color:hsla(0,0%,100%,.54)}.text-muted[data-v-46e105de]{color:rgba(0,0,0,.54)}.is-dark .text-muted[data-v-46e105de]{color:hsla(0,0%,100%,.54)}.text-strong[data-v-46e105de]{font-weight:500}.text-center[data-v-46e105de]{text-align:center}.text-left[data-v-46e105de]{text-align:left}.text-right[data-v-46e105de]{text-align:right}.text-primary[data-v-46e105de]{color:#1e90ff}.text-secondary[data-v-46e105de]{color:#747474}.text-third[data-v-46e105de]{color:#ccc}.text-success[data-v-46e105de]{color:#9acd32}.text-danger[data-v-46e105de]{color:#ff4500}.text-grey[data-v-46e105de]{color:#999}.text-info[data-v-46e105de]{color:#17a2b8}.text-warning[data-v-46e105de]{color:#ffa300}.text-light[data-v-46e105de]{color:#f5f5f5}.text-dark[data-v-46e105de]{color:#24292e}.text-default[data-v-46e105de]{color:#ccc}.text-white[data-v-46e105de]{color:#fff}.text-black[data-v-46e105de]{color:#000}.dots-text[data-v-46e105de]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dots-text-3[data-v-46e105de]{overflow:hidden;position:relative;line-height:1.3em;max-height:3.9em;text-align:justify;margin-right:-1em;padding-right:1em}.dots-text-3[data-v-46e105de]:before{content:"...";position:absolute;right:3px;bottom:2px}.dots-text-3[data-v-46e105de]:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#fff}.dots-text-2[data-v-46e105de]{overflow:hidden;position:relative;line-height:1.3em;max-height:2.6em;text-align:justify;margin-right:-1em;padding-right:1em}.dots-text-2[data-v-46e105de]:before{content:"...";position:absolute;right:3px;bottom:2px}.dots-text-2[data-v-46e105de]:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#fff}.container[data-v-46e105de]{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(max-width:768px){.container[data-v-46e105de]{max-width:100%}}@media(min-width:768px){.container[data-v-46e105de]{max-width:768px}}@media(min-width:1024px){.container[data-v-46e105de]{max-width:1024px}}@media(min-width:1440px){.container[data-v-46e105de]{max-width:1440px}}@media(min-width:2560px){.container[data-v-46e105de]{max-width:2560px}}.pr-0[data-v-46e105de]{padding-right:0}.pt-0[data-v-46e105de]{padding-top:0}.pb-0[data-v-46e105de]{padding-bottom:0}.pl-0[data-v-46e105de]{padding-left:0}.px-0[data-v-46e105de]{padding-left:0;padding-right:0}.py-0[data-v-46e105de]{padding-top:0;padding-bottom:0}.p-0[data-v-46e105de]{padding:0}.pr-1[data-v-46e105de]{padding-right:.25rem}.pt-1[data-v-46e105de]{padding-top:.25rem}.pb-1[data-v-46e105de]{padding-bottom:.25rem}.pl-1[data-v-46e105de]{padding-left:.25rem}.px-1[data-v-46e105de]{padding-left:.25rem;padding-right:.25rem}.py-1[data-v-46e105de]{padding-top:.25rem;padding-bottom:.25rem}.p-1[data-v-46e105de]{padding:.25rem}.pr-2[data-v-46e105de]{padding-right:.5rem}.pt-2[data-v-46e105de]{padding-top:.5rem}.pb-2[data-v-46e105de]{padding-bottom:.5rem}.pl-2[data-v-46e105de]{padding-left:.5rem}.px-2[data-v-46e105de]{padding-left:.5rem;padding-right:.5rem}.py-2[data-v-46e105de]{padding-top:.5rem;padding-bottom:.5rem}.p-2[data-v-46e105de]{padding:.5rem}.pr-3[data-v-46e105de]{padding-right:1rem}.pt-3[data-v-46e105de]{padding-top:1rem}.pb-3[data-v-46e105de]{padding-bottom:1rem}.pl-3[data-v-46e105de]{padding-left:1rem}.px-3[data-v-46e105de]{padding-left:1rem;padding-right:1rem}.py-3[data-v-46e105de]{padding-top:1rem;padding-bottom:1rem}.p-3[data-v-46e105de]{padding:1rem}.pr-4[data-v-46e105de]{padding-right:1.5rem}.pt-4[data-v-46e105de]{padding-top:1.5rem}.pb-4[data-v-46e105de]{padding-bottom:1.5rem}.pl-4[data-v-46e105de]{padding-left:1.5rem}.px-4[data-v-46e105de]{padding-left:1.5rem;padding-right:1.5rem}.py-4[data-v-46e105de]{padding-top:1.5rem;padding-bottom:1.5rem}.p-4[data-v-46e105de]{padding:1.5rem}.pr-5[data-v-46e105de]{padding-right:3rem}.pt-5[data-v-46e105de]{padding-top:3rem}.pb-5[data-v-46e105de]{padding-bottom:3rem}.pl-5[data-v-46e105de]{padding-left:3rem}.px-5[data-v-46e105de]{padding-left:3rem;padding-right:3rem}.py-5[data-v-46e105de]{padding-top:3rem;padding-bottom:3rem}.p-5[data-v-46e105de]{padding:3rem}.mr-0[data-v-46e105de]{margin-right:0}.mt-0[data-v-46e105de]{margin-top:0}.mb-0[data-v-46e105de]{margin-bottom:0}.ml-0[data-v-46e105de]{margin-left:0}.mx-0[data-v-46e105de]{margin-left:0;margin-right:0}.my-0[data-v-46e105de]{margin-top:0;margin-bottom:0}.m-0[data-v-46e105de]{margin:0}.mr-1[data-v-46e105de]{margin-right:.25rem}.mt-1[data-v-46e105de]{margin-top:.25rem}.mb-1[data-v-46e105de]{margin-bottom:.25rem}.ml-1[data-v-46e105de]{margin-left:.25rem}.mx-1[data-v-46e105de]{margin-left:.25rem;margin-right:.25rem}.my-1[data-v-46e105de]{margin-top:.25rem;margin-bottom:.25rem}.m-1[data-v-46e105de]{margin:.25rem}.mr-2[data-v-46e105de]{margin-right:.5rem}.mt-2[data-v-46e105de]{margin-top:.5rem}.mb-2[data-v-46e105de]{margin-bottom:.5rem}.ml-2[data-v-46e105de]{margin-left:.5rem}.mx-2[data-v-46e105de]{margin-left:.5rem;margin-right:.5rem}.my-2[data-v-46e105de]{margin-top:.5rem;margin-bottom:.5rem}.m-2[data-v-46e105de]{margin:.5rem}.mr-3[data-v-46e105de]{margin-right:1rem}.mt-3[data-v-46e105de]{margin-top:1rem}.mb-3[data-v-46e105de]{margin-bottom:1rem}.ml-3[data-v-46e105de]{margin-left:1rem}.mx-3[data-v-46e105de]{margin-left:1rem;margin-right:1rem}.my-3[data-v-46e105de]{margin-top:1rem;margin-bottom:1rem}.m-3[data-v-46e105de]{margin:1rem}.mr-4[data-v-46e105de]{margin-right:1.5rem}.mt-4[data-v-46e105de]{margin-top:1.5rem}.mb-4[data-v-46e105de]{margin-bottom:1.5rem}.ml-4[data-v-46e105de]{margin-left:1.5rem}.mx-4[data-v-46e105de]{margin-left:1.5rem;margin-right:1.5rem}.my-4[data-v-46e105de]{margin-top:1.5rem;margin-bottom:1.5rem}.m-4[data-v-46e105de]{margin:1.5rem}.mr-5[data-v-46e105de]{margin-right:3rem}.mt-5[data-v-46e105de]{margin-top:3rem}.mb-5[data-v-46e105de]{margin-bottom:3rem}.ml-5[data-v-46e105de]{margin-left:3rem}.mx-5[data-v-46e105de]{margin-left:3rem;margin-right:3rem}.my-5[data-v-46e105de]{margin-top:3rem;margin-bottom:3rem}.m-5[data-v-46e105de]{margin:3rem}.h-100[data-v-46e105de]{height:100%}.mh-100[data-v-46e105de]{max-height:100%}.w-100[data-v-46e105de]{width:100%}.mw-100[data-v-46e105de]{max-width:100%}.m-h-0[data-v-46e105de]{min-height:0}.m-h-100[data-v-46e105de]{min-height:100%}.m-w-0[data-v-46e105de]{min-width:0}.m-w-100[data-v-46e105de]{min-width:100%}.br-0[data-v-46e105de]{border-radius:0}.brt-0[data-v-46e105de]{border-top-left-radius:0;border-top-right-radius:0}.brb-0[data-v-46e105de]{border-bottom-right-radius:0;border-bottom-left-radius:0}.br-2[data-v-46e105de]{border-radius:2px}.brt-2[data-v-46e105de]{border-top-left-radius:2px;border-top-right-radius:2px}.brb-2[data-v-46e105de]{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.br-4[data-v-46e105de]{border-radius:4px}.brt-4[data-v-46e105de]{border-top-left-radius:4px;border-top-right-radius:4px}.brb-4[data-v-46e105de]{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.br-8[data-v-46e105de]{border-radius:8px}.brt-8[data-v-46e105de]{border-top-left-radius:8px;border-top-right-radius:8px}.brb-8[data-v-46e105de]{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.fs-12[data-v-46e105de]{font-size:12px}.fs-14[data-v-46e105de]{font-size:14px}.fs-16[data-v-46e105de]{font-size:16px}.fs-18[data-v-46e105de]{font-size:18px}.fs-20[data-v-46e105de]{font-size:20px}.fs-22[data-v-46e105de]{font-size:22px}.fs-26[data-v-46e105de]{font-size:26px}.fw-300[data-v-46e105de]{font-weight:300}.fw-400[data-v-46e105de]{font-weight:400}.fw-500[data-v-46e105de]{font-weight:500}@media only screen and (max-width:2560px){.hidden-4k[data-v-46e105de]{display:none}}@media only screen and (max-width:1440px){.hidden-laptop[data-v-46e105de]{display:none}}@media only screen and (max-width:1024px){.hidden-laptop-s[data-v-46e105de]{display:none}}@media only screen and (max-width:768px){.hidden-tablet[data-v-46e105de]{display:none}}@media only screen and (max-width:425px){.hidden-mobile[data-v-46e105de]{display:none}}@media only screen and (max-width:375px){.hidden-mobile-m[data-v-46e105de]{display:none}}@media only screen and (max-width:320px){.hidden-mobile-s[data-v-46e105de]{display:none}}.show-4k[data-v-46e105de]{display:none}@media only screen and (max-width:2560px){.show-4k[data-v-46e105de]{display:inherit}}.show-laptop[data-v-46e105de]{display:none}@media only screen and (max-width:1440px){.show-laptop[data-v-46e105de]{display:inherit}}.show-laptop-s[data-v-46e105de]{display:none}@media only screen and (max-width:1024px){.show-laptop-s[data-v-46e105de]{display:inherit}}.show-tablet[data-v-46e105de]{display:none}@media only screen and (max-width:768px){.show-tablet[data-v-46e105de]{display:inherit}}.show-mobile[data-v-46e105de]{display:none}@media only screen and (max-width:425px){.show-mobile[data-v-46e105de]{display:inherit}}.show-mobile-m[data-v-46e105de]{display:none}@media only screen and (max-width:375px){.show-mobile-m[data-v-46e105de]{display:inherit}}.show-mobile-s[data-v-46e105de]{display:none}@media only screen and (max-width:320px){.show-mobile-s[data-v-46e105de]{display:inherit}}[data-v-46e105de],[data-v-46e105de]:after,[data-v-46e105de]:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote[data-v-46e105de],body[data-v-46e105de],dd[data-v-46e105de],dl[data-v-46e105de],figure[data-v-46e105de],h1[data-v-46e105de],h2[data-v-46e105de],h3[data-v-46e105de],h4[data-v-46e105de],h5[data-v-46e105de],h6[data-v-46e105de],hr[data-v-46e105de],ol[data-v-46e105de],p[data-v-46e105de],pre[data-v-46e105de],ul[data-v-46e105de]{margin:0;padding:0}#app[data-v-46e105de],body[data-v-46e105de],button[data-v-46e105de],html[data-v-46e105de],input[data-v-46e105de]{font:400 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5;-webkit-font-kerning:normal;font-kerning:normal}.country-selector[data-v-46e105de]{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:relative;height:40px;min-height:40px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.country-selector[data-v-46e105de]:hover{z-index:1}.country-selector__label[data-v-46e105de]{position:absolute;top:3px;cursor:pointer;left:11px;-webkit-transform:translateY(25%);transform:translateY(25%);opacity:0;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);font-size:11px;color:#747474}.country-selector__input[data-v-46e105de]{cursor:pointer;background-color:#fff;position:relative;width:100%;height:40px;min-height:40px;padding-right:22px;font-weight:400;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid #ccc;font-size:13px;z-index:0;padding-left:8px;color:#000}.country-selector__toggle[data-v-46e105de]{position:absolute;right:5px;top:calc(50% - 10px);-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);text-align:center;display:inline-block;cursor:pointer;height:24px}.country-selector__toggle__arrow[data-v-46e105de]{color:#747474}.country-selector__toggle__arrow path.arrow[data-v-46e105de]{fill:#747474}.country-selector__country-flag[data-v-46e105de]{margin:auto 0;position:absolute;top:21px;left:11px;z-index:1;cursor:pointer}.country-selector__country-flag img[data-v-46e105de]{position:absolute}.country-selector__list[data-v-46e105de]{max-width:100%;top:100%;width:100%;min-width:230px;position:absolute;background-color:#fff;overflow:hidden;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);z-index:9;list-style:none;overflow-y:auto;overflow-x:hidden;padding:0;margin:0}.country-selector__list.has-calling-code[data-v-46e105de]{min-width:270px}.country-selector__list__item[data-v-46e105de]{padding:0 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;cursor:pointer;background-color:transparent;width:100%;border:0;outline:none}.country-selector__list__item__flag-container[data-v-46e105de]{margin-right:10px}.country-selector__list__item__calling-code[data-v-46e105de]{width:45px;color:#747474}.country-selector__list__item.hover[data-v-46e105de],.country-selector__list__item.keyboard-selected[data-v-46e105de]{background-color:#f2f2f2}.country-selector__list__item.selected[data-v-46e105de]{color:#fff;font-weight:600}.country-selector__list__item.selected .country-selector__list__item__calling-code[data-v-46e105de]{color:#fff}.country-selector.is-dark .country-selector__input[data-v-46e105de]{cursor:pointer;color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__input[data-v-46e105de]::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__input[data-v-46e105de]::-moz-placeholder{color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__input[data-v-46e105de]:-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__input[data-v-46e105de]::-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__input[data-v-46e105de]::placeholder{color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__toggle__arrow[data-v-46e105de]{color:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__toggle__arrow path.arrow[data-v-46e105de]{fill:hsla(0,0%,100%,.7)}.country-selector.is-dark .country-selector__list__item[data-v-46e105de]{color:#f2f2f2}.country-selector.is-dark .country-selector__list__item.keyboard-selected[data-v-46e105de],.country-selector.is-dark .country-selector__list__item[data-v-46e105de]:hover{background-color:#43455e}.country-selector.is-dark .country-selector__list__calling-code[data-v-46e105de]{color:hsla(0,0%,100%,.3)}.country-selector.is-dark .country-selector__input[data-v-46e105de],.country-selector.is-dark .country-selector__list[data-v-46e105de]{color:hsla(0,0%,100%,.7)}.country-selector.has-list-open[data-v-46e105de]{z-index:1}.country-selector.has-list-open .country-selector__toggle[data-v-46e105de]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.country-selector.is-focused[data-v-46e105de]{z-index:1}.country-selector.has-error .country-selector__input[data-v-46e105de]{border-color:#ff4500}.country-selector.has-error .country-selector__label[data-v-46e105de]{color:#ff4500}.country-selector.has-value .country-selector__input[data-v-46e105de]{padding-left:40px}.country-selector.has-hint .country-selector__label[data-v-46e105de],.country-selector.has-value .country-selector__label[data-v-46e105de]{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);font-size:11px}.country-selector.has-hint .country-selector__input[data-v-46e105de],.country-selector.has-value .country-selector__input[data-v-46e105de]{padding-top:14px}.country-selector.is-disabled .country-selector[data-v-46e105de]{cursor:not-allowed}.country-selector.is-disabled .country-selector__input[data-v-46e105de]{border-color:#ccc;background-color:#f2f2f2;color:#ccc}.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-webkit-input-placeholder{color:#ccc}.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-moz-placeholder{color:#ccc}.country-selector.is-disabled .country-selector__input[data-v-46e105de]:-ms-input-placeholder{color:#ccc}.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-ms-input-placeholder{color:#ccc}.country-selector.is-disabled .country-selector__input[data-v-46e105de]::placeholder{color:#ccc}.country-selector.is-disabled .country-selector__country-flag>div[data-v-46e105de],.country-selector.is-disabled .country-selector__country-flag[data-v-46e105de],.country-selector.is-disabled .country-selector__input[data-v-46e105de],.country-selector.is-disabled .country-selector__label[data-v-46e105de],.country-selector.is-disabled .country-selector__toggle__arrow[data-v-46e105de]{cursor:not-allowed;color:#ccc}.country-selector.no-flags .country-selector__input[data-v-46e105de]{padding-left:10px}.country-selector.sm[data-v-46e105de]{height:36px;min-height:36px}.country-selector.sm .country-selector__input[data-v-46e105de]{height:36px;min-height:36px;font-size:12px}.country-selector.sm .country-selector__label[data-v-46e105de]{font-size:10px}.country-selector.sm .country-selector__country-flag[data-v-46e105de]{top:16px}.country-selector.sm .country-selector__country-flag img[data-v-46e105de]{zoom:.3;color:red;-moz-transform:scale(.3);-moz-transform-origin:0 0}.country-selector.sm.has-value .country-selector__input[data-v-46e105de]{padding-top:12px}.country-selector.lg[data-v-46e105de]{height:48px;min-height:48px}.country-selector.lg .country-selector__input[data-v-46e105de]{height:48px;min-height:48px;font-size:14px}.country-selector.lg .country-selector__label[data-v-46e105de]{font-size:14px}.country-selector.lg .country-selector__country-flag[data-v-46e105de]{top:25px}.country-selector.lg .country-selector__country-flag img[data-v-46e105de]{zoom:.45;-moz-transform:scale(.45);-moz-transform-origin:0 0}.country-selector.lg.has-value .country-selector__input[data-v-46e105de]{padding-top:18px}.country-selector .slide-enter-active[data-v-46e105de],.country-selector .slide-leave-active[data-v-46e105de]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.country-selector .slide-enter[data-v-46e105de],.country-selector .slide-leave-to[data-v-46e105de]{opacity:0;z-index:998;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.bg-primary-after[data-v-19351537]:after,.bg-primary-before[data-v-19351537]:before,.bg-primary[data-v-19351537]{background-color:#1e90ff}.bg-primary-after-transparency[data-v-19351537]:after,.bg-primary-before-transparency[data-v-19351537]:before,.bg-primary-transparency[data-v-19351537]{background-color:rgba(30,144,255,.5)}.bg-secondary-after[data-v-19351537]:after,.bg-secondary-before[data-v-19351537]:before,.bg-secondary[data-v-19351537]{background-color:#747474}.bg-secondary-after-transparency[data-v-19351537]:after,.bg-secondary-before-transparency[data-v-19351537]:before,.bg-secondary-transparency[data-v-19351537]{background-color:hsla(0,0%,45.5%,.5)}.bg-third-after[data-v-19351537]:after,.bg-third-before[data-v-19351537]:before,.bg-third[data-v-19351537]{background-color:#ccc}.bg-third-after-transparency[data-v-19351537]:after,.bg-third-before-transparency[data-v-19351537]:before,.bg-third-transparency[data-v-19351537]{background-color:hsla(0,0%,80%,.5)}.bg-success-after[data-v-19351537]:after,.bg-success-before[data-v-19351537]:before,.bg-success[data-v-19351537]{background-color:#9acd32}.bg-success-after-transparency[data-v-19351537]:after,.bg-success-before-transparency[data-v-19351537]:before,.bg-success-transparency[data-v-19351537]{background-color:rgba(154,205,50,.5)}.bg-danger-after[data-v-19351537]:after,.bg-danger-before[data-v-19351537]:before,.bg-danger[data-v-19351537]{background-color:#ff4500}.bg-danger-after-transparency[data-v-19351537]:after,.bg-danger-before-transparency[data-v-19351537]:before,.bg-danger-transparency[data-v-19351537]{background-color:rgba(255,69,0,.5)}.bg-grey-after[data-v-19351537]:after,.bg-grey-before[data-v-19351537]:before,.bg-grey[data-v-19351537]{background-color:#999}.bg-grey-after-transparency[data-v-19351537]:after,.bg-grey-before-transparency[data-v-19351537]:before,.bg-grey-transparency[data-v-19351537]{background-color:hsla(0,0%,60%,.5)}.bg-info-after[data-v-19351537]:after,.bg-info-before[data-v-19351537]:before,.bg-info[data-v-19351537]{background-color:#17a2b8}.bg-info-after-transparency[data-v-19351537]:after,.bg-info-before-transparency[data-v-19351537]:before,.bg-info-transparency[data-v-19351537]{background-color:rgba(23,162,184,.5)}.bg-warning-after[data-v-19351537]:after,.bg-warning-before[data-v-19351537]:before,.bg-warning[data-v-19351537]{background-color:#ffa300}.bg-warning-after-transparency[data-v-19351537]:after,.bg-warning-before-transparency[data-v-19351537]:before,.bg-warning-transparency[data-v-19351537]{background-color:rgba(255,163,0,.5)}.bg-light-after[data-v-19351537]:after,.bg-light-before[data-v-19351537]:before,.bg-light[data-v-19351537]{background-color:#f5f5f5}.bg-light-after-transparency[data-v-19351537]:after,.bg-light-before-transparency[data-v-19351537]:before,.bg-light-transparency[data-v-19351537]{background-color:hsla(0,0%,96.1%,.5)}.bg-dark-after[data-v-19351537]:after,.bg-dark-before[data-v-19351537]:before,.bg-dark[data-v-19351537]{background-color:#24292e}.bg-dark-after-transparency[data-v-19351537]:after,.bg-dark-before-transparency[data-v-19351537]:before,.bg-dark-transparency[data-v-19351537]{background-color:rgba(36,41,46,.5)}.bg-default-after[data-v-19351537]:after,.bg-default-before[data-v-19351537]:before,.bg-default[data-v-19351537]{background-color:#ccc}.bg-default-after-transparency[data-v-19351537]:after,.bg-default-before-transparency[data-v-19351537]:before,.bg-default-transparency[data-v-19351537]{background-color:hsla(0,0%,80%,.5)}.bg-white-after[data-v-19351537]:after,.bg-white-before[data-v-19351537]:before,.bg-white[data-v-19351537]{background-color:#fff}.bg-white-after-transparency[data-v-19351537]:after,.bg-white-before-transparency[data-v-19351537]:before,.bg-white-transparency[data-v-19351537]{background-color:hsla(0,0%,100%,.5)}.bg-black-after[data-v-19351537]:after,.bg-black-before[data-v-19351537]:before,.bg-black[data-v-19351537]{background-color:#000}.bg-black-after-transparency[data-v-19351537]:after,.bg-black-before-transparency[data-v-19351537]:before,.bg-black-transparency[data-v-19351537]{background-color:rgba(0,0,0,.5)}.fill-primary path[data-v-19351537]{fill:#1e90ff}.fill-secondary path[data-v-19351537]{fill:#747474}.fill-third path[data-v-19351537]{fill:#ccc}.fill-success path[data-v-19351537]{fill:#9acd32}.fill-danger path[data-v-19351537]{fill:#ff4500}.fill-grey path[data-v-19351537]{fill:#999}.fill-info path[data-v-19351537]{fill:#17a2b8}.fill-warning path[data-v-19351537]{fill:#ffa300}.fill-light path[data-v-19351537]{fill:#f5f5f5}.fill-dark path[data-v-19351537]{fill:#24292e}.fill-default path[data-v-19351537]{fill:#ccc}.fill-white path[data-v-19351537]{fill:#fff}.fill-black path[data-v-19351537]{fill:#000}.label[data-v-19351537]{border-radius:2px;padding:2px 4px;color:#fff;font-size:.714em}.label-primary[data-v-19351537],.label[data-v-19351537]{background-color:#1e90ff}.label-primary-outline[data-v-19351537]{background-color:transparent;border:1px solid #1e90ff;color:#1e90ff}.label-secondary[data-v-19351537]{background-color:#747474}.label-secondary-outline[data-v-19351537]{background-color:transparent;border:1px solid #747474;color:#747474}.label-third[data-v-19351537]{background-color:#ccc}.label-third-outline[data-v-19351537]{background-color:transparent;border:1px solid #ccc;color:#ccc}.label-success[data-v-19351537]{background-color:#9acd32}.label-success-outline[data-v-19351537]{background-color:transparent;border:1px solid #9acd32;color:#9acd32}.label-danger[data-v-19351537]{background-color:#ff4500}.label-danger-outline[data-v-19351537]{background-color:transparent;border:1px solid #ff4500;color:#ff4500}.label-grey[data-v-19351537]{background-color:#999}.label-grey-outline[data-v-19351537]{background-color:transparent;border:1px solid #999;color:#999}.label-info[data-v-19351537]{background-color:#17a2b8}.label-info-outline[data-v-19351537]{background-color:transparent;border:1px solid #17a2b8;color:#17a2b8}.label-warning[data-v-19351537]{background-color:#ffa300}.label-warning-outline[data-v-19351537]{background-color:transparent;border:1px solid #ffa300;color:#ffa300}.label-light[data-v-19351537]{background-color:#f5f5f5}.label-light-outline[data-v-19351537]{background-color:transparent;border:1px solid #f5f5f5;color:#f5f5f5}.label-dark[data-v-19351537]{background-color:#24292e}.label-dark-outline[data-v-19351537]{background-color:transparent;border:1px solid #24292e;color:#24292e}.label-default[data-v-19351537]{background-color:#ccc}.label-default-outline[data-v-19351537]{background-color:transparent;border:1px solid #ccc;color:#ccc}.label-white[data-v-19351537]{background-color:#fff}.label-white-outline[data-v-19351537]{background-color:transparent;border:1px solid #fff;color:#fff}.label-black[data-v-19351537]{background-color:#000}.label-black-outline[data-v-19351537]{background-color:transparent;border:1px solid #000;color:#000}.dot[data-v-19351537]{width:6px;height:6px;border-radius:6px}.dot-primary[data-v-19351537],.dot[data-v-19351537]{background-color:#1e90ff}.dot-primary-outline[data-v-19351537]{background-color:transparent;border:1px solid #1e90ff;color:#1e90ff}.dot-secondary[data-v-19351537]{background-color:#747474}.dot-secondary-outline[data-v-19351537]{background-color:transparent;border:1px solid #747474;color:#747474}.dot-third[data-v-19351537]{background-color:#ccc}.dot-third-outline[data-v-19351537]{background-color:transparent;border:1px solid #ccc;color:#ccc}.dot-success[data-v-19351537]{background-color:#9acd32}.dot-success-outline[data-v-19351537]{background-color:transparent;border:1px solid #9acd32;color:#9acd32}.dot-danger[data-v-19351537]{background-color:#ff4500}.dot-danger-outline[data-v-19351537]{background-color:transparent;border:1px solid #ff4500;color:#ff4500}.dot-grey[data-v-19351537]{background-color:#999}.dot-grey-outline[data-v-19351537]{background-color:transparent;border:1px solid #999;color:#999}.dot-info[data-v-19351537]{background-color:#17a2b8}.dot-info-outline[data-v-19351537]{background-color:transparent;border:1px solid #17a2b8;color:#17a2b8}.dot-warning[data-v-19351537]{background-color:#ffa300}.dot-warning-outline[data-v-19351537]{background-color:transparent;border:1px solid #ffa300;color:#ffa300}.dot-light[data-v-19351537]{background-color:#f5f5f5}.dot-light-outline[data-v-19351537]{background-color:transparent;border:1px solid #f5f5f5;color:#f5f5f5}.dot-dark[data-v-19351537]{background-color:#24292e}.dot-dark-outline[data-v-19351537]{background-color:transparent;border:1px solid #24292e;color:#24292e}.dot-default[data-v-19351537]{background-color:#ccc}.dot-default-outline[data-v-19351537]{background-color:transparent;border:1px solid #ccc;color:#ccc}.dot-white[data-v-19351537]{background-color:#fff}.dot-white-outline[data-v-19351537]{background-color:transparent;border:1px solid #fff;color:#fff}.dot-black[data-v-19351537]{background-color:#000}.dot-black-outline[data-v-19351537]{background-color:transparent;border:1px solid #000;color:#000}a[data-v-19351537]{color:#1e90ff;text-decoration:none}a[data-v-19351537]:focus,a[data-v-19351537]:hover{text-decoration:underline}.btn[data-v-19351537]{border:1px solid transparent;outline:none;cursor:pointer;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);background-color:#1e90ff;color:#fff;display:inline-block;border-radius:8px;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 20px;font-size:1em;font-weight:inherit;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;overflow:visible;-webkit-font-smoothing:inherit;text-decoration:none;-moz-osx-font-smoothing:inherit}.btn[data-v-19351537]:focus,.btn[data-v-19351537]:hover{background-color:#0077ea}.btn.active[data-v-19351537]{background-color:#1e90ff}.btn.active[data-v-19351537],.btn[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn.active[data-v-19351537],.btn[data-v-19351537]:focus,.btn[data-v-19351537]:hover{text-decoration:none}.btn--rounded[data-v-19351537]{border-radius:50px}.btn--block[data-v-19351537]{width:100%}.btn--lg[data-v-19351537]{padding:16px 22px;font-size:1.143em}.btn--md[data-v-19351537]{padding:10px 20px;font-size:1em}.btn--sm[data-v-19351537]{padding:9px 15px;font-size:.857em}.btn--mini[data-v-19351537]{padding:7px 15px;font-size:.857em}.btn--fab[data-v-19351537]{border-radius:50%;padding:0;height:40px;width:40px}.btn--fab.btn--lg[data-v-19351537]{height:50px;width:50px}.btn--fab.btn--md[data-v-19351537]{height:36px;width:36px}.btn--fab.btn--sm[data-v-19351537]{height:32px;width:32px}.btn--fab.btn--mini[data-v-19351537]{height:28px;width:28px}.btn--light[data-v-19351537],.btn--white[data-v-19351537]{color:#747474}.btn--primary[data-v-19351537]{background-color:#1e90ff}.btn--primary[data-v-19351537]:focus,.btn--primary[data-v-19351537]:hover{background-color:#0077ea}.btn--primary.active[data-v-19351537]{background-color:#1e90ff}.btn--primary.active[data-v-19351537],.btn--primary[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn--primary--outline[data-v-19351537]{background-color:rgba(30,144,255,.05);border:1px solid #1e90ff;color:#1e90ff}.btn--primary--outline.active[data-v-19351537],.btn--primary--outline[data-v-19351537]:focus,.btn--primary--outline[data-v-19351537]:hover{background-color:#1e90ff;color:#fff}.btn--primary--outline.active[data-v-19351537],.btn--primary--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);box-shadow:0 0 0 .143rem rgba(30,144,255,.5)}.btn--secondary[data-v-19351537]{background-color:#747474}.btn--secondary[data-v-19351537]:focus,.btn--secondary[data-v-19351537]:hover{background-color:#5b5b5b}.btn--secondary.active[data-v-19351537]{background-color:#747474}.btn--secondary.active[data-v-19351537],.btn--secondary[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)}.btn--secondary--outline[data-v-19351537]{background-color:hsla(0,0%,45.5%,.05);border:1px solid #747474;color:#747474}.btn--secondary--outline.active[data-v-19351537],.btn--secondary--outline[data-v-19351537]:focus,.btn--secondary--outline[data-v-19351537]:hover{background-color:#747474;color:#fff}.btn--secondary--outline.active[data-v-19351537],.btn--secondary--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)}.btn--third[data-v-19351537]{background-color:#ccc}.btn--third[data-v-19351537]:focus,.btn--third[data-v-19351537]:hover{background-color:#b3b3b3}.btn--third.active[data-v-19351537]{background-color:#ccc}.btn--third.active[data-v-19351537],.btn--third[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--third--outline[data-v-19351537]{background-color:hsla(0,0%,80%,.05);border:1px solid #ccc;color:#ccc}.btn--third--outline.active[data-v-19351537],.btn--third--outline[data-v-19351537]:focus,.btn--third--outline[data-v-19351537]:hover{background-color:#ccc;color:#fff}.btn--third--outline.active[data-v-19351537],.btn--third--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--success[data-v-19351537]{background-color:#9acd32}.btn--success[data-v-19351537]:focus,.btn--success[data-v-19351537]:hover{background-color:#7ba428}.btn--success.active[data-v-19351537]{background-color:#9acd32}.btn--success.active[data-v-19351537],.btn--success[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);box-shadow:0 0 0 .143rem rgba(154,205,50,.5)}.btn--success--outline[data-v-19351537]{background-color:rgba(154,205,50,.05);border:1px solid #9acd32;color:#9acd32}.btn--success--outline.active[data-v-19351537],.btn--success--outline[data-v-19351537]:focus,.btn--success--outline[data-v-19351537]:hover{background-color:#9acd32;color:#fff}.btn--success--outline.active[data-v-19351537],.btn--success--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);box-shadow:0 0 0 .143rem rgba(154,205,50,.5)}.btn--danger[data-v-19351537]{background-color:#ff4500}.btn--danger[data-v-19351537]:focus,.btn--danger[data-v-19351537]:hover{background-color:#cc3700}.btn--danger.active[data-v-19351537]{background-color:#ff4500}.btn--danger.active[data-v-19351537],.btn--danger[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);box-shadow:0 0 0 .143rem rgba(255,69,0,.5)}.btn--danger--outline[data-v-19351537]{background-color:rgba(255,69,0,.05);border:1px solid #ff4500;color:#ff4500}.btn--danger--outline.active[data-v-19351537],.btn--danger--outline[data-v-19351537]:focus,.btn--danger--outline[data-v-19351537]:hover{background-color:#ff4500;color:#fff}.btn--danger--outline.active[data-v-19351537],.btn--danger--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);box-shadow:0 0 0 .143rem rgba(255,69,0,.5)}.btn--grey[data-v-19351537]{background-color:#999}.btn--grey[data-v-19351537]:focus,.btn--grey[data-v-19351537]:hover{background-color:grey}.btn--grey.active[data-v-19351537]{background-color:#999}.btn--grey.active[data-v-19351537],.btn--grey[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)}.btn--grey--outline[data-v-19351537]{background-color:hsla(0,0%,60%,.05);border:1px solid #999;color:#999}.btn--grey--outline.active[data-v-19351537],.btn--grey--outline[data-v-19351537]:focus,.btn--grey--outline[data-v-19351537]:hover{background-color:#999;color:#fff}.btn--grey--outline.active[data-v-19351537],.btn--grey--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)}.btn--info[data-v-19351537]{background-color:#17a2b8}.btn--info[data-v-19351537]:focus,.btn--info[data-v-19351537]:hover{background-color:#117a8b}.btn--info.active[data-v-19351537]{background-color:#17a2b8}.btn--info.active[data-v-19351537],.btn--info[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);box-shadow:0 0 0 .143rem rgba(23,162,184,.5)}.btn--info--outline[data-v-19351537]{background-color:rgba(23,162,184,.05);border:1px solid #17a2b8;color:#17a2b8}.btn--info--outline.active[data-v-19351537],.btn--info--outline[data-v-19351537]:focus,.btn--info--outline[data-v-19351537]:hover{background-color:#17a2b8;color:#fff}.btn--info--outline.active[data-v-19351537],.btn--info--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);box-shadow:0 0 0 .143rem rgba(23,162,184,.5)}.btn--warning[data-v-19351537]{background-color:#ffa300}.btn--warning[data-v-19351537]:focus,.btn--warning[data-v-19351537]:hover{background-color:#cc8200}.btn--warning.active[data-v-19351537]{background-color:#ffa300}.btn--warning.active[data-v-19351537],.btn--warning[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);box-shadow:0 0 0 .143rem rgba(255,163,0,.5)}.btn--warning--outline[data-v-19351537]{background-color:rgba(255,163,0,.05);border:1px solid #ffa300;color:#ffa300}.btn--warning--outline.active[data-v-19351537],.btn--warning--outline[data-v-19351537]:focus,.btn--warning--outline[data-v-19351537]:hover{background-color:#ffa300;color:#fff}.btn--warning--outline.active[data-v-19351537],.btn--warning--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);box-shadow:0 0 0 .143rem rgba(255,163,0,.5)}.btn--light[data-v-19351537]{background-color:#f5f5f5}.btn--light[data-v-19351537]:focus,.btn--light[data-v-19351537]:hover{background-color:#dcdcdc}.btn--light.active[data-v-19351537]{background-color:#f5f5f5}.btn--light.active[data-v-19351537],.btn--light[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)}.btn--light--outline[data-v-19351537]{background-color:hsla(0,0%,96.1%,.05);border:1px solid #f5f5f5;color:#f5f5f5}.btn--light--outline.active[data-v-19351537],.btn--light--outline[data-v-19351537]:focus,.btn--light--outline[data-v-19351537]:hover{background-color:#f5f5f5;color:#fff}.btn--light--outline.active[data-v-19351537],.btn--light--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)}.btn--dark[data-v-19351537]{background-color:#24292e}.btn--dark[data-v-19351537]:focus,.btn--dark[data-v-19351537]:hover{background-color:#0e1011}.btn--dark.active[data-v-19351537]{background-color:#24292e}.btn--dark.active[data-v-19351537],.btn--dark[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);box-shadow:0 0 0 .143rem rgba(36,41,46,.5)}.btn--dark--outline[data-v-19351537]{background-color:rgba(36,41,46,.05);border:1px solid #24292e;color:#24292e}.btn--dark--outline.active[data-v-19351537],.btn--dark--outline[data-v-19351537]:focus,.btn--dark--outline[data-v-19351537]:hover{background-color:#24292e;color:#fff}.btn--dark--outline.active[data-v-19351537],.btn--dark--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);box-shadow:0 0 0 .143rem rgba(36,41,46,.5)}.btn--default[data-v-19351537]{background-color:#ccc}.btn--default[data-v-19351537]:focus,.btn--default[data-v-19351537]:hover{background-color:#b3b3b3}.btn--default.active[data-v-19351537]{background-color:#ccc}.btn--default.active[data-v-19351537],.btn--default[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--default--outline[data-v-19351537]{background-color:hsla(0,0%,80%,.05);border:1px solid #ccc;color:#ccc}.btn--default--outline.active[data-v-19351537],.btn--default--outline[data-v-19351537]:focus,.btn--default--outline[data-v-19351537]:hover{background-color:#ccc;color:#fff}.btn--default--outline.active[data-v-19351537],.btn--default--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)}.btn--white[data-v-19351537]{background-color:#fff}.btn--white[data-v-19351537]:focus,.btn--white[data-v-19351537]:hover{background-color:#e6e6e6}.btn--white.active[data-v-19351537]{background-color:#fff}.btn--white.active[data-v-19351537],.btn--white[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)}.btn--white--outline[data-v-19351537]{background-color:hsla(0,0%,100%,.05);border:1px solid #fff;color:#fff}.btn--white--outline.active[data-v-19351537],.btn--white--outline[data-v-19351537]:focus,.btn--white--outline[data-v-19351537]:hover{background-color:#fff;color:#fff}.btn--white--outline.active[data-v-19351537],.btn--white--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)}.btn--black.active[data-v-19351537],.btn--black[data-v-19351537],.btn--black[data-v-19351537]:focus,.btn--black[data-v-19351537]:hover{background-color:#000}.btn--black.active[data-v-19351537],.btn--black[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);box-shadow:0 0 0 .143rem rgba(0,0,0,.5)}.btn--black--outline[data-v-19351537]{background-color:rgba(0,0,0,.05);border:1px solid #000;color:#000}.btn--black--outline.active[data-v-19351537],.btn--black--outline[data-v-19351537]:focus,.btn--black--outline[data-v-19351537]:hover{background-color:#000;color:#fff}.btn--black--outline.active[data-v-19351537],.btn--black--outline[data-v-19351537]:focus{-webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);box-shadow:0 0 0 .143rem rgba(0,0,0,.5)}.btn--default--outline[data-v-19351537]{color:#747474}.btn--disabled[data-v-19351537]:disabled{-webkit-box-shadow:none;box-shadow:none;background-color:#ccc;border:1px solid #ccc;color:#fff;cursor:not-allowed}.badge[data-v-19351537]{background:#999;height:22px;line-height:22px;border-radius:22px;padding:0 5px;font-size:.857em;color:#888;font-weight:500}.badge-primary[data-v-19351537]{background-color:#1e90ff;color:#fff}.badge-secondary[data-v-19351537]{background-color:#747474;color:#fff}.badge-third[data-v-19351537]{background-color:#ccc;color:#fff}.badge-success[data-v-19351537]{background-color:#9acd32;color:#fff}.badge-danger[data-v-19351537]{background-color:#ff4500;color:#fff}.badge-grey[data-v-19351537]{background-color:#999;color:#fff}.badge-info[data-v-19351537]{background-color:#17a2b8;color:#fff}.badge-warning[data-v-19351537]{background-color:#ffa300;color:#fff}.badge-light[data-v-19351537]{background-color:#f5f5f5;color:#fff}.badge-dark[data-v-19351537]{background-color:#24292e;color:#fff}.badge-default[data-v-19351537]{background-color:#ccc;color:#fff}.badge-white[data-v-19351537]{background-color:#fff;color:#fff}.badge-black[data-v-19351537]{background-color:#000;color:#fff}table.md[data-v-19351537]{border-spacing:0;border-radius:8px;border-collapse:collapse;width:100%;table-layout:fixed;overflow-wrap:break-word;overflow:hidden;word-break:break-all;margin-top:0;margin-bottom:16px;font-size:1em;-webkit-box-shadow:0 0 8px rgba(0,0,0,.2);box-shadow:0 0 8px rgba(0,0,0,.2)}table.md tr[data-v-19351537]{background-color:#fff;width:100%}table.md tr td[data-v-19351537],table.md tr th[data-v-19351537]{padding:6px 13px;text-align:left}table.md tr[data-v-19351537]:nth-child(2n){background-color:#f2f2f2}.is-dark table.md[data-v-19351537]{color:#f2f2f2}.is-dark table.md tr[data-v-19351537]{background-color:#21222e}.is-dark table.md tr[data-v-19351537]:nth-child(2n){background-color:#2e2f40}.is-dark table.md tr td.text-muted[data-v-19351537]{color:hsla(0,0%,100%,.3)}.slide-enter-active[data-v-19351537],.slide-leave-active[data-v-19351537]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.slide-enter[data-v-19351537],.slide-leave-to[data-v-19351537]{opacity:0;z-index:998;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tags-enter-active[data-v-19351537],.tags-leave-active[data-v-19351537]{opacity:1;-webkit-transition:all .3s;transition:all .3s;position:absolute;-webkit-transform:translateY(0);transform:translateY(0)}.tags-enter[data-v-19351537],.tags-leave-to[data-v-19351537]{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slideinvert-enter-active[data-v-19351537],.slideinvert-leave-active[data-v-19351537]{opacity:1;z-index:998;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);transform:translateY(0)}.slideinvert-enter[data-v-19351537],.slideinvert-leave-to[data-v-19351537]{opacity:0;z-index:998;-webkit-transform:translateY(40px);transform:translateY(40px)}.slidenext-enter-active[data-v-19351537],.slidenext-leave-active[data-v-19351537],.slideprev-enter-active[data-v-19351537],.slideprev-leave-active[data-v-19351537]{position:absolute;-webkit-transition:all .3s;transition:all .3s}.slidenext-enter[data-v-19351537],.slideprev-leave-to[data-v-19351537]{-webkit-transform:translateX(100%);transform:translateX(100%)}.slidenext-leave-to[data-v-19351537],.slideprev-enter[data-v-19351537]{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slidevnext-enter-active[data-v-19351537],.slidevnext-leave-active[data-v-19351537],.slidevprev-enter-active[data-v-19351537],.slidevprev-leave-active[data-v-19351537]{position:absolute;-webkit-transition:all .3s;transition:all .3s}.slidevnext-enter[data-v-19351537],.slidevprev-leave-to[data-v-19351537]{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.slidevnext-leave-to[data-v-19351537],.slidevprev-enter[data-v-19351537]{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}@media screen and (max-width:415px){.slide-enter-active[data-v-19351537],.slide-leave-active[data-v-19351537],.slideinvert-enter-active[data-v-19351537],.slideinvert-leave-active[data-v-19351537]{-webkit-transition:all 0s;transition:all 0s}}.spinner-anim[data-v-19351537]{-webkit-animation:spin-data-v-19351537 .6s linear infinite;animation:spin-data-v-19351537 .6s linear infinite}@-webkit-keyframes spin-data-v-19351537{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-data-v-19351537{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dialog-fade-enter-active .dialog-animation[data-v-19351537]{-webkit-animation:dialog-fade-in-data-v-19351537 .4s;animation:dialog-fade-in-data-v-19351537 .4s}.dialog-fade-leave-active .dialog-animation[data-v-19351537]{-webkit-animation:dialog-fade-out-data-v-19351537 .4s;animation:dialog-fade-out-data-v-19351537 .4s}@-webkit-keyframes dialog-fade-in-data-v-19351537{0%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in-data-v-19351537{0%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out-data-v-19351537{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}}@keyframes dialog-fade-out-data-v-19351537{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);opacity:0}}.expand-enter-active[data-v-19351537],.expand-leave-active[data-v-19351537]{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transition-property:opacity,height;transition-property:opacity,height;overflow:hidden}.expand-enter[data-v-19351537],.expand-leave-to[data-v-19351537]{height:0;opacity:0}.scale-enter-active[data-v-19351537],.scale-leave-active[data-v-19351537]{opacity:1;z-index:1;-webkit-transition:all .3s cubic-bezier(.4,.52,.26,.9);transition:all .3s cubic-bezier(.4,.52,.26,.9)}.scale-enter[data-v-19351537],.scale-leave-to[data-v-19351537]{opacity:.4;z-index:1;-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes loading-data-v-19351537{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}@keyframes loading-data-v-19351537{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.flip-list-move[data-v-19351537]{-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s, -webkit-transform .6s;transition:transform .6s,-webkit-transform .6s}.over-hid[data-v-19351537]{overflow:hidden}.pos-r[data-v-19351537]{position:relative}.pos-a[data-v-19351537]{position:absolute}.flex[data-v-19351537]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.fluid[data-v-19351537]{width:100%}.flex.direction-column[data-v-19351537]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.direction-column-reverse[data-v-19351537]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex.direction-row[data-v-19351537]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex.direction-row-reverse[data-v-19351537]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex.align-center[data-v-19351537]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align-start[data-v-19351537]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.align-end[data-v-19351537]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.justify-start[data-v-19351537]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.justify-end[data-v-19351537]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.justify-center[data-v-19351537]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.space-between[data-v-19351537]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.space-around[data-v-19351537]{-ms-flex-pack:distribute;justify-content:space-around}.flex.flex-center[data-v-19351537]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.flex--wrap[data-v-19351537]{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.flex--grow[data-v-19351537]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-fill[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-fixed[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.flex-1[data-v-19351537]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-100[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.flex-75[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%}.flex-50[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.flex-33[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 33.33%;flex:0 1 33.33%}.flex-25[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}.flex-20[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.flex-16[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 1 16.66%;flex:0 1 16.66%}.text-muted-white[data-v-19351537]{color:hsla(0,0%,100%,.54)}.text-muted[data-v-19351537]{color:rgba(0,0,0,.54)}.is-dark .text-muted[data-v-19351537]{color:hsla(0,0%,100%,.54)}.text-strong[data-v-19351537]{font-weight:500}.text-center[data-v-19351537]{text-align:center}.text-left[data-v-19351537]{text-align:left}.text-right[data-v-19351537]{text-align:right}.text-primary[data-v-19351537]{color:#1e90ff}.text-secondary[data-v-19351537]{color:#747474}.text-third[data-v-19351537]{color:#ccc}.text-success[data-v-19351537]{color:#9acd32}.text-danger[data-v-19351537]{color:#ff4500}.text-grey[data-v-19351537]{color:#999}.text-info[data-v-19351537]{color:#17a2b8}.text-warning[data-v-19351537]{color:#ffa300}.text-light[data-v-19351537]{color:#f5f5f5}.text-dark[data-v-19351537]{color:#24292e}.text-default[data-v-19351537]{color:#ccc}.text-white[data-v-19351537]{color:#fff}.text-black[data-v-19351537]{color:#000}.dots-text[data-v-19351537]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dots-text-3[data-v-19351537]{overflow:hidden;position:relative;line-height:1.3em;max-height:3.9em;text-align:justify;margin-right:-1em;padding-right:1em}.dots-text-3[data-v-19351537]:before{content:"...";position:absolute;right:3px;bottom:2px}.dots-text-3[data-v-19351537]:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#fff}.dots-text-2[data-v-19351537]{overflow:hidden;position:relative;line-height:1.3em;max-height:2.6em;text-align:justify;margin-right:-1em;padding-right:1em}.dots-text-2[data-v-19351537]:before{content:"...";position:absolute;right:3px;bottom:2px}.dots-text-2[data-v-19351537]:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#fff}.container[data-v-19351537]{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(max-width:768px){.container[data-v-19351537]{max-width:100%}}@media(min-width:768px){.container[data-v-19351537]{max-width:768px}}@media(min-width:1024px){.container[data-v-19351537]{max-width:1024px}}@media(min-width:1440px){.container[data-v-19351537]{max-width:1440px}}@media(min-width:2560px){.container[data-v-19351537]{max-width:2560px}}.pr-0[data-v-19351537]{padding-right:0}.pt-0[data-v-19351537]{padding-top:0}.pb-0[data-v-19351537]{padding-bottom:0}.pl-0[data-v-19351537]{padding-left:0}.px-0[data-v-19351537]{padding-left:0;padding-right:0}.py-0[data-v-19351537]{padding-top:0;padding-bottom:0}.p-0[data-v-19351537]{padding:0}.pr-1[data-v-19351537]{padding-right:.25rem}.pt-1[data-v-19351537]{padding-top:.25rem}.pb-1[data-v-19351537]{padding-bottom:.25rem}.pl-1[data-v-19351537]{padding-left:.25rem}.px-1[data-v-19351537]{padding-left:.25rem;padding-right:.25rem}.py-1[data-v-19351537]{padding-top:.25rem;padding-bottom:.25rem}.p-1[data-v-19351537]{padding:.25rem}.pr-2[data-v-19351537]{padding-right:.5rem}.pt-2[data-v-19351537]{padding-top:.5rem}.pb-2[data-v-19351537]{padding-bottom:.5rem}.pl-2[data-v-19351537]{padding-left:.5rem}.px-2[data-v-19351537]{padding-left:.5rem;padding-right:.5rem}.py-2[data-v-19351537]{padding-top:.5rem;padding-bottom:.5rem}.p-2[data-v-19351537]{padding:.5rem}.pr-3[data-v-19351537]{padding-right:1rem}.pt-3[data-v-19351537]{padding-top:1rem}.pb-3[data-v-19351537]{padding-bottom:1rem}.pl-3[data-v-19351537]{padding-left:1rem}.px-3[data-v-19351537]{padding-left:1rem;padding-right:1rem}.py-3[data-v-19351537]{padding-top:1rem;padding-bottom:1rem}.p-3[data-v-19351537]{padding:1rem}.pr-4[data-v-19351537]{padding-right:1.5rem}.pt-4[data-v-19351537]{padding-top:1.5rem}.pb-4[data-v-19351537]{padding-bottom:1.5rem}.pl-4[data-v-19351537]{padding-left:1.5rem}.px-4[data-v-19351537]{padding-left:1.5rem;padding-right:1.5rem}.py-4[data-v-19351537]{padding-top:1.5rem;padding-bottom:1.5rem}.p-4[data-v-19351537]{padding:1.5rem}.pr-5[data-v-19351537]{padding-right:3rem}.pt-5[data-v-19351537]{padding-top:3rem}.pb-5[data-v-19351537]{padding-bottom:3rem}.pl-5[data-v-19351537]{padding-left:3rem}.px-5[data-v-19351537]{padding-left:3rem;padding-right:3rem}.py-5[data-v-19351537]{padding-top:3rem;padding-bottom:3rem}.p-5[data-v-19351537]{padding:3rem}.mr-0[data-v-19351537]{margin-right:0}.mt-0[data-v-19351537]{margin-top:0}.mb-0[data-v-19351537]{margin-bottom:0}.ml-0[data-v-19351537]{margin-left:0}.mx-0[data-v-19351537]{margin-left:0;margin-right:0}.my-0[data-v-19351537]{margin-top:0;margin-bottom:0}.m-0[data-v-19351537]{margin:0}.mr-1[data-v-19351537]{margin-right:.25rem}.mt-1[data-v-19351537]{margin-top:.25rem}.mb-1[data-v-19351537]{margin-bottom:.25rem}.ml-1[data-v-19351537]{margin-left:.25rem}.mx-1[data-v-19351537]{margin-left:.25rem;margin-right:.25rem}.my-1[data-v-19351537]{margin-top:.25rem;margin-bottom:.25rem}.m-1[data-v-19351537]{margin:.25rem}.mr-2[data-v-19351537]{margin-right:.5rem}.mt-2[data-v-19351537]{margin-top:.5rem}.mb-2[data-v-19351537]{margin-bottom:.5rem}.ml-2[data-v-19351537]{margin-left:.5rem}.mx-2[data-v-19351537]{margin-left:.5rem;margin-right:.5rem}.my-2[data-v-19351537]{margin-top:.5rem;margin-bottom:.5rem}.m-2[data-v-19351537]{margin:.5rem}.mr-3[data-v-19351537]{margin-right:1rem}.mt-3[data-v-19351537]{margin-top:1rem}.mb-3[data-v-19351537]{margin-bottom:1rem}.ml-3[data-v-19351537]{margin-left:1rem}.mx-3[data-v-19351537]{margin-left:1rem;margin-right:1rem}.my-3[data-v-19351537]{margin-top:1rem;margin-bottom:1rem}.m-3[data-v-19351537]{margin:1rem}.mr-4[data-v-19351537]{margin-right:1.5rem}.mt-4[data-v-19351537]{margin-top:1.5rem}.mb-4[data-v-19351537]{margin-bottom:1.5rem}.ml-4[data-v-19351537]{margin-left:1.5rem}.mx-4[data-v-19351537]{margin-left:1.5rem;margin-right:1.5rem}.my-4[data-v-19351537]{margin-top:1.5rem;margin-bottom:1.5rem}.m-4[data-v-19351537]{margin:1.5rem}.mr-5[data-v-19351537]{margin-right:3rem}.mt-5[data-v-19351537]{margin-top:3rem}.mb-5[data-v-19351537]{margin-bottom:3rem}.ml-5[data-v-19351537]{margin-left:3rem}.mx-5[data-v-19351537]{margin-left:3rem;margin-right:3rem}.my-5[data-v-19351537]{margin-top:3rem;margin-bottom:3rem}.m-5[data-v-19351537]{margin:3rem}.h-100[data-v-19351537]{height:100%}.mh-100[data-v-19351537]{max-height:100%}.w-100[data-v-19351537]{width:100%}.mw-100[data-v-19351537]{max-width:100%}.m-h-0[data-v-19351537]{min-height:0}.m-h-100[data-v-19351537]{min-height:100%}.m-w-0[data-v-19351537]{min-width:0}.m-w-100[data-v-19351537]{min-width:100%}.br-0[data-v-19351537]{border-radius:0}.brt-0[data-v-19351537]{border-top-left-radius:0;border-top-right-radius:0}.brb-0[data-v-19351537]{border-bottom-right-radius:0;border-bottom-left-radius:0}.br-2[data-v-19351537]{border-radius:2px}.brt-2[data-v-19351537]{border-top-left-radius:2px;border-top-right-radius:2px}.brb-2[data-v-19351537]{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.br-4[data-v-19351537]{border-radius:4px}.brt-4[data-v-19351537]{border-top-left-radius:4px;border-top-right-radius:4px}.brb-4[data-v-19351537]{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.br-8[data-v-19351537]{border-radius:8px}.brt-8[data-v-19351537]{border-top-left-radius:8px;border-top-right-radius:8px}.brb-8[data-v-19351537]{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.fs-12[data-v-19351537]{font-size:12px}.fs-14[data-v-19351537]{font-size:14px}.fs-16[data-v-19351537]{font-size:16px}.fs-18[data-v-19351537]{font-size:18px}.fs-20[data-v-19351537]{font-size:20px}.fs-22[data-v-19351537]{font-size:22px}.fs-26[data-v-19351537]{font-size:26px}.fw-300[data-v-19351537]{font-weight:300}.fw-400[data-v-19351537]{font-weight:400}.fw-500[data-v-19351537]{font-weight:500}@media only screen and (max-width:2560px){.hidden-4k[data-v-19351537]{display:none}}@media only screen and (max-width:1440px){.hidden-laptop[data-v-19351537]{display:none}}@media only screen and (max-width:1024px){.hidden-laptop-s[data-v-19351537]{display:none}}@media only screen and (max-width:768px){.hidden-tablet[data-v-19351537]{display:none}}@media only screen and (max-width:425px){.hidden-mobile[data-v-19351537]{display:none}}@media only screen and (max-width:375px){.hidden-mobile-m[data-v-19351537]{display:none}}@media only screen and (max-width:320px){.hidden-mobile-s[data-v-19351537]{display:none}}.show-4k[data-v-19351537]{display:none}@media only screen and (max-width:2560px){.show-4k[data-v-19351537]{display:inherit}}.show-laptop[data-v-19351537]{display:none}@media only screen and (max-width:1440px){.show-laptop[data-v-19351537]{display:inherit}}.show-laptop-s[data-v-19351537]{display:none}@media only screen and (max-width:1024px){.show-laptop-s[data-v-19351537]{display:inherit}}.show-tablet[data-v-19351537]{display:none}@media only screen and (max-width:768px){.show-tablet[data-v-19351537]{display:inherit}}.show-mobile[data-v-19351537]{display:none}@media only screen and (max-width:425px){.show-mobile[data-v-19351537]{display:inherit}}.show-mobile-m[data-v-19351537]{display:none}@media only screen and (max-width:375px){.show-mobile-m[data-v-19351537]{display:inherit}}.show-mobile-s[data-v-19351537]{display:none}@media only screen and (max-width:320px){.show-mobile-s[data-v-19351537]{display:inherit}}[data-v-19351537],[data-v-19351537]:after,[data-v-19351537]:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote[data-v-19351537],body[data-v-19351537],dd[data-v-19351537],dl[data-v-19351537],figure[data-v-19351537],h1[data-v-19351537],h2[data-v-19351537],h3[data-v-19351537],h4[data-v-19351537],h5[data-v-19351537],h6[data-v-19351537],hr[data-v-19351537],ol[data-v-19351537],p[data-v-19351537],pre[data-v-19351537],ul[data-v-19351537]{margin:0;padding:0}#app[data-v-19351537],body[data-v-19351537],button[data-v-19351537],html[data-v-19351537],input[data-v-19351537]{font:400 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5;-webkit-font-kerning:normal;font-kerning:normal}.vue-phone-number-input .select-country-container[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;width:120px;min-width:120px;max-width:120px}.vue-phone-number-input.sm .select-country-container[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px;width:110px;min-width:110px;max-width:110px}.vue-phone-number-input.lg .select-country-container[data-v-19351537]{-webkit-box-flex:0;-ms-flex:0 0 130px;flex:0 0 130px;width:130px;min-width:130px;max-width:130px}
@charset "UTF-8";
/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 *
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
 * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
 * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 *
 * This software is protected by applicable copyright laws, including international treaties, and dual-
 * licensed - depending on whether your use for commercial purposes, meaning intended for or
 * resulting in commercial advantage or monetary compensation, or not.
 *
 * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
 * the suitability, performance, and usefulness of this software outside the production environment,
 * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
 *
 * Your use of this software for commercial purposes is subject to the terms included in an applicable
 * license agreement.
 *
 * In any case, you must not make any such use of this software as to develop software which may be
 * considered competitive with this software.
 *
 * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
 * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
 * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
 * USE OR INABILITY TO USE THIS SOFTWARE.
 *
 * Version: 16.0.1
 * Release date: 10/07/2025 (built at 10/07/2025 10:59:12)
 */
/**
 * Fix for bootstrap styles
 */
 .handsontable .table th, .handsontable .table td {
  border-top: none;
}

.handsontable tr {
  background: #fff;
}

.handsontable td {
  background-color: inherit;
}

.handsontable .table caption + thead tr:first-child th,
.handsontable .table caption + thead tr:first-child td,
.handsontable .table colgroup + thead tr:first-child th,
.handsontable .table colgroup + thead tr:first-child td,
.handsontable .table thead:first-child tr:first-child th,
.handsontable .table thead:first-child tr:first-child td {
  border-top: 1px solid #CCCCCC;
}

/* table-bordered */
.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}

.handsontable .table-bordered th,
.handsontable .table-bordered td {
  border-left: none;
}

.handsontable .table-bordered th:first-child,
.handsontable .table-bordered td:first-child {
  border-left: 1px solid #CCCCCC;
}

.handsontable .table > tbody > tr > td,
.handsontable .table > tbody > tr > th,
.handsontable .table > tfoot > tr > td,
.handsontable .table > tfoot > tr > th,
.handsontable .table > thead > tr > td,
.handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0;
}

.col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
.col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
.col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
.col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable,
.col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
.col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable,
.col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
.col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
  padding-left: 0;
  padding-right: 0;
}

.handsontable .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}

.handsontable .hide {
  display: none;
}

.handsontable .relative {
  position: relative;
}

.handsontable .wtHider {
  position: relative;
  width: 0;
}

.handsontable .wtSpreader {
  position: relative;
  /* must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
  width: 0;
  height: auto;
}

.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable input,
.handsontable textarea {
  min-height: initial;
}

.handsontable table.htCore {
  border-collapse: separate;
  /* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
  /* this actually only changes appearance of user selection - does not make text unselectable */
  /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none; // no browser supports unprefixed version
  */
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  cursor: default;
  /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
  max-width: none;
  max-height: none;
}

.handsontable col {
  width: 50px;
}

.handsontable col.rowHeader {
  width: 50px;
}

.handsontable th,
.handsontable td {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #fff;
  vertical-align: top;
  overflow: hidden;
  outline: none;
  outline-width: 0;
  white-space: pre-wrap;
}

[dir=rtl].handsontable th, [dir=rtl].handsontable td {
  border-right-width: 0;
  border-left: 1px solid #ccc;
}

.handsontable th:last-child {
  /* Foundation framework fix */
  border-left: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

[dir=rtl].handsontable th:last-child {
  /* Foundation framework fix */
  border-right: none;
  border-left: 1px solid #ccc;
}

.handsontable th:first-child,
.handsontable td:first-of-type {
  border-left: 1px solid #ccc;
}

[dir=rtl].handsontable th:first-child, [dir=rtl].handsontable td:first-of-type {
  border-right: 1px solid #ccc;
}

/* It removes double right border from first column header when row headers are disabled */
.handsontable .ht_clone_top th:nth-child(2) {
  border-left-width: 0;
  border-right: 1px solid #ccc;
}

[dir=rtl].handsontable .ht_clone_top th:nth-child(2) {
  border-right-width: 0;
  border-left: 1px solid #ccc;
}

.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #ccc;
}

[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-right: 1px solid #ccc;
}

.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #ccc;
}

.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th,
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
  border-right-width: 0;
  border-left: 1px solid #ccc;
}

[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
  border-left-width: 0;
  border-right: 1px solid #ccc;
}

/*
innerBorderTop - Property controlled by top overlay
innerBorderBottom - Property controlled by bottom overlay
 */
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.handsontable thead th {
  padding: 0;
}

.handsontable th.active {
  background-color: #ccc;
}

.handsontable thead th .relative {
  padding: 2px 4px;
}

.handsontable span.colHeader {
  display: inline-block;
  line-height: 1.1;
}

/* Selection */
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}

.handsontable .wtBorder.hidden {
  display: none !important;
}

.handsontable .wtBorder:nth-child(1),
.handsontable .wtBorder:nth-child(3) {
  z-index: 2;
}

.handsontable .wtBorder:nth-child(2),
.handsontable .wtBorder:nth-child(4) {
  z-index: 1;
}

/* A layer order of the selection types */
.handsontable .wtBorder.current {
  z-index: 10;
}

.handsontable .wtBorder.area {
  z-index: 8;
}

.handsontable .wtBorder.fill {
  z-index: 6;
}

/* fill handle */
.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.ht_clone_master {
  z-index: 100;
}

.ht_clone_inline_start {
  z-index: 120;
}

.ht_clone_bottom {
  z-index: 130;
}

.ht_clone_bottom_inline_start_corner {
  z-index: 150;
}

.ht_clone_top {
  z-index: 160;
}

.ht_clone_top_inline_start_corner {
  z-index: 180;
}

.handsontable col.hidden {
  width: 0 !important;
}

.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}

.ht_master,
.ht_clone_inline_start,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}

.ht_master .wtHolder {
  overflow: auto;
}

.handsontable .ht_master table.htCore > thead,
.handsontable .ht_master table.htCore > tbody > tr > th,
.handsontable .ht_clone_inline_start table.htCore > thead {
  visibility: hidden;
}

.ht_clone_top .wtHolder,
.ht_clone_inline_start .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow: hidden;
}

.handsontable {
  position: relative;
  touch-action: manipulation;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #373737;
}

.handsontable a {
  color: #104acc;
}

.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}

.handsontable td.htInvalid {
  /* gives priority over td.area selection background */
  background-color: #ffbeba !important;
}

.handsontable td.htNoWrap {
  white-space: nowrap;
}

.handsontable td.invisibleSelection,
.handsontable th.invisibleSelection {
  outline: none;
}

.handsontable td.invisibleSelection::-moz-selection, .handsontable th.invisibleSelection::-moz-selection {
  background: rgba(255, 255, 255, 0);
}

.handsontable td.invisibleSelection::selection,
.handsontable th.invisibleSelection::selection {
  background: rgba(255, 255, 255, 0);
}

.hot-display-license-info {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #373737;
  padding: 5px 0 3px 0;
  text-align: left;
}

.hot-display-license-info a {
  color: #104acc;
  font-size: 10px;
}

.ht-root-wrapper .htFocusCatcher {
  position: absolute;
  z-index: -1;
  opacity: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

.handsontable .htTextEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* plugins */
/* row + column resizer */
.handsontable .manualColumnResizer {
  position: absolute;
  top: 0;
  cursor: col-resize;
  z-index: 210;
  width: 5px;
  height: 25px;
}

.handsontable .manualRowResizer {
  position: absolute;
  left: 0;
  cursor: row-resize;
  z-index: 210;
  height: 5px;
  width: 50px;
}

.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #34a9db;
}

.handsontable .manualColumnResizerGuide {
  position: absolute;
  right: unset;
  top: 0;
  background-color: #34a9db;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  border-left: none;
  margin-left: 5px;
  margin-right: unset;
}

[dir=rtl].handsontable .manualColumnResizerGuide {
  left: unset;
  border-left: 1px dashed #777;
  border-right: none;
  margin-right: 5px;
  margin-left: unset;
}

.handsontable .manualRowResizerGuide {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #34a9db;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}

.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 209;
}

.handsontable td.area,
.handsontable td.area-1,
.handsontable td.area-2,
.handsontable td.area-3,
.handsontable td.area-4,
.handsontable td.area-5,
.handsontable td.area-6,
.handsontable td.area-7 {
  position: relative;
}

.handsontable td.area::before,
.handsontable td.area-1::before,
.handsontable td.area-2::before,
.handsontable td.area-3::before,
.handsontable td.area-4::before,
.handsontable td.area-5::before,
.handsontable td.area-6::before,
.handsontable td.area-7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005eff;
}

.handsontable td.area::before {
  opacity: 0.1;
}

.handsontable td.area-1::before {
  opacity: 0.2;
}

.handsontable td.area-2::before {
  opacity: 0.27;
}

.handsontable td.area-3::before {
  opacity: 0.35;
}

.handsontable td.area-4::before {
  opacity: 0.41;
}

.handsontable td.area-5::before {
  opacity: 0.47;
}

.handsontable td.area-6::before {
  opacity: 0.54;
}

.handsontable td.area-7::before {
  opacity: 0.58;
}

.handsontable tbody th.current,
.handsontable thead th.current {
  box-shadow: inset 0 0 0 2px #4b89ff;
}

.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}

.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
  background-color: #8eb0e7;
  color: #000;
}

.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: 0 0 0 2px #5292F7 inset;
  resize: none;
  /* below are needed to overwrite stuff added by jQuery UI Bootstrap theme */
  display: block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  box-sizing: border-box !important;
  /* overwrite styles potentionally made by a framework */
}

.handsontableInput:focus {
  outline: none;
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
}

.htSelectEditor {
  position: absolute;

  select {
    -webkit-appearance: menulist-button !important;
    width: 100%;
    height: 100%;
    border: 2px solid #4b89ff;
    box-sizing: border-box !important;
  }
}

.htSelectEditor select:focus {
  outline: none;
}

.htSelectEditor .htAutocompleteArrow {
  display: none;
}

/*
TextRenderer readOnly cell
*/
.handsontable .htDimmed {
  color: #777;
}

.handsontable .htSubmenu {
  position: relative;
}

.handsontable .htSubmenu ::after {
  content: "▶";
  color: #777;
  position: absolute;
  right: 5px;
  font-size: 9px;
}

[dir=rtl].handsontable .htSubmenu ::after {
  content: "";
}

[dir=rtl].handsontable .htSubmenu ::before {
  content: "◀";
  color: #777;
  position: absolute;
  left: 5px;
  font-size: 9px;
}

/*
TextRenderer horizontal alignment
*/
.handsontable .htLeft {
  text-align: left;
}

.handsontable .htCenter {
  text-align: center;
}

.handsontable .htRight {
  text-align: right;
}

.handsontable .htJustify {
  text-align: justify;
}

/*
TextRenderer vertical alignment
*/
.handsontable .htTop {
  vertical-align: top;
}

.handsontable .htMiddle {
  vertical-align: middle;
}

.handsontable .htBottom {
  vertical-align: bottom;
}

/*
TextRenderer placeholder value
*/
.handsontable .htPlaceholder {
  color: #999;
}

/**
 * Handsontable listbox theme
 */
.handsontable.listbox {
  border: 1px solid #ccc;
  margin: 0;
}

.handsontable.listbox.autocompleteEditor,
.handsontable.listbox.dropdownEditor {
  border-width: 0;
}

.handsontable.listbox .ht_master table {
  border-collapse: separate;
  background: white;
}

.handsontable.listbox.autocompleteEditor .ht_master table,
.handsontable.listbox.dropdownEditor .ht_master table {
  border: 1px solid #ccc;
}

.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent !important;
}

.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

.handsontable.listbox .wtBorder {
  visibility: hidden;
}

.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}

.ht_editor_hidden {
  z-index: -1;
}

.ht_editor_visible {
  z-index: 200;
}

.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}
/*

 Handsontable Mobile Text Editor stylesheet

 */
.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.handsontable.mobile .handsontableInput:focus {
  box-shadow: 0 0 0 2px #5292f7 inset;
  -webkit-appearance: none;
}

/* Initial left/top coordinates - overwritten when actual position is set */
.handsontable .topSelectionHandle,
.handsontable .topSelectionHandle-HitArea,
.handsontable .bottomSelectionHandle,
.handsontable .bottomSelectionHandle-HitArea {
  left: -10000px;
  right: unset;
  top: -10000px;
  z-index: 9999;
}

[dir=rtl].handsontable .topSelectionHandle, [dir=rtl].handsontable .topSelectionHandle-HitArea, [dir=rtl].handsontable .bottomSelectionHandle, [dir=rtl].handsontable .bottomSelectionHandle-HitArea {
  right: -10000px;
  left: unset;
}

.handsontable.hide-tween {
  animation: opacity-hide 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.handsontable.show-tween {
  animation: opacity-show 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
/*
AutocompleteRenderer down arrow
*/
.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #bbbbbb;
  cursor: default;
  width: 16px;
  text-align: center;
}

[dir=rtl].handsontable .htAutocompleteArrow {
  float: left;
}

.handsontable td.htInvalid .htAutocompleteArrow {
  color: #555555;
}

.handsontable td.htInvalid .htAutocompleteArrow:hover {
  color: #1a1a1a;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}
/*
CheckboxRenderer
*/
.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}

.handsontable .htCheckboxRendererLabel {
  font-size: inherit;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}

.handsontable .htCheckboxRendererLabel.fullWidth {
  width: 100%;
}

.handsontable .collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: unset;
  right: 5px;
  border: 1px solid #A6A6A6;
  line-height: 8px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgb(238, 238, 238);
  background: #eee;
  text-align: center;
}

[dir=rtl].handsontable .collapsibleIndicator {
  right: unset;
  left: 5px;
}

.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader {
  margin-right: 20px;
}

.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader {
  margin-left: 20px;
}

.handsontable .columnSorting {
  position: relative;
}

.handsontable[dir=ltr] div.htRight span[class*=ascending],
.handsontable[dir=ltr] div.htRight span[class*=descending] {
  margin-right: 10px;
  margin-left: -10px;
}

.handsontable[dir=rtl] div.htLeft span[class*=ascending],
.handsontable[dir=rtl] div.htLeft span[class*=descending] {
  margin-left: 10px;
  margin-right: -10px;
}

.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,
.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child {
  margin-right: 15px;
  margin-left: -15px;
}

.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,
.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child {
  margin-left: 15px;
  margin-right: -15px;
}

.handsontable .columnSorting.sortAction:hover {
  text-decoration: underline;
  cursor: pointer;
} /* Arrow position */
.handsontable span.colHeader.columnSorting::before {
  /* Centering start */
  top: 50%;
  /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
  margin-top: -6px;
  /* Centering end */
  /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
  padding-left: 8px;
  padding-right: 0;
  position: absolute;
  right: -9px;
  left: unset;
  content: "";
  height: 10px;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

[dir=rtl].handsontable span.colHeader.columnSorting::before {
  /* Centering end */
  /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
  padding-right: 8px;
  padding-left: 0;
  left: -9px;
  right: unset;
  background-position-x: left;
}

.handsontable span.colHeader.columnSorting.ascending::before {
  /* arrow up; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC);
}

.handsontable span.colHeader.columnSorting.descending::before {
  /* arrow down; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
}

.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
  content: "*";
  display: inline-block;
  position: relative;
  /* The multi-line header and header with longer text need more padding to not hide arrow,
  we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
  padding-right: 20px;
}

/* Force the ghost table to ignore the additional upper border 1px for the first row in the table */
.handsontable.htGhostTable table thead th {
  border-bottom-width: 0;
}

.handsontable.htGhostTable table tbody tr th,
.handsontable.htGhostTable table tbody tr td {
  border-top-width: 0;
}

.handsontable .htCommentCell {
  position: relative;
}

.handsontable .htCommentCell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  border-left: 6px solid transparent;
  border-right: none;
  border-top: 6px solid black;
}

[dir=rtl].handsontable .htCommentCell::after {
  left: 0;
  right: unset;
  border-right: 6px solid transparent;
  border-left: none;
}

.htCommentsContainer .htComments {
  display: none;
  z-index: 1059;
  position: absolute;
}

.htCommentsContainer .htCommentTextArea {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
  box-sizing: border-box;
  border: none;
  border-left: 3px solid #ccc;
  border-right: none;
  background-color: #fff;
  width: 215px;
  height: 90px;
  font-size: 12px;
  padding: 5px;
  outline: 0 !important;
  -webkit-appearance: none;
}

[dir=rtl].htCommentsContainer .htCommentTextArea {
  border-right: 3px solid #ccc;
  border-left: none;
}

.htCommentsContainer .htCommentTextArea:focus {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
  border-left: 3px solid #5292f7;
  border-right: none;
}

[dir=rtl].htCommentsContainer .htCommentTextArea:focus {
  border-right: 3px solid #5292f7;
  border-left: none;
}
/*!
 * Handsontable ContextMenu
 */
.htContextMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
  z-index: 1060;
}

.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_bottom,
.htContextMenu .ht_clone_inline_start,
.htContextMenu .ht_clone_top_inline_start_corner,
.htContextMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}

.htContextMenu .ht_master table.htCore {
  border-color: #ccc;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 2px;
}

[dir=rtl].htContextMenu .ht_master table.htCore {
  border-right-width: 1px;
  border-left-width: 2px;
}

.htContextMenu.handsontable:focus {
  outline: none;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

[dir=rtl].htContextMenu table tbody tr td:first-child {
  border-right-width: 0;
  border-left-width: 0;
}

.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current {
  background: #f3f3f3;
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr.htHidden {
  display: none;
}

.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}

[dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
  margin-right: 10px;
  margin-left: 6px;
}

.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
  right: 0;
}

[dir=rtl].htContextMenu table tbody tr td div span.selected {
  right: 4px;
  left: 0;
}

.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}

textarea.HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}

/*!
 * Handsontable DropdownMenu
 */
.handsontable .changeType {
  background: #eee;
  border-radius: 2px;
  border: 1px solid #bbb;
  color: #bbb;
  font-size: 9px;
  line-height: 9px;
  padding: 2px;
  margin: 3px 1px 0 5px;
  float: right;
}

[dir=rtl].handsontable .changeType {
  float: left;
}

.handsontable[dir=rtl] .changeType {
  margin: 3px 5px 0 1px;
}

.handsontable .changeType::before {
  content: "▼ ";
}

.handsontable .changeType:hover {
  border: 1px solid #777;
  color: #777;
  cursor: pointer;
}

.htDropdownMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
  z-index: 1060;
}

.htDropdownMenu .ht_clone_top,
.htDropdownMenu .ht_clone_bottom,
.htDropdownMenu .ht_clone_inline_start,
.htDropdownMenu .ht_clone_top_inline_start_corner,
.htDropdownMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}

.htDropdownMenu table.htCore {
  border-color: #ccc;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 2px;
}

[dir=rtl].htDropdownMenu table.htCore {
  border-right-width: 1px;
  border-left-width: 2px;
}

.htDropdownMenu.handsontable:focus {
  outline: none;
}

.htDropdownMenu .wtBorder {
  visibility: hidden;
}

.htDropdownMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htDropdownMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

[dir=rtl].htDropdownMenu table tbody tr td:first-child {
  border-left-width: 0;
  border-right-width: 0;
}

.htDropdownMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htDropdownMenu table tbody tr td.current {
  background: #e9e9e9;
}

.htDropdownMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

.htDropdownMenu table tbody tr td.htDisabled {
  color: #999;
}

.htDropdownMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
  display: none;
}

.htDropdownMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}

[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.htDropdownMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
  right: 0;
}

[dir=rtl].htDropdownMenu table tbody tr td div span.selected {
  right: 4px;
  left: 0;
}

.htDropdownMenu .ht_master .wtHolder {
  overflow: hidden;
}

/*!
 * Handsontable Filters
 */
/* Conditions menu */
.htFiltersConditionsMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1070;
}

.htFiltersConditionsMenu .ht_clone_top,
.htFiltersConditionsMenu .ht_clone_bottom,
.htFiltersConditionsMenu .ht_clone_inline_start,
.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}

.htFiltersConditionsMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htFiltersConditionsMenu .wtBorder {
  visibility: hidden;
}

.htFiltersConditionsMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htFiltersConditionsMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
  border-left-width: 0;
  border-right-width: 0;
}

.htFiltersConditionsMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htFiltersConditionsMenu table tbody tr td.current {
  background: #e9e9e9;
}

.htFiltersConditionsMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

.htFiltersConditionsMenu table tbody tr td.htDisabled {
  color: #999;
}

.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.htFiltersConditionsMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htFiltersConditionsMenu .ht_master .wtHolder {
  overflow: hidden;
}

.handsontable .htMenuFiltering {
  border-bottom: 1px dotted #ccc;
  height: 135px;
  overflow: hidden;
}

.handsontable .ht_master table td.htCustomMenuRenderer {
  background-color: #fff;
  cursor: auto;
}

/* Menu label */
.handsontable .htFiltersMenuLabel {
  font-size: 0.75em;
}

/* Component action bar */
.handsontable .htFiltersMenuActionBar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 3px;
}

/* Component filter by conditional */
.handsontable .htFiltersMenuCondition.border {
  border-bottom: 1px dotted #ccc !important;
}

.handsontable .htFiltersMenuCondition .htUIInput {
  padding: 0 0 5px 0;
}

/* Component filter by value */
.handsontable .htFiltersMenuValue {
  border-bottom: 1px dotted #ccc !important;
}

.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
  padding: 0;
}

.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  font-family: inherit;
  font-size: 0.75em;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}

.htUIMultipleSelect .ht_master .wtHolder {
  overflow: auto;
}

.handsontable .htFiltersActive .changeType {
  border: 1px solid #509272;
  color: #18804e;
  background-color: #d2e0d9;
}

.handsontable .htUISelectAll {
  margin-left: 0;
  margin-right: 10px;
}

[dir=rtl].handsontable .htUISelectAll {
  margin-right: 0;
  margin-left: 10px;
}

.handsontable .htUIClearAll, .handsontable .htUISelectAll {
  display: inline-block;
}

.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
  font-size: 0.75em;
}

.handsontable .htUISelectionControls {
  text-align: right;
}

[dir=rtl].handsontable .htUISelectionControls {
  text-align: left;
}

.handsontable .htCheckboxRendererInput {
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: middle;
  height: 1em;
}

[dir=rtl].handsontable .htCheckboxRendererInput {
  margin-left: 5px;
  margin-right: 0;
}

/* UI elements */
/* Input */
.handsontable .htUIInput {
  padding: 3px 0 7px 0;
  position: relative;
  text-align: center;
}

.handsontable .htUIInput input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
}

.handsontable .htUIInputIcon {
  position: absolute;
}

/* Button */
.handsontable .htUIInput.htUIButton {
  cursor: pointer;
  display: inline-block;
}

.handsontable .htUIInput.htUIButton input {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.75em;
  font-weight: bold;
  height: 19px;
  min-width: 64px;
}

.handsontable .htUIInput.htUIButton input:hover {
  border-color: #b9b9b9;
}

.handsontable .htUIInput.htUIButtonOK {
  margin-left: 0;
  margin-right: 10px;
}

[dir=rtl].handsontable .htUIInput.htUIButtonOK {
  margin-right: 0;
  margin-left: 10px;
}

.handsontable .htUIInput.htUIButtonOK input {
  background-color: #0f9d58;
  border-color: #18804e;
  color: #fff;
}

.handsontable .htUIInput.htUIButtonOK input:focus-visible {
  background-color: #92dd8d;
  border-color: #7cb878;
  color: #000;
}

.handsontable .htUIInput.htUIButtonOK input:hover {
  border-color: #1a6f46;
}

/* Select */
.handsontable .htUISelect {
  cursor: pointer;
  margin-bottom: 7px;
  position: relative;
}

.handsontable .htUISelectCaption {
  background-color: #e8e8e8;
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  font-family: inherit;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px 20px 3px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.handsontable .htUISelectCaption:hover {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
}

.handsontable .htUISelectDropdown::after {
  content: "▲";
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 0;
}

.handsontable .htUISelectDropdown::before {
  content: "▼";
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 8px;
}

/* SelectMultiple */
.handsontable .htUIMultipleSelect .handsontable .htCore {
  border: none;
}

.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
  background-color: #F5F5F5;
}

.handsontable .htUIMultipleSelectSearch input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  padding: 3px;
}

.handsontable .htUIRadio {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  height: 100%;
}

[dir=rtl].handsontable .htUIRadio {
  margin-right: 0;
  margin-left: 5px;
}

.handsontable .htUIRadio:last-child {
  margin-right: 0;
}

.handsontable .htUIRadio > input[type=radio] {
  margin-left: 0;
  margin-right: 0.5ex;
}

[dir=rtl].handsontable .htUIRadio > input[type=radio] {
  margin-right: 0;
  margin-left: 0.5ex;
}

.handsontable .htUIRadio label {
  vertical-align: middle;
}

.handsontable .htFiltersMenuOperators {
  padding-bottom: 5px;
}

/*
 * Handsontable HiddenColumns
 */
.handsontable th.beforeHiddenColumn {
  position: relative;
}

.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before {
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 5pt;
  transform: translateY(-50%);
}

.handsontable th.afterHiddenColumn {
  position: relative;
}

.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft {
  margin-left: 10px;
}

.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight {
  margin-right: 10px;
}

.handsontable[dir=rtl] th.afterHiddenColumn div.htRight {
  margin-right: 10px;
}

.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft {
  margin-left: 10px;
}

.handsontable th.beforeHiddenColumn::after {
  right: 1px;
  content: "◀"; /* left arrow */
}

[dir=rtl].handsontable th.beforeHiddenColumn::after {
  right: initial;
  left: 1px;
  content: "▶"; /* right arrow */
}

.handsontable th.afterHiddenColumn::before {
  left: 1px;
  content: "▶"; /* right arrow */
}

[dir=rtl].handsontable th.afterHiddenColumn::before {
  right: 1px;
  left: initial;
  content: "◀"; /* left arrow */
}

/*!
 * Handsontable HiddenRows
 */
.handsontable th.beforeHiddenRow::before,
.handsontable th.afterHiddenRow::after {
  color: #bbb;
  font-size: 6pt;
  line-height: 6pt;
  position: absolute;
  left: 2px;
}

.handsontable th.beforeHiddenRow,
.handsontable th.afterHiddenRow {
  position: relative;
}

.handsontable th.beforeHiddenRow::before {
  content: "▲";
  bottom: 2px;
}

.handsontable th.afterHiddenRow::after {
  content: "▼";
  top: 2px;
}

.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight::before,
.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight::after {
  color: #eee;
}

.handsontable td.afterHiddenRow.firstVisibleRow,
.handsontable th.afterHiddenRow.firstVisibleRow {
  border-top: 1px solid #CCC;
}

.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
  border-left: 0 none;
}

.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: grab;
}

.handsontable.ht__manualColumnMove.on-moving--columns *,
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: grabbing;
}

.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}

.handsontable .ht__manualColumnMove--guideline,
.handsontable .ht__manualColumnMove--backlight {
  position: absolute;
  height: 100%;
  display: none;
}

.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-inline-start: -1px;
  margin-inline-end: 0;
  z-index: 205;
}

.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 205;
  pointer-events: none;
}

.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
.handsontable.on-moving--columns .ht__manualColumnMove--backlight {
  display: block;
}

.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: grab;
}

.handsontable.ht__manualRowMove.on-moving--rows *,
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: grabbing;
}

.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}

.handsontable .ht__manualRowMove--guideline,
.handsontable .ht__manualRowMove--backlight {
  position: absolute;
  width: 100%;
  display: none;
}

.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 205;
}

.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 205;
  pointer-events: none;
}

.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
  display: block;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell])::before {
  opacity: 0;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]::before {
  opacity: 0.1;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]::before {
  opacity: 0.1;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]::before {
  opacity: 0.2;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]::before {
  opacity: 0.27;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]::before {
  opacity: 0.35;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]::before {
  opacity: 0.41;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]::before {
  opacity: 0.47;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]::before {
  opacity: 0.54;
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]::before {
  opacity: 0.58;
}

.handsontable[dir=ltr] div.htRight span[class*=sort-] {
  margin-right: 15px;
  margin-left: -15px;
}

.handsontable[dir=rtl] div.htLeft span[class*=sort-] {
  margin-left: 15px;
  margin-right: -15px;
}

.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child {
  margin-right: 20px;
  margin-left: -20px;
}

.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child {
  margin-left: 20px;
  margin-right: -20px;
}

/* Column's number position */
.handsontable span.colHeader.columnSorting::after {
  /* Centering start */
  top: 50%;
  /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
  margin-top: -2px;
  /* Centering end */
  position: absolute;
  right: -15px;
  left: unset;
  /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
  padding-left: 5px;
  padding-right: unset;
  font-size: 8px;
  height: 8px;
  line-height: 1.1;
}

[dir=rtl].handsontable span.colHeader.columnSorting::after {
  left: -15px;
  right: unset;
  /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
  padding-right: 5px;
  padding-left: unset;
}

/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
.handsontable span.colHeader.columnSorting[class^=sort-]::after,
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
  content: "+";
}

.handsontable span.colHeader.columnSorting.sort-1::after {
  content: "1";
}

.handsontable span.colHeader.columnSorting.sort-2::after {
  content: "2";
}

.handsontable span.colHeader.columnSorting.sort-3::after {
  content: "3";
}

.handsontable span.colHeader.columnSorting.sort-4::after {
  content: "4";
}

.handsontable span.colHeader.columnSorting.sort-5::after {
  content: "5";
}

.handsontable span.colHeader.columnSorting.sort-6::after {
  content: "6";
}

.handsontable span.colHeader.columnSorting.sort-7::after {
  content: "7";
}

/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
  padding-right: 5px;
}

.handsontable thead th.hiddenHeader:not(:first-of-type) {
  display: none;
}

thead th.hiddenHeaderText .colHeader {
  opacity: 0;
}

.handsontable th.ht_nestingLevels {
  text-align: left;
  padding-left: 7px;
}

[dir=rtl].handsontable th.ht_nestingLevels {
  text-align: right;
  padding-right: 7px;
}

.handsontable th div.ht_nestingLevels {
  display: inline-block;
  position: absolute;
  left: 11px;
  right: unset;
}

[dir=rtl].handsontable th div.ht_nestingLevels {
  right: 11px;
  left: unset;
}

.handsontable.innerBorderInlineStart th div.ht_nestingLevels,
.handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
  right: 10px;
  left: unset;
}

[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
  left: 10px;
  right: unset;
}

.handsontable th span.ht_nestingLevel {
  display: inline-block;
}

.handsontable th span.ht_nestingLevel_empty {
  display: inline-block;
  width: 10px;
  height: 1px;
  float: left;
}

[dir=rtl].handsontable th span.ht_nestingLevel_empty {
  float: right;
}

.handsontable th span.ht_nestingLevel::after {
  content: "┐";
  font-size: 9px;
  display: inline-block;
  position: relative;
  bottom: 3px;
}

.handsontable th div.ht_nestingButton {
  display: inline-block;
  position: absolute;
  right: -2px;
  left: unset;
  cursor: pointer;
}

[dir=rtl].handsontable th div.ht_nestingButton {
  left: -2px;
  right: unset;
}

.handsontable th div.ht_nestingButton.ht_nestingExpand::after {
  content: "+";
}

.handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
  content: "-";
}

.handsontable.innerBorderInlineStart th div.ht_nestingButton,
.handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
  right: 0;
  left: unset;
}

[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
  left: 0;
  right: unset;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
:root {
  font-size: 16px;
  --font-family-sans-serif: "Avenir regular", "Avenir medium", sans-serif;
}

body {
  font-family: "Avenir regular", "Avenir medium", sans-serif;
}

h1 {
  font-family: "Avenir medium";
  font-size: 44px;
  line-height: 147%;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-family: "Avenir medium";
  font-size: 36px;
  line-height: 49px;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 27px;
  }
}

h3 {
  font-family: "Avenir medium";
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #12263F;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 33px;
  }
}

h4 {
  font-family: "Avenir medium";
  font-size: 28px;
  line-height: 39px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

h5 {
  font-family: "Avenir medium";
  font-size: 28px;
  line-height: 39px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

h6 {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
}

a {
  color: #2E9BFF;
  font-size: 15px;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  a {
    font-size: 13px;
  }
}
a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}

:root {
  --app-height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: var(--app-height);
}

.bfmr-all-wrapper,
.bfmr-content-wrapper {
  height: 100%;
  position: relative;
  background: #f9fafc;
  overflow: auto;
}
.bfmr-all-wrapper .bfmr-loading,
.bfmr-content-wrapper .bfmr-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(18, 38, 63, 0.55);
}
.bfmr-all-wrapper .bfmr-loading.loading-none,
.bfmr-content-wrapper .bfmr-loading.loading-none {
  display: none;
}
.bfmr-all-wrapper .bfmr-loading#initial-loading,
.bfmr-content-wrapper .bfmr-loading#initial-loading {
  background-color: rgba(249, 250, 252, 0.65);
}
.bfmr-all-wrapper .bfmr-loading .inner-section,
.bfmr-content-wrapper .bfmr-loading .inner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bfmr-all-wrapper .bfmr-loading .inner-section .logo,
.bfmr-content-wrapper .bfmr-loading .inner-section .logo {
  width: 70px;
  min-height: 140px;
  background: url(../../img/favicon.svg) center center no-repeat;
}
.bfmr-all-wrapper .bfmr-loading .inner-section .spinner,
.bfmr-content-wrapper .bfmr-loading .inner-section .spinner {
  height: 100px;
  width: 100px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bfmr-all-wrapper .bfmr-loading .inner-section .spinner .path,
.bfmr-content-wrapper .bfmr-loading .inner-section .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #3BBD96;
}

.bfmr-content-wrapper {
  top: 0px;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .bfmr-content-wrapper {
    height: var(--app-height);
  }
}
@media only screen and (max-width: 767px) {
  .bfmr-content-wrapper {
    height: var(--app-height);
  }
}
.bfmr-content-wrapper #faq-main-body {
  min-height: calc(100vh - 50px);
}
.bfmr-content-wrapper main {
  padding-top: 50px;
}
.bfmr-content-wrapper.top-has-alerts {
  top: 50px;
  height: calc(100vh - 50px);
}
@media only screen and (max-width: 991px) {
  .bfmr-content-wrapper.top-has-alerts {
    height: calc(var(--app-height) - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .bfmr-content-wrapper.top-has-alerts {
    height: calc(var(--app-height) - 50px);
  }
}
.bfmr-content-wrapper.top-has-alerts #faq-main-body {
  min-height: calc(100vh - 100px);
}
.bfmr-content-wrapper #profile-affix {
  position: relative;
}
.bfmr-content-wrapper #profile-affix.affix-top {
  position: sticky;
  max-width: 100%;
  top: 48px;
  z-index: 10;
  background: #F9FAFC;
}

.top-has-ticker .bfmr-content-wrapper {
  top: 50px;
  height: calc(100vh - 50px);
}
@media only screen and (max-width: 991px) {
  .top-has-ticker .bfmr-content-wrapper {
    height: calc(var(--app-height) - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .top-has-ticker .bfmr-content-wrapper {
    height: calc(var(--app-height) - 50px);
  }
}
.top-has-ticker .bfmr-content-wrapper #faq-main-body {
  min-height: calc(100vh - 100px);
}
.top-has-ticker .bfmr-content-wrapper.top-has-alerts {
  top: 100px;
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 991px) {
  .top-has-ticker .bfmr-content-wrapper.top-has-alerts {
    height: calc(var(--app-height) - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .top-has-ticker .bfmr-content-wrapper.top-has-alerts {
    height: calc(var(--app-height) - 100px);
  }
}
.top-has-ticker .bfmr-content-wrapper.top-has-alerts #faq-main-body {
  min-height: calc(100vh - 150px);
}

.top-alert {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  z-index: 999;
}
.top-alert p {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .top-alert p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .top-alert p {
    padding: 5px;
    font-size: 12px;
  }
}
.top-alert p span.fe-alert-octagon {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .top-alert p span.fe-alert-octagon {
    margin-right: 5px;
  }
}
.top-alert p span.fe-x {
  margin-left: 15px;
  cursor: pointer;
}
.top-alert p span.fe-x:hover {
  color: #e6305c;
}
@media only screen and (max-width: 767px) {
  .top-alert p span.fe-x {
    margin-left: 5px;
  }
}

.main-content-wrapper {
  margin-left: 70px;
  transition: margin-left 0.5s ease-in-out;
}
.main-content-wrapper .lifetime-payout-section {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-content-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1220px) and (max-width: 1308px) {
  .main-content-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1488px) {
  .main-content-wrapper {
    margin-left: 250px;
  }
}

.side-bar-collapsed .main-content-wrapper {
  margin-left: 70px;
}

/*.top-has-alerts {
    .main-content-wrapper {
        padding-top: 110px;
        @media only screen and (max-width: 1024px){
            padding-top: 99px;
        }
        @media only screen and (max-width:767px){
            padding-top: 0;
        }
    }
}*/
.top-has-alerts,
.top-has-ticker {
  /*main {
      @media only screen and (max-width: 767px) {
          padding-top: 50px;
      }
  }*/
}
.top-has-alerts .bf-table-wrapper,
.top-has-ticker .bf-table-wrapper {
  max-height: calc(100vh - 370px);
}

.anyBannerVisible .bf-table-wrapper {
  max-height: calc(100vh - 370px);
}
@media only screen and (max-width: 991px) {
  .anyBannerVisible .bf-table-wrapper {
    height: calc(var(--app-height) - 427px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .anyBannerVisible .bf-table-wrapper {
    height: calc(var(--app-height) - 427px) !important;
  }
}

.top-has-ticker .bf-table-wrapper {
  max-height: calc(100vh - 370px);
}
@media only screen and (max-width: 991px) {
  .top-has-ticker .bf-table-wrapper {
    height: calc(var(--app-height) - 427px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-has-ticker .bf-table-wrapper {
    height: calc(var(--app-height) - 427px) !important;
  }
}
.top-has-ticker.anyBannerVisible .bf-table-wrapper {
  max-height: calc(100vh - 370px);
}
@media only screen and (max-width: 991px) {
  .top-has-ticker.anyBannerVisible .bf-table-wrapper {
    height: calc(var(--app-height) - 477px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-has-ticker.anyBannerVisible .bf-table-wrapper {
    height: calc(var(--app-height) - 477px) !important;
  }
}

/*.top-has-ticker {
    .top-has-alerts {
        main {
            @media only screen and (max-width: 767px) {
                padding-top: 92px;
            }
        }

        .bf-table-wrapper {
            max-height: calc(100vh - 420px);
        }
    }
}*/
.mx-datepicker-popup {
  z-index: 999999;
}

.userback-button-container .userback-button {
  display: none !important;
}

.logged-in-layout #launcher {
  display: none !important;
}

.v-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v-list .v-list {
  margin-top: 5px;
}

.error-border {
  border: 1px solid #E63757 !important;
}
.error-border:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 55, 37, 0.25);
}

.error-message li {
  font-family: "Avenir medium";
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #E63757;
  margin-top: 5px;
  padding-left: 5px;
}

.placehoder-message {
  visibility: hidden;
}
.placehoder-message li {
  margin-top: 5px;
}

.info-message li {
  font-family: "Avenir medium";
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #6E84A3;
  margin-top: 10px;
  padding-left: 5px;
}

.success-message li {
  font-family: "Avenir medium";
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #3BBD96;
  margin-bottom: 10px;
}

.custom-control {
  outline: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3BBD96;
  background-color: #3BBD96;
}

.dropdown-toggle::after {
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: Feather;
}

.nav-link.dropdown-toggle[aria-expanded=true] span svg {
  transform: rotate(180deg);
}

.toggle-pwd-icon {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #81a9ca;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .toggle-pwd-icon {
    right: 14px;
  }
}

.bg-note {
  background: #EDF2F9;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
  padding: 13px 19px 13px 19px;
}
.bg-note.foot-note-section {
  margin-top: 25px;
}
.bg-note .ach-note {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 143%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
.bg-note .ach-bg {
  margin-right: 10px;
}

.modal-backdrop {
  background-color: #12263F;
}

/* .custom-badges{
    position: relative;
} */
.custom-info-badge {
  background-color: rgba(110, 132, 163, 0.1);
  border-radius: 3px;
  font-size: 11px;
  font-family: "Avenir regular", "Avenir medium";
  line-height: 15px;
  text-align: center;
  color: #6E84A3;
  width: 100%;
  /* height: 20px; */
  overflow: hidden;
  min-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* position: relative;
  box-sizing: border-box;
  pointer-events:none; */
}

/*.custom-info-badge:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: initial;
}
.custom-info-badge:hover:after{
    cursor: pointer;
}
.custom-badge-tooltip{
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    visibility: hidden;
    background-color: #fff;
    padding: 4px 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 5;
    transition: opacity 0.5s ease;
}
.custom-info-badge:hover + .custom-badge-tooltip{
    visibility: visible;
    transition: opacity 0.5s ease;
    opacity: 1;
}*/
.light-info-badge {
  background: rgba(44, 123, 229, 0.1);
  border-radius: 3px;
  font-family: "Avenir regular", "Avenir medium";
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #2C7BE5;
  margin-left: 7px;
}

.dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
}

.dropdown-item.bfmr-drodpown-item .bfmr-id-link-text {
  transform: translate(0px, 1px);
  pointer-events: none;
}
.dropdown-item.bfmr-drodpown-item .bfmr-id-value {
  cursor: pointer;
  transform: translate(0px, 1px);
  margin-left: 2px;
}
.dropdown-item.bfmr-drodpown-item .bfmr-id-value:hover {
  color: #12263F;
}
.dropdown-item.bfmr-drodpown-item .bfmr-id-nav {
  padding: 0 !important;
  margin-right: 0 !important;
  font-size: unset !important;
  line-height: 1 !important;
  transform: translate(0px, -1px);
}
.dropdown-item.bfmr-drodpown-item .bfmr-id-nav:hover svg path {
  stroke: #12263F !important;
}

.custom-select-ui {
  min-height: 38px;
}

.polite {
  position: relative;
  min-height: 200px;
}
.polite .toast {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
  padding: 12px 15px 15px 15px;
  min-width: 300px;
}
.polite .toast.toast-success {
  background: #3BBD96;
  color: #fff;
}
.polite .toast.toast-error {
  background: #E63757;
  color: #fff;
}
.polite .toast.toast-info {
  background: #FFFFFF;
  color: #1F2D3D;
}
.polite .toast .toast-header {
  background: #3BBD96;
  color: #fff;
  border-bottom: none;
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  padding: 0;
}
.polite .toast .toast-header .close {
  color: #fff;
  opacity: 1;
}
.polite .toast .toast-header.success-toast-header {
  background: #3BBD96;
  color: #fff;
}
.polite .toast .toast-header.danger-toast-header {
  background: #E63757;
  color: #fff;
}
.polite .toast .toast-header.info-toast-header {
  background: #FFFFFF;
  color: #1F2D3D;
}
.polite .toast .toast-header.info-toast-header .close {
  color: #1F2D3D;
  opacity: 1;
}
.polite .toast .toast-body {
  padding: 0;
  padding-top: 25px;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
}
.polite .toast .toast-body.success-toast-body {
  color: #FFFFFF;
}
.polite .toast .toast-body.danger-toast-body {
  color: #FFFFFF;
}
.polite .toast .toast-body.info-toast-body {
  color: #1F2D3D;
}

.notices {
  top: 20px;
  right: 25px;
  left: unset;
  bottom: unset;
  flex-wrap: wrap;
  width: 300px;
  padding: 0;
  min-height: unset !important;
}
.notices.is-top {
  flex-direction: initial;
  z-index: 100000000000000000;
}
.notices .is-top-right {
  border-radius: 6px;
  padding: 4px 7px 4px 7px;
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow: hidden;
}
.notices .toast-text {
  padding: 0.75em 1em !important;
}
.notices .toast-icon {
  margin-left: 0.5em !important;
}
.notices .toast-success {
  background: #3BBD96;
  color: #fff;
}
.notices .toast-error {
  background: #E63757;
  color: #fff;
}
.notices .toast-info {
  background: #ffffff;
  color: #1F2D3D;
}

.badge {
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 7px 7px 5px 7px;
}
@media only screen and (max-width: 1024px) {
  .badge {
    font-family: "Avenir demi", "Avenir medium";
  }
}

.above-badge {
  background: rgba(61, 160, 253, 0.1);
  color: #3DA0FD;
}

.full-badge {
  background: rgba(59, 189, 150, 0.1);
  color: #3BBD96;
}

.below-badge {
  background: #fcfdbf;
  color: #CDA334;
}

.normal-badge {
  background-color: rgba(110, 132, 163, 0.1);
  border-radius: 3px;
  color: #6E84A3;
}

.custom-control.bfmr-switch {
  display: inline-block;
  padding-left: 55px;
  margin-left: 14px;
  border-left: 1px solid #B1C2D9;
  cursor: pointer;
  transform: translate(0px, -2px);
}
.custom-control.bfmr-switch .custom-control-input {
  transform: translate(0px, 3px);
  height: 16px;
}
.custom-control.bfmr-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
  outline: none;
}
.custom-control.bfmr-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2E9BFF;
  background-color: #2E9BFF;
}
.custom-control.bfmr-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: none;
}
.custom-control.bfmr-switch .custom-control-label {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #3B516C;
}
.custom-control.bfmr-switch .custom-control-label::before {
  background: #D2DDEC;
  border: 0.5px solid #E3EBF6;
  box-sizing: border-box;
  border-radius: 7.5px;
}
.custom-control.bfmr-switch .custom-control-label::after {
  background: #F2F6FB;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.custom-control.bfmr-switch span {
  transform: translate(0px, 2px);
  display: inline-block;
}

#termAndConditionsModal .modal-content .modal-body .content-page {
  padding: 17px 15px 12px;
  background: rgba(249, 250, 252, 0.7);
  border: 1px solid #E3EBF6;
  box-sizing: border-box;
  border-radius: 10px;
  max-height: 450px;
  overflow: auto;
}
@media only screen and (max-height: 800px) {
  #termAndConditionsModal .modal-content .modal-body .content-page {
    max-height: 349px;
  }
}
@media only screen and (max-width: 1024px) {
  #termAndConditionsModal .modal-content .modal-body .content-page {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .content-page {
    max-height: 250px;
  }
}
#termAndConditionsModal .modal-content .modal-body .updated-terms-note {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 1;
  line-height: 145.7%;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .updated-terms-note {
    font-family: "Avenir medium";
    font-size: 13px;
  }
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition {
  background: rgba(249, 250, 252, 0.7);
  border: 1px solid #E3EBF6;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 12px;
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .term-n-codition {
    margin-bottom: 18px;
    padding: 26px 20px;
  }
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition h1 {
  font-family: "Avenir medium";
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .term-n-codition h1 {
    font-size: 13px;
  }
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition h5 {
  font-family: "Avenir medium";
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .term-n-codition h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 145.7%;
  letter-spacing: 0.01em;
  color: #12263F;
  text-align: justify;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .term-n-codition p {
    font-size: 13px;
    line-height: 151.3%;
  }
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition a {
  color: #2E9BFF;
  font-size: 15px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .term-n-codition a {
    font-size: 13px;
    line-height: 151.3%;
  }
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
#termAndConditionsModal .modal-content .modal-body .term-n-codition ul li, #termAndConditionsModal .modal-content .modal-body .term-n-codition .v-list li {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 145.7%;
  letter-spacing: 0.01em;
  color: #12263F;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .modal-body .term-n-codition ul li, #termAndConditionsModal .modal-content .modal-body .term-n-codition .v-list li {
    font-size: 13px;
    line-height: 151.3%;
  }
}
#termAndConditionsModal .modal-content .terms-footer {
  padding: 25px 35px 17px 35px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .terms-footer {
    padding: 7px 15px 12px;
  }
}
#termAndConditionsModal .modal-content .terms-footer input[type=checkbox] {
  margin-top: 3px;
  cursor: pointer;
}
#termAndConditionsModal .modal-content .terms-footer label {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .terms-footer label {
    font-size: 13px;
  }
}
#termAndConditionsModal .modal-content .terms-footer .accept-reject {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .terms-footer .accept-reject {
    margin-top: 10px;
  }
}
#termAndConditionsModal .modal-content .terms-footer .accept-reject button {
  width: 210px;
  margin-bottom: 5px;
  height: 40px;
  padding: 8px;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModal .modal-content .terms-footer .accept-reject button {
    font-size: 13px;
    width: 100%;
    height: unset;
    padding: 5px;
  }
}
#termAndConditionsModal .modal-content .terms-footer .accept-reject .btn-not-accept {
  background: transparent;
  width: auto;
  border: none;
  color: #2E9BFF;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  margin-bottom: 0;
  text-transform: capitalize;
}
#termAndConditionsModal .modal-content .terms-footer .accept-reject .btn-not-accept:hover {
  color: #0056b3;
  text-decoration: underline;
}

#termAndConditionsModalStepTwo .modal-content .modal-body .accepting-text {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 1;
  line-height: 145.7%;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  margin-bottom: 20px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModalStepTwo .modal-content .modal-body .accepting-text {
    font-family: "Avenir medium";
    font-size: 13px;
  }
}
#termAndConditionsModalStepTwo .modal-content .terms-two-footer {
  padding: 0 50px 0;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModalStepTwo .modal-content .terms-two-footer {
    padding: 0 25px 15px;
  }
}
#termAndConditionsModalStepTwo .modal-content .terms-two-footer .goBack {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#termAndConditionsModalStepTwo .modal-content .terms-two-footer .goBack .bfmr-btn {
  width: 210px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #termAndConditionsModalStepTwo .modal-content .terms-two-footer .goBack .bfmr-btn {
    font-size: 13px;
    width: 100%;
    padding: 5px;
  }
}
#termAndConditionsModalStepTwo .modal-content .terms-two-footer .goBack .btn-not-accept {
  background: transparent;
  width: auto;
  border: none;
  color: #2E9BFF;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  text-transform: capitalize;
}
#termAndConditionsModalStepTwo .modal-content .terms-two-footer .goBack .btn-not-accept:hover {
  color: #0056b3;
  text-decoration: underline;
}

.bfmr-theme-alert .modal-dialog .modal-content .modal-body .action-list {
  margin-bottom: 0;
  padding-left: 15px;
  list-style: none;
  margin-top: 10px;
}
.bfmr-theme-alert .modal-dialog .modal-content .modal-body .action-list li a {
  color: #2E9BFF;
  font-size: 14px;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
}
.bfmr-theme-alert .modal-dialog .modal-content .modal-body .action-list li a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}

.bfmr-theme-alert .modal-content .modal-body .message {
  padding: 16px 24px;
  margin-bottom: 0px;
}
.bfmr-theme-alert .modal-content .modal-body textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bfmr-theme-alert .modal-content .modal-body textarea::-webkit-input-placeholder {
  color: #95AAC9;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body textarea::-webkit-input-placeholder {
    white-space: nowrap;
    font-size: 11px;
  }
}

.bfmr-theme-alert .modal-content .modal-body textarea:-moz-placeholder {
  color: #95AAC9;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body textarea:-moz-placeholder {
    white-space: nowrap;
    font-size: 11px;
  }
}

.bfmr-theme-alert .modal-content .modal-body textarea::-moz-placeholder {
  color: #95AAC9;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body textarea::-moz-placeholder {
    white-space: nowrap;
    font-size: 11px;
  }
}

.bfmr-theme-alert .modal-content .modal-body textarea:-ms-input-placeholder {
  color: #95AAC9;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body textarea:-ms-input-placeholder {
    white-space: nowrap;
    font-size: 11px;
  }
}

.bfmr-theme-alert .modal-content .modal-body .shipping-address .address-text {
  color: #6E84A3;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-family: "Avenir medium";
  margin-bottom: 10px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .address-caution {
  color: #3bbd96;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-family: "Avenir medium";
  -webkit-appearance: none;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body .shipping-address .address-caution {
    font-weight: 500;
  }
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .address-caution a {
  letter-spacing: 0.01em;
  font-size: 14px;
  font-family: "Avenir medium";
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .sameDayDelivery {
  font-size: 14px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #12263F;
  margin-bottom: 6px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .sameDayDelivery .note {
  color: #e75e7f;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .sameDayDelivery span {
  font-family: "Avenir medium";
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body .shipping-address .sameDayDelivery span {
    font-weight: 500;
  }
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-title, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-title {
  font-size: 14px;
  font-family: "Avenir medium", "Avenir demi";
  color: #3B516C;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-title span, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-title span {
  font-style: italic;
  font-family: "Avenir medium";
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-title {
  margin-top: 15px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-benefit, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-benefit {
  font-size: 12px;
  color: #8492A6;
  font-family: "Avenir medium";
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-note, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-note {
  margin-bottom: 12px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-note p, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-note p {
  font-size: 12px;
  color: #8492A6;
  font-family: "Avenir medium";
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-note p a, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-note p a {
  font-family: "Avenir medium";
  font-size: 12px !important;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adrs-note p span, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adrs-note p span {
  color: #12263F;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  margin-bottom: 6px;
  background: #F9FAFC;
  border: 1px solid #EDF2F9;
  border-radius: 10px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .pin-container, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .pin-container {
  display: flex;
  align-items: center;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .pin-container .pin-adress, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .pin-container .pin-adress {
  margin-right: 12px;
  margin-bottom: 4px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .pin-container .address-info, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .pin-container .address-info {
  margin-bottom: 0;
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium", "Avenir demi";
  letter-spacing: 0.01em;
  max-width: 410px;
  line-height: 1.3;
  padding-top: 2px;
  margin-right: 10px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .pin-container .address-info.primary-address, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .pin-container .address-info.primary-address {
  font-family: "Avenir demi", "Avenir medium";
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .pin-container .address-info.secondary-address, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .pin-container .address-info.secondary-address {
  color: #6E84A3;
}
@media only screen and (max-width: 767px) {
  .bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .pin-container .address-info, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .pin-container .address-info {
    width: auto;
  }
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .p-adres-details, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .p-adres-details {
  margin-bottom: 20px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .copy-address span.fe-copy, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .copy-address span.fe-copy {
  font-size: 19px;
  color: #6E84A3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details > div .copy-address span.fe-copy:hover, .bfmr-theme-alert .modal-content .modal-body .shipping-address .s-adres-details > div .copy-address span.fe-copy:hover {
  color: #12263F;
}
.bfmr-theme-alert .modal-content .modal-body .shipping-address .p-adres-details {
  margin-bottom: 20px;
}
.bfmr-theme-alert .modal-content .modal-body .shipment-total-value {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EDF2F9;
}
.bfmr-theme-alert .modal-content .modal-body .shipment-total-value span {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6E84A3;
}
.bfmr-theme-alert .modal-content .modal-body .shipment-total-value h4 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #12263F;
  margin-top: 10px;
}
.bfmr-theme-alert .modal-content .modal-body hr {
  border-color: #e3ebf6;
}

#submit-tn-modal {
  padding: 0px 0px 16px 0px;
}
#submit-tn-modal .deal-img {
  text-align: center;
  margin-bottom: 16px;
}
#submit-tn-modal .deal-img .vue-load-image {
  border-bottom: 1px solid #E3EBF6;
}
#submit-tn-modal .deal-img img {
  height: 276px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}
#submit-tn-modal .deal-detail {
  padding: 0px 24px;
}
#submit-tn-modal .deal-detail h6 {
  font-family: "Avenir medium";
  font-size: 20px;
  color: #12263F;
  margin-bottom: 8px;
}
#submit-tn-modal .deal-detail h4 {
  font-family: "Avenir medium";
  font-size: 31.25px;
  color: #3BBD96;
  margin-bottom: 16px;
  line-height: 1;
}

#tn-noted-modal {
  padding: 0px;
}
#tn-noted-modal .goToFaqs {
  padding: 12px 24px;
  border-top: 1px solid #E3EBF6;
  font-size: 13px;
  color: #6E84A3;
}
#tn-noted-modal .submit-trk-modal-trk-list .trk-list-title {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000;
  text-rendering: geometricprecision;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E3EBF6;
}
#tn-noted-modal .submit-trk-modal-trk-list .trk-list-title .title {
  display: inline-block;
  max-width: 300px;
  width: 300px;
  line-height: 1.2;
  color: #3B516C;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-green {
  margin-bottom: 0;
}
#tn-noted-modal .submit-trk-modal-trk-list .v-list {
  display: flex;
  flex-direction: column;
  padding: 0px 24px;
}
#tn-noted-modal .submit-trk-modal-trk-list .v-list li {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
  line-height: 1;
  border-top: 1px solid #E3EBF6;
  padding: 12px 0px;
}
#tn-noted-modal .submit-trk-modal-trk-list .v-list li:last-child {
  border-bottom: 0px;
}
#tn-noted-modal .submit-trk-modal-trk-list .v-list li .trk-no {
  color: #6E84A3;
  font-family: "Avenir medium";
  text-rendering: geometricprecision;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  word-wrap: break-word;
  max-width: 270px;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-green li .trk-no {
  color: #3BBD96;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-green li:last-child {
  margin-bottom: 0;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-blue li .trk-no {
  color: #379fff;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-blue li:last-child {
  margin-bottom: 0;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-purple li .trk-no {
  color: #554BF1;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-purple li:last-child {
  margin-bottom: 0;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-red li .trk-no {
  color: #E75E7F;
}
#tn-noted-modal .submit-trk-modal-trk-list.list-red li:last-child {
  margin-bottom: 0;
}
#tn-noted-modal .submit-trk-modal-trk-list .trk-list-msg {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  margin-bottom: 12px;
  margin-top: 5px;
  text-rendering: geometricprecision;
  display: flex;
}
#tn-noted-modal .submit-trk-modal-trk-list .copy-section {
  transform: translate(0px, -3px);
}
#tn-noted-modal .submit-trk-modal-trk-list .copy-icon {
  cursor: pointer;
}
#tn-noted-modal .submit-trk-modal-trk-list .copy-icon:hover svg path {
  stroke: #12263F;
}
#tn-noted-modal .submit-trk-modal-trk-list .copy-all-icon {
  cursor: pointer;
  margin-left: 40px;
}
#tn-noted-modal .submit-trk-modal-trk-list .copy-all-icon:hover svg path {
  stroke: #2AAC8A;
}

#shipping-address-modal .modal-dialog {
  max-width: 940px;
  width: unset;
}
@media only screen and (max-width: 950px) {
  #shipping-address-modal .modal-dialog {
    max-width: 569px;
  }
}
#shipping-address-modal .modal-dialog .modal-body {
  background-color: #FBFCFF;
  border-radius: 10px;
}
@media only screen and (max-width: 950px) {
  #shipping-address-modal .modal-dialog .modal-body {
    padding: 18px 20px 30px;
  }
}

#delete-account {
  padding: 0px;
}
#delete-account .body-title .title {
  border-top: 1px solid #E3EBF6;
  border-bottom: 1px solid #E3EBF6;
  padding: 16px 24px;
  margin-bottom: 0px;
}
#delete-account .action-list {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}
#delete-account .action-list .action-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E3EBF6;
  padding: 16px 0px;
  margin: 0px 24px;
}
#delete-account .action-list .action-item .text {
  margin-bottom: 0px;
  color: #3BBD96;
}
#delete-account .action-list .action-item:last-child {
  border-bottom: none;
}

#archive a.delete-notes-btn,
#set-aside a.delete-notes-btn,
#unarchive a.delete-notes-btn,
#pending a.delete-notes-btn,
#notes a.delete-notes-btn {
  font-family: "Avenir light";
  color: #F06565;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 15px auto 0;
  font-weight: 600;
}
#archive a.delete-notes-btn i,
#set-aside a.delete-notes-btn i,
#unarchive a.delete-notes-btn i,
#pending a.delete-notes-btn i,
#notes a.delete-notes-btn i {
  padding-right: 4px;
}

#rating-modal .ratings {
  padding: 0px 0px 16px 0px;
}
#rating-modal .ratings .vue-star-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#rating-modal .ratings .vue-star-rating svg {
  width: 30px;
  height: 30px;
}
#rating-modal .rating-feedback #textareaLength {
  font-size: 12px;
  margin-bottom: 0px;
  text-align: right;
}

#disable2sv .missing-item-text {
  color: #3B516C;
}
#disable2sv .missing-item-text .textSmall {
  display: inline-block !important;
  color: #6E84A3 !important;
  margin-top: 16px !important;
}
#disable2sv .missing-item-text .textSmall .textBold {
  font-weight: 700;
}
#disable2sv .text-note {
  display: unset !important;
}

#generate-key-after-2sv hr {
  height: 1px;
  background-color: #E3EBF6;
  margin: 16px 0px;
}
#generate-key-after-2sv .textBold {
  font-size: unset !important;
  font-weight: 700;
  color: #3B516C !important;
}
@supports (-webkit-touch-callout: none) {
  #generate-key-after-2sv .textBold {
    font-family: "Avenir demi", "Avenir medium";
  }
}

#BF-banner-Modal .textSmall {
  color: #6E84A3 !important;
  margin-top: 16px !important;
}

#generate-key-after-2sv .missing-item-text,
#missedMobNo .missing-item-text,
#confirm2fa .missing-item-text,
#BF-banner-Modal .missing-item-text,
#BF-delete-product-modal .missing-item-text,
#changePaymentMethod .missing-item-text {
  margin-bottom: 0px;
}

#dealRequestConfirmation {
  display: flex;
  align-items: center;
  padding: 24px;
}
#dealRequestConfirmation svg {
  margin-right: 20px;
}
#dealRequestConfirmation .description p {
  margin-bottom: 0px;
}
#dealRequestConfirmation .description p:first-child {
  color: #3B516C;
  font-family: "Avenir medium";
  font-weight: 900;
  font-size: 20px;
}
#dealRequestConfirmation span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #95AAC9;
}
#dealRequestConfirmation span i {
  padding-right: 13px;
  transform: translate(0px, 1px);
  display: inline-block;
}

#prev-session-modal .modal-dialog {
  width: 950px !important;
}
#prev-session-modal .modal-dialog .bf-table-wrapper {
  max-height: calc(100vh - 300px);
}

.social-update-modal .modal-dialog {
  width: 484px;
  max-width: 484px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .social-update-modal .modal-dialog {
    width: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 570px) {
  .social-update-modal .modal-dialog {
    margin: 0 15px 0 15px;
  }
}
.social-update-modal .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
}
.social-update-modal .modal-content .modal-header {
  padding: 13px 25px 10px;
  border-bottom: 1px solid #EDF2F9;
}
.social-update-modal .modal-content .modal-header h5 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1F2D3D;
  font-family: "Avenir demi", "Avenir medium";
  text-rendering: geometricPrecision;
}
.social-update-modal .modal-content .modal-header .close {
  padding-top: 10px;
}
.social-update-modal .modal-content .modal-header .close:focus {
  outline: none;
}
.social-update-modal .modal-content .modal-body {
  padding: 30px;
}
@media only screen and (max-width: 570px) {
  .social-update-modal .modal-content .modal-body {
    padding: 0 10px 30px 10px;
  }
}
.social-update-modal .modal-content .modal-body h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 12px;
}
.social-update-modal .modal-content .modal-body .copy-link {
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
  border-radius: 6px;
  padding: 7px 0 6px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.social-update-modal .modal-content .modal-body .copy-link p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #8492A6;
  margin-bottom: 0;
  padding-right: 50px;
}
@media only screen and (max-width: 400px) {
  .social-update-modal .modal-content .modal-body .copy-link p {
    max-width: 200px;
    overflow: hidden;
    word-break: break-all;
  }
}
.social-update-modal .modal-content .modal-body .copy-link .copy-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E3EBF6;
  border-radius: 6px;
  width: 47px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.social-update-modal .modal-content .modal-body .copy-link .copy-icon:hover span.fe-copy {
  color: #12263f;
}
.social-update-modal .modal-content .modal-body .copy-link span.fe-copy {
  color: #6E84A3;
  cursor: pointer;
}

#applaudModal {
  z-index: 99999;
}
#applaudModal .modal-content {
  background: transparent;
  border: none;
}
#applaudModal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#applaudModal .modal-content .modal-body .title {
  font-family: "Avenir medium";
  font-weight: 700;
  font-size: 72px;
  line-height: 1.3;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 33px;
  margin-bottom: 18px;
  min-width: 733px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #applaudModal .modal-content .modal-body .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  #applaudModal .modal-content .modal-body .title {
    font-size: 24px;
  }
}
#applaudModal .modal-content .modal-body .amount {
  font-family: "Avenir medium";
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: #FFD200;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 19px;
}
@media only screen and (max-width: 1024px) {
  #applaudModal .modal-content .modal-body .amount {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #applaudModal .modal-content .modal-body .amount {
    font-size: 24px;
  }
}
#applaudModal .modal-content .modal-body .btn-green {
  background: #3BBD96;
  border: 1px solid #3BBD96;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 27px;
  width: 276px;
  height: 40px;
}
#applaudModal .modal-content .modal-body .note {
  font-family: "Avenir medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 582px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #applaudModal .modal-content .modal-body .note {
    width: auto;
  }
}

#items-quantity-modal .modal-dialog {
  width: 600px !important;
}

.btn {
  font-family: "Avenir medium";
  font-size: 14px;
  height: 40px;
  line-height: 2.2;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: capitalize;
  text-rendering: geometricPrecision;
  cursor: pointer;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 189, 150, 0.25);
}

.btn-generate {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 11px;
  line-height: 143.3%;
  color: #6E84A3;
  background: #E3EBF6;
  border-radius: 5px;
  z-index: 9;
  padding: 7px 10px 4px 10px;
  text-transform: uppercase;
  height: auto;
}
.btn-generate:focus {
  box-shadow: none;
}
.btn-generate[disabled]:hover {
  color: #6E84A3;
  cursor: not-allowed;
}

.btn-submit {
  font-size: 12px;
  line-height: 163.92%;
  color: #95AAC9;
  border: 1px solid #95AAC9;
  border-radius: 6px;
  width: 150px;
  height: 36.03px;
  transition: all 0.2s ease 0s;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:visited {
  background: linear-gradient(281.19deg, #FD2975 -24.59%, #FF5864 61.84%, #FF655B 131.51%);
  border-radius: 5px;
  color: #fff;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .btn-submit {
    width: 100%;
  }
}

.btn-del-acc {
  font-size: 15px;
  line-height: 163.92%;
  color: #6E84A3;
  outline: none;
}
.btn-del-acc:hover, .btn-del-acc:focus, .btn-del-acc:active, .btn-del-acc:visited {
  outline: none;
  color: #FD2975;
}

.btn-green.disabled {
  background: rgb(243, 245, 247);
  border-radius: 6px;
  border: 1px solid #dadada;
  color: #8e9dae;
  cursor: not-allowed;
  padding-right: 65px;
}

.btn-green:disabled:hover {
  background: #3BBD96;
  cursor: not-allowed;
}

.btn-white {
  background: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 5px;
  color: #12263F;
  font-size: 13px;
  text-transform: capitalize;
}

.btn-opaque {
  font-family: "Avenir medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.01em;
  color: #3B516C;
  height: 30px;
  background: #ffffff;
  border: 1px solid #D2DDEC;
  border-radius: 22px;
  white-space: nowrap;
}
.btn-opaque:hover {
  background: #F1F5FA;
}
.btn-opaque:focus {
  box-shadow: none;
}
.btn-opaque.active {
  background: #12263F;
  color: #ffffff;
}
.btn-opaque.active:focus {
  box-shadow: none;
}

.btn-opaque-second {
  background: rgba(255, 208, 55, 0.08);
  border: 1px solid rgba(235, 170, 38, 0.5);
  border-radius: 22px;
  color: #EBAA26;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.btn-opaque-second:hover:enabled, .btn-opaque-second.active {
  background: #EBAA26 !important;
  color: #FFFFFF !important;
  border: 1px solid #EBAA26 !important;
}
.btn-opaque-second span {
  font-weight: bold;
}

.btn-green {
  background: #3BBD96;
  border: 1px solid #3BBD96;
  border-radius: 6px;
  color: #FFFFFF;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn-green {
    line-height: 158% !important;
  }
}
.btn-green _::-webkit-full-page-media, .btn-green _:future, .btn-green :root .safari_only {
  line-height: 158% !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-green {
      line-height: 158% !important;
    }
  }
}
.btn-green:focus {
  box-shadow: none;
}
.btn-green:hover {
  background: #2AAC8A;
  color: #FFFFFF;
  border: 1px solid #3BBD96;
}
.btn-green:focus {
  box-shadow: none;
}
.btn-green.disabled, .btn-green:disabled {
  background: #ABE1D0;
  color: #ffffff;
  border: 1px solid #ABE1D0;
  cursor: not-allowed;
}
.btn-green.disabled:hover, .btn-green:disabled:hover {
  background: #ABE1D0;
  color: #ffffff;
  border: 1px solid #ABE1D0;
}

.btn-white {
  background: #ffffff;
  border: 1.2px solid #3BBD96;
  border-radius: 6px;
  color: #3BBD96;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn-white {
    line-height: 158% !important;
  }
}
.btn-white _::-webkit-full-page-media, .btn-white _:future, .btn-white :root .safari_only {
  line-height: 158% !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-white {
      line-height: 158% !important;
    }
  }
}
.btn-white:focus {
  box-shadow: none;
}
.btn-white:hover {
  background: #3BBD96;
  border-radius: 6px;
  color: #ffffff;
}
.btn-white:focus {
  box-shadow: none;
}

.btn-secondary {
  color: #7690B5;
  background: #fff;
  border: 1.2px solid #7690B5;
  border-radius: 6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn-secondary {
    line-height: 158% !important;
  }
}
.btn-secondary _::-webkit-full-page-media, .btn-secondary _:future, .btn-secondary :root .safari_only {
  line-height: 158% !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-secondary {
      line-height: 158% !important;
    }
  }
}
.btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
  color: #7690B5 !important;
  background: #fff !important;
  border: 1.2px solid #7690B5 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-secondary:hover {
  color: #FFFFFF !important;
  background: #3BBD96 !important;
  border: 1.2px solid #3BBD96 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-secondary:focus {
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  border: 1.2px solid #D2DDEC;
  background: #fff;
  color: #C0CCDD;
  cursor: not-allowed;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  border: 1.2px solid #D2DDEC;
  background: #fff;
  color: #C0CCDD;
}

.btn-loading.is-loading .loading-icon {
  display: block;
  -webkit-animation: bfmr-spin 2s infinite linear;
}
.btn-excel {
  position: relative;
  width: 90px;
  height: 40px;
  margin-left: 10px;
  padding: 0;
  border-radius: 6px;
  /*background-color: transparent;
  background-image: url('../../img/excel-1.svg');
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.btn-excel .btn-excel-icon,
.btn-excel .btn-excel-icon-active {
  width: 28px;
  margin: 0 auto;
}
.btn-excel .btn-excel-icon {
  display: block;
}
.btn-excel .btn-excel-icon-active {
  display: none;
}
.btn-excel:active, .btn-excel:visited, .btn-excel:focus {
  background-color: inherit;
  box-shadow: none;
  outline: none;
}
.btn-excel:hover {
  box-shadow: none;
  outline: none;
  /*background-image: url('../../img/excel-2.svg');*/
}
.btn-excel:hover .btn-excel-icon {
  display: none;
}
.btn-excel:hover .btn-excel-icon-active {
  display: block;
}
.btn-excel.is-loading {
  position: relative;
  /*background-image: url('../../img/excel-2.svg');*/
}
.btn-excel.is-loading .btn-excel-icon {
  display: none;
}
.btn-excel.is-loading .btn-excel-icon-active {
  display: block;
}
.btn-excel.is-loading::before, .btn-excel.is-loading::after,
.btn-excel.is-loading span::before,
.btn-excel.is-loading span::after {
  position: absolute;
  content: "";
  background: #3BBD96;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: opacity 1s ease;
}
.btn-excel.is-loading::before, .btn-excel.is-loading::after {
  height: 1px;
  width: 0%;
}
.btn-excel.is-loading::before {
  right: 0;
  top: 0;
  animation-name: btn-border-top;
  animation-duration: 2.8s;
}
.btn-excel.is-loading::after {
  bottom: 0;
  left: 0;
  animation-name: btn-border-bottom;
  animation-delay: 0.7s;
  animation-duration: 2.8s;
}
.btn-excel.is-loading span::before,
.btn-excel.is-loading span::after {
  height: 0%;
  width: 1px;
}
.btn-excel.is-loading span::before {
  left: 0;
  top: 0;
  animation-name: btn-border-span-left;
  animation-delay: 0.35s;
  animation-duration: 2.8s;
}
.btn-excel.is-loading span::after {
  bottom: 0;
  right: 0;
  animation-name: btn-border-span-right;
  animation-delay: 1.05s;
  animation-duration: 2.8s;
}

.is-mac-safari .btn-opaque {
  line-height: 1;
}

.btn-BF-skyblue {
  background: #20CDE5;
  border: 1px solid #20CDE5;
  border-radius: 4px;
  color: #FFFFFF;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn-BF-skyblue {
    line-height: 158% !important;
  }
}
.btn-BF-skyblue _::-webkit-full-page-media, .btn-BF-skyblue _:future, .btn-BF-skyblue :root .safari_only {
  line-height: 158% !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-BF-skyblue {
      line-height: 158% !important;
    }
  }
}
.btn-BF-skyblue:focus {
  box-shadow: none;
}
.btn-BF-skyblue:hover {
  background: #0ac3db;
  color: #FFFFFF;
  border: 1px solid #20CDE5;
}
.btn-BF-skyblue:focus {
  box-shadow: none;
}
.btn-BF-skyblue.disabled, .btn-BF-skyblue:disabled {
  background: #a8d5db;
  color: #ffffff;
  border: 1px solid #a8d5db;
  cursor: not-allowed;
}
.btn-BF-skyblue.disabled:hover, .btn-BF-skyblue:disabled:hover {
  background: #a8d5db;
  color: #ffffff;
  border: 1px solid #a8d5db;
}

.info-form .form-row [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.info-form label {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #12263f;
  text-rendering: geometricPrecision;
  margin-bottom: 6px;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .info-form label {
    font-size: 15px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .info-form label {
    font-size: 13px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
.info-form label.required {
  margin-bottom: 0;
  margin-top: 5px;
}
.info-form label.required::after {
  content: " *";
  color: #e63757;
}
.info-form label.form-optional-label {
  margin-bottom: 0;
  margin-top: 5px;
}
.info-form input,
.info-form select {
  border: 1px solid #e3ebf6;
  border-radius: 6px;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1f2d3d;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px 12px 10px 12px;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  outline: initial;
}
.info-form input::-webkit-input-placeholder, .info-form select::-webkit-input-placeholder {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1f2d3d;
  text-rendering: geometricPrecision;
  color: #95aac9;
}

.info-form input:-moz-placeholder, .info-form select:-moz-placeholder {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1f2d3d;
  text-rendering: geometricPrecision;
  color: #95aac9;
}

.info-form input::-moz-placeholder, .info-form select::-moz-placeholder {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1f2d3d;
  text-rendering: geometricPrecision;
  color: #95aac9;
}

.info-form input:-ms-input-placeholder, .info-form select:-ms-input-placeholder {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1f2d3d;
  text-rendering: geometricPrecision;
  color: #95aac9;
}

@media only screen and (max-width: 767px) {
  .info-form input,
  .info-form select {
    font-size: 13px;
  }
}
.info-form p.required-note {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #e63757;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .info-form p.required-note {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .info-form p.required-note {
    font-size: 13px;
  }
}
.info-form input.filled {
  font-family: "Avenir medium";
}
.info-form input[type=password] {
  font-family: "Avenir medium", sans-serif;
}
.info-form select::-ms-expand {
  display: none;
}
.info-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 9px 12px;
  cursor: pointer;
}
.info-form .custom-select-container {
  position: relative;
}
.info-form .custom-select-container::after {
  font-family: "Feather" !important;
  content: "\e92e";
  font-size: 16px;
  color: #9fb1cd;
  right: 40px;
  top: 39px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .info-form .custom-select-container::after {
    top: 37px;
    right: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .info-form .custom-select-container::after {
    right: 16px;
    top: 36px;
  }
}
.info-form .form-control:disabled,
.info-form .form-control[readonly] {
  background: #f3f6fb;
  opacity: 1;
  color: #6e84a3;
  cursor: not-allowed;
}
.info-form .no-select {
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.info-form textarea {
  resize: none;
  border: 1px solid #e3ebf6;
  border-radius: 6px;
  font-family: "Avenir regular", "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #12263f;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  padding: 10px 12px 10px 12px;
  margin-bottom: 5px;
  outline: none;
}
.info-form textarea::-webkit-input-placeholder {
  font-family: "Avenir regular", "Avenir medium", sans-serif;
  color: #95aac9;
}

.info-form textarea:-moz-placeholder {
  font-family: "Avenir regular", "Avenir medium", sans-serif;
  color: #95aac9;
}

.info-form textarea::-moz-placeholder {
  font-family: "Avenir regular", "Avenir medium", sans-serif;
  color: #95aac9;
}

.info-form textarea:-ms-input-placeholder {
  font-family: "Avenir regular", "Avenir medium", sans-serif;
  color: #95aac9;
}

@media only screen and (max-width: 767px) {
  .info-form textarea {
    font-size: 13px;
  }
}
.info-form span.display_name_info {
  font-family: "Avenir medium";
  font-style: italic;
  font-size: 12px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #95aac9;
}
@media only screen and (max-width: 400px) {
  .info-form span.display_name_info {
    font-size: 10px;
  }
}

.custom-checkbox input {
  cursor: pointer;
}
.custom-checkbox label::after {
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
}

.caret-position::after {
  right: 12px !important;
}
@media only screen and (max-width: 767px) {
  .caret-position::after {
    right: 16px !important;
  }
}

.old-header {
  display: flex;
  top: 0px;
  height: 50px;
  align-items: center;
  margin-left: 70px;
  border-bottom: 1px solid #EDF2F9;
  transition: margin-left 0.5s ease-in-out;
}
@media only screen and (max-width: 1320px) {
  .old-header {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .old-header {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1220px) and (max-width: 1308px) {
  .old-header {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1488px) {
  .old-header {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1108px) {
  .old-header .shipping-address-link {
    display: none !important;
  }
}
@media only screen and (max-width: 554px) {
  .old-header .tracker-shipping-address-link {
    display: none !important;
  }
}
.old-header div.tracker-shipping-address-link {
  margin: 0 10px;
}
.old-header div.tracker-shipping-address-link a {
  font-weight: 600;
  text-decoration: none !important;
  color: #0056b3;
}
.old-header .navbar {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .old-header .navbar {
    padding: 0 0 0 16px;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 350px) {
  .old-header .navbar {
    padding: 0.5rem !important;
  }
}
@media only screen and (max-width: 330px) {
  .old-header .navbar .navbar-toggler {
    font-size: unset !important;
  }
}
.old-header .navbar .page-title-cont {
  display: flex;
  align-items: center;
  position: relative;
}
.old-header .navbar .page-title-cont .alert-icon {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .old-header .navbar .page-title-cont .alert-icon {
    margin-bottom: 0px;
  }
}
.old-header .navbar .page-title-cont .alert-icon .vertical-line {
  display: block;
  height: 12px;
  width: 1px;
  background-color: #D2DDEC;
  margin: 0px 7px 0px 8px;
}
@media only screen and (max-width: 320px) {
  .old-header .navbar .page-title-cont .alert-icon .vertical-line {
    margin: 0px 4px 0px 4px;
  }
}
.old-header .navbar .page-title-cont .alert-icon i {
  color: #9CAFCB;
  cursor: pointer;
  transform: rotate(180deg);
}
.old-header .navbar .page-title-cont .alert-icon i:hover {
  color: #3B516C;
}
.old-header .navbar .page-title-cont .alert-icon .info-text {
  font-size: 12.64px;
  font-family: "Avenir medium";
  color: #3BBD96;
  border-color: #3BBD96;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 4px 0px;
  height: 21px;
}
@media only screen and (max-width: 600px) {
  .old-header .navbar .page-title-cont .alert-icon .info-text {
    padding: 3px 5px 2px;
  }
}
@media only screen and (max-width: 600px) {
  .old-header .navbar .page-title-cont .alert-icon .info-text span {
    display: none;
  }
}
.old-header .navbar .page-title-cont .alert-icon .info-text svg {
  margin-right: 3px;
  margin-top: -2px;
  height: 12px;
}
@media only screen and (max-width: 600px) {
  .old-header .navbar .page-title-cont .alert-icon .info-text svg {
    margin: 0;
  }
}
.old-header .navbar .page-title-cont .alert-icon .info-text svg path {
  stroke: #3BBD96;
}
.old-header .navbar .page-title-cont .alert-icon .info-text:hover {
  color: #fff;
  border-color: #fff;
  background: #3BBD96;
}
.old-header .navbar .page-title-cont .alert-icon .info-text:hover svg path {
  stroke: #fff;
}
.old-header .navbar .page-title-cont .beta-tag {
  color: white;
  border-radius: 5.46px;
  padding: 2px 5px 0px 5px;
  text-transform: uppercase;
  background-color: #4A91F5;
  font-size: 10px;
  margin: 0px 8px;
  font-family: "Avenir medium";
  letter-spacing: 1px;
}
@media only screen and (max-width: 430px) {
  .old-header .navbar .page-title-cont .beta-tag {
    border-radius: 7px;
    padding: 1px 5px 0px 6px;
    margin: 0px 0px;
    position: absolute;
    top: -10px;
    right: 23px;
    line-height: 1.2;
  }
}
.old-header .stickey-header {
  align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 1487px) {
  .old-header .stickey-header .navbar-toggler {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    outline: none;
    background: #fff;
    border: 0;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 3px;
    position: relative;
  }
  .old-header .stickey-header .navbar-toggler.navbar-toggler-alert::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background: #2E9BFF;
    border-radius: 50%;
    top: -2px;
    right: -6px;
    animation: 1s blinker ease infinite;
  }
}
.old-header .stickey-header .collapsing {
  transition: none;
}
.old-header .stickey-header .navbar-brand {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  padding-top: unset !important;
  padding-bottom: unset !important;
  text-rendering: geometricPrecision;
  margin-right: 0;
}
.old-header .stickey-header .navbar-brand:hover {
  cursor: default;
  text-decoration: none !important;
}
.old-header .stickey-header #navbarSupportedContent .dropdown-toggle {
  font-size: 17px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #538FD4;
  text-rendering: geometricPrecision;
  font-family: "Avenir medium";
  padding: 9px 11px 5px 11px;
  text-align: right;
  display: flex;
  align-items: center;
}
.old-header .stickey-header #navbarSupportedContent .dropdown-toggle:hover {
  text-decoration: none !important;
  color: #0056b3;
}
.old-header .stickey-header .nav-item .submit-tracking-nav {
  padding: 11px 11px 10px 11px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-size: 14px;
  /*line-height: 163.92%;*/
  line-height: 1;
  margin-right: 16px;
  background: #3BBD96;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.old-header .stickey-header .nav-item .submit-tracking-nav:hover {
  background: #2AAC8A;
  color: #ffffff;
  text-decoration: none !important;
}
.old-header .stickey-header .nav-item {
  display: flex;
}
.old-header .stickey-header .nav-item .bfmr-id-nav {
  padding: 9px 11px 5px 11px;
  letter-spacing: 0.01em;
  font-size: 17px;
  line-height: 163.92%;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #538FD4;
  text-rendering: geometricPrecision;
  font-family: "Avenir medium";
}
.old-header .stickey-header .nav-item .bfmr-id-nav:hover {
  color: #0056b3;
  text-decoration: none !important;
}
.old-header .bfmr-id-nav.dropdown-item svg {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .old-header .bfmr-id-nav.dropdown-item svg {
    margin-left: 13px;
  }
}
.old-header .bfmr-id-nav.dropdown-item svg path {
  stroke: #6E84A3;
}
.old-header .bfmr-id-nav.dropdown-item.active {
  color: #6E84A3;
}
.old-header .dropdown-menu {
  top: 35px;
  left: auto;
  right: 20px;
  min-height: 99px;
  padding: 17px 0 9px 0;
  min-width: 204px;
}
@media only screen and (max-width: 767px) {
  .old-header .dropdown-menu {
    left: -170px;
    top: 35px;
  }
}
.old-header .dropdown-menu .dropdown-item {
  padding: 0 17px 12px 17px;
  font-family: "Avenir medium";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  display: flex;
  align-items: center;
  cursor: default;
  color: #6E84A3;
  text-decoration: none !important;
}
.old-header .dropdown-menu .dropdown-item svg path {
  stroke: #6E84A3;
}
.old-header .dropdown-menu .dropdown-item:hover, .old-header .dropdown-menu .dropdown-item.active, .old-header .dropdown-menu .dropdown-item:active {
  cursor: default;
  background-color: transparent;
}
.old-header .dropdown-menu .dropdown-item:hover svg path, .old-header .dropdown-menu .dropdown-item.active svg path, .old-header .dropdown-menu .dropdown-item:active svg path {
  stroke: #6E84A3;
}
.old-header .dropdown-menu a.dropdown-item {
  cursor: pointer;
}
.old-header .dropdown-menu a.dropdown-item:hover, .old-header .dropdown-menu a.dropdown-item.active, .old-header .dropdown-menu a.dropdown-item:active {
  color: #12263F;
  cursor: pointer;
}
.old-header .dropdown-menu a.dropdown-item:hover svg path, .old-header .dropdown-menu a.dropdown-item.active svg path, .old-header .dropdown-menu a.dropdown-item:active svg path {
  stroke: #12263F;
}
.old-header .dropdown-menu .dropdown-divider {
  margin-top: 0;
  margin-bottom: 16px;
}

.side-bar-collapsed .old-header {
  margin-left: 70px;
}

.mob-page-title {
  pointer-events: none;
  text-decoration: none !important;
  font-size: 18px;
  color: #12263F;
  font-family: "Avenir demi", "Avenir medium";
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 400px) {
  .mob-page-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .mob-page-title {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-has-ticker .old-header,
.top-has-alerts .old-header {
  top: 50px;
}

.top-has-ticker .top-has-alerts .old-header {
  top: 100px;
}

@keyframes blinker {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.is-mac-safari .old-header .navbar .page-title-cont .beta-tag {
  padding: 2px 5px 1.5px 5px;
}
@media only screen and (max-width: 991px) {
  .is-mac-safari .old-header .navbar .page-title-cont .beta-tag {
    padding: 2px 5px 1px 5px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .is-mac-safari .old-header .navbar .page-title-cont .beta-tag {
    top: -14px;
  }
}
.is-mac-safari .old-header .navbar .page-title-cont .alert-icon {
  margin-bottom: 0px;
}
.is-mac-safari .old-header .navbar .page-title-cont .refresh-icon-svg {
  transform: translateY(-1px);
}
.is-mac-safari .old-header .navbar .page-title-cont .alert-icon {
  transform: translateY(1px);
}
@media only screen and (max-width: 767px) {
  .is-mac-safari .old-header .navbar .page-title-cont .mob-page-title {
    padding: 0px;
  }
}

.is-mac-chrome .old-header .navbar .page-title-cont .beta-tag {
  padding: 2px 5px 1px 5px;
}
.is-mac-chrome .old-header .navbar .page-title-cont .alert-icon .info-text {
  padding: 0 4px 0;
  height: 21px;
}
.is-mac-chrome .old-header .navbar .page-title-cont .alert-icon .info-text svg {
  height: 12px;
  margin-top: 1px;
  margin-right: 3px;
}

.bfmr-ag-grid .ag-theme-alpine {
  font-family: "Avenir medium", sans-serif;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  text-decoration: none;
}
.bfmr-ag-grid .ag-theme-alpine .ag-root-wrapper {
  border: 1px solid #E3EBF6;
}
.bfmr-ag-grid .ag-theme-alpine .ag-root .ag-root .ag-row {
  background: #F9FAFC;
}
.bfmr-ag-grid .ag-theme-alpine .ag-cell {
  color: #1F2D3D;
  font-size: 13px;
  line-height: 28px;
  padding: 5px 10px;
  border-left-color: #dde2eb;
}
.bfmr-ag-grid .ag-theme-alpine .ag-header {
  border-bottom: 1px solid #E3EBF6;
}
.bfmr-ag-grid .ag-theme-alpine .ag-header .ag-header-cell {
  background: #F3F6FB;
  padding-left: 12px;
  padding-right: 15px;
}
.bfmr-ag-grid .ag-theme-alpine .ag-header-cell-label {
  padding: 5px 5px 5px 0;
}
.bfmr-ag-grid .ag-theme-alpine .ag-header-cell-text {
  color: #8492A6;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bfmr-ag-grid .ag-theme-alpine .ag-header-cell-resize::after {
  top: 0;
  height: 100%;
  width: 1px;
  left: 50%;
}
.bfmr-ag-grid .ag-theme-alpine .ag-icon-desc:before,
.bfmr-ag-grid .ag-theme-alpine .ag-icon-asc:before {
  color: #6E84A3;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%2395AAC9'/></svg>");
  margin-left: 0.25rem;
}
.bfmr-ag-grid .ag-theme-alpine .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-bottom: 7px;
}
.bfmr-ag-grid .ag-theme-alpine .ag-paging-panel {
  font-size: 13px;
  letter-spacing: -0.01em;
}
.bfmr-ag-grid .ag-theme-alpine .ag-cell-range-handle {
  border-color: #8a9bb3 !important;
}
.bfmr-ag-grid .ag-theme-alpine .ag-range-handle, .bfmr-ag-grid .ag-theme-alpine .ag-fill-handle {
  background-color: #8a9bb3 !important;
}
.bfmr-ag-grid .ag-theme-alpine .ag-group-value {
  font-size: 12px;
  color: #6E84A3;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-date {
  color: #12263f;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-tn {
  color: #2E9BFF;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-item {
  font-family: "Avenir regular", "Avenir medium";
  font-size: 14px;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-tn-invalid,
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-item-invalid {
  color: #dc3545;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-item-amount {
  text-align: right;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-item-quantity {
  text-align: center;
  letter-spacing: -0.01em;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-status-label {
  padding: 3px 15px;
  background: rgba(59, 189, 149, 0.1);
  border-radius: 3px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #3BBD96;
}
.bfmr-ag-grid .ag-theme-alpine .bfmr-ag-more-items {
  background: rgba(59, 81, 108, 0.1);
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #3B516C;
}

.auth-body {
  overflow: hidden;
}

.login-wrapper {
  overflow: hidden;
}
.login-wrapper > div {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .login-wrapper.layout-default {
    padding-top: 100px;
  }
}
.login-wrapper .login-img {
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .login-wrapper {
    overflow: auto;
  }
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form-container.layout-auth {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .form-container {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .form-container {
    align-items: flex-start;
    padding-top: 60px !important;
  }
}
.form-container .topbar-logo {
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: flex;
}
.form-container .topbar-logo a img {
  width: 100px;
}
.form-container .topbar-logo #logo {
  width: 100px !important;
}
@media only screen and (max-width: 767px) {
  .form-container .topbar-logo {
    padding: 22px 67px;
    text-align: center;
    box-shadow: 0px 1px 0px #EFF2F7;
    width: 100%;
    justify-content: center;
  }
}
.form-container .scrollable-form {
  max-height: 100vh;
  overflow-y: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .form-container .scrollable-form {
    max-height: unset;
    overflow-y: unset;
    width: 100%;
    display: unset;
    justify-content: unset;
  }
}
.form-container .auth-form {
  width: 363px;
  margin: 80px auto 33px !important;
}
@media only screen and (max-width: 992px) {
  .form-container .auth-form {
    margin: 33px auto !important;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form {
    padding: 50px 15px 0px 15px;
    width: 100%;
    margin: 0 auto;
  }
}
.form-container .auth-form .form-heading h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #12263F;
  margin-bottom: 4px;
  text-transform: capitalize;
  white-space: nowrap;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .form-heading h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
.form-container .auth-form .form-heading p {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .form-heading p {
    font-size: 16px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .form-heading p {
    font-size: 14px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
.form-container .auth-form .form-heading a {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #12263F;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-bottom: 27px;
  display: flex;
  align-content: center;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .form-heading a {
    font-size: 13px;
    line-height: 20px;
  }
}
.form-container .auth-form .form-heading a .bfmr-go-back {
  font-size: 13px;
  margin-top: 4px;
  color: #12263F;
}
.form-container .auth-form .form-heading span.site-name {
  color: #2AAC8A;
  font-weight: 600;
}
.form-container .auth-form .form-group {
  margin-bottom: 0px;
}
.form-container .auth-form .form-group #username, .form-container .auth-form .form-group #name, .form-container .auth-form .form-group #city, .form-container .auth-form .form-group #state, .form-container .auth-form .form-group #email, .form-container .auth-form .form-group #password {
  margin-bottom: 5px;
}
.form-container .auth-form .form-group #password {
  padding-right: 32px;
}
.form-container .auth-form .form-group.checklist-control {
  margin-bottom: 35px;
}
.form-container .auth-form .form-group.login-checklist-control {
  margin-bottom: 20px;
  margin-top: 5px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.form-container .auth-form .form-group.login-checklist-control label {
  padding-top: 3px;
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #12263F;
  cursor: pointer;
}
.form-container .auth-form .form-group.form-heading {
  margin-bottom: 20px;
}
.form-container .auth-form .form-group.add-payment-detail {
  text-align: center;
}
.form-container .auth-form .form-group.add-payment-detail .btn-green:hover {
  text-decoration: none !important;
}
.form-container .auth-form .form-group.add-payment-detail a {
  line-height: 2 !important;
}
.form-container .auth-form .custom-control-caption {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .custom-control-caption {
    font-family: "Avenir demi", "Avenir medium";
  }
}
.form-container .auth-form .custom-control-caption a {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .custom-control-caption a {
    font-family: "Avenir demi", "Avenir medium";
  }
}
.form-container .auth-form .bfmr-auth-error {
  margin-bottom: 7px;
}
.form-container .auth-form .query-info p {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .query-info p {
    font-size: 16px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .query-info p {
    font-size: 14px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
.form-container .auth-form .query-info p.confirmation {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .query-info p.confirmation {
    font-size: 16px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .query-info p.confirmation {
    font-size: 14px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
.form-container .auth-form .query-info a.mailto {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3BBD96;
  text-rendering: geometricPrecision;
}
.form-container .auth-form .query-info p.or {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
}
.form-container .auth-form .query-info a.confirm-email {
  font-size: 14px;
  font-family: "Avenir demi", "Avenir medium";
}
.form-container .auth-form .toggle-pwd-icon {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #81a9ca;
  font-size: 14px;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .toggle-pwd-icon {
    right: 14px;
  }
}
.form-container .auth-form .bfmr-auth-form-next {
  margin-bottom: 15px;
}
.form-container .auth-form .bfmr-btn {
  width: 100%;
}
.form-container .auth-form .social-icon-section {
  margin-bottom: 15px;
}
.form-container .auth-form .social-icon-section .social-icon li {
  width: 33.33%;
  text-align: center;
  padding: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.form-container .auth-form .social-icon-section .social-icon li a {
  font-size: 12px;
}
.form-container .auth-form .social-icon-section .social-icon .facebook-icon {
  border-radius: 8px 0px 0px 8px;
}
.form-container .auth-form .social-icon-section .social-icon .facebook-icon:hover, .form-container .auth-form .social-icon-section .social-icon .facebook-icon:focus, .form-container .auth-form .social-icon-section .social-icon .facebook-icon:active, .form-container .auth-form .social-icon-section .social-icon .facebook-icon:visited {
  background: #e3ebf6;
}
.form-container .auth-form .social-icon-section .social-icon .facebook-icon a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .form-container .auth-form .social-icon-section .social-icon .facebook-icon:hover {
    background: #ffffff;
  }
}
.form-container .auth-form .social-icon-section .social-icon .twitter-icon:hover, .form-container .auth-form .social-icon-section .social-icon .twitter-icon:focus, .form-container .auth-form .social-icon-section .social-icon .twitter-icon:active, .form-container .auth-form .social-icon-section .social-icon .twitter-icon:visited {
  background: #e3ebf6;
}
.form-container .auth-form .social-icon-section .social-icon .twitter-icon a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .form-container .auth-form .social-icon-section .social-icon .twitter-icon:hover {
    background: #ffffff;
  }
}
.form-container .auth-form .social-icon-section .social-icon .google-icon {
  border-radius: 0px 8px 8px 0px;
}
.form-container .auth-form .social-icon-section .social-icon .google-icon:hover, .form-container .auth-form .social-icon-section .social-icon .google-icon:focus, .form-container .auth-form .social-icon-section .social-icon .google-icon:active, .form-container .auth-form .social-icon-section .social-icon .google-icon:visited {
  background: #e3ebf6;
}
.form-container .auth-form .social-icon-section .social-icon .google-icon a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .form-container .auth-form .social-icon-section .social-icon .google-icon:hover {
    background: #ffffff;
  }
}
.form-container .auth-form .existing-account {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 177.58%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #6E84A3;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .existing-account {
    font-size: 14px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .existing-account {
    font-size: 12px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
.form-container .auth-form .existing-account a {
  font-size: 13px;
  line-height: 177.58%;
  letter-spacing: 0.01em;
  color: #2E9BFF;
  text-rendering: geometricPrecision;
  text-transform: unset;
  cursor: pointer;
}
.form-container .auth-form .existing-account a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form .existing-account a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .existing-account a {
    font-size: 12px;
  }
}
.form-container .auth-form .existing-account a.two_fa_anchor {
  text-transform: none;
}
.form-container .auth-form .forgot-password {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.01em;
  float: right;
  text-decoration: none;
  text-rendering: geometricPrecision;
}
.form-container .auth-form .forgot-password:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form .forgot-password {
    font-family: "Avenir demi", "Avenir medium";
    font-size: 12px;
  }
}
.form-container .auth-form .error-message li, .form-container .auth-form .info-message li {
  margin-top: 0;
  padding-left: 0;
}
.form-container .auth-form .info-message li a {
  color: #2E9BFF;
  outline: none;
}
.form-container .auth-form .info-message li a:hover {
  color: #0056b3;
}
.form-container .auth-form.signup-step-2 {
  padding-top: 70px;
  height: 820px;
}
@media only screen and (max-width: 1024px) {
  .form-container .auth-form.signup-step-2 {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .auth-form.signup-step-2 {
    padding-top: 35px;
  }
}
.form-container .auth-form.signup-step-2 .form-heading {
  margin-bottom: 20px;
}
.form-container .auth-form.signup-step-2 .form-heading a.back-to-signup {
  margin-bottom: 15px;
}
.form-container .auth-form.signup-step-2 .form-heading a.back-to-signup:hover {
  color: #3BBD96;
  text-decoration: none !important;
}
.form-container .auth-form.signup-step-2 .form-heading a.back-to-signup:hover .bfmr-go-back {
  color: #3BBD96;
}
.form-container .auth-form.signup-step-2 .form-group {
  margin-bottom: 0px;
}
.form-container .auth-form.signup-step-2 .form-group.checklist-control {
  margin-bottom: 15px;
}
.form-container .auth-form .loading .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .auth-form .loading .animated-load span {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  margin-right: 2rem;
  text-rendering: geometricPrecision;
}
.form-container select::-ms-expand {
  display: none;
}
.form-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 9px 12px;
  cursor: pointer;
  color: #1f2d3d;
}
.form-container .custom-select-container {
  position: relative;
}
.form-container .custom-select-container::after {
  font-family: "Feather" !important;
  content: "\e92e";
  font-size: 16px;
  color: #9FB1CD;
  right: 15px;
  top: 39px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .form-container .custom-select-container::after {
    top: 37px;
    right: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .custom-select-container::after {
    right: 11px;
    top: 36px;
  }
}

input, textarea {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
}

.home-body .old-header {
  margin-left: 0;
  background: #f9fafc;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .home-body .old-header {
    background: #ffffff;
  }
}
.home-body .old-header .logged-in-user .navbar-toggler-icon {
  display: none;
}
.home-body .old-header .logged-in-user img {
  display: inline;
}
.home-body .old-header .user-not-loggedIn::after {
  content: "";
}
.home-body .old-header .user-not-loggedIn .navbar-toggler-icon {
  display: inline-block;
}
.home-body .old-header .user-not-loggedIn img {
  display: none;
}
.home-body .old-header .dropdown-menu {
  padding: 12px;
}
.home-body .old-header .dropdown-item {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #2C7BE5;
  border: 1px solid transparent;
  background-color: #f8f9fa;
  margin-right: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.home-body .old-header .dropdown-item:hover {
  color: #2468c4;
  border: 1px solid #2C7BE5;
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none !important;
}
.home-body .old-header .dropdown-item:active, .home-body .old-header .dropdown-item:focus {
  border-radius: 5px;
  border: 1px solid #2C7BE5;
  background-color: transparent;
  text-decoration: none !important;
}
.home-body .old-header .dropdown-item.active {
  border-radius: 5px;
  border: 1px solid #2C7BE5;
  background-color: transparent;
}
.home-body .old-header .mob-stickey-header {
  padding: 16px 25px;
}
.home-body .old-header .mob-stickey-header .dropdown-item {
  background: #ffffff;
}
.home-body .old-header .mob-stickey-header #dropdownMenuButton {
  font-size: 1.25rem;
  line-height: 1;
  -webkit-appearance: none;
  text-decoration: none !important;
}
.home-body #home-main-body {
  margin-left: 0;
  padding-top: 67px;
}
@media only screen and (max-width: 767px) {
  .home-body #home-main-body {
    padding-top: 60px;
  }
}
.home-body #home-main-body .main-content-wrapper {
  padding: 0;
}
.home-body #home-main-body .main-content-wrapper .container-fluid {
  background: #f9fafc;
}
@media only screen and (max-width: 767px) {
  .home-body #home-main-body .main-content-wrapper .container-fluid {
    background: #f9fafc;
    padding-top: 30px;
  }
}
.home-body #home-main-body #login-modal.modal {
  z-index: 99999;
}
.home-body #home-main-body #login-modal .modal-content {
  width: 440px;
  border-radius: 10px;
  border: 1px solid #E3EBF6;
}
@media only screen and (max-width: 767px) {
  .home-body #home-main-body #login-modal .modal-content {
    width: 100%;
  }
}
.home-body #home-main-body #login-modal .modal-content .modal-body .auth-form {
  width: auto;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-heading {
  margin-bottom: 44px;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-heading h3 {
  font-family: "Avenir demi", "Avenir medium";
  text-rendering: geometricPrecision;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-group .social-icon li {
  width: 33.33%;
  text-align: center;
  padding: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-group .social-icon li a {
  font-size: 22px;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-group .social-icon li a:hover {
  text-decoration: none !important;
}
.home-body .home-banner {
  position: relative;
  border-bottom: 1px solid #E3EBF6;
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .container {
    max-width: 100%;
  }
}
.home-body .home-banner .jumbrtn {
  padding-bottom: 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn {
    padding-bottom: 0;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text {
  padding-top: 40px;
  max-width: 673px;
  padding-left: 7rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text {
    max-width: 333px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text h2 {
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
  font-size: 48px;
  line-height: 129%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text h2 span {
  color: #31c6ab;
}
.home-body .home-banner .jumbrtn .jumbrtn-text p {
  font-family: "Avenir regular", "Avenir medium";
  font-size: 24px;
  line-height: 157%;
  letter-spacing: 0.04em;
  color: #12263F;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text button {
  padding: 8px 20px;
  width: 160px;
  height: 40px;
}
.home-body .home-banner .jumbrtn .jumbrtn-text .img-mob {
  width: auto;
  height: 100px;
}
.home-body .home-banner .jumbrtn .jumbrtn-img {
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-img img {
    width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn .jumbrtn-img {
    margin-top: 30px;
    width: 100%;
  }
}
.home-body .home-deal {
  padding-top: 25px;
  padding-bottom: 51px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #E3EBF6;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-body .home-deal h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #12263F;
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal h2 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 10px;
  }
}
.home-body .home-deal .filter-sort-section-desk {
  display: block;
  background-color: white;
  box-shadow: 0px 5px 10px rgba(59, 81, 108, 0.1019607843);
  padding: 16px 28px 16px 28px;
  position: sticky;
  top: 50px;
  left: 0px;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk {
    padding: 12px 8px 9px 8px;
  }
}
@media only screen and (max-width: 1108px) {
  .home-body .home-deal .filter-sort-section-desk {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section {
  display: flex;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section.upper-filter {
  align-items: center;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
  position: relative;
  margin-right: 8px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter label,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter label {
  display: none;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 88px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 13px;
  line-height: 1.7;
  top: 11px;
  left: 32px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect.multiselect--active .multiselect__tags,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
  display: none;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
    padding: 4px 8px;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags-wrap,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__single,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags-wrap,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select:before,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 9rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter.has-filter .multiselect__tags,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
@media only screen and (max-width: 1220px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  width: 125px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 800px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper {
    right: unset;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option {
  display: flex;
  align-items: center;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .custom-control-label:after {
  background-size: contain;
  height: 40px !important;
  left: 7rem !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  display: block;
  height: 43px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  border-color: #3B516C;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper {
  width: 280px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__element .checkbox-label .custom-control-label:after {
  left: 11rem !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon {
  top: 7px;
  left: 12px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .generic-search {
  max-width: 246px;
  min-width: 152px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .home-body .home-deal .parent-wrapper {
    min-height: 0.01%;
  }
  .home-body .home-deal .parent-wrapper .inner-wrapper {
    width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .parent-wrapper {
    display: none;
  }
}
.home-body .home-deal .parent-wrapper.mac-os .bf-sort-icon:before {
  top: 0 !important;
}
.home-body .home-deal .parent-wrapper.mac-os .bf-sort-icon:after {
  top: 1px !important;
}
.home-body .home-deal .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text {
  transform: translate(0px, 0px) rotate(-90deg);
}
.home-body .home-deal .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text.browser-safari {
  transform: translate(1px, 0px) rotate(-90deg);
}
.home-body .home-deal .parent-wrapper.mac-os .fav-deal-sort {
  text-align: center;
  padding-right: 15px;
}
.home-body .home-deal .go-to-deal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .go-to-deal {
    margin-top: 24px;
  }
}
.home-body .home-deal .go-to-deal button.btn-green {
  height: 40px;
  line-height: 158%;
  min-width: 210px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .go-to-deal button.btn-green {
    padding: 5px;
    min-height: 40px;
  }
}
.home-body .home-deal .deal-image-container {
  position: sticky;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deals-loading {
    display: none !important;
  }
}
.home-body .home-deal .sorting-header {
  background: #F4F7FB;
  border: 1px solid #E3EBF6;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .sorting-header {
    display: none;
  }
}
.home-body .home-deal .sorting-header .status-sort {
  width: 98px;
}
.home-body .home-deal .sorting-header .item-sort {
  padding-left: 0;
  width: 22%;
}
.home-body .home-deal .sorting-header .pay-sort {
  width: 15%;
  text-align: right;
  padding-right: 15px;
}
.home-body .home-deal .sorting-header .retailer-sort {
  width: 17%;
  padding-left: 47px;
}
.home-body .home-deal .sorting-header .type-sort {
  width: 14%;
  text-align: center;
  padding-right: 15px;
}
.home-body .home-deal .sorting-header .submit-tracking-sort {
  width: 12%;
  padding-left: 10px;
}
.home-body .home-deal .sorting-header .view-deal-sort {
  width: 14%;
}
.home-body .home-deal .sorting-header .fav-deal-sort {
  width: 5%;
  text-align: center;
  padding-right: 15px;
}
.home-body .home-deal .sorting-header a {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #8492A6;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  position: relative;
}
.home-body .home-deal .sorting-header a:hover {
  text-decoration: none !important;
}
.home-body .home-deal .sorting-header a .bf-sort-icon {
  display: none;
}
.home-body .home-deal .sorting-header a.bf-sort {
  cursor: pointer;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon {
  position: relative;
  display: inline;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon:before {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -3px;
  color: #D2DDEC;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon.asc:before {
  color: #6E84A3;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon:after {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -2px;
  color: #D2DDEC;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon.desc:after {
  color: #6E84A3;
}
.home-body .home-deal .progress {
  width: 72px;
  height: 4.23px;
}
.home-body .home-deal .deal-card {
  background: #fff;
  border: 1px solid #E3EBF6;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 8px;
  padding-bottom: 0;
  transition: all 0.1s ease-in-out;
}
.home-body .home-deal .deal-card:hover {
  box-shadow: 0px 4px 14px rgba(193, 193, 193, 0.35);
  transform: scale(1.005);
}
.home-body .home-deal .deal-card:hover .deal-status {
  box-shadow: 6px 2px 8px rgba(193, 193, 193, 0.25);
}
.home-body .home-deal .deal-card.deal-new-desk {
  border-left: 2px solid #2e9bff;
}
.home-body .home-deal .deal-card.deal-private-desk {
  border-left: 2px solid #EBAA26;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card {
    padding: 24px 18px;
  }
}
.home-body .home-deal .deal-card .top-container {
  display: flex;
  width: 100%;
  padding: 17px 0;
  position: relative;
}
.home-body .home-deal .deal-card .product-card {
  display: flex;
  align-items: center;
  width: 29%;
  padding-left: 17px;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card .product-card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-card {
    margin-bottom: 15px;
  }
}
.home-body .home-deal .deal-card .product-card.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-card.deal-private {
  position: absolute;
  content: "Private";
  left: -7px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-card .product-link {
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card .product-card h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-card h4 {
    font-size: 14px;
  }
}
.home-body .home-deal .deal-card .product-card span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
}
.home-body .home-deal .deal-card .product-card img {
  min-width: 63px;
  min-height: 54px;
  width: 63px;
  height: 54px;
  border-radius: 6px;
  margin-right: 15px;
}
.home-body .home-deal .deal-card .product-img {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  width: 98px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card .product-img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-img {
    margin-bottom: 15px;
  }
}
.home-body .home-deal .deal-card .product-img.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-img.deal-private::before {
  position: absolute;
  content: "Private";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-img a {
  margin-right: 15px;
}
.home-body .home-deal .deal-card .product-img a img {
  width: 63px;
  height: 54px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.home-body .home-deal .deal-card .product-title {
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card .product-title a:hover {
  text-decoration: none !important;
}
.home-body .home-deal .deal-card .product-title a h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .deal-card .product-title a h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-title a h4 {
    font-size: 14px;
  }
}
.home-body .home-deal .deal-card .product-title a span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
  font-style: italic;
}
.home-body .home-deal .deal-card .product-title small {
  color: #748daf;
  cursor: initial;
  font-style: italic;
}
.home-body .home-deal .deal-card .product-price {
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: flex-end;
  padding-right: 3px;
}
.home-body .home-deal .deal-card .product-price h4 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card .product-price h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-price h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.home-body .home-deal .deal-card .product-price span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  font-style: italic;
}
.home-body .home-deal .deal-card .product-price .schedule-price {
  font-family: "Avenir medium";
  font-size: 12px;
  color: #0995FA;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1400px) {
  .home-body .home-deal .deal-card .product-price .schedule-price {
    font-size: 11px;
  }
}
.home-body .home-deal .deal-card .product-price-closing {
  flex-direction: column;
  align-items: flex-end;
}
.home-body .home-deal .deal-card .product-store {
  display: flex;
  width: 17%;
  padding-left: 47px;
}
.home-body .home-deal .deal-card .product-store p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
}
.home-body .home-deal .deal-card .product-store span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-store .more-less {
  color: #6E84A3;
  cursor: pointer;
}
.home-body .home-deal .deal-card .product-store .more-less:hover {
  color: #4c5d75;
}
.home-body .home-deal .deal-card .product-store ul {
  display: flex;
  flex-wrap: wrap;
}
.home-body .home-deal .deal-card .product-store ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.home-body .home-deal .deal-card .retailer-type {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px;
}
.home-body .home-deal .deal-card .submit-tracking {
  width: 12%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .deal-card .submit-tracking {
    padding-left: 0;
  }
}
.home-body .home-deal .deal-card .submit-tracking .links-cont {
  position: relative;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links {
  color: #1F2D3D;
  font-size: 13px;
  display: flex;
  font-family: "Avenir medium";
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links:hover {
  text-decoration: none !important;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .toggle-icon {
  display: none;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .expand-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .toggle-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .expand-icon {
  display: none;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .close-upc {
  min-width: 130px;
  position: absolute;
  right: 2px;
  line-height: 1.2;
  color: #e75e7f;
  font-size: 12px;
  font-family: "Avenir medium";
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .close-upc i {
  margin-right: 3px;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .close-upc p {
  margin-bottom: 0;
  text-align: right;
  margin-top: 2px;
}
.home-body .home-deal .deal-card .view-deal-section {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal {
  position: relative;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .home-body .home-deal .deal-card .view-deal-section .view-deal .bfmr-btn {
    font-size: 12px;
  }
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
    font-size: 13px;
  }
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date {
  margin-top: 8px;
  position: absolute;
  min-width: 200px;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p.deadline {
  color: orange;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #e75e7f;
  margin-bottom: 5px;
  text-rendering: geometricPrecision;
  cursor: pointer;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p span.deadline {
  color: orange;
  font-size: 12px;
  margin-right: 1px;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p span {
  color: #e75e7f;
  font-size: 12px;
  margin-right: 1px;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
    font-size: 10px;
  }
}
.home-body .home-deal .deal-card .favourite-deal {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.home-body .home-deal .deal-card .favourite-deal span.fa-heart {
  font-size: 14px;
  color: #95AAC9;
}
.home-body .home-deal .deal-card .favourite-deal span.fa-heart.clickable {
  cursor: pointer;
}
.home-body .home-deal .deal-card .favourite-deal span.fa-heart.clickable:hover {
  color: #e6305c;
}
.home-body .home-deal .deal-card .favourite-deal .fav-deal {
  color: #E75E7F !important;
  font-size: 14px;
}
.home-body .home-deal .deal-card .favourite-deal .fav-deal:hover {
  color: #e6305c !important;
}
.home-body .home-deal .deal-card .deal-status {
  position: absolute;
  right: -14px;
  border-radius: 0px 6px 6px 0px;
  transform: rotate(0);
  width: 16px;
  text-align: center;
  top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-body .home-deal .deal-card .deal-status.deal-closed {
  background: #E75E7F;
  white-space: nowrap;
}
.home-body .home-deal .deal-card .deal-status.deal-deadline {
  background: orange;
  white-space: nowrap;
}
.home-body .home-deal .deal-card .deal-status.deal-onsale {
  background: #6967c7;
  white-space: nowrap;
}
.home-body .home-deal .deal-card .deal-status .deal-status-text {
  height: 17px; /* Height equal to width of parent */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Avenir medium";
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  transform: translate(1px, 0px) rotate(-90deg);
}
.home-body .home-deal .deal-card .pinned-deal {
  position: absolute;
  right: 15px;
  top: 10px;
}
.home-body .home-deal .deal-card .details-section .item-links {
  padding: 20px;
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
}
.home-body .home-deal .deal-card .details-section .item-links p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E3EBF6;
  padding-bottom: 15px;
  transition: 0.5s all ease;
}
.home-body .home-deal .deal-card .details-section .item-links p button {
  padding: 0;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1F2D3D;
  text-decoration: none;
}
.home-body .home-deal .deal-card .details-section .item-links p a {
  color: #1F2D3D;
  text-decoration: none;
}
.home-body .home-deal .deal-card .details-section .item-links p.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul {
  padding: 15px 0;
  border-bottom: 1px solid #E3EBF6;
  align-items: center;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul:last-child {
  border-bottom: none;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li {
  margin-right: 20px;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li:first-child a {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #3B516C;
  text-decoration-line: none;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li a {
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #2C7BE5;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li a h6 {
  font-size: 14px;
  line-height: 19px;
  color: #3B516C;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card-desktop {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob {
  display: none;
  box-shadow: 0 5px 10px rgba(59, 81, 108, 0.102);
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 1108px) {
  .home-body .home-deal .deal-card-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 0px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card-mob {
    padding: 12px 16px 0px 16px;
  }
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .fe {
  font-size: 16px;
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-txt {
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 885px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-txt {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 885px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn {
    padding: 4px 10px;
    border: 1px solid rgba(210, 221, 236, 0.8);
    background-color: rgba(237, 242, 249, 0.4509803922);
  }
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn .fe {
    margin-right: 0px !important;
    font-size: 20px;
    color: #6E84A3;
  }
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Avenir medium";
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
  background: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 5px;
  color: #12263F;
  font-size: 13px;
  text-transform: capitalize;
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white svg {
  margin-bottom: 5px;
}
@media only screen and (max-width: 326px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 12px;
  }
}
@media only screen and (max-width: 315px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 11px;
  }
}
.home-body .home-deal .deal-card-mob .right-section {
  display: flex;
}
.home-body .home-deal .deal-card-mob .mob-filters-view {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  width: 100%;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .generic-search {
  z-index: 9;
  margin-left: 8px;
}
@media only screen and (max-width: 410px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .generic-search {
    margin-right: 0px;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort {
  position: relative;
  margin-left: 8px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
  border: 1px solid #D2DDEC;
  color: #12263F;
  height: 40px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 512px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: 94px;
  }
}
@media only screen and (max-width: 667px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: unset;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
  }
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
    display: none;
  }
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
    margin-left: 0px !important;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white:hover {
  color: #fff;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active {
  border: 1px solid #4BCAB3;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active + .applied {
  position: absolute;
  top: -7px;
  right: -6px;
  background: #4BCAB3;
  border-radius: 10px;
  color: #fff;
  font-family: "Avenir medium";
  padding: 2px 5px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 1;
  display: block;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .btn-txt,
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .fe {
  color: #3BBD96;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .btn-txt {
  color: #fff;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .fe {
  color: #12263F;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
  font-size: 20px;
  transform: rotate(-90deg);
  margin-left: 0px !important;
  color: #3B516C;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white img {
  max-width: unset;
  height: 20px;
  width: 20px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
  padding-left: 8px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .applied {
  display: none;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
  position: relative;
  margin-left: 16px;
}
@media only screen and (max-width: 1220px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    margin-left: 8px;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter label {
  display: none;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 125px;
}
@media only screen and (max-width: 485px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
    width: 42px;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #12263F;
  font-size: 13px;
  line-height: 1.7;
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 485px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
}
@media only screen and (max-width: 485px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags-wrap,
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
@media only screen and (max-width: 800px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
    right: unset;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 7rem !important;
  transform: translateY(-50%);
  width: 80px;
  height: 40px !important;
  background-size: contain;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse {
  min-width: 331px;
  max-width: 331px;
  background: white;
  margin-right: -331px;
  transition: margin-right 2s ease-in;
  height: calc(100% + 25px);
  display: flex;
  flex-direction: column;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse.show {
  margin-right: -16px;
  position: fixed;
  right: 16px;
  top: 50px;
  z-index: 99;
  height: calc(100% - 50px);
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header {
  padding: 20px 25px;
  border-bottom: 1px solid #D2DDEC;
  color: #3BBD96;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header span {
    margin-top: 7px;
    line-height: 1.2;
  }
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header img,
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header .fe {
  margin-right: 8px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header .fe {
  transform: rotate(-90deg);
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body {
  padding: 16px 25px;
  height: 67vh;
  overflow-y: auto;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 label {
  display: none;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect {
  cursor: pointer;
  min-height: 56px;
  position: relative;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 17.25px;
  line-height: 1.7;
  top: 15px;
  left: 12px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__select:before {
  border-color: #12263F;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select {
  height: 56px;
  width: 32px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 56px;
  border-radius: 8px;
  border-color: #E3EBF6;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags-wrap,
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__single {
  display: none !important;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 18px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 250px;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid #e8e8e8;
  border: 1px solid #D2DDEC;
  border-top: 0px;
  top: 0px;
  padding: 8px 8px 4px 8px;
  position: relative;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10.75rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__select:before {
  border-color: #12263F;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option {
  padding-top: 14px;
  padding-bottom: 10px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("/images/exclusive-deal-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label {
  padding-left: 20px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label .custom-control-label::after {
  left: 9.5rem;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .horizontal-line {
  margin: 16px 0px;
  background-color: #D2DDEC;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item {
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  height: 40px;
  margin: 4px 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by p {
  color: #3B516C;
  font-weight: 600;
  margin-bottom: 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by.active {
  background-color: #F2F5FF;
  border-radius: 8px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting:last-child .sorting-item {
  border-bottom: 0px solid transparent;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-footer .btn {
  min-width: 111px;
  border-radius: 8px;
}
.home-body .home-deal .item-links-detail {
  padding: 20px 25px 23px 30px;
  width: 100%;
  background: #F9FAFC;
  position: relative;
  border-radius: 8px;
  border-top: 1px solid #E3EBF6;
  display: block;
  margin-bottom: 0;
  /* margin-top: 15px; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.home-body .home-deal .item-links-detail .details-section {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links {
  margin-bottom: 5px;
  padding-right: 10px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.has-one-col {
  width: 90%;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.has-two-cols {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links.has-two-cols {
    width: 100%;
  }
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 100%;
  }
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links h6 {
  line-height: unset;
  margin-bottom: 0;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a {
  font-family: "Avenir medium";
  font-size: 14px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a:hover {
  text-decoration: underline !important;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a:active, .home-body .home-deal .item-links-detail .details-section .single-deal-links li a:focus {
  text-decoration: none !important;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a.link-closing {
  cursor: pointer;
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date {
  pointer-events: none;
  color: #E75E7F;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date span {
  color: #E75E7F;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date {
    font-family: "Avenir demi", "Avenir medium";
  }
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E232c1;
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container:hover {
  color: #BB1A9D;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy {
  color: #6e84a3;
  font-size: 17px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy:hover {
  color: #12263f;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .link-closing-span {
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.closed li a {
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.closed li span {
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.closed .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.home-body .home-deal .item-links-detail .see-deal-details {
  background: #fff;
  border: 1.2px solid #7690B5;
  border-radius: 6px;
  color: #7690B5;
  font-size: 12px;
  font-family: "Avenir medium";
  cursor: pointer;
  padding: 7px 4px 5px 4px;
  width: 110px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 20px;
  letter-spacing: 0.01em;
}
.home-body .home-deal .item-links-detail .see-deal-details:hover {
  text-decoration: none !important;
  border: 1.2px solid #3BBD96;
  background: #3BBD96;
  color: #FFFFFF;
}
.home-body .home-deal .div-loading {
  overflow: hidden;
  position: relative;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(249, 249, 249);
  z-index: 10001;
  margin-bottom: 20px;
}
.home-body .home-deal .div-loading .logo {
  width: 70px;
  min-height: 140px;
  background: url("../../img/logo.png") center center no-repeat;
}
.home-body .home-deal .div-loading .spinner {
  height: 115px;
  width: 115px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home-body .home-deal .div-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #2AAC8A;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.home-body .home-deal .signin-alert {
  padding: 15px;
  display: flex;
  color: #191919;
  flex-direction: column;
  background: #ebf5e8;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.home-body .home-deal .signin-alert.payment-info-alert {
  flex-direction: row;
}
.home-body .home-deal .signin-alert.payment-info-alert img {
  margin-bottom: 0;
  margin-right: 10px;
}
.home-body .home-deal .signin-alert.payment-info-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  padding-top: 7px;
}
.home-body .home-deal .signin-alert img {
  margin-bottom: 20px;
}
.home-body .home-deal .signin-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
}
.home-body .home-deal .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body .home-deal .animated-load span:first-child {
  margin-right: 20px;
}
.home-body .home-deal .animated-load span:last-child {
  margin-left: 20px;
}
.home-body .home-deal .quick-filters-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .quick-filters-wrapper {
    display: flex;
    flex-grow: 1;
    width: calc(65% - 120px);
    overflow: auto;
    margin-right: 20px;
  }
  .home-body .home-deal .quick-filters-wrapper .btn-quick-filter {
    margin-right: 7px;
  }
}
.home-body .home-deal .quick-filters-wrapper::-webkit-scrollbar {
  display: none;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter {
  margin-right: 8px;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter .deal-filter-icon svg path:last-child {
  fill: #3B516C;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:first-child, .home-body .home-deal .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:last-child, .home-body .home-deal .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:last-child {
  fill: white;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:last-child {
  fill: white;
}
.home-body .home-deal .quick-filters-wrapper .vertical-line {
  width: 1px;
  height: 40px;
  background-color: #D2DDEC;
  margin-right: 8px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter {
  order: 9;
  position: relative;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter label,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter label,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter label {
  font-size: 10px;
  font-family: "Avenir medium";
  text-transform: uppercase;
  color: #8492A6;
  letter-spacing: 0.01em;
  padding-left: 1px;
  visibility: hidden;
  display: none;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  cursor: pointer;
  min-height: 30px;
  width: 112px;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 108px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  position: absolute;
  content: "Retailers";
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 14px;
  line-height: 1.478;
  top: 6px;
  left: 12px;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
    font-size: 14px;
    top: 6px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect.multiselect--active .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect.multiselect--active .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select {
  height: 30px;
  width: 30px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags {
  padding: 4px 16px 3px 8px;
  min-height: 30px;
  border-radius: 22px;
  border-color: #D2DDEC;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags-wrap,
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__single,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags-wrap,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__single,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags-wrap,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__single {
  display: none !important;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 12px;
  border: solid #3B516C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
    top: 6px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 260px;
  border-radius: 16px;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  top: 34px;
  padding: 4px 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter.has-filter:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter.has-filter:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter.has-filter:before {
  content: attr(counter);
  position: absolute;
  right: 0px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #12263F;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
  line-height: 1;
  padding-top: 0px;
  z-index: 999;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter.has-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter.has-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before {
  top: 6px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter {
  margin-right: 8px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  width: 130px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 120px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  content: "Retail Types";
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  border-color: #3B516C;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect::before {
  content: "Deal Types";
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card-wrapper .mob-title-n-ship-address {
    display: none;
  }
}
.home-body .home-deal .deal-card-wrapper .deal-image-container {
  display: none;
}
.home-body .home-deal .view-all {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .view-all {
    padding: 0 15px;
  }
}
.home-body .home-deal .view-all button {
  width: 160px;
  height: 40px;
  line-height: 2.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .view-all button {
    width: 100%;
  }
}
.home-body .how-it-work {
  border-top: 1px solid #E3EBF6;
  border-bottom: 1px solid #E3EBF6;
  background: #f9fafc;
}
.home-body .how-it-work .container {
  padding-top: 50px;
  padding-bottom: 77px;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home-body .how-it-work .container h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #12263F;
  padding-bottom: 55px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container h2 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 30px;
  }
}
.home-body .how-it-work .container .v-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container .v-list {
    flex-direction: column;
  }
}
.home-body .how-it-work .container .v-list li {
  width: 225px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container .v-list li {
    margin-bottom: 20px;
  }
}
.home-body .how-it-work .container .v-list li div {
  border: 3.5px solid #12263F;
  border-radius: 200px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container .v-list li div {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .home-body .how-it-work .container .v-list li div img {
    width: 37px;
    height: 37px;
  }
}
.home-body .how-it-work .container .v-list li p {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 150%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  width: 180px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container .v-list li p {
    font-size: 14px;
    max-width: 170px;
  }
}
.home-body .how-it-work .container .v-list li:not(:last-child):after {
  position: absolute;
  content: url("../img/home/how-it-work/arrow_forward.svg");
  right: 0;
  top: 40px;
  height: 35px;
  width: 14px;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container .v-list li:not(:last-child):after {
    top: 30px;
    height: 29px;
    width: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container .v-list li:not(:last-child):after {
    content: "";
    height: 0;
    width: 0;
  }
}
.home-body .join-community {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #F4F7FC;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-body .join-community {
    padding-bottom: 22px;
  }
}
.home-body .join-community .join-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container {
    flex-direction: column;
  }
}
.home-body .join-community .join-container p {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.01em;
  color: #657A98;
  margin-bottom: 0;
  margin-right: 13px;
  padding-top: 2px;
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container p {
    font-size: 13px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container p {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 10px;
  }
}
.home-body .join-community .join-container p.error-margin {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container p.error-margin {
    margin-bottom: 10px;
  }
}
.home-body .join-community .join-container form {
  max-width: 316px;
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form {
    max-width: 485px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form .input-group {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form .input-group {
    flex-wrap: wrap;
  }
}
.home-body .join-community .join-container form input {
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 6px 0px 0px 6px;
  font-size: 14px;
  line-height: 163.92%;
  color: #95AAC9;
  width: 220px;
  max-width: 220px;
  min-height: 40px;
  padding: 12px 27px 12px 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  color: #1f2d3d;
}
.home-body .join-community .join-container form input::-webkit-input-placeholder {
  color: #95aac9;
}

.home-body .join-community .join-container form input:-moz-placeholder {
  color: #95aac9;
}

.home-body .join-community .join-container form input::-moz-placeholder {
  color: #95aac9;
}

.home-body .join-community .join-container form input:-ms-input-placeholder {
  color: #95aac9;
}

@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form input {
    width: 345px;
    min-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form input {
    width: 100%;
    max-width: 100%;
    min-height: 38px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form .bfmr-home-input-group {
    width: 100%;
  }
}
.home-body .join-community .join-container form button {
  border-radius: 0px 6px 6px 0px;
  width: 96px;
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form button {
    width: 100px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form button {
    border-radius: 6px !important;
    width: 100%;
  }
}
.home-body .join-community .join-container ul li {
  margin-bottom: 0;
  line-height: 1;
}
.home-body .faq-section {
  background: #ffffff;
  padding-top: 55px;
  padding-bottom: 51px;
}
@media only screen and (max-width: 1024px) {
  .home-body .faq-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .faq-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home-body .faq-section .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body .faq-section .animated-load span:first-child {
  margin-right: 20px;
}
.home-body .faq-section .animated-load span:last-child {
  margin-left: 20px;
}
.home-body .contact-us {
  padding-top: 55px;
  padding-bottom: 114px;
  background: #f9fafc;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.home-body .contact-us .contact-form {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form {
    width: 100%;
  }
}
.home-body .contact-us .contact-form h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .contact-form h2 {
    font-size: 28px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form h2 {
    font-size: 16px;
    line-height: 150%;
  }
}
.home-body .contact-us .contact-form textarea {
  resize: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form textarea {
    font-size: 12px;
  }
}
.home-body .contact-us .contact-form .btn-green {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  margin-top: 10px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form .btn-green {
    line-height: 2.2;
  }
}
.home-body .contact-us .contact-form .emai-opion {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-align: center;
  text-transform: lowercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .contact-form .emai-opion {
    font-family: "Avenir demi", "Avenir medium";
  }
}
.home-body .contact-us .contact-form p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .contact-form p {
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form p {
    font-size: 12px;
  }
}
.home-body .contact-us .contact-form #textareaLength {
  position: absolute;
  right: 0;
  bottom: -13px;
  z-index: 9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #95aac9;
}
.home-body .contact-us .contact-form .form-group {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form .form-group {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home-body .contact-us .contact-form .form-group.home-contactus-textarea {
  margin-bottom: 20px !important;
}
.home-body .contact-us .home-contact {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .home-contact {
    display: none;
  }
}
.home-body .contact-us .home-contact-mob {
  position: static;
  margin-top: -65px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .home-body .contact-us .home-contact-mob {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .home-contact-mob {
    display: none;
  }
}
.home-body .home-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 30px 10px 25px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-body .home-footer {
    justify-content: center;
  }
  .home-body .home-footer .copyright {
    order: 2;
  }
  .home-body .home-footer div {
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  .home-body .home-footer div:nth-child(1) {
    order: 1;
  }
}
.home-body .home-footer .copyright {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  color: #525B66;
}
.home-body .home-footer li {
  display: inline-block;
  padding-right: 30px;
}
.home-body .home-footer li:last-child {
  padding-right: 20px;
}
.home-body .home-footer li a {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
}
.home-body .auth-form {
  width: 363px;
  margin: 33px auto;
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form {
    padding: 15px;
  }
}
.home-body .auth-form .form-heading p {
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .home-body .auth-form .form-heading p {
    font-size: 16px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form .form-heading p {
    font-size: 13px;
    font-family: "Avenir medium";
  }
}
.home-body .auth-form .form-heading a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #12263F;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form .form-heading a {
    font-size: 13px;
    line-height: 20px;
  }
}
.home-body .auth-form .query-info {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #12263F;
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form .query-info {
    font-size: 13px;
  }
}
.home-body .auth-form .toggle-pwd-icon {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #81a9ca;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
}
.home-body .auth-form .btn-green {
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 1;
}
.home-body .auth-form .existing-account {
  font-size: 13px;
  line-height: 177.58%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #6E84A3;
}
.home-body .auth-form .existing-account a {
  color: #2E9BFF;
  text-transform: capitalize;
}
.home-body .auth-form .existing-account a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
.home-body .auth-form .forgot-password {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  float: right;
  text-decoration: none;
}
.home-body .auth-form .forgot-password:hover {
  text-decoration: underline !important;
}
.home-body .auth-form .close {
  position: absolute;
  right: 25px;
  top: 25px;
  outline: none;
}
.home-body #unsubscribe-main-body {
  padding-top: 0px;
}
.home-body #unsubscribe-main-body.loading-animation-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body #unsubscribe-main-body.loading-animation-centered .animated-load {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-body #unsubscribe-main-body .parent-container .auth-form {
  margin: 0;
}
.home-body #unsubscribe-main-body .card-body {
  z-index: 999;
}

#bfmr-sidebar {
  display: inline-block;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 250px;
  height: var(--app-height);
  border-right: 1px solid #E3EBF6;
  background: #ffffff;
  z-index: 1030;
  clear: both;
  padding: 0;
  transition: width 0.5s ease-in-out;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar {
    width: 70px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1220px) and (max-width: 1308px) {
  #bfmr-sidebar {
    width: 0;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar {
    position: fixed;
    width: 0;
    overflow: hidden;
  }
}
#bfmr-sidebar .collapse-arrow {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -14px;
  top: 37px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 1px;
  cursor: pointer;
  z-index: 99999;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .collapse-arrow {
    display: none;
  }
}
#bfmr-sidebar .collapse-arrow img {
  width: 6px;
  margin-left: -2px;
}
#bfmr-sidebar .collapse-arrow i {
  font-size: 13px;
  color: #7f93ae;
}
#bfmr-sidebar .collapse-arrow .open-arrow {
  display: none;
}
#bfmr-sidebar .collapse-arrow:hover {
  background: #3bbd96;
  border-color: #3bbd96;
}
#bfmr-sidebar .collapse-arrow:hover i {
  color: #fff;
}
#bfmr-sidebar .bfmr-navbar-toggler-section {
  display: flex;
  height: 50px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section {
    padding: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section {
    padding: 0 1.5rem;
    justify-content: space-between;
  }
}
#bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand {
  display: block;
  text-align: center;
  margin: 0;
  margin-left: 31px;
  padding: 0;
}
#bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand.topbar-animated-logo .navbar-brand-img {
  width: 100px;
  margin-top: -10px;
  animation: scale-in-hor-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand {
    margin-left: unset;
  }
}
#bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .navbar-brand-img {
  width: 100px;
}
@media only screen and (min-width: 1488px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .navbar-brand-img {
    display: block;
  }
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .navbar-brand-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .navbar-brand-img {
    display: block;
  }
}
@media only screen and (min-width: 1488px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .shrinked-logo {
    display: none;
  }
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .shrinked-logo {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand .shrinked-logo {
    display: none;
  }
}
#bfmr-sidebar .bfmr-navbar-toggler-section .navbar-toggler-on-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-toggler-on-mob {
    display: flex;
    background: #fff;
  }
}
#bfmr-sidebar .bfmr-navbar-toggler-section button {
  border: none;
  outline: none;
}
#bfmr-sidebar .sidebar-content {
  position: relative;
  height: calc(100% - 50px); /* Reducing height of logo */
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 991px) and (orientation: landscape) {
  #bfmr-sidebar .sidebar-content {
    overflow-y: auto;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav {
  position: relative;
  height: calc(100% - 74px); /* Reducing height of footer */
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav::-webkit-scrollbar {
  width: 6px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav {
  flex-direction: column;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item {
  position: relative;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
  position: absolute;
  content: attr(data-unread-count);
  width: 18px;
  height: 18px;
  background: #2E9BFF;
  left: 160px;
  top: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 11px;
  line-height: 1;
  padding-top: 2px;
  z-index: 9;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
  left: 155px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 12px;
    left: 38px;
    padding-top: 3px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
  width: 32px;
  border-radius: 9px;
  top: 20px;
  left: 152px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
    top: 12px;
    left: 36px;
    padding-top: 3px;
  }
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item {
    padding: 13px 23px 3px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item {
    padding: unset;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu {
  display: flex;
  align-items: center;
  position: relative;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown {
  position: absolute;
  top: 40%;
  right: 14%;
  z-index: 10;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown .fe-chevron-down {
  color: #9CAFCB;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown .fe-chevron-up {
  color: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 8px;
  margin: 0px 24px;
  margin-top: 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Avenir medium";
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link {
    justify-content: center;
    padding: 0.3rem 0;
    width: unset;
    margin: unset;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    padding: 0.3rem 1.5rem;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover {
  border-color: #E3EBF6;
  background-color: #F9FBFF;
  text-decoration: none !important;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover {
    border-color: transparent;
    background-color: transparent;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover svg path {
  stroke: #6E84A3;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover svg path ~ rect {
  stroke: #6E84A3;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover svg circle,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover svg line,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover svg g[stroke] {
  stroke: #6E84A3;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active {
  color: #3BBD96;
  border-color: #3BBD96;
  text-decoration: none !important;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active {
    border-color: transparent;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus svg path, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active svg path {
  stroke: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus svg path ~ rect, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active svg path ~ rect {
  stroke: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus svg circle,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus svg line,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:focus svg g[stroke], #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active svg circle,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active svg line,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:active svg g[stroke] {
  stroke: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active {
  color: #3BBD96;
  border-color: #3BBD96;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active {
    border-color: transparent;
    box-shadow: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active svg path {
  stroke: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active svg path ~ rect {
  stroke: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active svg circle,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active svg line,
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active svg g[stroke] {
  stroke: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker {
  z-index: 9;
  position: relative;
  width: 100%;
  background-color: white;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker {
    border-color: transparent;
    background-color: transparent;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker span {
  margin-left: 7px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker:focus, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker:active, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker.active {
  background-color: white;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker:hover {
  background-color: #F9FBFF;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker.active {
  border-color: #3BBD96;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker.active {
    border-color: transparent;
    background-color: transparent;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.myTracker.active + .icon-dropdown .fe {
  color: #3BBD96;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .fe, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link svg {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .fe, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link svg {
    min-width: 2.5rem;
    margin-left: 0;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link span {
  padding-top: 5px;
  line-height: 25px;
  margin-left: 10px;
  animation: scale-in-hor-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link span.link-text {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .beta-tag {
  color: white;
  border-radius: 5.46px;
  padding: 3px 5px 1px 5px;
  text-transform: uppercase;
  background-color: #4A91F5;
  font-size: 10px;
  margin-left: 8px;
  line-height: 15px;
  font-family: "Avenir medium";
  letter-spacing: 1px;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .beta-tag {
    padding: 1.2px 2px 0px 3px !important;
    position: absolute;
    top: 10px;
    right: 4px;
    font-size: 8px;
    line-height: 14px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.ipad-sidebar-expansion {
  color: #6E84A3;
  font-size: 15px;
  padding-left: 10px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.ipad-sidebar-expansion span.fa-heart {
  color: #9cafcb;
  font-size: 15px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication {
  position: relative;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication::after {
  position: absolute;
  content: attr(data-unread-count);
  width: 12px;
  height: 12px;
  background: #2E9BFF;
  left: 12px;
  top: 3px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 11px;
  line-height: 1;
  padding-top: 2px;
  z-index: 9;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1220px) and (max-width: 1308px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication::after {
    display: none;
  }
}
@media only screen and (min-width: 1488px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication::after {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication.has-collapsed::after {
  display: block;
  left: 16px;
}
@media only screen and (min-width: 1488px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication.has-collapsed::after {
    display: block;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1220px) and (max-width: 1308px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication.new-label-fade::after {
    display: none;
  }
}
@media only screen and (min-width: 1488px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication.new-label-fade::after {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu {
  padding-left: 38px;
  position: relative;
  padding: 8px 0px 8px 12px;
  border: 1px solid #E3EBF6;
  border-top: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 0px 24px;
  margin-top: -8px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu.trackerPageActive {
  padding: 8px 0px 8px 12px;
  border: 1px solid #E3EBF6;
  border-top: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 0px 24px;
  margin-top: -8px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link {
  padding: 4px 8px 2px 8px;
  margin: 4px 16px 0px 24px;
  z-index: 9;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link::before {
  content: "";
  width: 11px;
  height: 32px;
  border-bottom-left-radius: 110px;
  border: 1px solid #E3EBF6;
  border-top: 0;
  border-right: 0;
  position: absolute;
  top: -16px;
  left: 14px;
  z-index: -1;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link:focus, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link:active {
  box-shadow: unset;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link:focus::before, #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link:active::before {
  background: none;
  border-color: #3BBD96;
  z-index: 1;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link.active {
  background-color: #3BBD96;
  border-radius: 8px;
  color: white;
  box-shadow: unset;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link.active::before {
  background: none;
  border-color: #3BBD96;
  z-index: 1;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item .nav-link span {
  padding-top: 0px;
  margin-left: 0px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item:nth-child(1) .nav-link::before {
  height: 36px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item:nth-child(2) .nav-link::before {
  height: 75px;
  top: -53px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item:nth-child(3) .nav-link::before {
  height: 112px;
  top: -90px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item:nth-child(4) .nav-link::before {
  height: 148px;
  top: -127px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item:nth-child(5) .nav-link::before {
  height: 185px;
  top: -164px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item:nth-child(6) .nav-link::before {
  height: 212px;
  top: -190px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item.archivedNav {
  border-top: 1px solid #E3EBF6;
  margin-right: 16px;
  margin-top: 4px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item.archivedNav .nav-link {
  margin-left: 0px;
  margin-right: 0px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .subMenu .nav-item.archivedNav .nav-link::before {
  display: none;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-divider {
  margin-top: 10px !important;
  margin-bottom: 15px;
  border-color: #e3ebf6;
  width: 190px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-divider.divider-1 {
  margin-bottom: 9px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .navbar-divider.divider-2 {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-divider {
    width: 21px;
  }
}
@media only screen and (max-height: 650px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .other-pages {
  display: inline-block;
  font-family: "Avenir medium";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #95AAC9;
  margin-bottom: 8px;
  padding-left: 0.7rem;
  animation: scale-in-hor-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .other-pages {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section {
  margin: 4px 32px 0px;
  height: calc(100% - 210px); /* Calculate remaining height of sidebar left for quick links */
  /* calc( 100% - ( heights of 2 hr ) + ( height of nav item * no of nav items ) ) */
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section {
    margin: 4px 23px 0px 25px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .inner-container {
  padding: 0px;
  padding-bottom: 10px;
  animation: scale-in-hor-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .inner-container {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 8px;
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .ipad-sidebar-expansion {
  color: #6E84A3;
  font-size: 15px;
  padding: 0.5rem 0px;
  text-align: center;
  display: none;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .ipad-sidebar-expansion span.fa-heart {
  color: #9cafcb;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .ipad-sidebar-expansion {
    display: block;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .ipad-sidebar-expansion.heart-icon-sidebar-desktop {
  display: none;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links {
  position: relative;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6E84A3;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Avenir medium";
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header {
  color: #6E84A3;
  font-size: 15px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 6px 8px 10px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header:hover {
  text-decoration: none !important;
  color: #12263F;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header:hover + svg {
  stroke: #12263f;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header span.link-text {
  display: inline-block;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header span.link-text.link-text-no {
  padding-left: 3px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header[aria-expanded=false] .custom-fa-angle:before {
  content: "\f107";
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header[aria-expanded=true] .custom-fa-angle:before {
  content: "\f106";
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header {
    justify-content: center;
    padding: 0.3rem 1.5rem;
  }
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header span.link-text {
    display: none;
  }
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header .custom-fa-angle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header span.link-text {
    display: inline;
  }
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header .custom-fa-angle {
    display: inline;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header span.fe-shopping-bag {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header span.fe-shopping-bag {
    margin-right: 0;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header svg.bag-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
  margin-right: 5px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header .deal-quick-link-header svg.heart-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  margin-right: 5px;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header:hover {
  color: #12263F;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header:hover + svg path {
  stroke: #12263f;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .links-header:hover svg path {
  stroke: #12263f;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .quick-link-collpase-wrapper {
    position: absolute;
    left: 51px;
    background: #fff;
    width: 200px;
    top: 12px;
    box-shadow: 4px 5px 10px rgba(193, 193, 193, 0.25);
    border-radius: 8px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-sort-header {
  background: #F0F4F9;
  text-align: right;
  padding: 6px 20px 6px 0;
  margin-bottom: 18px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-sort-header a {
  position: relative;
  color: #8492A6;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 3px;
  font-family: "Avenir medium";
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-sort-header a:before {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -10px;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -7px;
  color: #D2DDEC;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-sort-header a.asc:before {
  color: #6E84A3;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-sort-header a:after {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -10px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -3px;
  color: #D2DDEC;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-sort-header a.desc:after {
  color: #6E84A3;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-list ul {
    padding: 5px 15px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-list ul li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 7px;
  font-family: "Avenir medium";
  padding-left: 0;
  color: #6E84A3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-list ul li {
    font-size: 14px;
  }
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-list ul li span {
  display: inline-block;
  max-width: 98.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#bfmr-sidebar .sidebar-content .sidebar-nav .deal-quick-links .deals-link-list ul li a {
  position: relative;
}
#bfmr-sidebar .sidebar-content .copyright-section {
  position: static;
  bottom: 0;
  display: block;
  box-shadow: 0 -1rem 2rem 0 rgba(11, 11, 11, 0.05);
  padding: 10px 10px 10px 10px;
  animation: scale-in-hor-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .copyright-section {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .copyright-section ul.v-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bfmr-sidebar .sidebar-content .copyright-section ul.v-list li {
  margin: 0 8px 6px 8px;
}
#bfmr-sidebar .sidebar-content .copyright-section ul.v-list li a {
  color: #2E9BFF;
  font-size: 11px;
  font-family: "Avenir medium";
}
#bfmr-sidebar .sidebar-content .copyright-section ul.v-list li a:hover {
  color: #0056b3;
}
#bfmr-sidebar .sidebar-content .copyright-section span.copyright {
  color: #949494;
  font-size: 11px;
  font-family: "Avenir medium";
}
#bfmr-sidebar .sidebar-content .copyright-section .rights-reserved {
  margin-bottom: 0;
  color: #949494;
  font-size: 10px;
  font-family: "Avenir medium";
}
#bfmr-sidebar .sidebar-content .support-section {
  padding: 0px 15px 10px 15px;
  position: relative;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .support-section {
    padding: 10px 0px 10px 0px;
  }
}
#bfmr-sidebar .sidebar-content .support-section .bfmr-btn {
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  justify-content: flex-start;
  font-size: 14px !important;
  font-family: "Avenir regular", "Avenir medium";
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .support-section .bfmr-btn {
    min-width: unset;
    width: 40px;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .support-section .bfmr-btn .bfmr-btn-text {
    display: none;
  }
}
#bfmr-sidebar .sidebar-content .support-section .bfmr-btn .bfmr-btn-icon {
  margin-right: 8px;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .support-section .bfmr-btn .bfmr-btn-icon {
    margin-right: 0px;
    display: block;
  }
}
#bfmr-sidebar .sidebar-content .support-section .feedback-button-section {
  position: relative;
}
#bfmr-sidebar .sidebar-content .support-section .feedback-button-section .fe-chevron-down,
#bfmr-sidebar .sidebar-content .support-section .feedback-button-section .fe-chevron-up {
  position: absolute;
  top: 9px;
  right: 11px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .support-section .feedback-button-section .fe-chevron-down,
  #bfmr-sidebar .sidebar-content .support-section .feedback-button-section .fe-chevron-up {
    display: none;
  }
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content .support-section .feedback-button-section .bfmr-btn-svg-icon {
    margin-right: 0;
  }
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper {
  overflow: hidden;
  height: 0;
  top: -1px; /* Initially hidden */
  transition: top 0.3s ease-out, height 0.3s ease-out; /* Smooth height transition */
  position: absolute;
  width: 219px;
  background: #fff;
  border-radius: 12px;
  z-index: 9999;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #3BBD96;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  font-family: "Avenir regular", "Avenir medium";
  margin-bottom: 0;
  cursor: pointer;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper h3 i {
  margin-left: auto;
  font-size: 21px;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper h3 svg {
  margin-right: 6px;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper.support-widget-open {
  border: 1px solid #E3EBF6;
  height: 211px;
  top: -212px; /* Arbitrarily large value to fit the content */
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper ul {
  padding: 13px;
  list-style: none;
  margin: 0;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper ul li {
  margin-bottom: 18px;
  display: flex;
  gap: 9px;
  cursor: pointer;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper ul li:last-child {
  margin-bottom: 0;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper ul li a {
  color: #6E84A3;
  width: 100%;
  text-decoration: none !important;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper ul li svg {
  width: 25px;
}
#bfmr-sidebar .sidebar-content .support-section .user-feedback-links-wrapper ul li:hover a {
  color: #3BBD96;
}
#bfmr-sidebar .sidebar-content.beta-user .sidebar-nav {
  height: calc(100% - 124px);
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar .sidebar-content.beta-user .sidebar-nav {
    height: calc(100% - 60px);
  }
}
#bfmr-sidebar.sidebar-mob-view {
  width: 250px;
  z-index: 99999;
}
@media only screen and (max-height: 600px) {
  #bfmr-sidebar.sidebar-mob-view {
    overflow: auto !important;
  }
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.sidebar-mob-view .sidebar-nav {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#bfmr-sidebar.sidebar-mob-view .bfmr-navbar-toggler-section {
  padding: 0 1.5rem;
  justify-content: space-between;
}
#bfmr-sidebar.sidebar-mob-view .bfmr-navbar-toggler-section .navbar-brand {
  margin-left: 19px;
}
#bfmr-sidebar.sidebar-mob-view .navbar-brand-img {
  display: block !important;
}
#bfmr-sidebar.sidebar-mob-view .shrinked-logo {
  display: none !important;
}
#bfmr-sidebar.sidebar-mob-view .navbar-toggler-on-mob {
  display: flex;
  background: #fff;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav {
  justify-content: space-between;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item {
  padding: unset;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
  position: absolute;
  content: attr(data-unread-count);
  width: 18px;
  height: 18px;
  background: #2E9BFF;
  left: 160px;
  top: 21px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 11px;
  line-height: 1;
  padding-top: 2px;
  z-index: 9;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @media screen {
    #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
      font-size: 10px;
      height: 18px;
      top: 11px;
      padding-top: 2px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
    top: 21px !important;
    left: 155px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count.large-count::after {
    left: 152px !important;
  }
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  margin: 4px 24px 0;
  padding: 8px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active {
  border-color: #3bbd96;
  color: #3bbd96;
  text-transform: none;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .fe, #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link svg {
  min-width: unset;
  margin-left: 10px !important;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link span.link-text {
  display: block;
  font-size: 14px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .beta-tag {
  padding: 3px 5px 1px 5px !important;
  color: white;
  border-radius: 5.46px;
  text-transform: uppercase;
  background-color: #4A91F5;
  font-size: 10px;
  margin-left: 8px;
  line-height: 15px;
  font-family: "Avenir medium";
  letter-spacing: 1px;
  position: unset;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.has-new-indication::after {
  display: none;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-divider {
  width: 202px !important;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .other-pages {
  display: inline-block;
  padding-left: 1rem;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section {
  margin: 4px 20px 0px;
  height: calc(100% - 244px); /* Calculate remaining height of sidebar left for quick links */
  /* calc( 100% - ( heights of 2 hr ) + ( height of nav item * no of nav items ) ) */
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .ipad-sidebar-expansion {
  display: none;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container {
  display: block !important;
  padding: 0;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header {
  justify-content: normal;
  padding: 0.3rem 1rem;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header span.fe-shopping-bag {
  margin-right: 0.5rem;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header span.link-text {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header span.link-text-no {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  padding-left: 3px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header span.custom-fa-angle {
  display: inline;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header svg.bag-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 5px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header svg.heart-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 5px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .quick-link-collpase-wrapper {
  position: static;
  left: unset;
  background: none;
  width: unset;
  top: unset;
  box-shadow: none;
  border-radius: none;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .quick-link-collpase-wrapper {
    padding: 3px 1.5rem;
  }
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .copyright-section {
  display: block;
  position: static;
  box-shadow: none;
  border-top: 1px solid #EDF2F9;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .support-section {
  padding: 0px 24px 10px 24px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .support-section .bfmr-btn {
  width: 100%;
  border-radius: 8px;
  padding: 8px 18px;
  justify-content: flex-start;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .support-section .bfmr-btn .bfmr-btn-text {
  display: unset;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content .support-section .bfmr-btn .bfmr-btn-icon {
  margin-right: 23px;
}
#bfmr-sidebar.sidebar-mob-view .sidebar-content.beta-user .sidebar-nav {
  height: calc(100% - 124px);
}
#bfmr-sidebar.sidebar-mob-view .feedback-button-section .fe-chevron-up,
#bfmr-sidebar.sidebar-mob-view .feedback-button-section .fe-chevron-down {
  display: block !important;
  right: 5px !important;
}
#bfmr-sidebar.sidebar-mob-view .feedback-button-section .bfmr-btn {
  padding: 8px 5px !important;
}
#bfmr-sidebar.sidebar-mob-view .feedback-button-section .bfmr-btn .bfmr-btn-svg-icon {
  margin-right: 6px;
}
#bfmr-sidebar.sidebar-mob-view .feedback-button-section .bfmr-btn .bfmr-btn-svg-icon svg {
  width: 21px;
}
#bfmr-sidebar.sidebar-mob-view .user-feedback-links-wrapper {
  width: 201px !important;
}
#bfmr-sidebar.sidebar-mob-view .user-feedback-links-wrapper h3 i {
  font-size: 21px;
  position: absolute;
  top: 8px;
  right: 4px;
}
#bfmr-sidebar.sidebar-mob-view .user-feedback-links-wrapper h3 svg {
  width: 21px;
}
#bfmr-sidebar .btn-nav-close {
  display: none;
}
@media only screen and (max-width: 767px) {
  #bfmr-sidebar .btn-nav-close {
    display: block;
  }
}

.side-bar-collapsed #bfmr-sidebar {
  width: 70px;
}
.side-bar-collapsed #bfmr-sidebar .collapse-arrow .open-arrow {
  display: block;
  margin-right: -2px;
}
.side-bar-collapsed #bfmr-sidebar .collapse-arrow .close-arrow {
  display: none;
  margin-left: -1px;
}
.side-bar-collapsed #bfmr-sidebar .beta-tag {
  padding: 1.2px 2px 0px 3px !important;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 8px !important;
  line-height: 14px !important;
}
.side-bar-collapsed #bfmr-sidebar .has-new-indication {
  position: relative;
}
.side-bar-collapsed #bfmr-sidebar .has-new-indication::after {
  position: absolute;
  content: attr(data-unread-count);
  width: 12px;
  height: 12px;
  background: #2E9BFF;
  left: 16px;
  top: 3px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 11px;
  line-height: 1;
  padding-top: 2px;
  z-index: 9;
}
.side-bar-collapsed .sidebar-toggle .settings-sidebar h3 {
  display: none;
}
.side-bar-collapsed .sidebar-toggle .settings-sidebar h3.profile-sidebar-heading {
  display: none;
}
.side-bar-collapsed .support-section .bfmr-btn .bfmr-btn-icon {
  margin-right: 5px;
}
.side-bar-collapsed .feedback-button-section i {
  display: none;
}
.side-bar-collapsed .feedback-button-section .bfmr-btn-svg-icon {
  margin-right: 0;
}

.top-has-ticker #bfmr-sidebar,
.top-has-alerts #bfmr-sidebar {
  top: 50px;
  height: calc(var(--app-height) - 50px);
}

.top-has-ticker .top-has-alerts #bfmr-sidebar {
  top: 100px;
  height: calc(var(--app-height) - 100px);
}

@media only screen and (max-width: 1023px) {
  #bfmr-sidebar.sidebar-mob-view {
    top: 0px !important;
    height: var(--app-height) !important;
  }
}
#bfmr-sidebar.sidebar-mob-view .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .myTracker {
  background-color: white;
}
#bfmr-sidebar.sidebar-mob-view .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .myTracker.active {
  border-color: #3BBD96;
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.sidebar-mob-view .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .icon-dropdown {
    display: block;
  }
}

.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown {
  top: 37%;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Dashboard] span {
  padding-top: 3px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Deals] span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Shipments] span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Payments] span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="My Tracker"] span {
  padding-top: 1px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Track For Me"] .link-text {
  padding-top: 0px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Track For Me"] .beta-tag {
  padding: 2px 5px 1px 5px;
  line-height: 16px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Support Center"] span {
  padding-top: 2px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Community] span {
  padding-top: 2px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="What's New"] span {
  padding-top: 2px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="What's New"] span {
    padding-top: 3px;
  }
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
  top: 18px;
  padding-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 12px;
    left: 38px;
  }
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
  top: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
    top: 12px;
    left: 36px;
  }
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item:nth-child(9).has-alert-count::after {
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item:nth-child(9).has-alert-count::after {
    padding-top: 1px;
    font-size: 10px;
    top: 18.5px;
  }
}
.is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
  padding-top: 1px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @media screen {
    .is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
      font-size: 10px;
      top: 18.5px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
    top: 21px !important;
    left: 155px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count.large-count::after {
    left: 152px !important;
    top: 21px !important;
  }
}
.is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .icon-dropdown {
  display: block;
}
@media only screen and (max-width: 1487px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @media screen {
      .is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .icon-dropdown {
        top: 35%;
      }
    }
  }
}
@media only screen and (max-width: 1487px) {
  .is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 17px !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-mac-chrome #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 18px;
  }
}
.is-mac-chrome .side-bar-collapsed .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
  padding-top: 0px;
}
.is-mac-chrome .side-bar-collapsed .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
  top: 0px !important;
  left: 34px !important;
}
.is-mac-chrome .side-bar-collapsed .navbar-nav .nav-item#id-whatsnew-nav.has-alert-count::after {
  top: 0px !important;
}

.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown {
  top: 33%;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Dashboard] span {
  padding-top: 3px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Deals] span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Shipments] span {
  padding-top: 2px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Payments] span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="My Tracker"] span {
  padding-top: 1px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Track For Me"] .link-text {
  padding-top: 0px;
}
@media only screen and (max-width: 991px) {
  .is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Track For Me"] .link-text {
    padding-top: 3px;
  }
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Track For Me"] .beta-tag {
  padding: 3px 5px 1.5px 5px;
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  .is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Track For Me"] .beta-tag {
    padding: 3px 5px 1px 5px;
    line-height: 15px;
  }
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Amazon OTP"] .link-text {
  padding-top: 0px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Amazon OTP"] .beta-tag {
  padding: 3px 5px 1.5px 5px;
  line-height: 14px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="Support Center"] span {
  padding-top: 2px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title=Community] span {
  padding-top: 2px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="What's New"] span {
  padding-top: 2px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link[title="What's New"] span {
    padding-top: 3px;
  }
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-whatsnew-nav.has-alert-count::after {
  top: 18px;
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
  top: 18px;
  left: 148px;
  padding-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 12px;
    left: 38px;
  }
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
  width: 30px;
  border-radius: 9px;
  top: 17px;
  left: 152px;
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
    top: 12px;
    left: 36px;
  }
}
.is-mac-safari #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item:nth-child(9).has-alert-count::after {
  top: 19px;
  left: 157px;
  padding-top: 1px;
}
@media only screen and (max-width: 767px) {
  .is-mac-safari #bfmr-sidebar .sidebar-content .quick-links-section {
    height: calc(100% - 250px); /* Calculate remaining height of sidebar left for quick links */
    /* calc( 100% - ( heights of 2 hr * 2 ) + ( height of nav item * no of nav items ) ) */
  }
}
.is-mac-safari #bfmr-sidebar .sidebar-content .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header .heart-icon,
.is-mac-safari #bfmr-sidebar .sidebar-content .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header .bag-icon {
  margin-bottom: 2px;
}
.is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
  padding-top: 1px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @media screen {
    .is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
      font-size: 10px;
      top: 18.5px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count::after {
    top: 21px !important;
    left: 155px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1487px) {
  .is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count.large-count::after {
    left: 152px !important;
    top: 21px !important;
  }
}
.is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .icon-dropdown {
  display: block;
}
@media only screen and (max-width: 1487px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @media screen {
      .is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav .dropdownMenu .icon-dropdown {
        top: 35%;
      }
    }
  }
}
@media only screen and (max-width: 1487px) {
  .is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 17px !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-mac-safari #bfmr-sidebar.sidebar-mob-view .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
    top: 18px;
  }
}
.is-mac-safari .side-bar-collapsed .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
  top: 0px;
  left: 34px;
}
.is-mac-safari .side-bar-collapsed .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
  top: 0px !important;
  left: 34px !important;
  width: 32px;
  border-radius: 9px;
  padding-top: 1px;
}
.is-mac-safari .side-bar-collapsed .navbar-nav .nav-item#id-whatsnew-nav.has-alert-count::after {
  top: 0px !important;
}

.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav #id-whatsnew-nav.has-alert-count::after {
  top: 18px;
}
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header .heart-icon,
.is-mac-chrome #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .inner-container .deal-quick-links .links-header .deal-quick-link-header .bag-icon {
  margin-bottom: 2px;
}

/* Calculate remaining height of sidebar left for quick links */
/* calc( 100% - ( heights of 2 hr ) + ( height of nav item * no of nav items ) ) */
#bfmr-sidebar.has-items-4 .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (34px * 4))); /* Desktop*/
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.has-items-4 .sidebar-content .sidebar-nav .quick-links-section {
    height: unset;
  }
}
#bfmr-sidebar.has-items-4.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (40px * 4))); /* Tab/Mobile expanded */
}

#bfmr-sidebar.has-items-5 .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (34px * 5))); /* Desktop*/
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.has-items-5 .sidebar-content .sidebar-nav .quick-links-section {
    height: unset;
  }
}
#bfmr-sidebar.has-items-5.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (40px * 5))); /* Tab/Mobile expanded */
}

#bfmr-sidebar.has-items-6 .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (34px * 6))); /* Desktop*/
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.has-items-6 .sidebar-content .sidebar-nav .quick-links-section {
    height: unset;
  }
}
#bfmr-sidebar.has-items-6.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (40px * 6))); /* Tab/Mobile expanded */
}

#bfmr-sidebar.has-items-7 .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (34px * 7))); /* Desktop*/
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.has-items-7 .sidebar-content .sidebar-nav .quick-links-section {
    height: unset;
  }
}
#bfmr-sidebar.has-items-7.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (40px * 7))); /* Tab/Mobile expanded */
}

#bfmr-sidebar.has-items-8 .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (34px * 8))); /* Desktop*/
}
@media only screen and (max-width: 1487px) {
  #bfmr-sidebar.has-items-8 .sidebar-content .sidebar-nav .quick-links-section {
    height: unset;
  }
}
#bfmr-sidebar.has-items-8.sidebar-mob-view .sidebar-content .sidebar-nav .quick-links-section {
  height: calc(100% - (40px + (40px * 8))); /* Tab/Mobile expanded */
}

.side-bar-collapsed #bfmr-sidebar .bfmr-navbar-toggler-section {
  padding: 0 10px;
  justify-content: center;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav {
  height: calc(100% - 99px);
  overflow-y: hidden;
  overflow-x: hidden;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .other-pages {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-divider {
  width: 21px;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section {
  margin: 0px;
  height: unset;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .heart-icon-sidebar-desktop {
  display: block;
  padding-right: 2px;
}
@media only screen and (max-width: 1487px) {
  .side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .heart-icon-sidebar-desktop {
    display: none;
  }
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .quick-links-section .inner-container {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item {
  padding: 3px 23px 4px 20px;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count:after {
  display: none;
  top: 0px;
  left: 34px;
  padding-top: 3px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @media screen {
    .side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-alert-count:after {
      padding-top: 2px;
    }
  }
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count::after {
  top: 0px;
  left: 34px;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav.has-alert-count.large-count::after {
  width: 32px;
  border-radius: 9px;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item#id-tracker-nav .nav-link {
  border-color: transparent;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item.has-collapsed:after {
  display: flex;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link {
  justify-content: center;
  padding: 0.3rem 0;
  width: 100%;
  margin: unset;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active, .side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link:hover {
  border-color: transparent;
  background-color: transparent;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link.active {
  box-shadow: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link .fe, .side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link svg {
  min-width: 2.5rem;
  margin-left: 0;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link span.link-text {
  animation: scale-in-hor-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .nav-link span.link-text.fade-text {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .sidebar-nav .navbar-nav .nav-item .dropdownMenu .icon-dropdown {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .copyright-section {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .support-section {
  padding: 10px 0px 10px 0px;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .support-section .bfmr-btn {
  min-width: unset;
  width: 40px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .support-section .bfmr-btn .bfmr-btn-text {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content .support-section .bfmr-btn .bfmr-btn-icon {
  margin-right: 0px;
  display: block;
}
.side-bar-collapsed #bfmr-sidebar .sidebar-content.beta-user .sidebar-nav {
  height: calc(100% - 60px);
}
.side-bar-collapsed #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand {
  margin-left: 0px;
}
.side-bar-collapsed #bfmr-sidebar .bfmr-navbar-toggler-section .navbar-brand-img {
  display: none;
}
.side-bar-collapsed #bfmr-sidebar .bfmr-navbar-toggler-section .shrinked-logo {
  display: block;
}

.navbar-toggler-on-top {
  outline: none !important;
  background: #fff;
  -webkit-appearance: none;
  padding: 0;
  position: relative;
  margin-right: 10px;
}
.navbar-toggler-on-top.navbar-toggler-alert::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #2E9BFF;
  border-radius: 50%;
  top: -2px;
  right: -4px;
  animation: 1s blinker ease infinite;
}
@media only screen and (max-width: 330px) {
  .navbar-toggler-on-top {
    margin-right: 5px;
  }
}

.navbar-toggler-icon {
  background-image: url("/images/hamburger-menu-icon.svg");
}

.user-drodpown {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #EFF2F7;
  text-align: center;
  padding-top: 4px;
  padding-left: 3px;
  margin-left: 5px;
}
.user-drodpown .dropdown-toggle {
  -webkit-appearance: none !important;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-12-17 16:9:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-left
 * ----------------------------------------
 */
@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
#userflow-ui .userflowjs-resource-center-frame.userflowjs-resource-center-frame--open {
  display: block;
}
#userflow-ui .userflowjs-resource-center-frame.userflowjs-resource-center-frame--closed {
  display: none;
}

.home-body .old-header {
  margin-left: 0;
  background: #f9fafc;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .home-body .old-header {
    background: #ffffff;
  }
}
.home-body .old-header .logged-in-user .navbar-toggler-icon {
  display: none;
}
.home-body .old-header .logged-in-user img {
  display: inline;
}
.home-body .old-header .user-not-loggedIn::after {
  content: "";
}
.home-body .old-header .user-not-loggedIn .navbar-toggler-icon {
  display: inline-block;
}
.home-body .old-header .user-not-loggedIn img {
  display: none;
}
.home-body .old-header .dropdown-menu {
  padding: 12px;
}
.home-body .old-header .dropdown-item {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #2C7BE5;
  border: 1px solid transparent;
  background-color: #f8f9fa;
  margin-right: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.home-body .old-header .dropdown-item:hover {
  color: #2468c4;
  border: 1px solid #2C7BE5;
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none !important;
}
.home-body .old-header .dropdown-item:active, .home-body .old-header .dropdown-item:focus {
  border-radius: 5px;
  border: 1px solid #2C7BE5;
  background-color: transparent;
  text-decoration: none !important;
}
.home-body .old-header .dropdown-item.active {
  border-radius: 5px;
  border: 1px solid #2C7BE5;
  background-color: transparent;
}
.home-body .old-header .mob-stickey-header {
  padding: 16px 25px;
}
.home-body .old-header .mob-stickey-header .dropdown-item {
  background: #ffffff;
}
.home-body .old-header .mob-stickey-header #dropdownMenuButton {
  font-size: 1.25rem;
  line-height: 1;
  -webkit-appearance: none;
  text-decoration: none !important;
}
.home-body #home-main-body {
  margin-left: 0;
  padding-top: 67px;
}
@media only screen and (max-width: 767px) {
  .home-body #home-main-body {
    padding-top: 60px;
  }
}
.home-body #home-main-body .main-content-wrapper {
  padding: 0;
}
.home-body #home-main-body .main-content-wrapper .container-fluid {
  background: #f9fafc;
}
@media only screen and (max-width: 767px) {
  .home-body #home-main-body .main-content-wrapper .container-fluid {
    background: #f9fafc;
    padding-top: 30px;
  }
}
.home-body #home-main-body #login-modal.modal {
  z-index: 99999;
}
.home-body #home-main-body #login-modal .modal-content {
  width: 440px;
  border-radius: 10px;
  border: 1px solid #E3EBF6;
}
@media only screen and (max-width: 767px) {
  .home-body #home-main-body #login-modal .modal-content {
    width: 100%;
  }
}
.home-body #home-main-body #login-modal .modal-content .modal-body .auth-form {
  width: auto;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-heading {
  margin-bottom: 44px;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-heading h3 {
  font-family: "Avenir demi", "Avenir medium";
  text-rendering: geometricPrecision;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-group .social-icon li {
  width: 33.33%;
  text-align: center;
  padding: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-group .social-icon li a {
  font-size: 22px;
}
.home-body #home-main-body #login-modal .modal-content .modal-body .form-group .social-icon li a:hover {
  text-decoration: none !important;
}
.home-body .home-banner {
  position: relative;
  border-bottom: 1px solid #E3EBF6;
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .container {
    max-width: 100%;
  }
}
.home-body .home-banner .jumbrtn {
  padding-bottom: 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn {
    padding-bottom: 0;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text {
  padding-top: 40px;
  max-width: 673px;
  padding-left: 7rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text {
    max-width: 333px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text h2 {
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
  font-size: 48px;
  line-height: 129%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text h2 span {
  color: #31c6ab;
}
.home-body .home-banner .jumbrtn .jumbrtn-text p {
  font-family: "Avenir regular", "Avenir medium";
  font-size: 24px;
  line-height: 157%;
  letter-spacing: 0.04em;
  color: #12263F;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-text p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.home-body .home-banner .jumbrtn .jumbrtn-text button {
  padding: 8px 20px;
  width: 160px;
  height: 40px;
}
.home-body .home-banner .jumbrtn .jumbrtn-text .img-mob {
  width: auto;
  height: 100px;
}
.home-body .home-banner .jumbrtn .jumbrtn-img {
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-banner .jumbrtn .jumbrtn-img img {
    width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-banner .jumbrtn .jumbrtn-img {
    margin-top: 30px;
    width: 100%;
  }
}
.home-body .home-deal {
  padding-top: 25px;
  padding-bottom: 51px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #E3EBF6;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-body .home-deal h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #12263F;
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal h2 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 10px;
  }
}
.home-body .home-deal .filter-sort-section-desk {
  display: block;
  background-color: white;
  box-shadow: 0px 5px 10px rgba(59, 81, 108, 0.1019607843);
  padding: 16px 28px 16px 28px;
  position: sticky;
  top: 50px;
  left: 0px;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk {
    padding: 12px 8px 9px 8px;
  }
}
@media only screen and (max-width: 1108px) {
  .home-body .home-deal .filter-sort-section-desk {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section {
  display: flex;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section.upper-filter {
  align-items: center;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
  position: relative;
  margin-right: 8px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter label,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter label {
  display: none;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 88px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 13px;
  line-height: 1.7;
  top: 11px;
  left: 32px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect.multiselect--active .multiselect__tags,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
  display: none;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
    padding: 4px 8px;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags-wrap,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__single,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags-wrap,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select:before,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 9rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter.has-filter .multiselect__tags,
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
@media only screen and (max-width: 1220px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  width: 125px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 800px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper {
    right: unset;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option {
  display: flex;
  align-items: center;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .custom-control-label:after {
  background-size: contain;
  height: 40px !important;
  left: 7rem !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  display: block;
  height: 43px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  border-color: #3B516C;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper {
  width: 280px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__element .checkbox-label .custom-control-label:after {
  left: 11rem !important;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon {
  top: 7px;
  left: 12px;
}
.home-body .home-deal .filter-sort-section-desk .quick-info-section .right-section .generic-search {
  max-width: 246px;
  min-width: 152px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .home-body .home-deal .parent-wrapper {
    min-height: 0.01%;
  }
  .home-body .home-deal .parent-wrapper .inner-wrapper {
    width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .parent-wrapper {
    display: none;
  }
}
.home-body .home-deal .parent-wrapper.mac-os .bf-sort-icon:before {
  top: 0 !important;
}
.home-body .home-deal .parent-wrapper.mac-os .bf-sort-icon:after {
  top: 1px !important;
}
.home-body .home-deal .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text {
  transform: translate(0px, 0px) rotate(-90deg);
}
.home-body .home-deal .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text.browser-safari {
  transform: translate(1px, 0px) rotate(-90deg);
}
.home-body .home-deal .parent-wrapper.mac-os .fav-deal-sort {
  text-align: center;
  padding-right: 15px;
}
.home-body .home-deal .go-to-deal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .go-to-deal {
    margin-top: 24px;
  }
}
.home-body .home-deal .go-to-deal button.btn-green {
  height: 40px;
  line-height: 158%;
  min-width: 210px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .go-to-deal button.btn-green {
    padding: 5px;
    min-height: 40px;
  }
}
.home-body .home-deal .deal-image-container {
  position: sticky;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deals-loading {
    display: none !important;
  }
}
.home-body .home-deal .sorting-header {
  background: #F4F7FB;
  border: 1px solid #E3EBF6;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .sorting-header {
    display: none;
  }
}
.home-body .home-deal .sorting-header .status-sort {
  width: 98px;
}
.home-body .home-deal .sorting-header .item-sort {
  padding-left: 0;
  width: 22%;
}
.home-body .home-deal .sorting-header .pay-sort {
  width: 15%;
  text-align: right;
  padding-right: 15px;
}
.home-body .home-deal .sorting-header .retailer-sort {
  width: 17%;
  padding-left: 47px;
}
.home-body .home-deal .sorting-header .type-sort {
  width: 14%;
  text-align: center;
  padding-right: 15px;
}
.home-body .home-deal .sorting-header .submit-tracking-sort {
  width: 12%;
  padding-left: 10px;
}
.home-body .home-deal .sorting-header .view-deal-sort {
  width: 14%;
}
.home-body .home-deal .sorting-header .fav-deal-sort {
  width: 5%;
  text-align: center;
  padding-right: 15px;
}
.home-body .home-deal .sorting-header a {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #8492A6;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  position: relative;
}
.home-body .home-deal .sorting-header a:hover {
  text-decoration: none !important;
}
.home-body .home-deal .sorting-header a .bf-sort-icon {
  display: none;
}
.home-body .home-deal .sorting-header a.bf-sort {
  cursor: pointer;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon {
  position: relative;
  display: inline;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon:before {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -3px;
  color: #D2DDEC;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon.asc:before {
  color: #6E84A3;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon:after {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -2px;
  color: #D2DDEC;
}
.home-body .home-deal .sorting-header a.bf-sort .bf-sort-icon.desc:after {
  color: #6E84A3;
}
.home-body .home-deal .progress {
  width: 72px;
  height: 4.23px;
}
.home-body .home-deal .deal-card {
  background: #fff;
  border: 1px solid #E3EBF6;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 8px;
  padding-bottom: 0;
  transition: all 0.1s ease-in-out;
}
.home-body .home-deal .deal-card:hover {
  box-shadow: 0px 4px 14px rgba(193, 193, 193, 0.35);
  transform: scale(1.005);
}
.home-body .home-deal .deal-card:hover .deal-status {
  box-shadow: 6px 2px 8px rgba(193, 193, 193, 0.25);
}
.home-body .home-deal .deal-card.deal-new-desk {
  border-left: 2px solid #2e9bff;
}
.home-body .home-deal .deal-card.deal-private-desk {
  border-left: 2px solid #EBAA26;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card {
    padding: 24px 18px;
  }
}
.home-body .home-deal .deal-card .top-container {
  display: flex;
  width: 100%;
  padding: 17px 0;
  position: relative;
}
.home-body .home-deal .deal-card .product-card {
  display: flex;
  align-items: center;
  width: 29%;
  padding-left: 17px;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card .product-card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-card {
    margin-bottom: 15px;
  }
}
.home-body .home-deal .deal-card .product-card.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-card.deal-private {
  position: absolute;
  content: "Private";
  left: -7px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-card .product-link {
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card .product-card h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-card h4 {
    font-size: 14px;
  }
}
.home-body .home-deal .deal-card .product-card span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
}
.home-body .home-deal .deal-card .product-card img {
  min-width: 63px;
  min-height: 54px;
  width: 63px;
  height: 54px;
  border-radius: 6px;
  margin-right: 15px;
}
.home-body .home-deal .deal-card .product-img {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  width: 98px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card .product-img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-img {
    margin-bottom: 15px;
  }
}
.home-body .home-deal .deal-card .product-img.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-img.deal-private::before {
  position: absolute;
  content: "Private";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-img a {
  margin-right: 15px;
}
.home-body .home-deal .deal-card .product-img a img {
  width: 63px;
  height: 54px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.home-body .home-deal .deal-card .product-title {
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card .product-title a:hover {
  text-decoration: none !important;
}
.home-body .home-deal .deal-card .product-title a h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .deal-card .product-title a h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-title a h4 {
    font-size: 14px;
  }
}
.home-body .home-deal .deal-card .product-title a span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
  font-style: italic;
}
.home-body .home-deal .deal-card .product-title small {
  color: #748daf;
  cursor: initial;
  font-style: italic;
}
.home-body .home-deal .deal-card .product-price {
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: flex-end;
  padding-right: 3px;
}
.home-body .home-deal .deal-card .product-price h4 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card .product-price h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card .product-price h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.home-body .home-deal .deal-card .product-price span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  font-style: italic;
}
.home-body .home-deal .deal-card .product-price .schedule-price {
  font-family: "Avenir medium";
  font-size: 12px;
  color: #0995FA;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1400px) {
  .home-body .home-deal .deal-card .product-price .schedule-price {
    font-size: 11px;
  }
}
.home-body .home-deal .deal-card .product-price-closing {
  flex-direction: column;
  align-items: flex-end;
}
.home-body .home-deal .deal-card .product-store {
  display: flex;
  width: 17%;
  padding-left: 47px;
}
.home-body .home-deal .deal-card .product-store p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
}
.home-body .home-deal .deal-card .product-store span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
}
.home-body .home-deal .deal-card .product-store .more-less {
  color: #6E84A3;
  cursor: pointer;
}
.home-body .home-deal .deal-card .product-store .more-less:hover {
  color: #4c5d75;
}
.home-body .home-deal .deal-card .product-store ul {
  display: flex;
  flex-wrap: wrap;
}
.home-body .home-deal .deal-card .product-store ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.home-body .home-deal .deal-card .retailer-type {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px;
}
.home-body .home-deal .deal-card .submit-tracking {
  width: 12%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .deal-card .submit-tracking {
    padding-left: 0;
  }
}
.home-body .home-deal .deal-card .submit-tracking .links-cont {
  position: relative;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links {
  color: #1F2D3D;
  font-size: 13px;
  display: flex;
  font-family: "Avenir medium";
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links:hover {
  text-decoration: none !important;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .toggle-icon {
  display: none;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .expand-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .toggle-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .expand-icon {
  display: none;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .close-upc {
  min-width: 130px;
  position: absolute;
  right: 2px;
  line-height: 1.2;
  color: #e75e7f;
  font-size: 12px;
  font-family: "Avenir medium";
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .close-upc i {
  margin-right: 3px;
}
.home-body .home-deal .deal-card .submit-tracking .links-cont .close-upc p {
  margin-bottom: 0;
  text-align: right;
  margin-top: 2px;
}
.home-body .home-deal .deal-card .view-deal-section {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal {
  position: relative;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .home-body .home-deal .deal-card .view-deal-section .view-deal .bfmr-btn {
    font-size: 12px;
  }
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
    font-size: 13px;
  }
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date {
  margin-top: 8px;
  position: absolute;
  min-width: 200px;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p.deadline {
  color: orange;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #e75e7f;
  margin-bottom: 5px;
  text-rendering: geometricPrecision;
  cursor: pointer;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p span.deadline {
  color: orange;
  font-size: 12px;
  margin-right: 1px;
}
.home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p span {
  color: #e75e7f;
  font-size: 12px;
  margin-right: 1px;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
    font-size: 10px;
  }
}
.home-body .home-deal .deal-card .favourite-deal {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.home-body .home-deal .deal-card .favourite-deal span.fa-heart {
  font-size: 14px;
  color: #95AAC9;
}
.home-body .home-deal .deal-card .favourite-deal span.fa-heart.clickable {
  cursor: pointer;
}
.home-body .home-deal .deal-card .favourite-deal span.fa-heart.clickable:hover {
  color: #e6305c;
}
.home-body .home-deal .deal-card .favourite-deal .fav-deal {
  color: #E75E7F !important;
  font-size: 14px;
}
.home-body .home-deal .deal-card .favourite-deal .fav-deal:hover {
  color: #e6305c !important;
}
.home-body .home-deal .deal-card .deal-status {
  position: absolute;
  right: -14px;
  border-radius: 0px 6px 6px 0px;
  transform: rotate(0);
  width: 16px;
  text-align: center;
  top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-body .home-deal .deal-card .deal-status.deal-closed {
  background: #E75E7F;
  white-space: nowrap;
}
.home-body .home-deal .deal-card .deal-status.deal-deadline {
  background: orange;
  white-space: nowrap;
}
.home-body .home-deal .deal-card .deal-status.deal-onsale {
  background: #6967c7;
  white-space: nowrap;
}
.home-body .home-deal .deal-card .deal-status .deal-status-text {
  height: 17px; /* Height equal to width of parent */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Avenir medium";
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  transform: translate(1px, 0px) rotate(-90deg);
}
.home-body .home-deal .deal-card .pinned-deal {
  position: absolute;
  right: 15px;
  top: 10px;
}
.home-body .home-deal .deal-card .details-section .item-links {
  padding: 20px;
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
}
.home-body .home-deal .deal-card .details-section .item-links p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E3EBF6;
  padding-bottom: 15px;
  transition: 0.5s all ease;
}
.home-body .home-deal .deal-card .details-section .item-links p button {
  padding: 0;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1F2D3D;
  text-decoration: none;
}
.home-body .home-deal .deal-card .details-section .item-links p a {
  color: #1F2D3D;
  text-decoration: none;
}
.home-body .home-deal .deal-card .details-section .item-links p.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul {
  padding: 15px 0;
  border-bottom: 1px solid #E3EBF6;
  align-items: center;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul:last-child {
  border-bottom: none;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li {
  margin-right: 20px;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li:first-child a {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #3B516C;
  text-decoration-line: none;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li a {
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #2C7BE5;
}
.home-body .home-deal .deal-card .details-section .item-links > div ul li a h6 {
  font-size: 14px;
  line-height: 19px;
  color: #3B516C;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card-desktop {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob {
  display: none;
  box-shadow: 0 5px 10px rgba(59, 81, 108, 0.102);
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 1108px) {
  .home-body .home-deal .deal-card-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 0px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card-mob {
    padding: 12px 16px 0px 16px;
  }
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .fe {
  font-size: 16px;
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-txt {
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 885px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-txt {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 885px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn {
    padding: 4px 10px;
    border: 1px solid rgba(210, 221, 236, 0.8);
    background-color: rgba(237, 242, 249, 0.4509803922);
  }
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn .fe {
    margin-right: 0px !important;
    font-size: 20px;
    color: #6E84A3;
  }
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Avenir medium";
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
  background: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 5px;
  color: #12263F;
  font-size: 13px;
  text-transform: capitalize;
}
.home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white svg {
  margin-bottom: 5px;
}
@media only screen and (max-width: 326px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 12px;
  }
}
@media only screen and (max-width: 315px) {
  .home-body .home-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 11px;
  }
}
.home-body .home-deal .deal-card-mob .right-section {
  display: flex;
}
.home-body .home-deal .deal-card-mob .mob-filters-view {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  width: 100%;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .generic-search {
  z-index: 9;
  margin-left: 8px;
}
@media only screen and (max-width: 410px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .generic-search {
    margin-right: 0px;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort {
  position: relative;
  margin-left: 8px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
  border: 1px solid #D2DDEC;
  color: #12263F;
  height: 40px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 512px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: 94px;
  }
}
@media only screen and (max-width: 667px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: unset;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
  }
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
    display: none;
  }
  .home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
    margin-left: 0px !important;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white:hover {
  color: #fff;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active {
  border: 1px solid #4BCAB3;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active + .applied {
  position: absolute;
  top: -7px;
  right: -6px;
  background: #4BCAB3;
  border-radius: 10px;
  color: #fff;
  font-family: "Avenir medium";
  padding: 2px 5px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 1;
  display: block;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .btn-txt,
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .fe {
  color: #3BBD96;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .btn-txt {
  color: #fff;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .fe {
  color: #12263F;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
  font-size: 20px;
  transform: rotate(-90deg);
  margin-left: 0px !important;
  color: #3B516C;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white img {
  max-width: unset;
  height: 20px;
  width: 20px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
  padding-left: 8px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .mob-filters-sort .applied {
  display: none;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
  position: relative;
  margin-left: 16px;
}
@media only screen and (max-width: 1220px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    margin-left: 8px;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter label {
  display: none;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 125px;
}
@media only screen and (max-width: 485px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
    width: 42px;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #12263F;
  font-size: 13px;
  line-height: 1.7;
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 485px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
}
@media only screen and (max-width: 485px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags-wrap,
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
@media only screen and (max-width: 800px) {
  .home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
    right: unset;
  }
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 7rem !important;
  transform: translateY(-50%);
  width: 80px;
  height: 40px !important;
  background-size: contain;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse {
  min-width: 331px;
  max-width: 331px;
  background: white;
  margin-right: -331px;
  transition: margin-right 2s ease-in;
  height: calc(100% + 25px);
  display: flex;
  flex-direction: column;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse.show {
  margin-right: -16px;
  position: fixed;
  right: 16px;
  top: 50px;
  z-index: 99;
  height: calc(100% - 50px);
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header {
  padding: 20px 25px;
  border-bottom: 1px solid #D2DDEC;
  color: #3BBD96;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header span {
    margin-top: 7px;
    line-height: 1.2;
  }
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header img,
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header .fe {
  margin-right: 8px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-header .fe {
  transform: rotate(-90deg);
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body {
  padding: 16px 25px;
  height: 67vh;
  overflow-y: auto;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 label {
  display: none;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect {
  cursor: pointer;
  min-height: 56px;
  position: relative;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 17.25px;
  line-height: 1.7;
  top: 15px;
  left: 12px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__select:before {
  border-color: #12263F;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select {
  height: 56px;
  width: 32px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 56px;
  border-radius: 8px;
  border-color: #E3EBF6;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags-wrap,
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__single {
  display: none !important;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 18px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 250px;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid #e8e8e8;
  border: 1px solid #D2DDEC;
  border-top: 0px;
  top: 0px;
  padding: 8px 8px 4px 8px;
  position: relative;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10.75rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__select:before {
  border-color: #12263F;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option {
  padding-top: 14px;
  padding-bottom: 10px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("/images/exclusive-deal-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label {
  padding-left: 20px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label .custom-control-label::after {
  left: 9.5rem;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .horizontal-line {
  margin: 16px 0px;
  background-color: #D2DDEC;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item {
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  height: 40px;
  margin: 4px 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by p {
  color: #3B516C;
  font-weight: 600;
  margin-bottom: 0px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by.active {
  background-color: #F2F5FF;
  border-radius: 8px;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting:last-child .sorting-item {
  border-bottom: 0px solid transparent;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.home-body .home-deal .deal-card-mob .filter-sort-collapse .filters-footer .btn {
  min-width: 111px;
  border-radius: 8px;
}
.home-body .home-deal .item-links-detail {
  padding: 20px 25px 23px 30px;
  width: 100%;
  background: #F9FAFC;
  position: relative;
  border-radius: 8px;
  border-top: 1px solid #E3EBF6;
  display: block;
  margin-bottom: 0;
  /* margin-top: 15px; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.home-body .home-deal .item-links-detail .details-section {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links {
  margin-bottom: 5px;
  padding-right: 10px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.has-one-col {
  width: 90%;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.has-two-cols {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links.has-two-cols {
    width: 100%;
  }
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 100%;
  }
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links h6 {
  line-height: unset;
  margin-bottom: 0;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a {
  font-family: "Avenir medium";
  font-size: 14px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a:hover {
  text-decoration: underline !important;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a:active, .home-body .home-deal .item-links-detail .details-section .single-deal-links li a:focus {
  text-decoration: none !important;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li a.link-closing {
  cursor: pointer;
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date {
  pointer-events: none;
  color: #E75E7F;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date span {
  color: #E75E7F;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .item-links-detail .details-section .single-deal-links li .item-closed-date {
    font-family: "Avenir demi", "Avenir medium";
  }
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E232c1;
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container:hover {
  color: #BB1A9D;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy {
  color: #6e84a3;
  font-size: 17px;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy:hover {
  color: #12263f;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links li .link-closing-span {
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.closed li a {
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.closed li span {
  color: #99A6B9;
}
.home-body .home-deal .item-links-detail .details-section .single-deal-links.closed .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.home-body .home-deal .item-links-detail .see-deal-details {
  background: #fff;
  border: 1.2px solid #7690B5;
  border-radius: 6px;
  color: #7690B5;
  font-size: 12px;
  font-family: "Avenir medium";
  cursor: pointer;
  padding: 7px 4px 5px 4px;
  width: 110px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 20px;
  letter-spacing: 0.01em;
}
.home-body .home-deal .item-links-detail .see-deal-details:hover {
  text-decoration: none !important;
  border: 1.2px solid #3BBD96;
  background: #3BBD96;
  color: #FFFFFF;
}
.home-body .home-deal .div-loading {
  overflow: hidden;
  position: relative;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(249, 249, 249);
  z-index: 10001;
  margin-bottom: 20px;
}
.home-body .home-deal .div-loading .logo {
  width: 70px;
  min-height: 140px;
  background: url("../../img/logo.png") center center no-repeat;
}
.home-body .home-deal .div-loading .spinner {
  height: 115px;
  width: 115px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home-body .home-deal .div-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #2AAC8A;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.home-body .home-deal .signin-alert {
  padding: 15px;
  display: flex;
  color: #191919;
  flex-direction: column;
  background: #ebf5e8;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.home-body .home-deal .signin-alert.payment-info-alert {
  flex-direction: row;
}
.home-body .home-deal .signin-alert.payment-info-alert img {
  margin-bottom: 0;
  margin-right: 10px;
}
.home-body .home-deal .signin-alert.payment-info-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  padding-top: 7px;
}
.home-body .home-deal .signin-alert img {
  margin-bottom: 20px;
}
.home-body .home-deal .signin-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
}
.home-body .home-deal .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body .home-deal .animated-load span:first-child {
  margin-right: 20px;
}
.home-body .home-deal .animated-load span:last-child {
  margin-left: 20px;
}
.home-body .home-deal .quick-filters-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .quick-filters-wrapper {
    display: flex;
    flex-grow: 1;
    width: calc(65% - 120px);
    overflow: auto;
    margin-right: 20px;
  }
  .home-body .home-deal .quick-filters-wrapper .btn-quick-filter {
    margin-right: 7px;
  }
}
.home-body .home-deal .quick-filters-wrapper::-webkit-scrollbar {
  display: none;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter {
  margin-right: 8px;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter .deal-filter-icon svg path:last-child {
  fill: #3B516C;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:first-child, .home-body .home-deal .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:last-child, .home-body .home-deal .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:last-child {
  fill: white;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
.home-body .home-deal .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:last-child {
  fill: white;
}
.home-body .home-deal .quick-filters-wrapper .vertical-line {
  width: 1px;
  height: 40px;
  background-color: #D2DDEC;
  margin-right: 8px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter {
  order: 9;
  position: relative;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter label,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter label,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter label {
  font-size: 10px;
  font-family: "Avenir medium";
  text-transform: uppercase;
  color: #8492A6;
  letter-spacing: 0.01em;
  padding-left: 1px;
  visibility: hidden;
  display: none;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  cursor: pointer;
  min-height: 30px;
  width: 112px;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 108px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  position: absolute;
  content: "Retailers";
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 14px;
  line-height: 1.478;
  top: 6px;
  left: 12px;
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
    font-size: 14px;
    top: 6px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect.multiselect--active .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect.multiselect--active .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select {
  height: 30px;
  width: 30px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags {
  padding: 4px 16px 3px 8px;
  min-height: 30px;
  border-radius: 22px;
  border-color: #D2DDEC;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags-wrap,
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__single,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags-wrap,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__single,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags-wrap,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__single {
  display: none !important;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 12px;
  border: solid #3B516C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 1300px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
    top: 6px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 260px;
  border-radius: 16px;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  top: 34px;
  padding: 4px 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter.has-filter:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter.has-filter:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter.has-filter:before {
  content: attr(counter);
  position: absolute;
  right: 0px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #12263F;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
  line-height: 1;
  padding-top: 0px;
  z-index: 999;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter.has-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter.has-filter .multiselect__tags,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before {
  top: 6px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter {
  margin-right: 8px;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  width: 130px;
}
@media only screen and (max-width: 1550px) {
  .home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  .home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 120px;
  }
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  content: "Retail Types";
}
.home-body .home-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  border-color: #3B516C;
}
.home-body .home-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect::before {
  content: "Deal Types";
}
@media only screen and (max-width: 1024px) {
  .home-body .home-deal .deal-card-wrapper .mob-title-n-ship-address {
    display: none;
  }
}
.home-body .home-deal .deal-card-wrapper .deal-image-container {
  display: none;
}
.home-body .home-deal .view-all {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .view-all {
    padding: 0 15px;
  }
}
.home-body .home-deal .view-all button {
  width: 160px;
  height: 40px;
  line-height: 2.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .home-body .home-deal .view-all button {
    width: 100%;
  }
}
.home-body .how-it-work {
  border-top: 1px solid #E3EBF6;
  border-bottom: 1px solid #E3EBF6;
  background: #f9fafc;
}
.home-body .how-it-work .container {
  padding-top: 50px;
  padding-bottom: 77px;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home-body .how-it-work .container h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #12263F;
  padding-bottom: 55px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container h2 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 30px;
  }
}
.home-body .how-it-work .container .v-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container .v-list {
    flex-direction: column;
  }
}
.home-body .how-it-work .container .v-list li {
  width: 225px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container .v-list li {
    margin-bottom: 20px;
  }
}
.home-body .how-it-work .container .v-list li div {
  border: 3.5px solid #12263F;
  border-radius: 200px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container .v-list li div {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .home-body .how-it-work .container .v-list li div img {
    width: 37px;
    height: 37px;
  }
}
.home-body .how-it-work .container .v-list li p {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 150%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  width: 180px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container .v-list li p {
    font-size: 14px;
    max-width: 170px;
  }
}
.home-body .how-it-work .container .v-list li:not(:last-child):after {
  position: absolute;
  content: url("../img/home/how-it-work/arrow_forward.svg");
  right: 0;
  top: 40px;
  height: 35px;
  width: 14px;
}
@media only screen and (max-width: 1024px) {
  .home-body .how-it-work .container .v-list li:not(:last-child):after {
    top: 30px;
    height: 29px;
    width: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .how-it-work .container .v-list li:not(:last-child):after {
    content: "";
    height: 0;
    width: 0;
  }
}
.home-body .join-community {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #F4F7FC;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-body .join-community {
    padding-bottom: 22px;
  }
}
.home-body .join-community .join-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container {
    flex-direction: column;
  }
}
.home-body .join-community .join-container p {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.01em;
  color: #657A98;
  margin-bottom: 0;
  margin-right: 13px;
  padding-top: 2px;
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container p {
    font-size: 13px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container p {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 10px;
  }
}
.home-body .join-community .join-container p.error-margin {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container p.error-margin {
    margin-bottom: 10px;
  }
}
.home-body .join-community .join-container form {
  max-width: 316px;
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form {
    max-width: 485px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form .input-group {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form .input-group {
    flex-wrap: wrap;
  }
}
.home-body .join-community .join-container form input {
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 6px 0px 0px 6px;
  font-size: 14px;
  line-height: 163.92%;
  color: #95AAC9;
  width: 220px;
  max-width: 220px;
  min-height: 40px;
  padding: 12px 27px 12px 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  color: #1f2d3d;
}
.home-body .join-community .join-container form input::-webkit-input-placeholder {
  color: #95aac9;
}

.home-body .join-community .join-container form input:-moz-placeholder {
  color: #95aac9;
}

.home-body .join-community .join-container form input::-moz-placeholder {
  color: #95aac9;
}

.home-body .join-community .join-container form input:-ms-input-placeholder {
  color: #95aac9;
}

@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form input {
    width: 345px;
    min-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form input {
    width: 100%;
    max-width: 100%;
    min-height: 38px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form .bfmr-home-input-group {
    width: 100%;
  }
}
.home-body .join-community .join-container form button {
  border-radius: 0px 6px 6px 0px;
  width: 96px;
}
@media only screen and (max-width: 1024px) {
  .home-body .join-community .join-container form button {
    width: 100px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .join-community .join-container form button {
    border-radius: 6px !important;
    width: 100%;
  }
}
.home-body .join-community .join-container ul li {
  margin-bottom: 0;
  line-height: 1;
}
.home-body .faq-section {
  background: #ffffff;
  padding-top: 55px;
  padding-bottom: 51px;
}
@media only screen and (max-width: 1024px) {
  .home-body .faq-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .faq-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home-body .faq-section .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body .faq-section .animated-load span:first-child {
  margin-right: 20px;
}
.home-body .faq-section .animated-load span:last-child {
  margin-left: 20px;
}
.home-body .contact-us {
  padding-top: 55px;
  padding-bottom: 114px;
  background: #f9fafc;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.home-body .contact-us .contact-form {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form {
    width: 100%;
  }
}
.home-body .contact-us .contact-form h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .contact-form h2 {
    font-size: 28px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form h2 {
    font-size: 16px;
    line-height: 150%;
  }
}
.home-body .contact-us .contact-form textarea {
  resize: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form textarea {
    font-size: 12px;
  }
}
.home-body .contact-us .contact-form .btn-green {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  margin-top: 10px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form .btn-green {
    line-height: 2.2;
  }
}
.home-body .contact-us .contact-form .emai-opion {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-align: center;
  text-transform: lowercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .contact-form .emai-opion {
    font-family: "Avenir demi", "Avenir medium";
  }
}
.home-body .contact-us .contact-form p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .contact-form p {
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form p {
    font-size: 12px;
  }
}
.home-body .contact-us .contact-form #textareaLength {
  position: absolute;
  right: 0;
  bottom: -13px;
  z-index: 9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #95aac9;
}
.home-body .contact-us .contact-form .form-group {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .contact-form .form-group {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home-body .contact-us .contact-form .form-group.home-contactus-textarea {
  margin-bottom: 20px !important;
}
.home-body .contact-us .home-contact {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .home-body .contact-us .home-contact {
    display: none;
  }
}
.home-body .contact-us .home-contact-mob {
  position: static;
  margin-top: -65px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .home-body .contact-us .home-contact-mob {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-body .contact-us .home-contact-mob {
    display: none;
  }
}
.home-body .home-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 30px 10px 25px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-body .home-footer {
    justify-content: center;
  }
  .home-body .home-footer .copyright {
    order: 2;
  }
  .home-body .home-footer div {
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  .home-body .home-footer div:nth-child(1) {
    order: 1;
  }
}
.home-body .home-footer .copyright {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  color: #525B66;
}
.home-body .home-footer li {
  display: inline-block;
  padding-right: 30px;
}
.home-body .home-footer li:last-child {
  padding-right: 20px;
}
.home-body .home-footer li a {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
}
.home-body .auth-form {
  width: 363px;
  margin: 33px auto;
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form {
    padding: 15px;
  }
}
.home-body .auth-form .form-heading p {
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  .home-body .auth-form .form-heading p {
    font-size: 16px;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form .form-heading p {
    font-size: 13px;
    font-family: "Avenir medium";
  }
}
.home-body .auth-form .form-heading a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #12263F;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form .form-heading a {
    font-size: 13px;
    line-height: 20px;
  }
}
.home-body .auth-form .query-info {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #12263F;
}
@media only screen and (max-width: 767px) {
  .home-body .auth-form .query-info {
    font-size: 13px;
  }
}
.home-body .auth-form .toggle-pwd-icon {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #81a9ca;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
}
.home-body .auth-form .btn-green {
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 1;
}
.home-body .auth-form .existing-account {
  font-size: 13px;
  line-height: 177.58%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #6E84A3;
}
.home-body .auth-form .existing-account a {
  color: #2E9BFF;
  text-transform: capitalize;
}
.home-body .auth-form .existing-account a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
.home-body .auth-form .forgot-password {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  float: right;
  text-decoration: none;
}
.home-body .auth-form .forgot-password:hover {
  text-decoration: underline !important;
}
.home-body .auth-form .close {
  position: absolute;
  right: 25px;
  top: 25px;
  outline: none;
}
.home-body #unsubscribe-main-body {
  padding-top: 0px;
}
.home-body #unsubscribe-main-body.loading-animation-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-body #unsubscribe-main-body.loading-animation-centered .animated-load {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-body #unsubscribe-main-body .parent-container .auth-form {
  margin: 0;
}
.home-body #unsubscribe-main-body .card-body {
  z-index: 999;
}

#contact-main-body {
  background: #f9fafc;
}
@media only screen and (max-width: 767px) {
  #contact-main-body {
    padding: 0;
  }
}
#contact-main-body .card {
  padding: 25px 195px;
  background: #f9fafc;
}
@media only screen and (max-width: 1024px) {
  #contact-main-body .card {
    padding: 30px 124px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-main-body .card {
    padding: 22px 15px;
  }
}
#contact-main-body .contact-img-container {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-img-container {
    display: none;
  }
}
#contact-main-body .contact-form-card-body {
  z-index: 9;
}
#contact-main-body .contact-form {
  max-width: 500px;
  margin: 0 auto;
}
#contact-main-body .contact-form .form-row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-form {
    width: 100%;
  }
}
#contact-main-body .contact-form h2 {
  font-family: "Avenir medium";
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #contact-main-body .contact-form h2 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-form h2 {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }
}
#contact-main-body .contact-form textarea {
  resize: none;
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-form textarea {
    font-size: 12px;
  }
}
#contact-main-body .contact-form .bfmr-btn {
  width: 100%;
  line-height: 158%;
  margin-bottom: 19px;
  margin-top: 10px;
  padding-right: 0;
}
#contact-main-body .contact-form .bfmr-btn .bfmr-btn-text {
  transform: translate(0px, 2px);
}
#contact-main-body .contact-form p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #contact-main-body .contact-form p {
    text-align: center;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-form p {
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #contact-main-body .contact-form p.email-note {
    display: flex;
    align-items: center;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-form p.email-note {
    display: initial;
  }
}
#contact-main-body .contact-form p.email-note a {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1024px) {
  #contact-main-body .contact-form p.email-note a {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-main-body .contact-form p.email-note a {
    padding-left: 0;
  }
}
#contact-main-body .contact-form #textareaLength {
  position: absolute;
  left: 10px;
  bottom: -3px;
  z-index: 9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #95aac9;
}
@media only screen and (max-width: 1024px) {
  #contact-main-body .contact-form #textareaLength {
    right: 10px;
    left: unset;
  }
}
#contact-main-body .contact-form .error-message li {
  margin-top: 0;
}
#contact-main-body .contact-form .placehoder-message li {
  margin-top: 0;
}
#contact-main-body .contactus-img-section {
  z-index: 1;
  text-align: right;
}

#unsubscribe-main-body {
  background: #f9fafc;
}
#unsubscribe-main-body.loading-animation-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
#unsubscribe-main-body.loading-animation-centered .animated-load {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body {
    padding: 0;
  }
}
#unsubscribe-main-body .card {
  padding: 100px 16px 16px 16px;
  background: #f9fafc;
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .card {
    padding: 30px 124px 16px 124px;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .card {
    padding: 22px 15px;
  }
}
#unsubscribe-main-body .parent-container {
  width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container {
    width: auto;
  }
}
#unsubscribe-main-body .parent-container h2 {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .parent-container h2 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container h2 {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }
}
#unsubscribe-main-body .parent-container p {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 143%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .parent-container p {
    text-align: center;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container p {
    font-size: 12px;
    text-align: center;
  }
}
#unsubscribe-main-body .parent-container p a {
  font-size: 13px;
}
#unsubscribe-main-body .parent-container .sub-reason {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 15px;
  line-height: 140.5%;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
}
#unsubscribe-main-body .parent-container .sub-reason.unsubcribe-signup {
  font-size: 13px;
  margin-bottom: 11px;
  color: #000;
}
#unsubscribe-main-body .parent-container .sub-reason.unsubcribe-signup a {
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .parent-container .sub-reason {
    text-align: center;
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container .sub-reason {
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 435px) {
  #unsubscribe-main-body .parent-container .sub-reason a {
    white-space: pre;
  }
}
#unsubscribe-main-body .parent-container .info-form {
  width: 450px;
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .parent-container .info-form {
    width: auto;
  }
}
#unsubscribe-main-body .parent-container .info-form .form-row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
#unsubscribe-main-body .parent-container .info-form label.invisible {
  margin-bottom: 0;
}
#unsubscribe-main-body .parent-container .info-form .custom-select-container::after {
  right: 15px;
  top: 33px;
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container .info-form .custom-select-container::after {
    top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .parent-container .info-form .sub-buttons {
    text-align: center;
  }
}
#unsubscribe-main-body .parent-container .info-form .sub-buttons button {
  width: 166px;
  height: 40px;
  padding: 7px;
  line-height: 1;
}
#unsubscribe-main-body .parent-container .info-form .sub-buttons button:first-child {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container .info-form .sub-buttons button:first-child {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .parent-container .info-form .sub-buttons button {
    width: 48%;
  }
}
#unsubscribe-main-body .subscribe-img {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  #unsubscribe-main-body .subscribe-img {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #unsubscribe-main-body .subscribe-img {
    padding-top: 8px;
  }
  #unsubscribe-main-body .subscribe-img img:first-child {
    width: 200px;
  }
  #unsubscribe-main-body .subscribe-img img:last-child {
    width: 50px;
  }
}

#faq-main-body {
  position: relative;
}
#faq-main-body .faq-img-section {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media only screen and (max-width: 1560px) {
  #faq-main-body .faq-img-section {
    bottom: -200px;
  }
}
@media only screen and (max-width: 767px) {
  #faq-main-body .faq-img-section {
    display: none;
  }
}
#faq-main-body .faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 0;
}
@media only screen and (max-width: 1500px) {
  #faq-main-body .faq-container {
    padding: 30px 100px;
  }
}
@media only screen and (max-width: 767px) {
  #faq-main-body .faq-container {
    padding: 22px 15px;
  }
}
#faq-main-body .faq-container h2 {
  font-family: "Avenir medium";
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  #faq-main-body .faq-container h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #faq-main-body .faq-container h2 {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
  }
}
#faq-main-body .faq-container p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #faq-main-body .faq-container p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #faq-main-body .faq-container p {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #faq-main-body .faq-container .faq-options .nav-tabs {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #faq-main-body .faq-container .faq-options .nav-tabs {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}

.top-has-alerts #faq-main-body > .card {
  min-height: calc(100vh - 205px);
}

.card {
  box-shadow: none;
}

.anyBannerVisible #deal-main-body .inner-wrapper {
  height: calc(var(--app-height) - 172px) !important;
}
@media only screen and (max-width: 1550px) {
  .anyBannerVisible #deal-main-body .inner-wrapper {
    height: calc(var(--app-height) - 161px) !important;
  }
}
@media only screen and (max-width: 1108px) {
  .anyBannerVisible #deal-main-body .inner-wrapper {
    height: calc(var(--app-height) - 164px) !important;
  }
}

.top-has-ticker #deal-main-body .inner-wrapper {
  height: calc(var(--app-height) - 172px) !important;
}
@media only screen and (max-width: 1550px) {
  .top-has-ticker #deal-main-body .inner-wrapper {
    height: calc(var(--app-height) - 161px) !important;
  }
}
@media only screen and (max-width: 1108px) {
  .top-has-ticker #deal-main-body .inner-wrapper {
    height: calc(var(--app-height) - 164px) !important;
  }
}
.top-has-ticker.anyBannerVisible #deal-main-body .inner-wrapper {
  height: calc(var(--app-height) - 222px) !important;
}
@media only screen and (max-width: 1550px) {
  .top-has-ticker.anyBannerVisible #deal-main-body .inner-wrapper {
    height: calc(var(--app-height) - 211px) !important;
  }
}
@media only screen and (max-width: 1108px) {
  .top-has-ticker.anyBannerVisible #deal-main-body .inner-wrapper {
    height: calc(var(--app-height) - 214px) !important;
  }
}

.anyBannerVisible #deal-main-body .deal-card-mob .filter-sort-collapse.show {
  top: 100px !important;
  height: calc(100% - 100px) !important;
}

.top-has-ticker #deal-main-body .deal-card-mob .filter-sort-collapse.show {
  top: 100px !important;
  height: calc(100% - 100px) !important;
}
.top-has-ticker.anyBannerVisible #deal-main-body .deal-card-mob .filter-sort-collapse.show {
  top: 150px !important;
  height: calc(100% - 150px) !important;
}

#deal-main-body #deal-filters-backdrop {
  width: 100%;
  height: 100vh;
  background-color: #12263F;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  opacity: 0.4;
}
#deal-main-body .filter-sort-section-desk {
  display: block;
  background-color: white;
  box-shadow: 0px 5px 10px rgba(59, 81, 108, 0.1019607843);
  padding: 16px 28px 16px 28px;
  position: sticky;
  top: 50px;
  left: 0px;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk {
    padding: 12px 8px 9px 8px;
  }
}
@media only screen and (max-width: 1108px) {
  #deal-main-body .filter-sort-section-desk {
    display: none;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section {
  display: flex;
}
#deal-main-body .filter-sort-section-desk .quick-info-section.upper-filter {
  align-items: center;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
  position: relative;
  margin-right: 8px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter label,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter label {
  display: none;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 88px;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 13px;
  line-height: 1.7;
  top: 11px;
  left: 32px;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect.multiselect--active .multiselect__tags,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
  display: none;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
    padding: 4px 8px;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags-wrap,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__single,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags-wrap,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select:before,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 9rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter.has-filter .multiselect__tags,
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
@media only screen and (max-width: 1220px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
    display: none;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  width: 125px;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 800px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper {
    right: unset;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option {
  display: flex;
  align-items: center;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .custom-control-label:after {
  background-size: contain;
  height: 40px !important;
  left: 7rem !important;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  display: block;
  height: 43px;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  border-color: #3B516C;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper {
  width: 280px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__element .checkbox-label .custom-control-label:after {
  left: 11rem !important;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon {
  top: 7px;
  left: 12px;
}
#deal-main-body .filter-sort-section-desk .quick-info-section .right-section .generic-search {
  max-width: 246px;
  min-width: 152px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #deal-main-body .parent-wrapper {
    min-height: 0.01%;
  }
  #deal-main-body .parent-wrapper .inner-wrapper {
    width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .parent-wrapper {
    display: none;
  }
}
#deal-main-body .parent-wrapper.mac-os .bf-sort-icon:before {
  top: 0 !important;
}
#deal-main-body .parent-wrapper.mac-os .bf-sort-icon:after {
  top: 1px !important;
}
#deal-main-body .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text {
  transform: translate(0px, 0px) rotate(-90deg);
}
#deal-main-body .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text.browser-safari {
  transform: translate(1px, 0px) rotate(-90deg);
}
#deal-main-body .parent-wrapper.mac-os .fav-deal-sort {
  text-align: center;
  padding-right: 15px;
}
#deal-main-body .go-to-deal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .go-to-deal {
    margin-top: 24px;
  }
}
#deal-main-body .go-to-deal button.btn-green {
  height: 40px;
  line-height: 158%;
  min-width: 210px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .go-to-deal button.btn-green {
    padding: 5px;
    min-height: 40px;
  }
}
#deal-main-body .deal-image-container {
  position: sticky;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .deals-loading {
    display: none !important;
  }
}
#deal-main-body .sorting-header {
  background: #F4F7FB;
  border: 1px solid #E3EBF6;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .sorting-header {
    display: none;
  }
}
#deal-main-body .sorting-header .status-sort {
  width: 98px;
}
#deal-main-body .sorting-header .item-sort {
  padding-left: 0;
  width: 22%;
}
#deal-main-body .sorting-header .pay-sort {
  width: 15%;
  text-align: right;
  padding-right: 15px;
}
#deal-main-body .sorting-header .retailer-sort {
  width: 17%;
  padding-left: 47px;
}
#deal-main-body .sorting-header .type-sort {
  width: 14%;
  text-align: center;
  padding-right: 15px;
}
#deal-main-body .sorting-header .submit-tracking-sort {
  width: 12%;
  padding-left: 10px;
}
#deal-main-body .sorting-header .view-deal-sort {
  width: 14%;
}
#deal-main-body .sorting-header .fav-deal-sort {
  width: 5%;
  text-align: center;
  padding-right: 15px;
}
#deal-main-body .sorting-header a {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #8492A6;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  position: relative;
}
#deal-main-body .sorting-header a:hover {
  text-decoration: none !important;
}
#deal-main-body .sorting-header a .bf-sort-icon {
  display: none;
}
#deal-main-body .sorting-header a.bf-sort {
  cursor: pointer;
}
#deal-main-body .sorting-header a.bf-sort .bf-sort-icon {
  position: relative;
  display: inline;
}
#deal-main-body .sorting-header a.bf-sort .bf-sort-icon:before {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -3px;
  color: #D2DDEC;
}
#deal-main-body .sorting-header a.bf-sort .bf-sort-icon.asc:before {
  color: #6E84A3;
}
#deal-main-body .sorting-header a.bf-sort .bf-sort-icon:after {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -2px;
  color: #D2DDEC;
}
#deal-main-body .sorting-header a.bf-sort .bf-sort-icon.desc:after {
  color: #6E84A3;
}
#deal-main-body .progress {
  width: 72px;
  height: 4.23px;
}
#deal-main-body .deal-card {
  background: #fff;
  border: 1px solid #E3EBF6;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 8px;
  padding-bottom: 0;
  transition: all 0.1s ease-in-out;
}
#deal-main-body .deal-card:hover {
  box-shadow: 0px 4px 14px rgba(193, 193, 193, 0.35);
  transform: scale(1.005);
}
#deal-main-body .deal-card:hover .deal-status {
  box-shadow: 6px 2px 8px rgba(193, 193, 193, 0.25);
}
#deal-main-body .deal-card.deal-new-desk {
  border-left: 2px solid #2e9bff;
}
#deal-main-body .deal-card.deal-private-desk {
  border-left: 2px solid #EBAA26;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .deal-card {
    padding: 24px 18px;
  }
}
#deal-main-body .deal-card .top-container {
  display: flex;
  width: 100%;
  padding: 17px 0;
  position: relative;
}
#deal-main-body .deal-card .product-card {
  display: flex;
  align-items: center;
  width: 29%;
  padding-left: 17px;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .deal-card .product-card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card .product-card {
    margin-bottom: 15px;
  }
}
#deal-main-body .deal-card .product-card.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
#deal-main-body .deal-card .product-card.deal-private {
  position: absolute;
  content: "Private";
  left: -7px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
#deal-main-body .deal-card .product-card .product-link {
  display: flex;
  align-items: center;
}
#deal-main-body .deal-card .product-card h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card .product-card h4 {
    font-size: 14px;
  }
}
#deal-main-body .deal-card .product-card span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
}
#deal-main-body .deal-card .product-card img {
  min-width: 63px;
  min-height: 54px;
  width: 63px;
  height: 54px;
  border-radius: 6px;
  margin-right: 15px;
}
#deal-main-body .deal-card .product-img {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  width: 98px;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .deal-card .product-img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card .product-img {
    margin-bottom: 15px;
  }
}
#deal-main-body .deal-card .product-img.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
#deal-main-body .deal-card .product-img.deal-private::before {
  position: absolute;
  content: "Private";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
#deal-main-body .deal-card .product-img a {
  margin-right: 15px;
}
#deal-main-body .deal-card .product-img a img {
  width: 63px;
  height: 54px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
#deal-main-body .deal-card .product-title {
  display: flex;
  align-items: center;
}
#deal-main-body .deal-card .product-title a:hover {
  text-decoration: none !important;
}
#deal-main-body .deal-card .product-title a h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1300px) {
  #deal-main-body .deal-card .product-title a h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card .product-title a h4 {
    font-size: 14px;
  }
}
#deal-main-body .deal-card .product-title a span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
  font-style: italic;
}
#deal-main-body .deal-card .product-title small {
  color: #748daf;
  cursor: initial;
  font-style: italic;
}
#deal-main-body .deal-card .product-price {
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: flex-end;
  padding-right: 3px;
}
#deal-main-body .deal-card .product-price h4 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .deal-card .product-price h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card .product-price h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
#deal-main-body .deal-card .product-price span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  font-style: italic;
}
#deal-main-body .deal-card .product-price .schedule-price {
  font-family: "Avenir medium";
  font-size: 12px;
  color: #0995FA;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1400px) {
  #deal-main-body .deal-card .product-price .schedule-price {
    font-size: 11px;
  }
}
#deal-main-body .deal-card .product-price-closing {
  flex-direction: column;
  align-items: flex-end;
}
#deal-main-body .deal-card .product-store {
  display: flex;
  width: 17%;
  padding-left: 47px;
}
#deal-main-body .deal-card .product-store p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
}
#deal-main-body .deal-card .product-store span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
}
#deal-main-body .deal-card .product-store .more-less {
  color: #6E84A3;
  cursor: pointer;
}
#deal-main-body .deal-card .product-store .more-less:hover {
  color: #4c5d75;
}
#deal-main-body .deal-card .product-store ul {
  display: flex;
  flex-wrap: wrap;
}
#deal-main-body .deal-card .product-store ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
#deal-main-body .deal-card .retailer-type {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px;
}
#deal-main-body .deal-card .submit-tracking {
  width: 12%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  #deal-main-body .deal-card .submit-tracking {
    padding-left: 0;
  }
}
#deal-main-body .deal-card .submit-tracking .links-cont {
  position: relative;
}
#deal-main-body .deal-card .submit-tracking .links-cont .item-links {
  color: #1F2D3D;
  font-size: 13px;
  display: flex;
  font-family: "Avenir medium";
}
#deal-main-body .deal-card .submit-tracking .links-cont .item-links:hover {
  text-decoration: none !important;
}
#deal-main-body .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .toggle-icon {
  display: none;
}
#deal-main-body .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .expand-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
#deal-main-body .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .toggle-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
#deal-main-body .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .expand-icon {
  display: none;
}
#deal-main-body .deal-card .submit-tracking .links-cont .close-upc {
  min-width: 130px;
  position: absolute;
  right: 2px;
  line-height: 1.2;
  color: #e75e7f;
  font-size: 12px;
  font-family: "Avenir medium";
  display: flex;
  align-items: center;
}
#deal-main-body .deal-card .submit-tracking .links-cont .close-upc i {
  margin-right: 3px;
}
#deal-main-body .deal-card .submit-tracking .links-cont .close-upc p {
  margin-bottom: 0;
  text-align: right;
  margin-top: 2px;
}
#deal-main-body .deal-card .view-deal-section {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#deal-main-body .deal-card .view-deal-section .view-deal {
  position: relative;
}
#deal-main-body .deal-card .view-deal-section .view-deal .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  #deal-main-body .deal-card .view-deal-section .view-deal .bfmr-btn {
    font-size: 12px;
  }
}
#deal-main-body .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  #deal-main-body .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
    font-size: 13px;
  }
}
#deal-main-body .deal-card .view-deal-section .view-deal-with-date .submitted-date {
  margin-top: 8px;
  position: absolute;
  min-width: 200px;
}
#deal-main-body .deal-card .view-deal-section .view-deal-with-date .submitted-date p.deadline {
  color: orange;
}
#deal-main-body .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #e75e7f;
  margin-bottom: 5px;
  text-rendering: geometricPrecision;
  cursor: pointer;
}
#deal-main-body .deal-card .view-deal-section .view-deal-with-date .submitted-date p span.deadline {
  color: orange;
  font-size: 12px;
  margin-right: 1px;
}
#deal-main-body .deal-card .view-deal-section .view-deal-with-date .submitted-date p span {
  color: #e75e7f;
  font-size: 12px;
  margin-right: 1px;
}
@media only screen and (max-width: 1300px) {
  #deal-main-body .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
    font-size: 10px;
  }
}
#deal-main-body .deal-card .favourite-deal {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
#deal-main-body .deal-card .favourite-deal span.fa-heart {
  font-size: 14px;
  color: #95AAC9;
}
#deal-main-body .deal-card .favourite-deal span.fa-heart.clickable {
  cursor: pointer;
}
#deal-main-body .deal-card .favourite-deal span.fa-heart.clickable:hover {
  color: #e6305c;
}
#deal-main-body .deal-card .favourite-deal .fav-deal {
  color: #E75E7F !important;
  font-size: 14px;
}
#deal-main-body .deal-card .favourite-deal .fav-deal:hover {
  color: #e6305c !important;
}
#deal-main-body .deal-card .deal-status {
  position: absolute;
  right: -14px;
  border-radius: 0px 6px 6px 0px;
  transform: rotate(0);
  width: 16px;
  text-align: center;
  top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
#deal-main-body .deal-card .deal-status.deal-closed {
  background: #E75E7F;
  white-space: nowrap;
}
#deal-main-body .deal-card .deal-status.deal-deadline {
  background: orange;
  white-space: nowrap;
}
#deal-main-body .deal-card .deal-status.deal-onsale {
  background: #6967c7;
  white-space: nowrap;
}
#deal-main-body .deal-card .deal-status .deal-status-text {
  height: 17px; /* Height equal to width of parent */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Avenir medium";
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  transform: translate(1px, 0px) rotate(-90deg);
}
#deal-main-body .deal-card .pinned-deal {
  position: absolute;
  right: 15px;
  top: 10px;
}
#deal-main-body .deal-card .details-section .item-links {
  padding: 20px;
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
}
#deal-main-body .deal-card .details-section .item-links p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E3EBF6;
  padding-bottom: 15px;
  transition: 0.5s all ease;
}
#deal-main-body .deal-card .details-section .item-links p button {
  padding: 0;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1F2D3D;
  text-decoration: none;
}
#deal-main-body .deal-card .details-section .item-links p a {
  color: #1F2D3D;
  text-decoration: none;
}
#deal-main-body .deal-card .details-section .item-links p.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}
#deal-main-body .deal-card .details-section .item-links > div ul {
  padding: 15px 0;
  border-bottom: 1px solid #E3EBF6;
  align-items: center;
}
#deal-main-body .deal-card .details-section .item-links > div ul:last-child {
  border-bottom: none;
}
#deal-main-body .deal-card .details-section .item-links > div ul li {
  margin-right: 20px;
}
#deal-main-body .deal-card .details-section .item-links > div ul li:first-child a {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #3B516C;
  text-decoration-line: none;
}
#deal-main-body .deal-card .details-section .item-links > div ul li a {
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #2C7BE5;
}
#deal-main-body .deal-card .details-section .item-links > div ul li a h6 {
  font-size: 14px;
  line-height: 19px;
  color: #3B516C;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .deal-card-desktop {
    display: none;
  }
}
#deal-main-body .deal-card-mob {
  display: none;
  box-shadow: 0 5px 10px rgba(59, 81, 108, 0.102);
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 1108px) {
  #deal-main-body .deal-card-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 0px 24px;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card-mob {
    padding: 12px 16px 0px 16px;
  }
}
#deal-main-body .deal-card-mob .mob-title-n-ship-address .fe {
  font-size: 16px;
}
#deal-main-body .deal-card-mob .mob-title-n-ship-address .btn-txt {
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 885px) {
  #deal-main-body .deal-card-mob .mob-title-n-ship-address .btn-txt {
    display: none;
  }
}
#deal-main-body .deal-card-mob .mob-title-n-ship-address .btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 885px) {
  #deal-main-body .deal-card-mob .mob-title-n-ship-address .btn {
    padding: 4px 10px;
    border: 1px solid rgba(210, 221, 236, 0.8);
    background-color: rgba(237, 242, 249, 0.4509803922);
  }
  #deal-main-body .deal-card-mob .mob-title-n-ship-address .btn .fe {
    margin-right: 0px !important;
    font-size: 20px;
    color: #6E84A3;
  }
}
#deal-main-body .deal-card-mob .mob-title-n-ship-address h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Avenir medium";
}
#deal-main-body .deal-card-mob .mob-title-n-ship-address .btn-white {
  background: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 5px;
  color: #12263F;
  font-size: 13px;
  text-transform: capitalize;
}
#deal-main-body .deal-card-mob .mob-title-n-ship-address .btn-white svg {
  margin-bottom: 5px;
}
@media only screen and (max-width: 326px) {
  #deal-main-body .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 12px;
  }
}
@media only screen and (max-width: 315px) {
  #deal-main-body .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 11px;
  }
}
#deal-main-body .deal-card-mob .right-section {
  display: flex;
}
#deal-main-body .deal-card-mob .mob-filters-view {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  width: 100%;
}
#deal-main-body .deal-card-mob .mob-filters-view .generic-search {
  z-index: 9;
  margin-left: 8px;
}
@media only screen and (max-width: 410px) {
  #deal-main-body .deal-card-mob .mob-filters-view .generic-search {
    margin-right: 0px;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort {
  position: relative;
  margin-left: 8px;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
  border: 1px solid #D2DDEC;
  color: #12263F;
  height: 40px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 512px) {
  #deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: 94px;
  }
}
@media only screen and (max-width: 667px) {
  #deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: unset;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
  }
  #deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
    display: none;
  }
  #deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
    margin-left: 0px !important;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white:hover {
  color: #fff;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active {
  border: 1px solid #4BCAB3;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active + .applied {
  position: absolute;
  top: -7px;
  right: -6px;
  background: #4BCAB3;
  border-radius: 10px;
  color: #fff;
  font-family: "Avenir medium";
  padding: 2px 5px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 1;
  display: block;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .btn-txt,
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .fe {
  color: #3BBD96;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .btn-txt {
  color: #fff;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .fe {
  color: #12263F;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
  font-size: 20px;
  transform: rotate(-90deg);
  margin-left: 0px !important;
  color: #3B516C;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white img {
  max-width: unset;
  height: 20px;
  width: 20px;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
  padding-left: 8px;
}
#deal-main-body .deal-card-mob .mob-filters-view .mob-filters-sort .applied {
  display: none;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
  position: relative;
  margin-left: 16px;
}
@media only screen and (max-width: 1220px) {
  #deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  #deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    margin-left: 8px;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter label {
  display: none;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 125px;
}
@media only screen and (max-width: 485px) {
  #deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
    width: 42px;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #12263F;
  font-size: 13px;
  line-height: 1.7;
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 485px) {
  #deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
}
@media only screen and (max-width: 485px) {
  #deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags-wrap,
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
@media only screen and (max-width: 800px) {
  #deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
    right: unset;
  }
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 7rem !important;
  transform: translateY(-50%);
  width: 80px;
  height: 40px !important;
  background-size: contain;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#deal-main-body .deal-card-mob .mob-filters-view .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
#deal-main-body .deal-card-mob .filter-sort-collapse {
  min-width: 331px;
  max-width: 331px;
  background: white;
  margin-right: -331px;
  transition: margin-right 2s ease-in;
  height: calc(100% + 25px);
  display: flex;
  flex-direction: column;
}
#deal-main-body .deal-card-mob .filter-sort-collapse.show {
  margin-right: -16px;
  position: fixed;
  right: 16px;
  top: 50px;
  z-index: 99;
  height: calc(100% - 50px);
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-header {
  padding: 20px 25px;
  border-bottom: 1px solid #D2DDEC;
  color: #3BBD96;
  font-size: 24px;
  display: flex;
  align-items: center;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-header span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .deal-card-mob .filter-sort-collapse .filters-header span {
    margin-top: 7px;
    line-height: 1.2;
  }
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-header img,
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-header .fe {
  margin-right: 8px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-header .fe {
  transform: rotate(-90deg);
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body {
  padding: 16px 25px;
  height: 67vh;
  overflow-y: auto;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 label {
  display: none;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect {
  cursor: pointer;
  min-height: 56px;
  position: relative;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 17.25px;
  line-height: 1.7;
  top: 15px;
  left: 12px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__select:before {
  border-color: #12263F;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select {
  height: 56px;
  width: 32px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 56px;
  border-radius: 8px;
  border-color: #E3EBF6;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags-wrap,
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__single {
  display: none !important;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 18px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 250px;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid #e8e8e8;
  border: 1px solid #D2DDEC;
  border-top: 0px;
  top: 0px;
  padding: 8px 8px 4px 8px;
  position: relative;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10.75rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__select:before {
  border-color: #12263F;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option {
  padding-top: 14px;
  padding-bottom: 10px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("/images/exclusive-deal-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label {
  padding-left: 20px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label .custom-control-label::after {
  left: 9.5rem;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .horizontal-line {
  margin: 16px 0px;
  background-color: #D2DDEC;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item {
  border-bottom: 1px solid #E3EBF6;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  height: 40px;
  margin: 4px 0px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by p {
  color: #3B516C;
  font-weight: 600;
  margin-bottom: 0px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by.active {
  background-color: #F2F5FF;
  border-radius: 8px;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-body .sorting:last-child .sorting-item {
  border-bottom: 0px solid transparent;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
#deal-main-body .deal-card-mob .filter-sort-collapse .filters-footer .btn {
  min-width: 111px;
  border-radius: 8px;
}
#deal-main-body .item-links-detail {
  padding: 20px 25px 23px 30px;
  width: 100%;
  background: #F9FAFC;
  position: relative;
  border-radius: 8px;
  border-top: 1px solid #E3EBF6;
  display: block;
  margin-bottom: 0;
  /* margin-top: 15px; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#deal-main-body .item-links-detail .details-section {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#deal-main-body .item-links-detail .details-section .single-deal-links {
  margin-bottom: 5px;
  padding-right: 10px;
}
#deal-main-body .item-links-detail .details-section .single-deal-links.has-one-col {
  width: 90%;
}
#deal-main-body .item-links-detail .details-section .single-deal-links.has-two-cols {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .item-links-detail .details-section .single-deal-links.has-two-cols {
    width: 100%;
  }
}
#deal-main-body .item-links-detail .details-section .single-deal-links.has-more-cols {
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 100%;
  }
}
#deal-main-body .item-links-detail .details-section .single-deal-links h6 {
  line-height: unset;
  margin-bottom: 0;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li a {
  font-family: "Avenir medium";
  font-size: 14px;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li a:hover {
  text-decoration: underline !important;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li a:active, #deal-main-body .item-links-detail .details-section .single-deal-links li a:focus {
  text-decoration: none !important;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li a.link-closing {
  cursor: pointer;
  color: #99A6B9;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .item-closed-date {
  pointer-events: none;
  color: #E75E7F;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .item-closed-date span {
  color: #E75E7F;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .item-links-detail .details-section .single-deal-links li .item-closed-date {
    font-family: "Avenir demi", "Avenir medium";
  }
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .hash-container {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E232c1;
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .hash-container:hover {
  color: #BB1A9D;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy {
  color: #6e84a3;
  font-size: 17px;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy:hover {
  color: #12263f;
}
#deal-main-body .item-links-detail .details-section .single-deal-links li .link-closing-span {
  color: #99A6B9;
}
#deal-main-body .item-links-detail .details-section .single-deal-links.closed li a {
  color: #99A6B9;
}
#deal-main-body .item-links-detail .details-section .single-deal-links.closed li span {
  color: #99A6B9;
}
#deal-main-body .item-links-detail .details-section .single-deal-links.closed .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#deal-main-body .item-links-detail .see-deal-details {
  background: #fff;
  border: 1.2px solid #7690B5;
  border-radius: 6px;
  color: #7690B5;
  font-size: 12px;
  font-family: "Avenir medium";
  cursor: pointer;
  padding: 7px 4px 5px 4px;
  width: 110px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 20px;
  letter-spacing: 0.01em;
}
#deal-main-body .item-links-detail .see-deal-details:hover {
  text-decoration: none !important;
  border: 1.2px solid #3BBD96;
  background: #3BBD96;
  color: #FFFFFF;
}
#deal-main-body .div-loading {
  overflow: hidden;
  position: relative;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(249, 249, 249);
  z-index: 10001;
  margin-bottom: 20px;
}
#deal-main-body .div-loading .logo {
  width: 70px;
  min-height: 140px;
  background: url("../../img/logo.png") center center no-repeat;
}
#deal-main-body .div-loading .spinner {
  height: 115px;
  width: 115px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#deal-main-body .div-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #2AAC8A;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
#deal-main-body .signin-alert {
  padding: 15px;
  display: flex;
  color: #191919;
  flex-direction: column;
  background: #ebf5e8;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
#deal-main-body .signin-alert.payment-info-alert {
  flex-direction: row;
}
#deal-main-body .signin-alert.payment-info-alert img {
  margin-bottom: 0;
  margin-right: 10px;
}
#deal-main-body .signin-alert.payment-info-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  padding-top: 7px;
}
#deal-main-body .signin-alert img {
  margin-bottom: 20px;
}
#deal-main-body .signin-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
}
#deal-main-body .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
#deal-main-body .animated-load span:first-child {
  margin-right: 20px;
}
#deal-main-body .animated-load span:last-child {
  margin-left: 20px;
}
#deal-main-body .quick-filters-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .quick-filters-wrapper {
    display: flex;
    flex-grow: 1;
    width: calc(65% - 120px);
    overflow: auto;
    margin-right: 20px;
  }
  #deal-main-body .quick-filters-wrapper .btn-quick-filter {
    margin-right: 7px;
  }
}
#deal-main-body .quick-filters-wrapper::-webkit-scrollbar {
  display: none;
}
#deal-main-body .quick-filters-wrapper .btn-quick-filter {
  margin-right: 8px;
}
#deal-main-body .quick-filters-wrapper .btn-quick-filter .deal-filter-icon svg path:last-child {
  fill: #3B516C;
}
#deal-main-body .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:first-child, #deal-main-body .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
#deal-main-body .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:last-child, #deal-main-body .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:last-child {
  fill: white;
}
#deal-main-body .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
#deal-main-body .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:last-child {
  fill: white;
}
#deal-main-body .quick-filters-wrapper .vertical-line {
  width: 1px;
  height: 40px;
  background-color: #D2DDEC;
  margin-right: 8px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter {
  order: 9;
  position: relative;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter label,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter label,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter label {
  font-size: 10px;
  font-family: "Avenir medium";
  text-transform: uppercase;
  color: #8492A6;
  letter-spacing: 0.01em;
  padding-left: 1px;
  visibility: hidden;
  display: none;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  cursor: pointer;
  min-height: 30px;
  width: 112px;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
  #deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  #deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 108px;
  }
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  position: absolute;
  content: "Retailers";
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 14px;
  line-height: 1.478;
  top: 6px;
  left: 12px;
}
@media only screen and (max-width: 1300px) {
  #deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
  #deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
  #deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
    font-size: 14px;
    top: 6px;
  }
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect.multiselect--active .multiselect__tags,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect.multiselect--active .multiselect__tags,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select {
  height: 30px;
  width: 30px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags {
  padding: 4px 16px 3px 8px;
  min-height: 30px;
  border-radius: 22px;
  border-color: #D2DDEC;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags-wrap,
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__single,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags-wrap,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__single,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags-wrap,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__single {
  display: none !important;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 12px;
  border: solid #3B516C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 1300px) {
  #deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
  #deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
  #deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
    top: 6px;
  }
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 260px;
  border-radius: 16px;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  top: 34px;
  padding: 4px 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter.has-filter:before,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter.has-filter:before,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter.has-filter:before {
  content: attr(counter);
  position: absolute;
  right: 0px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #12263F;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
  line-height: 1;
  padding-top: 0px;
  z-index: 999;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter.has-filter .multiselect__tags,
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter.has-filter .multiselect__tags,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
#deal-main-body .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before {
  top: 6px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter {
  margin-right: 8px;
}
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  width: 130px;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  #deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 120px;
  }
}
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  content: "Retail Types";
}
#deal-main-body .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  border-color: #3B516C;
}
#deal-main-body .quick-filters-wrapper .filter-1.deal-types-filter .multiselect::before {
  content: "Deal Types";
}
#deal-main-body .deal-card-wrapper {
  position: relative;
}
@media only screen and (max-width: 1108px) {
  #deal-main-body .deal-card-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
#deal-main-body .deal-card-wrapper .section-deals .no-deals {
  font-weight: bold;
  font-size: 14px;
  line-height: 167%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 0;
}
#deal-main-body .deal-card-wrapper .inner-wrapper {
  position: relative;
  height: calc(var(--app-height) - 122px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 1550px) {
  #deal-main-body .deal-card-wrapper .inner-wrapper {
    height: calc(var(--app-height) - 111px);
  }
}
@media only screen and (max-width: 1108px) {
  #deal-main-body .deal-card-wrapper .inner-wrapper {
    height: calc(var(--app-height) - 114px);
  }
}
@media only screen and (max-width: 1100px) {
  #deal-main-body {
    width: auto;
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1100px) {
  #deal-main-body .single-deal-view {
    padding: 0px 25px;
  }
}
#deal-main-body .single-deal-view .back-n-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#deal-main-body .single-deal-view .back-n-close h5 {
  color: #1F2D3D;
  font-family: "Avenir medium";
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  cursor: pointer;
}
#deal-main-body .single-deal-view .back-n-close h5:hover {
  color: #3BBD96;
}
#deal-main-body .single-deal-view .single-deal-detail {
  padding: 19px 75px;
}
@media only screen and (max-width: 1199px) {
  #deal-main-body .single-deal-view .single-deal-detail {
    padding: 19px 37px;
  }
}
@media only screen and (max-width: 1090px) {
  #deal-main-body .single-deal-view .single-deal-detail {
    padding: 19px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail {
    padding: 19px 0px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section {
  display: flex;
  align-items: initial;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section {
    flex-direction: column;
    align-items: initial;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer {
  margin-right: 16px;
  margin-bottom: 25px;
  position: relative;
  background-color: white;
  width: 377px;
  height: 270px;
  padding: 36px 16px 16px 16px;
  border: 1px solid #E3EBF6;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer {
    text-align: center;
    margin-right: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 400px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer {
    width: unset;
  }
}
@media only screen and (min-width: 400px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer {
    min-width: 377px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .vue-load-image img {
  max-width: 377px !important;
  max-height: 180px !important;
}
@media only screen and (min-width: 2200px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .vue-load-image img {
    height: 270px !important;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 16px 16px 16px 16px;
  width: 100%;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge {
  padding: 4px 6px;
  font-size: 12.64px;
  font-family: "Avenir regular", "Avenir medium", "Avenir demi";
  font-weight: 400;
  margin-bottom: 5px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge p {
  margin-top: 3px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge.newTag {
  min-width: unset;
  cursor: default;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge.priceChangeTag {
  cursor: default;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge.safari p {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge.safari p {
    margin-top: 0px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .bfmr-deal-badge.iosChrome p {
  margin-top: 0px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag {
  position: relative;
  cursor: pointer;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag.iosDevice .tooltip {
  width: 155px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .shipping-label {
  border: 1px solid #3B516C;
  color: #3B516C;
  padding: 3px 6px 2px 8px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .shipping-label.iosDevice p {
  margin-top: 0px;
  transform: translateY(1px);
}
@media only screen and (max-width: 632px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .shipping-label.iosDevice p {
    transform: translateY(0px);
    margin-top: 0px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .shipping-label p {
  margin-top: 0px;
  transform: translateY(2px);
  font-family: "Avenir medium", "Avenir regular";
  font-weight: 500;
  text-rendering: geometricPrecision;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .shipping-label i {
  font-size: 14px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag:hover .tooltip {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .tooltip {
  position: absolute;
  bottom: -50px;
  right: -55px;
  z-index: 1;
  background: #fff;
  color: #3B516C;
  padding: 6px 10px 8px;
  font-size: 12.64px;
  border: 1px solid #D2DDEC;
  border-radius: 8px;
  width: 155px;
  display: none;
  pointer-events: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1019607843);
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .tooltip:before {
  content: "";
  position: absolute;
  right: 100px;
  top: -5px;
  height: 8px;
  width: 8px;
  border: solid #D2DDEC;
  border-width: 1px 0px 0px 1px;
  background: #fff;
  transform: translate(-50%) rotate(45deg);
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .badges-container .shipping-label-tag .tooltip .text {
  color: #6E84A3;
  margin-bottom: 0px;
  line-height: 16px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont {
  margin-bottom: 5px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag {
  position: relative;
  cursor: pointer;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .exclusiveTag {
  padding: 4px 6px 5px 7px;
  font-size: 12px;
  font-family: "Avenir medium", "Avenir demi";
  margin-right: 0px;
  border: 1px solid #FFFFFF;
  color: black;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .exclusiveTag p {
  margin-top: 2px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .exclusiveTag.badge-gold {
  color: #12263F;
}
@media only screen and (max-width: 991px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .exclusiveTag.safari {
    padding: 4px 6px 4px 7px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .exclusiveTag.safari p {
  margin-top: 2px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .exclusiveTag.iosChrome p {
  margin-top: 2px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag i {
  font-size: 24px;
  color: #9CAFCB;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag:hover i {
  color: #6E84A3;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .tooltip {
  position: absolute;
  top: 34px;
  right: -5px;
  z-index: 1;
  background: #fff;
  color: #6E84A3;
  padding: 8px 12px;
  font-size: 12.64px;
  border: 1px solid #D2DDEC;
  border-radius: 8px;
  width: 240px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1019607843);
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .tooltip:before {
  content: "";
  position: absolute;
  right: 12px;
  top: -8px;
  height: 15px;
  width: 15px;
  border: solid #D2DDEC;
  border-width: 1px 0px 0px 1px;
  background: #fff;
  transform: translate(-50%) rotate(45deg);
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .exclusive-tag-cont .exclusive-tag .tooltip span {
  color: #6E84A3;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .icon-fvrt {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin-left: auto;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .icon-fvrt:hover svg path, #deal-main-body .single-deal-view .single-deal-detail .top-section .img-contianer .icon-fvrt.active svg path {
  fill: #FF9100;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price {
  margin-bottom: 25px;
  flex-grow: 1;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title {
  border-bottom: 1px solid #E3EBF6;
  margin-bottom: 20px;
  padding-top: 12px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title h2 {
  font-family: "Avenir regular", "Avenir medium", "Avenir demi";
  font-weight: 600;
  font-size: 36.49px;
  letter-spacing: 0.01em;
  color: #12263F;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @media screen {
      #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title h2 {
        font-family: "Avenir demi", "Avenir medium";
        font-weight: unset;
      }
    }
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title h2.has-subtitle {
  padding-bottom: 5px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title .deal-subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #6E84A3;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title span.fa-heart {
  font-size: 20px;
  color: #95AAC9;
  cursor: pointer;
  position: absolute;
  right: 0;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title span.fa-heart:hover {
  color: #e6305c;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title span.fa-heart {
    padding-top: 0;
    margin-top: 0;
    top: 0;
    font-size: 16px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title .fav-deal {
  color: #E75E7F !important;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .deal-title .fav-deal:hover {
  color: #e6305c !important;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 850px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price {
    flex-direction: column;
    align-items: unset;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price {
    flex-direction: column;
    align-items: unset;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price p {
  margin-bottom: 0px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .text {
  color: #12263F;
  margin-right: 16px;
  font-family: "Avenir medium";
}
@media only screen and (max-width: 767px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @media screen {
      #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .text {
        font-family: "Avenir demi", "Avenir medium";
      }
    }
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price {
    flex-direction: column;
    align-items: unset;
  }
}
@media only screen and (max-width: 385px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price {
    flex-direction: column;
    align-items: unset;
    padding: 5px 0px 0px 0px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .actual-amount {
  color: #41BF99;
  font-size: 25.63px;
  font-family: "Avenir medium";
}
@media only screen and (max-width: 385px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .actual-amount {
    line-height: 1;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount {
  display: flex;
  align-items: center;
  font-family: "Avenir demi", "Avenir medium" !important;
  padding-left: 12px;
  border-left: 1px solid #E3EBF6;
  margin-left: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount {
    margin-left: 0px;
    padding-left: 0px;
    border-left: unset;
  }
}
@media only screen and (max-width: 385px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount {
    margin-left: 0px;
    padding-left: 0px;
    border-left: unset;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount .icon-arrow {
  margin-right: 4px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount .icon-arrow i {
  font-size: 22px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount .amount {
  font-size: 20.25px;
  font-family: "Avenir demi", "Avenir medium";
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount .amount .vertical-line {
  padding-left: 8px;
  padding-right: 8px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.full-retail {
  color: #3381E7;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.full-retail .amount {
  color: #3381E7;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.above-retail {
  color: #41BF99;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.above-retail .amount {
  color: #41BF99;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.above-retail .icon-arrow i {
  color: #41BF99;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.below-retail .amount {
  color: #CDA334;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.below-retail .icon-arrow {
  margin-top: 3px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .payout-price .price .retail-amount.below-retail .icon-arrow i {
  color: #CDA334;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .scheduled-price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .scheduled-price .icon-calendar {
  margin-right: 4px;
  margin-top: 4px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .scheduled-price p {
  margin-bottom: 0px;
  color: #E55D7E;
  font-size: 12.62px;
  line-height: unset;
  margin-top: 4px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .scheduled-price p span {
  font-family: "Avenir medium";
  font-weight: 600;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .retail-price {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .retail-price {
    flex-direction: column;
    align-items: unset;
    margin-top: 20px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .retail-price p {
  margin-bottom: 0px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .retail-price .text {
  margin-right: 16px;
  font-family: "Avenir medium";
  min-width: 94.25px;
}
@media only screen and (max-width: 767px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @media screen {
      #deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .retail-price .text {
        font-family: "Avenir demi", "Avenir medium";
      }
    }
  }
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .retail-price .price {
  font-family: "Avenir medium";
  color: #12263F;
  font-size: 25.63px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .info-alert-cont {
  padding-top: 24px;
  border-top: 1px solid #E3EBF6;
  margin-bottom: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .info-alert-cont .info-alert {
  display: flex;
  padding: 10px 24px 7px 24px;
  border: 1px solid #AE6900;
  border-radius: 8px;
  color: #AE6900;
  max-width: 505px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .info-alert-cont .info-alert.has-deal-closing {
  border-color: #E75E7F;
  color: #E75E7F;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .info-alert-cont .info-alert .fe-alert-triangle {
  margin-right: 8px;
  margin-bottom: 4px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .info-alert-cont .info-alert .info {
  margin-bottom: 0px;
  font-size: 14px;
}
#deal-main-body .single-deal-view .single-deal-detail .top-section .title-price .info-alert-cont .info-alert .info span {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section {
  margin-bottom: 24px;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section h5 {
  font-family: "Avenir medium";
  color: #1F2D3D;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .middle-section h5 {
    font-size: 16px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section {
  background: #ffffff;
  border: 1px solid #E3EBF6;
  border-radius: 6px;
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section {
    padding: 17px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links {
  margin-bottom: 5px;
  padding-right: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.has-one-col {
  width: 100%;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.has-two-cols {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.has-two-cols {
    width: 100%;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.has-more-cols {
  width: 33%;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.has-more-cols {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.has-more-cols {
    width: 100%;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links h6 {
  line-height: unset;
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li {
  font-family: "Avenir medium";
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li {
    font-size: 14px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li a:hover {
  text-decoration: underline !important;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li a:active, #deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li a:focus {
  text-decoration: none !important;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li a.link-closing {
  cursor: pointer;
  color: #99A6B9;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li .item-closed-date {
  pointer-events: none;
  color: #E75E7F;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li .item-closed-date span {
  color: #E75E7F;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li span {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E232c1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li span:hover {
  color: #BB1A9D;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li span span.fe-copy {
  color: #6e84a3;
  font-size: 17px;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li span span.fe-copy:hover {
  color: #12263f;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links li .link-closing-span {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #99A6B9;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.closed li a {
  color: #99A6B9;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.closed li span {
  color: #99A6B9;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .single-deal-links.closed .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 15px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section ul {
  width: 100%;
  padding: 0;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
  font-family: "Avenir medium";
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #12263f;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section ul li::before {
  position: absolute;
  content: "-";
  left: 0;
  color: #6E84A3;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section ul li::marker {
  content: "";
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section ul li.deal-closed {
  color: #ff0000;
  font-weight: bold;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section.closing-note {
  margin-bottom: 20px;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section.closing-note ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section.closing-note ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
  font-family: "Avenir medium";
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #12263f;
  font-weight: bold;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section.closing-note ul li::before {
  position: absolute;
  content: "-";
  left: 0;
  color: #6E84A3;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section.closing-note ul li.deal-closed {
  color: #ff0000;
  font-weight: bold;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section.closing-note * {
  margin-bottom: 5px;
  font-family: "Avenir medium";
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: bold;
}
#deal-main-body .single-deal-view .single-deal-detail .middle-section .links-section .deal-intsrcutions {
  width: 100%;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section h5 {
  font-family: "Avenir medium";
  color: #1F2D3D;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .last-section h5 {
    font-size: 16px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address {
  background: #ffffff;
  border: 1px solid #E3EBF6;
  border-radius: 6px;
  padding: 22px 30px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address p {
  font-family: "Avenir medium";
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #6E84A3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address p {
    font-size: 15px;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .address-text {
  color: #6E84A3;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-family: "Avenir medium";
  margin-bottom: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .address-caution {
  color: #3bbd96;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-family: "Avenir medium";
  margin-bottom: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .address-caution a {
  letter-spacing: 0.01em;
  font-size: 16px;
  font-family: "Avenir medium";
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adrs-title, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-title {
  font-size: 16px;
  font-family: "Avenir demi", "Avenir medium";
  color: #12263F;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  line-height: 1;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adrs-title span, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-title span {
  font-style: italic;
  font-family: "Avenir medium";
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-title {
  margin-top: 15px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adrs-benefit, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-benefit {
  font-size: 16px;
  color: #8492A6;
  font-family: "Avenir medium";
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adrs-note, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-note {
  margin-bottom: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adrs-note p, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-note p {
  font-size: 16px;
  color: #8492A6;
  font-family: "Avenir medium";
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adrs-note p a, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-note p a {
  font-family: "Avenir medium";
  font-size: 16px !important;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adrs-note {
  margin-bottom: 20px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  margin-bottom: 6px;
  background: #F9FAFC;
  border: 1px solid #EDF2F9;
  border-radius: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .pin-container, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .pin-container {
  display: flex;
  align-items: center;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .pin-container .pin-adress, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .pin-container .pin-adress {
  margin-right: 24px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .pin-container .address-info, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .pin-container .address-info {
  margin-bottom: 0;
  color: #12263F;
  font-size: 16px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  max-width: 410px;
  line-height: 1.3;
  padding-top: 2px;
  margin-right: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .pin-container .address-info.primary-address, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .pin-container .address-info.primary-address {
  font-family: "Avenir demi", "Avenir medium";
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .pin-container .address-info.secondary-address, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .pin-container .address-info.secondary-address {
  color: #6E84A3;
}
@media only screen and (max-width: 767px) {
  #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .pin-container .address-info, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .pin-container .address-info {
    width: auto;
  }
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .copy-address span.fe-copy, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .copy-address span.fe-copy {
  font-size: 19px;
  color: #6E84A3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details > div .copy-address span.fe-copy:hover, #deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .s-adres-details > div .copy-address span.fe-copy:hover {
  color: #12263F;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address .p-adres-details {
  margin-bottom: 10px;
}
#deal-main-body .single-deal-view .single-deal-detail .last-section .ship-address hr {
  border-color: #e3ebf6;
}
#deal-main-body .single-deal-view .item-contact {
  width: 100%;
}
#deal-main-body .single-deal-view .item-contact ul li {
  color: #12263F;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 10px;
}
#deal-main-body .single-deal-view .item-contact ul li ul {
  list-style-type: none;
}
#deal-main-body .not-found-content .btn-green {
  line-height: 1;
  min-width: 210px;
  font-size: 14px;
  text-decoration: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
#deal-main-body .not-found-content .btn-green:hover {
  text-decoration: none !important;
}

.is-mac-safari #deal-main-body .single-deal-view .top-section .title-price .payout-price .price .retail-amount.above-retail .icon-arrow {
  margin-top: 2px;
}
.is-mac-safari #deal-main-body .single-deal-view .top-section .title-price .payout-price .price .retail-amount.below-retail .icon-arrow {
  margin-top: 4px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .is-mac-safari #deal-main-body .single-deal-view .top-section .title-price .scheduled-price .icon-calendar {
    margin-top: 6px;
  }
}

.is-mac-chrome #deal-main-body .single-deal-view .top-section .title-price .payout-price .price .retail-amount.above-retail .icon-arrow {
  margin-top: 4px;
}
.is-mac-chrome #deal-main-body .single-deal-view .top-section .title-price .payout-price .price .retail-amount.below-retail .icon-arrow {
  margin-top: 4px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .is-mac-chrome #deal-main-body .single-deal-view .top-section .title-price .scheduled-price .icon-calendar {
    margin-top: 3px !important;
  }
}
.is-mac-chrome #deal-main-body .single-deal-view .top-section .shipping-label-tag .shipping-label p {
  transform: translateY(0px);
}

#dashboard-main-body {
  background: #f9fafc;
  padding: 20px 30px 20px 26px !important;
}
@media only screen and (max-width: 1238px) {
  #dashboard-main-body {
    padding: 16px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body {
    padding: 15px 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body {
    padding: 15px 15px !important;
  }
}
#dashboard-main-body .dashboard-banner {
  cursor: pointer;
  margin-bottom: 25px;
}
#dashboard-main-body .dashboard-banner img {
  width: 100%;
}
#dashboard-main-body .dashboard-banner img.mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-banner img.mobile-view {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-banner img.desktop-view {
    display: none;
  }
}
#dashboard-main-body .dashboard-banner.mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-banner.mobile-view {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-banner.desktop-view {
    display: none;
  }
}
#dashboard-main-body .dashboard-banner svg {
  border-radius: 16px;
}
#dashboard-main-body .dashboard-banner {
  margin-bottom: 25px;
}
#dashboard-main-body .dashboard-banner svg {
  cursor: pointer;
}
#dashboard-main-body .dashboard-banner .desktop {
  display: flex;
  align-items: center;
  width: 100%;
}
#dashboard-main-body .dashboard-banner .left-side img {
  padding-right: 45px;
}
#dashboard-main-body .dashboard-banner .right-side {
  padding-right: 32px;
  margin-left: auto;
}
#dashboard-main-body .dashboard-banner .right-side .heading {
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 64px;
  color: #12263F;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1680px) {
  #dashboard-main-body .dashboard-banner .right-side .heading {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1240px) {
  #dashboard-main-body .dashboard-banner .right-side .heading {
    font-size: 36px;
  }
}
#dashboard-main-body .dashboard-banner .right-side .heading span {
  padding-top: 4px;
}
#dashboard-main-body .dashboard-banner .right-side .description {
  max-width: 630px;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 22px;
  color: #10253E;
}
@media only screen and (max-width: 1240px) {
  #dashboard-main-body .dashboard-banner .right-side .description {
    font-size: 16px;
    line-height: 20px;
  }
}
#dashboard-main-body .dashboard-banner .right-side .btn.get-started-btn {
  width: 160px;
  font-size: 18px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-banner .desktop {
    display: none;
  }
}
#dashboard-main-body .dashboard-banner .mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-banner .mobile {
    display: block;
  }
}
#dashboard-main-body .dashboard-banner .mobile .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px 8px;
}
#dashboard-main-body .dashboard-banner .mobile .banner-content .heading {
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 64px;
  color: #12263F;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
@media only screen and (max-width: 680px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .heading {
    font-size: 44px;
    gap: 12px;
  }
}
@media only screen and (max-width: 575px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .heading {
    font-size: 32px;
    margin-bottom: 4px;
    gap: 10px;
  }
}
@media only screen and (max-width: 380px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .heading {
    font-size: 24px;
    gap: 8px;
  }
}
#dashboard-main-body .dashboard-banner .mobile .banner-content .heading span {
  padding-top: 4px;
}
#dashboard-main-body .dashboard-banner .mobile .banner-content .description {
  max-width: 630px;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 22px;
  color: #10253E;
}
@media only screen and (max-width: 680px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .description {
    font-size: 20px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .description {
    font-size: 16px;
    max-width: 430px;
  }
}
@media only screen and (max-width: 380px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .description {
    line-height: 20px;
    font-size: 14px;
    font-family: "Avenir regular", "Avenir medium", "Avenir demi";
    font-weight: unset;
    max-width: 280px;
    margin-bottom: 8px;
  }
}
#dashboard-main-body .dashboard-banner .mobile .banner-content .btn.get-started-btn {
  width: 180px;
  font-size: 18px;
  border-radius: 8px;
}
@media only screen and (max-width: 380px) {
  #dashboard-main-body .dashboard-banner .mobile .banner-content .btn.get-started-btn {
    width: 124px;
    font-size: 16px;
    padding-top: 4px;
    height: 32px;
  }
}
#dashboard-main-body .welcome-note {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#dashboard-main-body .welcome-note .welcome {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .welcome-note .welcome {
    font-family: "Avenir demi", "Avenir medium";
    font-size: 14px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .welcome-note .welcome {
    font-size: 14px;
    line-height: 1;
  }
}
#dashboard-main-body .welcome-note .welcome-greet {
  font-size: 22px;
  margin-bottom: 0;
  font-family: "Avenir demi", "Avenir medium";
  color: #3bbd96;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .welcome-note .welcome-greet {
    font-family: "Avenir demi", "Avenir medium";
    font-size: 14px;
  }
}
#dashboard-main-body .dashboard-cards {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  #dashboard-main-body .dashboard-cards .padding-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#dashboard-main-body .dashboard-cards .padding-section-performance {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  #dashboard-main-body .dashboard-cards .padding-section-performance {
    padding-left: 15px;
    padding-right: 10px;
  }
}
#dashboard-main-body .dashboard-cards .padding-section-tacking {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1200px) {
  #dashboard-main-body .dashboard-cards .padding-section-tacking {
    padding-right: 15px;
    padding-left: 10px;
  }
}
#dashboard-main-body .dashboard-cards h2 {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-cards h2 {
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
#dashboard-main-body .dashboard-cards .card-box {
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
  padding: 19px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  #dashboard-main-body .dashboard-cards .card-box {
    padding: 12px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-cards .card-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards .card-box {
    padding: 15px;
  }
}
#dashboard-main-body .dashboard-cards .card-box.tracking-card {
  margin-bottom: 0;
}
#dashboard-main-body .dashboard-cards .card-box .dashboard-date-filter {
  position: relative !important;
}
#dashboard-main-body .dashboard-cards .card-box .dashboard-date-filter .dropdown-menu {
  z-index: 999 !important;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Avenir regular", "Avenir medium";
}
@media only screen and (max-width: 1200px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections {
    justify-content: space-around;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area.border-separator {
  width: 1px;
  height: 81px;
  background: #E3EBF6;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area.image-section {
    display: none;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .tracker-link {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  line-height: 1.7;
  height: 19px;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .tracker-link:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #0056b3;
}
@media only screen and (max-width: 362px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .tracker-link {
    font-size: 11px;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area h3,
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .number {
  font-size: 16px;
  font-weight: 700;
  font-family: "Avenir demi", "Avenir medium";
  margin: 0;
  color: #3B516C;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area h3,
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .number {
    font-size: 14px;
  }
}
@media only screen and (max-width: 394px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area h3,
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .number {
    font-size: 12px;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area h3 {
  font-family: "Avenir demi", "Avenir medium";
  line-height: 1;
  margin-bottom: 12px;
  padding-top: 10px;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .dropdown {
  font-size: 12px;
  font-family: "Avenir regular", "Avenir medium";
  cursor: pointer;
  color: #3B516C;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .section-area .dropdown i {
  font-size: 10px;
}
@media only screen and (max-width: 430px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections.payment-section {
    justify-content: space-between;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections.payment-section .last-date-time,
#dashboard-main-body .dashboard-cards .card-box .inner-sections.payment-section .balance-empty-span {
  font-size: 12px;
  font-weight: 400;
  color: #3BBD96;
  font-family: "Avenir regular", "Avenir medium";
  height: 19px;
  line-height: 1.7;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections.payment-section .balance-empty-span {
  visibility: hidden;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections.payment-section .lock-icons {
  height: 19px;
  line-height: 0;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections.trackings-section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections.trackings-section #datePickDropDownProcessed {
    width: 142px;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu {
  top: -3px !important;
  padding: 11px 0 0 9px;
  border-radius: 0 0 6px 6px;
  width: 130px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu {
    height: unset !important;
  }
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item {
  font-family: "Avenir demi", "Avenir medium";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #95AAC9;
  padding: 0 0 16px 0;
  border-bottom: none;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item:active, #dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item:hover, #dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item.active {
  background: #fff;
  color: #000 !important;
  text-decoration: underline !important;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item:focus {
  background: #fff;
  color: #000 !important;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item:first-child {
  padding: 0 0 16px 0;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 8px !important;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .mx-datepicker {
  width: 110px;
  margin-bottom: 6px;
}
#dashboard-main-body .dashboard-cards .card-box .inner-sections .dropdown-menu .mx-datepicker .mx-input {
  font-size: 12px;
  border-radius: 0;
  height: 30px;
}
#dashboard-main-body .dashboard-deal {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal {
    padding-left: 0;
    padding-right: 0;
  }
  #dashboard-main-body .dashboard-deal.bfmr-ag-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#dashboard-main-body .dashboard-deal h2 {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 12px;
  text-rendering: geometricPrecision;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal h2 {
    font-family: "Avenir demi", "Avenir medium";
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal h2 {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    justify-content: space-between;
  }
}
#dashboard-main-body .dashboard-deal h2 a {
  font-family: "Avenir medium";
  margin-left: 20px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 177.58%;
  letter-spacing: 0.01em;
  color: #2E9BFF;
  text-rendering: geometricPrecision;
  margin-left: auto;
}
#dashboard-main-body .dashboard-deal h2 a:hover {
  color: #2C7BE5;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal h2 a {
    font-family: "Avenir demi", "Avenir medium";
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk {
  display: block;
  background-color: white;
  box-shadow: 0px 5px 10px rgba(59, 81, 108, 0.1019607843);
  padding: 16px 28px 16px 28px;
  position: sticky;
  top: 50px;
  left: 0px;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk {
    padding: 12px 8px 9px 8px;
  }
}
@media only screen and (max-width: 1108px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section {
  display: flex;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section.upper-filter {
  align-items: center;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
  position: relative;
  margin-right: 8px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter label,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter label {
  display: none;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 88px;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect,
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 13px;
  line-height: 1.7;
  top: 11px;
  left: 32px;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect:before,
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect.multiselect--active .multiselect__tags,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
  display: none;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select,
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags,
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags {
    padding: 4px 8px;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__single,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__select:before,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 9rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter.has-filter .multiselect__tags,
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
@media only screen and (max-width: 1220px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
  width: 125px;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect {
    width: 40px;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect:before {
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 800px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper {
    right: unset;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option {
  display: flex;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect .multiselect__content-wrapper .custom-control-label:after {
  background-size: contain;
  height: 40px !important;
  left: 7rem !important;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
  display: block;
  height: 43px;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter .multiselect__select:before {
  border-color: #3B516C;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper {
  width: 280px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .multiselect__content-wrapper .multiselect__element .checkbox-label .custom-control-label:after {
  left: 11rem !important;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .filter-1.sort-by-filter .bfmr-select-svg-icon {
  top: 7px;
  left: 12px;
}
#dashboard-main-body .dashboard-deal .filter-sort-section-desk .quick-info-section .right-section .generic-search {
  max-width: 246px;
  min-width: 152px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #dashboard-main-body .dashboard-deal .parent-wrapper {
    min-height: 0.01%;
  }
  #dashboard-main-body .dashboard-deal .parent-wrapper .inner-wrapper {
    width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .parent-wrapper {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .parent-wrapper.mac-os .bf-sort-icon:before {
  top: 0 !important;
}
#dashboard-main-body .dashboard-deal .parent-wrapper.mac-os .bf-sort-icon:after {
  top: 1px !important;
}
#dashboard-main-body .dashboard-deal .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text {
  transform: translate(0px, 0px) rotate(-90deg);
}
#dashboard-main-body .dashboard-deal .parent-wrapper.mac-os .deal-card .deal-status .deal-status-text.browser-safari {
  transform: translate(1px, 0px) rotate(-90deg);
}
#dashboard-main-body .dashboard-deal .parent-wrapper.mac-os .fav-deal-sort {
  text-align: center;
  padding-right: 15px;
}
#dashboard-main-body .dashboard-deal .go-to-deal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .go-to-deal {
    margin-top: 24px;
  }
}
#dashboard-main-body .dashboard-deal .go-to-deal button.btn-green {
  height: 40px;
  line-height: 158%;
  min-width: 210px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .go-to-deal button.btn-green {
    padding: 5px;
    min-height: 40px;
  }
}
#dashboard-main-body .dashboard-deal .deal-image-container {
  position: sticky;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deals-loading {
    display: none !important;
  }
}
#dashboard-main-body .dashboard-deal .sorting-header {
  background: #F4F7FB;
  border: 1px solid #E3EBF6;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .sorting-header {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .sorting-header .status-sort {
  width: 98px;
}
#dashboard-main-body .dashboard-deal .sorting-header .item-sort {
  padding-left: 0;
  width: 22%;
}
#dashboard-main-body .dashboard-deal .sorting-header .pay-sort {
  width: 15%;
  text-align: right;
  padding-right: 15px;
}
#dashboard-main-body .dashboard-deal .sorting-header .retailer-sort {
  width: 17%;
  padding-left: 47px;
}
#dashboard-main-body .dashboard-deal .sorting-header .type-sort {
  width: 14%;
  text-align: center;
  padding-right: 15px;
}
#dashboard-main-body .dashboard-deal .sorting-header .submit-tracking-sort {
  width: 12%;
  padding-left: 10px;
}
#dashboard-main-body .dashboard-deal .sorting-header .view-deal-sort {
  width: 14%;
}
#dashboard-main-body .dashboard-deal .sorting-header .fav-deal-sort {
  width: 5%;
  text-align: center;
  padding-right: 15px;
}
#dashboard-main-body .dashboard-deal .sorting-header a {
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #8492A6;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  position: relative;
}
#dashboard-main-body .dashboard-deal .sorting-header a:hover {
  text-decoration: none !important;
}
#dashboard-main-body .dashboard-deal .sorting-header a .bf-sort-icon {
  display: none;
}
#dashboard-main-body .dashboard-deal .sorting-header a.bf-sort {
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .sorting-header a.bf-sort .bf-sort-icon {
  position: relative;
  display: inline;
}
#dashboard-main-body .dashboard-deal .sorting-header a.bf-sort .bf-sort-icon:before {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -3px;
  color: #D2DDEC;
}
#dashboard-main-body .dashboard-deal .sorting-header a.bf-sort .bf-sort-icon.asc:before {
  color: #6E84A3;
}
#dashboard-main-body .dashboard-deal .sorting-header a.bf-sort .bf-sort-icon:after {
  position: absolute;
  bottom: 0.5em;
  display: block;
  opacity: 1;
  right: -14px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  top: -2px;
  color: #D2DDEC;
}
#dashboard-main-body .dashboard-deal .sorting-header a.bf-sort .bf-sort-icon.desc:after {
  color: #6E84A3;
}
#dashboard-main-body .dashboard-deal .progress {
  width: 72px;
  height: 4.23px;
}
#dashboard-main-body .dashboard-deal .deal-card {
  background: #fff;
  border: 1px solid #E3EBF6;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 8px;
  padding-bottom: 0;
  transition: all 0.1s ease-in-out;
}
#dashboard-main-body .dashboard-deal .deal-card:hover {
  box-shadow: 0px 4px 14px rgba(193, 193, 193, 0.35);
  transform: scale(1.005);
}
#dashboard-main-body .dashboard-deal .deal-card:hover .deal-status {
  box-shadow: 6px 2px 8px rgba(193, 193, 193, 0.25);
}
#dashboard-main-body .dashboard-deal .deal-card.deal-new-desk {
  border-left: 2px solid #2e9bff;
}
#dashboard-main-body .dashboard-deal .deal-card.deal-private-desk {
  border-left: 2px solid #EBAA26;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deal-card {
    padding: 24px 18px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .top-container {
  display: flex;
  width: 100%;
  padding: 17px 0;
  position: relative;
}
#dashboard-main-body .dashboard-deal .deal-card .product-card {
  display: flex;
  align-items: center;
  width: 29%;
  padding-left: 17px;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-card {
    margin-bottom: 15px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .product-card.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
#dashboard-main-body .dashboard-deal .deal-card .product-card.deal-private {
  position: absolute;
  content: "Private";
  left: -7px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
#dashboard-main-body .dashboard-deal .deal-card .product-card .product-link {
  display: flex;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .deal-card .product-card h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-card h4 {
    font-size: 14px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .product-card span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
}
#dashboard-main-body .dashboard-deal .deal-card .product-card img {
  min-width: 63px;
  min-height: 54px;
  width: 63px;
  height: 54px;
  border-radius: 6px;
  margin-right: 15px;
}
#dashboard-main-body .dashboard-deal .deal-card .product-img {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  width: 98px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-img {
    margin-bottom: 15px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .product-img.deal-new::before {
  position: absolute;
  content: "New";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3DA0FD;
  text-rendering: geometricPrecision;
}
#dashboard-main-body .dashboard-deal .deal-card .product-img.deal-private::before {
  position: absolute;
  content: "Private";
  left: -2px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #EBAA26;
  text-rendering: geometricPrecision;
}
#dashboard-main-body .dashboard-deal .deal-card .product-img a {
  margin-right: 15px;
}
#dashboard-main-body .dashboard-deal .deal-card .product-img a img {
  width: 63px;
  height: 54px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
#dashboard-main-body .dashboard-deal .deal-card .product-title {
  display: flex;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .deal-card .product-title a:hover {
  text-decoration: none !important;
}
#dashboard-main-body .dashboard-deal .deal-card .product-title a h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-title a h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-title a h4 {
    font-size: 14px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .product-title a span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #6E84A3;
  font-style: italic;
}
#dashboard-main-body .dashboard-deal .deal-card .product-title small {
  color: #748daf;
  cursor: initial;
  font-style: italic;
}
#dashboard-main-body .dashboard-deal .deal-card .product-price {
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: flex-end;
  padding-right: 3px;
}
#dashboard-main-body .dashboard-deal .deal-card .product-price h4 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-price h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-price h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .product-price span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  font-style: italic;
}
#dashboard-main-body .dashboard-deal .deal-card .product-price .schedule-price {
  font-family: "Avenir medium";
  font-size: 12px;
  color: #0995FA;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1400px) {
  #dashboard-main-body .dashboard-deal .deal-card .product-price .schedule-price {
    font-size: 11px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .product-price-closing {
  flex-direction: column;
  align-items: flex-end;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store {
  display: flex;
  width: 17%;
  padding-left: 47px;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store .more-less {
  color: #6E84A3;
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store .more-less:hover {
  color: #4c5d75;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store ul {
  display: flex;
  flex-wrap: wrap;
}
#dashboard-main-body .dashboard-deal .deal-card .product-store ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
#dashboard-main-body .dashboard-deal .deal-card .retailer-type {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking {
  width: 12%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .deal-card .submit-tracking {
    padding-left: 0;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont {
  position: relative;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .item-links {
  color: #1F2D3D;
  font-size: 13px;
  display: flex;
  font-family: "Avenir medium";
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .item-links:hover {
  text-decoration: none !important;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .toggle-icon {
  display: none;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=false] .expand-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .toggle-icon {
  display: flex;
  align-items: center;
  font-size: 17px;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .item-links[aria-expanded=true] .expand-icon {
  display: none;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .close-upc {
  min-width: 130px;
  position: absolute;
  right: 2px;
  line-height: 1.2;
  color: #e75e7f;
  font-size: 12px;
  font-family: "Avenir medium";
  display: flex;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .close-upc i {
  margin-right: 3px;
}
#dashboard-main-body .dashboard-deal .deal-card .submit-tracking .links-cont .close-upc p {
  margin-bottom: 0;
  text-align: right;
  margin-top: 2px;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal {
  position: relative;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal .bfmr-btn {
    font-size: 12px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
  margin-bottom: 0;
  width: unset;
  height: 34px;
  text-transform: inherit;
  padding: 0 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .bfmr-btn {
    font-size: 13px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date {
  margin-top: 8px;
  position: absolute;
  min-width: 200px;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p.deadline {
  color: orange;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #e75e7f;
  margin-bottom: 5px;
  text-rendering: geometricPrecision;
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p span.deadline {
  color: orange;
  font-size: 12px;
  margin-right: 1px;
}
#dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p span {
  color: #e75e7f;
  font-size: 12px;
  margin-right: 1px;
}
@media only screen and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .deal-card .view-deal-section .view-deal-with-date .submitted-date p {
    font-size: 10px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card .favourite-deal {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
#dashboard-main-body .dashboard-deal .deal-card .favourite-deal span.fa-heart {
  font-size: 14px;
  color: #95AAC9;
}
#dashboard-main-body .dashboard-deal .deal-card .favourite-deal span.fa-heart.clickable {
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .deal-card .favourite-deal span.fa-heart.clickable:hover {
  color: #e6305c;
}
#dashboard-main-body .dashboard-deal .deal-card .favourite-deal .fav-deal {
  color: #E75E7F !important;
  font-size: 14px;
}
#dashboard-main-body .dashboard-deal .deal-card .favourite-deal .fav-deal:hover {
  color: #e6305c !important;
}
#dashboard-main-body .dashboard-deal .deal-card .deal-status {
  position: absolute;
  right: -14px;
  border-radius: 0px 6px 6px 0px;
  transform: rotate(0);
  width: 16px;
  text-align: center;
  top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
#dashboard-main-body .dashboard-deal .deal-card .deal-status.deal-closed {
  background: #E75E7F;
  white-space: nowrap;
}
#dashboard-main-body .dashboard-deal .deal-card .deal-status.deal-deadline {
  background: orange;
  white-space: nowrap;
}
#dashboard-main-body .dashboard-deal .deal-card .deal-status.deal-onsale {
  background: #6967c7;
  white-space: nowrap;
}
#dashboard-main-body .dashboard-deal .deal-card .deal-status .deal-status-text {
  height: 17px; /* Height equal to width of parent */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Avenir medium";
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  transform: translate(1px, 0px) rotate(-90deg);
}
#dashboard-main-body .dashboard-deal .deal-card .pinned-deal {
  position: absolute;
  right: 15px;
  top: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links {
  padding: 20px;
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E3EBF6;
  padding-bottom: 15px;
  transition: 0.5s all ease;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links p button {
  padding: 0;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1F2D3D;
  text-decoration: none;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links p a {
  color: #1F2D3D;
  text-decoration: none;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links p.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links > div ul {
  padding: 15px 0;
  border-bottom: 1px solid #E3EBF6;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links > div ul:last-child {
  border-bottom: none;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links > div ul li {
  margin-right: 20px;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links > div ul li:first-child a {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #3B516C;
  text-decoration-line: none;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links > div ul li a {
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #2C7BE5;
}
#dashboard-main-body .dashboard-deal .deal-card .details-section .item-links > div ul li a h6 {
  font-size: 14px;
  line-height: 19px;
  color: #3B516C;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deal-card-desktop {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob {
  display: none;
  box-shadow: 0 5px 10px rgba(59, 81, 108, 0.102);
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 1108px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 0px 24px;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob {
    padding: 12px 16px 0px 16px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .fe {
  font-size: 16px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn-txt {
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 885px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn-txt {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 885px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn {
    padding: 4px 10px;
    border: 1px solid rgba(210, 221, 236, 0.8);
    background-color: rgba(237, 242, 249, 0.4509803922);
  }
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn .fe {
    margin-right: 0px !important;
    font-size: 20px;
    color: #6E84A3;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Avenir medium";
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
  background: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 5px;
  color: #12263F;
  font-size: 13px;
  text-transform: capitalize;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn-white svg {
  margin-bottom: 5px;
}
@media only screen and (max-width: 326px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 12px;
  }
}
@media only screen and (max-width: 315px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-title-n-ship-address .btn-white {
    font-size: 11px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .right-section {
  display: flex;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  width: 100%;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .generic-search {
  z-index: 9;
  margin-left: 8px;
}
@media only screen and (max-width: 410px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .generic-search {
    margin-right: 0px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort {
  position: relative;
  margin-left: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
  border: 1px solid #D2DDEC;
  color: #12263F;
  height: 40px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 512px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: 94px;
  }
}
@media only screen and (max-width: 667px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white {
    width: unset;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
  }
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
    display: none;
  }
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
    margin-left: 0px !important;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white:hover {
  color: #fff;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active {
  border: 1px solid #4BCAB3;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active + .applied {
  position: absolute;
  top: -7px;
  right: -6px;
  background: #4BCAB3;
  border-radius: 10px;
  color: #fff;
  font-family: "Avenir medium";
  padding: 2px 5px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 1;
  display: block;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .btn-txt,
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active .fe {
  color: #3BBD96;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .btn-txt {
  color: #fff;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white.active:hover .fe {
  color: #12263F;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .fe {
  font-size: 20px;
  transform: rotate(-90deg);
  margin-left: 0px !important;
  color: #3B516C;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white img {
  max-width: unset;
  height: 20px;
  width: 20px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .btn-white .btn-txt {
  padding-left: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .mob-filters-sort .applied {
  display: none;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
  position: relative;
  margin-left: 16px;
}
@media only screen and (max-width: 1220px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter {
    margin-left: 8px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .bfmr-select-svg-icon {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 0;
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter label {
  display: none;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
  cursor: pointer;
  min-height: 40px;
  position: relative;
  width: 125px;
}
@media only screen and (max-width: 485px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect {
    width: 42px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #12263F;
  font-size: 13px;
  line-height: 1.7;
  left: 38px;
  top: 12px;
}
@media only screen and (max-width: 485px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect:before {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
  height: 40px;
  width: 30px;
}
@media only screen and (max-width: 485px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 40px;
  border-radius: 8px;
  border-color: #D2DDEC;
  background-color: transparent;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__single {
  display: none !important;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  width: 250px;
  border-radius: 16px;
  border: 1px solid #D2DDEC;
  padding: 8px 8px 4px 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  top: 45px;
  right: 0px;
}
@media only screen and (max-width: 800px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper {
    right: unset;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option img {
  margin-right: 8px;
  margin-top: -2px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 7rem !important;
  transform: translateY(-50%);
  width: 80px;
  height: 40px !important;
  background-size: contain;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#dashboard-main-body .dashboard-deal .deal-card-mob .mob-filters-view .filter-1.deal-view-filter.has-filter .multiselect__tags {
  border: 1px solid #D2DDEC;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse {
  min-width: 331px;
  max-width: 331px;
  background: white;
  margin-right: -331px;
  transition: margin-right 2s ease-in;
  height: calc(100% + 25px);
  display: flex;
  flex-direction: column;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse.show {
  margin-right: -16px;
  position: fixed;
  right: 16px;
  top: 50px;
  z-index: 99;
  height: calc(100% - 50px);
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-header {
  padding: 20px 25px;
  border-bottom: 1px solid #D2DDEC;
  color: #3BBD96;
  font-size: 24px;
  display: flex;
  align-items: center;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-header span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-header span {
    margin-top: 7px;
    line-height: 1.2;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-header img,
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-header .fe {
  margin-right: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-header .fe {
  transform: rotate(-90deg);
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body {
  padding: 16px 25px;
  height: 67vh;
  overflow-y: auto;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 label {
  display: none;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect {
  cursor: pointer;
  min-height: 56px;
  position: relative;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect:before {
  position: absolute;
  content: attr(data-before);
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 17.25px;
  line-height: 1.7;
  top: 15px;
  left: 12px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect.multiselect--active .multiselect__select:before {
  border-color: #12263F;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select {
  height: 56px;
  width: 32px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags {
  padding: 4px 16px 4px 8px;
  min-height: 56px;
  border-radius: 8px;
  border-color: #E3EBF6;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__single {
  display: none !important;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 18px;
  right: 12px;
  border: solid #9FB1CD;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 250px;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid #e8e8e8;
  border: 1px solid #D2DDEC;
  border-top: 0px;
  top: 0px;
  padding: 8px 8px 4px 8px;
  position: relative;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10.75rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1 .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.has-filter .multiselect__select:before {
  border-color: #12263F;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option {
  padding-top: 14px;
  padding-bottom: 10px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("/images/exclusive-deal-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label {
  padding-left: 20px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .filter-1.quick-filters-filter.exclusive-filter-added .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-child(2) .multiselect__option .checkbox-label .custom-control-label::after {
  left: 9.5rem;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .horizontal-line {
  margin: 16px 0px;
  background-color: #D2DDEC;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item {
  border-bottom: 1px solid #E3EBF6;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  height: 40px;
  margin: 4px 0px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by p {
  color: #3B516C;
  font-weight: 600;
  margin-bottom: 0px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting .sorting-item .sort-by.active {
  background-color: #F2F5FF;
  border-radius: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-body .sorting:last-child .sorting-item {
  border-bottom: 0px solid transparent;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
#dashboard-main-body .dashboard-deal .deal-card-mob .filter-sort-collapse .filters-footer .btn {
  min-width: 111px;
  border-radius: 8px;
}
#dashboard-main-body .dashboard-deal .item-links-detail {
  padding: 20px 25px 23px 30px;
  width: 100%;
  background: #F9FAFC;
  position: relative;
  border-radius: 8px;
  border-top: 1px solid #E3EBF6;
  display: block;
  margin-bottom: 0;
  /* margin-top: 15px; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links {
  margin-bottom: 5px;
  padding-right: 10px;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.has-one-col {
  width: 90%;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.has-two-cols {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.has-two-cols {
    width: 100%;
  }
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  #dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.has-more-cols {
    width: 100%;
  }
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links h6 {
  line-height: unset;
  margin-bottom: 0;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li a {
  font-family: "Avenir medium";
  font-size: 14px;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li a:hover {
  text-decoration: underline !important;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li a:active, #dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li a:focus {
  text-decoration: none !important;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li a.link-closing {
  cursor: pointer;
  color: #99A6B9;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .item-closed-date {
  pointer-events: none;
  color: #E75E7F;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .item-closed-date span {
  color: #E75E7F;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .item-closed-date {
    font-family: "Avenir demi", "Avenir medium";
  }
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .hash-container {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E232c1;
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .hash-container:hover {
  color: #BB1A9D;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy {
  color: #6e84a3;
  font-size: 17px;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .hash-container span.fe-copy:hover {
  color: #12263f;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links li .link-closing-span {
  color: #99A6B9;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.closed li a {
  color: #99A6B9;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.closed li span {
  color: #99A6B9;
}
#dashboard-main-body .dashboard-deal .item-links-detail .details-section .single-deal-links.closed .item-closed-date p {
  font-family: "Avenir medium";
  font-size: 14px;
  color: #E75E7F;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#dashboard-main-body .dashboard-deal .item-links-detail .see-deal-details {
  background: #fff;
  border: 1.2px solid #7690B5;
  border-radius: 6px;
  color: #7690B5;
  font-size: 12px;
  font-family: "Avenir medium";
  cursor: pointer;
  padding: 7px 4px 5px 4px;
  width: 110px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 20px;
  letter-spacing: 0.01em;
}
#dashboard-main-body .dashboard-deal .item-links-detail .see-deal-details:hover {
  text-decoration: none !important;
  border: 1.2px solid #3BBD96;
  background: #3BBD96;
  color: #FFFFFF;
}
#dashboard-main-body .dashboard-deal .div-loading {
  overflow: hidden;
  position: relative;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(249, 249, 249);
  z-index: 10001;
  margin-bottom: 20px;
}
#dashboard-main-body .dashboard-deal .div-loading .logo {
  width: 70px;
  min-height: 140px;
  background: url("../../img/logo.png") center center no-repeat;
}
#dashboard-main-body .dashboard-deal .div-loading .spinner {
  height: 115px;
  width: 115px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#dashboard-main-body .dashboard-deal .div-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #2AAC8A;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
#dashboard-main-body .dashboard-deal .signin-alert {
  padding: 15px;
  display: flex;
  color: #191919;
  flex-direction: column;
  background: #ebf5e8;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
#dashboard-main-body .dashboard-deal .signin-alert.payment-info-alert {
  flex-direction: row;
}
#dashboard-main-body .dashboard-deal .signin-alert.payment-info-alert img {
  margin-bottom: 0;
  margin-right: 10px;
}
#dashboard-main-body .dashboard-deal .signin-alert.payment-info-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  padding-top: 7px;
}
#dashboard-main-body .dashboard-deal .signin-alert img {
  margin-bottom: 20px;
}
#dashboard-main-body .dashboard-deal .signin-alert span {
  color: #12263F;
  font-size: 14px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
}
#dashboard-main-body .dashboard-deal .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard-main-body .dashboard-deal .animated-load span:first-child {
  margin-right: 20px;
}
#dashboard-main-body .dashboard-deal .animated-load span:last-child {
  margin-left: 20px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper {
    display: flex;
    flex-grow: 1;
    width: calc(65% - 120px);
    overflow: auto;
    margin-right: 20px;
  }
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter {
    margin-right: 7px;
  }
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper::-webkit-scrollbar {
  display: none;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter {
  margin-right: 8px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter .deal-filter-icon svg path:last-child {
  fill: #3B516C;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:first-child, #dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter:focus .deal-filter-icon svg path:last-child, #dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter:active .deal-filter-icon svg path:last-child {
  fill: white;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:first-child {
  fill: #12263f;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .btn-quick-filter.active .deal-filter-icon svg path:last-child {
  fill: white;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .vertical-line {
  width: 1px;
  height: 40px;
  background-color: #D2DDEC;
  margin-right: 8px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter {
  order: 9;
  position: relative;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter label,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter label,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter label {
  font-size: 10px;
  font-family: "Avenir medium";
  text-transform: uppercase;
  color: #8492A6;
  letter-spacing: 0.01em;
  padding-left: 1px;
  visibility: hidden;
  display: none;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  cursor: pointer;
  min-height: 30px;
  width: 112px;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 108px;
  }
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  position: absolute;
  content: "Retailers";
  font-family: "Avenir medium";
  color: #3B516C;
  font-size: 14px;
  line-height: 1.478;
  top: 6px;
  left: 12px;
}
@media only screen and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
    font-size: 14px;
    top: 6px;
  }
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect.multiselect--active .multiselect__tags,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect.multiselect--active .multiselect__tags,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #12263F;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select {
  height: 30px;
  width: 30px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags {
  padding: 4px 16px 3px 8px;
  min-height: 30px;
  border-radius: 22px;
  border-color: #D2DDEC;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__single,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__single,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__tags-wrap,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__single {
  display: none !important;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9FB1CD;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 5px;
  height: 5px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 12px;
  border: solid #3B516C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 1300px) {
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__select:before,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
    top: 6px;
  }
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper {
  z-index: 9999;
  width: auto;
  min-width: 100%;
  width: 260px;
  border-radius: 16px;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  top: 34px;
  padding: 4px 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #3BBD96;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element {
  padding: 4px 0px;
  border-bottom: 1px solid #E3EBF6;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3),
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element:nth-last-child(3) {
  border-bottom: 0px solid transparent !important;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  border-radius: 8px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label {
  padding-left: 0px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .multiselect-checkbox-input {
  height: 14px;
  width: 13px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::before {
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border-color: transparent;
  background-color: transparent;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .checkbox-label .custom-control-label::after {
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  width: 80px;
  height: 45px;
  background-size: contain;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected {
  background: #F2F5FF;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option.multiselect__option--selected .checkbox-label .custom-control-label::after {
  background-image: url("/images/check-green.svg");
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter.has-filter:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter.has-filter:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter.has-filter:before {
  content: attr(counter);
  position: absolute;
  right: 0px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #12263F;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
  line-height: 1;
  padding-top: 0px;
  z-index: 999;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter.has-filter .multiselect__tags,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter.has-filter .multiselect__tags,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter.has-filter .multiselect__tags {
  border: 1px solid #12263F;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retailers-filter .multiselect:before {
  top: 6px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter {
  margin-right: 8px;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
  width: 130px;
}
@media only screen and (max-width: 1550px) {
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect,
  #dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect {
    width: 120px;
  }
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect:before {
  content: "Retail Types";
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.retail-types-filter .multiselect__select:before,
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect__select:before {
  border-color: #3B516C;
}
#dashboard-main-body .dashboard-deal .quick-filters-wrapper .filter-1.deal-types-filter .multiselect::before {
  content: "Deal Types";
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper {
  overflow-x: hidden;
  overflow-y: clip;
  padding-bottom: 22px;
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper .cards-rows-sorting-header-cont {
  margin: 0px;
}
@media only screen and (min-width: 1220px) {
  #dashboard-main-body .dashboard-deal .deal-card-wrapper .cards-rows-sorting-header-cont {
    width: 100%;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper .cards-rows-sorting-header-cont .cards-rows-sorting-header {
  border-radius: 8px;
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper .deals-list-view-section {
  padding: 0px;
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper .deals-list-view-section .deal-card-row-container .deal-card-row-item .deal-card:hover {
  transform: scale(1);
}
@media only screen and (max-width: 632px) {
  #dashboard-main-body .dashboard-deal .deal-card-wrapper .deals-mobile-view-section {
    padding: 16px 0px;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper .deals-mobile-view-section .deals-mobile-view-container .deal-card-mobile .deal-card-info-section .right-side .badges-container {
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  #dashboard-main-body .dashboard-deal .deal-card-wrapper .mob-title-n-ship-address {
    display: none;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-wrapper .deal-image-container {
  display: none;
}
#dashboard-main-body .dashboard-deal .section-deals {
  padding: 0px;
}
@media only screen and (min-width: 1550px) {
  #dashboard-main-body .dashboard-deal.bfmr-ag-grid .bf-table-wrapper .bf-table > thead th {
    width: unset !important;
  }
}
#dashboard-main-body .dashboard-deal .deal-card-mob {
  display: none;
}
#dashboard-main-body .bfmr-ag-grid .ag-theme-alpine .ag-cell {
  border-left: 0;
}
#dashboard-main-body .bf-table-wrapper {
  min-height: unset;
}
#dashboard-main-body .bf-table-wrapper .bf-table > thead {
  top: 0;
}
#dashboard-main-body .bf-table-wrapper .bf-table .bf-head-submitted-at {
  margin-left: 0;
}
#dashboard-main-body .bf-table-wrapper .bf-table .cursor-pointer {
  cursor: pointer;
}

#submit-tracking-main-body {
  padding: 45px !important;
  background: #f9fafc;
}
@media only screen and (max-width: 1024px) {
  #submit-tracking-main-body {
    padding: 40px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #submit-tracking-main-body {
    padding: 15px !important;
  }
}
#submit-tracking-main-body .row .file-container-text {
  margin-bottom: 24px;
}
#submit-tracking-main-body .row h2 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 7px;
}
#submit-tracking-main-body .row span {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #7690B5;
}
#submit-tracking-main-body .row .file-input-button {
  margin-top: 17px;
}
#submit-tracking-main-body .row .custom-file-input {
  color: transparent;
  opacity: 1;
  background: #3BBD96;
  border: 1px solid #3BBD96;
  border-radius: 6px;
  min-height: 38px;
  width: 205px;
}
#submit-tracking-main-body .row .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
#submit-tracking-main-body .row .custom-file-input::before {
  content: "Import your files";
  display: inline-block;
  padding: 7px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: initial;
  cursor: pointer;
  font-family: "Avenir regular", "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
#submit-tracking-main-body .row .custom-file-input:hover::before {
  border-color: black;
}
#submit-tracking-main-body .row .custom-file-input:active {
  outline: 0;
}
#submit-tracking-main-body .row .custom-file-input:active::before {
  background: #3BBD96;
}
#submit-tracking-main-body .form-submit-track .total-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 15px;
  margin-bottom: 0;
}
#submit-tracking-main-body .form-submit-track h6 {
  font-size: 10px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #7690B5;
  margin: 0;
}
#submit-tracking-main-body .form-submit-track span {
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #1F2D3D;
}
#submit-tracking-main-body .form-submit-track button {
  width: 205px;
}
#submit-tracking-main-body .button-container {
  background: #FFFFFF;
  border: 1px solid #BECCDF;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 15px;
}
#submit-tracking-main-body .button-container button {
  font-size: 14px;
  padding: 6px 12px;
  margin-right: 6px;
  transition: unset;
}

#shipment-main-body {
  padding: 20px 30px 20px 26px !important;
  background: #f9fafc;
}
@media only screen and (max-width: 1024px) {
  #shipment-main-body {
    padding: 20px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #shipment-main-body {
    padding: 15px !important;
  }
}
#shipment-main-body .tabs-section {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  #shipment-main-body .tabs-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0px;
  }
}
#shipment-main-body .tabs-section.clearfix {
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  #shipment-main-body .tabs-section.clearfix {
    margin-bottom: 8px;
  }
}
#shipment-main-body .tabs-section .nav-tabs {
  border-bottom: 1px solid #E3EBF6;
}
@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .nav-tabs {
    width: auto;
  }
}
#shipment-main-body .tabs-section .nav-tabs .nav-item {
  margin-right: 50px;
}
#shipment-main-body .tabs-section .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
#shipment-main-body .tabs-section .nav-tabs .nav-item .nav-link {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 19px;
  background-color: transparent;
  border: none;
  color: #95AAC9;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
#shipment-main-body .tabs-section .nav-tabs .nav-item .nav-link.active {
  color: #12263F;
  border-bottom: 2px solid #2C7BE5;
}
#shipment-main-body .tabs-section .nav-tabs .nav-item .nav-link:focus {
  outline: none;
}
#shipment-main-body .tabs-section .nav-tabs .nav-item .nav-link:hover {
  text-decoration: none !important;
}
#shipment-main-body .tabs-section .tab-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  #shipment-main-body .tabs-section .tab-filters {
    width: 100%;
  }
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker {
  margin: unset;
}
@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .tab-filters .date-time-picker {
    width: 100%;
  }
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker .field {
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .tab-filters .date-time-picker .field {
    margin-right: 5px;
  }
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker .field:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  bottom: 0.5em;
  display: block;
  opacity: 1;
  color: #D2DDEC;
  font-weight: 900;
  font-size: 14px;
  content: "\f0dd";
  top: 5px;
  right: 15px;
  cursor: pointer;
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker .field.is-focused:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  bottom: 0.5em;
  display: block;
  opacity: 1;
  color: #D2DDEC;
  font-weight: 900;
  font-size: 14px;
  content: "\f0de";
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker .field.has-value:after {
  content: "";
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker .field-input {
  width: 201px;
  font-family: "Avenir medium";
  font-size: 12px;
  padding: 13px 35px 10px 15px;
  line-height: 1;
  height: unset;
  min-height: unset;
  background: #fff;
  border: 1.2px solid #7690B5;
  border-radius: 6px;
  color: #7690B5;
}
#shipment-main-body .tabs-section .tab-filters .date-time-picker .field-input::-webkit-input-placeholder {
  color: #95AAC9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1;
}

#shipment-main-body .tabs-section .tab-filters .date-time-picker .field-input:-moz-placeholder {
  color: #95AAC9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1;
}

#shipment-main-body .tabs-section .tab-filters .date-time-picker .field-input::-moz-placeholder {
  color: #95AAC9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1;
}

#shipment-main-body .tabs-section .tab-filters .date-time-picker .field-input:-ms-input-placeholder {
  color: #95AAC9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .tab-filters .date-time-picker .field-input {
    width: 100%;
  }
}
#shipment-main-body .tabs-section .tab-filters .btn-secondary {
  margin-left: 10px;
  min-width: 70px;
  min-height: 39px;
  line-height: 0;
  padding: 9px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .tab-filters .btn-secondary {
    margin-left: auto;
  }
}
#shipment-main-body .tabs-section .tab-filters .download-file {
  width: 35px;
  margin-left: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .tab-filters .download-file {
    margin-right: 10px;
  }
}
#shipment-main-body .tabs-section .datetimepicker .datepicker {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #shipment-main-body .tabs-section .datetimepicker .datepicker {
    right: unset;
  }
}
@media only screen and (max-width: 500px) {
  #shipment-main-body .tabs-section .datetimepicker .datepicker {
    top: 39px !important;
  }
}
#shipment-main-body .tabs-section .datetimepicker .datepicker .pickers-container .shortcuts-container button {
  padding: 0 10px;
}
#shipment-main-body .bfmr-ag-grid {
  display: block;
  float: none;
  overflow: hidden;
}
#shipment-main-body .bfmr-ag-grid .ag-theme-alpine .ag-cell {
  border-left: 0;
}
@media only screen and (max-width: 1024px) {
  #shipment-main-body .bfmr-ag-grid .bf-table-toolbar .generic-search {
    margin-right: 0px;
  }
}

/*-- Replacing AG-grid with custom table --*/
/*.bf-table-toolbar {
    background: #fff;
    border: 1px solid #E3EBF6;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    @media only screen and (max-width:767px){
        flex-direction: column;
        align-items: flex-start;
    }

    .bf-table-quick-filters {
        .btn-opaque {
            margin-bottom: 7px;
            margin-right: 10px;
            min-width: 100px;
            padding-top: 6px;
            text-rendering: geometricPrecision;
            background: #F2F6FB;
            border: 1px solid #D2DDEC;
            border-radius: 22px;
            color: #95AAC9;
            font-size: 13px;
            letter-spacing: 0.03em;
            line-height: 1.5;
        }

        @media only screen and (max-width:767px){
            margin-bottom: 20px;
        }
    }

    .bf-table-search {
        width: 280px;
        text-align: right;
        padding-top: 7px;
        @media only screen and (max-width:767px){
            width: 100%;
            position: relative;
            margin-bottom: 20px;
            display: flex;
        }

        input.bfmr-search-text {
            width: 200px;
            color: #12263F;
            outline: none;
            box-shadow: none;
            border: none;
            border-bottom: 1px solid #E3EBF6;
            font-size: 13px;
            line-height: 1.5;
            font-family: 'Avenir medium';
            letter-spacing: 0.01em;
            padding-right: 15px;
            border-radius: 0;
            @include placeholder {
                color: #95aac9;
            }
            &:hover{
                border-bottom: 1px solid #dde2eb;
            }

            @media only screen and (max-width:767px){
                width: 100%;
                padding-right: 25px;
            }
        }

        .bfmr-search-clear{
            margin-left: -15px;
            cursor: pointer;
            @media only screen and (max-width:767px){
                margin-top: 5px;
            }
        }

        button.bfmr-search-btn {
            color: #12263F;
            font-family: 'Avenir medium';
            font-size: 14px;
            background: transparent;
            outline: none;
            border: none;
            box-shadow: none;
            cursor: pointer;
            // margin-left: 5px;
            display: inline-flex;
            &:hover{
                color: #3bbd96;
            }

            // @media only screen and (max-width:767px){
            //     position: absolute;
            //     right: -10px;
            //     top: -3px;
            // }
        }

        i.fe-search{
            display: inline-block;
            vertical-align: middle;
        }
    }
}*/
.bf-table-toolbar {
  align-items: center;
  padding: 10px 0px 10px 0px !important;
}
@media only screen and (max-width: 767px) {
  .bf-table-toolbar {
    align-items: unset;
  }
}
.bf-table-toolbar.single-element {
  flex-direction: column;
}
.bf-table-toolbar.single-element .generic-search {
  margin-left: auto;
}
.bf-table-toolbar .bf-table-quick-filters {
  overflow: hidden;
  width: calc(100% - 180px);
}
@media only screen and (max-width: 1024px) {
  .bf-table-toolbar .bf-table-quick-filters {
    width: 100%;
  }
}
.bf-table-toolbar .slick-slider {
  flex-grow: 1;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .bf-table-toolbar .slick-slider {
    width: 100%;
  }
}
.bf-table-toolbar .slick-slider .slick-prev::before, .bf-table-toolbar .slick-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9eb1ce;
  font-weight: 900;
}
.bf-table-toolbar .slick-slider .slick-prev.slick-disabled, .bf-table-toolbar .slick-slider .slick-next.slick-disabled {
  cursor: not-allowed;
  display: none !important;
}
.bf-table-toolbar .slick-slider .slick-next {
  right: 0;
  text-align: center;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22white%22%20stroke%3D%22%23D2DDEC%22%2F%3E%0A%3Cpath%20d%3D%22M8.33398%2012.5L11.2507%2010L8.33398%207.5%22%20stroke%3D%22%23D2DDEC%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.bf-table-toolbar .slick-slider .slick-next::before {
  content: unset !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bf-table-toolbar .slick-slider .slick-next {
    right: 5px;
  }
}
.bf-table-toolbar .slick-slider .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22white%22%20stroke%3D%22%2312263F%22%2F%3E%0A%3Cpath%20d%3D%22M8.33398%2012.5L11.2507%2010L8.33398%207.5%22%20stroke%3D%22%2312263F%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .bf-table-toolbar .slick-slider .slick-next {
    top: 15px;
  }
}
.bf-table-toolbar .slick-slider .slick-prev {
  z-index: 9;
  text-align: center;
  left: 0;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20r%3D%229.5%22%20transform%3D%22matrix(-1%200%200%201%2010%2010)%22%20fill%3D%22white%22%20stroke%3D%22%23D2DDEC%22%2F%3E%0A%3Cpath%20d%3D%22M11.6641%2012.5L8.7474%2010L11.6641%207.5%22%20stroke%3D%22%23D2DDEC%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.bf-table-toolbar .slick-slider .slick-prev::before {
  content: unset !important;
}
.bf-table-toolbar .slick-slider .slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20r%3D%229.5%22%20transform%3D%22matrix(-1%200%200%201%2010%2010)%22%20fill%3D%22white%22%20stroke%3D%22%2312263F%22%2F%3E%0A%3Cpath%20d%3D%22M11.6641%2012.5L8.7474%2010L11.6641%207.5%22%20stroke%3D%22%2312263F%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .bf-table-toolbar .slick-slider .slick-prev {
    top: 15px;
  }
}
.bf-table-toolbar .slick-slider .slick-list {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0;
}
@media only screen and (max-width: 1350px) {
  .bf-table-toolbar .slick-slider .slick-list {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.bf-table-toolbar .slick-slider .slick-list .slick-track {
  display: flex;
}
.bf-table-toolbar .slick-slider .slick-list .slick-track .slick-slide {
  margin-right: 7px;
  text-align: center;
}
.bf-table-toolbar .slick-slider .slick-list .slick-track .slick-slide:first-child {
  margin-left: 0;
}
@supports (-webkit-touch-callout: none) {
  .bf-table-toolbar .generic-search input {
    min-width: 150px !important;
  }
}

.bf-table-wrapper {
  width: 100%;
  height: auto;
  min-height: 360px;
  max-height: calc(100vh - 340px);
  overflow: auto;
  background-color: #FFFFFF;
  border: 1px solid #E3EBF6;
  border-color: #E3EBF6 !important;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .bf-table-wrapper {
    min-height: unset !important;
    max-height: unset !important;
    height: calc(var(--app-height) - 377px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .bf-table-wrapper {
    min-height: unset !important;
    max-height: unset !important;
    height: calc(var(--app-height) - 377px) !important;
  }
}
.bf-table-wrapper .bf-table {
  width: auto;
  min-width: 100%;
  max-height: 500px;
  font-family: "Avenir medium", sans-serif;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  text-decoration: none;
  border-collapse: initial;
}
.bf-table-wrapper .bf-table > thead {
  z-index: 4;
  position: sticky;
  top: 35px;
}
.bf-table-wrapper .bf-table > thead tr {
  background: #F3F6FB;
}
.bf-table-wrapper .bf-table > thead th {
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
  position: relative;
  width: 215px;
}
@media only screen and (min-width: 1224px) and (max-width: 1411px) {
  .bf-table-wrapper .bf-table > thead th {
    width: 415px;
  }
}
@media only screen and (min-width: 1550px) {
  .bf-table-wrapper .bf-table > thead th {
    width: 100%;
  }
}
.bf-table-wrapper .bf-table > thead th:nth-child(3) {
  width: 300px;
}
.bf-table-wrapper .bf-table > thead th:not(:last-child) {
  border-right: 1px solid #dde2eb;
}
.bf-table-wrapper .bf-table.pm-table > thead {
  z-index: 4;
  position: sticky;
  top: 0;
}
.bf-table-wrapper .bf-table.pm-table .bf-counts {
  z-index: 1;
  position: sticky;
  top: 35px;
}
.bf-table-wrapper .bf-table .bf-col-head {
  color: #8492A6;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  flex: 1 1 auto;
  overflow: visible;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch;
  padding: 5px 8px 5px 0;
  font-family: "Avenir demi", "Avenir medium";
  white-space: nowrap;
  position: relative;
}
.bf-table-wrapper .bf-table .bf-col-head.bf-col-head-center {
  justify-content: center;
}
.bf-table-wrapper .bf-table .bf-col-head.bf-col-head-right {
  justify-content: flex-end;
}
.bf-table-wrapper .bf-table .bf-col-head .bf-col-submit-date {
  padding-left: 15px;
}
.bf-table-wrapper .bf-table .bf-col-head .bf-thead-filter {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 2px;
}
.bf-table-wrapper .bf-table .bf-col-head .bf-thead-filter.expanded svg path, .bf-table-wrapper .bf-table .bf-col-head .bf-thead-filter.applied svg path {
  fill: #12263f;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns {
  position: absolute;
  display: none;
  width: 288px;
  max-height: 320px;
  top: 20px;
  right: 0;
  z-index: 9999;
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
  box-shadow: 0px 16px 24px rgba(31, 45, 61, 0.03);
  border-radius: 6px;
  padding: 15px;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns.expanded {
  display: block;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E3EBF6;
  cursor: auto;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-header .filter-heading {
  font-family: "Avenir medium";
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12263F;
  margin-bottom: 0;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-header .all-n-clear a {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #2E9BFF;
  cursor: pointer;
  text-transform: capitalize;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-header .all-n-clear a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-header .all-n-clear a:first-child {
  padding-right: 7px;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle {
  padding-top: 13px;
  padding-bottom: 13px;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .search-items {
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 4px;
  color: #1F2D3D;
  font-size: 13px;
  font-family: "Avenir medium";
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 7px 11px 7px 7px;
  margin-bottom: 18px;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .search-items input {
  width: 85%;
  min-height: 18px;
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 1;
  background: #F9FAFC;
  border: none;
  outline: none;
  box-shadow: none;
  font-weight: 400;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .search-items span.fa-search {
  color: rgba(18, 38, 63, 0.6);
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .search-items span.fa-search:hover {
  color: #1F2D3D;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .item-list {
  max-height: 125px;
  overflow: auto;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .item-list input[type=checkbox] {
  display: none;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .item-list input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Avenir demi", "Avenir medium";
  color: #1F2D3D;
  cursor: pointer;
  white-space: normal;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .item-list input[type=checkbox] + label:before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: url("/images/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-middle .item-list input[type=checkbox]:checked + label:before {
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  opacity: 1;
  font-family: "Avenir demi", "Avenir medium";
  background-image: url("/images/check-dark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-footer {
  border-top: 1px solid #E3EBF6;
  padding-top: 13px;
}
.bf-table-wrapper .bf-table .bf-col-head .filters-dropdowns .filter-footer button {
  width: 72px;
  /* height: 24px; */
  font-size: 12px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 7px;
}
.bf-table-wrapper .bf-table .bf-sort {
  position: relative;
  width: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.bf-table-wrapper .bf-table .bf-sort:before, .bf-table-wrapper .bf-table .bf-sort:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  bottom: 0.5em;
  display: block;
  opacity: 1;
  color: #D2DDEC;
  font-weight: 900;
  font-size: 1rem;
}
.bf-table-wrapper .bf-table .bf-sort:before {
  content: "\f0de";
  top: -7px;
}
.bf-table-wrapper .bf-table .bf-sort:after {
  content: "\f0dd";
  top: -7px;
}
.bf-table-wrapper .bf-table .bf-sort-asc:before,
.bf-table-wrapper .bf-table .bf-sort-desc:after {
  color: #12263F;
}
.bf-table-wrapper .bf-table .bf-sortable .bf-col-heading,
.bf-table-wrapper .bf-table .bf-sortable .bf-sort {
  cursor: pointer;
}
.bf-table-wrapper .bf-table tbody tr {
  background: #FFF;
  border-top: 1px solid #dde2eb;
}
.bf-table-wrapper .bf-table tbody tr.selected-row {
  background: #F2F6FB;
}
.bf-table-wrapper .bf-table tbody td {
  padding: 12px 5px;
  white-space: nowrap;
  border-bottom: 1px solid #E3EBF6;
  overflow: hidden;
}
.bf-table-wrapper .bf-table tbody td.bfmr-grid-cell {
  border-width: 0px 0px 1px 0px !important;
}
.bf-table-wrapper .bf-table tbody td:not(:last-child) {
  border-right: 1px solid transparent;
}
.bf-table-wrapper .bf-table .bf-counts {
  background: #ECF0F7;
  font-style: italic;
  font-size: 11px;
  color: #6E84A3;
  line-height: 1;
  font-family: "Avenir medium";
  z-index: 2;
  position: sticky;
  top: 70px;
}
.bf-table-wrapper .bf-table .bf-counts td {
  padding: 7px 12px 5px;
}
.bf-table-wrapper .bf-table .bf-counts td:not(:last-child) {
  border-right: 1px solid #dde2eb;
}
.bf-table-wrapper .bf-table .bf-col-data {
  color: #526886;
  font-size: 13px;
  font-family: "Avenir medium";
  padding-top: 3px;
}
.bf-table-wrapper .bf-table .bf-col-data.bf-msg {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bf-table-wrapper .bf-table .bf-col-data.bf-msg {
    text-align: left;
    padding-left: 15px;
  }
}
.bf-table-wrapper .bf-table .bf-col-data.bf-msg.animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-table-wrapper .bf-table .bf-col-data.bf-msg.animated-load span:first-child {
  margin-right: 20px;
}
.bf-table-wrapper .bf-table .bf-col-data.bf-msg.animated-load span:last-child {
  margin-left: 20px;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-date {
  color: #6E84A3;
  padding-left: 8px;
}
.bf-table-wrapper .bf-table .bf-col-data.bf-expnd {
  padding-left: 17px;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-tn {
  color: #2E9BFF;
  text-transform: uppercase;
  padding-left: 8px;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-tn.bf-num {
  color: #526886;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-tn .truck-1 {
  cursor: pointer;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-tn .truck-1:hover path {
  stroke: #0056b3 !important;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-tn .text-secondary svg path {
  stroke: #6c757d !important;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-item {
  padding-left: 9px;
  display: flex;
  align-items: center;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-item .sh-item-name {
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-qty {
  letter-spacing: 0.01em;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-amount {
  padding-right: 6px;
}
.bf-table-wrapper .bf-table .bf-col-data.sh-received {
  color: #3BBD96;
  font-size: 16px;
}
.bf-table-wrapper .bf-table .bf-details-handle {
  width: 12px;
}
.bf-table-wrapper .bf-table .bf-has-details:before,
.bf-table-wrapper .bf-table .bf-has-details.expanded:before {
  font-family: Feather;
  color: #95AAC9;
  cursor: pointer;
}
.bf-table-wrapper .bf-table .bf-has-details:before {
  content: "\e930";
}
.bf-table-wrapper .bf-table .bf-has-details.expanded:before {
  content: "\e92e";
}
.bf-table-wrapper .bf-table .bf-details {
  display: none;
}
.bf-table-wrapper .bf-table .bf-details.expanded {
  display: table-row;
  border-top: 1px solid transparent;
}
.bf-table-wrapper .bf-table .bf-details.expanded + tr {
  border-top: 1px solid transparent;
}
.bf-table-wrapper .bf-table .bf-details > td {
  padding: 0px 10px 10px 10px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper {
  margin: 0 30px;
  padding: 16px 30px;
  background: #F9FAFC;
  border: 1px solid #E3EBF6;
  border-radius: 10px;
  position: relative;
  margin-top: 9px;
  width: calc(100% - 60px);
  min-width: 760px;
  max-height: 500px;
  overflow: auto;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-close {
  position: absolute;
  top: 4px;
  right: 16px;
  color: #6E84A3;
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-close:hover {
  color: #000;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table {
  width: 100%;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead tr {
  background: transparent;
  border-color: transparent;
  border-top: none;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th {
  border: none;
  color: #8492A6;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Avenir demi", "Avenir medium";
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th:first-child {
  padding-left: 0;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th:last-child {
  padding-right: 30px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th.sh-tn {
  width: 250px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th.sh-item {
  width: 250px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th.sh-status {
  width: 60px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th.sh-qty {
  width: 60px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th.sh-amount {
  width: 120px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table thead th.sh-total {
  width: 150px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr {
  background: transparent;
  border-top: none;
  border-bottom: 1px solid #E2EAF4;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr:last-child {
  border-bottom: none;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1F2D3D;
  padding: 12px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td:first-child {
  padding-left: 0;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td:last-child {
  padding-right: 30px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td.sh-tn {
  width: 250px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td.sh-item {
  width: 250px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td.sh-status {
  width: 60px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td.sh-qty {
  width: 60px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td.sh-amount {
  width: 120px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr td.sh-total {
  width: 150px;
}
.bf-table-wrapper .bf-table .bf-details .bf-details-table-wrapper .bf-details-table tbody tr:not(:first-child) {
  border-top: 1px solid #dde2eb;
}
.bf-table-wrapper .bf-table .bf-num {
  text-align: center;
}
.bf-table-wrapper .bf-table .bf-crncy {
  text-align: right;
}
.bf-table-wrapper .bf-table .bf-col-submitted-at {
  width: 215px;
}
.bf-table-wrapper .bf-table .bf-col-submitted-at .filters-dropdowns {
  left: 0;
  right: unset;
}
.bf-table-wrapper .bf-table .bf-col-trk-s {
  width: 265px;
}
.bf-table-wrapper .bf-table .bf-col-paid-at {
  width: 165px;
}
.bf-table-wrapper .bf-table .bf-col-account {
  width: 110px;
}
.bf-table-wrapper .bf-table .bf-col-tracking-s {
  width: 120px;
}
.bf-table-wrapper .bf-table .bf-col-status {
  width: 140px;
}
.bf-table-wrapper .bf-table .bf-col-qty {
  width: 62px;
}
.bf-table-wrapper .bf-table .bf-col-paid {
  width: 70px;
}
.bf-table-wrapper .bf-table .bf-col-notes {
  width: 80px;
}
.bf-table-wrapper .bf-table .bf-col-pending {
  width: 100px;
}
.bf-table-wrapper .bf-table .bf-col-items {
  width: 265px;
}
.bf-table-wrapper .bf-table th.bf-col-reconcile {
  width: 106px;
}
.bf-table-wrapper .bf-table td.bf-col-reconcile {
  padding: 6px 5px;
}
.bf-table-wrapper .bf-table .bf-head-submitted-at,
.bf-table-wrapper .bf-table .bf-head-paid-at {
  margin-left: 15px;
}
.bf-table-wrapper .sh-table .bf-col-tracking-s {
  width: 190px;
}
.bf-table-wrapper .sh-table .bf-col-paid {
  width: 100px;
}
.bf-table-wrapper .sh-table .bf-col-notes {
  width: 80px;
}
.bf-table-wrapper .sh-table .bf-col-qty {
  width: 65px;
}

.amazon-otp .bf-table > thead th {
  width: 100%;
}

.bf-table-paging {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bf-table-paging {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.bf-table-paging .pagination {
  margin-bottom: 0;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .bf-table-paging .pagination {
    margin-bottom: 10px;
  }
}
.bf-table-paging .bf-pagination .page-item .page-link {
  background: #ffffff;
  border-color: #E3EBF6;
  color: #6E84A3;
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 2.1;
  letter-spacing: 0.01em;
  padding: 7px 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .bf-table-paging .bf-pagination .page-item .page-link {
    padding-top: 10px;
  }
}
.bf-table-paging .bf-pagination .page-item .page-link.left-arrow, .bf-table-paging .bf-pagination .page-item .page-link.right-arrow {
  padding: 3px 0;
}
.bf-table-paging .bf-pagination .page-item .page-link.page-dots {
  padding: 4px 0;
}
.bf-table-paging .bf-pagination .page-item.disabled {
  cursor: not-allowed;
}
.bf-table-paging .bf-pagination .page-item.disabled .page-link {
  color: #95AAC9;
  background: #FFFFFF;
}
.bf-table-paging .bf-pagination .page-item.active .page-link {
  background: #E3EBF6;
  color: #6E84A3;
}
.bf-table-paging .bf-pagination .page-item:first-child .page-link {
  border-radius: 6px 0px 0px 6px;
}
.bf-table-paging .bf-pagination .page-item:last-child .page-link {
  border-radius: 0px 6px 6px 0px;
}
.bf-table-paging .length-n-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bf-table-paging .length-n-select .page-length {
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-right: 20px;
  padding: 5px 20px 5px 0px;
  border-right: 1px solid #e3d6e1;
}
@media only screen and (max-width: 767px) {
  .bf-table-paging .length-n-select .page-length {
    padding: 7px 5px 5px 0px;
    font-size: 11px;
    padding-bottom: 4px;
    margin-right: 5px;
  }
}
.bf-table-paging .length-n-select .bf-per-page {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bf-table-paging .length-n-select .bf-per-page:after {
  font-family: "Feather" !important;
  content: "\e92e";
  font-size: 16px;
  color: #9FB1CD;
  right: 79px;
  top: 3px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bf-table-paging .length-n-select .bf-per-page:after {
    right: 79px;
  }
}
@media only screen and (max-width: 500px) {
  .bf-table-paging .length-n-select .bf-per-page:after {
    right: 75px;
  }
}
.bf-table-paging .length-n-select .bf-per-page span {
  padding: 7px;
  color: #12263F;
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .bf-table-paging .length-n-select .bf-per-page span {
    font-size: 11px;
    padding-bottom: 4px;
  }
}
.bf-table-paging .length-n-select .bf-per-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 66px;
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 1;
  letter-spacing: 0.01em;
  border-radius: 6px;
  border: 1px solid #E3EBF6;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .bf-table-paging .length-n-select .bf-per-page select {
    font-size: 11px;
    padding-bottom: 4px;
  }
}

@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .tracker-main-body .bf-table-paging {
    padding: 6px 30px 6px 26px;
  }
}
@media only screen and (max-width: 445px) {
  .tracker-main-body .bf-table-paging {
    justify-content: center;
  }
}
@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .tracker-main-body .bf-table-paging .pagination {
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .tracker-main-body .bf-table-paging .pagination {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 380px) {
  .tracker-main-body .bf-table-paging .pagination {
    height: 30px;
  }
}
@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .tracker-main-body .bf-table-paging .pagination .page-item .page-link {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 380px) {
  .tracker-main-body .bf-table-paging .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 445px) {
  .tracker-main-body .bf-table-paging .length-n-select {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .tracker-main-body .bf-table-paging .length-n-select .page-length {
    border-right: 0px solid #e3d6e1;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .tracker-main-body .bf-table-paging .length-n-select .page-length span:first-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tracker-main-body .bf-table-paging .length-n-select .page-length {
    display: block;
    border-right: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 850px) {
  .tracker-main-body .bf-table-paging .length-n-select .bf-per-page {
    display: none;
  }
}
@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .tracker-main-body .bf-table-paging .length-n-select .bf-per-page .form-control {
    height: 28px;
  }
}

.sh-table .sh-status-label,
.pm-table .sh-status-label {
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
  color: #3BBD96;
  padding: 7px 7px 5px 7px;
}
.sh-table .sh-status-label.status-pending,
.pm-table .sh-status-label.status-pending {
  background: #f3f6fb;
  color: #1c9be6;
}
.sh-table .sh-status-label.status-set_aside,
.pm-table .sh-status-label.status-set_aside {
  color: #E75E7F;
  background: rgba(231, 94, 127, 0.1);
}
.sh-table .sh-status-label.status-paid,
.pm-table .sh-status-label.status-paid {
  /* background: rgba(59, 189, 150, 0.1) */
  background: #dbf3f8;
  /* color: #9ce9f4 */
  color: #3BBD96;
}
.sh-table .sh-status-label.status-received,
.pm-table .sh-status-label.status-received {
  background: #fcfdbf;
  color: #CDA334;
}
.sh-table .sh-status-label.status-package_received,
.pm-table .sh-status-label.status-package_received {
  background: #e8f5e8;
  color: #2d7d32;
}
.sh-table .sh-status-label.status-payment_error,
.pm-table .sh-status-label.status-payment_error {
  /* background: rgba(231, 94, 127, 0.1) */
  background: #fceff2;
  color: #E75E7F;
}
.sh-table .sh-status-label.status-closed,
.pm-table .sh-status-label.status-closed {
  background: rgba(110, 132, 163, 0.1);
  color: #E75E7F;
}
.sh-table .sh-status-label.status-return,
.pm-table .sh-status-label.status-return {
  background: rgba(231, 94, 127, 0.1);
  color: #000;
}
.sh-table .sh-status-label.status-archived,
.pm-table .sh-status-label.status-archived {
  background: rgba(110, 132, 163, 0.1);
  color: #000;
}
.sh-table .sh-more-items,
.pm-table .sh-more-items {
  background: rgba(59, 81, 108, 0.1);
  border-radius: 3px;
  padding: 5px 10px 3px 10px;
  font-size: 11px;
  text-align: center;
  color: #3B516C;
  margin-left: 8px;
}

.dot-flashing {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #3DA0FD;
  color: #3DA0FD;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #3DA0FD;
  color: #3DA0FD;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #3DA0FD;
  color: #3DA0FD;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #3BBD96;
  }
  50%, 100% {
    background-color: #ebf8f4;
  }
}
@media only screen and (max-width: 767px) {
  .header-picker {
    margin-top: 60px;
  }
}

.is-mac-safari .field-input {
  padding: 10px 35px 10px 15px !important;
}
.is-mac-safari .btn-loading {
  min-height: 37px !important;
  height: 37px !important;
  padding: 8px 20px !important;
}
.is-mac-safari .bfmr-search-text {
  padding: 0px 35px 0px 10px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .is-mac-safari {
    /* Safari only override */
  }
  .is-mac-safari ::i-block-chrome, .is-mac-safari .bf-counts {
    top: 35px !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .is-mac-safari .bf-counts {
      top: 35px !important;
    }
    .is-mac-safari .pm-table .bf-counts {
      top: 0 !important;
    }
  }
}

#shipment-main-body.payments-main-body .payment-filters .payments-header .tab-filters .filter-section .bf-table-toolbar.single-element .bf-table-search.generic-search {
  margin-right: 0px;
}
@media only screen and (max-width: 1024px) {
  #shipment-main-body.payments-main-body .payment-filters .payments-header .tab-filters .filter-section .bf-table-toolbar.single-element .bf-table-search.generic-search {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #shipment-main-body.payments-main-body .payment-filters .payments-header .tab-filters .filter-section .bf-table-toolbar.single-element .bf-table-search.generic-search {
    width: 100%;
  }
}
#shipment-main-body.payments-main-body .payment-filters .payments-header .mobile-search .bf-table-toolbar.single-element {
  padding-right: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 650px) {
  #shipment-main-body.payments-main-body .payment-filters .payments-header .mobile-search .bf-table-toolbar.single-element .bf-table-search.generic-search {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
}

.is-mac-safari .bf-table-paging .length-n-select .bf-per-page .form-control,
.is-mac-chrome .bf-table-paging .length-n-select .bf-per-page .form-control {
  padding: 0.5rem 0.75rem 0.3rem 0.75rem;
}
.is-mac-safari .bf-table-paging .length-n-select .bf-per-page:after,
.is-mac-chrome .bf-table-paging .length-n-select .bf-per-page:after {
  top: 6px;
}
.is-mac-safari .date-time-picker .field:after,
.is-mac-chrome .date-time-picker .field:after {
  top: 8px !important;
}

.user-session-main-body {
  padding: 40px 45px !important;
  background: #f9fafc;
}
@media only screen and (max-width: 1024px) {
  .user-session-main-body {
    padding: 40px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .user-session-main-body {
    padding: 15px !important;
  }
}
.user-session-main-body h1 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #12263F;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .user-session-main-body h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .user-session-main-body h1 {
    font-size: 20px;
  }
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper {
  max-height: calc(100vh - 250px);
  border-radius: 10px;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table thead {
  top: 0;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table thead tr th:nth-child(n+5) div {
  justify-content: unset;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr.current-session {
  background: #EDF2F9;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td {
  padding: 12px 5px 12px 12px;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .bf-col-data {
  padding-left: 0 !important;
  justify-content: unset !important;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .bf-col-tc .end-session {
  color: #6E84A3;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .bf-col-tc .end-session:hover span {
  color: #FD2975;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .bf-col-tc .end-session:hover svg path {
  stroke: #FD2975;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .bf-col-tc .active-session {
  color: #6E84A3;
  cursor: auto !important;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .end-session, .user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .active-session {
  cursor: pointer;
}
.user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .end-session span:last-child, .user-session-main-body .bfmr-ag-grid .bf-table-wrapper .bf-table tbody tr td .active-session span:last-child {
  display: inline-block;
  vertical-align: middle;
  transform: translate(2px, 1px);
}
.user-session-main-body .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}
.user-session-main-body .table-footer .bfmr-btn {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .user-session-main-body .table-footer .bfmr-btn {
    font-size: 12px;
  }
  .user-session-main-body .table-footer .bfmr-btn:first-child {
    margin-right: 10px;
  }
}

#walkthrough {
  z-index: 99999;
}
#walkthrough .modal-dialog {
  max-width: 800px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-dialog {
    max-width: 600px;
  }
}
#walkthrough .modal-dialog .modal-content {
  border-radius: 10px;
  background-color: transparent;
}
#walkthrough .modal-body {
  padding: 0;
}
#walkthrough .modal-body .walkthrough-section {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #walkthrough .modal-body .walkthrough-section {
    flex-direction: column;
  }
}
#walkthrough .modal-body .content-container {
  display: flex;
}
#walkthrough .modal-body .content-container > div:nth-child(1) {
  padding: 37px 25px 25px 50px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 399px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-body .content-container > div:nth-child(1) {
    order: 2;
    padding: 30px 30px 120px 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: auto;
  }
}
#walkthrough .modal-body .content-container > div.dashboard-home-image {
  background: #12263F;
  padding: 39px 51px 90px 11px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-body .content-container > div.dashboard-home-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: unset;
  }
}
#walkthrough .modal-body .content-container > div.shipment-deal-image {
  background: #12263F;
  padding: 39px 35px 90px 27px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-body .content-container > div.shipment-deal-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-body .content-container {
    flex-direction: column;
    width: 100%;
  }
}
#walkthrough .modal-body .content-container h2 {
  font-family: "Avenir medium";
  font-size: 26px;
  line-height: 140%;
  color: #12263F;
  margin-bottom: 18px;
  font-weight: 600;
  text-rendering: geometricPrecision;
  letter-spacing: 0.01em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #walkthrough .modal-body .content-container h2 {
    font-size: 22px;
  }
}
#walkthrough .modal-body .content-container h2 span {
  font-family: "Avenir medium";
  position: absolute;
  top: -13px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #3BBD96;
  right: 55px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-body .content-container h2 span {
    right: unset;
  }
}
#walkthrough .modal-body .content-container p, #walkthrough .modal-body .content-container li {
  font-size: 14px;
  line-height: 149.2%;
  color: #12263F;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
}
#walkthrough .modal-body .content-container li {
  margin-bottom: 11px;
}
#walkthrough .modal-body .content-container.h-393 {
  min-height: 393px;
}
#walkthrough .modal-body .content-container.h-507 {
  min-height: 507px;
}
#walkthrough .modal-body .navigation {
  position: absolute;
  bottom: 37px;
  left: 50px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  #walkthrough .modal-body .navigation {
    bottom: 25px;
    left: 30px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #walkthrough .modal-body .navigation {
    bottom: 25px;
    left: 30px;
    width: 85%;
  }
}
#walkthrough .modal-body .navigation .nav-controls {
  display: flex;
  align-items: center;
  width: 100%;
}
#walkthrough .modal-body .navigation .nav-controls button {
  width: 109px;
  font-size: 11px;
  line-height: 145.2%;
  color: #FFFFFF;
  min-height: 31px;
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  #walkthrough .modal-body .navigation .nav-controls button {
    width: 80px;
    font-size: 10px;
  }
}
#walkthrough .modal-body .navigation .nav-controls button span.bfmr-btn-text {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  #walkthrough .modal-body .navigation .nav-controls button span.bfmr-btn-text {
    font-size: 10px;
  }
}
#walkthrough .modal-body .navigation .nav-controls button.btn-transparent {
  border: 1.5px solid #3BBD96;
  font-size: 11px;
  line-height: 145.2%;
  letter-spacing: -0.01em;
  color: #3BBD96;
  border-radius: 4px;
  margin-right: 0;
  text-transform: capitalize;
  margin-left: auto;
  min-height: 31px;
  outline: none;
}
#walkthrough .modal-body .navigation .nav-controls button.btn-transparent:hover {
  background: #3BBD96;
  color: #ffffff;
}
#walkthrough .modal-body .navigation .nav-controls span {
  font-size: 12px;
  line-height: 145.2%;
  color: #9FB1CD;
}
#walkthrough .modal-body .navigation .close {
  font-size: 14px;
  line-height: 145.2%;
  color: #12263F;
  margin-top: 24px;
  font-family: "Avenir medium";
}

#thankyou-modal {
  z-index: 99999;
}
#thankyou-modal .modal-dialog .modal-content {
  padding: 39px 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #thankyou-modal .modal-dialog .modal-content {
    padding: 30px 20px;
  }
}
#thankyou-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#thankyou-modal .modal-dialog .modal-content .thank-you {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#thankyou-modal .modal-dialog .modal-content .thank-you h2 {
  font-family: "Avenir medium";
  font-size: 26px;
  line-height: 145.2%;
  color: #12263F;
  margin-bottom: 11px;
  font-weight: 600;
  text-rendering: geometricPrecision;
  letter-spacing: 0.01em;
}
#thankyou-modal .modal-dialog .modal-content .thank-you p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 149.2%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #12263F;
  margin-bottom: 26px;
}
#thankyou-modal .modal-dialog .modal-content .thank-you p span.site-name {
  color: #2AAC8A;
  font-weight: 600;
  letter-spacing: 0.01em;
}
#thankyou-modal .modal-dialog .modal-content .thank-you .bfmr-btn {
  width: 109px;
  margin-bottom: 12px;
}
#thankyou-modal .modal-dialog .modal-content .thank-you .get-in-touch {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 145.2%;
  color: #2E9BFF;
}
#thankyou-modal .modal-dialog .modal-content .thank-you .get-in-touch:hover {
  color: #0056b3;
  text-decoration: underline !important;
}

#walkthrough-1 {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}
#walkthrough-1 .modal-dialog {
  max-width: 920px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-dialog {
    max-width: 600px;
  }
}
#walkthrough-1 .modal-content {
  border-radius: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#walkthrough-1 .modal-body {
  padding: 0;
}
#walkthrough-1 .modal-body .walkthrough-section {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #walkthrough-1 .modal-body .walkthrough-section {
    flex-direction: column;
  }
}
#walkthrough-1 .modal-body .content-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  min-height: 597px;
}
#walkthrough-1 .modal-body .content-container .first {
  width: 100%;
  display: flex;
  min-height: 507px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container .first {
    flex-direction: column;
  }
}
#walkthrough-1 .modal-body .content-container .first .first-step-content {
  padding: 40px 26px 30px 35px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container .first .first-step-content {
    width: 100%;
    order: 2;
    padding: 30px 30px 30px 30px;
  }
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .note {
  padding: 16px 19px;
  color: #12263F;
  text-align: justify;
  background: #eaf9eb;
  border-radius: 9px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .note p {
  font-family: "Avenir medium";
  font-size: 14px;
  margin-bottom: 11px;
  color: #12263F;
  margin-bottom: 0;
  font-style: italic;
  text-align: justify;
  line-height: 1.8;
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .note p img {
  height: 23px;
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .note p .strong {
  color: #1ca978;
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .steps {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .steps a {
  text-align: center;
  color: #007ad9;
  text-decoration: none;
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 1.3;
  cursor: pointer;
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .steps .page-no {
  color: #9FB1CD;
  font-size: 12px;
  font-family: "Avenir medium";
}
#walkthrough-1 .modal-body .content-container .first .first-step-content .steps .bfmr-btn {
  width: 120px;
}
#walkthrough-1 .modal-body .content-container .first .dashboard-home-image {
  background: #12263F;
  padding: 15px 33px;
  width: 50%;
  display: flex;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container .first .dashboard-home-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
  }
}
#walkthrough-1 .modal-body .content-container .first .dashboard-home-image .tutorial-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
}
#walkthrough-1 .modal-body .content-container .second {
  width: 100%;
  display: flex;
  min-height: 507px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container .second {
    flex-direction: column;
  }
}
#walkthrough-1 .modal-body .content-container .second .second-step-content {
  padding: 40px 26px 30px 35px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container .second .second-step-content {
    width: 100%;
    order: 2;
    padding: 30px 30px 30px 30px;
  }
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .bfmr-id-steps {
  margin: 0;
  padding-left: 13px;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .bfmr-id-steps li {
  font-family: "Avenir medium";
  font-size: 15px;
  margin-bottom: 8px;
  list-style-type: decimal;
  text-align: justify;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .bfmr-id-steps li span.important-note {
  font-weight: 700;
  color: #d6514f;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content p {
  font-family: "Avenir medium";
  font-size: 15px;
  margin-bottom: 8px;
  list-style-type: decimal;
  text-align: justify;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content p span.important-note {
  font-weight: 700;
  color: #d6514f;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .view-id {
  margin-top: 8px;
  margin-bottom: 10px;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .view-id a {
  color: #389AF4;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 13px;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .view-id a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .note {
  padding: 16px 19px;
  color: #12263F;
  text-align: justify;
  background: #eaf9eb;
  border-radius: 9px;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .note p {
  font-family: "Avenir medium";
  font-size: 14px;
  margin-bottom: 11px;
  color: #12263F;
  margin-bottom: 0;
  font-style: italic;
  text-align: justify;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .note p img {
  height: 23px;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .note p .strong {
  color: #1ca978;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .steps {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .steps .go-back-to-step-1 {
  font-size: 19px;
  color: #30ac75;
  cursor: pointer;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .steps a {
  text-align: center;
  color: #007ad9;
  text-decoration: none;
  font-size: 13px;
  font-family: "Avenir medium";
  line-height: 1.3;
  cursor: pointer;
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .steps .page-no {
  color: #9FB1CD;
  font-size: 12px;
  font-family: "Avenir medium";
}
#walkthrough-1 .modal-body .content-container .second .second-step-content .steps .btn-green {
  height: 38px;
  width: 120px;
  line-height: 1;
}
#walkthrough-1 .modal-body .content-container .second .dashboard-home-image {
  background: #12263F;
  padding: 15px 55px 15px 0;
  width: 50%;
  display: flex;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container .second .dashboard-home-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 30px 0;
    width: 100%;
  }
}
#walkthrough-1 .modal-body .content-container .second .dashboard-home-image .tutorial-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
}
#walkthrough-1 .modal-body .content-container h2 {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 26px;
  margin-bottom: 21px;
  color: #000000;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container h2 {
    justify-content: unset;
  }
}
@media only screen and (max-width: 460px) {
  #walkthrough-1 .modal-body .content-container h2 {
    display: block;
  }
}
#walkthrough-1 .modal-body .content-container h2 span {
  font-size: 22px;
  text-transform: lowercase;
  display: inline-block;
  padding-top: 11px;
  line-height: 1;
  padding-left: 3px;
}
@media only screen and (max-width: 1024px) {
  #walkthrough-1 .modal-body .content-container h2 span {
    padding-top: 6px;
    padding-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  #walkthrough-1 .modal-body .content-container h2 span {
    padding-top: 2px;
  }
}
#walkthrough-1 .modal-body .content-container p {
  font-family: "Avenir medium";
  font-size: 15px;
  margin-bottom: 11px;
  color: #12263F;
  margin-bottom: 8px;
  text-align: justify;
}
#walkthrough-1 .modal-body .content-container .text-orange {
  color: #fea332;
}
#walkthrough-1 .modal-body .content-container .text-red-italic {
  color: #EF5C79;
  font-style: italic;
}
#walkthrough-1 .modal-body .content-container .text-red {
  color: #EF5C79;
}
#walkthrough-1 .modal-body .content-container .text-green {
  color: #30ac75;
}

#page-not-found-main-body {
  padding-top: 0;
}
#page-not-found-main-body.homepage-404 {
  padding-top: 47px;
  margin-top: 0px;
}
#page-not-found-main-body .page-not-found-main-content-wrapper {
  background: #f9fafc;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .alert-image {
  margin-bottom: 50px;
  margin-top: -30px;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content {
  max-width: 600px;
  margin: 0 auto 40px;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div h2 {
  font-size: 32px;
  line-height: 44px;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div button {
  width: 210px;
  height: 40px;
  margin-bottom: 15px;
  line-height: 1 !important;
  font-size: 14px;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div button:hover {
  text-decoration: none !important;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div span {
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  padding: 0 60px;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div a.btn-green {
  min-height: 40px;
  line-height: 1;
  padding: 15px 17px;
  min-width: 210px;
  font-size: 14px;
  text-decoration: none !important;
}
#page-not-found-main-body .page-not-found-main-content-wrapper .not-found-content div a.btn-green:hover {
  text-decoration: none !important;
}

.content-page {
  padding: 90px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .content-page {
    padding: 15px;
  }
}
.content-page h1 {
  font-family: "Avenir medium";
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 30px;
}
.content-page h5 {
  font-family: "Avenir medium";
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 14px;
}
.content-page p {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 150.3%;
  letter-spacing: 0.01em;
  color: #12263F;
}
.content-page a {
  color: #2E9BFF;
  font-size: 15px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.content-page a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
.content-page ul li, .content-page .v-list li {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 150.3%;
  letter-spacing: 0.01em;
  color: #12263F;
}

.home-footer .copyright {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  color: #525B66;
}

.content-page {
  padding: 90px;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .content-page {
    padding: 80px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .content-page {
    padding: 80px 15px;
  }
}
.content-page h1 {
  font-family: "Avenir medium";
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 30px;
}
.content-page h5 {
  font-family: "Avenir medium";
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-page h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.content-page p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 145.7%;
  letter-spacing: 0.01em;
  color: #12263F;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-page p {
    font-size: 13px;
    line-height: 151.3%;
  }
}
.content-page a {
  color: #2E9BFF;
  font-size: 15px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .content-page a {
    font-size: 13px;
    line-height: 151.3%;
  }
}
.content-page a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
.content-page ul li, .content-page .v-list li {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 145.7%;
  letter-spacing: 0.01em;
  color: #12263F;
}
@media only screen and (max-width: 767px) {
  .content-page ul li, .content-page .v-list li {
    font-size: 13px;
    line-height: 151.3%;
  }
}

#reportBug-main-body {
  background: #f9fafc;
  position: relative;
}
#reportBug-main-body .card {
  padding: 90px 195px;
  background: #f9fafc;
}
@media only screen and (max-width: 1024px) {
  #reportBug-main-body .card {
    padding: 30px 124px;
  }
}
@media only screen and (max-width: 767px) {
  #reportBug-main-body .card {
    padding: 22px 15px;
  }
}
#reportBug-main-body .contact-img-container {
  padding-top: 100px;
  position: absolute;
  right: 0;
}
#reportBug-main-body .contact-form {
  max-width: 500px;
  margin: 0 auto;
}
#reportBug-main-body .contact-form .form-row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  #reportBug-main-body .contact-form {
    width: 100%;
  }
}
#reportBug-main-body .contact-form h2 {
  font-family: "Avenir medium";
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #reportBug-main-body .contact-form h2 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #reportBug-main-body .contact-form h2 {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
  }
}
#reportBug-main-body .contact-form p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #reportBug-main-body .contact-form p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #reportBug-main-body .contact-form p {
    font-size: 12px;
    text-align: left;
  }
}
#reportBug-main-body .contact-form .description-section {
  margin-bottom: 30px;
}
#reportBug-main-body .contact-form .description {
  border: 1px solid #E3EBF6;
  border-radius: 6px 6px 0px 0px;
  max-height: 250px;
  position: relative;
  background: #fff;
}
#reportBug-main-body .contact-form .description textarea {
  resize: none;
  height: 100%;
  border: none;
  border-radius: inherit;
  box-shadow: none;
  padding: 10px 12px 10px 12px;
  min-height: 220px;
}
#reportBug-main-body .contact-form .description textarea::-webkit-input-placeholder {
  font-family: "Avenir regular", "Avenir medium";
  color: #95aac9;
}

#reportBug-main-body .contact-form .description textarea:-moz-placeholder {
  font-family: "Avenir regular", "Avenir medium";
  color: #95aac9;
}

#reportBug-main-body .contact-form .description textarea::-moz-placeholder {
  font-family: "Avenir regular", "Avenir medium";
  color: #95aac9;
}

#reportBug-main-body .contact-form .description textarea:-ms-input-placeholder {
  font-family: "Avenir regular", "Avenir medium";
  color: #95aac9;
}

@media only screen and (max-width: 767px) {
  #reportBug-main-body .contact-form .description textarea {
    font-size: 12px;
  }
}
#reportBug-main-body .contact-form .description #textareaLength {
  position: absolute;
  right: 15px;
  bottom: -20px;
  z-index: 9;
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 177.58%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #95aac9;
}
#reportBug-main-body .contact-form .file-container {
  padding-left: 30px;
  position: absolute;
  bottom: -30px;
  border: 1px solid #E3EBF6;
  border-radius: 0px 0px 6px 6px;
  border-top: 0px;
  padding: 0px 15px;
  margin-left: -1px;
  background: #fff;
  width: 94%;
  border-right: 2px solid #E3EBF6;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  #reportBug-main-body .contact-form .file-container {
    top: 167px;
  }
}
#reportBug-main-body .contact-form .file-container #file-input {
  display: none;
}
#reportBug-main-body .contact-form .file-container label[for=file-input] {
  font-size: 14px;
  line-height: 177.58%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #6E84A3;
  vertical-align: middle;
  cursor: pointer;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#reportBug-main-body .contact-form .file-container label[for=file-input] .file-label-text {
  text-decoration: underline;
}
#reportBug-main-body .contact-form .file-container label[for=file-input] .bfmr-file-attach {
  text-decoration: none;
  display: inline-block;
  transform: rotate(317deg);
}
#reportBug-main-body .contact-form .file-container .bfmr-file-remove {
  vertical-align: text-bottom;
  cursor: pointer;
}
@-moz-document url-prefix() {
  #reportBug-main-body .contact-form .file-container {
    top: 160px;
  }
  @media only screen and (max-width: 767px) {
    #reportBug-main-body .contact-form .file-container {
      top: 166px;
    }
  }
}
#reportBug-main-body .contact-form .capctha-secion {
  margin: 0;
}
#reportBug-main-body .contact-form .recaptcha {
  border: 1px solid #E3EBF6;
  width: 270px;
  height: 70px;
}
#reportBug-main-body .contact-form .btn-green {
  width: 100%;
  min-height: 40px;
  margin-bottom: 19px;
  padding: 13px 172px 10px 172px;
}
#reportBug-main-body .contact-form .error-message li {
  margin-top: 15px;
}

.footerPosition {
  min-height: calc(100vh - 108px);
}

.whatsNewtopSpace {
  padding-top: 70px !important;
}

#what-new-main-body {
  background: #f9fafc;
  padding: 10px 30px 20px 26px;
}
@media only screen and (max-width: 767px) {
  #what-new-main-body {
    padding: 20px 15px 15px;
  }
}
#what-new-main-body .search-section {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #what-new-main-body .search-section {
    flex-direction: column;
    align-items: unset;
  }
}
#what-new-main-body .search-section h1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #3B516C;
  flex-grow: 1;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #what-new-main-body .search-section h1 {
    margin-bottom: 15px;
  }
}
#what-new-main-body .search-section .sort-by-rating {
  margin-right: 5px;
}
#what-new-main-body .search-section .sort-by-rating #sort {
  background: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 5px;
  width: 164px;
  height: 30px;
}
#what-new-main-body .search-section .bf-table-search {
  max-width: 280px;
}
#what-new-main-body .whats-new-card-wrapper article {
  position: relative;
}
#what-new-main-body .whats-new-card-wrapper article .whats-new-card-referral {
  position: absolute;
  top: -50px;
}
#what-new-main-body .whats-new-card {
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
  box-shadow: 0px 2px 10px rgba(193, 193, 193, 0.25);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  position: relative;
}
#what-new-main-body .whats-new-card .card-referral {
  position: absolute;
  top: -21px;
  left: 0;
}
#what-new-main-body .whats-new-card.is-read {
  background: #F4F7FB;
  box-shadow: none;
}
#what-new-main-body .whats-new-card .heading-n-rating {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#what-new-main-body .whats-new-card .heading-n-rating .heading-n-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  #what-new-main-body .whats-new-card .heading-n-rating .heading-n-badge {
    margin-right: 10px;
  }
}
#what-new-main-body .whats-new-card .heading-n-rating .heading-n-badge h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  color: #12263F;
}
#what-new-main-body .whats-new-card .heading-n-rating .heading-n-badge .badge-container {
  margin-bottom: 4px;
}
#what-new-main-body .whats-new-card .heading-n-rating .heading-n-badge .badge-container .badge {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.5px;
  font-family: "Avenir medium";
}
#what-new-main-body .whats-new-card .heading-n-rating .rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating .rating-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating .rating-section .rating-no {
  font-family: "Avenir demi", "Avenir medium";
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000000;
  margin-right: 6px;
  transform: translate(0px, 2px);
  border-bottom: 1px solid #000;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating .rating-section .rating-no.others-rating {
  color: #6E84A3;
  border-bottom-color: #6E84A3;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating .rating-section i {
  font-size: 20px;
  color: #F8C923;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating .total-rating {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  white-space: nowrap;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating.disabled {
  cursor: not-allowed;
}
#what-new-main-body .whats-new-card .heading-n-rating .rating.disabled .rating-section i {
  color: #95aac9;
}
#what-new-main-body .whats-new-card .details {
  display: flex;
  margin-bottom: 8px;
}
#what-new-main-body .whats-new-card .details p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 150%;
  color: #3B516C;
  margin-bottom: 0;
}
#what-new-main-body .whats-new-card .details-n-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17px;
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  #what-new-main-body .whats-new-card .details-n-img {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #what-new-main-body .whats-new-card .details-n-img {
    flex-direction: column-reverse;
    align-items: center;
    padding-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  #what-new-main-body .whats-new-card .details-n-img {
    align-items: center;
  }
}
#what-new-main-body .whats-new-card .details-n-img p {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 150%;
  color: #3B516C;
  margin-right: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #what-new-main-body .whats-new-card .details-n-img p {
    width: 100%;
    margin-right: 0;
  }
}
#what-new-main-body .whats-new-card .details-n-img p:last-child {
  margin-right: 0;
}
#what-new-main-body .whats-new-card .details-n-img .vue-load-image {
  min-width: 333px;
  max-width: 333px;
}
#what-new-main-body .whats-new-card .details-n-img .vue-load-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  #what-new-main-body .whats-new-card .details-n-img .vue-load-image img {
    margin-bottom: 17px;
  }
}
#what-new-main-body .whats-new-card .show-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#what-new-main-body .whats-new-card .show-more .latest {
  font-family: "Avenir medium";
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #6E84A3;
}
#what-new-main-body .whats-new-card .show-more .latest .share-social {
  margin-left: 30px;
  font-style: normal;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #what-new-main-body .whats-new-card .show-more .latest .share-social {
    margin-left: 15px;
  }
}
#what-new-main-body .whats-new-card .show-more .latest .share-social:hover {
  color: #3b516c;
}
#what-new-main-body .whats-new-card .show-more .latest .share-social:hover path {
  stroke: #3b516c;
}
#what-new-main-body .whats-new-card .show-more .latest .share-social svg {
  transform: translate(-1px, -2px);
}
#what-new-main-body .whats-new-card .show-more .more-details {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#what-new-main-body .whats-new-card .show-more .more-details:hover + .details-n-img {
  display: flex;
}
#what-new-main-body .whats-new-card .show-more .more-details span {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #3B516C;
  display: flex;
  align-items: center;
}
#what-new-main-body .whats-new-card .show-more .more-details span:hover {
  color: #12263F;
}
#what-new-main-body .whats-new-card .show-more .more-details span.fe::before {
  font-size: 16px;
}
#what-new-main-body .whats-new-card.text-only-card .details {
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: max-height 1s ease-in-out;
}
#what-new-main-body .whats-new-card.height-transition .details {
  max-height: 500px;
}
@media only screen and (max-width: 1024) {
  #what-new-main-body .whats-new-card.height-transition .details {
    max-height: 525px;
  }
}
@media only screen and (max-width: 992) {
  #what-new-main-body .whats-new-card.height-transition .details {
    max-height: 525px;
  }
}
@media only screen and (max-width: 767) {
  #what-new-main-body .whats-new-card.height-transition .details {
    max-height: 780px;
  }
}
#what-new-main-body .no-posts {
  background: #FCFCFC;
  border: 1px solid #E3EBF6;
  box-shadow: 0px 2px 10px rgba(193, 193, 193, 0.25);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
#what-new-main-body .no-posts .no-posts-text {
  margin-left: 25px;
}
#what-new-main-body .no-posts .no-posts-text h4 {
  font-family: "Avenir medium";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #12263F;
}
#what-new-main-body .no-posts .no-posts-text p {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #12263F;
}
#what-new-main-body .updates-img-section {
  text-align: right;
}
#what-new-main-body .updates-img-section img {
  position: absolute;
  right: 0;
}
#what-new-main-body .updates-img-section.not-user img {
  position: inherit;
}
@media only screen and (max-width: 1024px) {
  #what-new-main-body .updates-img-section {
    display: none;
  }
}
#what-new-main-body .animated-load {
  display: flex;
  align-items: center;
  justify-content: center;
}
#what-new-main-body .animated-load span:first-child {
  margin-right: 20px;
}
#what-new-main-body .animated-load span:last-child {
  margin-left: 20px;
}

.top-has-ticker .whats-new-card-referral,
.top-has-alerts .whats-new-card-referral {
  top: -100px !important;
}

.top-has-ticker .top-has-alerts .whats-new-card-referral {
  top: -100px !important;
}

.bfmr-grid-wrapper {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 350px);
  overflow: auto;
  border: 1px solid #beccdf;
  border-top: 1px solid #e3ebf6;
  border-bottom: 1px solid #e3ebf6;
}
@media screen and (min-width: 320px) and (max-width: 830px) and (orientation: landscape) {
  .bfmr-grid-wrapper {
    max-height: calc(100vh - 120px);
  }
}
.bfmr-grid-wrapper .bfmr-header-section {
  background: #fff;
  padding: 7px 12px;
  z-index: 4;
  position: sticky;
  top: 0;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul {
  display: flex;
  align-items: center;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a {
  display: flex;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a .disabled-del {
  display: none;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a .enabled-del {
  display: block;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a.disabled {
  cursor: not-allowed;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a.disabled .disabled-del {
  display: block;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a.disabled .enabled-del {
  display: none;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a.disabled span {
  color: #95aac9;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a.disabled:hover {
  text-decoration: none !important;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a img {
  padding-right: 5px;
}
.bfmr-grid-wrapper .bfmr-header-section .header-controls ul li a span {
  font-size: 12px;
  color: #12263f;
  padding-top: 3px;
  font-family: "Avenir medium";
}
.bfmr-grid-wrapper .bfmr-grid {
  background-color: #fff;
  overflow: auto;
  width: 100%;
  border-collapse: initial;
  table-layout: fixed;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-check {
  text-align: center;
  padding-top: 6px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-check input {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th {
  padding: 13px;
  background: #f3f6fb;
  border: 1px solid #e3ebf6;
  border-top: 0;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th:first-child {
  border-left: 0;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th:last-child {
  border-right: 0;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th div {
  display: flex;
  align-items: center;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th div .th-cell-heading {
  font-family: "Avenir demi", "Avenir medium";
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8492a6;
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th div .th-cell-heading .th-cell-tooltip {
  display: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.check-cell {
  padding: 0 15px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.check-cell .bfmr-grid-check {
  display: block;
  text-align: center;
  width: 16px;
  height: 16px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.check-cell .bfmr-grid-check input {
  width: 16px;
  height: 16px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.num-cell div, .bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.price-cell div {
  justify-content: center;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.has-input {
  padding: 10px 13px 10px 13px !important;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell {
  padding-left: 8px !important;
  position: relative;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .th-cell-heading {
  max-width: 95px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .th-cell-heading .th-cell-tooltip {
  display: none;
  position: absolute;
  top: 1px;
  left: 80px;
  background-color: #fff;
  padding: 3px 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 5;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .th-cell-heading:hover .th-cell-tooltip {
  display: initial;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .delete-col {
  cursor: pointer;
  margin-top: -3px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .delete-col svg path {
  stroke: #e75e7f;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .delete-col:hover svg path {
  stroke: #e6305c;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .edit-col {
  margin-right: 12px;
  margin-left: auto;
  cursor: pointer;
  margin-top: -3px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .edit-col i {
  font-size: 12px;
  padding-top: 8px;
  color: #7690b5;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .col-edit-section input {
  width: 115px;
  height: 25px;
  color: #8492a6;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Avenir demi", "Avenir medium";
  padding-left: 5px;
  margin-right: 10px;
  border: 1px solid #e3ebf6;
  border-radius: 4px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .col-edit-section input:focus {
  outline: #7690b5;
  outline-width: 2px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .col-edit-section .confirm-icon {
  margin-right: 10px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .col-edit-section .confirm-icon i {
  color: #3bbd96;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .col-edit-section .cancel-icon i {
  color: #7690b5;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-head .bfmr-grid-row th.custom-cell .edit-selection {
  width: 65px;
  flex-grow: 1;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row {
  height: 42px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell {
  position: relative;
  border: 1px solid #e3ebf6;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell:first-child {
  border-left: 0;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell:last-child {
  border-right: 0;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-input input,
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-input select,
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-select input,
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-select select {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  /*display: none;*/
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-input input,
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-select input {
  color: transparent;
  text-shadow: 0 0 0 #000000;
  cursor: default;
  pointer-events: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-input span {
  /* No ellipses or full text */
  cursor: default;
  display: inline-block;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-select span {
  /* Ellipses */
  cursor: default;
  max-width: calc(100% - 15px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.expanded {
  padding: 10px 10px 10px 19px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.expanded .bfmr-grid-select {
  /* Full text */
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.expanded .bfmr-grid-select span {
  max-width: 100%;
  overflow: auto;
  white-space: normal;
  text-overflow: unset;
  display: inline-block;
  vertical-align: middle;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin: auto;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check.checked span {
  display: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check.checked input {
  display: block;
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check span {
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check input {
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check label:before {
  display: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check:hover {
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check:hover span {
  display: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check:hover input {
  display: block !important;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .bfmr-grid-check:hover label:before {
  display: block;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.trk-cell, .bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.item-cell {
  padding-left: 19px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell:last-child {
  border-right-color: transparent;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-selected {
  border: 1px solid #2aac8a;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-selected .incorrect-trkno-msg {
  display: block !important;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-editing {
  /*.bfmr-grid-input,
  .bfmr-grid-select {
      input,
      select {
          display: block;
      }
  }*/
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-editing .bfmr-grid-input span,
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-editing .bfmr-grid-select span {
  /* Ellipses */
  display: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-editing .bfmr-grid-input input,
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-editing .bfmr-grid-select input {
  color: #000000;
  text-shadow: none;
  cursor: text;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell.is-editing.expanded .bfmr-grid-select span {
  /* Full text */
  display: none;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no span {
  position: absolute;
  top: -5px;
  right: 0px;
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no span:hover ~ .incorrect-trkno-msg {
  display: block !important;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no .incorrect-trkno-msg {
  display: none;
  width: 195px;
  height: auto;
  min-height: 40px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: -200px;
  z-index: 1;
  background: #fff;
  padding: 7px;
  padding-bottom: 4px;
  overflow: hidden;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no .incorrect-trkno-msg.error-msg {
  border-right: 2px solid #e75e7f;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no .incorrect-trkno-msg.warning-msg {
  border-right: 2px solid #ffd200;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no .incorrect-trkno-msg h5 {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #e75e7f;
  margin-bottom: 3px;
  text-align: left;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .bfmr-grid-row .bfmr-grid-cell .incorrect-trk-no .incorrect-trkno-msg p {
  font-family: "Avenir medium";
  font-size: 12px;
  line-height: 150%;
  color: #12263f;
  margin-bottom: 0;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-sortable {
  cursor: pointer;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-sort {
  position: relative;
  margin-left: 5px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-sort:before, .bfmr-grid-wrapper .bfmr-grid .bfmr-sort:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  bottom: 0.5em;
  display: block;
  opacity: 1;
  color: #d2ddec;
  font-weight: 900;
  font-size: 1rem;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-sort:before {
  content: "\f0de";
  top: -9px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-sort:after {
  content: "\f0dd";
  top: -9px;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-sort-asc:before,
.bfmr-grid-wrapper .bfmr-grid .bfmr-sort-desc:after {
  color: #12263f;
}
.bfmr-grid-wrapper .bfmr-grid .check-cell {
  width: 44px;
}
.bfmr-grid-wrapper .bfmr-grid .trk-cell {
  width: 242px;
  position: relative;
  padding-left: 19px;
}
.bfmr-grid-wrapper .bfmr-grid .trk-cell span,
.bfmr-grid-wrapper .bfmr-grid .trk-cell input {
  text-transform: uppercase;
}
.bfmr-grid-wrapper .bfmr-grid .item-cell {
  width: 416px;
  text-align: left;
}
.bfmr-grid-wrapper .bfmr-grid .num-cell {
  width: 107px;
}
.bfmr-grid-wrapper .bfmr-grid .num-cell .bfmr-grid-input {
  text-align: center;
}
.bfmr-grid-wrapper .bfmr-grid .num-cell .bfmr-grid-input input {
  text-align: center;
}
.bfmr-grid-wrapper .bfmr-grid .num-cell .bfmr-grid-value {
  justify-content: center;
}
.bfmr-grid-wrapper .bfmr-grid .price-cell {
  width: 132px;
  text-align: center;
}
.bfmr-grid-wrapper .bfmr-grid .price-cell .bfmr-grid-value {
  justify-content: flex-end;
}
.bfmr-grid-wrapper .bfmr-grid .bfmr-grid-body .price-cell {
  background: #f9fafc;
  cursor: not-allowed;
}
.bfmr-grid-wrapper .bfmr-grid .custom-cell {
  width: 180px;
  padding-left: 19px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

img {
  max-width: 100%;
}

.header-section {
  margin-left: 0;
  background: #f9fafc;
  border-bottom: none;
  position: sticky !important;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .header-section {
    background: #ffffff;
  }
}
.header-section .logged-in-user .navbar-toggler-icon {
  display: none;
}
.header-section .logged-in-user img {
  display: inline;
}
.header-section .user-not-loggedIn::after {
  content: "";
}
.header-section .user-not-loggedIn .navbar-toggler-icon {
  display: inline-block;
}
.header-section .user-not-loggedIn img {
  display: none;
}
.header-section .dropdown-menu {
  padding: 12px;
}
.header-section .dropdown-item {
  font-size: 14px;
  line-height: 128.8%;
  letter-spacing: -0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  font-family: "Avenir medium";
  border: 1px solid transparent;
  background-color: #f8f9fa;
  margin-right: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  height: 34px;
}
.header-section .dropdown-item:hover {
  color: #3BBD96;
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .header-section .dropdown-item:hover {
    border: none;
  }
}
.header-section .dropdown-item:active, .header-section .dropdown-item:focus {
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .header-section .dropdown-item:active, .header-section .dropdown-item:focus {
    border: none;
  }
}
.header-section .dropdown-item.signup-btn-desktop {
  color: #3BBD96;
  border: 1px solid #3BBD96;
  border-radius: 5px;
  font-weight: 600;
}
.header-section .dropdown-item.signup-btn-desktop:hover {
  background: #3BBD96;
  color: #fff;
}
.header-section .dropdown-item.buyInBulk-btn-desktop {
  color: #9C95F9;
  border: 1px solid #9C95F9;
  border-radius: 5px;
  font-weight: 600;
}
.header-section .dropdown-item.buyInBulk-btn-desktop:hover {
  background: #9C95F9;
  color: #fff;
}
.header-section .dropdown-item.active {
  border-radius: 5px;
  color: #3BBD96;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .header-section .dropdown-item.active {
    border: none;
  }
}
.header-section .mob-stickey-header {
  padding: 16px 25px;
}
@media only screen and (max-width: 320px) {
  .header-section .mob-stickey-header {
    padding: 16px 5px;
  }
}
.header-section .mob-stickey-header .dropdown-item {
  background: #ffffff;
}
.header-section .mob-stickey-header #dropdownMenuButton {
  font-size: 1.25rem;
  line-height: 1;
  -webkit-appearance: none;
  text-decoration: none !important;
}
.header-section .mob-stickey-header .topbar-animated-logo {
  margin-top: -1px;
}

.home-page-wrapper .smarter-way-section {
  overflow: hidden;
  display: flex;
  background-color: #E0F5FB;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .smarter-way-section {
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.home-page-wrapper .smarter-way-section.billion-banner-section {
  background-color: #E6F3E0;
}
.home-page-wrapper .smarter-way-section .banner-container {
  align-items: center;
}
.home-page-wrapper .smarter-way-section .banner-container .left-side {
  width: 60%;
}
.home-page-wrapper .smarter-way-section .banner-container .left-side img {
  padding-right: 45px;
}
.home-page-wrapper .smarter-way-section .banner-container .right-side {
  width: 40%;
  padding-right: 32px;
  margin-left: auto;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.home-page-wrapper .smarter-way-section .banner-container .right-side .heading {
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 64px;
  color: #12263F;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side .heading {
    font-size: 44px;
  }
}
.home-page-wrapper .smarter-way-section .banner-container .right-side .heading span {
  padding-top: 4px;
}
.home-page-wrapper .smarter-way-section .banner-container .right-side .description {
  max-width: 630px;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 22px;
  color: #10253E;
}
@media only screen and (max-width: 1440px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side .description {
    font-size: 18px;
  }
}
.home-page-wrapper .smarter-way-section .banner-container .right-side .btn.get-started-btn {
  width: 190px;
  font-size: 18px;
  border-radius: 8px;
}
.home-page-wrapper .smarter-way-section .banner-container .right-side .btn.get-started-btn.airline-button-desktop {
  left: 87px;
}
@media only screen and (min-width: 1440px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side .btn.get-started-btn.airline-button-desktop {
    bottom: 59px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side .btn.get-started-btn.airline-button-desktop {
    left: 77px;
    bottom: 30%;
    top: unset;
    width: 170px;
  }
}
@media only screen and (max-width: 1015px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side .btn.get-started-btn.airline-button-desktop {
    bottom: 65px;
    top: unset;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .smarter-way-section .banner-container .right-side .btn.get-started-btn.airline-button-desktop {
    height: 40px;
    bottom: 50px;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.desktop {
  display: flex;
  justify-content: center;
  max-width: 2785px;
  width: 100%;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .smarter-way-section .banner-container.desktop {
    display: none;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile {
    display: block;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px 8px;
}
@media only screen and (max-width: 430px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content {
    padding: 32px 16px;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .heading {
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 64px;
  color: #12263F;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .heading {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 44px;
  }
}
@media only screen and (max-width: 430px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .heading {
    flex-direction: column;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .heading span {
  padding-top: 4px;
}
@media only screen and (max-width: 430px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .heading .animation-container .words-list .word {
    text-align: center;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .description {
  max-width: 630px;
  font-family: "Avenir demi", "Avenir medium", "Avenir regular";
  font-weight: 600;
  font-size: 22px;
  color: #10253E;
}
@media only screen and (max-width: 380px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .description {
    max-width: 380px;
  }
}
@media only screen and (max-width: 380px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .description {
    font-family: "Avenir regular", "Avenir demi", "Avenir medium";
    font-weight: unset;
  }
}
.home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .btn.get-started-btn {
  width: 190px;
  font-size: 18px;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .btn.get-started-btn {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .btn.get-started-btn.airline-button-mobile {
    top: 65%;
    font-size: 16px;
    width: 150px;
    height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .btn.get-started-btn.airline-button-mobile {
    top: 44%;
  }
}
@media only screen and (max-width: 430px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .btn.get-started-btn.airline-button-mobile {
    top: 60%;
  }
}
@media only screen and (max-width: 420px) {
  .home-page-wrapper .smarter-way-section .banner-container.mobile .banner-content .btn.get-started-btn.airline-button-mobile {
    padding: 7px 12px;
  }
}
.home-page-wrapper .smarter-way-section .banner-container {
  width: 100%;
  position: relative;
}
.home-page-wrapper .smarter-way-section .banner-container .desktop-view {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .home-page-wrapper .smarter-way-section .banner-container .desktop-view {
    display: none;
  }
}
.home-page-wrapper .smarter-way-section .banner-container .mobile-view {
  display: none;
}
@media only screen and (max-width: 500px) {
  .home-page-wrapper .smarter-way-section .banner-container .mobile-view {
    display: flex;
  }
}
.home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
  position: absolute;
  left: 50%;
  bottom: 28%;
  transform: translate(-45%, 0px);
  width: 190px;
  height: 48px;
  align-items: center;
  font-size: 18px;
  padding: 9px 12px 8px 12px;
}
@media only screen and (min-width: 1440px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    bottom: 22%;
  }
}
@media only screen and (max-width: 1439px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    transform: translate(-45%, 55px);
    bottom: 31%;
  }
}
@media only screen and (max-width: 1199px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    width: 190px;
    height: 48px;
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    width: 170px;
    height: 40px;
    transform: translate(-45%, 50px);
  }
}
@media only screen and (max-width: 991px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    width: 115px;
    height: 40px;
    font-size: 14px;
    transform: translate(-45%, 40px);
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    transform: translate(-45%, 35px);
    bottom: 27%;
  }
}
@media only screen and (max-width: 500px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    width: 150px;
    height: 40px;
    font-size: 16px;
    transform: translate(-45%, 100px);
    padding: 8px 12px;
    bottom: 44%;
  }
}
@media only screen and (max-width: 420px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    transform: translate(-45%, 80px);
    padding: 6px 12px;
    bottom: 42%;
  }
}
@media only screen and (max-width: 320px) {
  .home-page-wrapper .smarter-way-section .banner-container .get-started-btn {
    transform: translate(-45%, 60px);
  }
}
.home-page-wrapper .iphone-banner-container {
  padding: 50px 15px;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .iphone-banner-container {
    padding: 15px;
  }
}
.home-page-wrapper .iphone-banner-container .desktop-view {
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .iphone-banner-container .desktop-view {
    display: none;
  }
}
.home-page-wrapper .iphone-banner-container .mobile-view {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .iphone-banner-container .mobile-view {
    display: block;
  }
}
.home-page-wrapper .join-us-section {
  min-height: 60px;
  background: rgba(59, 189, 150, 0.11);
  border: 1px solid rgba(59, 189, 150, 0.25);
  box-shadow: 0 0px 24px -14px rgba(0, 0, 0, 0.5);
  position: relative;
}
.home-page-wrapper .join-us-section .join-us-form-wrapper {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .join-us-section .join-us-form-wrapper {
    flex-direction: column;
  }
}
.home-page-wrapper .join-us-section .join-us-form-wrapper p {
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: 0.02em;
  color: rgba(59, 81, 108, 0.9);
  text-rendering: geometricPrecision;
  font-style: normal;
  margin-right: 25px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .join-us-section .join-us-form-wrapper p {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0px;
  }
}
.home-page-wrapper .join-us-section .join-us-form-wrapper .form .input-group {
  width: 323px;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .join-us-section .join-us-form-wrapper .form .input-group {
    width: 295px;
    margin: 0px auto;
  }
}
.home-page-wrapper .join-us-section .join-us-form-wrapper .form .input-group input {
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: 0.02em;
  color: #000;
  text-rendering: geometricPrecision;
  -webkit-appearance: none;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
}
.home-page-wrapper .join-us-section .join-us-form-wrapper .form .input-group input ::-moz-placeholder {
  color: #95AAC9;
  opacity: 1; /* Firefox */
}
.home-page-wrapper .join-us-section .join-us-form-wrapper .form .input-group input ::placeholder {
  color: #95AAC9;
  opacity: 1; /* Firefox */
}
.home-page-wrapper .join-us-section .join-us-form-wrapper .form .input-group button {
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: 0;
  color: #fff;
  text-rendering: geometricPrecision;
  color: #fff;
  width: 70px;
  height: 38px;
  border-color: #3BBD96;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .join-us-section .join-us-form-wrapper .form .error-message {
    width: 295px;
    margin: 0px auto;
  }
}
.home-page-wrapper .join-us-section .join-container {
  justify-content: center;
  align-items: center;
  display: flex;
}
.home-page-wrapper .join-us-section .join-container ul {
  padding-top: 18px;
}
.home-page-wrapper .section-header {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .section-header {
    margin-bottom: 25px;
  }
}
.home-page-wrapper .section-header h2 {
  font-size: 2.125rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #3B516C;
  text-rendering: geometricPrecision;
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .section-header h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3B516C;
    text-rendering: geometricPrecision;
  }
}
.home-page-wrapper .section-header h6 {
  font-size: 0.75rem;
  line-height: 157%;
  letter-spacing: 0.12em;
  color: #3BBD96;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .section-header h6 {
    text-align: center;
  }
}
.home-page-wrapper .section-header p {
  font-size: 1rem;
  line-height: 158%;
  letter-spacing: 0;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  padding: 0px 8rem;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .home-page-wrapper .section-header p {
    padding: 0;
  }
}
.home-page-wrapper .section-header p a {
  font-size: 1.125rem;
  line-height: 158%;
  letter-spacing: 0;
  color: "";
  text-rendering: geometricPrecision;
}
.home-page-wrapper .buy-in-bulk-short-banner-section {
  padding: 16px 30px;
  display: none;
  background-color: white;
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .buy-in-bulk-short-banner-section {
    display: block;
  }
}
.home-page-wrapper .buy-in-bulk-short-banner-section .short-banner {
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  margin: 0px auto;
  background-color: #9c95f9;
  line-height: 1.3;
}
.home-page-wrapper .buy-in-bulk-short-banner-section .short-banner a {
  font-size: 14px;
  color: white;
}
.home-page-wrapper .buy-in-bulk-short-banner-section .short-banner a:hover {
  text-decoration: none !important;
}
.home-page-wrapper .profit-reward-section {
  padding: 45px 60px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .profit-reward-section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-wrapper .profit-reward-section {
    padding: 30px 5px;
  }
}
.home-page-wrapper .profit-reward-section .type-section {
  display: flex;
  background: #F9FAFC;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px 20px;
  height: 86px;
}
@media only screen and (min-width: 992px) {
  .home-page-wrapper .profit-reward-section .type-section {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-page-wrapper .profit-reward-section .type-section {
    height: 145px;
  }
}
@media only screen and (min-width: 1225px) {
  .home-page-wrapper .profit-reward-section .type-section {
    height: 130px;
  }
}
@media only screen and (min-width: 1401px) {
  .home-page-wrapper .profit-reward-section .type-section {
    height: 86px;
  }
}
@media only screen and (max-width: 991px) {
  .home-page-wrapper .profit-reward-section .type-section {
    height: 100px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .profit-reward-section .type-section {
    height: 86px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .home-page-wrapper .profit-reward-section .type-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home-page-wrapper .profit-reward-section .type-section img {
  margin-right: 18px;
  align-self: baseline;
}
@media only screen and (max-width: 374px) {
  .home-page-wrapper .profit-reward-section .type-section img {
    margin-right: 10px;
  }
}
.home-page-wrapper .profit-reward-section .type-section .type-description h4 {
  font-size: 1rem;
  line-height: 135%;
  letter-spacing: 0.01em;
  color: #3B516C;
  text-rendering: geometricPrecision;
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
  margin-bottom: 5px;
}
.home-page-wrapper .profit-reward-section .type-section .type-description p {
  font-size: 0.875rem;
  line-height: 135%;
  letter-spacing: 0;
  color: #3B516C;
  text-rendering: geometricPrecision;
}
.home-page-wrapper .how-it-works-section {
  padding: 45px 60px;
  background: #F9FAFC;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-wrapper .how-it-works-section {
    padding: 30px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps {
    padding-top: 20;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .row {
  margin-bottom: 10.5%;
}
@media only screen and (max-width: 991px) {
  .home-page-wrapper .how-it-works-section .work-steps .row {
    margin-bottom: 12.5%;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .row:last-child {
  margin-bottom: 0;
}
.home-page-wrapper .how-it-works-section .work-steps .row .step-col-wrapper {
  align-self: self-end;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .row .step-col-wrapper {
    margin-bottom: 50px;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .desktop-view {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .desktop-view {
    display: none;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .mobile-view {
    display: flex;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .padding-left {
  padding-left: 32%;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .padding-left {
    padding-left: 0;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .padding-right {
  padding-right: 35%;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .padding-right {
    padding-right: 0;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .text-section {
  background: #fff;
  border-radius: 95px;
  padding: 16px 34px;
  height: 132px;
  box-shadow: 0px 10px 6px 1px rgba(0, 0, 0, 0.05);
  margin-left: 6rem;
}
@media only screen and (max-width: 1199px) {
  .home-page-wrapper .how-it-works-section .work-steps .text-section {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .how-it-works-section .work-steps .text-section {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .text-section {
    padding: 16px 14px;
    height: 78px;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .text-section-revert {
  margin-left: 0;
  margin-right: 6rem;
}
@media only screen and (max-width: 1199px) {
  .home-page-wrapper .how-it-works-section .work-steps .text-section-revert {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .how-it-works-section .work-steps .text-section-revert {
    margin-right: 0rem;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .image-section {
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .image-section {
    justify-content: center;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .image-section-revert {
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .image-section-revert {
    justify-content: center;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .step {
  display: flex;
  position: relative;
}
.home-page-wrapper .how-it-works-section .work-steps .step .step-number {
  margin-right: 20px;
  align-self: center;
}
.home-page-wrapper .how-it-works-section .work-steps .step .step-number span {
  font-size: 1.5rem;
  line-height: 135%;
  letter-spacing: 0.02;
  color: #3BBD96;
  text-rendering: geometricPrecision;
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  background: #F2F6FB;
  border: 3px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .step-number span {
    font-size: 0.875rem;
    line-height: 135%;
    letter-spacing: 0.02;
    color: #3BBD96;
    text-rendering: geometricPrecision;
    width: 30px;
    height: 30px;
    padding-top: 4px;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .step .step-detail {
  align-self: center;
}
.home-page-wrapper .how-it-works-section .work-steps .step .step-detail h3 {
  font-size: 1.5rem;
  line-height: 135%;
  letter-spacing: 0.02;
  color: #3BBD96;
  text-rendering: geometricPrecision;
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .step-detail h3 {
    font-size: 1rem;
    line-height: 135%;
    letter-spacing: 0.02;
    color: #3BBD96;
    text-rendering: geometricPrecision;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .step .step-detail p {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #3B516C;
  text-rendering: geometricPrecision;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .step-detail p {
    font-size: 0.75rem;
    line-height: 150%;
    letter-spacing: 0;
    color: #3B516C;
    text-rendering: geometricPrecision;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .step .ship-arrow {
  position: absolute;
  top: 132px;
  right: -170px;
}
@media only screen and (max-width: 1199px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .ship-arrow {
    top: 132px;
    right: -87px;
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .ship-arrow {
    top: 132px;
    right: -100px;
    width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .ship-arrow {
    top: 133px;
    right: -87px;
    width: 78%;
  }
}
@media only screen and (max-width: 991px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .ship-arrow {
    top: 133px;
    right: -87px;
    width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .ship-arrow {
    display: none;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .step .get-paid-arrow {
  position: absolute;
  top: 140px;
  transform: rotate(-2deg);
  left: -228px;
}
@media only screen and (max-width: 1199px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .get-paid-arrow {
    top: 147px;
    left: -197px;
    width: 75%;
    transform: rotate(-5deg);
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .get-paid-arrow {
    top: 145px;
    left: -141px;
    width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .get-paid-arrow {
    top: 140px;
    left: -160px;
    width: 70%;
    transform: rotate(-3deg);
  }
}
@media only screen and (max-width: 991px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .get-paid-arrow {
    top: 141px;
    left: -151px;
    width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .get-paid-arrow {
    display: none;
  }
}
.home-page-wrapper .how-it-works-section .work-steps .step .custom-image-width {
  width: 85%;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .how-it-works-section .work-steps .step .custom-image-width {
    width: auto;
  }
}
.home-page-wrapper .carousel-section {
  padding: 45px 60px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-wrapper .carousel-section {
    padding: 30px 5px;
  }
}
.home-page-wrapper .carousel-section .section-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-section .section-header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .home-page-wrapper .carousel-section .section-header h2 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 365px) {
  .home-page-wrapper .carousel-section .section-header h2 {
    font-size: 1.1rem;
  }
}
.home-page-wrapper .carousel-section .section-header p {
  padding: 0 10rem;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .section-header p {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .section-header .desktop-view {
    display: none;
  }
}
.home-page-wrapper .carousel-section .section-header .mobile-view {
  display: none;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .section-header .mobile-view {
    display: block;
  }
}
.home-page-wrapper .carousel-section img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.home-page-wrapper .carousel-section .carousel .carousel-indicators {
  bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-section .carousel .carousel-indicators {
    bottom: 45px;
  }
}
.home-page-wrapper .carousel-section .carousel .carousel-indicators li {
  height: 7px;
  border-radius: 7px;
  background: #D2DDEC;
  border: 0;
  width: 63px;
}
.home-page-wrapper .carousel-section .carousel .carousel-indicators li.active {
  background: #3BBD96;
}
.home-page-wrapper .carousel-section .carousel .carousel-control-prev {
  left: -33px !important;
  width: 4% !important;
  opacity: 1 !important;
  top: -74px;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .carousel .carousel-control-prev {
    display: none;
  }
}
.home-page-wrapper .carousel-section .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("/images/carousel-prev-icon.svg") !important;
}
.home-page-wrapper .carousel-section .carousel .carousel-control-next {
  right: -64px !important;
  width: 4% !important;
  opacity: 1 !important;
  top: -74px;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .carousel .carousel-control-next {
    display: none;
  }
}
.home-page-wrapper .carousel-section .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("/images/carousel-next-icon.svg") !important;
}
.home-page-wrapper .carousel-section .carousel .facilities-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-section .carousel .facilities-section {
    margin-bottom: 5rem;
    padding-left: 4rem;
    padding-top: 2rem;
  }
}
.home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper {
    flex-direction: column;
  }
}
.home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility {
  margin-right: 8rem;
  position: relative;
}
.home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility {
    margin-bottom: 8px;
  }
}
.home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility span {
  font-size: 1.125rem;
  line-height: 135%;
  letter-spacing: 0.01em;
  color: #3B516C;
  text-rendering: geometricPrecision;
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility span {
    font-size: 1rem;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #3B516C;
    text-rendering: geometricPrecision;
  }
}
@media only screen and (max-width: 820px) {
  .home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility span {
    font-size: 0.875rem;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #3B516C;
    text-rendering: geometricPrecision;
  }
}
.home-page-wrapper .carousel-section .carousel .facilities-section .facilities-wrapper .facility img {
  position: absolute;
  left: -21px;
  top: 3px;
}
.home-page-wrapper .carousel-section .carousel .carousel-btn {
  display: flex;
  justify-content: center;
}
.home-page-wrapper .carousel-section .carousel .carousel-btn button {
  font-size: 0.875rem;
  line-height: 158%;
  letter-spacing: 0.02em;
  color: #fff;
  text-rendering: geometricPrecision;
  font-family: "Avenir demi", "Avenir medium";
  width: 170px;
  height: 40px;
  border: 1px solid #3BBD96;
  box-sizing: border-box;
  border-radius: 6px;
}
.home-page-wrapper .carousel-content {
  display: flex;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-content {
    padding: 0;
    flex-direction: column;
  }
}
.home-page-wrapper .carousel-content .facilities-section,
.home-page-wrapper .carousel-content .image-section {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-content .image-section {
    margin-bottom: 3rem;
  }
}
.home-page-wrapper .carousel-content .facilities-section {
  flex-direction: column;
  align-items: flex-start !important;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-content .facilities-section {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    align-items: center !important;
  }
}
.home-page-wrapper .carousel-content .facilities-section h2 {
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #3BBD96;
  text-rendering: geometricPrecision;
  font-family: "Avenir bold", "Avenir demi", "Avenir medium", sans-serif;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-content .facilities-section h2 {
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3BBD96;
    text-rendering: geometricPrecision;
  }
}
@media only screen and (max-width: 480px) {
  .home-page-wrapper .carousel-content .facilities-section h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-content .facilities-section p {
    text-align: center;
  }
}
.home-page-wrapper .carousel-content .facilities-section .facilities-wrapper {
  flex-direction: column;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .carousel-content .facilities-section .facilities-wrapper {
    padding-left: 60px;
  }
}
.home-page-wrapper .carousel-content .facilities-section .facilities-wrapper .facility {
  margin-bottom: 20px;
}
.home-page-wrapper .faqs-section {
  padding: 45px 60px;
  position: relative;
  background: #F9FAFC;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .faqs-section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-wrapper .faqs-section {
    padding: 30px 5px;
  }
}
.home-page-wrapper .faqs-section .slick-slider {
  flex-grow: 1;
  width: 75%;
  padding: 0px;
}
@media only screen and (max-width: 992px) {
  .home-page-wrapper .faqs-section .slick-slider {
    width: 70%;
  }
}
.home-page-wrapper .faqs-section .slick-slider .slick-prev::before, .home-page-wrapper .faqs-section .slick-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9eb1ce;
  font-weight: 900;
}
.home-page-wrapper .faqs-section .slick-slider .slick-prev.slick-disabled, .home-page-wrapper .faqs-section .slick-slider .slick-next.slick-disabled {
  cursor: not-allowed;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .faqs-section .slick-slider .slick-prev, .home-page-wrapper .faqs-section .slick-slider .slick-next {
    display: none !important;
  }
}
.home-page-wrapper .faqs-section .slick-slider .slick-next {
  right: 10px;
  text-align: center;
  height: 28px;
  width: 70px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22white%22%20stroke%3D%22%23D2DDEC%22%2F%3E%0A%3Cpath%20d%3D%22M8.33398%2012.5L11.2507%2010L8.33398%207.5%22%20stroke%3D%22%23D2DDEC%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.home-page-wrapper .faqs-section .slick-slider .slick-next::before {
  content: unset !important;
}
.home-page-wrapper .faqs-section .slick-slider .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22white%22%20stroke%3D%22%2312263F%22%2F%3E%0A%3Cpath%20d%3D%22M8.33398%2012.5L11.2507%2010L8.33398%207.5%22%20stroke%3D%22%2312263F%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .faqs-section .slick-slider .slick-next {
    right: 3px;
  }
}
.home-page-wrapper .faqs-section .slick-slider .slick-prev {
  height: 28px;
  width: 45px;
  z-index: 9;
  text-align: center;
  left: 0px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20r%3D%229.5%22%20transform%3D%22matrix(-1%200%200%201%2010%2010)%22%20fill%3D%22white%22%20stroke%3D%22%23D2DDEC%22%2F%3E%0A%3Cpath%20d%3D%22M11.6641%2012.5L8.7474%2010L11.6641%207.5%22%20stroke%3D%22%23D2DDEC%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.home-page-wrapper .faqs-section .slick-slider .slick-prev::before {
  content: unset !important;
}
.home-page-wrapper .faqs-section .slick-slider .slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Ccircle%20r%3D%229.5%22%20transform%3D%22matrix(-1%200%200%201%2010%2010)%22%20fill%3D%22white%22%20stroke%3D%22%2312263F%22%2F%3E%0A%3Cpath%20d%3D%22M11.6641%2012.5L8.7474%2010L11.6641%207.5%22%20stroke%3D%22%2312263F%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.home-page-wrapper .faqs-section .slick-slider .slick-list {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.home-page-wrapper .faqs-section .slick-slider .slick-list .slick-track {
  display: flex;
}
.home-page-wrapper .faqs-section .slick-slider .slick-list .slick-track .slick-slide {
  margin-right: 7px;
  text-align: center;
}
.home-page-wrapper .faqs-section .slick-slider .slick-list .slick-track .slick-slide:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .faqs-section .slick-slider .slick-list .slick-track .slick-slide {
    min-width: 155px;
  }
}
.home-page-wrapper .faqs-section .nav-tabs {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .faqs-section .generic-search {
    width: 120px;
    margin-right: 0;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .faqs-section .generic-search .bfmr-search-text {
    width: 125px;
  }
}
.home-page-wrapper .contact-us-section {
  padding: 45px 60px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .contact-us-section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-wrapper .contact-us-section {
    padding: 30px 5px;
  }
}
.home-page-wrapper .section-image {
  position: absolute;
  right: 8px;
  bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .home-page-wrapper .section-image {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1470px) {
  .home-page-wrapper .section-image {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1470px) {
  .home-page-wrapper .section-image img {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .home-page-wrapper .section-image img {
    width: 70%;
  }
}
.home-page-wrapper .buyInbulk-section {
  position: relative;
  padding: 45px 60px;
  background: #F1F3FC;
}
@media only screen and (max-width: 767px) {
  .home-page-wrapper .buyInbulk-section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-wrapper .buyInbulk-section {
    padding: 30px 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1149px) {
  .home-page-wrapper .container {
    width: 800px;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1224px) {
  .home-page-wrapper .container {
    width: 850px;
  }
}
@media only screen and (min-width: 1225px) and (max-width: 1400px) {
  .home-page-wrapper .container {
    width: 960px;
  }
}

.header-section {
  border-bottom: 1px solid #EDF2F9;
}
.header-section .topbar-animated-logo {
  margin-top: -6px;
  width: 100px;
  padding-bottom: 0px;
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    .header-section .topbar-animated-logo {
      margin-top: -22px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  .header-section .topbar-animated-logo {
    margin-top: -18px;
    width: 100px;
  }
}
.header-section .stickey-header {
  padding: 10px 25px;
  box-shadow: 0 0.5rem 1rem 0 rgba(11, 11, 11, 0.05);
  justify-content: space-between;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .header-section .stickey-header .navbar-toggler {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    outline: none;
    background: #fff;
    border: 0;
    padding: 0;
  }
}
.header-section .stickey-header .collapsing {
  transition: none;
}
.header-section .stickey-header .navbar-brand {
  font-family: "Avenir medium";
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #12263F;
  text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
.header-section .stickey-header .navbar-brand:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.header-section .stickey-header #navbarSupportedContent {
  flex-grow: unset;
}
.header-section .stickey-header #navbarSupportedContent .dropdown-toggle {
  font-size: 17px;
  line-height: 163.92%;
  letter-spacing: -0.01em;
  color: #538FD4;
  text-rendering: geometricPrecision;
  font-family: "Avenir medium";
  padding: 3px 11px 5px 11px;
  text-align: right;
  display: flex;
  align-items: center;
}
.header-section .stickey-header #navbarSupportedContent .dropdown-toggle:hover {
  text-decoration: none !important;
  color: #0056b3;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .header-section .stickey-header #navbarSupportedContent .dropdown-item {
    padding: 0.5rem 1.2rem;
  }
}
.header-section .stickey-header .nav-item .submit-tracking-nav {
  padding: 11px 11px 10px 11px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  margin-right: 16px;
  background: #3BBD96;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.header-section .stickey-header .nav-item .submit-tracking-nav:hover {
  background: #2AAC8A;
  color: #ffffff;
  text-decoration: none !important;
}
.header-section .stickey-header .nav-item {
  display: flex;
}
.header-section .stickey-header .nav-item .bfmr-id-nav {
  padding: 0 11px;
  letter-spacing: 0.01em;
  font-size: 17px;
  line-height: 163.92%;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #538FD4;
  text-rendering: geometricPrecision;
  font-family: "Avenir medium";
}
.header-section .stickey-header .nav-item .bfmr-id-nav:hover {
  color: #0056b3;
  text-decoration: none !important;
}
.header-section .stickey-header .dropdown-item {
  width: unset;
}
.header-section .stickey-header .buy-in-bulk-btn-container {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-section .stickey-header .buy-in-bulk-btn-container {
    display: none;
  }
}
.header-section .stickey-header .buy-in-bulk-btn-container:hover .tooltip {
  opacity: 1 !important;
  pointer-events: auto;
  visibility: visible !important;
}
.header-section .stickey-header .buy-in-bulk-btn-container .tooltip {
  background: #9c95f9;
  bottom: -100px;
  color: white;
  display: block;
  top: 43px;
  right: 30px;
  left: unset;
  opacity: 0;
  padding: 16px;
  position: absolute;
  width: 236px;
  border-radius: 8px;
  line-height: 1.2;
  visibility: hidden;
  transition: all 0.7s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.header-section .stickey-header .buy-in-bulk-btn-container .tooltip:after {
  content: " ";
  border-left: solid transparent 8px;
  border-right: solid transparent 8px;
  border-bottom: solid #9c95f9 8px;
  position: absolute;
  top: -8px;
  right: 22px;
}
.header-section .stickey-header .buy-in-bulk-btn-container .tooltip:before {
  display: none;
}
.header-section .stickey-header .buy-in-bulk-btn-container .tooltip .bold {
  font-size: 14px;
  font-family: "Avenir demi", "Avenir medium";
  margin-bottom: 5px;
}
.header-section .stickey-header .buy-in-bulk-btn-container .tooltip span {
  font-size: 14px;
}
.header-section .signup-btn-mobile {
  width: 74px;
  height: 34px;
  line-height: 157%;
  font-size: 14px;
  padding: 0;
  letter-spacing: 0.02em;
}
.header-section .dropdown-menu {
  left: auto;
  right: 0;
  min-height: 99px;
}
@media only screen and (max-width: 767px) {
  .header-section .dropdown-menu {
    right: -120px;
    top: 34px;
  }
}

.inner-pages-main-body {
  background: #f9fafc;
}
.inner-pages-main-body .tab-content {
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}
.inner-pages-main-body .tab-content h2 {
  font-size: 20px;
  color: #1F2D3D;
  line-height: 27px;
  font-family: "Avenir medium";
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .tab-content h2 {
    font-size: 20px;
    line-height: 163.92%;
  }
}
.inner-pages-main-body .tab-content hr {
  margin-bottom: 42px;
  margin-top: 0;
}
.inner-pages-main-body .tabs-section {
  position: sticky;
  top: 48px;
  z-index: 10;
  left: 0;
}
.inner-pages-main-body .tabs-section.addTabsBackground {
  background: url("../../img/profile/alert-illustraion.png"), linear-gradient(to right, #F2FEFC 0%, #EDEDFC 130%);
  background-color: white;
}
.inner-pages-main-body .tabs-section.addTabsBackground .nav-link {
  padding-top: 1rem;
}
@media only screen and (max-width: 1100px) {
  .inner-pages-main-body .tabs-section {
    max-width: 700px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .tabs-section {
    max-width: 800px;
    padding: 0px 22px;
  }
}
.inner-pages-main-body .tabs-container {
  max-width: 800px;
  margin: 0 auto;
}
.inner-pages-main-body .nav-tabs {
  border-bottom: 1px solid #E3EBF6;
  margin-bottom: 30px;
  position: sticky;
  top: 48px;
  background: transparent;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .nav-tabs {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .nav-tabs {
    margin-bottom: 20px;
    flex-wrap: nowrap;
  }
}
.inner-pages-main-body .nav-tabs .nav-item {
  margin-left: 14px;
  margin-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .nav-tabs .nav-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .nav-tabs .nav-item {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.inner-pages-main-body .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.inner-pages-main-body .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.inner-pages-main-body .nav-tabs .nav-item.show .nav-link {
  color: #1F2D3D;
  background-color: transparent;
  border-color: transparent transparent #2C7BE5;
}
.inner-pages-main-body .nav-tabs .nav-item.show .nav-link:hover {
  text-decoration: none !important;
}
.inner-pages-main-body .nav-tabs .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: #95AAC9;
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  padding-bottom: 17px;
  padding-top: 0px;
}
.inner-pages-main-body .nav-tabs .nav-link:hover {
  text-decoration: none !important;
}
.inner-pages-main-body .nav-tabs .nav-link.router-link-exact-active {
  color: #12263F;
  background: transparent;
  border-bottom: 2px solid #2C7BE5;
}
.inner-pages-main-body .nav-tabs .nav-link.active {
  color: #12263F;
  background: transparent;
  border-bottom: 2px solid #2C7BE5;
}
.inner-pages-main-body .nav-tabs .nav-link.active2 {
  color: #1F2D3D;
  background-color: transparent;
  border-color: transparent transparent #2C7BE5;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .nav-tabs .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .nav-tabs .nav-link {
    font-size: 12px;
  }
}
.inner-pages-main-body #topScrollPosition {
  position: absolute;
  top: -100px;
  left: 0px;
}
.inner-pages-main-body .inner-pages-container {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner-pages-main-body .inner-pages-container {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .inner-pages-container {
    max-width: 800px;
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container {
    padding: 0px 15px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .inner-pages-container #change-password .info-form .change-password-section {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container #change-password .info-form .change-password-section {
    order: 2;
  }
}
.inner-pages-main-body .inner-pages-container #change-password .info-form .bg-note {
  padding: 13px 19px 13px 19px;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form .bg-note h6 {
  font-family: "Avenir medium";
  font-size: 15px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
  color: #1F2D3D;
  text-rendering: geometricPrecision;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form .bg-note .password-note {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form ul {
  padding-left: 15px;
  list-style: disc;
  margin-bottom: 0;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form ul li {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  margin-bottom: 5px;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form ul li:last-child {
  margin-bottom: 0;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form ul.error-message {
  padding: 0;
  list-style: none;
}
.inner-pages-main-body .inner-pages-container #change-password .info-form ul.error-message li {
  color: #E63757;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container #change-password .form-row:last-child {
    text-align: center;
  }
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .left-section, .inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .right-section {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .left-section, .inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .right-section {
    width: 100%;
  }
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .left-section {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .left-section {
    padding-right: 0px;
  }
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .right-section .form-group[class*=col-]:first-child {
  padding-right: 0;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .right-section .notes-last {
  padding: 10px 19px 13px 24px;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .right-section .notes-last p {
  font-size: 14px;
  font-family: "Avenir demi", "Avenir medium";
  color: #3B516C;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .right-section .notes-last p span {
  font-style: italic;
  font-family: "Avenir medium";
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .bfmr-id-helptext {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .bfmr-id-helptext b.text-green {
  color: #3BBD96;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .details-div {
  margin-bottom: 16px;
  text-align: justify;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .details-div h2 span {
  font-size: 16px;
  text-transform: lowercase;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .change-password-section {
  padding-right: 5px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .change-password-section {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .change-password-section {
    order: 2;
  }
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps {
  margin-top: 25px;
  margin-bottom: 0;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li {
  font-family: "Avenir medium";
  font-size: 13px;
  line-height: 155%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
  margin-bottom: 5px;
  text-align: justify;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li:last-child {
  margin-bottom: 0;
  font-family: "Avenir demi", "Avenir medium";
  color: #3b516c;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li:last-child span.text-green {
  color: #3BBD96;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li b.text-green {
  color: #3BBD96;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li b.text-red {
  color: #EF5C79;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li span.important-note {
  color: #d6514f;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps li b.text-important {
  color: #12263f;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps.foot-note {
  list-style: none;
  position: relative;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps ul.bfmr-id-steps.foot-note li::before {
  position: absolute;
  content: "*";
  font-weight: 700;
  color: #d6514f;
  top: 3px;
  left: 0;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bfmr-id-form .illustration-steps-img {
  background: #12263F;
  text-align: center;
  padding: 50px 49px 70px 12px;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bg-note-1 {
  padding: 13px 19px 13px 19px;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bg-note-1 .ach-note {
  text-align: justify;
  display: inline-block;
}
.inner-pages-main-body .inner-pages-container #bfmr-id .bg-note-1 .ach-note b.text-green {
  color: #3BBD96;
}
.inner-pages-main-body .inner-pages-container .profile-illustration {
  display: flex;
  justify-content: center;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container .profile-illustration {
    display: none;
  }
}
.inner-pages-main-body .inner-pages-container .delete-acc-modal h2 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container .delete-acc-modal {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.inner-pages-main-body .inner-pages-container .delete-acc-modal .btn-del-acc {
  display: flex;
  align-items: center;
  border: 1px solid #E75E7F;
  color: #E75E7F;
  justify-content: center;
  padding-top: 8px;
}
.inner-pages-main-body .inner-pages-container .delete-acc-modal .btn-del-acc:focus {
  box-shadow: none !important;
}
.inner-pages-main-body .inner-pages-container .delete-acc-modal .btn-del-acc:hover {
  background: #E75E7F;
  color: #fff !important;
}
.inner-pages-main-body .inner-pages-container .delete-acc-modal .btn-del-acc:hover svg path {
  fill: #FD2975;
}
.inner-pages-main-body .inner-pages-container .delete-acc-modal .btn-del-acc .delete-text {
  display: inline-flex;
  margin-top: 7px;
}
.inner-pages-main-body .inner-pages-container #delete-modal.modal {
  z-index: 99999;
}
.inner-pages-main-body .inner-pages-container #delete-modal .modal-title {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #12263F;
}
.inner-pages-main-body .inner-pages-container #delete-modal .btn-danger {
  width: 160px;
  height: 40px;
}
.inner-pages-main-body .inner-pages-container #delete-modal .form-heading p {
  text-rendering: geometricPrecision;
  font-size: 15px;
  line-height: 25px;
}
.inner-pages-main-body .inner-pages-container .info-form {
  margin-bottom: 60px;
  position: relative;
}
.inner-pages-main-body .inner-pages-container .info-form.bfmr-id-form {
  margin-bottom: 0;
}
.inner-pages-main-body .inner-pages-container .info-form.bfmr-id-form .use-bfrm-text {
  font-size: 14px;
  color: #2E9BFF;
  display: inline-block;
  padding-top: 15px;
}
.inner-pages-main-body .inner-pages-container .info-form.bfmr-id-form .use-bfrm-text:hover {
  text-decoration-line: underline;
}
.inner-pages-main-body .inner-pages-container .info-form.bfmr-id-form .use-bfrm-text i {
  display: inline-block;
  transform: translate(0, 2px);
}
.inner-pages-main-body .inner-pages-container .info-form h2 {
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1F2D3D;
}
.inner-pages-main-body .inner-pages-container .info-form .form-row {
  margin-right: 0;
  margin-left: 0;
}
.inner-pages-main-body .inner-pages-container .info-form .form-row .form-group {
  padding-right: 0px;
  padding-left: 0;
  margin-bottom: 14px;
}
.inner-pages-main-body .inner-pages-container .info-form .form-row .form-group:nth-child(2n+1) {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .inner-pages-container .info-form .form-row .form-group:nth-child(2n+1) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-pages-main-body .inner-pages-container .info-form .form-row .form-group:nth-child(2n+1) {
    padding-right: 0;
  }
}
.inner-pages-main-body .inner-pages-container .info-form .form-row .form-group:only-child, .inner-pages-main-body .inner-pages-container .info-form .form-row .form-group:last-child {
  padding-right: 0;
}
.inner-pages-main-body .inner-pages-container .info-form .form-row.current-password [class*=col-] {
  padding-right: 30px;
}
.inner-pages-main-body .inner-pages-container .info-form .form-row .custom-switch label {
  line-height: 180.92%;
  margin-bottom: 3px;
}
.inner-pages-main-body .inner-pages-container .info-form .residence-phone {
  margin-bottom: 12px;
}
.inner-pages-main-body .inner-pages-container .info-form input, .inner-pages-main-body .inner-pages-container .info-form select {
  margin-bottom: 4px;
  border-radius: 6px;
  background: #fff;
}
.inner-pages-main-body .inner-pages-container .info-form input {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .inner-pages-container .info-form input {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-pages-main-body .inner-pages-container .info-form input {
    padding-right: 0;
  }
}
.inner-pages-main-body .inner-pages-container .info-form .btn-green {
  width: 190px;
  height: 40px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .inner-pages-main-body .inner-pages-container .info-form .btn-green {
    width: 100%;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 374px) {
  .inner-pages-main-body .inner-pages-container .info-form .btn-green {
    font-size: 12px;
  }
}
.inner-pages-main-body .inner-pages-container .info-form .password-instructions {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .inner-pages-main-body .inner-pages-container .info-form .password-instructions {
    position: static;
  }
}
.inner-pages-main-body .inner-pages-container .info-form .ach-note a {
  font-size: 13px;
}
.inner-pages-main-body .inner-pages-container .info-form .payment-details-title {
  font-family: "Avenir medium";
  font-size: 14px;
  line-height: 163.92%;
  letter-spacing: 0.01em;
  color: #6E84A3;
  text-rendering: geometricPrecision;
}
.inner-pages-main-body .inner-pages-container .change-password-form h2 {
  margin-bottom: 22px;
}
.inner-pages-main-body .inner-pages-container .section-top {
  position: relative;
}
.inner-pages-main-body .inner-pages-container .position-proxy {
  position: absolute;
  top: -135px;
  left: 0;
}

.top-has-ticker #profile-main-body .profile-container .position-proxy,
.top-has-alerts #profile-main-body .profile-container .position-proxy {
  top: -185px;
}

.refresh-icon-svg,
.section-refresh-icon-svg {
  margin-left: 7px;
  cursor: pointer;
  transform: translate(0, -2px);
  display: inline-block;
}
.refresh-icon-svg:hover svg path,
.section-refresh-icon-svg:hover svg path {
  stroke: #12263F !important;
}

.section-refresh-icon-svg {
  transform: translate(0, -3px);
}

.bottom-page-image {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.profile-view-bg-note {
  background: #FFFFFF;
  box-shadow: 1px 3px 8px rgba(193, 193, 193, 0.14);
  border-radius: 10px;
}

.gradient-background, .user-session-main-body, .inner-pages-main-body {
  background: linear-gradient(129.09deg, #F0FCF8 11.79%, #F3FFFE 27.9%, #EEF6FE 53.07%, #E7ECFA 76.61%, #F9F0FF 97.62%) !important;
  padding-top: 40px !important;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .gradient-background, .user-session-main-body, .inner-pages-main-body {
    padding-top: 20px !important;
  }
}

.deal-requester-content-wrapper main {
  padding-top: 0;
}

.creative-deals-container {
  padding: 24px;
  background-color: white;
  border-radius: 32px;
  width: 100%;
  min-width: 400px;
  max-width: 536px;
  border: 1px solid #E7E2FF;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .creative-deals-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .creative-deals-container {
    padding: 15px 6px;
    min-width: unset !important;
  }
}
@media only screen and (max-width: 475px) {
  .creative-deals-container {
    padding: 32px 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .creative-deals-container .form-wrapper {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .creative-deals-container .form-wrapper {
    padding: 0px;
  }
}
.creative-deals-container .form-wrapper .form-instruction h2 {
  line-height: 34px;
  color: #281D58;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.creative-deals-container .form-wrapper .form-instruction span {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.creative-deals-container .form-wrapper hr {
  color: #F2EFFF;
  margin: 8px 0px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-step-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-step-navigation .back-to-step {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #664DE5;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-step-navigation .back-to-step:hover {
  text-decoration: underline;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-step-navigation .back-to-step i {
  font-size: 22px;
  position: absolute;
  left: -5px;
  top: -2px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-step-navigation .steps-count {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #A0B0D0;
}
.creative-deals-container .form-wrapper .creative-deal-form-container h2 {
  font-size: 25px;
  color: #fff;
  text-align: center;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group {
  position: relative;
  margin-bottom: 8px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group:last-child {
  margin-bottom: 0px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .vue-phone-number-input {
  width: 100%;
  min-height: 40px;
  background: linear-gradient(0deg, #F4F6FB, #F4F6FB), #FFFFFF;
  border-radius: 8px;
  border: 1px solid #f4f6fb;
  color: #130F26;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .vue-phone-number-input.error-border input,
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .vue-phone-number-input.error-border input:hover {
  border-color: transparent !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-country-selector input, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-phone-number input {
  height: 40px !important;
  border-width: 0;
  background: #f4f6fb;
  box-shadow: none !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-phone-number {
  cursor: initial;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-phone-number input {
  border-radius: 0px 8px 8px 0px !important;
  border-width: 0 0 0 1px;
  cursor: initial;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-country-selector input {
  border-radius: 12px 0 0 12px !important;
  padding: 0px 0 0 40px !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .country-selector__label {
  display: none !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .country-selector__country-flag {
  top: 14px !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .country-selector__toggle {
  top: calc(50% - 13px) !important;
  height: 28px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .iti-flag {
  background-image: url("/images/flags.png") !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group label {
  font-family: "Avenir medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #130F26;
  margin-bottom: 0px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group label.optional {
  display: flex;
  justify-content: space-between;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group label.optional span {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #A0B0D0;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group label .required {
  color: #e63757;
  padding-left: 2px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control {
  width: 100%;
  min-height: 40px;
  background: linear-gradient(0deg, #F4F6FB, #F4F6FB), #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E7E2FF;
  color: #130F26;
  box-shadow: none;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control::-moz-placeholder {
  color: #A0B0D0;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control::placeholder {
  color: #A0B0D0;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control:hover {
  border: 1px solid #d7d7da;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control:active, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control:focus {
  background: #FFFFFF;
  border: 1px solid #d7d7da;
  color: #130F26;
}
@media only screen and (max-width: 767px) {
  .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control {
    font-size: 14px;
  }
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .form-control option {
  -webkit-appearance: none;
  color: black;
  -moz-appearance: none;
       appearance: none;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group textarea {
  min-height: 96px !important;
  resize: none;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .error-box {
  display: flex;
  justify-content: space-between;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group #textareaLength {
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
  font-family: "Avenir medium";
  margin-left: auto;
  margin-bottom: 0px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --webkit-appearance:none;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .select-drop {
  font-size: 14px;
  position: absolute;
  top: 47px;
  right: 13px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .multiselect__tags {
  border-radius: 11px;
  background: #f4f6fb;
  border: none;
  min-height: 40px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .multiselect__tags .multiselect__tag {
  background: #8b82d3;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .multiselect__tags .multiselect__tag .multiselect__tag-icon:focus {
  background: #7261f0 !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-tel__label {
  font-size: 12px;
  cursor: initial;
}
@media only screen and (max-width: 340px) {
  .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-tel__label {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
  .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .input-tel__input {
    padding-top: 0px;
  }
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .select-country-container {
  flex: 0 0 100px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media only screen and (max-width: 300px) {
  .creative-deals-container .form-wrapper .creative-deal-form-container .form-group .select-country-container {
    flex: 0 0 90px;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group .multiselect__select {
  top: 4px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group span.checkbox-label {
  padding-top: 6px;
  padding-left: 25px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group span.checkbox-label span {
  font-size: 12px;
  padding-left: 0px;
  padding-top: 7px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group span.checkbox-label .multiselect-checkbox-input {
  transform: translate(1px, 4px);
  width: 16px;
  height: 16px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.next-button, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.submit-button {
  background: #664DE5;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #F4F6FB;
  height: 40px;
  position: relative;
  border: none;
  margin-left: auto;
  min-width: 126px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.next-button:hover, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.submit-button:hover {
  color: #fff;
  background: #573ae9;
  text-decoration: none !important;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.next-button:disabled, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.next-button .disabled, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.submit-button:disabled, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.submit-button .disabled {
  color: #ffffff;
  background: #ada1ec;
  border: none;
  cursor: not-allowed;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.next-button i, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.submit-button i {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 18px;
}
.creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.next-button .bfmr-btn-svg-icon, .creative-deals-container .form-wrapper .creative-deal-form-container .form-group button.submit-button .bfmr-btn-svg-icon {
  margin-bottom: 2px;
}
.creative-deals-container .deal-requester-footer {
  border-top: 1px solid rgba(160, 176, 208, 0.4);
  padding-top: 24px;
}
@media only screen and (max-width: 441px) {
  .creative-deals-container .deal-requester-footer {
    margin-bottom: 55px;
  }
}
.creative-deals-container .deal-requester-footer p {
  color: #657BA7;
  font-size: 14px;
  margin-bottom: 0;
}

.smHeight .content .creative-deals-container {
  min-width: 540px;
  max-width: 600px;
}
.smHeight .content .creative-deals-container .form-wrapper .form-instruction h2 {
  font-size: 24px;
  line-height: 21px;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group {
  min-width: 240px;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group:nth-child(1) {
  width: 48.5%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group:nth-child(2) {
  width: 48.5%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group:nth-child(3) {
  width: 100%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group:nth-child(4) {
  width: 48.5%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group:nth-child(5) {
  width: 48.5%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group:nth-child(6) {
  width: 100%;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group textarea {
  min-height: 40px !important;
  height: 40px;
}
.smHeight .content .creative-deals-container .form-wrapper .creative-deal-form-container form .form-group .select-country-container {
  flex: 0 0 100px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.insurance-tab-wrapper,
.insured-tab-wrapper {
  padding: 0 30px 20px 26px;
  background: #f9fafc;
}

.insurance-terms-bottom {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .insurance-terms-bottom {
    padding-top: 0;
  }
}
.insurance-terms-bottom ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .insurance-terms-bottom ul {
    justify-content: center;
  }
}
.insurance-terms-bottom ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.insurance-terms-bottom ul li img {
  margin-top: -4px;
  width: 14px;
}
.insurance-terms-bottom ul li a {
  color: #6E84A3;
  font-size: 14px;
}
.insurance-terms-bottom ul li a:hover {
  color: #6E84A3;
}
.insurance-terms-bottom ul li.faq-link img {
  width: 16px;
  margin-top: -2px;
}
