/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!../new-theme/css/theme/variables.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  src: url('LibreFranklin-VariableFont_wght.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: url('SourceSansPro-Light.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  src: url('SourceSansPro-SemiBold.ttf');
}
:root {
  --ion-font-family: "Libre Franklin";
  /** primary **/
  --ion-color-primary: #3880ff;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #4c8dff;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #50c8ff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}
html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}
html {
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}
/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 *
 * Do not use :not(.overlay-hidden) in place of
 * .show-modal because that triggers a memory
 * leak in Blink: https://bugs.chromium.org/p/chromium/issues/detail?id=1418768
 */
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}
/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0,  0,  0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
/* Basic CSS for apps built with Ionic */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}
.visible {
  visibility: visible
}
.static {
  position: static
}
.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.sticky {
  position: sticky
}
.float-left {
  float: left
}
.m-16 {
  margin: 16px
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px
}
.my-28 {
  margin-top: 28px;
  margin-bottom: 28px
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px
}
.mr-8 {
  margin-right: 8px
}
.mb-32 {
  margin-bottom: 32px
}
.ml-8 {
  margin-left: 8px
}
.mt-32 {
  margin-top: 32px
}
.mt-8 {
  margin-top: 8px
}
.mt-16 {
  margin-top: 16px
}
.mr-4 {
  margin-right: 4px
}
.mb-16 {
  margin-bottom: 16px
}
.ml-auto {
  margin-left: auto
}
.mb-8 {
  margin-bottom: 8px
}
.mb-4 {
  margin-bottom: 4px
}
.\!mr-8 {
  margin-right: 8px !important
}
.mr-2 {
  margin-right: 2px
}
.ml-4 {
  margin-left: 4px
}
.mr-16 {
  margin-right: 16px
}
.mt-20 {
  margin-top: 20px
}
.ml-16 {
  margin-left: 16px
}
.mb-6 {
  margin-bottom: 6px
}
.mb-12 {
  margin-bottom: 12px
}
.ml-12 {
  margin-left: 12px
}
.mt-2 {
  margin-top: 2px
}
.\!mt-32 {
  margin-top: 32px !important
}
.mt-24 {
  margin-top: 24px
}
.\!mr-48 {
  margin-right: 48px !important
}
.mt-12 {
  margin-top: 12px
}
.mt-4 {
  margin-top: 4px
}
.mr-32 {
  margin-right: 32px
}
.block {
  display: block
}
.inline {
  display: inline
}
.flex {
  display: flex
}
.grid {
  display: grid
}
.inline-grid {
  display: inline-grid
}
.contents {
  display: contents
}
.hidden {
  display: none
}
.h-full {
  height: 100%
}
.h-20 {
  height: 20px
}
.h-56 {
  height: 56px
}
.h-24 {
  height: 24px
}
.h-10 {
  height: 10px
}
.h-50 {
  height: 50px
}
.w-20 {
  width: 20px
}
.w-24 {
  width: 24px
}
.w-10 {
  width: 10px
}
.w-full {
  width: 100%
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
  cursor: pointer
}
.flex-wrap {
  flex-wrap: wrap
}
.items-center {
  align-items: center
}
.\!items-center {
  align-items: center !important
}
.justify-start {
  justify-content: flex-start
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.gap-16 {
  gap: 16px
}
.justify-self-end {
  justify-self: end
}
.overflow-y-scroll {
  overflow-y: scroll
}
.rounded-full {
  border-radius: 9999px
}
.rounded-lg {
  border-radius: 0.5rem
}
.rounded-md {
  border-radius: 0.375rem
}
.border {
  border-width: 1px
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.p-16 {
  padding: 16px
}
.p-10 {
  padding: 10px
}
.p-32 {
  padding: 32px
}
.p-6 {
  padding: 6px
}
.p-20 {
  padding: 20px
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px
}
.pr-16 {
  padding-right: 16px
}
.pt-4 {
  padding-top: 4px
}
.pb-16 {
  padding-bottom: 16px
}
.pb-56 {
  padding-bottom: 56px
}
.pl-8 {
  padding-left: 8px
}
.pl-16 {
  padding-left: 16px
}
.pt-16 {
  padding-top: 16px
}
.pl-12 {
  padding-left: 12px
}
.pt-32 {
  padding-top: 32px
}
.pt-8 {
  padding-top: 8px
}
.pb-24 {
  padding-bottom: 24px
}
.pt-24 {
  padding-top: 24px
}
.pb-32 {
  padding-bottom: 32px
}
.pb-8 {
  padding-bottom: 8px
}
.pb-6 {
  padding-bottom: 6px
}
.pb-20 {
  padding-bottom: 20px
}
.pr-8 {
  padding-right: 8px
}
.pr-1 {
  padding-right: 1px
}
.text-left {
  text-align: left
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.align-bottom {
  vertical-align: bottom
}
.font-sans {
  font-family: Libre Franklin, sans-serif
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}
.font-bold {
  font-weight: 700
}
.uppercase {
  text-transform: uppercase
}
.lowercase {
  text-transform: lowercase
}
.capitalize {
  text-transform: capitalize
}
.normal-case {
  text-transform: none
}
.italic {
  font-style: italic
}
.leading-6 {
  line-height: 1.5rem
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}
.text-Blues_Default_Blue {
  --tw-text-opacity: 1;
  color: rgb(85 102 251 / var(--tw-text-opacity))
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity))
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity))
}
.no-underline {
  text-decoration-line: none
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.content-box.max-w-1336 {
  padding-left: calc((100vw - 1336px) / 2);
}
app-main-header .max-w-1336 {
  max-width: 1336px;
}
.box-8 .cdk-virtual-scroll-content-wrapper {
  padding-right: calc((100vw - 1336px) / 2);
  padding-top: 32px;
  padding-bottom: 32px;
}
.box-8 .cdk-virtual-scroll-content-wrapper > * > ion-grid {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 1336px) {
  .max-w-1336 .h-100 {
    padding-left: 16px;
  }
  app-main-header .max-w-1336 {
    padding-right: 16px;
  }
}
img {
  object-fit: cover;
}
.app-import-jobs {
  --width: 296px;
  --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.app-import-jobs .popover-content {
  border-radius: 4px;
}
.app-import-jobs-input {
  --max-width: 440px;
  --min-width: 440px;
  --max-height: 200px;
  --min-height: 200px;
  background: rgba(0, 0, 0, 0.5);
  --border-radius: 8px;
}
.applied-application-box {
  --width: 876px;
  --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --max-height: 360px;
}
@media (max-width: 478px) {
  .app-import-jobs-input {
    --min-width: calc(100% - 40px);
    --max-width: calc(100% - 40px);
    --max-height: 230px;
    --min-height: 230px;
  }
}
.job-detail-alert {
  --max-height: 197px;
  --min-height: 197px;
  --max-width: 652px;
  --min-width: 652px;
  background: rgba(0, 0, 0, 0.77);
  --border-radius: 8px;
}
@media (max-width: 651.98px) {
  .job-detail-alert {
    --max-height: 240px;
    --min-height: 240px;
    --max-width: 317px;
    --min-width: 317px;
  }
}
.vetted-tag {
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), #00daae;
  align-items: center;
  padding: 2px 4px;
  display: flex;
  gap: 3px;
  color: rgba(0, 0, 0, 0.8);
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.note-component {
  --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --height: auto;
  --border-radius: 4px;
}
.spinner {
  display: flex;
  justify-content: center;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!../new-theme/css/global.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ng-tooltip {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 16px;
  background: #000000;
  border-radius: 8px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
}

.ng-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
}

.ng-tooltip-top:after {
  top: 100%;
  left: 45%;
  margin-top: 0;
  border-width: 8px;
  border-color: black transparent transparent transparent;
}

.ng-tooltip-bottom:after {
  bottom: 100%;
  left: 45%;
  margin-top: -8px;
  border-width: 8px;
  border-color: transparent transparent black transparent;
}

.ng-tooltip-left:after {
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-width: 8px;
  border-color: transparent transparent transparent black;
}

.ng-tooltip-right:after {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px;
  border-color: transparent black transparent transparent;
}

.ng-tooltip-show {
  opacity: 1;
}

.Heading_XL_highlights {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

.Heading_XL {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

.Heading_L {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}

.Heading_M_highlights {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.Heading_M {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.Heading_S_highlights {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.Heading_S {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.Body_L {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.Body_M_highlights {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.Body_M {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.Body_S_highlights {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.Body_S {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.Body_XS_highlights {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.Body_XS {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.Elevation-1_Flat {
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.Elevation-1_Low {
  background: #ffffff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.Elevation-2_Medium {
  background: #ffffff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.Elevation-3_High {
  background: #ffffff;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.hover_Elevation-1_Flat:hover {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
}

.hover_Elevation-1_Low:hover {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.hover_Elevation-2_Medium:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}

.hover_Elevation-3_High:hover {
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
}

.Active-link_S {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5566fb;
  cursor: pointer;
}

.Active-link_S ion-icon {
  font-size: 16px;
  padding-left: 8px;
}

.Active-link_M {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5566fb;
  cursor: pointer;
}

.Active-link_M ion-icon {
  font-size: 20px;
  padding-left: 8px;
}

.Active-link_L {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #5566fb;
  cursor: pointer;
}

.Active-link_L ion-icon {
  font-size: 24px;
  padding-left: 8px;
}

.background-Greens-Dark_Green_3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), #00daae;
}

.background-Greens-Dark_Green_2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), #00daae;
}

.background-Greens-Dark_Green_1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00daae;
}

.background-Greens-Default_Green {
  background: #00daae;
}

.background-Greens-Light_Green_1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #00daae;
}

.background-Greens-Light_Green_2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), #00daae;
}

.background-Greens-Light_Green_3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), #00daae;
}

.color-Greens-Dark_Green_3 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), #00daae;
}

.color-Greens-Dark_Green_2 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), #00daae;
}

.color-Greens-Dark_Green_1 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00daae;
}

.color-Greens-Default_Green {
  color: #00daae;
}

.color-Greens-Light_Green_1 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #00daae;
}

