/* Colours from priority tiles: */
.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  height: 95vh;
}
.login-container a {
  color: rgb(0, 0, 0);
}
.login-container .login-form {
  margin-top: 80px;
  width: 450px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  padding: 50px;
  border-radius: 7px;
  background-color: rgb(242, 242, 242);
  display: flex;
  flex-direction: column;
}
.login-container .login-form input {
  height: 34px;
  font-family: var(--font-family);
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-top: 5px;
  padding: 8px 12px;
  font-size: 100%;
  vertical-align: baseline;
  line-height: normal;
  border-style: solid;
  border-radius: 6px;
  background-color: white;
  border-color: #e1dfdd;
  border-width: 0.5px;
}
.login-container .login-form input:focus {
  border-color: #45464f;
}
.login-container .login-form #login-email {
  margin-top: 0px;
}
.login-container .login-form #log-in-button {
  cursor: pointer;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: border-box;
  background-size: 30px 30px;
  border-width: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  overflow-y: hidden;
  margin-top: 10px;
  background-color: #007f64;
  font-size: 14px;
}
.login-container .login-form #log-in-button:hover {
  background-color: #009978;
}
.login-container .login-form #xero_login {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: border-box;
  background-size: 30px 30px;
  border-width: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  overflow-y: hidden;
  background-color: #007f64;
  margin-top: 5px;
  width: 100%;
  padding: 0px;
}
.login-container .login-form-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: transparent !important;
  height: 110px;
  left: -51px;
  margin-bottom: 40px;
  margin-top: -50px;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  width: calc(100% + 100px);
  background-color: #007f64;
  padding-top: 6px;
}
.login-container .login-form-header .login-form-branding {
  width: calc(100% - 20px);
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 20px;
  height: 92px;
  background-image: url('logo-cc.c6ee392c9364533e.svg');
  background-position-y: bottom;
  background-size: 85%;
}
.login-container .login-form-error-message-wrapper {
  margin-top: 10px;
  display: flex;
  color: red;
  font-size: 0.9em;
  align-items: center;
  justify-content: left;
}
.login-container .login-form-sub-links {
  margin-top: 10px;
}
.login-container .login-form-sub-links a {
  font-size: 13px;
}
.login-container .login_company_logo {
  background-image: url('eque2_logo_new.5e2c11be4663bd5c.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  height: 55px;
  width: 180px;
}
.login-container .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login-container .footer {
  font-size: 10px;
  margin-top: 30px;
}

/*
   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.
   ---------------------------------------------------------------
 */
:root {
  --color-primary: var(--color-green-cmc-primary);
  --color-secondary: var(--color-blue-blue);
  --color-warning: var(--color-status-warning);
  --color-danger: var(--color-status-error);
  --color-light: var(--color-mono-90);
  --color-dark: var(--color-mono-30);
  --color-label-dark: var(--color-mono-14);
  --color-disabled: var(--color-text-body-disabled);
  --color-info: var(--color-status-info);
  --color-background: var(--color-mono-98);
  --color-text-numerics-lg: #0f0f0f;
  --color-text-numerics-md: #3d3d3d;
  --color-text-page-title: #0a0a0a;
  --color-text-header: #1f1f1f;
  --color-text-subtitle: #474747;
  --color-text-sub-text: #3d3d3d;
  --color-blue-blue-xlight: #effcffff;
  --color-blue-blue-lighter: #c5f1fcff;
  --color-blue-blue-light: #1fc0e7ff;
  --color-blue-blue: #2c79c4ff;
  --color-blue-blue-alt: #1e63a7ff;
  --color-blue-blue-dark: #263b54ff;
  --color-blue-blue-darker: #1b2c3fff;
  --color-mono-black: #000000ff;
  --color-mono-white: #ffffffff;
  --color-mono-grey: #e4e7e9;
  --color-mono-2: #050505ff;
  --color-mono-4: #0a0a0aff;
  --color-mono-6: #0f0f0fff;
  --color-mono-8: #141414ff;
  --color-mono-10: #1a1a1aff;
  --color-mono-12: #1f1f1fff;
  --color-mono-14: #242424ff;
  --color-mono-16: #292929ff;
  --color-mono-18: #2e2e2eff;
  --color-mono-20: #333333ff;
  --color-mono-22: #383838ff;
  --color-mono-24: #3d3d3dff;
  --color-mono-26: #424242ff;
  --color-mono-28: #474747ff;
  --color-mono-30: #4d4d4dff;
  --color-mono-32: #525252ff;
  --color-mono-34: #575757ff;
  --color-mono-36: #5c5c5cff;
  --color-mono-38: #616161ff;
  --color-mono-40: #666666ff;
  --color-mono-42: #6b6b6bff;
  --color-mono-44: #707070ff;
  --color-mono-46: #757575ff;
  --color-mono-48: #7a7a7aff;
  --color-mono-50: #808080ff;
  --color-mono-52: #858585ff;
  --color-mono-54: #8a8a8aff;
  --color-mono-56: #8f8f8fff;
  --color-mono-58: #949494ff;
  --color-mono-60: #999999ff;
  --color-mono-62: #9e9e9eff;
  --color-mono-64: #a3a3a3ff;
  --color-mono-66: #a8a8a8ff;
  --color-mono-68: #adadadff;
  --color-mono-70: #b3b3b3ff;
  --color-mono-72: #b8b8b8ff;
  --color-mono-74: #bdbdbdff;
  --color-mono-76: #c2c2c2ff;
  --color-mono-78: #c7c7c7ff;
  --color-mono-80: #ccccccff;
  --color-mono-82: #d1d1d1ff;
  --color-mono-84: #d6d6d6ff;
  --color-mono-86: #dbdbdbff;
  --color-mono-88: #e0e0e0ff;
  --color-mono-90: #e6e6e6ff;
  --color-mono-92: #ebebebff;
  --color-mono-94: #f0f0f0ff;
  --color-mono-96: #f5f5f5ff;
  --color-mono-98: #fafafaff;
  --color-mono-99: #eceeef;
  --color-mono-100: #fafbfb;
  --color-mono-101: #494f54;
  --color-green-10: #103e36ff;
  --color-green-20: #0e463cff;
  --color-green-30: #0a4b3fff;
  --color-green-40: #065243ff;
  --color-green-50: #025c4aff;
  --color-green-60: #00634eff;
  --color-green-70: #006b54ff;
  --color-green-cmc-primary: #007f64ff;
  --color-green-74: #00795fff;
  --color-green-80: #038468ff;
  --color-green-90: #068a6eff;
  --color-green-100: #0d9c7dff;
  --color-green-110: #3cc7a9ff;
  --color-green-120: #57d9bdff;
  --color-green-130: #7af1d8ff;
  --color-green-140: #b7f5e8ff;
  --color-green-150: #d1fff5ff;
  --color-green-160: #ebfffbff;
  --color-green-170: #f3fff3;
  --color-grey-blue-grey-blue1: #777e86ff;
  --color-grey-blue-grey-blue2: #95999fff;
  --color-status-success: #007a27;
  --color-status-success-dark: #067e06ff;
  --color-status-success-xdark: #076107ff;
  --color-status-success-xlight: #f8fff8ff;
  --color-status-success-light: #e0ffe0ff;
  --color-status-error: #cf0404;
  --color-status-error-dark: #c20a2bff;
  --color-status-error-xdark: #870616ff;
  --color-status-error-xlight: #ffeff2ff;
  --color-status-error-xxlight: #fff9faff;
  --color-status-error-light: #fdb6c3ff;
  --color-status-warning: #c47f2a;
  --color-status-warning-light: #fdcdb4ff;
  --color-status-warning-dark: #df5f1bff;
  --color-status-warning-xxlight: #fffaf3ff;
  --color-status-warning-xlight: #ffede3ff;
  --color-status-warning-xdark: #943807ff;
  --color-status-info: #0076bf;
  --color-status-info-xlight: #f8fcffff;
  --color-status-info-light: #c2e7feff;
  --color-status-info-dark: #0a639aff;
  --color-status-info-xdark: #034d7aff;
  --color-status-dark: #494f54;
  --color-surface-border-grey-rest: #e0e0e0;
  --color-surface-overlay-light-40: #ffffff66;
  --color-surface-container-grey-xlight: #f5f5f5;
  --color-surface-container-grey-xxlight: #fafafa;
  --color-surface-container-grey-mid-1: #d1d1d1;
  --color-surface-container-white: #fff;
  --color-surface-container-primary: #007f64;
  --color-surface-container-grey-inactive: #f0f0f0;
  --color-surface-table-header: #f5f5f5;
  --color-surface-table-header-select: #fafafa;
  --color-surface-border-table-row: #e6e6e6;
  --color-surface-table-alt-row: #f1f2f4;
  --color-surface-table-cell-hover: #dadce0;
  --color-surface-table-col-hover: #f1f3f4;
  --color-surface-border-success: #2bc92b;
  --color-status-container-success-light: #d0ffd0;
  --color-text-header: #1f1f1f;
  --color-text-body: #494f54;
  --color-text-body-disabled: #bdbdbd;
  --color-text-body-dark: #4d4d4d;
  --color-text-body-white: #fff;
  --color-text-body-xdark: #333;
  --color-text-body-primary-hover: #006b54;
  --color-surface-border-keyline-card-hdr: #d1d1d1;
  --color-surface-container-grey-light: #f5f5f5;
  --color-surface-border-grey: #d9d9d9;
  --color-surface-border-border-grey-rest: #e0e0e0;
  --color-surface-border-border-grey-focus: #8f8f8f;
  --color-surface-border-border-grey-hover: #b8b8b8;
  --color-surface-border-border-grey-selected: #a8a8a8;
  --color-surface-container-grey-xlight-background: #ebebeb;
  --color-surface-container-grey-hover: #b8b8b8;
  --color-surface-border-border-grey-dar1: #666;
  --color-surface-border-border-grey-xlight: #b8b8b8;
  --color-surface-border-border-info: #0080cf;
  --color-status-text-info: #0076bf;
  --color-surface-border-border-info-hover: #0a639a;
  --color-status-container-info: #0080cf;
  --color-status-text-info-hover: #0a639a;
  --color-status-container-info-hover: #0a639a;
  --color-status-container-info-light: #f3faff;
  --color-status-container-info-light-2: #e7f6ff;
  --color-surface-border-border-warning: #ee5d0e;
  --color-status-container-warning-xlight: #fff1e9;
  --color-status-text-warning: #ee6f2b;
  --color-surface-border-border-warning-hover: #c64500;
  --color-surface-border-border-warning-light: #fdcdb4;
  --color-status-text-warning-hover: #c64500;
  --color-status-container-warning: #ee6f2b;
  --color-status-container-warning-xdark: #a23800;
  --color-surface-border-border-error: #dc082e;
  --color-status-container-error-xlight: #ffeff2;
  --color-status-text-error: #dc082e;
  --color-surface-border-border-error-hover: #a60724;
  --color-status-text-error-hover: #a60724;
  --color-status-container-errror: #dc082e;
  --color-status-container-error-xdark: #870616;
  --color-surface-border-border-success: #2bc92b;
  --color-status-container-success-light: #d0ffd0;
  --color-status-container-success-xlight: #f3fff3;
  --color-status-text-success: #009e00;
  --color-surface-border-border-success-hover: #067e06;
  --color-status-text-success-hover: #067e06;
  --color-surface-border-border-primary: #007f64;
  --color-surface-container-primary-lightest: #ebfffb;
  --color-surface-border-border-focus: #0e463c;
  --color-surface-overlay-light-12: rgba(255, 255, 255, 0.12);
  --color-surface-overlay-light-84: rgba(255, 255, 255, 0.84);
  --color-surface-overlay-light-40: rgba(0, 0, 0, 0.4);
  --color-surface-overlay-dark-16: rgba(0, 0, 0, 0.16);
  --color-surface-overlay-dark-32: rgba(0, 0, 0, 0.32);
  --color-scrollbar-background: #8a8886;
  --color-scrollbar-background-hover: #787775;
  --color-scrollbar-border: #f1f1f1;
  --color-text-label: #242424;
  --color-select-header-container-background: #f5f5f5;
  --color-select-header-label: #666;
  --color-grey-400: #d2d6d9;
  --color-grey-white: #fff;
}

:root {
  /* Effect Styles  */
  --box-shadows-light-shadow-02: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-04: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-04x: 0px 0px 4px 0px rgba(0, 0, 0, 0.12),
    0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  --box-shadows-light-shadow-08: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-16: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-28: 0px 0px 8px 0px rgba(0, 0, 0, 0.2),
    0px 14px 28.8px 0px rgba(0, 0, 0, 0.24);
  --box-shadows-light-shadow-64: 0px 0px 8px 0px rgba(0, 0, 0, 0.2),
    0px 32px 64px 0px rgba(0, 0, 0, 0.24);
  --box-shadows-dark-shadow-02: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-04: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 2px 4px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-08: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 4px 8px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-16: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 8px 16px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-28: 0px 0px 8px 0px rgba(0, 0, 0, 0.4),
    0px 14px 28px 0px rgba(0, 0, 0, 0.48);
  --box-shadows-dark-shadow-64: 0px 0px 8px 0px rgba(0, 0, 0, 0.4),
    0px 32px 64px 0px rgba(0, 0, 0, 0.48);
  --box-shadows-dark-shadow-08x: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 2px 8px 0px rgba(0, 0, 0, 0.28);
}

:root .hide {
  display: none !important;
}
:root .float-left,
:root .float-start {
  float: left !important;
}
:root .float-right,
:root .float-end {
  float: right !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex {
  display: flex;
}

.gap-0 {
  gap: var(--size-size-0);
}

.gap-2 {
  gap: var(--size-size-2);
}

.gap-4 {
  gap: var(--size-size-4);
}

.gap-8 {
  gap: var(--size-size-8);
}

.gap-10 {
  gap: var(--size-size-8);
}

.gap-12 {
  gap: var(--size-size-8);
}

:root {
  --eq2-spacing: 8px;
  --eq2-spacing-sm: 4px;
  --eq2-spacing-lg: 12px;
  /* #region No Padding */
  /* #endregion */
  /* #region Standard */
  /* #endregion */
  /* #region Small */
  /* #endregion */
  /* #region Large */
  /* #endregion */
  /* #region No Margin */
  /* #endregion */
  /* #region Standard */
  /* #endregion */
  /* #region Small */
  /* #endregion */
  /* #region Large */
  /* #endregion */
}
:root .no-padding,
:root .padding-none {
  padding: 0px !important;
}
:root .no-padding-top,
:root .padding-top-none {
  padding-top: 0px !important;
}
:root .no-padding-right,
:root .padding-right-none {
  padding-right: 0px !important;
}
:root .no-padding-bottom,
:root .padding-bottom-none {
  padding-bottom: 0px !important;
}
:root .no-padding-left,
:root .padding-left-none {
  padding-left: 0px !important;
}
:root .no-padding-height,
:root .padding-height-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
:root .no-padding-width,
:root .padding-width-none {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
:root .padding {
  padding: var(--eq2-spacing);
}
:root .padding-top {
  padding-top: var(--eq2-spacing);
}
:root .padding-right {
  padding-right: var(--eq2-spacing);
}
:root .padding-bottom {
  padding-bottom: var(--eq2-spacing);
}
:root .padding-left {
  padding-left: var(--eq2-spacing);
}
:root .padding-height {
  padding-top: var(--eq2-spacing);
  padding-bottom: var(--eq2-spacing);
}
:root .padding-width {
  padding-right: var(--eq2-spacing);
  padding-left: var(--eq2-spacing);
}
:root .padding-sm {
  padding: var(--eq2-spacing-sm);
}
:root .padding-top-sm {
  padding-top: var(--eq2-spacing-sm);
}
:root .padding-right-sm {
  padding-right: var(--eq2-spacing-sm);
}
:root .padding-bottom-sm {
  padding-bottom: var(--eq2-spacing-sm);
}
:root .padding-left-sm {
  padding-left: var(--eq2-spacing-sm);
}
:root .padding-height-sm {
  padding-top: var(--eq2-spacing-sm);
  padding-bottom: var(--eq2-spacing-sm);
}
:root .padding-width-sm {
  padding-right: var(--eq2-spacing-sm);
  padding-left: var(--eq2-spacing-sm);
}
:root .padding-lg {
  padding: var(--eq2-spacing-lg);
}
:root .padding-top-lg {
  padding-top: var(--eq2-spacing-lg);
}
:root .padding-right-lg {
  padding-right: var(--eq2-spacing-lg);
}
:root .padding-bottom-lg {
  padding-bottom: var(--eq2-spacing-lg);
}
:root .padding-left-lg {
  padding-left: var(--eq2-spacing-lg);
}
:root .padding-height-lg {
  padding-top: var(--eq2-spacing-lg);
  padding-bottom: var(--eq2-spacing-lg);
}
:root .padding-width-lg {
  padding-right: var(--eq2-spacing-lg);
  padding-left: var(--eq2-spacing-lg);
}
:root .no-margin,
:root .margin-none {
  margin: 0px !important;
}
:root .no-margin-top,
:root .margin-top-none {
  margin-top: 0px !important;
}
:root .no-margin-right,
:root .margin-right-none {
  margin-right: 0px !important;
}
:root .no-margin-bottom,
:root .margin-bottom-none {
  margin-bottom: 0px !important;
}
:root .no-margin-left,
:root .margin-left-none {
  margin-left: 0px !important;
}
:root .no-margin-height,
:root .margin-height-none {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
:root .no-margin-width,
:root .margin-width-none {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
:root .margin {
  margin: var(--eq2-spacing);
}
:root .margin-top {
  margin-top: var(--eq2-spacing);
}
:root .margin-right {
  margin-right: var(--eq2-spacing);
}
:root .margin-bottom {
  margin-bottom: var(--eq2-spacing);
}
:root .margin-left {
  margin-left: var(--eq2-spacing);
}
:root .margin-height {
  margin-top: var(--eq2-spacing);
  margin-bottom: var(--eq2-spacing);
}
:root .margin-width {
  margin-right: var(--eq2-spacing);
  margin-left: var(--eq2-spacing);
}
:root .margin-sm {
  margin: var(--eq2-spacing-sm);
}
:root .margin-top-sm {
  margin-top: var(--eq2-spacing-sm);
}
:root .margin-right-sm {
  margin-right: var(--eq2-spacing-sm);
}
:root .margin-bottom-sm {
  margin-bottom: var(--eq2-spacing-sm);
}
:root .margin-left-sm {
  margin-left: var(--eq2-spacing-sm);
}
:root .margin-height-sm {
  margin-top: var(--eq2-spacing-sm);
  margin-bottom: var(--eq2-spacing-sm);
}
:root .margin-width-sm {
  margin-right: var(--eq2-spacing-sm);
  margin-left: var(--eq2-spacing-sm);
}
:root .margin-lg {
  margin: var(--eq2-spacing-lg);
}
:root .margin-top-lg {
  margin-top: var(--eq2-spacing-lg);
}
:root .margin-right-lg {
  margin-right: var(--eq2-spacing-lg);
}
:root .margin-bottom-lg {
  margin-bottom: var(--eq2-spacing-lg);
}
:root .margin-left-lg {
  margin-left: var(--eq2-spacing-lg);
}
:root .margin-height-lg {
  margin-top: var(--eq2-spacing-lg);
  margin-bottom: var(--eq2-spacing-lg);
}
:root .margin-width-lg {
  margin-right: var(--eq2-spacing-lg);
  margin-left: var(--eq2-spacing-lg);
}

:root .text-center {
  text-align: center !important;
}
:root .text-justify {
  text-align: justify !important;
}
:root .text-start {
  text-align: start !important;
}
:root .text-end {
  text-align: end !important;
}
:root .text-left {
  text-align: left !important;
}
:root .text-right {
  text-align: right !important;
}
:root .text-nowrap,
:root .text-no-wrap {
  white-space: nowrap !important;
}
:root .text-wrap {
  white-space: normal !important;
}
:root .text-concat,
:root .text-ellipsis,
:root .text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

:root .text-uppercase {
  text-transform: uppercase !important;
}
:root .text-lowercase {
  text-transform: lowercase !important;
}
:root .text-capitalise,
:root .text-capitalize {
  text-transform: capitalize !important;
}
:root .text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

:root {
  --size-size-0: 0px;
  --size-size-1: 1px;
  --size-size-2: 2px;
  --size-size-4: 4px;
  --size-size-6: 6px;
  --size-size-8: 8px;
  --size-size-10: 10px;
  --size-size-12: 12px;
  --size-size-14: 14px;
  --size-size-16: 16px;
  --size-size-18: 18px;
  --size-size-20: 20px;
  --size-size-24: 24px;
  --size-size-28: 28px;
  --size-size-30: 30px;
  --size-size-32: 32px;
  --size-size-36: 36px;
  --size-size-38: 38px;
  --size-size-40: 40px;
  --size-size-48: 48px;
  --size-size-50: 50px;
  --size-size-52: 52px;
  --size-size-54: 54px;
  --size-size-56: 56px;
  --size-size-60: 60px;
  --size-size-64: 64px;
  --size-size-68: 68px;
  --size-size-74: 74px;
  --size-size-78: 78px;
  --size-size-84: 84px;
  --size-size-90: 90px;
  --size-size-128: 128px;
  --size-size-320: 320px;
  --size-size-360: 360px;
  --size-size-480: 480px;
  --size-size-1024: 1024px;
  --size-size-1376: 1376px;
  --size-size-1440: 1440px;
  --size-size-1824: 1824px;
  --size-radius-rad-0-on-light: var(--size-size-0);
  --size-radius-rad-xs-on-light: var(--size-size-2);
  --size-radius-rad-s-on-light: var(--size-size-4);
  --size-radius-rad-m-on-light: var(--size-size-8);
  --size-radius-rad-l-on-light: var(--size-size-16);
  --size-radius-rad-l24-on-light: var(--size-size-24);
  --size-radius-rad-xl-on-light: var(--size-size-32);
  --size-radius-rad-xxl-on-light: var(--size-size-64);
  --size-radius-rad-128-on-light: var(--size-size-128);
  --size-radius-rad-360-on-light: var(--size-size-360);
  --size-padding-pad-0-on-light: var(--size-size-0);
  --size-padding-pad-1-on-light: var(--size-size-1);
  --size-padding-pad-xs2-on-light: var(--size-size-2);
  --size-padding-pad-s4-on-light: var(--size-size-4);
  --size-padding-pad-s6-on-light: var(--size-size-6);
  --size-padding-pad-m8-on-light: var(--size-size-8);
  --size-padding-pad-m10-on-light: var(--size-size-10);
  --size-padding-pad-m12-on-light: var(--size-size-12);
  --size-padding-pad-m14-on-light: var(--size-size-14);
  --size-padding-pad-l16-on-light: var(--size-size-16);
  --size-padding-pad-l24-on-light: var(--size-size-24);
  --size-padding-pad-l32-on-light: var(--size-size-28);
  --size-padding-pad-xl40-on-light: var(--size-size-40);
  --size-padding-pad-xl48-on-light: var(--size-size-48);
  --size-padding-pad-xl-on-light: var(--size-size-64);
  --size-gap-gap-0-on-light: var(--size-size-0);
  --size-gap-gap-xxs-on-light: var(--size-size-1);
  --size-gap-gap-xs-on-light: var(--size-size-2);
  --size-gap-gap-s-on-light: var(--size-size-4);
  --size-gap-gap-r-on-light: var(--size-size-6);
  --size-gap-gap-m-on-light: var(--size-size-8);
  --size-gap-gap-m12-on-light: var(--size-size-12);
  --size-gap-gap-l-on-light: var(--size-size-16);
  --size-gap-gap-l24-on-light: var(--size-size-24);
  --size-gap-gap-xl-on-light: var(--size-size-32);
  --size-gap-gap-xl40-on-light: var(--size-size-40);
  --size-gap-gap-0: var(--size-size-0);
  --size-gap-gap-xxs: var(--size-size-1);
  --size-gap-gap-xs: var(--size-size-2);
  --size-gap-gap-s: var(--size-size-4);
  --size-gap-gap-m: var(--size-size-8);
  --size-gap-gap-m12: var(--size-size-12);
  --size-gap-gap-l: var(--size-size-16);
  --size-gap-gap-l24: var(--size-size-24);
  --size-gap-gap-xl: var(--size-size-32);
  --size-gap-gap-xl40: var(--size-size-40);
  --size-devices-desktop-grid-on-light: var(--size-size-1376);
  --size-devices-desktop-hdr-on-light: var(--size-size-1440);
  --font-family: "Open Sans", "Helvetica Neue", sans-serif;
  --font-size-body: var(--font-size-16);
  --font-size-10: var(--size-size-10);
  --font-size-12: var(--size-size-12);
  --font-size-14: var(--size-size-14);
  --font-size-16: var(--size-size-16);
  --font-size-20: var(--size-size-20);
  --font-size-24: var(--size-size-24);
  --font-size-28: var(--size-size-28);
  --font-size-32: var(--size-size-32);
  --font-size-40: var(--size-size-40);
  --font-size-48: var(--size-size-48);
  --font-size-54: var(--size-size-54);
  --font-size-64: var(--size-size-64);
  --font-weight-400: 400;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-line-height-10: var(--size-size-10);
  --font-line-height-12: var(--size-size-12);
  --font-line-height-14: var(--size-size-14);
  --font-line-height-16: var(--size-size-16);
  --font-line-height-18: var(--size-size-18);
  --font-line-height-20: var(--size-size-20);
  --font-line-height-28: var(--size-size-28);
  --font-line-height-30: var(--size-size-30);
  --font-line-height-34: var(--size-size-34);
  --font-line-height-40: var(--size-size-40);
  --font-line-height-52: var(--size-size-52);
  --font-line-height-60: var(--size-size-60);
  --font-line-height-66: var(--size-size-66);
  --font-line-height-76: var(--size-size-76);
  --font-letter-spacing-small: 0.024px;
  --font-letter-spacing-0: var(--size-size-0);
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root h6 {
  color: var(--color-text-header);
  margin-top: var(--size-size-32);
  margin-bottom: var(--size-size-16);
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root strong,
:root b {
  font-weight: var(--font-weight-600);
}
:root h6 {
  font-weight: var(--font-weight-400);
}
:root h1 {
  color: var(--color-text-page-title);
  font-family: var(--font-family);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-60);
}
:root h2 {
  font-size: var(--font-size-40);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-52);
}
:root h3 {
  font-size: var(--font-size-32);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-40);
}
:root h4 {
  font-size: var(--font-size-28);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-40);
}
:root h5 {
  font-size: var(--font-size-24);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-30);
}
:root h6 {
  font-size: var(--font-size-20);
  color: var(--color-text-subtitle);
  font-family: var(--font-family);
  font-style: normal;
  line-height: var(--font-line-height-28);
}
:root p,
:root span {
  font-size: var(--font-size-12);
  color: var(--color-text-body);
  font-family: var(--font-family);
  font-style: normal;
  line-height: var(--font-line-height-20);
}
:root p:first-of-type {
  margin-top: 0;
}
:root .numerics-lg {
  color: var(--color-text-numerics-lg);
  font-family: var(--font-family);
  font-size: var(--font-size-64);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-76);
}
:root .numerics-md {
  color: var(--color-text-numerics-md);
  font-family: var(--font-family);
  font-size: var(--font-size-54);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-66);
}
:root small {
  font-family: var(--font-family);
  font-size: var(--font-size-14);
  line-height: var(--font-line-height-18);
}
:root small.x-small,
:root small.x-sm,
:root small.x-s {
  font-size: var(--font-size-12);
  line-height: var(--font-line-height-16);
}
:root small.x-small strong,
:root small.x-sm strong,
:root small.x-s strong {
  font-weight: 600;
}
:root label {
  color: var(--color-text-sub-text);
  font-family: var(--font-family);
  font-size: var(--font-size-12);
  font-style: normal;
  line-height: var(--font-line-height-16);
}
:root label small {
  font-family: var(--font-family);
  font-size: var(--font-size-10);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-14);
  letter-spacing: var(--font-letter-spacing-small);
}
:root label small b,
:root label small strong {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-800);
  line-height: var(--font-line-height-16);
}
:root code {
  background: #1f1f1f;
  padding: 2px 6px;
  border-radius: 4px;
  color: #aadafa;
  font-size: var(--font-size-14);
}
:root code span.code-attrib-value {
  color: #bd8e77;
}
:root .monospace {
  font-family: monospace;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

/*
   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.
   ---------------------------------------------------------------
 */
/*
   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.
   ---------------------------------------------------------------
 */
/* Add application styles & imports to this file! */
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

:root {
  --grid-columns: 12;
}
:root html,
:root body {
  background-color: var(--color-background);
  font-family: var(--font-family);
  --body-font: var(--font-family);
}
:root html hr,
:root body hr {
  margin-top: 24px;
  border-color: #fafafa;
}
:root html input,
:root html textarea,
:root body input,
:root body textarea {
  font-family: var(--font-family);
  padding: 0px;
}
:root html ::selection,
:root body ::selection {
  color: var(--color-primary);
  background: var(--color-green-160);
}
:root .hidden-element {
  display: none;
}

/**
   Popover styling.
 */
.popover {
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1215686275), 0px 2px 4px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: var(--size-radius-rad-s-on-light) !important;
  margin-top: var(--size-size-4);
}

