/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.form-group {
  min-width: 0;
  display: block;
  position: relative;
  margin: 15px 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.form-group > .form-group-content > .form-row:first-of-type {
  border-top: none;
  margin-top: -2px;
}
.form-group > .form-group-content + .form-row {
  border-top: none;
}
.form-group > .form-group-content > .form-group {
  margin: 0 0;
  border-radius: 0;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.form-group > .form-group-content > .form-group .form-group-label {
  color: #777;
  cursor: default !important;
}
.form-group > .form-group-content > .form-group + .form-row {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.form-group.collapsed > .form-group-content {
  cursor: pointer;
}
.form-group .form-group-locked-icon {
  margin-right: 4px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.form-group-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
  margin-left: 7px;
  padding: 0 5px;
}
.form-group-label .collapse-toggle {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  height: 16px;
  vertical-align: middle;
}
.form-group-label .label-text {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.form-group.collapsible .form-group-label {
  cursor: pointer;
}
.form-group.collapsible .form-group-label:hover .collapse-toggle {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.popup .form-group {
  margin: 0 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.form-input-inline {
  margin-right: 8px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.form-input.is-error .form-input-input {
  border-color: rgba(168, 90, 94, 0.4);
  color: #871616;
}
.form-input.is-disabled input,
.form-input.is-disabled select,
.form-input.is-disabled textarea {
  cursor: not-allowed;
  color: #848484;
}
.form-input.is-disabled .form-input-input {
  border-color: #eee;
}
.form-input.is-disabled.checkbox .form-input-inline-wrapper {
  color: #aaa;
}
.form-input.checkbox .form-input-inline-wrapper {
  cursor: pointer;
}
.form-input.checkbox .form-input-inline {
  cursor: pointer;
}
.form-input .form-input-locked-icon {
  margin-right: 4px;
  width: 13px;
  height: 13px;
}
.form-input-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #d3d5d8;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  padding: 9px 8px 7px;
  height: 40px;
  color: #444;
  border-radius: 3px;
  font: inherit;
}
.form-input-input:hover {
  border-color: #829ca9;
}
textarea.form-input-input {
  min-height: 70px;
  display: block;
}
select.form-input-input {
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23666'><polygon points='10,15 30,15 20,25'/></svg>") no-repeat;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}
select.form-input-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input[type='text'].form-input-input,
input[type='number'].form-input-input,
input[type='password'].form-input-input,
input[type='date'].form-input-input {
  font-size: 16px;
  line-height: 24px;
}
.form-input-input::-webkit-input-placeholder {
  color: #bbb;
}
.form-input-input::-moz-placeholder {
  color: #bbb;
}
.form-input-input:-ms-input-placeholder {
  color: #bbb;
}
.form-input-input::-ms-input-placeholder {
  color: #bbb;
}
.form-input-input::placeholder {
  color: #bbb;
}
.form-input-input:focus {
  outline: none;
}
.form-input.is-focused .form-input-input {
  border-color: #aaa;
  border-color: #00b9ff;
}
.form-input-prefix {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.form-input-label {
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding-bottom: 4px;
  padding-left: 0;
  font-weight: bold;
  position: relative;
}
.form-input-instructions,
.form-input-error {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}
.form-input-instructions {
  font-weight: bold;
  color: #2c3e50;
}
.form-input-instructions a {
  color: currentColor;
  text-decoration: underline;
}
.form-input-instructions:empty {
  display: none;
}
.form-input-error {
  color: #871616;
}
.form-input-wrapper > label {
  display: block;
}
.form-input-wrapper {
  position: relative;
}
.form-input-wrapper .pass-show-hide-toggle {
  cursor: pointer;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.8;
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  right: 0;
  padding: 0 10px;
}
.form-input.radio .form-input-wrapper {
  padding-left: 2px;
}
.form-input.container {
  width: 100%;
}
.form-input.container .button {
  width: 100%;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.form-row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
  position: relative;
}
.form-row .form-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:768px) {
.form-row .form-row-inner {
    padding: 12px 0;
}
}
.form-row .form-row-inner .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media only screen and (min-width:768px) {
.form-row .form-row-inner .form-input {
    padding: 0 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.form-row .form-row-inner .form-input:first-child {
    border-left: none;
}
}
@media only screen and (max-width:767px) {
.form-row .form-row-inner .form-input {
    padding: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.form-row .form-row-inner .form-input:first-child {
    border-left: none;
}
}
.popup .form-row .form-row-inner .form-input.container {
  padding: 0;
}
.popup .form-row .form-row-inner .form-input:first-child {
  padding-left: 0;
}
.popup .form-row .form-row-inner .form-input:last-child {
  padding-right: 0;
}
.form-row .form-row-inner > .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 12px;
}
@media only screen and (max-width:767px) {
.form-row .form-row-inner > .button {
    margin: 12px;
}
}
.popup .form-row .form-row-inner > .button {
  margin-left: 0;
  margin-right: 0;
}
.form-row .form-row-inner > .button + .button {
  margin-left: 12px;
}
.form-row .form-row-inner > h3 {
  width: 100%;
}
.form-row .form-row-inner .error-message:first-child {
  margin-top: 0;
}
.form-row .form-row-inner:empty {
  display: none;
}
.form-row.form-row--no-inputs > .form-row-inner {
  padding: 10px 12px;
  margin: 0;
  width: 100%;
  display: block;
}
@media only screen and (max-width:767px) {
.form-row.form-row--no-inputs > .form-row-inner {
    padding: 12px;
}
}
.form-row.form-row--no-inputs > .form-row-inner .error-message {
  display: block;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width:767px) {
.form-row.full-width-children-on-small .form-input,
  .form-row.full-width-children-on-small .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
}
.form-row .form-row-instructions {
  padding: 12px 12px 0;
}
.form-row .form-row-instructions:empty {
  display: none;
}
.form-row .form-row-instructions > p {
  margin: 0;
}
.form-row .error-message {
  margin: 12px;
  width: 100%;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.save-bar > .spacer {
  height: 60px;
}
.save-bar > .bar {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  bottom: -60px;
  left: 0;
  background: #4286f4;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.save-bar > .bar .status {
  font-weight: bold;
  padding-right: 20px;
}
.save-bar > .bar.is-visible {
  bottom: 0;
}
.save-bar > .bar.is-error {
  background: #c40013;
}
.save-bar > .bar.is-success {
  background: #27ae60;
}
.save-bar .icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 10px;
}
.save-bar .button {
  margin: 0 10px;
  padding-left: 50px;
  padding-right: 50px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.save-bar > .spacer {
  height: 60px;
}
.save-bar > .bar {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  bottom: -60px;
  left: 0;
  background: #4286f4;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.save-bar > .bar .status {
  font-weight: bold;
  padding-right: 20px;
}
.save-bar > .bar.is-visible {
  bottom: 0;
}
.save-bar > .bar.is-error {
  background: #c40013;
}
.save-bar > .bar.is-success {
  background: #27ae60;
}
.save-bar .icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 10px;
}
.save-bar .button {
  margin: 0 10px;
  padding-left: 50px;
  padding-right: 50px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.error-message {
  color: #d90000;
  border: 1px solid #d90000;
  padding: 5px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.error-message.error-message--is-warning {
  color: #38527d;
  border-color: #38527d;
}
.error-message .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}
.error-message ul {
  display: inline-block;
  padding-left: 20px;
  margin: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.file-upload-widget .button {
  max-width: 200px;
}
.file-upload-widget .dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  cursor: pointer;
  min-height: 60px;
}
.file-upload-widget .dropzone:hover {
  background: rgba(0, 0, 0, 0.05);
}
.file-upload-widget .dropzone.hidden {
  display: none;
}
.file-upload-widget .dropzone .icon {
  height: 35px;
  width: 42px;
}
.file-upload-widget .dropzone .dz-message {
  font-style: normal;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0;
  opacity: 0.8;
}
.file-upload-widget .upload-list {
  padding-left: 20px;
}
.file-upload-widget .upload-list .upload-date {
  font-style: italic;
  font-size: 12px;
  line-height: 1.4em;
}
.file-upload-widget .upload-list.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.file-upload-widget .file-upload-widget__file-name {
  margin-right: 10px;
}
.file-upload-widget .file-upload-widget__upload-date {
  font-size: 14px;
  font-style: italic;
  margin-right: 10px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.icon {
  display: inline-block;
  vertical-align: middle;
}
.link-with-icon .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
  width: 20px;
  height: 20px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.loading-spinner[data-v-c7df9b08] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
body.popup-active {
  overflow: hidden;
}
body.popup-active .popup-mask {
  display: block;
}
.popup-mask {
  background: rgba(222, 232, 249, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none;
}
.header-bar .popup-mask {
  position: absolute;
}
.popup .popup-wrapper {
  z-index: 2001;
  position: fixed;
  text-shadow: none;
  bottom: 20px;
}
@media only screen and (min-width:768px) {
.popup .popup-wrapper {
    margin: 0 auto;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 150px;
}
}
@media only screen and (max-width:767px) {
.popup .popup-wrapper {
    left: 10px;
    right: 10px;
    margin-top: 40px;
    bottom: 10px;
    top: 0 !important;
    margin-left: 0 !important;
}
}
.popup.popup--fullscreen .popup-wrapper {
  width: 96%;
  margin-left: -48%;
  top: 44px;
}
.popup.popup--fullscreen .popup-content {
  min-height: 100%;
}
.popup.popup--fullscreen .popup-content-scroll {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.popup .popup-content {
  position: relative;
  background: white;
  border-top: 4px solid #38527d;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px 6px rgba(0, 0, 0, 0.05);
  max-height: 100%;
  z-index: 2002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.popup.padded .popup .popup-content {
  padding: 20px;
}
.popup.centered .popup .popup-content {
  text-align: center;
}
@media only screen and (max-width:767px) {
.popup .popup-content {
    max-height: 92%;
}
}
.popup .popup-content-scroll {
  overflow: auto;
}
.popup .popup-close-x {
  position: absolute;
  top: -42px;
  right: -12px;
  color: #38527d;
  width: 44px;
  height: 44px;
  padding: 8px;
  cursor: pointer;
  z-index: 2002;
}
.popup .popup-close-x svg {
  scale: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.popup .popup-close-x svg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.popup .popup-title {
  font-size: 24px;
  font-weight: bold;
  color: #38527d;
  margin: 0;
  height: 44px;
  border-radius: 3px 3px 0 0;
  position: absolute;
  left: 2px;
  top: -36px;
}
.popup code {
  display: block;
  padding: 10px;
  background-color: #292c35;
  color: #84c175;
  border-radius: 3px;
  font-size: 0.7em;
  line-height: 1.4em;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.status-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.status-indicator .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.status-indicator .icon.icon--check-circle {
  color: #27ae60;
}
.status-indicator .icon.icon--times-circle {
  color: #d90000;
}
.status-indicator .icon.icon--question-circle {
  color: #fdb900;
}
.status-indicator > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.button {
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  line-height: 1.15rem;
  text-align: center;
  text-shadow: none;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 1px;
  padding: 8px 20px;
}
.button .icon {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -8px;
  margin-top: -2px;
  width: 20px;
  height: 20px;
}
.button:focus {
  outline: none;
}
.button.button--xsmall {
  padding: 5px 10px;
  font-size: 12px;
  height: auto;
}
.button.button--xsmall .icon {
  margin-right: 5px;
  margin-left: -3px;
  width: 16px;
  height: 16px;
}
.button.button--small {
  padding: 4px 10px;
}
.button.button--small .icon {
  margin-right: 5px;
  margin-left: -3px;
  width: 16px;
  height: 16px;
}
.button.button--large {
  padding: 15px 40px;
}
.button.button--xlarge {
  padding: 10px 60px;
  max-width: 100%;
  font-size: 16px;
}
.button.full {
  width: 100%;
}
.button.is-disabled,
.button.is-loading {
  opacity: 0.3;
  pointer-events: none;
}
.button.is-loading {
  opacity: 0.5;
  color: #333;
  background: rgba(0, 0, 0, 0);
}
.button.float-right {
  float: right;
  margin-top: 10px;
}
.button.blue {
  background-color: #019bc9;
  color: #ffffff;
}
.button.blue:hover {
  background: #01c2fc;
}
.button.green {
  background-color: #27ae60;
  color: #ffffff;
}
.button.green:hover {
  background: #36d278;
}
.button.red {
  background-color: #c40013;
  color: #ffffff;
}
.button.red:hover {
  background: #f70018;
}
.button.yellow {
  background-color: #fdb900;
  color: #000000;
}
.button.yellow:hover {
  background: #ffc831;
}
.button.purple {
  background-color: #6c14fe;
  color: #ffffff;
}
.button.purple:hover {
  background: #5401de;
}
.button.dark {
  background-color: #38527d;
  color: #ffffff;
}
.button.dark:hover {
  background: #4869a0;
}
.button.light {
  background-color: #8d99ae;
  color: #ffffff;
}
.button.light:hover {
  background: #6f7e99;
}
.button.white {
  background-color: #ffffff;
  color: #000000;
}
.button.white:hover {
  background: #e6e6e6;
}
.button.green-dark {
  background-color: #1d444b;
  color: #ffffff;
}
.button.green-dark:hover {
  background: #2b6570;
}
.button.transparent-dark {
  border-color: #333;
  color: #333;
  background: rgba(51, 51, 51, 0);
}
.button.transparent-dark:hover {
  background: rgba(51, 51, 51, 0.6);
  color: #ffffff;
  border-color: #333;
}
.button.transparent-light {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
}
.button.transparent-light:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  border-color: #ffffff;
}
.button.transparent-blue {
  border-color: #019bc9;
  color: #019bc9;
  background: rgba(1, 155, 201, 0);
}
.button.transparent-blue:hover {
  background: rgba(1, 155, 201, 0.6);
  color: #ffffff;
  border-color: #019bc9;
}
.button.icon-button-dark {
  color: #333;
}
.button.icon-button-dark:hover {
  color: #019bc9;
}
.button.header {
  background-color: #019bc9;
  color: white !important;
}
.button.header:hover {
  background-color: #06abdc;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
.button.header:active {
  background-color: #008ab3;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.button.button--inline-important {
  display: inline !important;
  width: auto !important;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
/**
 * Roboto
 * [Regular: 400]
 * [Medium: 500]
 * [Bold: 700]
 * [Black: 900]
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/static/fonts/Roboto-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/Roboto-Regular.otf) format('opentype');
}
/**
 * BrandonGrotesque
 * [Regular: 400]
 * [Bold: 700]
 * [Black: 800]
 */
@font-face {
  font-family: 'BrandonGrotesque';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/BrandonGrotesque-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 700;
  font-style: normal;
  src: url(/static/fonts/BrandonGrotesque-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'BrandonGrotesque';
  font-style: normal;
  font-weight: 800;
  src: url(/static/fonts/BrandonGrotesque-Black.otf) format('opentype');
}
/**
 * Avenir
 * [Regular: 400]
 * [Medium: 500]
 * [SemiBold: 600]
 * [Black: 800]
 */
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/Avenir-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  src: url(/static/fonts/Avenir-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 600;
  src: url(/static/fonts/Avenir-SemiBold.otf) format('opentype');
}
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  src: url(/static/fonts/Avenir-Black.otf) format('opentype');
}
/**
 * AvenirNextCondensed
 * [Regular: 400]
 * [Medium: 500]
 * [SemiBold: 600]
 * [Bold: 700]
 */
@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/AvenirNextCondensed-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 500;
  font-style: normal;
  src: url(/static/fonts/AvenirNextCondensed-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 600;
  font-style: normal;
  src: url(/static/fonts/AvenirNextCondensed-SemiBold.otf) format('opentype');
}
@font-face {
  font-family: 'AvenirNextCondensed';
  font-weight: 700;
  font-style: normal;
  src: url(/static/fonts/AvenirNextCondensed-Bold.otf) format('opentype');
}
/**
 * Montserrat
 * [Regular: 400]
 * [Medium: 500]
 * [SemiBold: 600]
 * [Bold: 700]
 */
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/Montserrat-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url(/static/fonts/Montserrat-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url(/static/fonts/Montserrat-SemiBold.otf) format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url(/static/fonts/Montserrat-Bold.otf) format('opentype');
}
/**
 * AvenirNext
 * [Regular: 400]
 * [Medium: 500]
 * [SemiBold: 600]
 * [Bold: 700]
 */
@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/AvenirNextLTPro-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-style: normal;
  src: url(/static/fonts/AvenirNextLTPro-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: normal;
  src: url(/static/fonts/AvenirNextLTPro-Demi.otf) format('opentype');
}
@font-face {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-style: normal;
  src: url(/static/fonts/AvenirNextLTPro-Bold.otf) format('opentype');
}
/**
 * Quincy
 * [Regular: 400]
 * [Medium: 500]
 * [ExtraBold: 800]
 */
@font-face {
  font-family: 'Quincy';
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/Quincy-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Quincy';
  font-weight: 500;
  font-style: normal;
  src: url(/static/fonts/Quincy-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Quincy';
  font-weight: 800;
  font-style: normal;
  src: url(/static/fonts/Quincy-ExtraBold.otf) format('opentype');
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.table-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-component.compact {
  font-size: 12px;
  line-height: 18px;
}
.form-group .table-component > .table-component__table-wrapper {
  margin: 0;
}
.table-component__filter {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.table-component__filter__field {
  padding: 0 1.25em 0 0.75em;
  height: 2.5em;
  border: solid 2px #e0e0e0;
  border-radius: 2em;
  font-size: inherit;
}
.table-component__filter__clear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  color: #007593;
  font-weight: bold;
  cursor: pointer;
}
.table-component__filter__field:focus {
  outline: 0;
  border-color: #007593;
}
.table-component__table-wrapper {
  overflow-x: auto;
  margin: 1em 0;
  width: 100%;
  border: solid 1px #ddd;
  border-bottom: none;
}
.table-component__table {
  min-width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #ddd;
  table-layout: fixed;
}
.table-component__table__caption {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.table-component__table th,
.table-component__table td {
  padding: 5px 8px;
  vertical-align: top;
  text-align: left;
}
.table-component.compact .table-component__table th,
.table-component.compact .table-component__table td {
  padding: 4px 10px;
}
.table-component__table th {
  background-color: #666;
  color: #DDD;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
}
.table-component__table tbody tr:nth-child(even) {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.table-component__table a {
  color: #007593;
}
.table-component__message {
  color: #999;
  font-style: italic;
  margin-top: 10px;
}
.table-component__th--sort,
.table-component__th--sort-asc,
.table-component__th--sort-desc {
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.table-component__th--sort-asc:after,
.table-component__th--sort-desc:after {
  position: absolute;
  left: 2px;
  line-height: 12px;
  font-size: 12px;
  margin-top: -6px;
  top: 50%;
  display: block;
  color: #FFF;
}
.table-component__th--sort-asc:after {
  content: '↑';
}
.table-component__th--sort-desc:after {
  content: '↓';
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.deploy-notification {
  padding: 15px;
  text-align: center;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.gb-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #1ee9ff;
  opacity: 0;
  -webkit-transition: opacity 100ms ease 500ms, width 400ms ease;
  transition: opacity 100ms ease 500ms, width 400ms ease;
  z-index: 9999;
}
.gb-progress.gb-progress__visible {
  opacity: 1;
  -webkit-transition: opacity 100ms ease 0ms, width 400ms ease;
  transition: opacity 100ms ease 0ms, width 400ms ease;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY START -------------------------- */
body,
html {
  color: #2c3e50;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.5em 0;
  line-height: 1.5em;
  color: #111;
  font-family: Quincy, Helvetica, Arial, sans-serif;
  position: relative;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 0.85em;
  line-height: 0;
}
h1.not-fancy,
h2.not-fancy,
h3.not-fancy,
h4.not-fancy,
h5.not-fancy,
h6.not-fancy,
.h1.not-fancy,
.h2.not-fancy,
.h3.not-fancy,
.h4.not-fancy,
.h5.not-fancy,
.h6.not-fancy {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
h1,
.h1 {
  font-size: 44px;
  font-size: 2.75rem;
}
h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
h4,
.h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
}
h5,
.h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
h6,
.h6 {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0;
}
/* Default Paragraph Styles */
p {
  margin-bottom: 1em;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}
p.small {
  font-size: 0.85em;
}
p.narrow {
  max-width: 32em;
  margin: 1em auto;
}
@media only screen and (max-width:767px) {
p.narrow {
    padding: 0 1.5em;
}
}
.small {
  font-size: 0.85em;
  line-height: 1.4em;
}
.tiny {
  font-size: 0.7em;
  line-height: 1.4em;
}
/* Default Link Styles */
a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #145bce;
}
p a {
  text-decoration: underline;
  color: currentColor;
}
p a.no-decoration {
  text-decoration: none;
}
p a:hover,
p a:focus {
  color: #000;
}
/* Other Helpful Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b,
.strong {
  font-weight: 600;
  font-style: normal;
  line-height: inherit;
}
small,
.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
}
.text-left {
  text-align: left;
}
/* More header styles */
h2.underlined,
h3.underlined {
  position: relative;
}
h2.underlined:after,
h3.underlined:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 5px;
  width: 34px;
  background-color: currentColor;
}
h5 {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #555;
}
.light-weight {
  font-weight: 400;
  font-style: normal;
}
.regular-weight {
  font-weight: 400;
  font-style: normal;
}
.bold {
  font-weight: 600;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.small-title {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.uppercase {
  text-transform: uppercase;
}
.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* ------------------------ LEGACY END -------------------------- */
.ui {
  padding-top: 90px;
  color: #000000;
}
.ui body,
.ui html {
  font-family: 'Montserrat';
  font-weight: 400;
}
.ui h1,
.ui h2,
.ui h3,
.ui h4,
.ui h5,
.ui h6 {
  font-family: 'AvenirNextCondensed';
  color: currentColor;
}
.ui p {
  font-family: 'Montserrat';
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0;
  font-weight: 500;
}
.ui p.small {
  font-size: 12px;
}
.ui p.center {
  margin: 10px auto;
}
.ui a {
  text-decoration: underline;
  font-weight: 600;
  color: currentColor;
}
.ui a.error {
  color: #f05758;
}
.ui a:hover {
  color: #00a69d;
}
.ui a:focus {
  color: #8169c5;
}
.ui .justify {
  text-align: justify;
}
.ui .center {
  text-align: center;
}
.ui input {
  padding: 10px !important;
}
.ui .login-text {
  left: 50%;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: -32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 500px) {
.ui .login-text {
    top: 14px;
}
}
html {
  background: #f2f2f2;
}
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.unstyled {
  padding: 0;
  margin: 0;
}
ul.unstyled li {
  list-style: none;
  margin-left: 0;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.pad {
  padding: 15px;
}
.pad-x {
  padding-left: 15px;
  padding-right: 15px;
}
.pad-y {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mar {
  margin: 15px;
}
.mar-x {
  margin-left: 15px;
  margin-right: 15px;
}
.mar-y {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* ------------------------ LEGACY END -------------------------- */
/**
 * Margin / Padding helpers:
 *
 * .m-x-10 --> { margin-left: 10px; margin-right: 10px; }
 * .m-y-10 --> { margin-top: 10px; margin-bottom: 10px; }
 * .m-t-10 --> { margin-top: 10px; }
 * .m-r-10 --> { margin-right: 10px; }
 * .m-b-10 --> { margin-bottom: 10px; }
 * .m-l-10 --> { margin-left: 10px; }
 * .m-10 --> { margin: 10px; }
 *
 * .p-x-20 --> { padding-left: 20px; padding-right: 20px; }
 * .p-y-20 --> { padding-top: 20px; padding-bottom: 20px; }
 * .p-t-20 --> { padding-top: 20px; }
 * .p-r-20 --> { padding-right: 20px; }
 * .p-b-20 --> { padding-bottom: 20px; }
 * .p-l-20 --> { padding-left: 20px; }
 * .p-20 { padding: 20px; }
 */
.m-0 {
  margin: 0px !important;
}
.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.m-7 {
  margin: 7px !important;
}
.m-x-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.m-y-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-x-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.p-y-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-r-7 {
  padding-right: 7px !important;
}
.p-b-7 {
  padding-bottom: 7px !important;
}
.p-l-7 {
  padding-left: 7px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.m-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-r-12 {
  margin-right: 12px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-l-12 {
  margin-left: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-r-12 {
  padding-right: 12px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-l-12 {
  padding-left: 12px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.m-auto {
  margin: auto !important;
}
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m-t-auto {
  margin-top: auto !important;
}
.m-r-auto {
  margin-right: auto !important;
}
.m-b-auto {
  margin-bottom: auto !important;
}
.m-l-auto {
  margin-left: auto !important;
}
.p-auto {
  padding: auto !important;
}
.p-x-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.p-y-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.p-t-auto {
  padding-top: auto !important;
}
.p-r-auto {
  padding-right: auto !important;
}
.p-b-auto {
  padding-bottom: auto !important;
}
.p-l-auto {
  padding-left: auto !important;
}
.block {
  display: block !important;
}
@media only screen and (max-width: 500px) {
.hide-on-mobile {
    display: none !important;
}
}
#app {
  height: 100%;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.quicksearch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.quicksearch .quicksearch__bg-shade {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.quicksearch .quicksearch__container {
  position: absolute;
  z-index: 2001;
  margin-top: 20vh;
  height: 65vh;
  left: 10vh;
  right: 10vh;
}
.quicksearch .quicksearch__search-input {
  font-size: 1.75rem;
  font-weight: 700;
  height: 70px;
  padding: 20px 32px;
  border: 1px solid #919193;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2c2d30;
  width: 100%;
  border-radius: 15px;
}
.quicksearch .quicksearch__search-input:focus {
  outline: none;
}
.quicksearch .quicksearch__search-input.unrounded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.quicksearch .quicksearch__spinner {
  position: absolute;
  right: 20px;
  top: 20px;
}
.quicksearch ul.quicksearch__results-list {
  position: relative;
  background-color: white;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  list-style-type: none;
  bottom: 0;
  padding: 0;
  margin: 0;
  max-height: 50vh;
}
.quicksearch li.quicksearch__result {
  padding: 10px;
  padding-left: 52px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quicksearch li.quicksearch__result:hover {
  cursor: pointer;
}
.quicksearch li.quicksearch__result.focused {
  background-color: #339fdd;
}
.quicksearch li.quicksearch__result .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 8px;
}
.quicksearch .quicksearch__result-prompt {
  margin: 0;
  font-size: 20px;
  padding: 10px;
  color: white;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.main-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-wrap > .flex-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.header-bar {
  background: black;
  height: 60px;
  padding: 15px 12px;
  color: white;
  text-align: left;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.header-bar a {
  color: white;
}
@media only screen and (max-width:767px) {
.header-bar {
    height: 50px;
    padding: 0;
    position: relative;
}
}
.main-logo {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  width: auto;
}
@media only screen and (max-width:767px) {
.main-logo {
    padding: 9px;
}
}
.main-logo > svg {
  display: block;
  fill: currentColor;
  height: 100%;
  max-width: 40vw;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.main-logo:hover > svg {
  fill: #1ee9ff;
}
.main-nav {
  float: right;
  height: 100%;
}
.main-nav.main-nav__mobile {
  display: none;
}
@media only screen and (max-width:767px) {
.main-nav.main-nav__mobile {
    display: block;
}
.main-nav.main-nav__mobile .button {
    margin-top: 7px;
    margin-right: 7px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}
}
.main-nav.main-nav__desktop {
  display: block;
  padding-right: 10px;
}
@media only screen and (max-width:767px) {
.main-nav.main-nav__desktop {
    display: none;
}
}
.main-nav a,
.main-nav .button {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 25px;
  text-decoration: none;
}
.main-nav a:hover,
.main-nav .button:hover {
  color: #1ee9ff;
}
.main-nav .nav-icon-button {
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  float: right;
}
.main-nav .nav-icon-button svg {
  margin-top: 25%;
  height: 50%;
  width: 50%;
}
@media only screen and (max-width:767px) {
.main-nav .nav-icon-button {
    width: 50px;
    height: 50px;
}
}
.main-content {
  max-width: 1150px;
  margin: 0 auto;
  padding: 25px;
  padding-top: 60px;
}
@media only screen and (max-width:767px) {
.main-content {
    padding: 10px;
    padding-top: 0;
}
}
.full-width .main-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.primary-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-user .cancelled {
  margin-left: 6px;
  padding: 1px 4px;
  font-size: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-type {
  width: 130px;
}
#user-page-header {
  background: #38527d;
  color: #ffffff;
  margin-top: 20px;
}
#user-page-header a {
  color: #ffffff;
}
#user-page-header a:hover {
  text-decoration: underline;
}
#user-page-header a .icon {
  margin-right: 8px;
  vertical-align: sub;
}
#user-page-header .section {
  font-size: 14px;
  padding: 5px 20px;
}
#user-page-header .section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#user-page-header #label {
  font-weight: bold;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#user-page-header #label #main-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#user-page-header #label .id-number {
  color: #aeaeae;
  margin-left: 10px;
}
#user-page-header #label .biz-type {
  text-transform: uppercase;
}
#user-page-header #contact-info {
  border-bottom: 1px solid #ffffff;
}
#user-page-header #contact-info a {
  color: #dbfdff;
}
#user-page-header #internal-info {
  border-bottom: 1px solid #ffffff;
}
#user-page-header #account-links {
  padding: 10px 0;
}
#user-page-header #account-links ul {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
#user-page-header #account-links ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#user-page-header #account-links ul li:last-child {
  border-right: none;
}
#user-page-header #account-links ul li a {
  font-size: 12px;
  font-weight: bold;
  padding: 7px 20px;
  text-transform: uppercase;
}
#user-page-header #account-links ul li a.router-link-exact-active {
  color: #f9ef80;
  text-decoration: underline;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.x-hellosign-embedded {
  z-index: 9999;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.plaid-whitelist-container {
  border: 4px solid #38527d;
  background: white;
  padding: 0 10px;
}
.plaid-whitelist-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plaid-whitelist-container .warning {
  color: #ce4040;
  margin-top: 0;
  text-align: center;
}


.slide-fade-enter-active,
.slide-fade-leave-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0.83, 0, 0.17, 1),
    -webkit-transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.83, 0, 0.17, 1),
    -webkit-transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.83, 0, 0.17, 1),
    transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.83, 0, 0.17, 1),
    transform 0.3s cubic-bezier(0.83, 0, 0.17, 1),
    -webkit-transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 1;
}
.slide-fade-enter-active {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.slide-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slide-fade-leave-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  position: absolute;
  right: 14px;
}
.slide-fade-leave-to {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}


.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.pagination {
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination .icon_container {
  margin: 0 10px;
  cursor: pointer;
}
.pagination .pagination__icon {
  height: 12px;
  width: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pagination .pagination__icon.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .pagination__icon.rotated:hover {
  -webkit-transform: rotate(180deg) scale(1.3);
          transform: rotate(180deg) scale(1.3);
}
.pagination .pagination__icon:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.pagination .pagination__page {
  display: inline-block;
  background: transparent;
  padding: 0 8px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #1d444b;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pagination .pagination__page.pagination__page--active {
  border: 1px solid #1d444b;
}
.pagination .pagination__page:hover:not(.pagination__page--active) {
  text-decoration: underline;
}
.pagination .pagination__display {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 25px;
  overflow: hidden;
  font-size: 14px;
  cursor: default;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pagination .pagination__display:hover {
  width: 230px;
}
.pagination .pagination__display .pagination__display__item {
  display: inline-block;
  height: 24px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  background-color: white;
  margin: 0 2px;
  font-size: 12px;
  opacity: 0.7;
}
.pagination .pagination__display .pagination__display__item:hover {
  opacity: 1;
}
.pagination .pagination__display .pagination__display__item:nth-child(2) {
  margin-left: 20px;
}
.pagination .pagination__display .pagination__display__item.pagination__display__item--active {
  opacity: 1;
  font-weight: 700;
  background: #019bc9;
  color: white;
}


.width-40[data-v-edeafcba] {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
}
.width-20[data-v-edeafcba] {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.transaction-list[data-v-5eafa40f] {
  max-height: 600px;
  overflow-y: scroll;
}
.selection-controls[data-v-5eafa40f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.tags-container[data-v-5eafa40f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.disabled-cell[data-v-5eafa40f] {
  position: relative;
}
.disabled-cell[data-v-5eafa40f]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.status-message[data-v-5fce5ad5] {
  border-radius: 6px;
  padding: 12px 16px;
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
}
.status-message__content[data-v-5fce5ad5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.status-message__icon[data-v-5fce5ad5] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.status-message__text[data-v-5fce5ad5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.status-message p[data-v-5fce5ad5] {
  margin: 0;
}
.status-message.error[data-v-5fce5ad5] {
  background-color: #fef2f2;
  border: 1px solid #c40013;
}
.status-message.success[data-v-5fce5ad5] {
  background-color: #f0fdf4;
  border: 1px solid #27ae60;
}
.status-message.warning[data-v-5fce5ad5] {
  background-color: #fffbeb;
  border: 1px solid #e77d15;
}
.status-message.full-width[data-v-5fce5ad5] {
  width: 100%;
}
.status-list[data-v-5fce5ad5] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.status-item[data-v-5fce5ad5] {
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.status-item[data-v-5fce5ad5]:last-child {
  margin-bottom: 0;
}
.status-item[data-v-5fce5ad5]::before {
  content: '•';
  position: absolute;
  left: 0;
  font-weight: bold;
}


.results-container[data-v-9654775e] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.transactions-table .copy-to-clipboard {
  cursor: pointer;
}
.transactions-table .copy-to-clipboard.clicked {
  position: relative;
  color: transparent;
}
.transactions-table .copy-to-clipboard.clicked::after {
  content: 'copied';
  position: absolute;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  color: black;
  top: 0;
  left: 0;
}
.transactions-table .description-column {
  max-width: 180px;
  max-height: 90px;
  overflow: scroll;
  overflow-wrap: break-word;
}
.transactions-table .transaction-error-code {
  color: #871616;
}
.transactions-table .who-description {
  width: 150px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.search-bar[data-v-79accfca] {
  position: relative;
  z-index: 1;
}
.search-container[data-v-79accfca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.search-container[data-v-79accfca]:hover {
  border-color: #019bc9;
}
.search-input[data-v-79accfca] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 15px;
  border: none;
  font-size: 15px;
  outline: none;
}
.search-results[data-v-79accfca] {
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #d4d4d4;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
}
.results-list[data-v-79accfca] {
  padding: 0;
  margin: 0;
}
.result-item[data-v-79accfca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.result-item[data-v-79accfca]:hover {
  background-color: #e8f8ff;
}
.result-item[data-v-79accfca]:last-child {
  border-bottom: none;
}
.result-details[data-v-79accfca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
.c[data-v-79accfca] {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.result-name[data-v-79accfca] {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-status[data-v-79accfca] {
  padding: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.data-table-container[data-v-249bc82f] {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  overflow-x: auto;
  max-height: 530px;
  overflow-y: auto;
}
.data-table-container h4[data-v-249bc82f] {
  font-size: 18px;
  font-weight: 500;
}
.selected-count[data-v-249bc82f] {
  color: #019bc9;
  font-size: 13px;
  font-weight: 700;
}
.data-table[data-v-249bc82f] {
  width: 100%;
  border-collapse: collapse;
}
.data-table th[data-v-249bc82f] {
  padding: 16px 10px;
  text-align: left;
  font-size: 12px;
  background-color: #f5f6f7;
  font-weight: 600;
  color: #626262;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.data-table th[data-v-249bc82f]:hover {
  background-color: #e8f8ff;
}
.header-content[data-v-249bc82f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.data-table th[data-v-249bc82f]:first-child {
  padding-left: 22px;
}
.data-table th[data-v-249bc82f]:last-child {
  padding-right: 22px;
}
.data-table td[data-v-249bc82f] {
  padding: 16px 10px;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
}
.data-table td[data-v-249bc82f]:first-child {
  padding-left: 22px;
}
.data-table td[data-v-249bc82f]:last-child {
  padding-right: 22px;
}
.data-table tbody tr[data-v-249bc82f]:hover {
  background-color: #f5f6f7;
}
.data-table tbody tr.selected[data-v-249bc82f] {
  background-color: #e8f8ff;
}
input[type='checkbox'][data-v-249bc82f] {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  accent-color: #111;
}
input[type='checkbox'][data-v-249bc82f]:disabled {
  cursor: not-allowed;
}
.link[data-v-249bc82f] {
  color: #019bc9;
  text-decoration: none;
  font-weight: 500;
}
.link[data-v-249bc82f]:hover {
  text-decoration: underline;
}
.sort-icon[data-v-249bc82f] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #019bc9;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.icon-container[data-v-b0861c26] {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  border: 1px solid #b6b6b6;
  border-radius: 25%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px #979797;
          box-shadow: 0 1px 2px #979797;
  z-index: 2;
  position: relative;
}
.icon-container.completed-icon[data-v-b0861c26] {
  background-color: #56ab68;
}
.icon-container.loading-icon[data-v-b0861c26] {
  background-color: #019bc9;
}
.icon-container.fail-icon[data-v-b0861c26] {
  background-color: #d90000;
}
.icon[data-v-b0861c26] {
  width: 20px;
  height: 20px;
  color: #919396;
}
.check-icon[data-v-b0861c26] {
  color: #fff;
  width: 18px;
  height: 18px;
}
.spinner-icon[data-v-b0861c26] {
  color: #fff;
}
.fail-icon[data-v-b0861c26] {
  color: #fff;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.progress-step[data-v-75d325ad] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.progress-step[data-v-75d325ad]:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 36px;
  bottom: -30px;
  width: 2px;
  background-color: #e0e0e0;
}
.progress-content[data-v-75d325ad] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 0;
  position: relative;
  border-radius: 8px;
}
.progress-content h3[data-v-75d325ad] {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
}
.action-area[data-v-75d325ad] {
  margin-top: 10px;
}
.dropdown-container[data-v-75d325ad] {
  background-color: #fff;
  margin-top: 10px;
}
.action-button[data-v-75d325ad] {
  border-radius: 2px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 4px #979797;
          box-shadow: 0 2px 4px #979797;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #019bc9;
}
.action-button[data-v-75d325ad]:hover {
  background-color: #00c2fb;
}
.action-button.activate[data-v-75d325ad] {
  background-color: #56ab68;
}
.action-button.activate[data-v-75d325ad]:hover {
  background-color: #57d171;
}
.action-button[data-v-75d325ad]:disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.progress-step[data-v-b8e9762a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.progress-step[data-v-b8e9762a]:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 36px;
  bottom: -30px;
  width: 2px;
  background-color: #e0e0e0;
}
.progress-content[data-v-b8e9762a] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 0;
  position: relative;
  border-radius: 8px;
}
.progress-content h3[data-v-b8e9762a] {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
}
.action-area[data-v-b8e9762a] {
  margin-top: 10px;
}
.action-button[data-v-b8e9762a] {
  border-radius: 2px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 4px #979797;
          box-shadow: 0 2px 4px #979797;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #019bc9;
}
.action-button[data-v-b8e9762a]:hover {
  background-color: #00c2fb;
}
.action-button[data-v-b8e9762a]:disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.progress-step[data-v-971ac84c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.progress-content[data-v-971ac84c] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 0;
  position: relative;
  border-radius: 8px;
}
.progress-content h3[data-v-971ac84c] {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
}
.action-area[data-v-971ac84c] {
  margin-top: 10px;
}
.action-button[data-v-971ac84c] {
  border-radius: 2px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 4px #979797;
          box-shadow: 0 2px 4px #979797;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #56ab68;
}
.action-button[data-v-971ac84c]:hover {
  background-color: #57d171;
}
.action-button[data-v-971ac84c]:disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.override-container[data-v-971ac84c] {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advance-status-container[data-v-971ac84c] {
  margin: 15px 0;
  padding-left: 15px;
}
.advance-status-item[data-v-971ac84c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
.advance-id[data-v-971ac84c] {
  font-weight: 500;
  font-size: 14px;
  color: #686868;
  margin-left: 4px;
}
.status-indicator[data-v-971ac84c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-icon[data-v-971ac84c] {
  width: 16px;
  height: 16px;
}
.status-icon.spinner-icon[data-v-971ac84c] {
  color: #019bc9;
}
.status-icon.success-icon[data-v-971ac84c] {
  color: #56ab68;
}
.status-icon.error-icon[data-v-971ac84c] {
  color: #d90000;
}
.status-icon.pending-icon[data-v-971ac84c] {
  color: #686868;
}
.override-container input[type='checkbox'][data-v-971ac84c] {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  accent-color: #111;
}
.override-label[data-v-971ac84c] {
  margin-left: 5px;
  font-size: 14px;
}


.advance-link[data-v-75481693] {
  color: #019bc9;
  text-decoration: none;
  font-weight: 500;
}
.advance-link[data-v-75481693]:hover {
  text-decoration: underline;
}


.bill-details-link[data-v-72a31d93] {
  color: #019bc9;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.bill-details-link[data-v-72a31d93]:hover {
  text-decoration: underline;
}


.fund-assigned[data-v-353ef372] {
  font-weight: 700;
  color: #019bc9;
}
.fund-not-assigned[data-v-353ef372] {
  color: #999;
  font-style: italic;
}


.blockers-container[data-v-dcd68a02] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blockers-list[data-v-dcd68a02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
  max-width: 150px;
}
.blocker-item[data-v-dcd68a02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blocker-dot[data-v-dcd68a02] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  margin-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #dd2c29;
}
.blocker-dot--warning[data-v-dcd68a02] {
  background-color: #ff8b28;
}
.blocker-text[data-v-dcd68a02] {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  color: #dd2c29;
}
.blocker-text--warning[data-v-dcd68a02] {
  color: #cf701d;
}


.status-container[data-v-2ae7ca54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-dot[data-v-2ae7ca54] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  background-color: #019bc9;
}
.status-dot--activated[data-v-2ae7ca54] {
  background-color: #56ab68;
}


.payout-status-container[data-v-0abb5c87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payout-status-dot[data-v-0abb5c87] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  background-color: #dd2c29;
}
.payout-status-dot--success[data-v-0abb5c87] {
  background-color: #56ab68;
}
.payout-status-link[data-v-0abb5c87] {
  text-decoration: none;
  color: #000000;
}
.payout-status-link[data-v-0abb5c87]:hover {
  text-decoration: underline;
}
.payout-status-text[data-v-0abb5c87] {
  color: #000000;
  font-weight: 400;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.activation-hub[data-v-b3fbfff2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchbar[data-v-b3fbfff2] {
  width: 260px;
  margin-bottom: 30px;
}
.business-header[data-v-b3fbfff2] {
  margin-bottom: -10px;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}
.bills-section[data-v-b3fbfff2] {
  width: 100%;
}
.tabs-container[data-v-b3fbfff2] {
  margin-bottom: -28px;
}
.tabs_1bL6tIil[data-v-b3fbfff2] {
  border: 1px solid #d4d4d4;
}
.activation-flow[data-v-b3fbfff2] {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 650px;
}
.loading[data-v-b3fbfff2],
.error[data-v-b3fbfff2],
.no-bills[data-v-b3fbfff2] {
  text-align: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
  position: relative;
  border: 1px solid #d4d4d4;
}
.trademark[data-v-b3fbfff2] {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: -2px;
}
.link[data-v-b3fbfff2] {
  color: #019bc9;
  text-decoration: none;
  font-weight: 500;
}
.tag-link[data-v-b3fbfff2] {
  margin-left: 8px;
  display: block;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.uccs-container {
  padding-top: 4px;
  padding-bottom: 4px;
}
.active-ucc-row {
  display: grid;
  grid-template-columns: 1.3fr 2fr 1fr;
  grid-gap: 8px;
  padding: 0 15px 15px 15px;
}
.active-ucc-row .edit-row {
  cursor: pointer;
}
.terminate-ucc-btn {
  cursor: pointer;
}
.create-ucc-button {
  width: 100%;
}
.terminated-ucc-row {
  display: grid;
  grid-template-columns: 1.3fr 2fr 1fr;
  grid-gap: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4px;
  opacity: 0.8;
}
.no-uccs-row {
  padding: 15px;
}
.copy-to-clipboard {
  cursor: pointer;
}
.copy-to-clipboard.clicked {
  position: relative;
  color: transparent;
}
.copy-to-clipboard.clicked::after {
  content: 'copied';
  position: absolute;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  color: black;
  top: 0;
  left: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.business-info > .business-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid #38527d;
  background: white;
}
.business-info .business-info__column--left,
.business-info .business-info__column--right {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.business-info .business-info__column--left {
  border-right: 4px solid #38527d;
}
.legal-structure {
  margin-left: 13px;
  display: block;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.anonymize-user-popup[data-v-9e64843a] {
  padding: 7px;
}
.anonymize-user-popup .data-removal-list[data-v-9e64843a] {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 0 4px;
}
.anonymize-user-popup .data-removal-list ul[data-v-9e64843a] {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 18px;
}
.anonymize-user-popup hr[data-v-9e64843a] {
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  border: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.progress-tooltip {
  position: absolute;
  background: white;
  border: 1px solid #38527d;
  border-radius: 3px;
  padding: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
.progress-tooltip.visible {
  visibility: visible;
  opacity: 1;
}
.progress-tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  margin-left: -5px;
  height: 10px;
  width: 10px;
  left: 50%;
  border-bottom: 1px solid #38527d;
  border-right: 1px solid #38527d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 15;
  background: white;
}
.progress-tooltip:hover {
  opacity: 1 !important;
  visibility: visible !important;
}
.progress-tooltip .progress-tooltip__title {
  color: #38527d !important;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
.progress-tooltip .progress-tooltip__button {
  width: 100%;
  padding: 2px;
  margin-top: 10px;
}
.progress-tooltip .progress-tooltip__amount {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.progress__wrapper {
  position: relative;
}
.progress__wrapper .progress {
  position: relative;
  width: 100%;
  height: 50px;
  background: #666;
  border: 5px solid #666;
  border-radius: 25px;
  overflow: hidden;
}
.progress__wrapper .progress .progress__label {
  position: absolute;
  left: 0;
  right: 4px;
  text-align: right;
  line-height: 40px;
  font-weight: bold;
  z-index: 5;
}
.progress__wrapper .progress .progress__fill {
  position: relative;
  display: inline-block;
  height: 100%;
  min-width: 20px;
  cursor: default;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.progress__wrapper .progress .progress__fill.hidden {
  display: none;
}
.progress__wrapper .progress .progress__fill.success {
  background: #00e676;
}
.progress__wrapper .progress .progress__fill.pending {
  background: #f2e235;
}
.progress__wrapper .progress .progress__fill.failed {
  background: #ef0410;
}
.progress__wrapper .progress .progress__fill.cashback {
  position: absolute;
  top: 0;
  right: 0;
  background: #06abdc;
  z-index: 1;
}
.progress__wrapper .progress__topup {
  position: absolute;
  top: -15px;
  height: calc(100% + 15px);
  width: 2px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.progress__wrapper .progress__topup::before {
  content: 'previous balance';
  position: absolute;
  top: -8px;
  left: 8px;
  width: 100px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 700;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.advance-list[data-v-23d20f94] {
  max-height: 600px;
  overflow-y: scroll;
}
.selection-controls[data-v-23d20f94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.tags-container[data-v-23d20f94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.disabled-cell[data-v-23d20f94] {
  position: relative;
}
.disabled-cell[data-v-23d20f94]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.no-flex div[class^='form-row-inner'] {
  display: block;
}
.advance-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.advance-header h4 {
  margin: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.advance-tag-popup .popup-content {
  padding: 20px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.advance-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.advance-header h4 {
  margin: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.info-content[data-v-5bccf9e2] {
  padding: 20px;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: inherit;
  font-size: 14px;
  max-height: 400px;
  overflow-y: auto;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.user-advances-page .notes {
  margin: 5px 0;
  color: #888;
  font-style: italic;
  font-size: 12px;
  line-height: 1.4em;
}
.user-advances-page .copy-to-clipboard {
  cursor: pointer;
}
.user-advances-page .copy-to-clipboard.clicked {
  position: relative;
  color: transparent;
}
.user-advances-page .copy-to-clipboard.clicked::after {
  content: 'copied';
  position: absolute;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  color: black;
  top: 0;
  left: 0;
}
.user-advances-page .advance-tag-list {
  list-style: none;
  padding: 0;
}
.user-advances-page .advance-tag-list li {
  padding: 15px 0;
  border-top: 1px solid #888;
}
.user-advances-page [id^='advance-'] {
  scroll-margin-top: 70px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.disclaimer {
  margin-left: 15px;
}


.popup--internalcontent {
  margin: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
table span {
  word-wrap: break-word;
}
table th:last-child,
table td:last-child {
  text-align: right;
}
table [class^='button'] {
  margin: 0;
  line-height: 1;
}
table [class^='button'] + [class^='button'] {
  margin: 6px 0 0 0;
}
@media (min-width: 846px) {
table [class^='button'] + [class^='button'] {
    margin: 0 0 0 6px;
}
}
.empty {
  opacity: 0.7;
}
.none {
  opacity: 0.7;
  margin-left: 10px;
}
.upload-widget {
  margin-top: 10px;
}
.upload-section {
  margin-top: 20px;
}
.upload-section h5 {
  display: inline-block;
  font-size: 16px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.dropzone {
  cursor: pointer;
  background: white;
  margin-top: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 70px;
}
.dropzone:hover,
.dropzone.dragging {
  background: rgba(0, 0, 0, 0.05);
}
.hidden-input {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  min-height: 70px;
  width: 100%;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.message {
  cursor: pointer;
  text-align: center;
  margin: 2em 0;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4em;
  opacity: 0.8;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.progress-bar {
  padding: 4px 16px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-bar:hover {
  background-color: #f9f9f9;
}
.file-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.file-info {
  margin: 3px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
}
.file-info .name {
  font-size: 12px;
}
.file-info .size {
  font-size: 11px;
  opacity: 0.8;
  font-style: italic;
}
.file-info .error {
  font-size: 12px;
  color: red;
}
.status button {
  width: 60px;
}
.preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.preview-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview-img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #a2a2a2;
  background-color: #a2a2a2;
}
.file-fallback {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 16px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.progress-bar-wrapper {
  height: 24px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-size: 12px;
}
.progress-bar-fill {
  height: 100%;
  background-color: #4caf50;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  white-space: nowrap;
}
.progress-bar-text {
  padding: 0 8px;
  font-weight: 500;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.selected-files {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.details-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30vh;
  max-height: 400px;
  text-align: center;
}
.details-preview > img {
  max-width: 100%;
  max-height: 100%;
}
.preview-error {
  max-width: 500px;
  background: #f4d795;
  border-radius: 4px;
  padding: 5px;
}
.button.button--small .icon {
  margin-right: 0;
  margin-left: 0;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.pretty-json {
  font-size: 14px;
  line-height: 20px;
}
.pretty-json .pretty-json__expand-toggle {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: white;
  font-weight: bold;
  height: 20px;
  width: 20px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  margin: 0 3px;
}
.pretty-json .pretty-json__key {
  display: inline-block;
  padding-right: 10px;
  color: #2795ee;
}
.pretty-json .pretty-json__empty {
  display: inline-block;
  padding: 0 5px;
  font-style: italic;
  color: #aaa;
}
.pretty-json .pretty-json__summary {
  font-style: italic;
  color: #666;
  cursor: pointer;
}
.pretty-json .pretty-json__bracket {
  display: inline-block;
  padding: 0 3px;
}
.pretty-json .pretty-json__child {
  padding-left: 1.5em;
}
.pretty-json .pretty-json__value.number {
  color: #ed5c65;
}
.pretty-json .pretty-json__value.string {
  color: #249d7f;
}
.pretty-json .pretty-json__value.boolean {
  color: #a151d2;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.user-cards-page {
  margin-top: 15px;
}
.user-cards-page .notes {
  margin: 5px 0;
  color: #888;
  font-style: italic;
  font-size: 12px;
  line-height: 1.4em;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.instructions {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #871616;
}
.link {
  cursor: pointer;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.user-banking-page {
  margin-top: 15px;
}
.user-banking-page .copy-to-clipboard {
  cursor: pointer;
}
.user-banking-page .copy-to-clipboard.clicked {
  position: relative;
  color: transparent;
}
.user-banking-page .copy-to-clipboard.clicked::after {
  content: 'copied';
  position: absolute;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  color: black;
  top: 0;
  left: 0;
}
.user-banking-page .table-wrapper div[class^='table-component_'] {
  overflow-x: unset;
}
.gocardlessMandateLink:hover {
  cursor: pointer;
}
.contractDownloadLink:hover {
  cursor: pointer;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.click-feedback[data-v-948db578] {
  display: inline-block;
  position: relative;
}
.click-feedback .feedback-popup[data-v-948db578] {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1000;
  -webkit-animation: slideUpFadeOut-data-v-948db578 ease-out forwards;
          animation: slideUpFadeOut-data-v-948db578 ease-out forwards;
}
@-webkit-keyframes slideUpFadeOut-data-v-948db578 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
}
20% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
}
}
@keyframes slideUpFadeOut-data-v-948db578 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
}
20% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
}
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.messages[data-v-26c765e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.messages [class^='error-message'][data-v-26c765e2],
.messages [class^='status-message'][data-v-26c765e2] {
  margin: 0;
}
.selected-advance-section[data-v-26c765e2] {
  margin: 12px;
}
.selected-advance-section .content-layout[data-v-26c765e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 930px) {
.selected-advance-section .content-layout[data-v-26c765e2] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
}
.selected-advance-section .state-section[data-v-26c765e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px dotted lightgrey;
  padding-right: 20px;
}
@media (max-width: 930px) {
.selected-advance-section .state-section[data-v-26c765e2] {
    border-right: none;
}
}
.selected-advance-section .actions-section[data-v-26c765e2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 300px;
}
.selected-advance-section .actions-section + .contract-section[data-v-26c765e2] {
  border-top: 1px dotted lightgrey;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 930px) {
.selected-advance-section .actions-section + .contract-section[data-v-26c765e2] {
    border: 0;
}
}
@media (max-width: 930px) {
.selected-advance-section .actions-section[data-v-26c765e2] {
    width: 100%;
}
}
.selected-advance-section .subsection-title[data-v-26c765e2] {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-decoration: underline;
}
.selected-advance-section .subsection-subtitle[data-v-26c765e2] {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: 0 0 6px 0;
  text-transform: none;
  text-decoration: underline;
}
.selected-advance-section .subsection-subtitle .color-red[data-v-26c765e2] {
  color: #c40013;
}
.selected-advance-section .subsection-subtitle .color-orange[data-v-26c765e2] {
  color: #e77d15;
}
.selected-advance-section .subsection-subtitle .copy-icon[data-v-26c765e2] {
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  color: #019bc9;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  vertical-align: middle;
}
.selected-advance-section .subsection-subtitle .copy-icon[data-v-26c765e2]:hover {
  color: #004d64;
}
.selected-advance-section .state-content[data-v-26c765e2] {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.selected-advance-section .state-content .status-indicator[data-v-26c765e2]:first-child {
  text-decoration: underline;
}
.selected-advance-section .state-content li .status-indicator[data-v-26c765e2]:first-child {
  text-decoration: none;
  font-size: 12px;
}
.selected-advance-section .state-content .state-action-link[data-v-26c765e2] {
  margin-left: 6px;
  cursor: pointer;
  color: #019bc9;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-bottom: -2px;
}
.selected-advance-section .state-content .state-action-link[data-v-26c765e2]:hover {
  color: #004d64;
}
.selected-advance-section .actions-grid[data-v-26c765e2] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.selected-advance-section .actions-grid button[data-v-26c765e2] {
  width: 100%;
}
.selected-advance-section .error-details ul[data-v-26c765e2] {
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
}
.selected-advance-section .rotating[data-v-26c765e2] {
  -webkit-animation: spin-data-v-26c765e2 1s linear infinite;
          animation: spin-data-v-26c765e2 1s linear infinite;
}
@-webkit-keyframes spin-data-v-26c765e2 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-data-v-26c765e2 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.selected-advance-section .action-info[data-v-26c765e2] {
  margin-top: 6px;
}
.contract-section .contract-info[data-v-26c765e2] {
  font-size: 12px;
  margin-top: 20px;
  max-width: 400px;
}
.contract-section .contract-info ul[data-v-26c765e2] {
  margin: 0 0 0 20px;
  padding: 0;
}
.contract-section .contract-info ul li[data-v-26c765e2] {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.contract-section .contract-info ul li + li[data-v-26c765e2] {
  border-top: 1px dotted lightgrey;
  margin-top: 4px;
  padding-top: 4px;
}
.contract-section .contract-heading[data-v-26c765e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contract-section .contract-heading .contract-heading__tag[data-v-26c765e2] {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 1;
  font-weight: 500;
}
.contract-section .contract__actions[data-v-26c765e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.contract-section .contract__actions .contract__actions__item[data-v-26c765e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.table-component__table td.text-align-right,
.table-component__table th.text-align-right {
  text-align: right;
}


.override-display-pill[data-v-53d43eee] {
  position: relative;
}
.override-display-pill[data-v-53d43eee]:hover {
  z-index: 11;
}
.override-pill[data-v-53d43eee] {
  font-size: 11px;
  color: #7f30ff;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: white;
  font-family: inherit;
  font-weight: 600;
  line-height: inherit;
}
.decorated-text[data-v-53d43eee] {
  text-decoration: line-through;
}
.override-pill.is-clickable[data-v-53d43eee] {
  cursor: pointer;
}
.override-pill:hover .override-tooltip[data-v-53d43eee] {
  display: block;
}
.override-tooltip[data-v-53d43eee] {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 8px 10px;
  min-width: 200px;
  font-size: 12px;
  font-weight: 500;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  color: #333;
  line-height: 1.4;
  text-align: left;
}
.override-display-pill.tooltip-align-right .override-tooltip[data-v-53d43eee] {
  left: auto;
  right: 0;
}
.press-to-edit[data-v-53d43eee] {
  font-weight: 600;
  color: #666;
  font-style: italic;
}
.tooltip-title[data-v-53d43eee] {
  font-weight: 600;
  color: #7f30ff;
  font-size: 13px;
}


.underwriting-limit-override-popover[data-v-4552dea6] {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 10;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  width: 400px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.underwriting-limit-override-popover > .form-row[data-v-4552dea6]:first-child {
  border-top: none;
}
.underwriting-limit-override-popover[data-v-4552dea6] .reason-textarea-row
  .form-input-input {
  resize: vertical;
  max-height: 150px;
}
.popover-actions[data-v-4552dea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}


.underwriting-limit-input[data-v-0457d3c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-label[data-v-0457d3c7] {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.label-text[data-v-0457d3c7] {
  font-weight: bold;
  text-decoration: underline;
}
.input-value[data-v-0457d3c7] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.value-container-wrapper[data-v-0457d3c7] {
  position: relative;
  display: inline-block;
}
.value-container[data-v-0457d3c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.value-container.is-currency[data-v-0457d3c7] {
  width: 140px;
}
.value-container.is-multiplier[data-v-0457d3c7] {
  width: 80px;
}
.value-container[data-v-0457d3c7]:hover {
  background-color: #f8f9ff;
  border-color: #7f30ff;
}
.value-container.is-readonly[data-v-0457d3c7] {
  border: 1px solid #e5e7eb;
  background-color: #f3f4f6;
}
.value-container.is-readonly .input-symbol[data-v-0457d3c7],
.value-container.is-readonly .value-input[data-v-0457d3c7] {
  background-color: #f3f4f6;
  color: #6b7280;
}
.input-symbol[data-v-0457d3c7] {
  padding: 4px 6px;
  background-color: #ffffff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: default;
}
.currency-symbol[data-v-0457d3c7] {
  border-right: 1px solid #e5e7eb;
}
.multiplier-symbol[data-v-0457d3c7] {
  border-left: 1px solid #e5e7eb;
}
.value-input[data-v-0457d3c7] {
  border: none;
  background: transparent;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
  font-family: inherit;
  min-width: 0;
}
.value-input[data-v-0457d3c7]:-moz-read-only {
  cursor: default;
}
.value-input[data-v-0457d3c7]:read-only {
  cursor: default;
}
.override-value-display-indicator[data-v-0457d3c7] {
  position: absolute;
  top: -12px;
  right: -14px;
}
.info-tooltip[data-v-0457d3c7] {
  position: relative;
}
.info-icon[data-v-0457d3c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: serif;
}
.info-tooltip:hover .info-text[data-v-0457d3c7] {
  display: block;
}
.info-text[data-v-0457d3c7] {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  background: white;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 240px;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.info-tooltip.extend-left .info-text[data-v-0457d3c7] {
  left: auto;
  right: 0;
  -webkit-transform: none;
          transform: none;
}


.underwriting-percentage-input[data-v-4ab09807] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-label[data-v-4ab09807] {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.label-text[data-v-4ab09807] {
  font-weight: bold;
  text-decoration: underline;
}
.value-container-wrapper[data-v-4ab09807] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.value-container[data-v-4ab09807] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.input-value[data-v-4ab09807] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.value-input[data-v-4ab09807] {
  border: none;
  background: transparent;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
  font-family: inherit;
  min-width: 0;
}
.value-input[data-v-4ab09807]:-moz-read-only {
  background-color: #f3f4f6;
  color: #6b7280;
  cursor: default;
}
.value-input[data-v-4ab09807]:read-only {
  background-color: #f3f4f6;
  color: #6b7280;
  cursor: default;
}
.override-value-display-indicator[data-v-4ab09807] {
  position: absolute;
  top: -12px;
  right: -14px;
}
.value-container.is-percentage[data-v-4ab09807] {
  width: 100px;
  position: relative;
  overflow: visible;
}
.value-container.is-readonly[data-v-4ab09807] {
  border: 1px solid #e5e7eb;
  background-color: #f3f4f6;
}
.value-container.is-readonly .input-symbol[data-v-4ab09807],
.value-container.is-readonly .value-input[data-v-4ab09807] {
  background-color: #f3f4f6;
  color: #6b7280;
}
.input-icon[data-v-4ab09807] {
  border-right: 1px solid #e5e7eb;
}
.info-tooltip[data-v-4ab09807] {
  position: relative;
}
.info-icon[data-v-4ab09807] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.input-symbol[data-v-4ab09807] {
  padding: 4px 6px;
  background-color: #ffffff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: default;
}
.percentage-error-message[data-v-4ab09807] {
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  color: #d32f2f;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 105%;
}
.info-tooltip:hover .info-text[data-v-4ab09807] {
  display: block;
}
.info-text[data-v-4ab09807] {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 2;
  background: white;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 240px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.info-tooltip.extend-left .info-text[data-v-4ab09807] {
  left: auto;
  right: 0;
  -webkit-transform: none;
          transform: none;
}


.generate-capacity-popup[data-v-6ccb40b2] {
.popup-wrapper {
    width: 850px;
    margin-left: -425px;
}
}
h3[data-v-6ccb40b2] {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
}
.capacity-comparison-parent[data-v-6ccb40b2] {
  width: 100%;
  margin: 20px 0;
}
.capacity-comparison[data-v-6ccb40b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.capacity-section[data-v-6ccb40b2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 20px 30px 20px;
}
.capacity-header[data-v-6ccb40b2] {
  text-align: center;
  margin-bottom: 20px;
}
.capacity-header h3[data-v-6ccb40b2] {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.capacity-amount[data-v-6ccb40b2] {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.capacity-amount.outdated[data-v-6ccb40b2] {
  color: #7f30ff;
}
.capacity-actions-bottom[data-v-6ccb40b2] {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.risk-grade[data-v-6ccb40b2] {
  color: #666;
  font-size: 14px;
}
.risk-grade span[data-v-6ccb40b2] {
  color: #7f30ff;
  font-weight: bold;
}
.input-values[data-v-6ccb40b2] {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
.input-values-grid[data-v-6ccb40b2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px 15px;
}
.generate-capacity-popup[data-v-6ccb40b2] {
.popup-wrapper {
    top: 110px;
}
}
@media (max-width: 768px) {
.capacity-comparison[data-v-6ccb40b2] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.value-display[data-v-54153b20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.content-column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-column > div {
  padding: 0 12px;
  margin-top: 20px;
}
.container-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.container-button .btn-save-capacity {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 200px !important;
          flex: 0 200px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.transactions-search .toggle-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.transactions-search .toggle-filter .additional-filters {
  cursor: pointer;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.bills-table .copy-to-clipboard {
  cursor: pointer;
}
.bills-table .copy-to-clipboard.clicked {
  position: relative;
  color: transparent;
}
.bills-table .copy-to-clipboard.clicked::after {
  content: 'copied';
  position: absolute;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  color: black;
  top: 0;
  left: 0;
}
.bills-table .hide-unready-bills-container {
  max-width: 300px;
}
.bills-table th {
  font-size: 10px;
}
.bills-table td {
  font-size: 12px;
}

/* ------------------------ LEGACY START -------------------------- */
/* ------------------------ LEGACY END -------------------------- */
/**
 * Main colors
 */
/*
 * New Main Colors
 * Eventually, when we drop the old colors, we will remove 'new' from naming
 */
/**
 * Highlights & Behaviours colors
 */
/**
 * Complementary colors
 */
/**
 * New Design colors
 */
/**
 * Font sizes
 */
/**
 * Gutter sizes
 */
.bills-header[data-v-5f6e09cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  margin-left: -5%;
}
.bills-search[data-v-5f6e09cc] {
  width: 110%;
  margin-left: -5%;
}

