@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .accordion-item .accordion-header:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .accordion-item.is-active .accordion-header:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .form-type-select .is-open > .Select-control .Select-arrow:before, .ion-chevron-left:before, .ion-chevron-right:before, .form-type-select .Select-arrow:before, .form-type-industry-select .form-field:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .form-type-industry-select .back-button:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .file-upload .file-name:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before, .accordion-item .accordion-header:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before, .accordion-item.is-active .accordion-header:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before, .form-type-select .is-open > .Select-control .Select-arrow:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before, .form-type-select .Select-arrow:before, .form-type-industry-select .form-field:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before, .form-type-industry-select .back-button:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before, .file-upload .file-name:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}

.rdw-dropdown-wrapper:focus {
  outline: none;
}

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}

.rdw-dropdownoption-active {
  background: #f5f5f5;
}

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-inline-dropdown {
  width: 50px;
}

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-fontsize-dropdown {
  min-width: 40px;
}

.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-fontfamily-dropdown {
  width: 115px;
}

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-right-aligned-block {
  text-align: right;
}

.rdw-left-aligned-block {
  text-align: left;
}

.rdw-center-aligned-block {
  text-align: center;
}

.rdw-justify-aligned-block {
  text-align: justify;
}

.rdw-right-aligned-block > div {
  display: inline-block;
}

.rdw-left-aligned-block > div {
  display: inline-block;
}

.rdw-center-aligned-block > div {
  display: inline-block;
}

.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-link-dropdown {
  width: 50px;
}

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-link-modal-label {
  font-size: 15px;
}

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}

.rdw-link-modal-input:focus {
  outline: none;
}

.rdw-link-modal-buttonsection {
  margin: 0 auto;
}

.rdw-link-modal-target-option {
  margin-bottom: 20px;
}

.rdw-link-modal-target-option > span {
  margin-left: 5px;
}

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-link-modal-btn:focus {
  outline: none !important;
}

.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}

.rdw-embedded-modal-link-input:focus {
  outline: none;
}

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-embedded-modal-btn:focus {
  outline: none !important;
}

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
}

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}

.rdw-image-modal-url-input:focus {
  outline: none;
}

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-image-modal-btn:focus {
  outline: none !important;
}

.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}

.rdw-image-modal-alt-input:focus {
  outline: none;
}

.rdw-image-modal-alt-lbl {
  font-size: 12px;
}

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

.rdw-image-modal-size-input:focus {
  outline: none;
}

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}

.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}

.rdw-alignment-option-left {
  justify-content: flex-start;
}

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}

.rdw-image-alignment {
  position: relative;
}

.rdw-image-imagewrapper {
  position: relative;
}

.rdw-image-center {
  display: flex;
  justify-content: center;
}

.rdw-image-left {
  display: flex;
}

.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}

.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}

.public-DraftStyleDefault-block {
  margin: 1em 0;
}

.rdw-editor-wrapper:focus {
  outline: none;
}