/**
 Select Overlay styling
 */
.select-overlay.small span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.select-overlay.medium span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.select-overlay.large span {
  font-weight: 400;
  line-height: 20px;
}

ul.tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}
ul.tabs li {
  margin-bottom: -1px;
  display: block;
  padding: 4px 2px;
  margin: 0 8px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
}
ul.tabs li.active {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  text-shadow: 0px 0px 0.5px var(--color-primary);
}
ul.tabs li.separator {
  border-left: 1px solid var(--color-dark);
  width: 0;
  padding: 0;
}
ul.tabs.flex-column li {
  padding: 2px 4px;
  margin-bottom: 4px;
}
ul.tabs.flex-column li.active {
  color: var(--color-primary);
  border-left: 2px solid var(--color-primary);
  border-bottom: none;
  text-shadow: 0px 0px 0.5px var(--color-primary);
}
ul.tabs.flex-column li.separator {
  border-bottom: 1px solid var(--color-dark);
  height: 0;
  padding: 0;
}

.toast-container.toast-top-center .custom-toaster,
.toast-container.toast-bottom-center .custom-toaster {
  width: 608px;
  margin-left: auto;
  margin-right: auto;
}

/* helipopper custome styles */
.tippy-box[data-theme~=tomato] {
  background-color: tomato;
  color: yellow;
  min-width: 232px;
  padding: 0px;
}