.color-Greens-Light_Green_2 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), #00daae;
}

.color-Greens-Light_Green_3 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), #00daae;
}

.background-Blues-Dark_Blue_3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #5566fb;
}

.background-Blues-Dark_Blue_2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), #5566fb;
}

.background-Blues-Dark_Blue_1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #5566fb;
}

.background-Blues-Default_Blue {
  background: #5566fb;
}

.background-Blues-Light_Blue_1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5566fb;
}

.background-Blues-Light_Blue_2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #5566fb;
}

.background-Blues-Light_Blue_3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), #5566fb;
}

.color-Blues-Dark_Blue_3 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #5566fb;
}

.color-Blues-Dark_Blue_2 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), #5566fb;
}

.color-Blues-Dark_Blue_1 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #5566fb;
}

.color-Blues-Default_Blue {
  color: #5566fb;
}

.color-Blues-Light_Blue_1 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5566fb;
}

.color-Blues-Light_Blue_2 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #5566fb;
}

.color-Blues-Light_Blue_3 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), #5566fb;
}

.background-Yellows-Dark_Yellow_3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), #ffcb2d;
}

.background-Yellows-Dark_Yellow_2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ffcb2d;
}

.background-Yellows-Dark_Yellow_1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #ffcb2d;
}

.background-Yellows-Default_Green {
  background: #ffcb2d;
}