.rdw-editor-wrapper {
  box-sizing: content-box;
}

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
} /**
* Draft v0.9.1
*
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}

.DraftEditor-root {
  position: relative;
}

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}

.public-DraftEditor-block {
  position: relative;
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}

.DraftEditorPlaceholder-hidden {
  display: none;
}

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}

.public-DraftStyleDefault-listLTR {
  direction: ltr;
}

.public-DraftStyleDefault-listRTL {
  direction: rtl;
}

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}


/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
}

.is-searchable.is-open > .Select-control {
  cursor: text;
}

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}

.rc-time-picker * {
  box-sizing: border-box;
}

.rc-time-picker-input {
  width: 100%;
  position: relative;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}

.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}

.rc-time-picker-panel * {
  box-sizing: border-box;
}

.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}

.rc-time-picker-panel-input {
  margin: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}

.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}

.rc-time-picker-panel-input-invalid {
  border-color: red;
}

.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}

.rc-time-picker-panel-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}

.rc-time-picker-panel-clear-btn:hover:after {
  color: #666;
}

.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}

.rc-time-picker-panel-select-active {
  overflow-y: auto;
}

.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}

.rc-time-picker-panel-select:last-child {
  border-right: 0;
}

.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}

li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}

li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}

li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

.footer:after, .grid:after {
  content: "";
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #cccccc;
  color: #080808;
  font-size: 14px;
  line-height: 42px;
  min-height: 44px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #999999;
  outline: none;
}

textarea {
  padding: 10px 12px;
  line-height: 1.5;
  min-height: 118px;
}

table {
  width: 100%;
}
table td,
table th {
  padding: 5px;
  text-align: left;
}
table th {
  font-weight: 500;
}

.form {
  justify-content: space-between;
  display: flex;
  flex-flow: column;
}

.form-group-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.form-group {
  margin: 10px 0;
  width: calc(50% - 10px);
}
.form-group.is-disabled {
  pointer-events: none;
  opacity: 0.75;
}
.form-group.form-group-wide {
  width: 100%;
}
.form-group.form-group-auto {
  width: auto;
}
.form-group.has-multiple-options .form-options {
  display: flex;
  flex-flow: row wrap;
}
.form-group.has-multiple-options .form-option {
  margin: 0 30px 5px 0;
  display: flex;
  align-items: baseline;
}
.form-group.has-single-option {
  display: flex;
  align-items: baseline;
}
.form-group.has-single-option .form-label {
  width: auto;
  margin-right: 15px;
}
.form-group .form-field-error-wrapper {
  font-size: 14px;
  color: red;
}
.form-group .form-field-error-wrapper ul {
  margin: 5px 0 0 0;
  list-style: none;
  padding: 0 4px;
}
.form-group .form-options input {
  min-height: 0;
  margin: 0;
}
.form-group .form-options .form-type-radio {
  min-width: 14px;
}
.form-group .form-field-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.form-group .form-field-wrapper .form-field {
  flex: 1;
}
.form-group .form-field-append,
.form-group .form-field-prepend {
  background-color: #016394;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  min-width: 38px;
  font-size: 20px;
}

.form-label {
  display: block;
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.form-label.above-sub {
  margin-top: 10px;
  margin-bottom: -4px;
}
.form-label .tooltip-icon {
  font-size: 20px;
  line-height: 20px;
  vertical-align: bottom;
  margin-left: 5px;
  pointer-events: auto;
}

.form-submit {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  width: 100%;
}
.form-submit.align-right {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .form-submit {
    flex-direction: column;
  }
}
.form-submit .button, .form-submit .content-pagination ul li > a, .content-pagination ul .form-submit li > a {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .form-submit .button, .form-submit .content-pagination ul li > a, .content-pagination ul .form-submit li > a {
    margin: 0 0 20px;
  }
}

.form-actions {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
  margin-top: 50px;
}
.form-actions > * {
  margin-left: 30px;
}
.form-actions > *:first-child {
  margin-left: 0;
}
.form-actions .tooltip-message {
  width: 100%;
}
.form-actions .button-cancel {
  margin-left: auto;
}

.form-type-datepicker .form-field-prepend,
.form-type-datepicker .form-field-append {
  cursor: pointer;
}

.form .password-meter {
  border: none;
  overflow: hidden;
  border-radius: 8px;
}
.form .password-meter .ReactPasswordStrength-strength-bar {
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  height: 2px;
}
.form .password-meter .ReactPasswordStrength-strength-desc {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  width: auto;
  font-size: 14px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
}

.product-form .slim-grid {
  padding-top: 0px;
}
.product-form .new-endpoints {
  margin-top: 20px;
}
.product-form .add-endpoint-container {
  display: flex;
}
.product-form .add-endpoint-container .repeatable-row-add.dummy {
  margin-top: 30px;
  margin-left: 20px;
}
.product-form .form-repeater .repeatable-row .form-group {
  margin: 10px 0px;
}
.product-form .form-repeater .repeatable-row .form-group .readd-endpoint {
  color: #f47129;
  opacity: 0.8;
  margin-left: 20px;
  font-size: 12px;
}
.product-form .form-repeater .repeatable-row .repeatable-row-remove {
  margin-top: 38px;
}
.product-form .form-repeater .repeatable-row-add {
  margin-top: 30px;
  margin-bottom: 95px;
}

.user-form .tab-header-wrapper {
  position: relative;
  overflow: auto;
}
.user-form .tab-header-wrapper ul {
  position: relative;
  white-space: nowrap;
  overflow: auto;
}
.user-form .tab-header-wrapper ul::-webkit-scrollbar {
  height: 8px;
}
.user-form .tab-header-wrapper ul::-webkit-scrollbar-track {
  background: white;
  box-shadow: inset 2px 1px 0px #016394, inset -2px -1px 0px #016394, inset 2px 1px 0px #016394;
}
.user-form .tab-header-wrapper ul ::-webkit-scrollbar-thumb {
  background: #008bbe;
  border-radius: 0;
}
.user-form .tab-header-wrapper ul ::-webkit-scrollbar-thumb:hover {
  background: #016394;
}
.user-form .tab-header-wrapper ul li:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 10;
  box-shadow: 6px -1px 0px white;
}
.user-form .tab-header-wrapper ul li:nth-child(2) {
  position: sticky;
  left: 106px;
  z-index: 10;
  box-shadow: 4px -1px 5px white;
}
.user-form .form-type-datepicker .react-datepicker__input-container .error input {
  color: red;
}
.user-form .form-type-datepicker .react-datepicker__input-container .empty input {
  color: rgb(176.45, 176.45, 176.45);
}
.user-form .slim-grid {
  padding-top: 0px;
}
.user-form .product-summary-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  gap: 20px;
}
.user-form .product-summary-item.select-new {
  margin-bottom: 190px;
  align-items: start;
}
.user-form .product-summary-item .product-details {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.user-form .product-summary-item .product-details > div {
  flex: 0 0 120px;
}
.user-form .product-summary-item .product-details > div:last-child {
  flex-basis: 102px;
}
.user-form .product-summary-item .product-details > div:first-child {
  flex: 1 1 250px;
  min-width: 220px;
}
.user-form .product-summary-item .action-buttons {
  display: flex;
  gap: 20px;
}
.user-form .product-summary-item .action-buttons.add {
  padding-top: 36px;
}
.user-form .product-summary-item .action-buttons button {
  min-width: 76px;
}
.user-form .add-product-button {
  margin-top: 30px;
}
.user-form .api-field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-form .api-field button {
  margin-left: 20px;
  margin-top: 27px;
}
.user-form .fbsc-field {
  padding-right: 180px;
}
.user-form .form-label.sub-label {
  margin: 0px 10px;
}
.user-form .form-label.sub-label.no-indent {
  margin-left: 0px;
  padding-left: 0px;
}
.user-form .form-label.sub-label.fsbc {
  min-width: 92px;
}
.user-form .form-type-datepicker {
  position: relative;
}
.user-form .product-tab {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.user-form .product-tab input::-webkit-outer-spin-button,
.user-form .product-tab input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.user-form .product-tab .limits-row.defaults {
  background-color: #f8f8f8;
  border-radius: 5px;
  color: #666;
  margin: 0 20px;
}
.user-form .product-tab .limits-row.defaults > div {
  display: flex;
  gap: 10%;
}
.user-form .product-tab .limits-row.defaults > button {
  border: none;
  background: none;
}
.user-form .product-tab .limits-row.defaults span {
  margin-left: 20px;
}
.user-form .product-tab .limits-row.defaults .form-label {
  font-style: italic;
}
.user-form .product-tab .limits-row.defaults .sub-label {
  margin-right: 0;
}
.user-form .product-tab .limits-row.defaults .user-baseline {
  width: 40%;
  display: flex;
  gap: 10px;
}
.user-form .product-tab .endpoint-list-item .endpoint-name,
.user-form .product-tab .endpoint-list-item .endpoint-status,
.user-form .product-tab .endpoint-list-item .limits-row,
.user-form .product-tab .endpoint-list-item .endpoint-rate-limits {
  padding-top: 5px;
  padding-bottom: 5px;
}
.user-form .product-tab .endpoint-list-item .endpoint-name .rate-input-wrapper,
.user-form .product-tab .endpoint-list-item .endpoint-status .rate-input-wrapper,
.user-form .product-tab .endpoint-list-item .limits-row .rate-input-wrapper,
.user-form .product-tab .endpoint-list-item .endpoint-rate-limits .rate-input-wrapper {
  width: 400px;
}
.user-form .product-tab .endpoint-list-item .endpoint-status {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-form .product-tab .endpoint-list-item .endpoint-status .mandatory {
  text-align: center;
  color: #f47129;
}
.user-form .product-tab .endpoint-list-item.not-included .endpoint-name input {
  background: rgb(242.75, 242.75, 242.75);
  color: rgb(96.9, 96.9, 96.9);
  border-color: rgb(235.1, 235.1, 235.1);
}
.user-form .product-tab .endpoint-list-item.not-included .limits-row {
  opacity: 0.35;
}
.user-form .product-tab .endpoint-list-item.not-included .limits-row .rate-input-wrapper input {
  color: transparent;
}
.user-form .product-tab .endpoint-list-item.current-start::before, .user-form .product-tab .endpoint-list-item.unselected-start::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, white 0%, white 17%, lightgrey 20%, lightgrey 80%, white 83%, white 100%);
}
.user-form .product-tab .endpoint-list-item.current-start:after, .user-form .product-tab .endpoint-list-item.unselected-start:after {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  background: white;
  padding: 0 15px;
  color: #b3b3b3;
  font-size: 13px;
}
.user-form .product-tab .endpoint-list-item.current-start:after {
  content: "Current";
}
.user-form .product-tab .endpoint-list-item.unselected-start:after {
  content: "Available";
}
.user-form .product-tab .no-endpoints {
  color: #016394;
}

.site .user-form .scrollable-inner {
  min-height: 596px;
}
.site .product-form .scrollable-inner {
  min-height: 280px;
}
.site .user-form .scrollable-inner,
.site .product-form .scrollable-inner {
  overflow: hidden auto;
  max-height: calc(100vh - 485px);
  transition: max-height 0.3s ease;
  padding-right: 17px;
  margin-right: -23px;
}
.site .user-form .scrollable-inner .sticky-header,
.site .product-form .scrollable-inner .sticky-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid transparent;
}
.site .user-form .scrollable-inner .sticky-header::after,
.site .product-form .scrollable-inner .sticky-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #016394 0%, rgb(99.0536912752, 202.3154362416, 253.9463087248) 28%, white 30%);
}
.site .user-form .scrollable-inner::-webkit-scrollbar,
.site .product-form .scrollable-inner::-webkit-scrollbar {
  width: 6px;
}
.site .user-form .scrollable-inner::-webkit-scrollbar-track,
.site .product-form .scrollable-inner::-webkit-scrollbar-track {
  background: #efefef;
  box-shadow: inset 0px 0 1px rgba(100, 100, 100, 0.3);
}
.site .user-form .form-group-flex-container,
.site .product-form .form-group-flex-container {
  display: flex;
  flex-flow: row wrap;
}
.site .user-form .form-group-flex-container > div,
.site .product-form .form-group-flex-container > div {
  flex: 1;
}
.site .user-form .form-group-flex-container .no-wrap-options .form-options,
.site .product-form .form-group-flex-container .no-wrap-options .form-options {
  flex-wrap: nowrap;
}
.site .user-form .checkbox-container,
.site .product-form .checkbox-container {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}
.site .user-form .checkbox-container.registration,
.site .product-form .checkbox-container.registration {
  flex-direction: column;
  gap: 15px;
  padding-top: 6px;
}
.site .user-form .checkbox-container.fsbc,
.site .product-form .checkbox-container.fsbc {
  gap: 50px;
}
.site .user-form .registration-warnings,
.site .product-form .registration-warnings {
  color: #016394;
  display: flex;
  flex-flow: column nowrap;
  font-size: 13px;
  margin-top: 40px;
  margin-left: 10px;
  gap: 2px;
}
.site .user-form .form-type-select,
.site .product-form .form-type-select {
  position: relative;
}
.site .user-form .form-type-select .Select-control,
.site .product-form .form-type-select .Select-control {
  font-size: 14px;
}
.site .user-form .form-field-error-wrapper,
.site .product-form .form-field-error-wrapper {
  position: absolute;
}
.site .user-form .dcc-field-group .image-upload,
.site .product-form .dcc-field-group .image-upload {
  position: relative;
  margin-bottom: 5px;
}
.site .user-form .dcc-field-group .image-upload .image-upload__validation-error,
.site .product-form .dcc-field-group .image-upload .image-upload__validation-error {
  position: absolute;
}
.site.without-header .user-form .scrollable-inner,
.site.without-header .product-form .scrollable-inner {
  max-height: calc(100vh - 400px);
  transition: max-height 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #080808;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 32px;
  margin: 0;
}

h2,
.h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

h3,
.h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

h4,
.h4 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

h5,
.h5 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

h6,
.h6 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1em;
}

b,
strong {
  font-weight: 700;
}

.react-link {
  cursor: pointer;
  text-decoration: underline;
}

.file-upload .file-name, .button-secondary, .button-ghost, .button, .content-pagination ul li > a {
  background-color: #f47129;
  border: 2px solid #f47129;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  outline: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease;
  white-space: nowrap;
}
.file-upload .file-name::before, .button-secondary::before, .button-ghost::before, .button::before, .content-pagination ul li > a::before {
  margin-right: 6px;
}
.file-upload .disabled.file-name, .disabled.button-secondary, .disabled.button-ghost, .disabled.button, .content-pagination ul li > a.disabled, .file-upload [disabled].file-name, [disabled].button-secondary, [disabled].button-ghost, [disabled].button, .content-pagination ul li > a[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

i.before-text {
  margin-right: 6px;
}
i.inbetweem-text {
  margin: 0 6px;
}
i.after-text {
  margin-left: 6px;
}

.button:hover, .content-pagination ul li > a:hover {
  background-color: rgb(210.4333333333, 81.6166666667, 10.8166666667);
  border-color: rgb(210.4333333333, 81.6166666667, 10.8166666667);
}
.button.blue, .content-pagination ul li > a.blue {
  background: #016394;
  border-color: #016394;
}
.button.red, .content-pagination ul li > a.red {
  background: red;
  border-color: red;
}
.button.is-loading, .content-pagination ul li > a.is-loading {
  position: relative;
  pointer-events: none;
}
.button.is-loading::after, .content-pagination ul li > a.is-loading::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  animation: spin 0.5s linear infinite;
  vertical-align: sub;
  margin-left: 10px;
}

.button-ghost {
  background-color: transparent;
  color: #f47129;
}
.button-ghost:hover {
  background-color: rgb(252.7266666667, 225.6533333333, 210.7733333333);
}
.button-ghost.blue {
  color: #016394;
  border-color: #016394;
}
.button-ghost.blue:hover {
  background-color: rgb(210.5006711409, 239.966442953, 254.6993288591);
}
.button-ghost.red {
  color: red;
  border-color: red;
}
.button-ghost.red:hover {
  background-color: rgb(255, 214.2, 214.2);
}
.button-ghost.orange {
  color: #f47129;
  border-color: #f47129;
}
.button-ghost.orange:hover {
  background-color: rgb(252.7266666667, 225.6533333333, 210.7733333333);
}
.button-ghost.ml-20 {
  margin-left: 20px;
}

.button-secondary {
  background-color: #fff;
  border-color: #f47129;
  color: #f47129;
}
.button-secondary:hover {
  background-color: rgb(223.125, 223.125, 223.125);
}

.button-nostyle {
  background: transparent;
  border: 0;
  padding: 0;
}
.button-nostyle[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.csv-button {
  float: right;
}
.csv-button::after {
  clear: both;
}

.remove-icon {
  float: right;
  color: #f47129;
  font-size: 1.25rem;
  background: transparent;
  border: none;
}
.remove-icon:hover {
  color: rgb(210.4333333333, 81.6166666667, 10.8166666667);
}
.remove-icon::after {
  clear: both;
}

.button-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 35px;
}

.slim-button {
  padding: 12px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1023px) {
  .grid {
    margin: 0 -20px;
  }
}

[class^=grid-],
[class*=" grid-"] {
  padding: 20px;
}

.grid-xs-1 {
  width: calc(100% / (12 / 1));
}

.offset-xs-1 {
  margin-left: calc(100% / (12 / 1));
}

.grid-xs-2 {
  width: calc(100% / (12 / 2));
}

.offset-xs-2 {
  margin-left: calc(100% / (12 / 2));
}

.grid-xs-3 {
  width: calc(100% / (12 / 3));
}

.offset-xs-3 {
  margin-left: calc(100% / (12 / 3));
}

.grid-xs-4 {
  width: calc(100% / (12 / 4));
}

.offset-xs-4 {
  margin-left: calc(100% / (12 / 4));
}

.grid-xs-5 {
  width: calc(100% / (12 / 5));
}

.offset-xs-5 {
  margin-left: calc(100% / (12 / 5));
}

.grid-xs-6 {
  width: calc(100% / (12 / 6));
}

.offset-xs-6 {
  margin-left: calc(100% / (12 / 6));
}

.grid-xs-7 {
  width: calc(100% / (12 / 7));
}

.offset-xs-7 {
  margin-left: calc(100% / (12 / 7));
}

.grid-xs-8 {
  width: calc(100% / (12 / 8));
}

.offset-xs-8 {
  margin-left: calc(100% / (12 / 8));
}

.grid-xs-9 {
  width: calc(100% / (12 / 9));
}

.offset-xs-9 {
  margin-left: calc(100% / (12 / 9));
}

.grid-xs-10 {
  width: calc(100% / (12 / 10));
}

.offset-xs-10 {
  margin-left: calc(100% / (12 / 10));
}

.grid-xs-11 {
  width: calc(100% / (12 / 11));
}

.offset-xs-11 {
  margin-left: calc(100% / (12 / 11));
}

.grid-xs-12 {
  width: calc(100% / (12 / 12));
}

.offset-xs-12 {
  margin-left: calc(100% / (12 / 12));
}

@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-s-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-s-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-s-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-s-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-s-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-s-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-s-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-s-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-s-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-s-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-s-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-s-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-s-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-s-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-s-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-s-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-s-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-s-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-s-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-s-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-s-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-s-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-s-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1024px) {
  .grid-m-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-m-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-m-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-m-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-m-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-m-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-m-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-m-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-m-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-m-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-m-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-m-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-m-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-m-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-m-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-m-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-m-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-m-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-m-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-m-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-m-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-m-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-m-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-m-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1280px) {
  .grid-md-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-md-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-md-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-md-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-md-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-md-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-md-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-md-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-md-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-md-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-md-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-md-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-md-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-md-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-md-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-md-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-md-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-md-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-md-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-md-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-md-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-md-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-md-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-md-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
.mr-10 {
  margin-right: 10px;
}

.mr-25 {
  margin-right: 25px;
}

.hidden-ref-dialog {
  display: none;
}

.download-icon {
  max-width: 40px;
}

a[class^=download-]:hover {
  color: #f47129;
}

.access img {
  margin-left: 35px;
}
.access a {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  width: 45%;
  margin-top: 5px;
  padding-left: 35px;
}

.table {
  width: 100%;
}
.table span.more {
  font-weight: bold;
  font-style: italic;
}
.table span.more:hover {
  cursor: pointer;
}

.table-view {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
.table-view .table-display {
  width: calc(50% - 30px);
}
.table-view .table-display .table {
  padding-bottom: 20px;
}

.meta-view {
  max-width: 800px;
  padding-top: 20px;
}
.meta-view .meta {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.meta-view .meta .label {
  display: inline;
  font-weight: 600;
  min-width: 150px;
}
.meta-view .meta .value {
  padding-left: 15px;
  font-weight: 400;
  flex: 1;
}

.flow-view {
  max-width: 800px;
  padding: 10px 0;
}

.filters {
  margin-left: 60px;
}
.filters .filter {
  text-transform: uppercase;
  padding: 3px;
  cursor: pointer;
  max-width: 20px;
  font-size: 15px;
  font-weight: 700;
}
.filters .filter:hover {
  color: #f47129 !important;
}
.filters .filter.is-active {
  color: #f47129 !important;
}

.auth-icons {
  padding: 5px 20px !important;
}
.auth-icons .button, .auth-icons .content-pagination ul li > a, .content-pagination ul .auth-icons li > a {
  padding: 8px 16px;
}
.auth-icons div {
  display: flex;
}
.auth-icons.products {
  width: 180px;
}
.auth-icons.products > div {
  justify-content: space-between;
}
.auth-icons.users, .auth-icons.admin {
  width: 140px;
}
.auth-icons.users > div, .auth-icons.admin > div {
  justify-content: center;
}

.initial-tab {
  width: 150px !important;
}

.name-tab {
  width: 300px !important;
}

.accordion-item {
  border: 1px solid #cccccc;
  margin-top: 30px;
  padding: 30px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accept-request .accordion-item {
  border: 0;
  margin-top: 0;
  padding: 0;
}
.accordion-item .accordion-header {
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 24px;
}
.accordion-item .accordion-header::before {
  color: #016394;
  margin-right: 20px;
}
.accordion-item .accordion-header:hover {
  color: #f47129;
}
.accordion-item .accordion-header .notification {
  display: inline-block;
  background-color: #038bbf;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px 3px;
  margin-left: 10px;
}
.accordion-item .accordion-body {
  margin-top: 20px;
}

.alert {
  width: 100%;
  min-height: 48px;
  padding: 15px;
  margin-bottom: 0;
  background-color: #016394;
  position: relative;
  color: #fff;
}
.alert ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alert.alert-success {
  background-color: #73c322;
}
.alert.alert-error {
  background-color: #d41111;
}
.alert.alert-notice, .alert.alert-warning {
  background-color: #f47129;
}
.alert .close {
  border: 0;
  background-color: transparent;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 50px;
}
.alert .close i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-filter {
  display: flex;
  flex-flow: row;
  margin: 0 -10px 20px;
}
.content-filter .form-group {
  max-width: 220px;
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
}
.content-filter .form-group .form-label {
  margin: 0 10px 0 0;
}
.content-filter .form-group .form-field-wrapper {
  flex: 1;
}

.form-type-datepicker .form-field-wrapper {
  width: 200px;
}
.form-type-datepicker .react-datepicker-popper {
  min-width: 245px;
}
.form-type-datepicker .react-datepicker {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.form-type-datepicker .react-datepicker__current-month {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.form-type-datepicker .react-datepicker__navigation {
  top: 15px;
}
.form-type-datepicker .react-datepicker__day--selected,
.form-type-datepicker .react-datepicker__day--in-selecting-range,
.form-type-datepicker .react-datepicker__day--in-range {
  background-color: #016394;
  border-radius: 0;
}
.form-type-datepicker .form-field-append {
  cursor: pointer;
}

.react-datepicker-popper {
  z-index: 10;
}

.custom-datepicker .react-datepicker__current-month, .custom-datepicker button.react-datepicker__navigation {
  display: none;
}
.custom-datepicker .react-datepicker__header__dropdown--scroll {
  font-size: 20px;
  margin-bottom: 5px;
}
.custom-datepicker .react-datepicker__year-select, .custom-datepicker .react-datepicker__month-select {
  border-left-width: 1px;
  border-radius: 4px;
}
.custom-datepicker .react-datepicker__month-dropdown, .custom-datepicker .react-datepicker__year-dropdown--scrollable {
  font-size: 16px;
  background-color: white;
  position: absolute;
  top: 40px;
  top: 8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.custom-datepicker .react-datepicker__month-dropdown {
  left: 3px;
}
.custom-datepicker .react-datepicker__year-dropdown--scrollable {
  overflow-y: auto;
  height: 132px;
  left: 117px;
}
.custom-datepicker .react-datepicker__year-dropdown--scrollable .react-datepicker__navigation--years-upcoming, .custom-datepicker .react-datepicker__year-dropdown--scrollable .react-datepicker__navigation--years-previous {
  top: 0;
  border-radius: 0;
}
.custom-datepicker .react-datepicker__year-dropdown--scrollable .react-datepicker__navigation--years-upcoming {
  margin-bottom: 2px;
}
.custom-datepicker .react-datepicker__year-dropdown--scrollable .react-datepicker__navigation--years-previous {
  margin-top: 2px;
}
.custom-datepicker .react-datepicker__month-option--selected {
  position: absolute;
  left: 4px;
}

.dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-wrapper .dialog-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dialog-wrapper .dialog {
  width: 600px;
}
.dialog-wrapper .dialog-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 300px);
}
.dialog-wrapper .dialog-header {
  background-color: #016394;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.dialog-wrapper .dialog-title {
  font-size: 22px;
  color: #ffffff;
}
.dialog-wrapper .dialog-close-wrapper {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dialog-wrapper .dialog-close-wrapper .dialog-close {
  background: none;
  padding: 5px;
  color: white;
  font-size: 34px;
  border: none;
  line-height: 1;
}
.dialog-wrapper .dialog-body {
  position: relative;
  padding: 15px;
  padding-right: 13px;
  margin-right: 2px;
  max-height: calc(100vh - 300px - 61px - 75px);
  overflow: auto;
}
.dialog-wrapper .dialog-body::-webkit-scrollbar {
  width: 6px;
}
.dialog-wrapper .dialog-body::-webkit-scrollbar-track {
  margin: 2px 0px;
  background: #efefef;
  box-shadow: inset 0px 0 1px rgba(100, 100, 100, 0.3);
}
.dialog-wrapper .dialog-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.dialog-wrapper .dialog-footer .button, .dialog-wrapper .dialog-footer .content-pagination ul li > a, .content-pagination ul .dialog-wrapper .dialog-footer li > a {
  margin-left: 10px;
}

.file-upload .file-name::before {
  margin-right: 20px;
}

.form-type-timepicker .rc-time-picker {
  display: block;
}

.rc-time-picker-panel .rc-time-picker-panel-combobox {
  display: flex;
  justify-content: stretch;
  border: 1px solid #CCC;
}
.rc-time-picker-panel .rc-time-picker-panel-combobox .rc-time-picker-panel-select {
  width: auto;
  flex: 1;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap {
  padding: 0;
  border-bottom: 0;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input {
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 12px;
}
.rc-time-picker-panel .rc-time-picker-panel-inner {
  top: 3px;
  box-shadow: none;
  border-color: transparent;
}

.form-type-industry-select {
  position: relative;
}
.form-type-industry-select .form-field::before {
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
}
.form-type-industry-select input {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #080808;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
  cursor: pointer;
}
.form-type-industry-select .select-menu-wrapper {
  position: absolute;
  top: 100%;
  z-index: 100;
  background-color: white;
  width: 100%;
  left: 0;
  margin-top: -1px;
  border: 1px solid #d6d6d6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-type-industry-select .back-button {
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 6px 10px;
  color: #000;
}
.form-type-industry-select .back-button::before {
  margin-right: 5px;
}
.form-type-industry-select .back-button:hover {
  background-color: #EBF5FF;
  color: #333;
}
.form-type-industry-select ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.form-type-industry-select ul li {
  cursor: pointer;
  display: block;
  padding: 6px 10px;
  color: #666666;
}
.form-type-industry-select ul li:hover {
  background-color: #EBF5FF;
  color: #333;
}

.form-type-input {
  position: relative;
  display: inline-block;
}
.form-type-input.is-disabled input {
  background-color: #e6e6e6;
}
.form-type-input .clear-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  padding: 4px;
  cursor: pointer;
}
.form-type-input .clear-input:hover {
  color: orange;
}
.form-type-input .clear-input:after {
  content: "\f12a";
  font-size: 12px;
  line-height: 9px;
  display: block;
}
.form-type-input input, .form-type-input textarea {
  display: block;
  margin: 0;
  outline: 0;
  color: black;
  resize: vertical;
}
.form-type-input textarea {
  max-height: 400px;
}
.form-type-input.form-style-alt input, .form-type-input.form-style-alt textarea {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}

.form-type-sortcode-input .form-field {
  display: flex;
  margin: 0 -10px;
}
.form-type-sortcode-input .form-field input {
  margin: 0 10px;
  max-width: 46px;
  text-align: center;
}

@keyframes spinner {
  0% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(300deg);
  }
}
.loader {
  width: 100%;
  padding: 50px;
  text-align: center;
}
.loader:before {
  content: "\f29c";
  display: inline-block;
  font-family: "Ionicons", sans-serif;
  color: rgba(1, 99, 148, 0.75);
  font-size: 80px;
  line-height: 1;
  animation: spinner 2s infinite;
  animation-timing-function: cubic-bezier(0.3, 0.54, 0.98, 0.91);
}
.loader .loading-text {
  display: none;
}

.map {
  height: 500px;
  width: 100%;
}

.notice {
  background-color: #eee;
  padding: 20px 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
}
.notice.notice-warning, .notice.notice-declined {
  background-color: #000;
  color: #fff;
}
.notice.notice-default, .notice.notice-draft, .notice.notice-pending {
  background-color: #f47129;
  color: #fff;
}
.notice.notice-shortlisted {
  background-color: #FF9900;
  color: #fff;
}
.notice.notice-success, .notice.notice-accepted {
  background-color: #016394;
  color: #fff;
}
.notice.has-icon {
  padding-left: 100px;
}
.notice::before {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 50px;
  transform: translateY(-50%);
}
.notice p {
  margin: 0;
}
.notice :last-child {
  margin-bottom: 0;
}

.page-notice {
  background-color: #016394;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 30px;
  margin: 30px 0;
}
.page-notice.alt {
  background-color: #f47129;
}
.page-notice :last-child {
  margin-bottom: 0;
}

.content-pagination {
  text-align: center;
  margin-top: 30px;
  padding: 15px 30px;
}
.content-pagination ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.content-pagination ul li {
  display: inline;
  margin-left: 8px;
}
.content-pagination ul li:first-child {
  margin-left: 0;
}
.content-pagination ul li > a {
  cursor: pointer;
  font-size: 14px;
  min-width: 30px;
  padding: 5px 8px;
  background-color: transparent;
  border: 1px solid #016394;
  color: #016394;
}
.content-pagination ul li > a:hover {
  background-color: #589fb9;
  border-color: #589fb9;
  color: #fff;
}
.content-pagination ul li.disabled > a {
  pointer-events: none;
  opacity: 0.6;
}
.content-pagination ul li.active > a {
  cursor: default;
  color: #ffffff;
  background-color: #016394;
}

.form-type-radio.form-styled .form-options,
.form-type-checkbox.form-styled .form-options {
  display: flex;
}
.form-type-radio.form-styled .form-options .form-option,
.form-type-checkbox.form-styled .form-options .form-option {
  margin: 0;
}
.form-type-radio.form-styled .form-options .form-option:first-child label,
.form-type-checkbox.form-styled .form-options .form-option:first-child label {
  margin-left: 0;
}
.form-type-radio.form-styled .form-options .form-option.is-selected label,
.form-type-checkbox.form-styled .form-options .form-option.is-selected label {
  background-color: #016394;
  color: white;
}
.form-type-radio.form-styled input,
.form-type-checkbox.form-styled input {
  display: none;
}
.form-type-radio.form-styled label,
.form-type-checkbox.form-styled label {
  display: block;
  line-height: 36px;
  min-width: 80px;
  text-align: center;
  padding: 0 15px;
  color: #016394;
  cursor: pointer;
  margin: 0 0 0 -1px;
  border: 1px solid #016394;
}
.form-type-radio.form-styled label .option-label,
.form-type-checkbox.form-styled label .option-label {
  margin: 0;
}
.form-type-radio label,
.form-type-checkbox label {
  display: flex;
  align-items: baseline;
}
.form-type-radio input,
.form-type-checkbox input {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  box-shadow: none;
}
.form-type-radio .option-label,
.form-type-checkbox .option-label {
  margin-left: 8px;
}

.form-repeater {
  width: 100%;
}
.form-repeater .repeatable-label {
  font-size: 32px;
}
.form-repeater .repeatable-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form-repeater .repeatable-row .form-group {
  margin: 0 20px 20px 0;
}
.form-repeater .repeatable-row .form-group:last-child {
  margin-right: 0;
}
.form-repeater .repeatable-row-add {
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  margin-top: 5px;
  text-align: center;
}
.form-repeater .repeatable-row-add:hover {
  color: orange;
}
.form-repeater .repeatable-row-remove {
  cursor: pointer;
  line-height: 1;
  margin-top: 35px;
}
.form-repeater .repeatable-row-remove i {
  font-size: 32px;
}

.form-type-richtext .rdw-editor-toolbar {
  margin-bottom: 0;
}
.form-type-richtext .rdw-editor-main {
  border: 1px solid #F1F1F1;
  border-top: 0;
  padding: 30px 35px;
}

.form-type-select.short {
  width: 120px;
}
.form-type-select .Select.is-disabled .Select-control {
  background-color: #e6e6e6;
}
.form-type-select .Select-placeholder,
.form-type-select .Select--single > .Select-control .Select-value {
  padding-left: 12px;
  padding-right: 12px;
}
.form-type-select .Select-placeholder,
.form-type-select .Select-input,
.form-type-select .Select-value-label {
  line-height: 44px;
  height: 42px;
}
.form-type-select .Select-control {
  font-size: 16px;
  height: auto;
}
.form-type-select .Select-arrow-zone {
  line-height: 42px;
}
.form-type-select .Select-arrow {
  border: 0;
  color: #999;
  font-size: 14px;
  width: 1em;
}
.form-type-select .is-open > .Select-control .Select-arrow {
  top: 0;
}
.form-type-select .Select-menu-outer {
  z-index: 100;
}

.form-type-icon-select .icon-wrap .icon {
  min-width: 20px;
  margin-right: 20px;
}

.Select--multi .Select-value {
  margin: 8px 0 0 8px;
}
.Select--multi .Select-value {
  background-color: rgba(244, 113, 41, 0.1);
  color: #080808;
}
.Select--multi .Select-value-label {
  line-height: 1.4;
  height: auto;
}

.form-type-slider .slider {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f7f7f7", endColorstr="#f7f7f7",GradientType=0 ); /* IE6-9 */
  border-bottom: 7px solid #016394;
  padding: 0px;
  border-radius: 0;
  box-shadow: none;
  height: 58px;
}
.form-type-slider .handle {
  background: #016394;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  min-width: 125px;
  padding: 10px;
  text-align: center;
  top: 5px;
  width: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.form-type-slider .handle::after {
  content: "";
  border-color: #016394 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 10.5px 0 10.5px;
  height: 0;
  top: 100%;
  width: 0;
  position: absolute;
  margin: -1px auto 0;
  left: 0;
  right: 0;
}
.form-type-slider .bar {
  display: none;
}

.table.table-light {
  max-width: 770px;
}
.table.table-light thead th {
  border-right: 0;
}
.table.table-light tbody tr td {
  background-color: #f5f5f5;
  padding: 8px 20px 8px 35px;
}
.table.table-light tbody tr:first-child td {
  padding-top: 20px;
}
.table.table-light tbody tr:last-child td {
  padding-bottom: 40px;
}
.table.table-small th,
.table.table-small td {
  font-size: 14px;
  padding: 10px 20px;
}
.table th,
.table td {
  padding: 15px 20px;
  max-width: 300px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (max-width: 1479px) {
  .table th,
  .table td {
    padding: 15px 12px;
    padding-left: 12px;
  }
}
.table thead th,
.table thead td {
  background-color: #016394;
  color: #fff;
  border-right: 2px white solid;
  font-size: 18px;
}
@media screen and (max-width: 1479px) {
  .table thead th,
  .table thead td {
    font-size: 14px;
  }
}
.table thead th.header-is-sortable,
.table thead td.header-is-sortable {
  cursor: pointer;
  position: relative;
}
.table thead th.header-is-sortable.sorted-asc:after,
.table thead td.header-is-sortable.sorted-asc:after {
  color: white;
}
.table thead th.header-is-sortable.sorted-desc:before,
.table thead td.header-is-sortable.sorted-desc:before {
  color: white;
}
.table thead th.header-is-sortable:before,
.table thead td.header-is-sortable:before {
  content: "\f10d";
  font-family: "Ionicons", sans-serif;
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  font-size: 12px;
}
.table thead th.header-is-sortable:after,
.table thead td.header-is-sortable:after {
  content: "\f104";
  font-family: "Ionicons", sans-serif;
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  right: 12px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  font-size: 12px;
}
.table tbody tr:nth-child(odd) th,
.table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.table .member {
  min-width: 180px;
}
.table .actions {
  min-width: 150px;
  text-align: right;
}
.table .actions [class*=button] {
  margin-left: 6px;
}
.table .actions [class*=button]:first-child {
  margin-left: 0;
}
.table + .table-actions {
  margin-top: 20px;
}
.table a {
  text-decoration: none;
}

.table-actions.pre {
  float: right;
  margin-bottom: 20px;
  display: flex;
}
.table-actions .search-wrapper {
  margin: 0 20px;
}

div[class^=viz-] {
  width: 12px;
  height: 12px;
  bottom: 0;
  display: block;
  top: auto;
  border-radius: 50%;
}

.flow-ref {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1479px) {
  .flow-ref {
    padding-left: 22px !important;
  }
}

.viz-wrapper {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 1479px) {
  .viz-wrapper {
    left: 6px;
  }
}
.viz-wrapper .tooltip {
  display: block;
}
.viz-wrapper .tooltip .tooltip-message {
  font-size: 12px;
  padding: 5px 8px;
  min-width: 80px;
  white-space: nowrap;
}

.viz-catalog-wrapper .tooltip-message {
  background-color: #016394 !important;
}
.viz-catalog-wrapper .tooltip-message:before {
  border-color: transparent transparent #016394 transparent !important;
}
.viz-catalog-wrapper .tooltip-icon {
  font-size: initial !important;
}

.viz-catalog {
  background-color: #016394;
}

.viz-public-wrapper .tooltip-message {
  background-color: red !important;
}
.viz-public-wrapper .tooltip-message:before {
  border-color: transparent transparent red transparent !important;
}

.viz-public {
  background-color: red;
}

.viz-private-wrapper .tooltip-message {
  background-color: green !important;
}
.viz-private-wrapper .tooltip-message:before {
  border-color: transparent transparent green transparent !important;
}

.viz-private {
  background-color: green;
}

.viz-limited-wrapper .tooltip-message {
  background-color: purple !important;
}
.viz-limited-wrapper .tooltip-message:before {
  border-color: transparent transparent purple transparent !important;
}

.viz-limited {
  background-color: purple;
}

.access-restrictions-section {
  align-items: center;
}

.mpan-prefix-footer,
.dno-group-footer,
.gsp-group-footer {
  padding-right: 0px;
}
.mpan-prefix-footer:last-of-type,
.dno-group-footer:last-of-type,
.gsp-group-footer:last-of-type {
  padding-left: 0px;
}
.mpan-prefix-footer .form-field-append,
.dno-group-footer .form-field-append,
.gsp-group-footer .form-field-append {
  background-color: #fff;
}

.remove-button {
  float: right;
}
.remove-button::after {
  clear: both;
}

.add-restrictions-button {
  font-weight: 600;
  font-size: 1rem;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table th,
.custom-table td {
  color: #000 !important;
  border: 1px solid #000 !important;
  padding: 5px;
  text-align: center;
  font-size: 14px !important;
}

.no-products {
  text-align: center;
}

.no-products hr {
  width: 50%;
  margin: 20px auto;
}

.balance-report-table table th,
.balance-report-table table td:nth-child(1) {
  max-width: 150px !important;
}

.form-type-timepicker .rc-time-picker {
  display: block;
}

.rc-time-picker-panel .rc-time-picker-panel-combobox {
  display: flex;
  justify-content: stretch;
  border: 1px solid #CCC;
}
.rc-time-picker-panel .rc-time-picker-panel-combobox .rc-time-picker-panel-select {
  width: auto;
  flex: 1;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap {
  padding: 0;
  border-bottom: 0;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input {
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 12px;
}
.rc-time-picker-panel .rc-time-picker-panel-inner {
  top: 3px;
  box-shadow: none;
  border-color: transparent;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltip-message {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
  transform: translateX(-50%) translateY(0);
}
.tooltip .tooltip-icon {
  cursor: help;
  display: inline-flex;
  font-size: 32px;
}
.tooltip .tooltip-message {
  position: absolute;
  margin-top: 8px;
  left: 50%;
  min-width: 200px;
  background: #016394;
  padding: 8px;
  z-index: 50;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  color: white;
  transform: translateX(-50%) translateY(2px);
  transition: 0.3s ease;
  text-align: center;
}
.tooltip .tooltip-message:before {
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #016394 transparent;
}

.global-tooltip {
  max-width: 300px;
  padding: 10px 15px;
  line-height: 1.6;
  z-index: 1;
}

.tab .tab-header-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.tab .tab-header-wrapper ul li {
  background-color: #016394;
  padding: 10px;
  margin-right: 5px;
  color: #FFFFFF;
  border: 2px solid #016394;
  cursor: pointer;
  position: relative;
}
.tab .tab-header-wrapper ul li.is-selected {
  background-color: #FFFFFF;
  color: #016394;
}
.tab .tab-header-wrapper ul li.is-selected:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFFFFF;
}
.tab .tab-content-wrapper {
  width: 100%;
  border: 2px solid #016394;
  padding: 40px;
  margin-top: -2px;
}

.web-user {
  position: relative;
}
.web-user .switch {
  position: absolute;
  top: 13px;
  right: -20px;
}
.web-user .statement-table th {
  display: none;
}
.web-user .statement-table tr td {
  padding: 0;
}
.web-user .statement-table tr:nth-child(even) td {
  background: #fff;
}
.web-user .expand-title {
  cursor: pointer;
  transition: color ease-in-out 0.3s;
}
.web-user .expand-title:hover {
  color: #f47129;
}
.web-user .period-inner {
  display: flex;
  align-items: flex-end;
}
.web-user .period-inner .period-row {
  margin-bottom: 5px;
}
.web-user .period-inner .period-row div {
  margin-bottom: 22px;
}
.web-user .period-inner .period-row-out {
  margin-bottom: 25px;
}
.web-user .period-inner .period-row-out .period-content {
  margin-right: 5px;
}
.web-user .period-inner .period-row-out .period-content div {
  margin-bottom: 4px;
}
.web-user .period-inner .header-bg .period-wrapper {
  width: 90px;
  color: #fff;
  background: #589fb9;
  border-color: #589fb9;
}
.web-user .period-inner .header-bg .period-wrapper .period-title {
  border-color: #589fb9;
}
.web-user .period-inner .header-bg .period-wrapper .period-content div {
  border-color: #589fb9;
}
.web-user .period-inner .body-bg .period-wrapper .period-title {
  justify-content: flex-start;
  background: #589fb9;
  color: #fff;
}
.web-user .period-inner .body-bg .period-wrapper .period-content div {
  justify-content: flex-start;
}
.web-user .user-table-inner th {
  color: #016394;
  border: none;
}
.web-user .user-table-inner .table-inner .expand-title {
  padding: 10px 0 10px 10px;
}

.filter {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.filter.error-msg {
  margin-bottom: 20px;
}

.search {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.search.search-wrapper {
  margin-bottom: 20px;
}
.search.search-wrapper .search-accordion {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid #016394;
}
.search.search-wrapper .search-accordion .accordion-header {
  font-size: 18px;
}
.search .period-filter {
  width: 250px;
}
.search .period-filter input {
  width: 100px;
}
.search .date-filter {
  width: 30%;
}
.search .date-filter .or {
  color: #ccc;
}
.search .date-filter input {
  width: 150px;
  color: #ccc;
}
.search .date-filter .option :after {
  content: "OR";
}
.search .recent-period.form-group {
  width: 100%;
}
.search .recent-period input {
  width: 100%;
}
.search .search-button {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.search .search-button button {
  width: 200px;
  margin: 0;
  padding: 12px;
  margin-bottom: 10px;
}
.search .form-group {
  position: relative;
}
.search .form-group .form-field-error-wrapper {
  position: absolute;
  bottom: -20px;
}
.search .form-group .form-label {
  padding: 0;
}
.search .form-group input {
  border-radius: 0;
}
.search .mpan-search.form-group {
  width: 100%;
}
.search .measurementClass .form-option-inner {
  border: 1px solid #cccccc;
  color: #ccc;
}

.title-hidden .form-label {
  opacity: 0;
}

.table.period-table {
  overflow: auto;
  margin-bottom: 10px;
}
.table.period-table table {
  width: auto;
}
.table.period-table table td:nth-child(even) .period-wrapper .period-content .hhc {
  background: #EDEDED;
}
.table.period-table table td:nth-child(odd) .period-wrapper .period-content .hhc {
  background: #EDEDED;
}
.table.period-table table th {
  display: none;
}
.table.period-table table tr td {
  width: 60px;
  max-width: 90px;
  padding: 0;
  margin: 0;
}
.table.period-table table th {
  border: none;
}
.table.period-table .period-wrapper {
  width: 60px;
}
.table.period-table .period-wrapper .period-title {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.table.period-table .period-wrapper .period-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table.period-table .period-wrapper .period-content .period-title {
  padding: 5px;
}
.table.period-table .period-wrapper .period-content div {
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.table.period-table .period-wrapper .period-content div:last-child {
  border: none;
}
.table.period-table ::-webkit-scrollbar {
  position: absolute;
  bottom: 0;
}

.hh-detail-table table .hh-detail-title {
  height: 26px;
  padding: 10px;
  background: #589fb9;
  color: #fff;
}
.hh-detail-table table .hh-detail-content {
  height: 26px;
  padding: 10px;
}

.hh-detail-component table th {
  font-size: 14px;
  font-weight: 600;
  border: none;
  padding: 5px 5px;
  background-color: #589fb9 !important;
}
.hh-detail-component table td {
  padding: 5px 5px;
  text-align: left;
}
.hh-detail-component table td .table-inner {
  overflow: scroll;
}
.hh-detail-component table td .hh-btn-detail {
  background-color: #f47129;
  border: 2px solid #f47129;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  outline: 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease;
}
.hh-detail-component table td .hh-btn-detail.btn-outline {
  background-color: transparent;
  color: #f47129;
  border: 2px solid #f47129;
}
.hh-detail-component .mpan-hh-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hh-detail-component .mpan-hh-detail .col-6 {
  width: 400px;
  margin-bottom: 30px;
}
.hh-detail-component .mpan-hh-detail .col-6 div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.hh-detail-component .mpan-hh-detail .col-6 div p {
  margin: 0;
}
.hh-detail-component .mpan-hh-detail .col-6 div p.strong {
  font-weight: 600;
}
.hh-detail-component .mpan-hh-detail .col-6 div:nth-child(2n) {
  background-color: #f5f5f5;
}
.hh-detail-component .hh-detail-outstation {
  margin-top: 30px;
}

.form-type-radio.form-styled .form-options,
.form-type-checkbox.form-styled .form-options {
  display: flex;
}
.form-type-radio.form-styled .form-options .form-option,
.form-type-checkbox.form-styled .form-options .form-option {
  margin: 0;
}
.form-type-radio.form-styled .form-options .form-option:first-child label,
.form-type-checkbox.form-styled .form-options .form-option:first-child label {
  margin-left: 0;
}
.form-type-radio.form-styled .form-options .form-option.is-selected label,
.form-type-checkbox.form-styled .form-options .form-option.is-selected label {
  background-color: #016394;
  color: white;
}
.form-type-radio.form-styled input,
.form-type-checkbox.form-styled input {
  display: none;
}
.form-type-radio.form-styled label,
.form-type-checkbox.form-styled label {
  display: block;
  line-height: 36px;
  min-width: 80px;
  text-align: center;
  padding: 0 15px;
  color: #016394;
  cursor: pointer;
  margin: 0 0 0 -1px;
  border: 1px solid #016394;
}
.form-type-radio.form-styled label .option-label,
.form-type-checkbox.form-styled label .option-label {
  margin: 0;
}
.form-type-radio label,
.form-type-checkbox label {
  display: flex;
  align-items: baseline;
}
.form-type-radio input,
.form-type-checkbox input {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  box-shadow: none;
}
.form-type-radio .option-label,
.form-type-checkbox .option-label {
  margin-left: 8px;
}

.modal {
  position: absolute;
  inset: 250px;
  border: 3px solid #016394;
  background-color: #fff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 50px;
  width: 50%;
  margin: 0 auto;
}
.modal-remove {
  position: absolute;
  inset: 500px;
  border: 3px solid #016394;
  background-color: #fff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 50px;
  width: 25%;
  margin: 0 auto;
}
.modal-overlay {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.api-search-container {
  position: relative;
  width: 62%;
}
.api-search-container .page-search {
  width: 100%;
}

.search-dropdown {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  color: #333333;
  padding: 4px 2px;
  position: absolute;
  top: calc(100% + 2px);
  width: calc(100% - 58px);
  z-index: 5;
}
.search-dropdown .scrollable-inner {
  max-height: 190px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 4px 11px 13px;
}
.search-dropdown .dropdown-grid {
  display: grid;
  column-gap: 6px;
  row-gap: 12px;
  grid-template-columns: 1fr 6fr 6fr 9fr;
  grid-auto-rows: auto;
  grid-template-rows: 28px;
}
.search-dropdown .dropdown-grid > div {
  align-items: center;
  background: white;
  display: flex;
  font-weight: bold;
  margin-bottom: -10px;
  position: sticky;
  top: 0;
}
.search-dropdown .dropdown-grid a {
  display: contents;
}
.search-dropdown .no-result {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.search-dropdown span {
  color: #141414;
  font-weight: bold;
  text-decoration: underline;
}

.form-group.switch {
  width: 210px;
  margin: 0;
}
.form-group.switch .form-label {
  width: 250px;
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.form-group.switch.has-single-option {
  align-items: center;
}
.form-group.switch .form-option-inner {
  background-color: transparent !important;
  border: 0px none;
  padding: 0;
}
.form-group.switch .option-input + .option-label {
  background: #D0D0D0;
}
.form-group.switch .option-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  display: block;
  border-radius: 20px;
  position: relative;
}
.form-group.switch .option-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 16px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}
.form-group.switch .is-selected .option-input + .option-label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.form-group.switch .is-selected .option-input + .option-label {
  background: #f47129;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^=top] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: 1em 0.6666666667em;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: rgba(244, 113, 41, 0.7);
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #016394;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #016394;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #016394;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-checkbox label .checkbox-input {
  width: 14px;
  height: 14px;
}
.custom-checkbox.endpoint label {
  color: #016394;
}

.image-upload {
  margin-top: 20px;
}
.image-upload__error {
  padding-left: 15px;
  padding-right: 15px;
  background-color: red !important;
}
.image-upload__text {
  pointer-events: none;
}
.image-upload__filesContainer {
  display: flex;
  flex-flow: row wrap;
  column-gap: 15px;
  align-items: center;
  margin-top: 16px;
}
.image-upload__file {
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  margin-bottom: 8px;
  margin-right: 8px;
  width: auto;
  height: 100px;
  box-sizing: border-box;
}
.image-upload__img {
  display: block;
  width: auto;
  height: 100%;
  cursor: pointer;
}
.image-upload__validation-error {
  font-size: 14px;
  color: red;
}

.thumb-rounded {
  background-color: #eaeaea;
  background-position: center center;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  overflow: hidden;
}
.thumb-rounded.thumb-rounded-large {
  height: 90px;
  width: 90px;
}
.thumb-rounded.thumb-rounded-small {
  height: 40px;
  width: 40px;
}
.thumb-rounded img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  margin-top: auto;
  background-color: #1c1f2a;
  color: #fff;
  padding: 30px 0;
  overflow-x: hidden;
}

.footer-bottom {
  border-top: 2px solid #8e8f94;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-flow: column wrap;
  }
}
.footer-bottom .footer-links {
  margin: 0 5% 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer-bottom .footer-links {
    margin: 0;
  }
}
.footer-bottom .footer-links .footer-menu {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-links .footer-menu {
    margin-top: 0;
  }
}
.footer-bottom .footer-links .footer-menu li::before {
  content: "|";
}
.footer-bottom .footer-links .footer-menu li:first-child::before {
  display: none;
}
.footer-bottom .footer-links .footer-menu li a {
  margin: 0 10px;
}

.hamburger {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    width: 30px;
    height: 21px;
    position: relative;
    display: block;
    margin: 19px 0;
  }
}
.hamburger [class^=line-] {
  display: block;
  background: black;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 9px;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 4px solid #016394;
  backface-visibility: hidden;
  z-index: 100;
}
.site-header .site-header-inner {
  position: relative;
  height: 85px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  z-index: 2;
  margin-top: 0;
  transition: margin-top 0.3s ease;
}
.site-header .site-header-inner.hidden {
  margin-top: -85px;
}
.site-header .site-header-inner .header-logo .logo {
  width: 200px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.site-header .header-close {
  position: absolute;
  background-color: #016394;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.site-header .header-close:hover {
  color: #f47129;
}
.site-header .header-close i {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.main-nav {
  background-color: #fff;
}
.main-nav .menu {
  display: flex;
  list-style: none;
  margin: 0px -20px;
  padding: 0;
}
.main-nav .menu-item {
  margin: 0 16px;
  position: relative;
}
.main-nav .menu-item a {
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
}
.main-nav .menu-item a:hover {
  color: #f47129;
}
.main-nav .menu-item > a.is-active {
  color: #f47129;
}
.main-nav .menu-item.menu-item-log-out {
  margin-left: auto;
}
.main-nav .menu-item:hover .sub-menu {
  display: block;
}
.main-nav .sub-menu {
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  min-width: 200px;
  position: absolute;
  right: 0;
  z-index: 100;
  padding: 5px 0;
}
.main-nav .sub-menu a {
  display: block;
  font-size: 12px;
  padding: 8px 0;
  text-align: right;
}

.items-wrapper {
  padding: 20px;
}

.item {
  text-decoration: none;
}
.item :last-child {
  margin-bottom: 0;
}
.item.item-contact {
  margin: 0 0 40px;
}
.item.item-pool {
  background-color: #EDEDED;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-height: 50px;
  transition: background-color 0.6s ease, opacity 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
}
.item.item-pool:last-child {
  margin-bottom: 0;
}
.item.item-pool.type-group {
  background-color: #589fb9;
  margin-top: 30px;
  color: #FFFFFF;
  font-weight: 600;
}
.item.item-pool.type-item {
  overflow: hidden;
}
.item.item-pool.hidden {
  max-height: 0;
  opacity: 0;
  margin-top: -5px;
}
.item.item-pool.action-required {
  background-color: #b95858;
}
.item.item-pool.level-1 {
  margin-left: 0px;
}
.item.item-pool.level-2 {
  margin-left: 80px;
}
.item.item-pool.level-3 {
  margin-left: 160px;
}
.item.item-pool.level-4 {
  margin-left: 240px;
}
.item.item-pool.level-5 {
  margin-left: 320px;
}
.item.item-pool.level-6 {
  margin-left: 400px;
}
.item.item-pool.level-7 {
  margin-left: 480px;
}
.item.item-pool.level-8 {
  margin-left: 560px;
}
.item.item-pool.level-9 {
  margin-left: 640px;
}
.item.item-pool.level-10 {
  margin-left: 720px;
}
.item.item-pool.level-11 {
  margin-left: 800px;
}
.item.item-pool.level-12 {
  margin-left: 880px;
}
.item.item-pool .item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  padding: 10px 10px 10px 30px;
  font-weight: 600;
}
.item.item-pool .item-content .form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item.item-pool .item-content .form .form-field-error-wrapper {
  display: none;
}
.item.item-pool .item-content .button, .item.item-pool .item-content .content-pagination ul li > a, .content-pagination ul .item.item-pool .item-content li > a {
  padding: 2px 10px;
  margin-left: 8px;
  background-color: transparent;
  border-color: #FFFFFF;
  height: 28px;
}
.item.item-pool .item-content .button:hover, .item.item-pool .item-content .content-pagination ul li > a:hover, .content-pagination ul .item.item-pool .item-content li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.item.item-pool .item-content .form-type-input {
  margin: 0;
  padding: 0;
  max-width: 240px;
  flex: 1;
}
.item.item-pool .item-content .form-type-input.form-group-invalid:after {
  content: "";
  background-color: #b95858;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.item.item-pool .item-content .form-type-input input {
  line-height: 28px;
  border: 0;
}
.item.item-pool .item-ref {
  width: 65px;
}
.item.item-pool .item-footer {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.item.item-pool .item-footer > div {
  min-width: 80px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item.item-pool .item-footer .form-type-select {
  margin: 0;
  padding: 0;
  width: 100%;
}
.item.item-pool .item-footer .form-type-select .Select-control {
  font-size: 14px;
}
.item.item-pool .item-footer .form-type-select .Select-placeholder,
.item.item-pool .item-footer .form-type-select .Select-value {
  padding: 5px 12px 5px 5px;
  text-align: center;
  line-height: 26px;
}
.item.item-pool .item-footer .form-type-select .Select-input {
  line-height: 26px;
  height: 26px;
}
.item.item-pool .item-footer .form-type-select .Select-arrow-zone {
  width: 12px;
  padding: 2px;
  line-height: 32px;
}
.item.item-pool .item-footer .form-type-select .Select-value-label {
  line-height: initial;
  height: auto;
}
.item.item-pool .item-footer .actions {
  justify-content: space-between;
  font-size: 18px;
}
.item.item-pool .item-footer .actions > span {
  width: 18px;
  display: block;
}
.item.item-pool .item-footer .actions button {
  padding: 2px;
  border: 0;
  background: none;
  outline: 0;
}

.page-wrap {
  display: flex;
  flex-direction: row;
  min-height: 100%;
}
.page-wrap.windowed-mode {
  height: 100%;
}
.page-wrap.windowed-mode .page-content-wrap {
  overflow: hidden;
  overflow-y: scroll;
}
.page-wrap.windowed-mode .page-sidebar {
  justify-content: initial;
}
.page-wrap.windowed-mode .page-sidebar .page-sidebar-section {
  flex: 1;
  overflow-y: scroll;
}
.page-wrap .centering {
  padding: 0;
}
.page-wrap .page-content-wrap {
  padding: 40px;
  padding-top: 70px;
  flex: 1;
}
.page-wrap .page-content-wrap.with-bg {
  display: flex;
  flex-direction: column;
}
.page-wrap .page-content-wrap.with-bg:after {
  content: "";
  flex: 1;
  background-image: url("/images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 -40px -40px;
}
.page-wrap .page-content-wrap.with-bg .centering {
  width: 100%;
}
.page-wrap .page-sidebar {
  width: 32%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #dcebf2;
}
.page-wrap .page-sidebar .page-sidebar-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.page-wrap .page-sidebar .page-sidebar-group.alt-color {
  background-color: #f7f7f7;
}
.page-wrap .page-sidebar .page-sidebar-group.alt-color:before {
  background: linear-gradient(to bottom, #f7f7f7 25%, rgba(247, 247, 247, 0));
}
.page-wrap .page-sidebar .page-sidebar-group.alt-color:after {
  background: linear-gradient(to top, #f7f7f7 25%, rgba(247, 247, 247, 0));
}
.page-wrap .page-sidebar .page-sidebar-group:before, .page-wrap .page-sidebar .page-sidebar-group:after {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  height: 30px;
  z-index: 100;
}
.page-wrap .page-sidebar .page-sidebar-group:before {
  top: 0;
  background: linear-gradient(to bottom, #dcebf2 25%, rgba(220, 235, 242, 0));
}
.page-wrap .page-sidebar .page-sidebar-group:after {
  bottom: 0;
  background: linear-gradient(to top, #dcebf2 25%, rgba(220, 235, 242, 0));
}
.page-wrap .page-sidebar .search-wrapper {
  padding-bottom: 20px;
}
.page-wrap .page-sidebar .page-sidebar-section {
  flex: none;
  padding: 40px 30px 25px;
}
.page-wrap .page-sidebar .page-sidebar-section p {
  line-height: 25px;
}
.page-wrap .page-sidebar .page-sidebar-section p:last-child {
  margin-bottom: 0;
}
.page-wrap .page-sidebar .page-sidebar-section .form-type-select {
  margin: 0;
  max-width: 80px;
}
.page-wrap .page-sidebar .page-sidebar-section .sidebar-section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page-header .page-header-group {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: end;
  gap: 20px;
}
.page-header .page-header-group .form-group {
  margin: 0;
}

.page-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  flex: 0 0 auto;
}
.page-title .append {
  margin-left: 10px;
}

.page-action-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.page-action-wrapper .button, .page-action-wrapper .content-pagination ul li > a, .content-pagination ul .page-action-wrapper li > a,
.page-action-wrapper .button-ghost {
  margin-right: 20px;
}
.page-action-wrapper .button:last-child, .page-action-wrapper .content-pagination ul li > a:last-child, .content-pagination ul .page-action-wrapper li > a:last-child,
.page-action-wrapper .button-ghost:last-child {
  margin-right: 0;
}

/**
Edit user repeater button style.
 */
.repeatable-row-add {
  white-space: nowrap;
  text-align: center;
  padding: 12px;
  margin-left: 20px;
  font-size: 12px !important;
  color: #f47129;
  font-weight: bold;
  border: 2px solid #f47129;
  transition: all 300ms ease;
}
.repeatable-row-add:hover {
  background-color: rgb(252.7266666667, 225.6533333333, 210.7733333333);
  color: #f47129 !important;
}

.form-repeater .repeatable-row-remove {
  white-space: nowrap;
  text-align: center;
  margin-top: 46px;
  padding: 12px;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  transition: all 300ms ease;
}
.form-repeater .repeatable-row-remove:hover {
  background-color: rgb(255, 214.2, 214.2);
}

.page-search .search-wrapper-inner,
.page-sidebar-section .search-wrapper-inner {
  display: flex;
  flex-direction: row;
}
.page-search .search-wrapper-inner .form-type-input,
.page-sidebar-section .search-wrapper-inner .form-type-input {
  margin: 0;
  flex: 1;
  min-width: 170px;
}
.page-search .search-wrapper-inner .form-type-input input,
.page-sidebar-section .search-wrapper-inner .form-type-input input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-search .search-wrapper-inner .button, .page-search .search-wrapper-inner .content-pagination ul li > a, .content-pagination ul .page-search .search-wrapper-inner li > a,
.page-sidebar-section .search-wrapper-inner .button,
.page-sidebar-section .search-wrapper-inner .content-pagination ul li > a,
.content-pagination ul .page-sidebar-section .search-wrapper-inner li > a {
  padding: 4px 18px;
  font-size: 24px;
}

.search-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #949494;
}
.search-filter:hover {
  color: #848484;
}
.search-filter input {
  accent-color: #016394;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.parent-selector {
  width: calc(12vw - 10px);
}

.import-mpan-toggle {
  width: 100%;
}

.web-dashboard {
  display: flex;
  justify-content: center;
}
.web-dashboard a:nth-child(1) {
  margin-right: 10px;
}

.page-with-sidebar {
  display: flex;
}
.page-with-sidebar .page-filters {
  width: 300px;
  margin-right: 30px;
}
.page-with-sidebar .page-body {
  flex: 1;
}
.page-with-sidebar .form-group {
  margin: 0 0 20px;
  width: 100%;
}
.page-with-sidebar .form-label {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}
.page-with-sidebar .report-options ul {
  padding: 0;
}
.page-with-sidebar .report-options ul li:first-child {
  margin-left: 0;
}
.page-with-sidebar table th,
.page-with-sidebar table td {
  vertical-align: top;
}
.page-with-sidebar .code-block {
  word-break: break-word;
  font-size: 12px;
}

.users-list-table .table-inner tbody tr td,
.products-list-table .table-inner tbody tr td {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.users-list-table .table-inner tbody tr td:hover,
.products-list-table .table-inner tbody tr td:hover {
  word-break: break-all;
  overflow: visible;
  white-space: normal;
}

.dialog-wrapper .dialog-body .company-name {
  word-break: break-all;
  font-weight: bold;
}

.section {
  padding: 60px 0;
}
.section .section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section .section-actions {
  margin-top: 30px;
  text-align: center;
}

.section-login {
  padding: 0;
}
.section-login .action-forgotten-password {
  text-align: right;
  margin-bottom: 15px;
}
.section-login .action-register {
  text-align: right;
  margin-left: 40px;
}

.section-signup {
  padding: 0;
}

.section-flow-direction {
  padding: 60px 0 30px;
}

.flow-dnd-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.flow-dnd-wrapper .dnd-header {
  background-color: #016394;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  font-weight: 600;
}
.flow-dnd-wrapper .dnd-header .header-col {
  padding: 15px 5px;
  display: block;
  border-left: 2px solid #FFFFFF;
  width: 80px;
  text-align: center;
  position: relative;
}
.flow-dnd-wrapper .dnd-header .header-col:first-child {
  border-left: 0;
}
.flow-dnd-wrapper .dnd-header .header-col.separator {
  flex: 1;
}
.flow-dnd-wrapper .dnd-columns {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.flow-dnd-wrapper .dnd-columns .col {
  z-index: -1;
  width: 80px;
}
.flow-dnd-wrapper .dnd-columns .col:nth-child(odd) {
  background-color: #F7F7F7;
}
.flow-dnd-wrapper .dnd-columns .col.separator {
  flex: 1;
}
.flow-dnd-wrapper .dnd-columns .col.is-highlighted {
  background-color: rgba(156, 207, 226, 0.4);
}
.flow-dnd-wrapper .flow-droppable-area {
  min-height: 50vh;
  padding-bottom: 80px;
}

.direction-repeater {
  width: 800px;
  padding-top: 40px;
}
.direction-repeater .section-title {
  font-size: 20px;
}
.direction-repeater .direction-head {
  background-color: #016394;
  display: flex;
  flex-direction: row;
  padding: 15px 30px;
  align-items: center;
}
.direction-repeater .direction-head h3 {
  color: white;
  margin: 0;
  font-size: 18px;
  width: 50%;
}
.direction-repeater .ion-trash-a {
  position: relative;
  right: -2px;
  bottom: 30px;
  color: #016394;
}
.direction-repeater .form-repeater {
  margin: 0;
  background-color: #f5f5f5;
  padding: 20px 30px;
}
.direction-repeater .form-repeater .repeatable-wrapper .repeatable-row .form-group {
  margin-bottom: 0;
}
.pool .pool-title {
  font-size: 18px;
  font-weight: 400;
}
.pool .pool-search-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
.pool .pool-search-wrapper .form-type-input {
  margin: 0;
  flex: 1;
}
.pool .pool-search-wrapper .form-type-input input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pool .pool-search-wrapper .button, .pool .pool-search-wrapper .content-pagination ul li > a, .content-pagination ul .pool .pool-search-wrapper li > a {
  padding: 5px 18px;
  font-size: 24px;
}
.pool .pool-content-header {
  background-color: #016394;
  color: #FFFFFF;
  padding: 15px 10px 15px 30px;
  display: flex;
  font-weight: 600;
}
.pool .pool-content-header span {
  display: block;
}
.pool .pool-content-header span:first-child {
  width: 65px;
}
.pool .pool-content a {
  display: block;
  text-decoration: none;
}

.item-pool-wrapper .item-pool.type-group {
  margin-top: 0;
}

.tab-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.user-productRow_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.user-flex {
  display: flex;
  align-items: center;
}
.user-baseline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.user-addProductBtn {
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  padding: 12px;
  margin-left: 20px;
  font-size: 12px;
  color: #f47129;
  font-weight: bold;
  border: 2px solid #f47129;
  transition: all ease-in-out 0.3s;
}
.user-addProductBtn:hover {
  background-color: #f47129;
  color: white;
}
.user-removeProductBtn {
  padding: 13px;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  line-height: 1;
  margin-top: 35px;
}
.user-removeProductBtn:hover {
  background-color: #ff0000;
  color: white;
}
.user-listActions {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 100;
  padding: 10px;
}
.user-listActions li {
  margin: 0 16px;
  list-style: none;
}
.user-listActions li:hover {
  color: #f47129;
}

.graph-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.graph-grid .form-group {
  margin-bottom: 20px;
}
.graph-grid .left-graph {
  grid-column: 1/2;
}
.graph-grid .right-graph {
  grid-column: 2/2;
}
.graph-grid .full-graph {
  height: 590px;
  grid-column: 1/3;
}
.graph-grid .full-graph .graph-wrapper {
  height: 500px;
}
.graph-grid .intervals {
  margin: 10px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.graph-grid .intervals.end {
  justify-content: flex-end;
}
.graph-grid .intervals .form-type-select {
  margin: 0;
  max-width: 280px;
}
.graph-grid .intervals .range-part {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.graph-grid .intervals ul {
  list-style: none;
  display: flex;
}
.graph-grid .intervals ul li {
  margin: 0 10px;
}
.graph-grid .intervals ul li.selected {
  color: #f47129;
}
.graph-grid .intervals ul li:hover {
  cursor: pointer;
}
.graph-grid .dt-picker-wrapper {
  position: relative;
}
.graph-grid .dt-picker-wrapper .dt-picker {
  padding: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: white;
  position: absolute;
}
.graph-grid .dt-picker-wrapper .dt-picker .err {
  color: #f47129;
  margin: 10px 0 0 10px;
}
.graph-grid .dt-picker-wrapper .dt-picker .button-ghost {
  margin-top: 15px;
  margin-left: 10px;
}
.graph-grid .dt-picker-wrapper .dt-picker .dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.graph-grid .dt-picker-wrapper .dt-picker .dates .part {
  display: grid;
  grid-template-rows: 350px 1fr;
  margin: 10px;
}
.graph-grid .dt-picker-wrapper .dt-picker .dates .part .time {
  margin-top: auto;
}
.graph-grid .dt-picker-wrapper .dt-picker .dates .part .time p {
  margin: 10px 0 10px 0;
}
.graph-grid .dt-picker-wrapper .dt-picker.right {
  left: 0;
}
.graph-grid .dt-picker-wrapper .dt-picker.left {
  right: 0;
}
.graph-grid .dt-picker-wrapper .dt-picker.top {
  bottom: 130%;
}
.graph-grid .dt-picker-wrapper .dt-picker.bottom {
  top: 130%;
}
.graph-grid .dt-picker-wrapper .dt-picker .i1 {
  display: flex;
  justify-content: space-between;
}

.section-title-head.page-header {
  margin: 40px 0 0 0;
}

.reports .report-options {
  display: flex;
  align-items: center;
}
.reports .report-options .down-btn {
  margin-left: 20px;
}
.reports .intervals {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.reports .intervals.end {
  justify-content: flex-end;
}
.reports .intervals .form-type-select {
  max-width: 280px;
}
.reports .intervals .range-part {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.reports .intervals ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 10px;
}
.reports .intervals ul li {
  margin: 0 10px;
}
.reports .intervals ul li.selected {
  color: #f47129;
}
.reports .intervals ul li:hover {
  cursor: pointer;
}
.reports .dt-picker-wrapper {
  z-index: 99;
  position: relative;
}
.reports .dt-picker-wrapper .dt-picker {
  padding: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: white;
  position: absolute;
}
.reports .dt-picker-wrapper .dt-picker .err {
  color: #f47129;
  margin: 10px 0 0 10px;
}
.reports .dt-picker-wrapper .dt-picker .dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.reports .dt-picker-wrapper .dt-picker .dates .part {
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 10px;
}
.reports .dt-picker-wrapper .dt-picker .dates .part .time {
  margin-top: auto;
}
.reports .dt-picker-wrapper .dt-picker .dates .part .time p {
  margin: 10px 0 10px 0;
}
.reports .dt-picker-wrapper .dt-picker.right {
  left: 0;
}
.reports .dt-picker-wrapper .dt-picker.left {
  right: 0;
}
.reports .dt-picker-wrapper .dt-picker.top {
  bottom: 130%;
}
.reports .dt-picker-wrapper .dt-picker.bottom {
  top: 130%;
}
.reports .dt-picker-wrapper .dt-picker .i1 {
  display: flex;
  justify-content: space-between;
}
.reports .dt-picker-wrapper .dt-picker .btn-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.reports .Select-multi-value-wrapper {
  overflow: hidden;
}
.reports .Select-option {
  word-break: break-word;
}

.react-calendar__navigation {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.template-placeholders .template-placeholder-items {
  background-color: rgba(1, 99, 148, 0.05);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.template-placeholders .template-placeholder-item {
  background-color: rgba(244, 113, 41, 0.2);
  border-radius: 5px;
  cursor: pointer;
  padding: 2px 5px;
  font-weight: 600;
}
.template-placeholders .template-placeholder-item:hover {
  background-color: rgba(244, 113, 41, 0.3);
}

.no-data {
  color: #589fb9;
  margin-top: 45px;
  text-align: center;
}
.no-data svg {
  font-size: 80px;
}
.no-data .no-data-text {
  display: block;
  font-size: 20px;
}

.status-message {
  margin-bottom: 3px;
  text-align: center;
}
.status-message .icon {
  color: #f47129;
  font-size: 80px;
}
.status-message .icon.error {
  color: red;
}
.status-message .icon.success {
  color: green;
}
.status-message .icon svg {
  display: block;
  margin: auto;
}
.status-message .content {
  font-size: 20px;
}

.dcc-field-group {
  background-color: rgba(1, 99, 148, 0.05);
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 26px;
}
.dcc-field-group > :first-child {
  margin-top: 0;
}
.dcc-field-group > :last-child {
  margin-bottom: 0;
}

.consent-revocation-table .form-group {
  width: 100%;
}
.consent-revocation-table td {
  overflow: visible;
  width: 50%;
}
.consent-revocation-table .row-actions {
  width: 70px;
}
.consent-revocation-table .error {
  color: red;
}

.dialog.revoke-consent-dialog {
  width: 860px;
}

.reportTable-summary {
  width: 45%;
}

.balance-reports-translate-left-90 {
  translate: -90px 0px;
}
.balance-reports-translate-left-100 {
  translate: -100px 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: #080808;
  height: 100%;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  height: 100%;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: padding-top 0.3s ease;
}
.site.with-header {
  padding-top: 89px;
}
.site.with-alert .page-wrap {
  min-height: calc(100% - 48px);
}
.site.with-alert .page-wrap.windowed-mode {
  height: calc(100% - 48px);
}
.site.not-logged-in .header-close {
  display: none;
}
.site.not-logged-in .page-content-wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
.site.not-logged-in .page-content-wrap .centering {
  max-width: 500px;
}
.site.not-logged-in .page-content-wrap .button, .site.not-logged-in .page-content-wrap .content-pagination ul li > a, .content-pagination ul .site.not-logged-in .page-content-wrap li > a {
  font-size: 14px;
  width: 200px;
  height: 50px;
  padding: 15px 20px;
}
.site.not-logged-in .page-content-wrap .page-title {
  margin: auto;
  font-size: 36px;
  font-weight: 500;
}
.site.not-logged-in .page-content-wrap .page-content {
  min-height: 280px;
}
.site.not-logged-in .page-content-wrap .action-forgotten-password {
  margin: 0;
  text-align: center;
  padding: 20px 0;
}
.site.not-logged-in .page-content-wrap .action-forgotten-password a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

.site-content {
  height: 100%;
  overflow-y: auto;
}

::selection {
  background: #b3d4fc;
}

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

.centering {
  margin: auto;
  max-width: 1340px;
}
.centering.slim {
  max-width: 1040px;
}
.centering.width {
  max-width: 1600px;
}

nav ul {
  list-style: none;
  padding: 0;
}

code {
  display: block;
  margin: 50px 0;
}

.capitalize {
  text-transform: capitalize;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #008bbe;
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #016394;
}

.api-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.api-input-wrapper button {
  margin-bottom: 10px;
  margin-left: 20px;
}

.mpan-wrapper {
  padding: 0 20px;
  align-items: center;
}
.mpan-wrapper > * {
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.mpan-wrapper .import-wrapper {
  padding: 0;
  align-items: center;
}
.mpan-wrapper .import-label {
  padding: 20px 0;
}

.custom-modal {
  padding: 0px;
}
.custom-modal .page-title {
  padding: 40px 40px 20px 40px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9;
}
.custom-modal .form {
  padding: 0px 40px 40px 40px;
}

.changes-summary {
  font-weight: bold;
}
.changes-summary h4 {
  font-size: 16px;
}
.changes-summary > ul > li {
  margin: 10px 0;
}
.changes-summary .edited {
  color: #016394;
}
.changes-summary .removed {
  color: red;
}
.changes-summary .added {
  color: green;
}
.changes-summary .required-type {
  font-size: 13px;
  color: grey;
  font-weight: normal;
}
.changes-summary .affected-users {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  position: relative;
  color: grey;
}
.changes-summary .affected-users > span {
  position: relative;
  left: -14px;
  color: black;
}

/*# sourceMappingURL=layout.css.map */