.tippy-box {
  border-radius: var(--size-radius-rad-m-on-light) !important;
  box-shadow: var(--box-shadows-light-shadow-16) !important;
}

.tippy-content {
  padding: 0px !important;
}

.tippy-box[data-theme~=dark] > .tippy-arrow::before {
  transform: scale(0.8);
}

.tippy-box[data-theme~=light] > .tippy-arrow::before {
  transform: scale(0.8);
}

.tippy-box[data-theme~=dark] {
  background-color: #4d4d4d !important;
}

.tippy-box[data-theme~=light] {
  border: 1px solid #d2d6d9 !important;
}

.tippy-box[data-theme~=dark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #4d4d4d !important;
}

.tippy-box[data-theme~=dark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #4d4d4d !important;
}

.tippy-box[data-theme~=dark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #4d4d4d !important;
}

.tippy-box[data-theme~=dark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #4d4d4d !important;
}

.datepicker-overlay .tippy-box {
  box-shadow: var(--box-shadows-dark-shadow-04) !important;
}

.tooltip-overlay-dark .tippy-box {
  box-shadow: var(--box-shadows-dark-shadow-08x) !important;
}

.tooltip-overlay-light .tippy-box {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16) !important;
}

@supports (-webkit-appearance: none) {
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0 10px;
    background-color: var(--color-background);
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--color-scrollbar-background);
    border-radius: 10px;
    border: 2px solid var(--color-scrollbar-border);
    -webkit-transition: background-color 0.3s, width 0.3s;
    transition: background-color 0.3s, width 0.3s;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-scrollbar-background-hover);
    border: 0px solid var(--color-scrollbar-border);
  }
  ::-webkit-scrollbar-corner {
    background-color: var(--color-background);
  }
}
html,
body,
app-root,
main,
router-outlet {
  font-family: "Open Sans", Arial, sans-serif;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.app-container {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--CM_Grey-White, #fff);
}

* {
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
html textarea::-webkit-scrollbar,
body textarea::-webkit-scrollbar {
  display: none;
}
html textarea,
body textarea {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body {
  color: var(--grey-palette-grey-190, #201f1e);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
body input::placeholder,
body textarea::placeholder {
  font-style: normal !important;
}

.submit-confirmation-modal-container.modal-center {
  width: inherit !important;
  max-width: 440px !important;
}