.background-Yellows-Light_Yellow_1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), #ffcb2d;
}

.background-Yellows-Light_Yellow_2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), #ffcb2d;
}

.background-Yellows-Light_Yellow_3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #ffcb2d;
}

.color-Yellows-Dark_Yellow_3 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), #ffcb2d;
}

.color-Yellows-Dark_Yellow_2 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ffcb2d;
}

.color-Yellows-Dark_Yellow_1 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #ffcb2d;
}

.color-Yellows-Default_Green {
  color: #ffcb2d;
}

.color-Yellows-Light_Yellow_1 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), #ffcb2d;
}

.color-Yellows-Light_Yellow_2 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), #ffcb2d;
}

.color-Yellows-Light_Yellow_3 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #ffcb2d;
}

.background-Reds-Dark_Red_3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), #dd0000;
}

.background-Reds-Dark_Red_2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #dd0000;
}

.background-Reds-Dark_Red_1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #dd0000;
}

.background-Reds-Default_Green {
  background: #dd0000;
}

.background-Reds-Light_Red_1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #dd0000;
}

.background-Reds-Light_Red_2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #dd0000;
}

.background-Reds-Light_Red_3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), #dd0000;
}

.color-Reds-Dark_Red_3 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), #dd0000;
}

.color-Reds-Dark_Red_2 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #dd0000;
}

.color-Reds-Dark_Red_1 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #dd0000;
}

