/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/*
@colourBrand25:  #E8E8F2;
@colourBrand50:  #F9F5FF;
@colourBrand100: #A4A4B0;
@colourBrand200: #8C8D9F;
@colourBrand300: #74768D;
@colourBrand400: #5D607D;
@colourBrand500: #464B6C;
@colourBrand600: #2F385C;
@colourBrand700: #16254C;
@colourBrand800: #131e3f;
@colourBrand900: #0f1833;
@colourBrand950: #0c1127;
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #16254C;
}
a:hover {
  color: #3355af;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #16254C;
  border-color: #16254C;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #0b1224;
  border-color: #0b1224;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFFFFF;
  border: 1px solid #EAEDEF;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #16254C;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #FFFFFF;
  border: 1px solid #EAEDEF;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #EAEDEF;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #EAEDEF;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */

/*
@colourBrand25:  #E8E8F2;
@colourBrand50:  #F9F5FF;
@colourBrand100: #A4A4B0;
@colourBrand200: #8C8D9F;
@colourBrand300: #74768D;
@colourBrand400: #5D607D;
@colourBrand500: #464B6C;
@colourBrand600: #2F385C;
@colourBrand700: #16254C;
@colourBrand800: #131e3f;
@colourBrand900: #0f1833;
@colourBrand950: #0c1127;
*/
html,
body {
  /* Text md/Regular */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  background-color: #16254C;
}
p.centred {
  text-align: center;
}
div.message {
  box-sizing: border-box;
  display: block;
  background-color: white;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  border-left: 5px solid #3f3f3f;
  border-radius: 0 0.3em 0.3em 0;
  margin: 0 0 2em 0;
  padding: 1em;
  width: 100%;
  color: #b9b7c4;
}
div.message.notice {
  border-color: lightgreen;
  color: lightgreen;
}
div.message.error {
  border-color: red;
  color: red;
}
@keyframes attention-shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  75% {
    transform: translate(0, 0) rotate(0deg);
  }
  81% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  87% {
    transform: translate(0, 0) rotate(0eg);
  }
  93% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.icon-attention {
  animation: attention-shake 2s linear 1s infinite;
}
number-roller > div {
  display: flex;
  overflow: hidden;
}
number-roller > div div.roller-digit {
  position: relative;
}
number-roller > div div.roller-digit div.set {
  color: transparent;
  transition: width 0.5s, height 0.5s;
}
number-roller > div div.roller-digit div.roller {
  position: absolute;
}

/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(a0e477f2f1f9d2376fde.woff2) format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(e295f70fe3e2df296c7b.woff2) format("woff2");
}