.color-Reds-Default_Green {
  color: #dd0000;
}

.color-Reds-Light_Red_1 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #dd0000;
}

.color-Reds-Light_Red_2 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #dd0000;
}

.color-Reds-Light_Red_1 {
  color: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), #dd0000;
}

.background-Blacks-Default_Black {
  background: #000000;
}

.background-Blacks-Default_Black_1 {
  background: rgba(0, 0, 0, 0.8);
}

.background-Blacks-Default_Black_2 {
  background: rgba(0, 0, 0, 0.6);
}

.background-Blacks-Default_Black_3 {
  background: rgba(0, 0, 0, 0.4);
}

.background-Blacks-Default_Black_4 {
  background: rgba(0, 0, 0, 0.2);
}

.background-Blacks-Default_Black_5 {
  background: rgba(0, 0, 0, 0.08);
}

.background-Blacks-Default_Black_6 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), #ffffff;
}

.color-Blacks-Default_Black {
  color: #000000;
}

.color-Blacks-Default_Black_1 {
  color: rgba(0, 0, 0, 0.8);
}

.color-Blacks-Default_Black_2 {
  color: rgba(0, 0, 0, 0.6);
}

.color-Blacks-Default_Black_3 {
  color: rgba(0, 0, 0, 0.4);
}

.color-Blacks-Default_Black_4 {
  color: rgba(0, 0, 0, 0.2);
}

.color-Blacks-Default_Black_5 {
  color: rgba(0, 0, 0, 0.08);
}

.color-Blacks-Default_Black_6 {
  color: linear-gradient(0deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), #ffffff;
}

.background-Whites-Default_White {
  background: #ffffff;
}

.background-Whites-Default_White_1 {
  background: rgba(255, 255, 255, 0.8);
}

.background-Whites-Default_White_2 {
  background: rgba(255, 255, 255, 0.7);
}

.background-Whites-Default_White_3 {
  background: rgba(255, 255, 255, 0.6);
}

.background-Whites-Default_White_4 {
  background: rgba(255, 255, 255, 0.5);
}

.background-Whites-Default_White_5 {
  background: rgba(255, 255, 255, 0.4);
}

.background-Whites-Default_White_6 {
  background: rgba(255, 255, 255, 0.2);
}

.color-Whites-Default_White {
  color: #ffffff;
}

.color-Whites-Default_White_1 {
  color: rgba(255, 255, 255, 0.8);
}

.color-Whites-Default_White_2 {
  color: rgba(255, 255, 255, 0.7);
}

.color-Whites-Default_White_3 {
  color: rgba(255, 255, 255, 0.6);
}

.color-Whites-Default_White_4 {
  color: rgba(255, 255, 255, 0.5);
}

.color-Whites-Default_White_5 {
  color: rgba(255, 255, 255, 0.4);
}

.color-Whites-Default_White_6 {
  color: rgba(255, 255, 255, 0.2);
}

.Large-Button-Active_primary {
  margin: 0;
  --border-radius: 8px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: #ffcb2d;
  color: #000000;
}

.Large-Button-Active_primary_with_icon {
  margin: 0;
  --border-radius: 8px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: #ffcb2d;
  color: #000000;
}

.Large-Button-Active_primary_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Large-Button-Active_primary_icon_only {
  margin: 0;
  --border-radius: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 48px;
  --padding-end: 48px;
  --background: #ffcb2d;
  color: #000000;
}

.Large-Button-Active_primary_icon_only ion-icon {
  font-size: 24px;
}

.Large-Button-Active_secondary {
  margin: 0;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Large-Button-Active_secondary_with_icon {
  margin: 0;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Large-Button-Active_secondary_with_icon ion-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.Large-Button-Active_secondary_icon_only {
  margin: 0;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
  --padding-start: 12px;
  --padding-end: 12px;
}

.Large-Button-Active_secondary_icon_only ion-icon {
  font-size: 24px;
}

.Large-Button-Active_secondary_white {
  margin: 0;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: transparent;
  color: #ffffff;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(255, 255, 255, 0.8);
}

.Large-Button-Active_secondary_white_with_icon {
  margin: 0;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: transparent;
  color: #ffffff;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(255, 255, 255, 0.8);
}

.Large-Button-Active_secondary_white_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Large-Button-Active_secondary_white_icon_only {
  margin: 0;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 48px;
  --padding-end: 48px;
  --background: transparent;
  color: #ffffff;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(255, 255, 255, 0.8);
}

.Large-Button-Active_secondary_white_icon_only ion-icon {
  font-size: 24px;
}

.Large-Button-Inactive_primary {
  margin: 0;
  --border-radius: 8px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: linear-gradient(0deg,
  		rgba(255, 255, 255, 0.65),
  		rgba(255, 255, 255, 0.65)),
  	#ffcb2d;
  color: rgba(0, 0, 0, 0.4);
}

.Large-Button-Inactive_primary_with_icon {
  margin: 0;
  --border-radius: 8px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: linear-gradient(0deg,
  		rgba(255, 255, 255, 0.65),
  		rgba(255, 255, 255, 0.65)),
  	#ffcb2d;
  color: rgba(0, 0, 0, 0.4);
}

.Large-Button-Inactive_primary_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Large-Button-Inactive_primary_icon_only {
  margin: 0;
  --border-radius: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 48px;
  --padding-end: 48px;
  --background: linear-gradient(0deg,
  		rgba(255, 255, 255, 0.65),
  		rgba(255, 255, 255, 0.65)),
  	#ffcb2d;
  color: rgba(0, 0, 0, 0.4);
}

.Large-Button-Inactive_primary_icon_only ion-icon {
  font-size: 24px;
}

.Large-Button-Inactive_secondary {
  margin: 0;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Large-Button-Inactive_secondary_with_icon {
  margin: 0;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 12px;
  --padding-end: 12px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Large-Button-Inactive_secondary_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Large-Button-Inactive_secondary_icon_only {
  margin: 0;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  --padding-start: 48px;
  --padding-end: 48px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Large-Button-Inactive_secondary_icon_only ion-icon {
  font-size: 24px;
}

.Small-button-Active_primary {
  margin: 0;
  border-radius: 8px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
  --padding-end: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --background: #ffcb2d;
  color: #000000;
}

.Small-button-Active_primary_with_icon {
  margin: 0;
  border-radius: 8px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
  --padding-end: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --background: #ffcb2d;
  color: #000000;
}

.Small-button-Active_primary_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Small-button-Active_primary_icon_only {
  margin: 0;
  border-radius: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --background: #ffcb2d;
  color: #000000;
  --padding-start: 12px;
  --padding-end: 12px;
}

.Small-button-Active_primary_icon_only ion-icon {
  font-size: 24px;
}

.Small-button-Active_secondary {
  margin: 0;
  border-radius: 8px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
  --padding-end: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Small-button-Active_secondary_with_icon {
  margin: 0;
  border-radius: 8px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
  --padding-end: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Small-button-Active_secondary_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Small-button-Active_secondary_icon_only {
  margin: 0;
  border-radius: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 32px;
  --padding-end: 32px;
  --background: transparent;
  color: #000000;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(0, 0, 0, 0.8);
}

.Small-button-Active_secondary_icon_only ion-icon {
  font-size: 24px;
}

.Small-button-Active_secondary_white {
  margin: 0;
  border-radius: 8px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
  --padding-end: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --background: transparent;
  color: #ffffff;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(255, 255, 255, 0.8);
}

.Small-button-Active_secondary_white_with_icon {
  margin: 0;
  border-radius: 8px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
  --padding-end: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --background: transparent;
  color: #ffffff;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(255, 255, 255, 0.8);
}

.Small-button-Active_secondary_white_with_icon ion-icon {
  font-size: 24px;
  margin-left: 8px;
}

.Small-button-Active_secondary_white_icon_only {
  margin: 0;
  border-radius: 8px;
  --box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  --padding-start: 32px;
  --padding-end: 32px;
  --background: transparent;
  color: #ffffff;
  --border-radius: 8px;
  --border-width: 1px;
  --border-style: solid;
  --border-color: rgba(255, 255, 255, 0.8);
}

.Small-button-Active_secondary_white_icon_only ion-icon {
  font-size: 24px;
}

ion-grid,
ion-col,
p {
  padding: 0;
  margin: 0;
}

.ripple-parent {
  position: relative;
  overflow: hidden;
}

ion-spinner {
  vertical-align: top;
}

ion-ripple-effect {
  --ripple-color: transparent;
}

img {
  object-fit: cover;
}

.cursor {
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map*/