/* static fonts */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url(2deca9291ec28e5bbe13.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url(82ab8d90656d72d0453d.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url(86ff768b6f42dcd980da.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url(4abbed80b910137e4368.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url(d6125db9dd20399de932.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url(42c85884278802922cd9.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url(76224c7fa303861462e7.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url(b44d820bae143323a658.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url(9c1163dc5cc2a1c9b55b.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url(8ec956fb082ce092742f.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url(3be6b9e3b22c24eaada7.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url(9a29a242a47db82ea071.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url(c3c9f10a4dbfc7314a59.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url(21c58fc495f4efcff84c.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url(1a0b36c51217b94a825d.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url(aec47db441fde7da8c33.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url(9ed71fbc8206e8069042.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url(eb2e655228f94ffaa162.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url(8869ea180347c0b3e105.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url(84afcd2c98f66e503a05.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url(8aac419550652c70acce.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url(3d35f6363cf46c94cb5d.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url(878eccfa0e5c8240899d.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url(af1c0bdb835afad15237.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url(a4074fefb60f137f7974.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url(c0dffe244faaf5bb8fbe.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url(6e976150c457a5edc1f3.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url(361044e3f1781339740b.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url(54b6be6a7edc5b3cbdd6.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url(4f03584a088f6fd33910.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url(f5ec5e21f616f430d4ba.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url(439cef167a628cb21856.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url(89518fa4ab7bacdb30e6.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url(4dcb197ef83d3558dbdc.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url(fb55d5da48c7bee4d80a.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url(bd4243b6c8594236ba85.woff2) format("woff2"); }

/*
@colourBrand25:  #E8E8F2;
@colourBrand50:  #F9F5FF;
@colourBrand100: #A4A4B0;
@colourBrand200: #8C8D9F;
@colourBrand300: #74768D;
@colourBrand400: #5D607D;
@colourBrand500: #464B6C;
@colourBrand600: #2F385C;
@colourBrand700: #16254C;
@colourBrand800: #131e3f;
@colourBrand900: #0f1833;
@colourBrand950: #0c1127;
*/
p {
  color: #475467;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0;
}
p.minor {
  color: #475467;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
h3 {
  color: #101828;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
  margin: 0;
}
h4 {
  color: #101828;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  margin: 0 0 13px 0;
}
h5 {
  color: #101112;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
h6 {
  color: #475467;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  margin: 0;
}
input + span.note {
  margin-top: -1em;
}
input.snug {
  margin-bottom: 0;
}
div.dash-container {
  display: flex;
  align-items: flex-start;
  background: #16254C;
  max-height: 100vh;
}
div.main-wrap {
  padding: 12px 0 0 0;
  align-self: stretch;
  width: 100%;
  overflow-y: scroll;
}
div.main-wrap div.main {
  width: 100%;
  box-sizing: border-box;
  min-height: 99vh;
  border-radius: 40px 0px 0px 0px;
  background: #FFF;
  overflow: hidden;
}
div.main-wrap .dash-page {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  min-height: 99vh;
  padding: 32px;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  background: #FFF;
}
div.main-wrap .dash-page.fixed-width {
  max-width: 1600px;
}
dash-navigation {
  display: flex;
  width: 280px;
  box-sizing: content-box;
  height: 100vh;
  align-items: flex-start;
  flex-shrink: 0;
  background: #16254C;
  overflow-y: auto;
  z-index: 200;
  position: relative;
}
dash-navigation div.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
}
dash-navigation div.top {
  display: flex;
  padding: 32px 0px 48px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
dash-navigation div.top div.header {
  display: flex;
  padding: 0px 20px 0px 24px;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
}
dash-navigation div.top div.header img {
  height: 32px;
}
dash-navigation div.top div.search {
  position: relative;
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
dash-navigation div.top div.search .search-anchor {
  position: absolute;
  z-index: 100;
}
dash-navigation div.top div.search .search-result {
  position: relative;
  width: 560px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #eaedef;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 48px;
  z-index: 100;
}
dash-navigation div.top div.search .search-result ul,
dash-navigation div.top div.search .search-result li {
  list-style: none;
  margin: 0;
}
dash-navigation div.top div.search .search-result li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
}
dash-navigation div.top div.search .search-result li > div.target {
  color: #9d9ea8;
}
dash-navigation div.top div.search .search-result li.selected {
  background-color: #f1f2f7;
}
dash-navigation div.top div.search input[type=text] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #303f65;
  background: #303f65;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #FFF;
  padding-left: 32px;
  margin-bottom: 0;
}
dash-navigation div.top div.search input[type=text]::placeholder {
  color: #a1a9c0;
}
dash-navigation div.top div.search img.icon {
  position: absolute;
  top: 7px;
  left: 30px;
  filter: brightness(2.9) saturate(0.25);
}
dash-navigation div.top div.navigation {
  list-style: none;
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
dash-navigation div.top div.navigation > a {
  text-decoration: none;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 6px;
  background: #16254C;
  transition: background 0.25s;
}
dash-navigation div.top div.navigation > a > img {
  width: 24px;
  filter: brightness(4.3) saturate(0.25);
}
dash-navigation div.top div.navigation > a > span {
  color: #bfc5d5;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
dash-navigation div.top div.navigation > a.focus {
  background: #303f65;
}
dash-navigation div.top div.navigation > a.focus > img {
  filter: brightness(20);
}
dash-navigation div.top div.navigation > a.focus > span {
  color: #FFF;
}
dash-navigation div.top div.navigation > a:hover {
  background: #303f65;
}
dash-navigation div.top div.navigation > a.subnav {
  padding: 0px 0px 0px 32px;
}
dash-navigation div.top div.navigation > a.subnav > span {
  color: #bfc5d5;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
dash-navigation div.bottom {
  display: flex;
  padding: 0 16px 32px 16px;
  flex-direction: column;
  align-content: stretch;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}
dash-navigation div.bottom auth-nav {
  display: flex;
  padding: 24px 5px 0 8px;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid #303f65;
}
dash-navigation div.bottom auth-nav div.avatar {
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #303f65;
}
dash-navigation div.bottom auth-nav div.avatar img {
  width: 100%;
}
dash-navigation div.bottom auth-nav div.ident {
  padding-top: 10px;
  align-self: end;
  flex-grow: 4;
}
dash-navigation div.bottom auth-nav div.ident a {
  display: block;
  text-decoration: none;
  word-break: break-word;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 142.857% */
}
dash-navigation div.bottom auth-nav div.ident a:nth-child(1) {
  color: #FFF;
}
dash-navigation div.bottom auth-nav div.ident a:nth-child(2) {
  font-size: 10px;
  color: #a1a9c0;
}
dash-navigation div.bottom auth-nav div.ident a:hover {
  color: #FFF;
}
dash-navigation div.bottom auth-nav div.logout {
  cursor: pointer;
  align-self: center;
}
dash-navigation div.bottom auth-nav div.logout img {
  width: 20px;
  filter: brightness(4.3) saturate(0.25);
}
dash-navigation div.bottom auth-nav div.logout:hover img {
  filter: brightness(20) saturate(0);
}
div.main-wrap .dash-page {
  /* Buttons */
  /* Forms */
}
div.main-wrap .dash-page .badge {
  font-size: 0.8em;
  display: inline-flex;
  padding: 2px 8px;
  margin: 0 2px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
}
div.main-wrap .dash-page .dash-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}
div.main-wrap .dash-page .dash-content .section {
  border-bottom: 2px solid #EAECF0;
  padding-bottom: 24px;
}
div.main-wrap .dash-page .dash-content .section.split {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 32px;
  align-self: stretch;
  flex-wrap: wrap;
}
div.main-wrap .dash-page .dash-content .section.split > div:nth-child(1) {
  display: flex;
  min-width: 230px;
  max-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
div.main-wrap .dash-page label.toggle {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
div.main-wrap .dash-page label.toggle input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}
div.main-wrap .dash-page label.toggle span {
  display: inline-flex;
  width: 36px;
  height: 20px;
  padding: 2px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #F2F4F7;
}
div.main-wrap .dash-page label.toggle span > span {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  transition: transform 0.25s ease;
  transform: translateX(0);
}
div.main-wrap .dash-page label.toggle input[type="checkbox"]:checked + span {
  background-color: #16254C;
}
div.main-wrap .dash-page label.toggle input[type="checkbox"]:checked + span > span {
  transform: translateX(16px);
}
div.main-wrap .dash-page label.toggle p {
  line-height: 24px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
div.main-wrap .dash-page label.toggle h5 {
  line-height: 24px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
div.main-wrap .dash-page label.check {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
div.main-wrap .dash-page label.check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}
div.main-wrap .dash-page label.check span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  box-sizing: border-box;
}
div.main-wrap .dash-page label.check span > span {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
div.main-wrap .dash-page label.check input[type="checkbox"]:checked + span {
  border: 1px solid #303f65;
  background: #303f65;
}
div.main-wrap .dash-page label.check input[type="checkbox"]:checked + span > span {
  background-image: url(3e9c18124e5cc73f12b9.svg);
  background-repeat: no-repeat;
  background-position: center;
}
div.main-wrap .dash-page label.check p {
  line-height: 16px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
div.main-wrap .dash-page label.check h5 {
  line-height: 16px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
div.main-wrap .dash-page .button,
div.main-wrap .dash-page button,
div.main-wrap .dash-page input[type="submit"],
div.main-wrap .dash-page input[type="reset"],
div.main-wrap .dash-page input[type="button"] {
  color: #101112;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 0 16px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  text-transform: none;
  user-select: none;
}
div.main-wrap .dash-page td > .button,
div.main-wrap .dash-page td > button,
div.main-wrap .dash-page td > input[type="submit"],
div.main-wrap .dash-page td > input[type="reset"],
div.main-wrap .dash-page td > input[type="button"] {
  margin: 0;
}
div.main-wrap .dash-page .button:hover,
div.main-wrap .dash-page button:hover,
div.main-wrap .dash-page input[type="submit"]:hover,
div.main-wrap .dash-page input[type="reset"]:hover,
div.main-wrap .dash-page input[type="button"]:hover {
  border: 1px solid #EAECF0;
  background: #EAECF0;
}
div.main-wrap .dash-page .button[disabled],
div.main-wrap .dash-page button[disabled],
div.main-wrap .dash-page input[type="submit"][disabled],
div.main-wrap .dash-page input[type="reset"][disabled],
div.main-wrap .dash-page input[type="button"][disabled] {
  cursor: initial;
  color: #D0D5DD;
  box-shadow: none;
}
div.main-wrap .dash-page .button[disabled]:hover,
div.main-wrap .dash-page button[disabled]:hover,
div.main-wrap .dash-page input[type="submit"][disabled]:hover,
div.main-wrap .dash-page input[type="reset"][disabled]:hover,
div.main-wrap .dash-page input[type="button"][disabled]:hover {
  border: 1px solid #D0D5DD;
  background: #FFF;
}
div.main-wrap .dash-page .button img,
div.main-wrap .dash-page button img,
div.main-wrap .dash-page input[type="submit"] img,
div.main-wrap .dash-page input[type="reset"] img,
div.main-wrap .dash-page input[type="button"] img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}
div.main-wrap .dash-page .button.button-primary,
div.main-wrap .dash-page button.button-primary,
div.main-wrap .dash-page input[type="submit"].button-primary,
div.main-wrap .dash-page input[type="reset"].button-primary,
div.main-wrap .dash-page input[type="button"].button-primary {
  color: #FFF;
  border-radius: 8px;
  border: 1px solid #303f65;
  background: #303f65;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
div.main-wrap .dash-page .button.button-primary[disabled],
div.main-wrap .dash-page button.button-primary[disabled],
div.main-wrap .dash-page input[type="submit"].button-primary[disabled],
div.main-wrap .dash-page input[type="reset"].button-primary[disabled],
div.main-wrap .dash-page input[type="button"].button-primary[disabled] {
  cursor: initial;
  color: #7d8bb1;
  box-shadow: none;
}
div.main-wrap .dash-page .button.button-primary:hover,
div.main-wrap .dash-page button.button-primary:hover,
div.main-wrap .dash-page input[type="submit"].button-primary:hover,
div.main-wrap .dash-page input[type="reset"].button-primary:hover,
div.main-wrap .dash-page input[type="button"].button-primary:hover {
  border: 1px solid #415487;
  background: #415487;
}
div.main-wrap .dash-page .button.button-primary[disabled]:hover,
div.main-wrap .dash-page button.button-primary[disabled]:hover,
div.main-wrap .dash-page input[type="submit"].button-primary[disabled]:hover,
div.main-wrap .dash-page input[type="reset"].button-primary[disabled]:hover,
div.main-wrap .dash-page input[type="button"].button-primary[disabled]:hover {
  border: 1px solid #415487;
  background: #415487;
}
div.main-wrap .dash-page .button.button-primary img,
div.main-wrap .dash-page button.button-primary img,
div.main-wrap .dash-page input[type="submit"].button-primary img,
div.main-wrap .dash-page input[type="reset"].button-primary img,
div.main-wrap .dash-page input[type="button"].button-primary img {
  width: 16px;
  filter: brightness(10) saturate(0);
  vertical-align: text-bottom;
  margin-right: 0.5em;
}
div.main-wrap .dash-page .button.button-warning,
div.main-wrap .dash-page button.button-warning,
div.main-wrap .dash-page input[type="submit"].button-warning,
div.main-wrap .dash-page input[type="reset"].button-warning,
div.main-wrap .dash-page input[type="button"].button-warning {
  color: #FFF;
  border: 1px solid #D92D20;
  background: #D92D20;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
div.main-wrap .dash-page .button.button-warning[disabled],
div.main-wrap .dash-page button.button-warning[disabled],
div.main-wrap .dash-page input[type="submit"].button-warning[disabled],
div.main-wrap .dash-page input[type="reset"].button-warning[disabled],
div.main-wrap .dash-page input[type="button"].button-warning[disabled] {
  cursor: initial;
  color: #FDA29B;
  box-shadow: none;
}
div.main-wrap .dash-page .button.button-warning:hover,
div.main-wrap .dash-page button.button-warning:hover,
div.main-wrap .dash-page input[type="submit"].button-warning:hover,
div.main-wrap .dash-page input[type="reset"].button-warning:hover,
div.main-wrap .dash-page input[type="button"].button-warning:hover {
  border: 1px solid #F04438;
  background: #F04438;
}
div.main-wrap .dash-page .button.button-warning[disabled]:hover,
div.main-wrap .dash-page button.button-warning[disabled]:hover,
div.main-wrap .dash-page input[type="submit"].button-warning[disabled]:hover,
div.main-wrap .dash-page input[type="reset"].button-warning[disabled]:hover,
div.main-wrap .dash-page input[type="button"].button-warning[disabled]:hover {
  border: 1px solid #F04438;
  background: #F04438;
}
div.main-wrap .dash-page .button.button-warning img,
div.main-wrap .dash-page button.button-warning img,
div.main-wrap .dash-page input[type="submit"].button-warning img,
div.main-wrap .dash-page input[type="reset"].button-warning img,
div.main-wrap .dash-page input[type="button"].button-warning img {
  width: 16px;
  filter: brightness(10) saturate(0);
  vertical-align: text-bottom;
  margin-right: 0.5em;
}
div.main-wrap .dash-page input[type="email"],
div.main-wrap .dash-page input[type="number"],
div.main-wrap .dash-page input[type="search"],
div.main-wrap .dash-page input[type="text"],
div.main-wrap .dash-page input[type="tel"],
div.main-wrap .dash-page input[type="url"],
div.main-wrap .dash-page input[type="password"],
div.main-wrap .dash-page textarea,
div.main-wrap .dash-page select {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Text md/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
div.main-wrap .dash-page input[type="email"]::placeholder,
div.main-wrap .dash-page input[type="number"]::placeholder,
div.main-wrap .dash-page input[type="search"]::placeholder,
div.main-wrap .dash-page input[type="text"]::placeholder,
div.main-wrap .dash-page input[type="tel"]::placeholder,
div.main-wrap .dash-page input[type="url"]::placeholder,
div.main-wrap .dash-page input[type="password"]::placeholder,
div.main-wrap .dash-page textarea::placeholder,
div.main-wrap .dash-page select::placeholder {
  color: #667085;
}
div.main-wrap .dash-page textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
div.main-wrap .dash-page input[type="email"]:focus,
div.main-wrap .dash-page input[type="number"]:focus,
div.main-wrap .dash-page input[type="search"]:focus,
div.main-wrap .dash-page input[type="text"]:focus,
div.main-wrap .dash-page input[type="tel"]:focus,
div.main-wrap .dash-page input[type="url"]:focus,
div.main-wrap .dash-page input[type="password"]:focus,
div.main-wrap .dash-page textarea:focus,
div.main-wrap .dash-page select:focus {
  border: 1px solid #16254C;
  outline: 0;
}
div.main-wrap .dash-page div.boxRadio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}
div.main-wrap .dash-page div.boxRadio span {
  width: 100%;
}
div.main-wrap .dash-page div.boxRadio input[type="radio"]:checked + span {
  color: #FFF;
  border: 1px solid #303f65;
  background: #303f65;
}
div.main-wrap .dash-page div.boxRadio label {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
div.main-wrap .dash-page div.boxRadio.two label {
  width: 49%;
}
div.main-wrap .dash-page div.boxRadio.three label {
  width: 32%;
}
div.main-wrap .dash-page div.boxRadio.four label {
  width: 24%;
}
div.main-wrap .dash-page div.boxRadio.two label:nth-child(1) > span,
div.main-wrap .dash-page div.boxRadio.three label:nth-child(1) > span,
div.main-wrap .dash-page div.boxRadio.four label:nth-child(1) > span {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.main-wrap .dash-page div.boxRadio.three label:nth-child(2) > span,
div.main-wrap .dash-page div.boxRadio.four label:nth-child(2) > span,
div.main-wrap .dash-page div.boxRadio.four label:nth-child(3) > span {
  border-radius: 0;
}
div.main-wrap .dash-page div.boxRadio.two label:nth-child(2) > span,
div.main-wrap .dash-page div.boxRadio.three label:nth-child(3) > span,
div.main-wrap .dash-page div.boxRadio.four label:nth-child(4) > span {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
div.main-wrap .dash-page .button-tabs {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
}
div.main-wrap .dash-page .button-tabs a {
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  color: #667085;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
div.main-wrap .dash-page .button-tabs a.active {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  color: #101112;
}
div.main-wrap .dash-page .cell-span {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
div.main-wrap .dash-page .cell-span .cell,
div.main-wrap .dash-page .cell-span .multi-cell {
  display: flex;
  min-width: 320px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
div.main-wrap .dash-page .cell-span .cell .head,
div.main-wrap .dash-page .cell-span .multi-cell .head {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 21px;
  width: 103%;
}
div.main-wrap .dash-page .cell-span .cell .head > h4,
div.main-wrap .dash-page .cell-span .multi-cell .head > h4 {
  margin: 0;
}
div.main-wrap .dash-page .cell-span .cell .data > span,
div.main-wrap .dash-page .cell-span .multi-cell .data > span,
div.main-wrap .dash-page .cell-span .cell .data > number-roller,
div.main-wrap .dash-page .cell-span .multi-cell .data > number-roller {
  color: #101828;
  /* Display md/Semibold */
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
div.main-wrap .dash-page .cell-span .cell .data > span.number,
div.main-wrap .dash-page .cell-span .multi-cell .data > span.number,
div.main-wrap .dash-page .cell-span .cell .data > number-roller.number,
div.main-wrap .dash-page .cell-span .multi-cell .data > number-roller.number {
  font-size: 36px;
}
div.main-wrap .dash-page .cell-span .cell .data > span.unit,
div.main-wrap .dash-page .cell-span .multi-cell .data > span.unit {
  font-size: 20px;
  line-height: 20px;
}
div.main-wrap .dash-page .cell-span .multi-cell {
  flex-direction: row;
}
div.main-wrap .dash-page .cell-span .multi-cell > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-grow: 1;
}
div.main-wrap .dash-page .widget {
  display: flex;
  flex-direction: column;
  border: 1px solid #EAECF0;
  background: #FFF;
  border-radius: 12px;
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  padding: 1em;
}
div.main-wrap .dash-page .widget .entry.control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.9em;
  gap: 1em;
}
div.main-wrap .dash-page .widget .entry.control label {
  margin: 0;
  line-height: 1em;
}
div.main-wrap .dash-page .widget .entry.control select {
  font-size: 0.9em;
  padding: 0 0 0 0.8em;
  height: 2em;
  margin: 8px 0;
  border-radius: 6px;
  line-height: 1em;
}
div.main-wrap .dash-page .widget .entry.control input[type=text] {
  font-size: 0.9em;
  padding: 0 0 0 0.8em;
  height: 2em;
  margin: 8px 0;
  border-radius: 6px;
  line-height: 1em;
}
div.main-wrap .dash-page .widget textarea {
  width: 100%;
  height: 6em;
}
div.main-wrap .dash-page .widget .foot {
  text-align: right;
}
div.main-wrap .dash-page .widget .foot button {
  margin: 0;
}
div.main-wrap .dash-page .widget .commands ul,
div.main-wrap .dash-page .widget .notes ul,
div.main-wrap .dash-page .widget .commands li,
div.main-wrap .dash-page .widget .notes li {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.main-wrap .dash-page .widget .commands li,
div.main-wrap .dash-page .widget .notes li {
  margin-top: 1em;
  border-top: 1px solid #EAECF0;
}
div.main-wrap .dash-page .widget .commands .head,
div.main-wrap .dash-page .widget .notes .head {
  display: flex;
  gap: 16px;
  font-size: 0.6em;
  color: #666666;
}
div.main-wrap .dash-page .widget .commands .head span:nth-child(2),
div.main-wrap .dash-page .widget .notes .head span:nth-child(2) {
  font-weight: 800;
}
div.main-wrap .dash-page .widget .commands .head span:last-child,
div.main-wrap .dash-page .widget .notes .head span:last-child {
  margin-left: auto;
}
div.main-wrap .dash-page .widget .commands .head img.icon,
div.main-wrap .dash-page .widget .notes .head img.icon {
  margin: 0 0.5em 0 0;
  height: 1.7em;
  vertical-align: middle;
  opacity: 0.5;
}
div.main-wrap .dash-page .widget .commands .head a,
div.main-wrap .dash-page .widget .notes .head a {
  font-size: 0.8em;
}
div.main-wrap .dash-page .widget .commands .head a img,
div.main-wrap .dash-page .widget .notes .head a img {
  margin-left: 1em;
  height: 2em;
  vertical-align: middle;
  opacity: 0.7;
}
div.main-wrap .dash-page .widget .commands .body pre,
div.main-wrap .dash-page .widget .notes .body pre {
  width: 100%;
  white-space: pre-wrap;
  margin: 1em 0;
}
div.main-wrap .dash-page .widget .commands .foot {
  display: flex;
  gap: 16px;
  font-size: 0.6em;
  color: #666666;
  text-align: left;
}
div.main-wrap .dash-page table.framed {
  border-collapse: initial;
  border-spacing: 0;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}
div.main-wrap .dash-page table.framed th,
div.main-wrap .dash-page table.framed td {
  height: 44px;
  padding: 12px 24px;
}
div.main-wrap .dash-page table.framed th:first-child,
div.main-wrap .dash-page table.framed td:first-child {
  padding: 12px 24px;
}
div.main-wrap .dash-page table.framed th:last-child,
div.main-wrap .dash-page table.framed td:last-child {
  padding: 12px 24px;
}
div.main-wrap .dash-page table.framed th {
  height: 24px;
  color: #475467;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
}
div.main-wrap .dash-page table.framed td {
  padding: 16px 24px;
  color: #101828;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
div.main-wrap .dash-page table.framed tbody.compact td {
  padding: 8px 24px;
  height: 33px;
}
div.main-wrap .dash-page table tbody > tr.clickable {
  cursor: pointer;
}
div.main-wrap .dash-page table tbody > tr.clickable:hover {
  background-color: #EAECF0;
}
div.main-wrap .dash-page .table-scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
div.main-wrap .dash-page .table-scroll-container > .entry,
div.main-wrap .dash-page .table-scroll-container > .commands,
div.main-wrap .dash-page .table-scroll-container > ul,
div.main-wrap .dash-page .table-scroll-container > table {
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
}
div.main-wrap .dash-page div.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
div.main-wrap .dash-page div.pagination {
  display: flex;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  user-select: none;
}
div.main-wrap .dash-page div.pagination div {
  cursor: pointer;
  border-right: 1px solid #D0D5DD;
  background: #FFF;
  padding: 8px 16px;
  color: #101112;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
div.main-wrap .dash-page div.pagination div img {
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
div.main-wrap .dash-page div.pagination div[disabled] {
  cursor: initial;
  color: #D0D5DD;
}
div.main-wrap .dash-page div.pagination div.active {
  background: #EAECF0;
}
div.main-wrap .dash-page div.pagination div:last-child {
  border: none;
}
div.main-wrap .dash-page ul.pagination {
  list-style: none;
  text-align: center;
}
div.main-wrap .dash-page ul.pagination li {
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  border-right: 1px solid #D0D5DD;
  background: #FFF;
  color: #101112;
  /* Text sm/Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
div.main-wrap .dash-page ul.pagination li {
  display: inline-block;
  cursor: pointer;
  border-radius: 0 !important;
  border-right: 0;
}
div.main-wrap .dash-page ul.pagination li:hover {
  border-right: 0;
}
div.main-wrap .dash-page ul.pagination li.active {
  text-decoration: underline;
}
div.main-wrap .dash-page ul.pagination li.active:hover {
  color: #3355af;
}
div.main-wrap .dash-page ul.pagination li:first-child {
  border-radius: 8px 0 0 8px !important;
}
div.main-wrap .dash-page ul.pagination li:last-child {
  border-radius: 0 8px 8px 0 !important;
  border-right: 1px solid #D0D5DD;
}
div.main-wrap .dash-page div.picker-menu,
div.main-wrap .dash-page div.context-menu {
  position: fixed;
  box-shadow: 0em 0.26em 2em rgba(0, 0, 0, 0.05);
  border-radius: 0.44em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 10;
}
div.main-wrap .dash-page div.picker-menu {
  width: 18.8em;
  min-height: 18.8em;
  margin-left: -1.4em;
  margin-top: -0.4em;
}
div.main-wrap .dash-page div.picker-menu ul {
  margin: 0.3em;
}
div.main-wrap .dash-page div.picker-menu ul,
div.main-wrap .dash-page div.picker-menu li {
  list-style: none;
}
div.main-wrap .dash-page div.picker-menu li {
  display: inline-block;
  margin: 0;
  padding: 0.5em;
  cursor: pointer;
}
div.main-wrap .dash-page div.picker-menu li > img {
  width: 24px;
}
div.main-wrap .dash-page div.picker-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
div.main-wrap .dash-page div.context-menu {
  text-align: left;
  width: 200px;
  margin-left: -2.4em;
  margin-top: -1.4em;
  right: 0;
}
div.main-wrap .dash-page div.context-menu ul,
div.main-wrap .dash-page div.context-menu li {
  list-style: none;
  margin: 0;
}
div.main-wrap .dash-page div.context-menu li > a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
div.main-wrap .dash-page div.context-menu li {
  padding: 0.2em 1em;
  cursor: pointer;
}
div.main-wrap .dash-page div.context-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
div.main-wrap .dash-page .modal {
  background-color: transparent;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.component-stock {
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 16px;
  overflow: hidden;
}
.component-stock p {
  margin-left: 11px;
  font-size: 20px;
}
.component-stock p img {
  width: 24px;
  margin: 8px 8px 8px 0;
  vertical-align: middle;
}
.component-stock .sectioned-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2px;
}
.component-stock .sectioned-bar > div {
  color: white;
  text-align: center;
}
.component-stock .sectioned-bar > div.colour-stocked {
  background-color: #415487;
}
.component-stock .sectioned-bar > div.colour-warehouse {
  background-color: #586da3;
}
.component-stock .sectioned-bar > div.colour-used {
  background-color: #7d8bb1;
}
table {
  width: 100%;
}
#dropzone {
  width: 100%;
  height: 7em;
  margin: 0 auto;
  border: 5px dashed #b4b4b4;
  border-radius: 1.5em;
  background-color: rgba(0, 0, 0, 0);
  color: #b4b4b4;
  text-align: center;
  font-size: 1.5em;
  user-select: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
#dropzone input[type=file] {
  visibility: hidden;
  display: block;
}
#dropzone span {
  position: relative;
  top: 37%;
  /* Hack to make it look ok when on two lines */
  pointer-events: none;
}
#dropzone.highlight {
  background-color: rgba(0, 0, 0, 0.1);
}
asset-uploader {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  color: #16254C;
  margin: 0.2em 0 1em 0;
}
asset-uploader ul,
asset-uploader li {
  list-style: none;
  margin: 0;
  padding: 0;
}
asset-uploader ul {
  margin-bottom: 1em;
}
asset-uploader li {
  background-color: #eee;
  padding: 0.3em;
  margin: 0.3em 0;
}
asset-uploader p {
  text-align: left;
  margin: 0;
  line-height: 38px;
}
asset-uploader select {
  font-size: 0.8em;
  margin: 0;
}
asset-uploader div.progress-text {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  color: white;
}
asset-uploader div.progress {
  width: 100%;
  margin: 0.3em auto;
  display: block;
  background-color: #b4b4b4;
  border-radius: 0.3em;
  overflow: hidden;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
asset-uploader div.progress > div {
  position: relative;
  display: block;
  background-color: #16254C;
  height: 100%;
  width: 50%;
}
asset-picker {
  display: block;
}
asset-picker .icon-preview {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 8em;
  height: 8em;
  border: 2px solid #aaa;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
  background-repeat: repeat, repeat;
  background-position: 0px 0, 5px 5px;
  transform-origin: 0 0 0;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  background-size: 10px 10px, 10px 10px;
  box-shadow: none;
  text-shadow: none;
  transition: none;
  transform: scaleX(1) scaleY(1) scaleZ(1);
}
asset-picker .icon-preview img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
asset-picker.small .icon-preview {
  width: 2.2em;
  height: 2.2em;
}
page-bottle-creator div.progress,
page-bib-creator div.progress {
  display: flex;
  width: 100%;
  height: 20px;
  margin: 0.3em auto;
  border-radius: 0.3em;
  overflow: hidden;
  background-color: #b4b4b4;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 20px;
}
page-bottle-creator div.progress .bar,
page-bib-creator div.progress .bar {
  height: 100%;
  overflow: hidden;
}
page-bottle-creator div.progress .bar.success,
page-bib-creator div.progress .bar.success {
  background-color: #16254C;
}
page-bottle-creator div.progress .bar.failed,
page-bib-creator div.progress .bar.failed {
  background-color: red;
}
table.bib {
  width: 100%;
}
table.bib img {
  width: 24px;
}
table.bib div.slotNumber {
  background-color: #E8F0F2;
  border-radius: 0.5em;
  text-align: center;
  line-height: 1.6em;
  width: 24px;
  height: 24px;
  font-weight: bold;
}
table.bib .volume {
  box-sizing: border-box;
  width: 100%;
  height: 1em;
  position: relative;
  background-color: #E8F0F2;
  border-radius: 3.06em;
  padding: 0.3em;
  overflow: hidden;
}
table.bib .volume .progress {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4545C6;
}
table.bib tr:hover {
  background: #EAECF0;
  cursor: pointer;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.6rem;
}
bottle-level {
  display: inline-block;
}
bottle-level div.base {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
}
bottle-level div.level {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
}
bottle-level.gas div.base {
  background-image: url(8a17950529bff1ab6ffe.svg);
}
bottle-level.gas div.level {
  background-image: url(b021850ea8a894d9a00c.svg);
}
bottle-level.gas div.level.low {
  background-image: url(8f169e516be1ddcbb2a0.svg);
}
bottle-level.filter div.base {
  background-image: url(253e8584dfc2beb4aaca.svg);
}
bottle-level.filter div.level {
  background-image: url(6b5051ec04fb480a4784.svg);
}
bottle-level.filter div.level.low {
  background-image: url(c4d08036bc54c48a0a08.svg);
}
.working-fade {
  transition: opacity 0.25s;
  opacity: 1;
}
.working-fade.working {
  opacity: 0.5;
}
page-operationsdash .page-head {
  display: flex;
  width: 100vw;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  padding: 8px;
  box-sizing: border-box;
}
page-operationsdash .page-head h3 {
  text-align: center;
  color: white;
  size: 10px;
}
page-operationsdash div.main-wrap .dash-page {
  padding: 16px;
}
page-operationsdash div.value-set {
  display: flex;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  user-select: none;
  justify-content: space-between;
  margin-top: 8px;
}
page-operationsdash div.value-set > div {
  flex-grow: 1;
  cursor: pointer;
  border-right: 1px solid #D0D5DD;
  background: #FFF;
  color: #101112;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 5px;
  text-align: center;
}
page-operationsdash div.value-set > div img {
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
page-operationsdash div.value-set div[disabled] {
  cursor: initial;
  color: #D0D5DD;
}
page-operationsdash div.value-set div.active {
  background: #F9FAFB;
}
page-operationsdash div.value-set div:last-child {
  border: none;
}
dash-navigation .header .burger {
  display: none;
}
@media only screen and (max-width: 600px) {
  crud-table {
    display: block;
    overflow-x: scroll;
    padding-bottom: 32px;
  }
  div.dash-container {
    display: block;
  }
  dash-navigation {
    width: unset;
    height: 88px;
    overflow: hidden;
    transition: height 0.4s;
  }
  dash-navigation .header {
    justify-content: space-between;
  }
  dash-navigation .header .burger {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    width: 32px;
    height: 30px;
  }
  dash-navigation .header .burger > div {
    background-color: white;
    width: 100%;
    height: 4px;
  }
  dash-navigation.show {
    height: unset;
  }
  div.main-wrap div.main {
    border-radius: 0;
  }
}
.search-result {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #eaedef;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 9999;
  width: 280px;
}
.search-result ul,
.search-result li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
}
.search-result li > div.target {
  color: #9d9ea8;
}
.search-result li.selected {
  background-color: #f1f2f7;
}
.fw-version {
  position: relative;
  display: inline-block;
}
.fw-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: orangered;
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
}
@keyframes flash-orange {
  0% {
    background-color: orange;
  }
  100% {
    background-color: transparent;
  }
}
.flash-error {
  animation: flash-orange 1s ease;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

